@charset "utf-8";
/* CSS Document */


body {
	padding: 0px;
	font-family: Calibri, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #333333;
	margin: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

*, *:after, *:before {
	-moz-box-sizing: content-box;
}

a{
	text-decoration:none;
}
a:link, a:visited {
	color: #2B5A7D;
}
a:hover {
	text-decoration: underline;
}



ul, li{
	list-style:none;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}



#container {
	width: 100%;
}

.small_font{
	font-size:.8em;	
}

.page .content-div {
	padding-bottom: 10px;
}

.content-div {
	float: left;
	width: 100%;
}

#header {
	background-color:#293C4A;
	color:#FFFFFF;
	float: left;
	width: 98%;
	padding:1%;
	border-bottom:1px solid #000000;
}
#header h1 {
	color: #FFFFFF;
	font-family: calibri, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	font-weight: bold;
}
#header h1 small {
}

.header-content{
	margin-top:5px;	
	margin-left:70px;
}

.dashboard{
	margin-right:10px;
}

.dashboard ul li{
	float:left;
	margin-left: 20px;
}

.dashboard ul li a{
	color:#fff;
	background:#68667B;
	padding:1px 5px;
}

.text-align-right{
	text-align:right;
}

#header h2{
	float:left;
}

.full-width {
	width: 100%;
}

.quarter-width {
  width: 30%;
}

.half-width{
	width:50%;
}

.full-width-96pc {
	width: 96%;
}

.full-width-80pc {
	width: 80%;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}

