/* --- Menu --- */ 
.menuSt{background-color: white;width: 100%;}
.ui-menu .ui-menu-child:before {border-top-color: #fdcd07;}
.mainMenu .ui-menu-child .ui-menuitem-text{color: rgb(102, 102, 102);}
.mainMenu .ui-menu-child .ui-menuitem-text:hover{color: #0065A5;}

/*Responsive Design*/
.mobile-menu{background-color: white;}  
.slide-menu {background-color: transparent;}
.slide-menu .ui-menu-list .ui-widget-header,.slide-menu .ui-menu-list .ui-widget-header:hover {background-color: #F1F5F8;}
.slide-menu .ui-menu-list li a.ui-state-hover{background: none repeat scroll 0 0 #6EAEE4;}
.slide-menu .ui-menu-list li a.ui-state-hover span{color: white;}
.cd-panel-container {background-color: #515151;}

/* --- SideBar --- */  
.sideBar .ui-menuitem-link{font-size: 12px;	color: #1c75bc;	border: none;}
.sideBar .ui-menuitem-link:hover{color: #16609a;background: none}
.sideBar .ui-menuitem-text:hover{text-decoration: underline;}

/* --- Page Headers --- */
.labelBlack{font-weight:normal; color: #4f4f4f; font-size:17px;}
.headerBlue{font-weight: normal;color: #1c75bc;	font-size: 21px;text-shadow:none}


/* --- Footer --- */
.menuBottomTemplate{border-top: 1px solid #1c75bc;}

.footerLinks td {color: #1c75bc;}

/* .footerLinks a{color:white; text-decoration: none; font-size: 13px;}
.footerLinks .centerPosit{border-left: 1px solid white;} */


/* --- Buttons --- */ 

.ui-button.blueBtn{color: white;background: linear-gradient(to bottom, rgba(88, 187, 255, 0.95) 8%,rgba(0, 99, 167, 0.9) 90%);}
.ui-button.greyBtn{color: white;background: linear-gradient(to bottom, rgba(201, 201, 201, 0.9) 17%, rgba(79, 79, 79, 0.7) 98%);}
.blueBtnSmall , .blueBtnSmall .ui-state-hover{ /* background: linear-gradient(to bottom, rgba(88, 187, 255, 1) -10%, rgba(0, 99, 167,1) 96%)!important;  */
											   background-color:rgba(0, 99, 167,1)!important;
											   border-radius: 5px;
 											   border: 1px solid rgba(0, 99, 167, 0.5)!important;}
 											   
.datatableBtn{background:#f5f5f5;}	
.datatableBtn:hover{ background: #e7e7e7}	


 /* --- Select One Button --- */ 
.selectOneButtonSt .ui-button.ui-state-default{background: linear-gradient(to bottom, rgba(241, 245, 248, 0.8) 24%, rgba(201, 201, 201, 0.7) 100%);  color: #1c75bc; }
.selectOneButtonSt .ui-button.ui-state-active {color: white; background-color: #1c75bc;	background-image: none; }				

/* --- Links --- */

.helpLinksPG .ui-button{background:rgba(0, 99, 167,1);;border: 1px solid rgba(0, 99, 167, 0.5);border-radius: 5px;}

