@charset "utf-8";
/* CSS Document */

.sa-right-side {
	width: 18%;
	background: #fff;
	float: right;
	-moz-box-shadow: 0px 2px 6px 0px #b6b9be;
	-webkit-box-shadow: 0px 2px 6px 0px #b6b9be;
	box-shadow: 0px 2px 8px 0px #b6b9be;
	z-index: 10;
	position: fixed;
}
.sa-left-side {
	width: 82%;
	z-index:1;
	float: left;
	background: #fff;
}
.sa-title-root {
	display: block;
	clear: both;
	height: 49px;
	padding: 9px 20px;
	position: fixed;
	background: #fff;
    z-index: 8;
	width: 100%;
	/*border-bottom: 2px solid #ddd;*/
    box-shadow: 0px 2px 3px 0px #b6b9be;
}
.sa-title-root dt:first-child {
	border: none;
}
.sa-title-root dt:first-child a {
	font-weight: bolder;
	font-size: 1em;
}
.sa-title-root dt {
	float: right;
	font-size: 0.9em;
	padding: 0px 10px;
	color: #036d9e;
	border-right: 1px solid #ccc;
}
.sa-title-root dt a {
	color: #036d9e;
}
.sa-title-root dt a:hover {
	color: #CF373A;
}
.sa-title-root dt i {
	margin-left: 8px;
	color: #ababab;
}
.sa-contient {
	display: block;
	clear: both;
	background: #f8f8f8;
 
	margin-top: 49px;
}
footer {
	height: 40px;
	background: #eeeeee;
	display: block;
	clear: both;
}
.celar {
	height: 50px;
	display: block;
	clear: both;
}
footer p {
	display: block;
	padding: 10px 0px 0px 50px;
	text-align: left;
	font-size: 0.75em;
	color: #807f7f;
	font-weight: bolder;
}
footer p a {
	font-size: 0.95em;
	color: #0076a3;
	font-weight: bolder;
}
footer p a:hover {
	color: #666;
}
.sa-right-side .sa-profile-photo {
	display: block;
	height: 198px;
	background: #036d9e;
	text-align: center;
}
.sa-right-side .sa-profile-photo article {
	padding: 15px;
}
.sa-right-side .sa-profile-photo article h1 {
	font-size: 0.9em;
	padding: 4px;
	color: #fff;
	font-weight: bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid;
	border-color: transparent;
}
.sa-right-side .sa-profile-photo img {
	width: 91px;
	height: 91px;
	border-radius: 100px;
	background: #fff;
	padding: 4px;
}
.sa-right-side .sa-profile-photo article a {
	width: 55px;
	height: 22px;
	display: block;
	float: right;
	font-size: 0.7em;
	color: #fff;
	margin: 4px;
	border-radius: 3px;
}
.sa-right-side .sa-profile-photo article a:hover {
	background: #666 !important;
}
.sa-right-side .sa-profile-photo article span {
	display: block;
	width: 130px;
	margin: 0 auto;
}
.sa-right-side .sa-profile-photo article a:nth-child(1) {
	background: #81a731;
}
.sa-right-side .sa-profile-photo article a:nth-child(2) {
	background: #4c4c4c;
}
/*/*/
.sa-admin-list {
	display: block;
	padding: 12px 0px;
	overflow: auto;
}
.sa-admin-list dt {
	border-bottom: 1px solid #ededed;
}
.sa-admin-list dt a {
	height: 49px;
	padding: 0px 10px;
	display: block;
	font-size: 0.87em;
	color: #707070;
	line-height: 48px;
	border-right: 5px solid #fff;
	cursor:pointer;
}
.sa-admin-list dt a i {
	width: 31px;
	height: 31px;
	color: #ababab;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	transition: all 0.5s ease;
}
.sa-admin-list dt a:hover {
	color: #036d9e;
 
	border-right: 5px solid #0076a3;
}
.sa-admin-list dt a:hover i {
	color: #036d9e;
}
.activ-menu-btn {
	color: #036d9e !important;
	border-right: 5px solid #0076a3 !important;
}
.activ-menu-btn i {
	color: #036d9e !important;
}
.sa-admin-list dt a span {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.sa-admin-list dt a span i {
	margin: 0px !important;
	width: auto !important;
	height: auto !important;
	font-size: 1.2em;
	transition: all 0.5s ease;
}
/*sub menu list*/
.sub-list {
 
	overflow: auto;
	padding-bottom: 10px;
	display:none;
	background:url(../images/slic.jpg) top repeat-x;
	border-top:1px solid #ddd;
}
.sub-list li a {
	height: 34px !important;
	line-height: 34px !important;
	border: none !important;
	padding: 2px 40px 2px 10px !important;
	font-size: 0.8em !important;
	color: #036d9e !important;
}
.sub-list li a:hover {
	color: #7aa324 !important;
	padding: 2px 47px 2px 10px !important;
	background:none !important;
}

/**/
.padding{
	padding:8px !important;
	 
}
.padding-20{
	padding:20px !important;
	 
}
.sm-bx-padding{
	padding:8px 11px !important;
	 
}
.sm-bx-padding-2{
	padding:8px 11px 0px !important;
	 
}
.padding-2{
	padding:40px !important;
	 
}
.sm-padding-2{
	padding:5px !important;
	 
}
.inside-padding{
	padding:15px !important;
	 
}

.bx-style{
	background:#fff;
	-moz-box-shadow: 0px 2px 4px 0px #b6b9be;
	-webkit-box-shadow: 0px 2px 4px 0px #b6b9be;
	box-shadow: 0px 0px 2px 0px #b6b9be;
	overflow:auto;	 
}
.bx-title{
	display:block;
	height:40px;
	border-bottom:1px solid;
	padding:0px 22px;
	font-size:0.9em;
	font-weight:bolder;
	line-height:40px;
}
.bx-title i{
    margin-left: 10px;
}
.bx-title span{
	color:#d92c2c;
}



.total-padding{
	padding:4px 44px 4px 25px;
}

.count-bx{
	display:block;
	margin:8px 0px;
	height:110px;
	background:#fafafa;
	border:1px solid #e5e5e5;
}
.count-bx b{
	display:block;
	height:43px;
	background:#fff;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	line-height:43px;
	color:#525252;
	border-bottom:1px solid #e5e5e5;
}
.count-bx big{
	display:block;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2em;
	color:#036d9e;
	text-align:center;
	padding-top:10px;
	font-weight:bolder;
}

/*/*/
.block-title{
	background:#f7f7f7;
	text-align:center;
	font-size:0.9em;
	height:34px;
	display:block;
	line-height:34px;
	color:#3f3e3e;
	border-radius:4px;
	margin:10px 28px -5px 20px;
    
}

/*/*/
.project-bar{
    display: block;
    clear: both;
    padding: 14px 10px 5px 10px !important;
    border-bottom: solid 1px #e9e9e9;  
}

.project-bar .result-ti{
    line-height: 37px;
}
.project-bar .result-ti {
    line-height: 37px;
}
.project-bar .result-ti input[type="radio"]{
    margin-top: 10px;

}

/*/*/
.result-data-tabel{
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 0px;
  
    background:#fff;
	-moz-box-shadow: 0px 2px 4px 0px #b6b9be;
	-webkit-box-shadow: 0px 2px 4px 0px #b6b9be;
	box-shadow: 0px 0px 2px 0px #b6b9be;
	overflow:auto;	 
    
}
.result-data-tabel tr td{
    
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    font-size: 0.84em;
    color: #333;
    text-align: center;
    
}
.result-data-tabel tr td span{
    font-family: arial;
    direction: ltr;
}

.result-data-tabel tr:first-child td{
    border-bottom: 1px solid #99b55d;
    font-weight: bolder;
    font-size:0.85em;
    padding: 7px;
    color: #5a5b59;
}
.result-data-tabel tr td:nth-child(1){
    text-align: right;
    padding-right: 15px;
}
.result-data-tabel tr:nth-child(even) td{
    background: #f7f7f7;
}

.option-btn{
    color: #666;
    display: block;
    font-size: 1.2em;

}
.option-btn:hover{
    color: #036d9e;
}
/*/*/
 
.sa-pager{
    display:block;
    clear: both;
    padding:10px 30px;

}
.sa-pager dt{
    float: right;
    padding: 4px;
}
.sa-pager dt a{
    height: 30px;
    min-width: 30px;
    text-align: center;
    background:#e7e6e6;
    color:#333;
    font-family:arial;
    display: block;
    line-height: 30px;
    border-radius: 2px;
}
.sa-pager dt a:hover{
    background: #036d9e;
    color: #fff;
}
.pager-activ{
    background: #036d9e !important;
    color: #fff !important;
}
.sa-pager dt a:visited{
   
    color: #e94424;
}
/**/
.emp-add-bx{
    display: block;
    padding: 15px 15px 20px;
    overflow: auto;
}

.emp-work-bx{
    display: block;
    height: 300px;
    padding: 15px 15px 20px;
    overflow: auto;
}
.emp-work-bx .result-view{
    
    font-size: 0.8em !important;
}
.emp-work-bx .result-ti{
    padding-top: 8px;
}
.emp-work-bx label{
    padding-top: 7px;
}
.emp-add-bx label{
    padding-top: 5px;
}
.alert-success {
	padding: 5px;
	margin:20px 20% 10px 0px ;
	/*position:absolute ;
	top:20%;
	left:20%;*/
	border: 1px solid transparent;
	border-radius: 4px;
	text-align:center;
	width:60%;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
 
.alert-danger {
	padding: 15px;
	margin:20px 20% 10px 0px ;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align:center;
	width:60%;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
 	
}
 
/*Pagination
=============================*/
.pagination {
    display: inline-block;
}
.pagination .spacer-line{
    width: 120px;
    margin: 0px auto 25px;
}
.pagination a {
    color: black;
    float: right;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    margin:2px;
    border-radius: 50%;
}
.pagination a:hover ,
.pagination a:focus ,
.pagination a.active ,
.pagination a.active:hover,
.pagination a.active:focus {
    background-color: #036d9e;
    color: #fff;
    border: 1px solid #309b71;
}

