#div_stats td, #div_stats th {
border: 1px solid black; 
}

#rep_stats td, #rep_stats th {
border: 1px solid black; 
}

table.employee th, td {
    margin: 5px;
    padding: 5px;
}

table.employee thead th {
	/* padding: 3px 10px; */
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	font-weight: normal;
	* cursor: hand;
	background-color: #ccc;
}


table.soft {
    table-layout: auto;
    width: 100%;
}

table.soft th td {
  overflow: hidden;
}


.row-per-5 {
    width: 5%;
}
.row-per-7 {
    width: 7%;
}
.row-per-10 {
    width: 10%;
}
.row-per-12 {
    width: 12%;
}

.row-0 {
    width: 2%;
}

.row-1 {
    width: 5%;
}

.row-2 {
    width: 5%;
}

.row-3 {
    width: 4%;
}
.row-4 {
    width: 4%;
}
.row-5 {
    width: 3%;
}
.row-6 {
    width: 3%;
}
.row-7 {
    width: 6%;
}
.row-8 {
    width: 7%;
}
.row-9 {
    width: 2%;
}
.row-10 {
    width: 3%;
}
.row-11 {
    width: 3%;
}
.row-12 {
    width: 3%;
}
.row-13 {
    width: 3%;
}
.row-14 {
    width: 3%;
}
.row-15 {
    width: 3%;
}
.row-16 {
    width: 4%;
}
.row-17 {
    width: 6%;
}
.row-18 {
    width: 4%;
}
.row-19 {
    width: 2%;
}
.row-20 {
    width: 2%;
}
.row-21 {
    width: 2%;
}
.row-22 {
    width: 3%;
}
.row-23 {
    width: 4%;
}
.row-24 {
    width: 5%;
}
.row-25 {
    width: 3%;
}
.row-26 {
    width: 3%;
}


.DynarchCalendar-topCont  {
float: left;
}

tr:hover {
	background-color: #e6e6fa;
}

#fixed_submit {
position: fixed;
top: 94%;
background: #CCCCCC;
width: 100%;
height: 6%;
z-index: 0;
}

.hidden_s {
    display:none;
}
.red {
color: red;
}

.blue {
color: blue;
font-weight: bold;
margin-top: 10px;
}


.DESC {
	background-image: url(../images/sort_desc.jpg);
	background-repeat: no-repeat;
	background-position:90% 50%;
}

.ASC {
	background-image: url(../images/sort_asc.jpg);
	background-repeat: no-repeat;
	background-position:90% 50%;
}
.no_sort {
	background-image: url(../images/sort_both.jpg);
	background-repeat: no-repeat;
	background-position:90% 50%;
}



.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center
    }
    .popup__overlay:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: ''
    }
.popup {
    display: inline-block;
    position: relative;
    max-width: 80%;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4);
    background: #fff;
    vertical-align: middle;
    overflow: auto;
    height: 60%;
    z-index: 100;
    }

#unconfirm_description {
vertical-align: middle;
}

.ck-button {
    overflow:auto;
    float:left;
    padding: 1px;
}


.ck-button input[type="checkbox"] {
    display:none;
}
.ck-button input[type="checkbox"] + label span {
    display:inline-block;
    background-color:#eee;
    border-radius:4px;
    border:1px solid #999;
    padding-left: 10px;
    width:150px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.ck-button input[type="checkbox"]:checked + label span {
    background-color:grey;
    color: #eee;
}


dl { padding: 0.5em; } 
dt { float: left; clear: left; width: 150px; text-align: right; font-weight: bold; background-color: #eee; } 
dd { float: left; margin: 0 0 0 10px; padding: 0 0 0.5em 0; }

.b_plus {width: 40%; padding: 2px; margin: 2 px;}
.b_minus {width: 40%; padding: 2px; margin: 2 px;}