.spinner_overlay {}
.spinner_loader {background:  url(../images/36.gif) no-repeat center center transparent;width:100%;height:100%;}

input{
	 height: 35px;     
	   
	/* display: block; */
	border-top-right-radius: 0;
	width:100%;
    border-bottom-right-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

input:disabled {
  background: #dddddd;
}

input:read-only {
  background-color: #F5F5F5;
  font-color: #A9A9A9;
}

.form-control[readonly]{
	background-color: #F5F5F5;
	color: #A9A9A9;
}

input:focus {
    outline: none !important;
    border:1px solid blue;
    box-shadow: 0 0 3px #719ECE;
  }


input[type=submit]{
	/* .btn btn-primary; */
	/* display:block; border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#3e76b9,#4787ed);
    background-image: -moz-linear-gradient(top,#3e76b9,#4787ed);
    background-image: -ms-linear-gradient(top,#3e76b9,#4787ed);
    background-image: -o-linear-gradient(top,#3e76b9,#4787ed);
    background-image: linear-gradient(top,#3e76b9,#4787ed); */
    /*padding : 8px;*/
   /* padding : 4px;
    width:100%;
	margin:0 auto;
	font-weight: bold; */
	display:block;
	padding : 4px;
	width:100%;
	margin:0 auto;
}


button[type=submit]{
	display:block;
	margin:0 auto;
	padding: 6px 12px;
	letter-spacing: 1px; 
	/* width:100% */	
}
.cssCaptcha{
	display:relative;
	margin:0 auto;
	/*text-align:center; */
	
}
.refreshCaptcha{
	color: #3399ff;
	display: inline;
	cursor:pointer;
}
.refreshCaptcha:before{
	content:"\f021";
	text-shadow: 1px 1px #7E4D0E;
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	
}
#captchaImage{
/* width:50%; */
/* width:40%; */
/*width:60%; */
height:100%;
border:1px solid #ddd;
/*margin-right:10px; */

}
.instr {
	color: #3e76b9;
	float: right;
}

.welcomeUser {
	color: #3e76b9; /* #FFF0F0; */ /* #4F473F; */
	/*font-size: 16px;*/
	font-weight: bold;
	padding-top: 8px;
	/* padding-left: 35px; */
	 padding-left: 285px; 
	/* padding-right: 95px; */
	/* float: left; */
	float: right;
	position: relative;
	word-wrap: break-word; 
	text-wrap: none; 
	/*text-shadow: 1px 1px #7E4D0E;*/
	width: 44%;
}
.welcomeUser:before{
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*text-shadow: 1px 1px #7E4D0E;*/
}

.dispmsg {
	color: #3399ff;
	font-size: 83%;
	/*font-style: italic;
	font-weight: bold; */
	/*padding: 5px 5px 5px 5px;  */
	
}

.dispsimplemsg {
	color: #00529B; /*#362Cff;*/
	background-color:#bde5f8; /* #BDE5F8; */
	font: normal 120%;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	/* margin: 5px;
	 border: #46b6ec solid 1px; */
	border-radius: 6px;
	
}