input.button, button, a.button:link, .button, span.button {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input:focus, textarea:focus, select:focus {
	-webkit-box-shadow:  0px 0px 1px 1px #244B68;
	box-shadow:  0px 0px 1px 1px #244B68;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

span.button {
  padding-top: 7px;
  padding-bottom: 7px;
}

.button-s {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.button-m {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.button-l {
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.width-130{
	width:130px;	
}

.button-blue, a.button-blue:link, a.button-blue:visited {
	color: #FFFFFF;
	background-color: #3D586D;
}

.button-grey, a.button-grey:link, a.button-grey:visited {
	color: #333333;
	background-color: #E1E1E1;
}

.button-green, a.button-green:link, a.button-green:visited {
	color: #FFFFFF;
	background-color: #009900;
}

.button-red, a.button-red:link, a.button-red:visited {
	color: #FFFFFF;
	background-color:#F00;
}

.bg-color-removable{
	background:#CCC;	
	border-radius:5px;
	padding-left:5px;
	border:1px #999 solid;
	margin:1px 0;
}


.pagination, .pagination2   {
	width: auto;
	float: left;
}

.pagination ul, .pagination2 ul        {
	margin: 0px;
	padding: 0px;
}

.pagination ul li, .pagination2 ul li      {
	display: inline;
	list-style-type: none;
}

.pagination ul li a, .pagination2 ul li{
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 4px;
	color: #3D586D;
	cursor: pointer;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}

.pagination ul li a:hover, .pagination2 ul li:hover              {
	background-color: #EBEBEB;
}

.pagination ul li a.current_pagination, .pagination2 ul li.current_pagination2                          {
	color: #FFFFFF;
	background-color: #3D586D;
	float: left;
	border-top-color: #3D586D;
	border-right-color: #3D586D;
	border-bottom-color: #3D586D;
	border-left-color: #3D586D;
}






.filter-wrapper {
    float: left;
    margin-bottom: 10px;
    padding: 1%;
    width: 98%;
}

.bg-blue-light {
    background-color: #EAF4FD;
}

.filter-wrapper h2 {
    border-bottom: 1px solid #CCCCCC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}




.page_subnav {
	float: left;
	width: 200px;
	max-height: 1000 px;
}
.page_subnav ul {
	margin: 0px;
	padding: 0px;

}
.page_subnav ul li {
	list-style-type: none;
	display: block;
	font-weight:bold;
	line-height:2em;
}
.page_subnav ul li a {
	float: left;
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4%;
	color: #535B60;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#000;
	background-color: #B2B8BD;

}

.page_subnav ul li a:hover {
	background-color: #50708F;
	color: #FFFFFF;

}

.page_subnav ul li a.current_page_subnav {
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	color: #244B68;
}
.page_subnav ul ul {
	float: left;
	width: 100%;
	background-color: #EAF4FD;
	border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
	display:none;
}

.page_subnav ul ul li a {
	border-left: 5px solid #333;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	border-bottom:#666 solid 1px;
	padding-bottom: 3px;
	padding-left: 6%;
	padding-top: 3px;
	width: 90%;
	background-attachment: scroll;
	background-color: #DDDEDF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.page_subnav ul ul li a:hover {
	background-color: #DFE0E1;
	color: #2B3E4C;

}

.page_subnav ul ul li a.current_page_subnav_2 {
	background-color: #D0E7FB;
}


.arrow_up{

	background:url(../images/up_down_arrow.png);
    display: block;
    float: right;
    height: 12.5px;
    margin-right: 2%;
    margin-top: 7px;
    width: 12.5px;
}

.arrow_down{

	background:url(../images/up_down_arrow.png);
    display: block;
    float: right;
    height: 12.5px;
    margin-right: 2%;
    margin-top: 7px;
    width: 12.5px;
	background-position:-40px;
}



.disp-none{
	display:none;
}


.page_subnav ul li .left_nav_show{
	display:block;	
}

.page_subnav ul li ul li .current_left_nav{
	background-color: #ABAEB6;
}


.page {
	padding-left: 220px;
}

.page_no-padding{
	padding-left: 0px;	
}

.breadcrumb {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top:10px;
	
}
.breadcrumb ul {
	margin: 0px;
	padding: 0px;
	
}
.breadcrumb ul li {
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.breadcrumb ul li a {
	font-weight: normal;
	background:#FFFFFF;
	float: left;
	border: 1px solid #CCCCCC;
	line-height: normal;
	color: #34302D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



.error {
	clear: both;
	float: left;
	width: 100%;
    
}
.error ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.error ul li {
	color: #990000;
	background-image: url(../images/error_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
	font-weight: normal;
	line-height: normal;
}
.border-red {
	border: 1px solid #ff0000;
}



.alert {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #FFF4DF;
	margin-bottom: 10px;
}
.alert ul {
	margin: 0px;
	padding: 0px;
}
.alert ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
}

.icon{
	background:url(../images/icons_sprite.png);
	width:25px;
	height:25px;
	display:block;
	cursor:pointer;
	margin-right:5px;
}

.icon_edit{
	background-position:-75px 0;
}

.icon_list{
	background-position:-100px 0;
}

.icon_delete{
	background-position:-125px 0;
}

.icon_disable{
	background-position:-150px 0;
}

.icon_success{
	background-position:-25px 0;
}

.icon_enable{
	background-position:-200px 0;
}

.icon_view{
	background-position:-175px 0;
}

.icon_add{
	background-position:-225px 0;
}

.icon_remove{
	background-position:-250px 0;
}

.icon_reset{
	background-position:-275px 0;
}


.icon_download{
	background-position:-325px 0;
}


.icon_expiry{
	background-position:-375px 0;
}

.icon_bell{
	background-position:-400px 0;
	position:relative;
}

.icon_suspend{
	background-position:-425px 0;
	position:relative;
}

.icon_subnav_close{
	background-position:-450px 0;
	position:relative;
}

.icon_subnav_open{
	background-position:-475px 0;
	position:relative;
}

.icon_right_arrow{
	background-position:-500px 0;
	position:relative;

}

.icon_up{
	background-position:-567px 0;
	position:relative;

}

.icon_down{
	background-position:-536px 0;
	position:relative;

}
.icon_home{
 background-position:-595px 0;
 position:relative;

}

input.icon_mandatory{
	background:url(../images/mandatory.gif);
	background-position:right;
	display:block;
	margin-right:5px;
	background-repeat:no-repeat;
		padding-right:15px;
}

textarea.icon_mandatory{
	background:url(../images/mandatory.gif);
	background-position:right;
	display:block;
	margin-right:5px;
	background-repeat:no-repeat;
	padding-right:15px;
	background-position: right top;
}

select.icon_mandatory{
	background:url(../images/mandatory_select.gif);
	background-position:right;
	display:block;
	margin-right:5px;
	background-repeat:no-repeat;

}

.nav-arrow{
	background:url(../images/arrows.png);
	width:30px;
	height:30px;
	display:block;
	cursor:pointer;
	margin-right:5px;
}

.next-arrow{
	background-position:-30px 0;

}

.alert i{
	background:url(../images/icons_sprite.png);
	width:25px;
	height:25px;
	display:block;
	float:left;
	margin-right:5px;
}

.alert .success{
	background-position:-25px 0;
}

.alert .notification{
	background-position:-50px 0;
}




.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear-both{
	clear:both;	
}

.align-center{
	text-align:center;
	clear:both;
	margin:0 auto;
}
.margin-right1em{
	margin-right:1em;
}

.table{
	width:100%;
	float:left;
	padding: 1%;
	width: 98%;
	margin-bottom:10px;
	border: 1px solid #DDDDDD;
}


.table table{
	border:1px solid #fff;
}

/**.new-form table{
	border:1px solid #fff;
}
**/

.table-white-border{
	border:1px solid #fff;
}

.table-grey-border{
	border:1px solid #eee;
}
table.table {
}
.table table  tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table table   tr   td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
	padding-left:0.5%;
}
.table table  tr  th {
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
		padding-left:0.5%;
}



.table2 tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.table2 tr th{
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.table2 tr:hover td {
	background-color: #FFEACA;

}

/*.table-grey-border tr, th, td{
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 2px 4px;
	
}
*/

/*.table-white-border tr, th, td{
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 2px 4px;
	
}
*/

.grey-border-bottom th{
	border-bottom:#999 1px solid;	
}

.white-bg{
	background:#FFF;
	border:#CCC 1px solid;
	
}


.table tr:hover td {
	background-color: #FFEACA;

}

.table .row_strike td {
	text-decoration:line-through;
	color:#999;

}

.grey_border, .grey_border td, .grey_border th{
	border:1px solid #E0E0E0 !important;	
}

.grey_border th{
	background:#F5F5F5 !important;	
}


.rotate_loading{
	width:100%;
	background:url(../images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:23px;
}



.overlay {
    background: none repeat scroll 0 0 #000000;

    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.m-top25{
	margin-top:25%;	
}

.width_20{
	width:20px;	
}

.width_4{
	width:4%;	
}


.large_rotate_loading{
	width:100%;
	background:url(../images/ajax-loader_large.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:130px;
}


.new-form{
	float:left;
	width:97%;
	padding:1%;
	margin-bottom:10px;
	border:#ddd solid 1px;	
}


.bg-color{
	background:#FFFFFF;
}


.left-5 {
	padding-left: 5px;
}

.left-10 {
	padding-left: 10px;
}
.left-20 {
	padding-left: 20px;
}
.left-30 {
	padding-left: 30px;
}
.left-40 {
	padding-left: 40px;
}
.right-10 {
	padding-right: 10px;
}
.right-20 {
	padding-right: 20px;
}

.right-30 {
	padding-right: 30px;
}

.right-40 {
	padding-right: 40px;
}
.right-margin-10 {
	margin-right: 10px;
}
.right-margin-5 {
	margin-right: 5px;
}
.right-margin-30 {
	margin-right: 30px;
}

.top-5 {
	padding-top: 5px;
}


.top-10 {
	padding-top: 10px;
}
.top-20 {
	padding-top: 20px;
}
.top-30 {
	padding-top: 30px;
}
.top-40 {
	padding-top: 40px;
}
.top-margin-10 {
	margin-top: 10px;
}

.top-margin-20 {
	margin-top: 20px;
}
.bottom-5 {
	padding-bottom: 5px;
}


.bottom-10 {
	padding-bottom: 10px;
}
.bottom-20 {
	padding-bottom: 20px;
}
.bottom-30 {
	padding-bottom: 30px;
}
.bottom-40 {
	padding-bottom: 40px;
}
.bottom-margin-10 {
	margin-bottom: 10px;
}
.bottom_margin_40 {
	margin-bottom: 40px;
}





h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #333333;
}


h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E1E1E1;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.border-bottom{
	border-bottom: 1px solid #CCCCCC;
}

.border-top{
	border-top: 1px solid #CCCCCC;
}
.border-radius {
	-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}


.seperate-box{
	background:#E0E0E0;
	border-radius:5px;
	border:#999 1px solid;
	padding:20px 5px;
	margin:20px 0;
}

.mouse_pointer{
	cursor:pointer;	
}

.detail-box{
	
	margin:0 0 20px 20px;
	border:1px solid #CCC;	
	padding:10px;
}

.detail-box th{
	background:#666 !important;
	color:#FFF
}

.detail-box table tr{
	border-bottom:#999 solid 1px;
}

.detail-box table tr td tr{
	border-bottom:none;
}

.suggest-box-contractor{
	height:390px;
	overflow-y:auto;
}

.suggest-box{
	border: 1px solid #6B737C;
	margin-right: 20px;
	padding: 10;
	width: 40%;
}

.suggest-box th{
	color:#FFF;
	background-color: #6B737C;
}

.suggest-box table tr td tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.bg-green{
	background:#DCFFC9;	
}

.bg-blue{
	background:#DCFFFF;	
}

.paper-size{
	min-width:600px;	
}

.box_shadow2 {
    box-shadow: 0 0 2px 2px #CCCCCC;
	position:relative;
}

.bill_container {
width: 660px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
}


.box {
padding: 4%;
width: 94%;
float: left;
}

.box_shadow2 {
-webkit-box-shadow: 0px 0px 2px 2px #cccccc;
box-shadow: 0px 0px 2px 2px #cccccc;
}
.border_grey {
border: 1px solid #CCCCCC;
}


.absolute {
position: absolute;
}

.content_div {
float: left;
width: 100%;
}

.bill_container h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
}

.stamp{
	width:55px;
	border:1px #333 solid;
	padding-top: 25px;
	padding-bottom: 25px;
	float: right;
}

.dotted_lines{
	min-width:100px;
	border-bottom:2px dotted #000;
	display:inline-block;
}

.ribbon{
    
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 135px;
    left: -30px;
    padding-left: 100px;
    position: absolute;
    top: -30px;
    width: 40px;
}

.ribbon_approved{
    background-image: url("../images/approved.png");
    
}

.ribbon_verified{
    background-image: url("../images/verified.png");
    
}

.ribbon_approval_pending{
    background-image: url("../images/approval_pending.png");
    
}

.ribbon_verification_pending{
    background-image: url("../images/verification_pending.png");
    
}

.ribbon_attachment_pending{
    background-image: url("../images/attachment_pending.png");
    
}

.ribbon_rejected{
    background-image: url("../images/rejected.png");
    
}

.ribbon_suspended{
    background-image: url("../images/suspended.png");
    
}

.ribbon_disbursed{
    background-image: url("../images/disbursed.png");
    
}

.ribbon_blocked{
    background-image: url("../images/blocked.png");
    
}

.ribbon_partly_paid{
    background-image: url("../images/partly_paid.png");
    
}

.ribbon_fully_paid{
    background-image: url("../images/fully_paid.png");
    
}
.ribbon_closed{
    background-image: url("../images/closed.png");
    
}



.rubber_stamp {
    position:absolute;
	top:420px;
	left:100px;
}

.readonly_border_none{
	border:none;	
}
hr {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.text_tiny {
	font-size: .8em;
}


/***   GALLERY OVERLAY  **/


	
.compare_content_wrap{
		width: 90%;
		min-height: 600px;
		position: absolute;
		background:#FFFFFF;
		border:#000 1px solid;
		margin: 0 auto;
		margin-top: 5%;
		z-index:10 !important;
		
		
-moz-box-shadow: 0 2px 14px #000000;
-webkit-box-shadow: 0 2px 14px #000000;
box-shadow: 0 2px 14px #000000;
	}
	
.heading{
		height: 30px;
		background:#68667B;
		color:#FFF;
		padding:10px;
}

.overflow_scroll{
	overflow-y:scroll;
	height: 25em;
}

.display-block{
	display:block;
}
.useraccount-nav {
}
.useraccount-nav  ul {
	margin: 0px;
	padding: 0px;
}
.useraccount-nav ul li {
	display: inline;
}

.faq_icon{
	color:#fff !important;
	padding-left: 10px;
    padding-right: 10px;
	background:#B2B8BD;
	margin-left: 40px;
}

.faq_icon a{
	color:#000
	 !important;
	
}
.faq_list li{
	list-style-type: decimal
	
}

.nav {
	float: right;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav ul li {
	display: inline;
	list-style-type: none;
	margin-left:0px !important;
}
.nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1em;
	
	
}
.nav ul li a:hover {
	background-color: #76A9CF;
}
.nav ul li a.current_nav {
	background-color: ;
}

.cust_dropdown{
	color: #fff;;
	width: 143px;
	position: relative;
	text-align:left;
	}
	
.cust_submenu{
	background: none repeat scroll 0 0 #FFFFFF;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);*/
	display: none;
	left: -24px;
	margin-left: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;

}

.cust_submenu ul{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #293C4A;
	border-right-color: #293C4A;
	border-bottom-color:#293C4A;
	border-left-color: #293C4A;
}
.cust_dropdown li a
{
color: #555555;
display: block;
font-family: arial;
font-weight: bold;
padding: 6px 15px;
cursor: pointer;
text-decoration:none;
}

.cust_dropdown li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #68667B;
}
a.cust_account 
{
background: url("../images/cust_arrow.png") no-repeat scroll 116px 17px transparent;
cursor: pointer;
display: block;
padding-left:20px!important;
padding-right:20px!important;
}
.cust_root
{
border-top: 0 solid #DEDEDE;
font-size: 11px;
list-style: none outside none;
padding: 0;
display:none;
}

.cust_height_min {
	min-height:400px;
}

.tool_bar{
	float:left;
	width:100%;
	padding:1%;
	margin-bottom:10px;
	border:#ddd solid 1px;	
}

.scheme_box{
	height:300px;
	overflow-y:scroll;	
}

.process_steps {
    float: left;
    width: 100%;
}


.process_steps ul li.current_process_steps {
    background-color: #3D586D;
}

.process_steps ul li {
    background-color: #999999;
    background-image: url("../images/process_steps_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    margin-right: 1%;
	margin-top:10px;
    padding: 10px 2% 10px 1%;
    text-align: center;
	width:180px;
}


.process_steps ul li span {
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #999999;
    margin-right: 10px;
    padding: 5px 10px;
}

.bell_num{
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: -10px;
    top: -6px;	
	color:#fff;
}

.tabs2 {
    background-image: url("../images/grey_dot.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    margin-bottom: 10px;
    height:40px;
    padding-right: 2%;
    width: 96%;
	background:#CCC;
}


.tabs2 ul li.current_tab {
    background-color: #FFFFFF;
    background-image: url("../images/tabs_bg.jpg");
    background-repeat: repeat-x;
    border-color: #CCCCCC;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px;
    color: #333333;
	margin-top: -8px;
    padding-bottom: 12px;
    padding-top: 14px;
}

.tabs2 ul li {
    color: #005C9C;
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: bold;
    list-style-type: none;
    padding: 8px 16px;
    text-decoration: none;
}



.read{
     background:#FFF!important;
}



.info-help {
	background-color: #FDF4D9;
	background-repeat: no-repeat;
	width: 92%;
	padding: 2%;
	margin: 2%;
}
.info-help ul {
	padding-left: 30px;
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.info-help ul li {
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 0px 3px;
}


.unread{
	background:#F5F5F5;	
}






.notif-nav {
    bottom: 0;
    height: 2em;
    left: 78.5%;
    line-height: 2em;
    margin-left: -9em;
    padding: 1em 0;
    position: absolute;
    top: 64px;
    width: 29em;
	z-index:1;
}
.notif-dropdown {
    border-radius: 2px;
    margin: 0 -0.5em;
    text-shadow: 0 1px rgba(255, 255, 255, 0.1);
	background: none repeat scroll 0 0 #eee;
	border-left: 1px solid #DDDDDD;
}
.notif-dropdown:hover {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.notif-dropdown:hover > .notif-list, .notif-dropdown:hover > .notif-nav-links {
    display: block;
}
.notif-dropdown > h1 {
    color: #084A68;
    font-family: ProximaNova,Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: inherit;
    margin: 0;
    padding: 0 0.5em;
}
.notif-dropdown > h1:after {
    content: "";
    margin-left: 0.5em;
}
.notif-list {
    counter-reset: li;

    max-height: 14em;
    overflow-y: auto;
    text-align: left;
}
.notif-list > li {
    position: relative;
}
.notif-list > li:before {
    color: #A3B0BA;
    
    counter-increment: li;
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 2.25em;
}
.notif-list > li > a, .notif-list > li > strong {
    display: block;
    padding: 0 1em 0 1.75em;
	border-bottom: 1px solid #DDDDDD;
}
.notif-list > li > a:hover, .notif-list > li > a:focus {
    background: none repeat scroll 0 0 #F2F2F3;
    text-decoration: none;
}
.notif-nav-links {

    margin-top: 0.25em;
    overflow: hidden;
    position: relative;
}

.notif-nav-links a{
    width:100%!important;
	font-weight:bold;
	text-align:center;
	padding:2px!important;
	border-top:#fff 1px solid!important;
	background:#50708F!important;
	color:#FFF;
}
.notif-nav-links > .button {
    border-radius: 0;
    float: left;
    height: 2.25em;
    line-height: 2.25em;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}
.notif-nav-links > .button:first-child {
    border-bottom-left-radius: 2px;
}
.notif-nav-links > .button:last-child {
    border-bottom-right-radius: 2px;
}

.notif-nav-links > .button {
    border-radius: 0;
    float: left;
    height: 2.25em;
    line-height: 2.25em;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}

.notification-list li{
	border-bottom:1px solid #CCC!important;	
	clear:both;

}

.notification-list li div{

	padding-bottom:10px;
	padding-left: 20px;
    padding-top: 5px;
}

.red-font{
	color:#BE4544;	
}

.pagination-print{
	display:none;	
}

.print_show{
	display:none;	
}

.thumbnail-strip{
	overflow-x:auto;
	background:#000;
		
}

.thumbnail-strip tr td{
	border-top:8px #666 solid;
	border-bottom:8px #666 solid;
	border-left:15px #666 solid;
	
}

.thumbnail-strip tr td img{
	cursor:pointer;
	
}

.thumbnail-strip tr td img:hover{
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
	
	
}

.password-reset{
	
	background: none repeat scroll 0 0 #FFF4DF;
    border: 1px solid red;
    left: 37%;
    position: fixed;
    top: 1%;
	 
	border-radius:35px;
}

.password-reset p{
	padding:10px;
	float:left;
	color:red;
}

.password-reset img{
	float: right;
    margin: 16px 10px 10px;	
}

.attention{
	background:url(../images/exclamation.png);
	float: left;
    height: 24px;
    margin: 10px;
    width: 29px;
}

.icon-close{
	background:url(../images/closelabel.png);
	float: left;
    height: 8px;
    margin: 18px 15px 15px;
    width: 8px;
	cursor: pointer;
}

.subnav_open_btn{
	height: 100px;
    left: 3px;
    position: relative;
    top: 120px;
    width: 17px;
	float:left;
	background:#50708F;	
}

.subnav_open_btn i, .subnav_close_btn i{
	position:absolute;
	margin-top: 36px;
	margin-left:-3px;	
}

.subnav_close_btn{
	height: 100px;
    left: 3px;
    position: relative;
    top: 120px;
    width: 17px;
	float:left;
	background:#50708F;		
	padding:0;
}

.page_subnav_close{
	width:0px;	
	display:none;
}

.page_full_width{
	padding-left:20px;
	
}

.month-box{
	width:980px;
	float:left;	
}
.week_tab{
	position:relative;
	height:160px;
		
}

.day_box{
	width:138px;
	height:100%;	
	border:#999 1px solid;
	float:left;
	
}

.name_box{
	float: left;
    width: 100%;
    text-align: center;
	height:50px;
    word-wrap: break-word;	
	font-size:12px;
}

.name_box a{
	color:#FFF;	
}
.day_head{
	width:100%;
	height:40px;
	text-align:center;
	background:#eee;
	color:#FFF;	
}

.shift-button{

	border-bottom:1px solid #ccc;
	color:#000;
}

.attn_align{
	
	width:100%;
	margin-left: 35px;
}

.attn_align p{
	margin-top:5px;
	padding: 0 !important;
}

.attn_align input{
	margin-top:7px;
	padding: 0 !important;
}

.attn_align i{
	margin-top:2px;
	margin-left:12px;
	padding: 0 !important;
	opacity:.5;
}

.attn_align:hover.attn_align i{
	
	opacity:1;
}{
	margin-top:2px;
	margin-left:12px;
	padding: 0 !important;
	opacity:.5;
}
/*FIXED HEADER*/




.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
	}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }

/* @end */
.fht-tbody {		
	background-color: #FFFFFF;
}


/*Attendence dropdown*/


.attn_drpdwn{
	color: #fff;;
	width: 143px;
	position: relative;
	text-align:left;
}

.attn_submenu{
	background: none repeat scroll 0 0 #FFFFFF;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);*/
	display: none;
	left: 143px;
	margin-left: 0;
	padding: 2px;
	padding-top:5px;
	padding-bottom:6px;
	position: absolute;
	top: -49px;
	width: 100%;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border:1px solid #000;
	border-left:none;

	display:none;
	
}

.attn_submenu li{
	float:left;
}

.attn_submenu li a{
	color: #555555;
	display: block;
	font-family: arial;
	font-weight: bold;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration:none;
}

.attn_submenu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A87AD;
}

.attn_root{
	border-top: 0 solid #DEDEDE;
	font-size: 11px;
	list-style: none outside none;
	padding: 0;
}

.attn_root input[type="text"] {
	width:25px;
	margin:10px;
	float:left;
}

.attn_root span {
	background:#009900;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
    padding: 5px 10px;
}

.attn_root input[type="checkbox"] {
	
	margin: 15px 10px 10px;
	float:left;
}

.attn_root p{
	color:#000;
	float:left;
	margin-top:10px;
}

.attn_submenu_show{
	display:block;	
}

.attn_table{
	position:relative;
	float:left;
	padding: 1%;

	margin-bottom:10px;
	
}

.attn_table_table tr th,.attn_table_table tr td{
	border: 1px solid #000;
		
}

.attn_table tbody tr:nth-child(even){
	background:#EEE;

}

.attn_table tbody tr:nth-child(odd){
	background:#F7F7F7;

}

.attn_table thead tr{
	background-color: #696969;
    color: #fff;
    font-weight: bold;
}

.shift_done_bg{
	background:#B1E279;	
}

.shift_selected{
	background:#FFFFCD!important;
	box-shadow: 5px 0 5px #000;	
}

.shift_color_one{
	background:#9FCE6E;	
}

.attn_table .drop_sugg{
	position: absolute;
    right: 11px;
    top: 5px;
}

.for_back_ico{
	
	background:url(../images/forward_backward_icon.png);
	width:75px;
	height:75px;
	display:block;
	cursor:pointer;
	margin-right:5px;
}

.back_ico{
	background-position:-150px 0;
}

.to_fro i{
	opacity:.1;
}

.to_fro:hover i{
	opacity:.7;
}


.attn_detl_name{
	margin:0 10%; 
	border-bottom:1px solid;}
	
.attn_detl_shift_num span{
	padding:0px 6px; 
	margin-right:5px; 
	border:1px solid #666; 
	border-radius:5px;	
}

.shift_inactive{
	border:1px solid #CCC!important;	
}

.attn_view_large_bx{
	width:143px; 
	height:124px; 
	background:#ddeff5; 
	margin-right:5px;
	margin-bottom: 50px;
}

.attn_view_name_bx{
	line-height:1;
	margin-top: 10px;
}

.attn_view_name_bx small{
	display: inline-block;
   
    height: 30px;
    margin: 0 auto;
    padding: 5px;	
}

.attn_view_designation_bx{
	background:#90cbdd; 
	border-radius:3px; 
	padding:0 10px;
}

.attn_view_total_bx b{
	color:#FFF; 
	font-size:11px;
}

.attn_view_shifts_bx{
	color:#FFF;
}

.attn_view_shifts_bx td b{
	font-size:11px;
}

.icon_tick_cross{
	background:url(../images/tick_cross.png);
	width:50px;
	height:50px;
	display:inline-block;
	cursor:pointer;
	margin-right:5px;
	
}

.icon_tick{
	background-position:107px -15px;
}

.icon_cross{
	background-position:166px -15px;
}

.kwa_logo_color{
	background:url(../images/kwa_logo.png);
	width:80px;
	height:80px;
}

.kwa_logo_white{
	background:url(../images/kwa_logo_white.png);
	width:50px;
	height:50px;
}