/****************For Select Menu*******************/

 .ui-widget {
    font-family: Roboto !important;
    font-size: 10.5px !important;
	
}
.ui-selectmenu-button{
	background-color: #F8F8F8 !important;
	border: 1px solid #DBDCDE !important;
	
	width: 298px !important;
}

 .error{
	border: 1px solid #FFA500 !important;
}
 .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;	
}
 .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 0px !important;	
}
 .ui-corner-all, .ui-corner-top,.ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;	
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;	
}

.ui-state-default .ui-icon {
    background-image:url(../images/select-arrow.png)!important;
}
.ui-icon, .ui-widget-content .ui-icon{
	 background-image:url(../images/select-arrow.png)!important;
}




.ui-selectmenu-menu ul li.ui-menu-item:hover{
	border: 1px solid #cccccc;
	background: #737373 !important;
	font-weight: normal;
	color: #fff !important;
}


/***********************End of Select Menu Styling *******************/



/***********************************************************************/

/***********************Date Picker Styling**************************/

.ui-widget-header {
    background: #737373 none repeat scroll 0% 0% !important;
    color: #FFF;
    border: medium none;
}

.ui-datepicker {
    border-radius: 0px;
    padding: 0px !important;
    
    font-size: 16px;
	font-family:roboto !important;	
}

#ui-datepicker-div.ui-widget-content {
    
    background-color: #f5f3f1 !important;    
	display: none;
	border: 1px solid #dadcdd;
}
#ui-datepicker-div.ui-widget-content {
    
    
}
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
#ui-datepicker-div{
	position: absolute;
	top: 1156.5px;
	left: 438px;
	z-index: 1;
	display: block;
	width: 368px;
	background-color: #f5f3f1 !important;
	background-color: #f5f3f1 !important;
	display:none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 34%;
    margin-right: 16px;
    border-radius: 5px;
}

.ui-widget {
    font-family: roboto;
    font-size: 10.5pt !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #737373;
	width: 42% !important;
	margin-right: 10px !important;
}




#ui-datepicker-div.ui-datepicker td span,
#ui-datepicker-div.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center !important;
	text-decoration: none;
}

#ui-datepicker-div  td.ui-state-disabled span{
	background-color:#fff !important;
	color:#737373 !important;
	font-weight:normal !important;
}

#ui-datepicker-div.ui-state-disabled, #ui-datepicker-div.ui-widget-content .ui-state-disabled, #ui-datepicker-div.ui-widget-header .ui-state-disabled {
    opacity: 1.35 !important;
    background-image: none;
}


.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0px none;
    background-color: #f5f3f1;
	color: #737373;
	font-family: roboto;
}
.ui-datepicker td {
	border: 2px solid #dadcdd !important;
	background-color: #FFF !important;
	}

#ui-datepicker-div .ui-widget-content .ui-state-hover,#ui-datepicker-div .ui-widget-content .ui-state-focus {
    font-weight: normal;
    color: #000!important;
    background-color: #f89828 !important;	
}
.ui-datepicker-title .ui-datepicker-month .ui-state-focus,.ui-datepicker-title.ui-datepicker-year.ui-state-focus {
    font-weight: normal;
    color: #000!important;
    background-color: #f89828 !important;	
}


.ui-datepicker table {
    width: 96% !important;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 8px 7px !important;
    background-color: #fff;
}
#ui-datepicker-div .ui-icon, #ui-datepicker-div .ui-datepicker-prev {
    background-image:url("../images/Buttonicons_leftarrow_white.png"), url("../images/Buttonicons_leftarrow_white.png") !important;
	background-position: 109px center, 117px center;
	margin-top: 5px;
}
#ui-datepicker-div .ui-icon, #ui-datepicker-div .ui-datepicker-next {
    background-image:url("../images/Buttonicons_rightarrow_white.png"), url("../images/Buttonicons_rightarrow_white.png") !important;
	background-position: 98px center, 106px center;
	margin-top: 5px;
}

#ui-datepicker-div .ui-corner-all, #ui-datepicker-div .ui-corner-bottom, #ui-datepicker-div .ui-corner-right, #ui-datepicker-div .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}
#ui-datepicker-div .ui-corner-all, #ui-datepicker-div .ui-corner-bottom,#ui-datepicker-div .ui-corner-left, #ui-datepicker-div .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}
#ui-datepicker-div .ui-corner-all, #ui-datepicker-div .ui-corner-top, #ui-datepicker-div .ui-corner-right, #ui-datepicker-div .ui-corner-tr {
    border-top-right-radius: 0px !important;
}
#ui-datepicker-div .ui-corner-all, #ui-datepicker-div .ui-corner-top, #ui-datepicker-div .ui-corner-left, #ui-datepicker-div .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.ui-datepicker-title .ui-datepicker-month option:hover{
	background-color:#737373 !important;
}
	


#ui-datepicker-div.ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default, #ui-datepicker-div.ui-widget-header .ui-state-default {
   /* border: none !important; */
    background: #fff none repeat scroll 0% 0%;
    font-weight: bold;
    color: #737373;
}
#ui-datepicker-div .ui-datepicker-today.ui-state-highlight{
background: #737373 repeat scroll 0% 0% !important;
color: #fff !important;
}

#ui-datepicker-div.ui-state-active, #ui-datepicker-div.ui-widget-content .ui-state-active, #ui-datepicker-div.ui-widget-header .ui-state-active {
    border: none;
    background: #f89828 none repeat scroll 0% 0% !important;
    font-weight: bold;
    color: #FFF;
}

