body {
    background: #ecf0f5;
}
.PageHeader1
{
   margin-left : 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   background: url(images/page_topbg.jpg);
   background-repeat: repeat-x;
}

.login_left_column
{
   background: url(images/login_left_column.jpg);
   background-repeat: repeat-x;
   background-repeat: repeat-y;
}

.login_lttop
{
  background: none;
  background-repeat: repeat-x;
}

.login_26
{  background: url(images/login_26.jpg);
   background-repeat: repeat-x;
	}

.LoginRightColumn
{  
	height:420;
}

.LoginBottom2
{
	background	: url(images/login_bottom2.jpg);
}
.inputButton {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    background-color: #3c8dbc;
    border-color: #367fa9;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.inputButton:hover {
    background-color: #367fa9;
    color: #fff;
    border-color: #204d74;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid transparent;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login_lttop1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #0375b3;
    font-weight: 500;
    padding-left: 55px;
}


A.flink:link {
	FONT-WEIGHT: normal; padding-left: 4px; FONT-SIZE: 17px; COLOR: black; FONT-FAMILY: Arial; TEXT-DECORATION: none;
}
A.flink:visited {
	FONT-WEIGHT: normal; padding-left: 4px; FONT-SIZE: 17px; COLOR: black; FONT-FAMILY: Arial; TEXT-DECORATION: none;
}
A.flink:active {
	FONT-WEIGHT: normal; padding-left: 4px; FONT-SIZE: 17px; COLOR: black; FONT-FAMILY: Arial; TEXT-DECORATION: none;
}
A.flink:hover {
	COLOR: #3d3d3d; TEXT-DECORATION: none;
}

.blackText {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #026692;
    text-align: left;
    font-weight: 500;
}
.asterisk {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #ad0000;
    font-size: 14px;
    font-weight:400;
}

.footertext1, .footertext2 {
    text-align: right;
    color: #000;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    padding-right: 5px;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#E5E5E5; /*reCaptcha widget background color*/
 }
 
 #recaptcha_table {
   border-color: #A2A2A2; /*reCaptcha widget border color*/
 }
 
 #recaptcha_response_field 
 {
   border-color: #E5E5E5; /*Text input field border color*/
   background-color:#F2f2f2; /*Text input field background color*/
 }


.fText {
    font-weight: 500;
    padding-left: 4px;
    font-size: 20px;
    color: #3d3d3d;
    text-decoration: none;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.blueText
{
	FONT-WEIGHT: normal; padding-left: 4px; FONT-SIZE: 17px; COLOR: black; FONT-FAMILY: Arial; 
	COLOR: #3d3d3d; TEXT-DECORATION: none;
	}
	
	.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:White;
	border-width: 3px;
	border-style: solid;
	border-color:Gray;
	padding: 3px;
	width: 250px;
}

.Wait
{
	FONT-WEIGHT: normal; padding-left: 4px; FONT-SIZE: 17px; COLOR: black; FONT-FAMILY: Tahoma; 
	COLOR: #3d3d3d; TEXT-DECORATION: none;
	}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:White;
	border-width: 3px;
	border-style: solid;
	border-color:Gray;
	padding: 3px;
	width: 250px;
}

	.frame
{
    position:relative;
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;  
    padding:2px 3px;
    width:700px;
}

.overlay
{  
    border:solid 1px #808080;
    border-width:1px 1px;
} 

.underlay
{
    position:absolute;
    background-color:#000;
    bottom:-1px;
    filter:alpha(opacity=12);
    left:-1px;
    right:-1px;
    top:3px;
    z-index:-1;
}