.dispsimplemsg:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.dispsimplemsg:before b i {
	/*for bold and italics*/
	content: none;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
	

.dispsuccessmsg {
	/* color: #009900; */
	color: #008000; /* #4F8A10; */
	background-color: #dff2bf; /* #DFF2BF; */ 
	font: normal 120%;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	/* margin: 5px;
	 border: #4F8A10 solid 1px; */
	border-radius: 6px;
}

.dispsuccessmsg:before {
	content: "\f058";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.dispfailuremsg {
	/* color: #DD0000; */
	color: #D8000C;
	background-color: #FCD7D7;
	font: normal 120%;
	padding: 10px 10px 10px 10px;	
	display: inline-block;
	/* margin: 5px;
	 border: #fcc5c5 solid 1px; */ 
	border-radius: 6px; 
}

.dispfailuremsg:before {
	content: "\f057";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.dispwarnmsg {
	color: #9F6000; /*#C88640;*/
	background-color: #FEEFB3;
	font: normal 120%;
	padding: 10px 10px 10px 10px;	
	display: inline-block;
	/* margin: 5px;
	 border: #fcc5c5 solid 1px; */ 
}

.dispwarnmsg:before {
	content: "\f071";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.optionBtn{
	padding: 10px;
	border: 1px;
	width: 32%;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	border-radius: 12px;
	background-color: #DCDEF7;
	color: black;
}
.optionBtn:hover{
	padding: 10px;
	border: none;
	width: 32%;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	border-radius: 12px;
	background-color: #74a9ee;
	color: black;
}


.tab-group {
	 list-style: none;
	 padding: 0;
	 margin: 0 0 20px 0;
}
 .tab-group:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .tab-group li a {
	 display: block;
	 margin-left: 2px;
	 /* border: 2px solid black; */
	 border-radius: 10px;
	 text-decoration: none;
	 padding: 5px;
	 
	 color: black;
	 font-size: 20px;
	 float: left;
	 width: 32.33%;
	 text-align: center;
	 cursor: pointer;
	 transition: 0.5s ease;
}

 .tab-group li a:hover {
	 background: #74a9ee;
	 color: #fff;
}
 .tab-group .active a {
	 background: #74a9ee;
	 color: #fff;
}
.tab-group .active  {
	background: #74a9ee;
	
	
}
 .tab-content > div:last-child {
	 display: none;
}

i:hover {
 cursor:pointer;
}

#noscriptmsg {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.adhcon{
	background-color:#EEE;
	width: 100%;	
}
.adhcon tr td{ 
	font-size: 13px !important;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
    padding-top: 5px;
}

/* .error {
	color: #ff0000;
	font-size: 13px;
}  */
.error {
     color: #dd0000;
     font-size: 13px;
     padding-left:5px;
}
.info {
	color: green;
	font-size: 13px;
}

/* Remove mystery padding in Gecko browsers.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
 */
.text::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.anchorTag {
	outline: none;
	/*text-decoration: underline;*/
	color: #2c78db;/* #53DC53; /* #BBD25E;*/ /*#3D144B; */
	/*#169E5A; /*#0B4036;*/ /*#134D42;*/
	
	margin-top: 10px;
	font-size: small;
	font-weight: bold;
	margin-right: 15px;
}

.anchorTag:hover {
	outline: none;
	/*text-decoration: underline;*/
	color: #2c78db;/* #53DC53; /* #BBD25E;*/ /*#3D144B; */
	/*#169E5A; /*#0B4036;*/ /*#134D42;*/
}

input[type=radio]{
    height:13px;
    width:5%;
    margin-left:0px;
    margin-right:0px;
     margin-bottom:10px; 
     display: inline;
      -webkit-box-shadow: none;
     box-shadow:none;

}
input[type=radio] + label {
    font-weight: normal;
    margin-left:10px; 
    margin-right:10px; 

}
input[type=checkbox]{
    height:14px;
    width:14px;
   /*margin-left:2px;
    margin-right:3px; */
    display: inline;
    -webkit-box-shadow: none;
    box-shadow:none;
    font-weight: bold; 
	/* display:block; */
	padding : 4px;
	/* width:100%; */
    /* margin: 0px 0 0; */
	
	
	margin-top: 3px;
}
input[type=checkbox] + label {
     font-weight: normal; 
    /*  padding: 0px 1px 0px 6px;  */
     padding: 0px 1px 1px 2px; 
}
.text-content {
    text-align: justify;
    min-height: 66.5%;
}
label {
    color:#555;
}
.remember{
	color:gray;
	margin-bottom: 1px;
    font-weight: lighter;
}


.newuser{
	text-align:center;
}
.outerTable {
	border: 5px;
	border-radius: 5px;;
	
	background-color: transparent;
	/* width:200px; */
	position: relative;
	float: inherit;
	margin: 0 auto;
   }

.outerTable tr td {
	/* padding: 6px 0px 6px 0px; */
	    padding: 5px 8px 6px 4px;
   /*  padding: 2px 2px 6px 2px; */
    }

.outerTable th {
	/* font-size: 18px !important; */
	 font-size: 17px;
    color: #f5f5f5;
	/* font-size: 18px;
	color: #777;      */           /* #FFFFFF; */
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
    }
    
    .five {
	align:center;
}
.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: rgba(232, 232, 232, 0.55); /* #E8E8E8; */
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color:  rgba(184, 0, 0, 0.57); /*#B80000;*/
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/*---------------------Footer Fix-------------------------------*/
#main {
/*	min-height:100%;
	position:relative;
	overflow:auto; */
	height:100vh;
}

#site_content {
	/*min-height:80%;
	position:relative;*/
	padding-bottom:61px; /* Height of the footer element */
	/*min-height: 513px;  */
	min-height: 77.5%;
}
#footer {
	width:100%;
	height:15px;
	/*position:absolute;*/
	/* bottom:0; */
	margin: 0 auto;
	left:0;
}
ul.info-bullet{
	list-style-type: circle;
	padding : 2px;

}

/* ----------------- END of ePramaan Specific Style classes --------------------------*/