.ui-datepicker-calendar tr td a.ui-state-default:hover{
	background: #f89828 repeat scroll 0% 0% !important;
	color:#fff !important;
}


.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 2px !important;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#737373;
	font-family:roboto !important;
	font-size:11pt;
}
.ui-selectmenu-button{
	height:26px !important;

}
.member-fld span.ui-state-default{
	border:1px solid rgba(218, 220, 221, 0.42);
	background: #F5f3f1;
	font-weight: normal;
	color: #454545;
}

#ui-datepicker-div.ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default, #ui-datepicker-div.ui-widget-header .ui-state-default{
	border:none !important;
}

/******************************Qtip classes for help message *****************************/
.myCustomClass{
    border-color: #bce2d0 !important;
    background-color: #bce2d0 !important;
	font-size:10.5pt;
	width:200px;
	height:40px;
	text-align:center;
	border-radius:5px;
	padding-top:10px !important;
	padding-left:10px !important;
	font-size:10.5pt !important;
}


/*****************************************table sorter*********************/
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(../images/sort-icon.png) !important;
	background-position: 102% !important;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
	background-color: #41484d !important;
	color: #fff;
	border-right: 1px solid #dadcdd;
	text-transform:uppercase;
}
.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerSortUp, .tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(../images/sorticon-ascending.png) !important;
    border-bottom: none !important;
	text-decoration: underline;
}
.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerSortDown, .tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(../images/sorticon-decending.png) !important;
    border-bottom: none !important;
	text-decoration: underline;
}
.tablesorter-default tr.odd td {
  background-color: #fff !important;
}
.tablesorter-default tr.even td {
    background-color: #f1f1f3 !important;
}
.tablesorter-default td.primary, .tablesorter-default tr.even td.primary {
    background-color: #f1f1f3 ;
}
.tablesorter-default td.primary, .tablesorter-default tr.even td.primary {
    background-color: #fff;
}
.tablesorter-default tr.odd td.primary {
    background-color: #fff;
}
.tablesorter-default tr.even td.primary {
    background-color: #f1f1f3;
}
.tablesorter-default tbody > tr:hover > td, .tablesorter-default tbody > tr.even:hover > td, .tablesorter-default tbody > tr.odd:hover > td {
    background: #fdf0df;
    color: #000;
}
.tablesorter-default {	
	font-size: 10.5pt !important;
	font-family:roboto !important;
	color: #333;
	background-color: #fff;
	border-spacing: 0;
	margin: 10px 0 15px;
	text-align: left;
}

/* header */
.tablesorter-default th,
.tablesorter-default thead td {
	font: bold 10.5pt Roboto;
	color: #000;
	background-color: #fff;
	border-collapse: collapse;
	border-bottom:#dadcdd 1px solid;;
	
}

.tablesorter-default  tr:hover td{background-color:#fdf0df !important}

/***carousel styles **/
.news-section{
	width:97%;
}
.news-container {
    width: 65%;
	background-color: #ecedef;
	margin: 0px 0px 20px 0px;
	display:inline-block;
	vertical-align:middle;
}

.news-container {
     position: relative;
    
     padding: 8px 0px;
	clear:both;
}
.news-container .heading-container .image-container{
    float: left;
    max-width: 10%;
    margin-right: 5%;
}
.news-container .heading-container .text-container {
    float: left;
    max-width: 85%;
}
.news-container .heading-container::after {
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
}

.news-container .news-carousel {
    padding-bottom: 20px;
}
.news-container .news-carousel .news-carousel__pager{
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
.news-container .news-carousel .news-carousel__pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.news-container .news-carousel .news-carousel__pager {
    text-align: center;
}
.news-container .carousel-container .prev{
    background: url('../images/carousel-leftarrow.png') no-repeat left center;
    position: absolute;
    top: 90%;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    right: 93%;
}
.news-container .carousel-container .next{
	background: url('../images/carousel-rightarrow.png') no-repeat left center;
    position: absolute;
    top: 90%;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    left: 93%;
}


.news-container .news-carousel .news-carousel__pager ul li:hover{
    background-color: #0078af;
}
.news-container .news-carousel .news-carousel__pager ul li.cycle-pager-active{
    background-color: #0078af;
}
.news-container .news-carousel .news-carousel__pager ul li {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 10px;
    display: inline-block;
    float: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 0px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

/*********************/

.tablesorter  th,.tablesorter td{white-space:nowrap;/*padding: 5px 0 5px 5px;*/}
.tablesorter  th div{padding-left:5px;}
.tablesorter-headerRow{height:30px;}
.tablesorter{color:#282828;font-family:roboto;}
.tablesorter-default th{font-size: 11.1pt;}
.tablesorter-default td{font-size: 10.5pt;}

.ui-selectmenu-button .ui-icon {width: auto !important; height:16px}
.ui-selectmenu-button span.ui-icon{left: 19em !important;}
.doubleborder-updateflds .ui-selectmenu-button span.ui-icon{left: 13em !important;}
.pin-section .ui-selectmenu-button span.ui-icon {
    left: 2em !important;
}
.shrt-fld  .ui-selectmenu-button span.ui-icon,.shrt-drpdwn-fld  .ui-selectmenu-button span.ui-icon{left: 7.5em !important;}

.shrt-fld .ui-selectmenu-button ,.shrt-drpdwn-fld .ui-selectmenu-button{
    width: 140px !important;
}
.ui-accordion-header .ui-icon {
    background-image:url(../images/Buttonicons_rightarrow_grey.png)!important;
}
.ui-accordion-header-active .ui-icon{
	background-image:url(../images/Buttonicons_downarrow_grey.png)!important;
}

