body
{
    margin:0px;
    padding:0px;
    color:#000;
	overflow-x:hidden;
	overflow-y:auto;
    font:12px sans-serif;
    /*background:#ececed url(images/skinBg.png) repeat-x top left;*/
    background:#fff;
}


/*Basic Fonts */

h1{ font: 24px sans-serif; color:#CA4213; margin:5px 0px 25px;}

h2{ font:16px sans-serif; color:#000; margin:10px 0px 10px;}

p{ font:12px/18px sans-serif; text-align:justify; color:#000;}

.clear{ clear:both;}
img{ border:0px;}

/*mainWrap*/

.main-wrap{ margin:0px auto; padding:0px;background:#F3F3F4; }
.main-bg{ margin:0px auto; padding:0px;  } 


/*Header-Division*/


.header-wrap{ margin:0px auto; padding:0px;/* min-height:107px;*/ width:99%; }


.header-left{ margin:0px; float:left; padding:0px; /*min-height:80px;*/  width:20%;}

.header-right{ margin:0px; float:right; padding:0px; min-height:80px; width:80%;}

.right-viewhead{ margin:0 auto; float:left; width:70%;}
.right-viewhead h2{ text-align:center; margin:0; color:#00338d; font-size:45px;}
/*SHALINI-NEW-HEADER*/
.brand {
    background: #fff;
    float: left;
    width: 250px;
    height: 90px;
    position: relative;
	margin:0 !important;
	/*padding:20px 0 0 24px;*/
/*    padding:20px 0 0 0;
	border-right: 1px solid #505050;*/
	text-align:center;
}
.brand img{
	width:auto;
	height:auto;
	margin:3px auto;
    }
.top-nav {
    margin-top:20px;
}
.top-nav img {
    border-radius:50%;
    -webkit-border-radius:50%;
    width:20px;
}
.top-nav .icon-user i {
    height: 33px;
    width:33px;
    line-height: 33px;
    display: inline-block;
    font-size: 1.7em;
    padding-left: 10px;
}
.top-nav .icon-user .username {
    color: #555555;
    font-size: 13px;
    position: relative;
    top: -5px;
}
.top-nav .icon-user .caret {
    position: relative;
    top: -4px;
}
.top-nav ul.top-menu>li .dropdown-menu.logout {
    width:150px !important;
    border-width:2px !important;
}
.top-nav li.dropdown .dropdown-menu {
    float:right;
    right:0;
    left:auto;
}
.dropdown-menu.extended.logout>li a 
{
    cursor:pointer;
    }
.dropdown-menu.extended.logout>li {
    float:left;
    width:100%;
}
.log-arrow-up {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:-20px;
    float:right;
    margin-right:15px;
}
.dropdown-menu.extended.logout li a, .dropdown-menu.extended.logout li div a{
     border-bottom: none !important;
    display: block;
    text-align: center;
    padding: 3px 20px;
    color: #333;
    font-weight: 400;
    font-size:14px;
	font-family: sans-serif;
}

.full-width .dropdown-menu.extended.logout>li>a:hover {
    background:#F1F2F7 !important;
    color:#32323a !important;
}
.dropdown-menu.extended.logout>li>a:hover, .dropdown-menu.extended.logout li div:hover a:hover {
    background:#00338d !important;
    border-radius:5px;
      color:#fff !important;
}
.dropdown-menu.extended.logout>li>a:hover i {
    color:#ffa2a2;
}
.dropdown-menu.extended.logout>li>a i {
    font-size:17px;
}
.dropdown-menu.extended.logout>li>a>i {
    padding-right:10px;
}
.top-nav .username {
    font-size:13px;
    color:#fff;
}
.top-nav ul.top-menu>li>a  
{
     padding: 0px;
    background: none;
    margin-right: 0;
    /*border: 1px solid #8b5c7e;
    border-radius: 100px;
    -webkit-border-radius: 100px;   
    background: #8b5c7e;*/
    display:inline-block;
}
.top-nav ul.top-menu>li.language>a {
    margin-top:-2px;
    padding:4px 12px;
    line-height:20px;
}
.top-nav ul.top-menu>li.language>a img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li.language ul.dropdown-menu li img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li {
    margin:0 10px;
    border-radius: 100px;
    background: #00338d;
    padding:0 3px;
    cursor:pointer; border:1px solid #fff;
	display:inline-block;
	
}
.top-nav ul.top-menu>li>a:hover,.top-nav ul.top-menu>li>a:focus {
   /* border:1px solid #fa9fa4;
    background:#fa9fa4 !important;
    border-radius:100px;
    -webkit-border-radius:100px;*/
}
.top-nav .dropdown-menu.extended.logout {
    top:44px;
}
.top-nav .nav .caret {
    border-bottom-color:#000;
    border-top-color:#000;
    margin-right:8px;
    display:none;
}
.top-nav ul.top-menu>li>a:hover .caret {
    border-bottom-color:#000;
    border-top-color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: #00338d  !important;
    color: #fff !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
ul.top-menu > li > a.UserLink {
    font-size: 11px;
    color: #fff;
    padding:12px 4px!important;
    cursor:pointer;
}
ul.top-menu {
	text-align:right;
	}
ul.top-menu > li > a {
    color: #fff;
    font-size: 16px;
    background: #8b5c7e;
    padding: 4px 8px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding:0 3px !important;
    cursor:pointer;
    font:inherit;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.open>a {
    outline: 0;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
    float:left;
/*    margin-top:23px;*/
    margin-left:-15px;
    background:#505050;
    border-radius:50%;
    -webkit-border-radius:50%;
    width:32px;
    height:32px;
    position:absolute;
    right: -33px;
    top: 36%;
	display:none;
	
}
.sidebar-toggle-box .fa-bars {
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    padding:8px 8px 8px 9px;
    color:#fff;
}
.sidebar-toggle-box:hover {
    background:#0091e6;
}
.hide-left-bar {
    margin-left:-240px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.open-right-bar {
    right:0px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.merge-left {
    margin-left:0px !important;
}
.hide-right-bar {
    margin-right:-240px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#main-content {
   /* margin-left:240px;*/
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.wrapper-cont {
    /*display: inline-block;*/
    display:block;
    margin-top: 80px;
    padding: 0 30px;
    width: 100%;
}
.toggle-right-box {
    float:left;
    background:#f6f6f6;
    border-radius:50%;
    -webkit-border-radius:50%;
    width:35px;
    height:35px;
}
.toggle-right-box:hover {
    background:#ffa2a2;
}
.toggle-right-box:hover .fa-bars {
    color:rgba(0,0,0,0.3);
}
.toggle-right-box .fa-bars {
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    padding:10px;
    color: #bfbfc1;
}


.fixed-top {
    position:fixed;
    box-shadow:1px 0 3px rgba(0,0,0,.15);
}
.header {
    left:0;
    right:0;
    z-index:1002;
    background:#fff;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
	   /* box-shadow: 1px 0 3px rgba(0,0,0,.15);*/
	   border-bottom:2px solid #d7d6d6;
	    top:0;
	    position:fixed;
}
	/*sidebar navigation*/
#sidebar {
    width:100%;
    height:92%;
/*    position:fixed;   width:240px;*/
    background:#fff;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
	color:#000;
	top:0;

}
#sidebar ul li {
    position: relative;
	float: left;
    width: 14.28%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#sidebar ul li:last-child {
	border:none;
	}
/*.leftside-navigation,.right-stat-bar{
    height: 100%;
}*/
.ModWorkAnniversaryC .clsDashtb{
	height:293px;
	overlow:auto;
	}
.right-stat-bar{
    height: 100%;
}
.leftside-navigation {
    height: 88%;
    overflow-y: auto !important;
}
.right-stat-bar ul {
    list-style-type: none;
    padding-left: 0;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
/*    background:url(images/nav-expand.png) no-repeat top;*/
	 background:url(images/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:5px;
}
.active .dcjq-icon {
    background:url(images/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.right-side-accordion .dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background:url(../images/acc-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
}
.right-side-accordion .active .dcjq-icon {
    background:url(../images/acc-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}
.right-side-accordion li:nth-child(2) ul li .prog-row {
    border: none;
}
/*---*/
.nav-collapse.collapse {
    display:inline;
}
ul.sidebar-menu,ul.sidebar-menu li ul.sub {
    margin:-2px 0 0;
    padding:0;
}
ul.sidebar-menu {
    padding-top:80px;
}

#sidebar>ul>li>ul.sub {
    display:none;
}
#sidebar .sub-menu>.sub li a {
    padding-left:46px;
}
#sidebar>ul>li.active>ul.sub,#sidebar>ul>li>ul.sub>li>a {
    display:block;
}
ul.sidebar-menu li ul.sub li {
    background:rgba(52, 48, 48, 0);
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}
ul.sidebar-menu li ul.sub li a {
    font-size:12px;
    padding-top:13px;
    padding-bottom:13px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    color:#fff;
}
ul.sidebar-menu li ul.sub li a:hover,ul.sidebar-menu li ul.sub li.active a {
    color:#fff;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display:block;
    background:rgba(40, 40, 46, 0.28);
}
ul.sidebar-menu li {
    border-bottom:1px solid rgba(255,255,255,0.05);
}
ul.sidebar-menu li.sub-menu {
    line-height:15px;
}
ul.sidebar-menu ul.sub li {
    border-bottom:none;
}
#sidebar ul + ul + ul li {
	float:none;
	} 
#sidebar ul li > ul {
	position:absolute;
	    z-index: 10000000;
    width: 100%;
	}
ul.sidebar-menu li a span {
    display:inline-block;
}
ul.sidebar-menu li a {
    color:#fff;
    text-decoration:none;
    display:block;
    padding:18px 0 18px 25px;
    font-size:12px;
    outline:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: rgba(40, 40, 46, 0.28);
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li a i {
    font-size:15px;
    padding-right:6px;
}
ul.sidebar-menu li a:hover i,ul.sidebar-menu li a:focus i {
    color:#fff;
}
ul.sidebar-menu li a.active i {
    color:#fff;
}
.mail-info,.mail-info:hover {
    margin:-3px 6px 0 0;
    font-size: 11px;
}
.leftside-navigation ul.dnnmega li.root span, body .leftside-navigation ul.dnnmega li.mmItemHover a span, body .leftside-navigation ul.dnnmega li.mmItemHover a:hover {
	background:none !important;
	}
	.leftside-navigation ul.dnnmega > li.root
	{
	        background: #0091e6!important;
	        color:#fff;
	    }
.leftside-navigation ul.dnnmega li.root {
	margin:0;
	height:auto;
	float:left;
	width:100%;
	}
.leftside-navigation ul.dnnmega .megaborder .TL,.leftside-navigation ul.dnnmega .megaborder .M {
	border:none;
	background:none;
	height:auto;
	margin:0;
	}
.leftside-navigation ul.dnnmega .megaborder .TR {
	background:none;
	
	}
.leftside-navigation ul.dnnmega li.root a {
	    text-decoration: none;
    display: block;
    padding: 7px 0 5px;
    font-size: 14px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#0091e6;
	}
	.leftside-navigation ul.dnnmega li.root span:hover 
	{
	    color:#000;
	    }
.leftside-navigation ul.dnnmega li.root span {
	display: block;
    line-height: 28px;
    /*height: auto;*/
    background:none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    cursor:pointer;
        font-weight: bold;
    font-size: 14px;
}
.leftside-navigation ul.dnnmega .megaborder ul li.category {
	background:none;
	height:auto!important;
	}
.leftside-navigation ul.dnnmega li .megaborder {
	width:100% !important;
	position:inherit;
	top:0;
	}
.leftside-navigation ul.dnnmega .megaborder ul.M li.category a, .leftside-navigation ul.dnnmega .megaborder ul.M li.category a span, .leftside-navigation ul.dnnmega .megaborder ul.M li.category span 
{
    cursor:default;
	}


.leftside-navigation  ul.dnnmega .megaborder li.category li.leaf a span 
{
    cursor:pointer;
    }
.leftside-navigation	ul.dnnmega li.root img.mmArrow {
	    margin: 13px 10px 0;
    float: right;
	}
.leftside-navigation ul.dnnmega li.category {
	width:100%;
	}
.leftside-navigation ul.dnnmega li.category ul {
	margin-left:0;
	}
.leftside-navigation ul.dnnmega li.category li.leaf {
	background:none;
	padding:0;
	}
.leftside-navigation ul.dnnmega li.category li.leaf a {
	background:#bddcf1;
	border-bottom:1px solid #fff;
	}
.leftside-navigation ul.dnnmega li.category li.leaf a:hover, .leftside-navigation ul.dnnmega li.category li.leaf a:active, .leftside-navigation ul.dnnmega li.category li.leaf a:focus{
	color:#00318e;
	background:#65b6eb !important;
	border-bottom:1px solid #fff;
	}
.leftside-navigation ul.dnnmega li.category li.leaf a:hover span {
	color:#00318e;
	}
body .leftside-navigation ul.dnnmega li.mmItemHover a, body .leftside-navigation ul.dnnmega li.mmItemHover a:hover {
	color:#000!important;
	}
.leftside-navigation ul.dnnmega li.category ul {
	padding:0;
	}
.leftside-navigation ul.dnnmega li.category a:hover span {
	color:#00318e;
	}
.leftside-navigation ul.dnnmega .megaborder ul li.category {
	margin:0;
	    color: #163b6f;
	}
/*.dashBoard-icon-wrap .DnnModule 
{
        width: 48%;
    float: left;
    margin: 5px 15px;
    }*/
   .dashBoard-icon-wrap .DnnModule-NewJoinee, .dashBoard-icon-wrap .DnnModule-WorkAnniversary, .dashBoard-icon-wrap .DnnModule-BDAnn
   {
           min-height: auto;
       }
/* .dashBoard-bg .dashBoard-icon-wrap .DnnModule.DnnModule-LoanDetails 
{
        width: 98%;
    float: none;
    margin: 5px 15px;
    }*/

#UpdatePanel3 .ajax__tab_body_verticalleft table th 
{
    text-align:center!important;
        padding: 8px 10px;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    border-right: 2px solid #fff !important;
    font-family: sans-serif;
    }
.latestNewsStyle 
{
    width:100%;
    }
    .clsDashtb 
    {
        min-height:198px ;
          /* border: 1px solid #ebeff6;*/
			height: auto ; background:#fff; 
			/*box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
        }
/*end shalini*/
/*LOGO-DIV*/

.logo-wrap{/* margin:25px 0px 0px; padding:0px 30px;*/margin: 20px 0 0 25px;}

.logo-wrap img {
	width:170px;
	}
/*banner*/

.banner-wrap{ margin:0px; padding:0px; background:url(images/bann-bg.png) repeat-x top left; height:187px; border-radius:10px;}

.right-img{ width:9px; height:187px; float:right; background:#ecf2f9;}

.bann-left-img{ margin:0px; float:left; background:#ecf2f9; width:8px; height:187px;}

.bann-midd{ margin:0px; float:left; background:url(images/bann.png) no-repeat top right; width:99%; height:187px;}

.bann-midd h2{ font:bold 24px sans-serif; text-align:center; color:White; line-height:180px;}


/*.bann-center{ margin:0px; padding:0px; width:60%; height:187px; float:left; border:1px solid White;}*/



/*LOGIN_DIV*/

.login-wrap{ margin:0px 30px 0px 0px; padding:0px; float:right;}

.login-left-img{ margin:0px; padding:0px; float:right; height:37px; width:10px; background:url(images/login_R.png) no-repeat top left;}

#login-midd{ margin:0px; padding:2px 10px 0px; height:35px; background:url(images/login_bg.png) repeat-x top left; float:right; }

.login-right-img{ margin:0px; padding:0px; height:37px; width:7px; background:url(images/login_L.png) no-repeat top right; float:right;}

 a.LoginLink{ font:bold 11px sans-serif; color:White;} 
 
 a:hover.LoginLink { font:bold 11px sans-serif; color:Orange; text-decoration:none;} 
 
  a.UserLink{ font:bold 11px sans-serif; color:#f1d362;} 
  
  a:hover.UserLink{ text-decoration:none; color:#c3d5f2;}
  
 
  .registerGroup li{ border:none;}

		#login-midd .registerGroup, 
		#login-midd .registerGroup *, 
		#login-midd .loginGroup, 
		#login-midd .loginGroup *{
			display:block;
		} 
	
	
		#login-midd .registerGroup,
		#login-midd .loginGroup{float:left;padding:0;margin:0;} 
		
		#login-midd .registerGroup li:first-child:hover{}
		/* Register Group Styles */
		#login-midd .registerGroup li{ 
			float:left;
			height:33px;
			background:url(images/login_seperate.png) no-repeat top left;
		}
		#login-midd .registerGroup .buttonGroup{margin:0px;}
		
		#login-midd .registerGroup a
		{
			position:relative;
			display:block;
			padding:11px 15px; 
			min-width:15px; min-height:11px;
			font-weight:bold;
			font-size:11px;
			vertical-align:middle;
			line-height:1em;
			color:#debc3f;
		}
		
		
		
		#login-midd .registerGroup a:hover,
		#login-midd .loginGroup a:hover{
			
			color:#fff;
			
		}
		#login-midd .registerGroup a:active,
		#login-midd .loginGroup a:active{
			color:#fff;
		
		}
		.registerGroup, .registerGroup *, .loginGroup, .loginGroup * {
    display: inline;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    vertical-align: bottom;
}
		
		#login-midd .registerGroup a:hover,
		#login-midd .loginGroup a:hover{text-decoration:none; color:Orange;}
		
		#login-midd .registerGroup a strong,
		#login-midd .loginGroup a strong{
			position:absolute;
			left:0; top:0;
			width:100%; height:100%;
			display:block;
			font-size:11px;
			font-weight:bold;
			vertical-align:baseline;
			overflow:hidden;
			text-indent:-9999px;
		}
		
		.registerGroup .userMessages strong,
		.registerGroup .userNotifications strong{
			background:url(Images/userLoginSprite.png) no-repeat 15px 12px;
		}
		.registerGroup .userNotifications strong{ background-position:-85px 10px; }
		.registerGroup .userMessages strong:hover{background-position:15px -40px; }
		.registerGroup .userNotifications strong:hover{ /*background-position:-85px -42px; */ background-position:-85px -42px;}
		.registerGroup .userMessages strong:active{background-position:15px -91px; }
		.registerGroup .userNotifications strong:active{ background-position:-85px -92px;}
		
		#login-midd .registerGroup a span{
			position:absolute;
			right:5px; top:-7px;
			display:inline-block;
			padding:2px 4px;
			min-width:7px;
			text-align:center;
			margin-right:3px;
			
			font-size:9px;
			color:#fff;
			
		}
		
		
		#login-midd .registerGroup .userProfileImg a{
			padding:0;background:none;
			min-width:25px;
		}
		#login-midd .registerGroup a img{
			border:1px solid blue;
			height:32px; width:32px;
			background:#555;
		
		}
		/* Login Group Styles */
		#login-midd .loginGroup{
			/*light*/		
		} 
		#login-midd .loginGroup a{padding:10px 20px; font-weight:bold; color:#fff;}
		
		/* Login Language Group */
		#login-midd .language-object{
			float:left;
			display:block;
			margin:0;
			padding:0;
			/*dark*/
		}
		#login-midd .language-object span{
			padding:8px 0;
			padding-right:8px;
			margin:0;
			float:left;
		}
		#login-midd .language-object span:first-child{
			padding-left:8px;
			
		}
		#login-midd .language-object span img{
			height:12px; width:20px;
			
		}
		