.header
{
    cursor:move; /* Because the DragPanelExtender doesn't do this for me ;( */
    background: url(../../images/popup/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-bottom:solid 1px #ccc;
    padding: 3px 10px;
} 

.header .msg
{
    font-weight: bold;
}         

.updating .body
{
    background-color:#fff;
    padding:10px;
}

.updating
{
    color:#808080;
    background:#fff url(../../images/popup/activity.gif) no-repeat center;
} 

.footer
{
    text-align:right;
    background: url(../../images/popup/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-top:solid 1px #ccc;
    padding: 5px 3px;
}

.close
{
    right: 7px;	
    background: url(../../images/popup/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}
.ServerName {
    color: #000;
    font-size: 11px;
    font-family: arial,georgia,times,tahoma;
    text-align: right;
    font-weight: 400;
    padding-right: 10px;
}
.SearchRowBlue3 
{
	BACKGROUND-COLOR: #f7f7f7;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: black;
	FONT-SIZE: 11px; 
	FONT-WEIGHT: normal;
	padding-left:3px;
	padding-right:3px;
}
 .body
		{
			font-family: verdana;
		}
		.captchabg
		{
			border: solid 1px #878787;
			border-spacing: 0;
			background: #E0E0E0;
			border-collapse: collapse;
			text-align: left;
		width: 300px;
		}
		.tdcaptchimg
		{
            padding:3px 3px 5px 3px;
		}
		.imgrefresh
		{
			background: transparent url(./Images/refresh.jpg) no-repeat;
			cursor: pointer;
			border: none;
			width:20px;
			height:20px;
			text-align:left;
			vertical-align:middle;
		}
		.tdentmsg
		{
			padding-left: 7px;
			padding-top: 3px;
			height: 10px;
			text-align: left;
		}
		.entmsg
		{
			color: #000;
			font-family: verdana;
			font-size: 8pt;
		}
		.tdinput
		{
			padding-left: 7px;
			padding-top: 3px;
			padding-right: 0px;
			text-align: left;
			vertical-align: top;
			 color: #787878;
			font-family: verdana;
			font-size: 8pt;
		}
		.tderror
		{
			padding-left: 7px;
			text-align: left;
		}
		.tdnotice
		{
			padding-left: 7px;
			padding-bottom: 3px;
			text-align: left;
			font-style: italic;
			font-size: small;
			color: #AAD4FF;
			color: #969696;
			font-family: verdana;
		}
		.captchanotice
		{
			padding-left: 8px;
			font-size: small;
		}
		.captchainfo
		{
			font-size: small;
			color: #008000;
		}
		.captchaerror
		{
			text-align: left;
			font-family: verdana;
			 font-size: 8pt;
			 color:#FF0000;
		}
		
		
		
		
/*GJ@ITS_20120524(MKI#8890)*/

/*--Counselor Onboarding Start ---*/

.pad-left
{
 padding-left:6px;
}

.title_bg1
{
 background:url(images/titleleft.jpg) no-repeat;
 background-position:left;
 width:36px;
 height:34px;

}

.title_bg2
{
 background:url(images/titlemiddle.jpg) repeat-x;

}

.title_bg3
{
 background:url(images/titleright.jpg) no-repeat;
 background-position:right;
 width:36px;
 height:34px;

}

.menutxt
{
 	color:#8f0101 ;
	font-size:16px;
	font-family:tahoma;
	font-weight:bold;
	padding-left:7px;

}

.LableText
{
	 font-family:Tahoma;
	 color:Black;
	 font-size:10px;
	 font-weight:normal;
}

.LableTextY
{
	 font-family:Tahoma;
	 color:Yellow;
	 font-size:10px;
	 font-weight:normal;
}

.LableTextG
{
	 font-family:Tahoma;
	 color:Green;
	 font-size:10px;
	 font-weight:normal;
}



.bluebg1
{
	font-family: arial;
	font-size: 14px;
	color: #0067AC;
	font-weight: bold;
}

.bottom_border{
background:url(images/divider1.jpg) repeat-x;
background-position:bottom ;
padding-top:2px;
}

.border-yellow
	{
	border:1px solid #E5E5E5;
	}
	
.SearchRowBlue
{
	text-align:left;
}

.SearchRowBlue1
{
	text-align:left;
}


.blackTextbordind {	
	FONT-FAMILY:Tahoma, Arial;
	FONT-SIZE:11px;
	FONT-WEIGHT:bold;
	COLOR: #333333; 
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
	TEXT-ALIGN:left; 
}

.inputText2 {
    border-radius: 0px;
    border-color: #d2d6de;
    padding: 10px 15px;
    font-size: 12px;
    display: block;
    width: 240px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 5px;
}

.inputText2:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.inputText3 {
    border-radius: 0px;
    border-color: #d2d6de;
    padding: 5px 10px;
    font-size: 12px;
    display: block;
    width: 150px !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .inputText3:focus {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

.inputsmallddl 
{
	background-color:#FFFFFF;
	border-color:#B1CAE0 #97B9D6 #97B9D6 #B1CAE0;
	border-style:solid;
	border-width:1px;
	color:#083968;
	font-family:Tahoma,Arial,Verdana;
	font-size:11px;
	font-weight:normal;
	height:22px;
	margin-bottom:1px;
	margin-top:1px;
	padding-left:2px;
}

.bluetextHope{
	font-family: arial;
	font-size: 13px;
	color: #444444;
	font-weight: normal;
    text-align: justify; 
	line-height: 20px;
	padding-top:4px;
}

.GreenText
{
	 font-family:Tahoma;
	 color:Black;
	 font-size:11px;
	 font-weight:normal;
	 color:Green;
}

.RedText
{
	 font-family:Tahoma;
	 color:Black;
	 font-size:11px;
	 font-weight:normal;
	 color:Red;
}
/*BEGIN::GC_ITSPUNE_20180525: New classes for new login UI*/
/*.login-box {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.03) !important;
    border: 1px solid #ddd;
    background:#ffffff;
}*/
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt-10{
    padding-top:10px;
}
.pl-10{
    padding-left:10px;
}

.pt-30{
    padding-top:30px;
}
.pb-30 {
    padding-bottom: 30px;
}

.bg-theme {
    background-color: #ecf0f5;
}

.login-header {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 25px;
    color: #0375b3;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    padding-left: 10px;
}

#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* IE 6 */
* html #footer {
    position: absolute;
    top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.disclaimerHeader {
    font-weight: 500;
    font-size: 20px;
    color: #3d3d3d;
    text-decoration: none;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.disclaimerText {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #026692;
    text-align: left;
    font-weight: 500;
}

/*BEGIN::GC_ITSPUNE_20180525: New classes for new login UI*/

/*BEGIN::GC_ITSPUNE_20180705:Custom Scroll Bar*/

::-webkit-scrollbar {
    position: relative;
    width: 4px;
    height: 5px;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer !important;
}

::-webkit-scrollbar-button {
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9ea7c0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
        cursor: pointer !important;
    }

/*END::Custom Scroll Bar*/