/*Menu-Division */

/*.menu-wrap{ margin:0px auto; padding:0px; width:99%; background:url(images/menu_bg02.png) repeat-x top left;border:1px solid #000;}*/
.menu-wrap{ width:200px; height:100%; float:none; background:#fff;  margin-top:90px;}

.menu-bg{ /*margin:0px auto;  height:42px; */width:100%; padding:0px; background: #00338d;height: 50px;/* background:url(images/menu_left02.png) no-repeat top left;*/}


/*help*/

.help-wrap{ margin:20px 0px 0px; padding:10px 30px; float:right; display:none;}

a.helplink{ font:bold 11px sans-serif; color:#323333; padding:0px 2px;}




/*Breadcrump-Division */

.breadcrump-bg{ margin:0px auto; padding:0px; width:99%;}

.breadcrump-wrap{ margin:0px; padding:5px 0px 5px 2%; float:left;width:45%;}

.login-msg{ margin:0px; padding:5px 2% 5px 0px; float:right; width:45%; text-align:right;}

a.breadcrumplink { font:bold 11px sans-serif; color:#000;}
a:hover.breadcrumplink { font:bold 11px sans-serif; color:#dd7e18; text-decoration:none;}


/*CONTENT-DIVISION*/

.content-wrap{/* margin:0px auto; width:99%; margin-top:10px*/;min-height:600px;}

.topPane-bg{ margin:5px auto 0;  padding:0px;}

.leftMiddRite-Pane-bg{ margin:0px; padding:0px; margin-top:2px;}

.leftPane-bg{ margin:0px; padding:0px; width:15%; float:left;}

.leftPane01-wrap{ margin:0px 0px 0px 0px;  padding:0px;}

.leftPane02-wrap{ margin:2px 0px 0px 0px;  padding:0px;}

.leftPane03-wrap{ margin:2px 0px 0px 0px;  padding:0px;}

.middPane-bg{ margin:0px 3%; padding:0px; width:64%; float:left;}

.middPanetop-bg{margin:0px; padding:0px;}

.middPaneBottm-bg{ margin:2px 0px 0px; padding:0px;}

.middPaneBottmLeft-bg{ margin:0px; float:left; padding:0px; width:32%;}

.middPanebottmCenter-bg{ margin:0px 2%; float:left; padding:0px; width:32%;}

.middPaneBottomRight-bg{ margin:0px; padding:0px; float:right; width:32%}


.middPaneBottm-bg02{ margin:2px 0px 0px; padding:0px;}

.middPaneBottmLeft-bg02{ margin:0px; float:left; padding:0px; width:32%;}

.middPanebottmCenter-bg02{ margin:0px 2%; float:left; padding:0px; width:32%;}

.middPaneBottomRight-bg02{ margin:0px; padding:0px; float:right; width:32%}



.middPaneBottm-bg03{ margin:2px 0px 0px; padding:0px;}

.middPaneBottmLeft-bg03{ margin:0px; float:left; padding:0px; width:32%;}

.middPanebottmCenter-bg03{ margin:0px 2%; float:left; padding:0px; width:32%;}

.middPaneBottomRight-bg03{ margin:0px; padding:0px; float:right; width:32%}



.rightPane-bg{ margin:0px; padding:0px; width:15%; float:right; }

.rightPane01-wrap{ margin:0px; padding:0px;}

.rightPane02-wrap{ margin:2px 0px 0px; padding:0px;}

.rightPane03-wrap{ margin:2px 0px 0px; padding:0px;}

.contentPane-wrap{ margin:2px auto 0px; padding:0px;}


.dashBoard-bg{ /*margin:2px 0px 0px;*/ padding:0px; width:100%; /*margin:0px auto;*/}

/*.dashBoard-icon-wrap{ margin:5px 15px;/* width:48%; float:left; width:98%; float:none;}*/

.dashBoard-icon-bg{ /*width:625px;*/ width:100%;  float:none;}

.dashboard-Bday-wrap{/*width:350px;*/ float:right; width:50%;}




.servicePane-bg{ margin:2px 0px 0px; padding:0px;}

.leftServicePane-wrap{ margin:0px; padding:0px; float:left; width:32%;}

.middServicePane-wrap{ margin:0px 2%; padding:0px; float:left; width:32%;}

.rightServicePane-wrap{ margin:0px; padding:0px; float:right; width:32%;}

.leftNavContent-bg{ margin:2px auto 0px; padding:0px;}
.leftNavPane-wrap{ margin:0px; padding:0px; float:left; width:25%;}

.rightContentPane-wrap{ margin:0px; padding:0px; float:right; width:73%;}

.rightNavContent-bg{ margin:2px auto 0px; padding:0px;}

.leftContentPane-wrap{ margin:0px; padding:0px; width:75%; float:left;}

.rightNavPane-wrap{ padding:0px; margin:0px; width:23%; float:right;}

.bottomPane-bg{ margin:2px auto 0px; padding:0px; }

.bottomPane01-wrap{ margin:0px; padding:0px; float:left; width:24%;}

.bottomPane02-wrap{ margin:0px 1%; padding:0px; float:left; width:24%;}

.bottomPane03-wrap{ margin:0px; padding:0px; float:left; width:24%;}

.bottomPane04-wrap{ margin:0px; padding:0px; float:right; width:25%;}

.announcement-wrap{ margin:2px 0px 0px; padding:0px;} 

.addressPane-wrap{ margin:2px 0px 0px; padding:0px;}

.addPaneLeft-wrap{ margin:0px; padding:0px; float:left; width:48%;}

.addPaneright-wrap{ margin:0px; padding:0px; float:right; width:48%;}


/*Footer-dvision*/


.footer-wrap{ /*margin:20px auto;*/ margin:0px; background:#bddcf1; overflow:hidden; padding:0;}

/*.footer-bg{ margin:0px auto; width:95%;}*/

.footer-left{ /*margin:0px; width:45%; float:left;*/ padding:10px 20px; text-align:center; color:#163b6f; font-size:12px; line-height:18px;}

.footer-right{ margin:20px 0 0 0; /*width:45%; */float:none; padding:10px 20px; text-align:center; color:#163b6f;  font:bold 11px sans-serif;}

a.terms{ color:#163b6f; text-decoration:none; font:bold 12px sans-serif; margin:0px 5px;}

a.terms:hover,a.terms:focus, a.terms:active{ color:#00318e; text-decoration:underline; font:bold 12px sans-serif;  margin:0px 5px; outline: none;}


/*Policy-div*/

.policy { padding:5px; width:95%; margin:0px auto; border-bottom:1px solid #b5b4b4; font:bold 13px sans-serif; color:#246eb1; }

/* Audio Induction */

.audioInduc-container
{
     width:350px; margin:0px; padding:5px; border-right:1px solid #c8c8c8; float:left;
    
    
    }
    table.latestNewsStyle span 
    {
        display:inline-block;
        font-family: sans-serif;
        }
    .readMore a 
    {
          font-family: sans-serif;
        }
 .latestNewsStyle td 
 {
     font-family:sans-serif;
     }
    
    .audioInduc-container:hover { background:Black; opacity:0.3;
filter:alpha(opacity=30); }

.audioInduc-container h1{ font:bold 22px sans-serif; color:Black; border:none; background:none;}

.audioInduc-container h4{ font:bold 13px sans-serif; color:#1e78ba;}

.audioInduc-container td{ padding:5px; text-align:center;}

.audioInduc-container table{ width:100%}

.audioInduc-container a{ text-decoration:none;}


/***************************************************************** PMP Module Style ***************************************************************************************/

 .MyCalendar .ajax__calendar_container
    {
        cursor: default;
        font-family: tahoma,sans-serif,helvetica;
        font-size: 11px;
        padding: 4px;
        text-align: center;
        width: 170px;
        background-color: #fff;
        border: 1px solid #646464;
        z-index: 999999999;
    }
    .MyCalendar .ajax__calendar_body
    {
        height: 139px;
        margin: auto; /*overflow: hidden;*/
        position: relative;
        width: 170px;
    }
    .MyCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
    {
        height: 139px;
        left: 0;
        margin: auto;
        position: absolute;
        text-align: center;
        top: 0;
        width: 170px;
        z-index: 999999999;
    }
    .MyCalendar .ajax__calendar_container TABLE
    {
        font-size: 11px;
        margin: 0;
        padding: 0;
    }
    .MyCalendar .ajax__calendar_container TD
    {
        font-size: 11px;
        margin: 0;
        padding: 0;
    }
    .MyCalendar .ajax__calendar_header
    {
        height: 20px;
        width: 100%;
    }
    .MyCalendar .ajax__calendar_prev
    {
        background-image: url("DesktopModules/EPIC/images/WebResource.axd02.gif");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        float: left;
        height: 15px;
        width: 15px;
    }
    .MyCalendar .ajax__calendar_next
    {
        background-image: url("DesktopModules/EPIC/images/WebResource.axd.gif");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        height: 15px;
        width: 15px;
    }
    .MyCalendar .ajax__calendar_title
    {
        cursor: pointer;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .MyCalendar .ajax__calendar_footer
    {
        height: 15px;
    }
    .ajax__calendar_today
    {
        cursor: pointer;
        padding-top: 3px;
    }
    .MyCalendar .ajax__calendar_dayname
    {
        height: 17px;
        padding: 0 2px;
        text-align: right;
        width: 17px;
    }
    .MyCalendar .ajax__calendar_day
    {
        cursor: pointer;
        height: 17px;
        padding: 0 2px;
        text-align: right;
        width: 18px;
    }
    .MyCalendar .ajax__calendar_month
    {
        cursor: pointer;
        height: 44px;
        overflow: hidden;
        text-align: center;
        width: 40px;
    }
    .MyCalendar .ajax__calendar_year
    {
        cursor: pointer;
        height: 44px;
        overflow: hidden;
        text-align: center;
        width: 40px;
    }
    
    
    /* Accordion Pane */
    
   
    .accordion
    {
        margin: 10px auto;
        width: 98%;
    }
    .accordionContent
    {
        background-color: white;
        padding: 10px 5px 5px;
    }
    .accordionHeaderSelected
    {
        background: url(/Portals/0/Images/active_accord_icon.png) no-repeat center right;
        padding: 10px 10px 10px 5px;
        margin-top: 5px;
        color: #57a7d1;
        font: bold 16px sans-serif;
        cursor: pointer;
        border-bottom: 1px solid #bcbcbc;
    }
    .accordionHeader
    {
        background: url(/Portals/0/Images/normal_accord_icon.png) no-repeat center right;
        border-bottom: 1px solid #909090;
        cursor: pointer;
        color: #3a3a3a;
        font: bold 16px sans-serif;
        margin-top: 5px;
        padding: 10px 10px 10px 5px;
    }
    .href
    {
        color: Black;
        font-weight: bold;
        text-decoration: none;
    }
     .verifyBtnStyle
    {
        padding: 6px 15px;
        margin: 5px;
        border: 1px solid #0091da;
        font: bold 12px sans-serif;
        color: #fff;
        /*background: url(/DesktopModules/PMP/images/verifyAll_btn_bg.png) repeat-x top left;*/
        background:#0091da;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
	.clsDashtb h2 {
		font-family: sans-serif !important;
		}
    
    .approveBtnStyle
    {
        padding: 6px 15px;
        margin: 5px;
        border: 1px solid #092e53;
        font: 12px sans-serif;
        color: #fff;
        background: url(/DesktopModules/PMP/images/approve_btn_bg.png) repeat-x top left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
.pagerstyle a { background:Red;}
    
.listBox01{ border:1px solid #137db4; padding:15px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background:#2d95cc url(/DesktopModules/PMP/images/listBoxBg02.png) repeat-x top left;}

.listBox02{ border:1px solid #137db4; padding:15px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background:#2b6bac url(/DesktopModules/PMP/images/listBoxBg.png) repeat-x top left;}

    
    .pnlTTBackGround
{
    position:fixed;
    top:10%;
    left:10px;
    width:250px;
    height:100px;
    background-color:Silver;
    border:solid 3px black;

}
 .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }
 .pnlBackGround
 {
 position:relative;
    top:10%;
    left:10px;
    width:50%;
    height:80%;
    background-color:Silver;
    border:solid 3px black;

}
.pnlSubmitBackground
 {
 position:fixed;
    top:10%;
    left:10px;
    width:400px;
    height:300px;
    background-color:#dae5f2;
    border:solid 3px black;
            border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.close { 
    DISPLAY: block;BACKGROUND: url(/DesktopModules/PMP/images/clsBtn.png) no-repeat 0px 0px; 
    RIGHT: -1px;WIDTH: 26px;TEXT-INDENT: -1000em;POSITION: absolute; 
    TOP: -1px;HEIGHT: 26px; 
} 

.actionBtnStyle{ background:url(/DesktopModules/PMP/images/nextArrow.png) no-repeat top left;}


/**************Tab Control*************/



 .txtWrap
    {
        word-wrap: break-word;
        width: 150px;
    }
       .tblexcelScore td, th
    {
        /*border: 1px solid #93B893; */
        line-height: 18px;
    }
    
      .Above75
    {
        background:#339966;
    }
    
    .Between
    {
       background:#ffff00;
    }
    
    .Below
    {
        background:#ff0000;
    }
    
    .CustomSubTabStyle
    {
        margin: 10px;
    }
    .CustomTabStyle .ajax__tab_disabled
    {
        color: #FFFFFF;
        cursor: default;
    }
    .CustomTabStyle .ajax__tab_header
    {
        font-size: 11px;
        height: 35px;
        border-bottom: 1px solid #fff;
        color: #175e86;
    }
    
    .CustomTabStyle .ajax__tab_header .ajax__tab_tab
    {
        font: bold 12px sans-serif;
        padding: 9px 10px 12px;
        margin-left: 0px;
    }
    .CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_outer
    {
        margin: 2px 0px 0px 0px;
    }
    .CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_inner
    {
        margin: 0px 0px 0px 3px;
    }
    .CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_tab
    {
        background: #2d61a0;
        padding: 11px 10px 11px 10px;
        font: bold 12px sans-serif;
        color: #fff;
        margin: 0px 9px 0px 9px;
    }
    .CustomTabStyle .ajax__tab_body
    {
        border: 1px solid #9B9B9B;
        border-top: 1px solid #9B9B9B;
        padding: 20px 10px;
    }
    
    .CustomSubTabStyle .ajax__tab_header .ajax__tab_tab
    {
        font: bold 12px sans-serif;
        padding: 10px;
        margin-left: 0px;
        color: #000;
        background: url(/DesktopModules/PMP/images/subTab_bg.png) repeat-x top left;
    }
    .CustomSubTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_outer
    {
        background: none;
        margin: 0px;
    }
    .CustomSubTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_inner
    {
        background: none;
        margin: 0px;
    }
    .CustomSubTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_tab
    {
        background: url(/DesktopModules/PMP/images/subTab_Select_bg.png) repeat-x top left;
        padding: 10px;
        font: bold 12px sans-serif;
        color: #fff;
        margin: 0px 9px 0px 0px;
        border: 1px solid #1983c4;
        border-bottom: 1px solid #0f70aa;
    }
    .CustomSubTabStyle .ajax__tab_body
    {
        border: none;
        overflow: hidden;
    }
    .CustomSubTabStyle .ajax__tab_disabled
    {
        color: #FFFFFF;
        cursor: default;
    }
    .CustomSubTabStyle .ajax__tab_header
    {
        background: none;
        font-family: sans-serif;
        font-size: 11px;
        height: 34px;
        border: none;
    }
    .CustomLoading1
    {
        background: url(/images/LoadingEPIC2.gif) no-repeat center 200px;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
    }
    .tblCompetency td, th
    {
       /* border: 1px solid Black; */
        line-height: 18px;
    }
    
    .pnlSubmitBackground02
    {
        position: fixed;
        top: 10%;
        left: 10px;
        width: 350px;
        height: 150px;
        background-color: #dbeff9;
        border: solid 3px black;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 10px;
    }
    .titleDiv
    {
        padding: 5px;
        background: Gray;
    }
    
    p
    {
        font: 12px/18px sans-serif;
        color: Black; padding:10px
    }
    
    
    
    
    
    .ratingTable
    {
        margin: 20px auto;
        width: 80%;
    }
    
    
    .ratingTable table
    {
        width: 80%;
    }
    
    .ratingTable td
    {
        border: 1px solid Black;
        font: bold 10pt sans-serif;
        padding: 10px;
    }
    
    
    
    .descripTable
    {
        margin: 20px auto;
    }
    
    
    .descripTable th
    {
        border: 1px solid #9cbee7;
        font: bold 10pt sans-serif;
        padding: 10px;
        background: #0c315d;
        color: White;
    }
    
    
    .descripTable td
    {
        border: 1px solid #9cbee7;
        font: 9pt sans-serif;
        padding: 10px;
        text-align: left;
        vertical-align: middle;
        height: 200px;
        background: #ffffff;
    }
    
    
    .ratingTable2
    {
        margin: 20px auto;
        width: 80%;
    }
    
    
    .ratingTable2 th
    {
        border: 1px solid #9cbee7;
        font: bold 10pt sans-serif;
        padding: 10px;
        background: #1b4c87;
        color: White;
    }
    
    
    .ratingTable2 td
    {
        border: 1px solid #9cbee7;
        background: #ffffff;
        font: 9pt sans-serif;
        padding: 10px;
        text-align: left;
        line-height: 20px;
        vertical-align: top;
    }
    
    
    .tblCompetency
    {
        margin: 20px auto;
    }
    
    .tblCompetency td
    {
        border: 1px solid #70a2de;
    }
    
    
    .txt-box
    {
        background: #E0DFE0;
        border: 1px solid #AAC0D1;
        border-radius: 5px 5px 5px 5px;
        line-height: 15px;
        padding: 5px;
        margin: 10px 0px;
    }
    .txt-box:focus
    {
        background: #ffffff;
        border: 1px solid #AACEE7;
        box-shadow: 0 0 5px #007EFF;
        outline: medium none;
    }
    
    
    
    .txt-box02
    {
        background: #E0DFE0;
        border: 1px solid #AAC0D1;
        border-radius: 5px 5px 5px 5px;
        padding: 3px;
        line-height: 15px;
        margin: 0px;
    }
    .txt-box02:focus
    {
        background: #ffffff;
        border: 1px solid #AACEE7;
        box-shadow: 0 0 5px #007EFF;
        outline: medium none;
    }
    
    .txt-box3
    {
        background: #E0DFE0;
        border: 1px solid #AAC0D1;
        border-radius: 5px 5px 5px 5px;
        line-height: 15px;
        padding: 5px;
        margin: 10px 0px;
    }
    .txt-box3:focus
    {
        background: #ffffff;
        border: 1px solid #AACEE7;
        box-shadow: 0 0 5px #007EFF;
        outline: medium none;
    }
    
    
    .MyCalendar .ajax__calendar_container
    {
        cursor: default;
        font-family: tahoma,sans-serif,helvetica;
        font-size: 11px;
        padding: 4px;
        text-align: center;
        width: 170px;
        background-color: #fff;
        border: 1px solid #646464;
        z-index: 999999999;
    }
    .MyCalendar .ajax__calendar_body
    {
        height: 139px;
        margin: auto; /*overflow: hidden;*/
        position: relative;
        width: 170px;
    }
    .MyCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
    {
        height: 139px;
        left: 0;
        margin: auto;
        position: absolute;
        text-align: center;
        top: 0;
        width: 170px;
        z-index: 999999999;
    }
    .MyCalendar .ajax__calendar_container TABLE
    {
        font-size: 11px;
        margin: 0;
        padding: 0;
    }
    .MyCalendar .ajax__calendar_container TD
    {
        font-size: 11px;
        border: none;
        margin: 0;
        padding: 0;
    }
    .MyCalendar .ajax__calendar_header
    {
        height: 20px;
        width: 100%;
    }
    .MyCalendar .ajax__calendar_prev
    {
        background-image: url("/DesktopModules/PMP/images/prevArrow.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        float: left;
        height: 15px;
        width: 15px;
    }
    .MyCalendar .ajax__calendar_next
    {
        background-image: url("/DesktopModules/PMP/images/nxtArrow.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        height: 15px;
        width: 15px;
    }
    .MyCalendar .ajax__calendar_title
    {
        cursor: pointer;
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .MyCalendar .ajax__calendar_footer
    {
        height: 15px;
    }
    .ajax__calendar_today
    {
        cursor: pointer;
        padding-top: 3px;
    }
    .MyCalendar .ajax__calendar_dayname
    {
        height: 17px;
        padding: 0 2px;
        text-align: right;
        width: 17px;
    }
    .MyCalendar .ajax__calendar_day
    {
        cursor: pointer;
        height: 17px;
        padding: 0 2px;
        text-align: right;
        width: 18px;
    }
    .MyCalendar .ajax__calendar_month
    {
        cursor: pointer;
        height: 44px;
        overflow: hidden;
        text-align: center;
        width: 40px;
    }
    .MyCalendar .ajax__calendar_year
    {
        cursor: pointer;
        height: 44px;
        overflow: hidden;
        text-align: center;
        width: 40px;
    }
    
    
    .discDiv
    {
        border-top: 1px solid Gray;
        border-bottom: 1px solid White;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    
    .discDiv:hover
    {
        border-top: 1px solid Gray;
        border-bottom: 1px solid White;
        box-shadow: 0 0 5px #656465;
        background: #F7FBFE;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    
    .tbxStyle3
    {
        border: 1px solid Gray;
        padding: 5px;
        margin: 5px;
        width: 250px;
        min-height: 80px;
        word-wrap: break-word;
    }

#Body 
{
   /* font-family:sans-serif;*/
       font-family: sans-serif;
    }
.clstabasset th,.clstabasset td, .BirthdayTable td, #testimonials h2, .loantable table th, .loantable table td,.clstabasset th, .clstabasset td, .footer-wrap  {
	 font-family: sans-serif!important;
	}




/* Start Menu */

#sidebarmenu1 {

margin: 0;

padding: 0;

list-style-type: none;

font: bold 9px sans-serif;

width: 100%; /* Main Menu Item widths */

border-bottom: 1px solid #ccc;

}

#sidebarmenu1 li{

position: relative;

}

/* Top level menu links style */

#sidebarmenu1 li a{

display: block;

/*overflow: auto; /*force hasLayout in IE7 */

color: white;

text-decoration: none;

padding: 15px;

border-bottom: 1px solid #fff;

/*border-right: 1px solid #778;*/
text-align:center;
font: bold 12px sans-serif;

}

 /*#sidebarmenu1 li a:link, #sidebarmenu1 li a:visited, #sidebarmenu1 ul li a:active{

background-color: #0091e6;background of tabs (default state)

}*/
#sidebarmenu1 > li > a {

background-color: #0091e6;

}

#sidebarmenu1 li ul li a 
{
    background:#fff;
    color: #163b6f;
    }
#sidebarmenu1 li ul li + li a 
{
     background:#bddcf1;
    color: #163b6f;
    }

#sidebarmenu1 li a:hover{

background-color: #65b6eb;
color:#fff;

}

/*Sub level menu items */

#sidebarmenu1 li ul{

 /*position: absolute;

width: 130px;Sub Menu Items width 

top: 0;*/

visibility: hidden;

    position: inherit;
    width: 100%;
    top: 64%;
    visibility: hidden;
    margin: 0;
    left: 0 !important;

}

#sidebarmenu1 li a ul > li a.subfolderstyle {

background: url(Menu_Arrow.gif) no-repeat 97% 50%;
    color: #163b6f;
    background:#fff;

}

div#sidebarmenu1li a.ActiveMenuItem {

color: red;

}

/* Holly Hack for IE \*/

* html .sidebarmenu ul li { float: left; height: 1%; }

* html .sidebarmenu ul li a { height: 1%; }

/* End */

/* End Menu */

/* menu last*/
#sidebar ul 
{
    margin:0;
    list-style-type:none;
	/*display:block!important;*/
    }
   #sidebar.sidebar-menu li 
   {
       list-style-type:none;
       
       }
#sidebar ul li a ul {
	display:block!important;
	}
#sidebar ul > li ul li  {
	float:none;
	width:100%;
	border:none;
	}

#sidebar ul li a
      {
display: block;
font-family: sans-serif;
outline: none;
outline-offset: 0;
color: white;
text-decoration: none;
padding: 15px;
/*border-bottom: 1px solid #fff; Trebuchet MS*/
background-color: #00338d;
          }
  #sidebar ul li + li a + ul li a
  {
       background-color: #005eb8;
    color: #fff;
      }
   
    #sidebar ul li + li a + ul li a + ul li a
  {
      background-color: #0091da;
      color:#fff;
      }
#sidebar ul li + li a + ul li a + ul li a:hover 
{
    background-color: #079ae4;
    }


/*end menu last */


/*media */
@media (max-width:784px) 
{
    .leavediv tr td, .regdetailsdiv tr td
    {
           width: 100% !important;
    text-align: left !important;
    float: left !important;
        }
    .main-wrap 
    {
        overflow:hidden;
        }
    .pendingpart tr td ,.pendingpart tr td select
    {
        width:100% !important;
        display:block;
        }
     .pendingpart tr td select, .leavediv tr td select 
     {
          margin-left:0 !important;
         }
   .pendingpart td > .dnnLabel , .pendingpart tr td select  {
     width: 100%;
    float: none;
    display: block;
   }
   td > .dnnLabel 
   {
       width:100%;
       }
       .clsCenter 
       {
               width: 100%;
               margin:0;
           }
     .OutDiv .punchbox   
     {
          width: 100%;
          display:block;
         }
  
    }
   
  /*  .DashDiv .punchboxnew1 .empdetailsdiv ,.DashDiv .punchboxnew1 .Chartsdiv
    {
        width: 100%;
        float:none;
       margin: 10px 0;
        }*/
/* end media */

@media (max-width:767px) {
 .leavediv tr td, .regdetailsdiv tr td {
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
   .leavediv tr td select, .leavediv tr td input
   {
        width: 100%!important;
    margin: 5px !important;
   }
   #main-content {
	margin-left:0 !important;
		z-index:0;
	}
.merge-left {
	margin-left:240px;
	}
	.hide-left-bar {
		margin-left:0 !important;
		}
.menu-wrap {
	/*margin-left:-240px;*/
	z-index:999;
	}
#sidebar ul li {
	width:50%;
	border:1px solid #fff;
	
	}
#sidebar ul li > ul {
	width:100%;
	}
.dnnFormItem .dnnLabel{
					width: 100% !important;
					text-align: left !important;
					float:none;
				}
	a.dnnFormHelp {
		left: 60%;
		right:auto;
	}
	.dnnForm.dnnTextEditor {
		    min-width: inherit;
    		width: auto;
		}
		.clscontactform .dnnFormItem select {
			display:block;
			margin:0 0 18px;
			min-width: 224px !important;
			max-width:inherit;
			}

}
@media(max-width:1105px){
.schRegulariselabel {
	margin:2px;
	}
}
@media(max-width:1235px){
	.dnnForm.dnnTextEditor {
		    min-width: 170px !important;
			    margin-left: 0;
		}
	.clscontactform .dnnFormItem select {
			min-width: 200px !important;
			max-width:inherit;
			margin-left:0;
			display:block;
			}
	
	}
@media(max-width:911px){
.attendpend .pendingpart tr td {
	width:100%;
	display:block;
	}
.attendpend .pendingpart td > .dnnLabel{
	width: 100%;
    float: none;
    display: block;
	}
.attendpend .pendingpart tr td select {
	    width: 100%!important;
    margin: 0;
	}
.schRegulariselabel, .schRegulariselabel, .Reject, .schRegulariselabel {
	display: block;
    margin: 5px;
	}
.punchinbox.geofence table{
	text-align:left;
	    margin: 0;
    width: 100%;
	}
}
@media(max-width:640px){
.brand{
	width:auto;
	padding:10px;
	}
.geodiv td {
	display:block;
	}
.clstableresponsive table {
	width:500px;
	}
.clstableresponsive {
		    overflow-x: scroll;
		}

}
@media(max-width:786px){
.defaultCont-wrap .defaultCont-content-bg{
	height:auto !important;
	padding:0px !important;
	}
.defaultCont-content-bg{
	min-height:auto !important;
	
	}
#UpdatePanel3 #tabDocuments {
	background:none!important;
	height:auto!important;
	}
#UpdatePanel3 .ajax__scroll_none {
    overflow: inherit!important;
}
#UpdatePanel3 .ajax__tab_body_verticalleft {
	height:auto !important;
	}
 .pendingpart tr td input {
	 width:100% !important;
	 }
.leavediv.clsCenter {
	    margin: 0;
    width: 100%;
	}
}
@media(max-width:991px) {
			.DnnModule-Announcements .dashBoard-contentpane {
				    height: inherit !important;
    				margin-bottom: 50px
				}
			.dashBoard-contentpane table th h2 {
				font-size:14px;
				}
				.header-right {
					min-height:inherit;
					}
			.demo .lSAction > .lSNext {
				    top: -181px;
				}
			.demo .lSAction > .lSPrev {
				    top: -182px;
				}
				.demo .content-slider li {
					width:600px;
					}
			
		}
			@media(max-width:1250px){
			.item li.slide p {
				min-height: inherit;
				padding: 3px;
				margin: 0;
				}
			.lSSlideWrapper h5, h3 {
				margin:3px 0;
				}
			.clsDashtb {
				overflow:hidden;
				}
				.DnnModule-Announcements .dashBoard-contentpane {
				height:inherit;
				}
				#testimonials h2 span {
					padding-left:0 !important;
					}
				#testimonials h2 {
					text-align:left;
					}
			
	} 
	@media(max-width:1150px){ 
	.clsdocumentab #pnl11 table {
		width:500px;
		}
		.clsdocumentab #pnl11 {
			width:100%;
			overflow-x:scroll;
			}
		.menu-wrap {
			margin-top:100px;
			}
		.brand {
			height:100px;
			}
		
	}
	@media(min-width:1201px) and (max-width:1600px) { 
		#sidebar .menu-bg ul li {
			width: 14.28%;
		}
		#sidebar .menu-bg ul li a {
			    padding: 15px 6px;
			}
		#sidebar .menu-bg ul > li ul li{
			width: 100%;
			}
	}
	@media(min-width:768px) and (max-width:1200px) { 
		#sidebar .menu-bg ul li {
			width: 33.3%;
		}
		#sidebar .menu-bg ul > li ul li{
			width: 100%;
			}
	}
	
	/*lenin----22-1-2018---start*/
	.lSSlideWrapper h5{ margin:0;}
	.lSSlideWrapper li p{ padding:2px 5px; margin:0;}
	.dashBoard-icon-wrap{ margin:10px 0;}
	.agile-last-grid{ border:1px solid #ebeff6; background:#fff; padding-bottom:10px; margin:10px 0 0 0; box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);} 
	.area-grids-heading h3{ margin:0; padding:10px 0; text-align:center; color:2653a2; }
	.clsDashtbnew .BirthdayTable{ border:none}
	.clsDashtbnew .BirthdayTable h2{ font-size:18px; color:#2653a2; }
	#testimonials{box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);}
	.Regdiv table tr td b, .geodiv table tr td b{color: #00318e; font-family: sans-serif;}
	.lbldatedis{ color:#00318e;}
	#table tr td#dnn_ctr384_Home_ctl00_divContent, #table tr td#dnn_ctr630_Home_ctl00_divContent, table tr td#dnn_ctr475_Home_ctl00_divContent{ padding:0 20px 20px;}
	.clsDashtb img.payslipscharts1{ width:1000px; height:500px;}
	.defaultCont-header-bg{ background:none !important;}
	#dnn_ctr704_WorkAnniversary_UpdatePanel1 .clsDashtb, #dnn_ctr707_BirthdayHome_UpdatePanel1 .clsDashtb, #dnn_ctr708_NewJoinees_UpdatePanel1 .clsDashtb{ padding:10px;}
	#dnn_ctr707_BirthdayHome_UpdatePanel1 .clsDashtb, #dnn_ctr708_NewJoinees_UpdatePanel1 .clsDashtb{ min-height:292px;}
	.ModEPICDashboardC, .defaultCont-content-bg{box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);}
	.defaultCont-content-bg{ box-shadow:none;}
	.showModule .table{ border:none;}
	@media(max-width:1400px) {
	.clsDashtb img.payslipscharts1{ width:100% !important; height:auto !important;}	
	}
	#dnn_ctr706_Dash_Lastfivesalary_divlast5salary h2{ margin-top:0; }
	@media(max-width:960px) {
	.right-viewhead{ display:none;}
	.chartTableStyle tr td{width:100% !important; float:left;}
	.chartTableStyle tr td img{width:100% !important; height:auto !important;}
	.geodiv table tr td{ width:100%; float:left;}
	.gvData1{ overflow-x:auto;}
	.loantable{ display:inherit !important;}
	#dnn_ctr707_BirthdayHome_UpdatePanel1 .clsDashtb, #dnn_ctr708_NewJoinees_UpdatePanel1 .clsDashtb{ min-height:inherit;}
	}
	@media(max-width:768px) {
		.showModule .table tr td{ width:100% !important; float:left; }
		.bottom-col tr td{ width:50% !important; float:left; }
		
	}
	@media(max-width:640px) {
		.showModule .table{ width:98% !important;}
	}
	/*lenin----22-1-2018---end*/
		
	
/*mydeen*/
#testimonials, .loantable, .ModSalaryGraphC {
	height:300px;
	 background: #fff !important;
	}
.ModSalaryGraphC img {
	max-width:100%;
	}
#testimonials .slider-container img {
	width:160px !important;
	max-width:100%;
	}
.pull-right.top-menu {
	float:none !important;
	}
.ChartLabelWaterMark {
	    font: bold 18px sans-serif !important;
	}
.clsLinkCancel a, .clsCheckSession a {
	    padding: 10px 20px!important;
	}
/*endmydeen*/
#dnn_ctr638_Home_ctl00_lnkUpdate {
	display:none;
	}
#dnn_ctr601_Home_ctl00_dvContent .legend {
	padding:10px;
	}
.AdminPay .dnnFormItem select.CompanyInputBox {
	    width: 155px;
	}
.listBoxBg input{
		margin:5px
		}
.GridTable tr th, .GridTable tr td{
	font-family:sans-serif;
	font-weight: 600;
    font-size: 12px;
}
.dnnTerms .SubHead {
	font-weight:bold;
	}