#container {
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.table_civil,
.imp_mobile,
.imp_mobile_colour,
.login_image,
.helpline,
.header,
.imp_links_hide,
.notebox_mobile,
.conthead_mobile{
    display:none;
}
.forget_mobile {
    margin-top: 8%;
    margin-bottom: 5%;
}
.reg_mobile {
    margin-bottom: 3%;
}
.inst_scroll {
    overflow-y: scroll;
}
.list-mobile{
    height:35px;
}
.btn-login-mobile{
    margin:7%;
    width: 45%;
}
.helpline {
    padding: 1% 1% 1% 2%;
}
.more1{
    border: 2px solid #333;
    padding: 7%;
    border-radius: 60px !important;
}
.alert-success {
    color: #3c763d !important;
  
    border-color: #d6e9c6;
}
.title-container-new {
    background-color: whitesmoke;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border-radius: 22px 24px 33px 23px !important;
    height: 44px;
}
.title-container-new1 {
    background-color: whitesmoke;
    width: 66% !important;
        border-radius: 12px 12px 12px 12px !important;
  }

.header {
    height: 87px;
    background: none;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.header .logo {
    width: 135px;
    height: 99px;
    float: left;
    padding: 12px 25px 0px 15px;
}
.header .header_right {
    width: 58%;
    float: left;
    padding: 25px 0px 0px 0px;
}
.nav ,
.login_menu,
.mobile-none{
display:none !important;
}
.nav .left_menu {
    float: left;
    line-height: 40px;
    width: 80%;
    font-size: 14px;
    color: #ffffff;
}
.login_box .font_tab a {
    width: 30px;
    height: 30px;
    background: #9b2727;
    display: block;
    margin-left: 1px;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.login_box .bt_login{
	background: url(../images/login_bt.png) no-repeat;
    display: block;
    height: 56px;
    width: 60px;
    float: right;
    text-indent: -999999px;
    overflow: hidden;
	margin-top: 30%;
}
#bd_date,
#bd_month,
#bd_year{
    width:100%;
}
.loader-page {
      background-color: #333;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 9999;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all .5s ease-out;
    }
    .loader-container {
      /* border: 1px solid steelblue; */
      width: 600px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .loader {
      width: 500px;
      height: 5px;
      background-color: rgba(0,0,0,0.3);
      position: relative;
    }
    .loader-fill {
      background-color: steelblue;
      width: 0px;
      height: 100%;
      position: absolute;
    }
    .loader-counter {
      position: absolute;
      font-size: 5rem;
      font-family: 'Lato' ;
      font-weight: 300;
      letter-spacing: -5px;
      color: steelblue;
      z-index: 9;
    }
.scroll1 {
    width: 100%;
    overflow-y: scroll;
}
td.print_header img{
    width:50px;
    height:50px;
}
.btn-blue {
    background: #066ECD;
    background: -moz-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A8CCEC), color-stop(2%,#4993D7), color-stop(100%,#066ECD));
    background: -webkit-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    background: -o-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    background: -ms-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    background: linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD')";
    color: #FFF !important;
    border-color: #0561B4;
    cursor: pointer;
   padding: 5px 6px !important;
    margin-top: 10px;
    margin-left: 9px;
	width: 36%;
}
.btn-blue1 {
    background: #066ECD;
   color: rgb(255, 255, 255);
    background-color: rgb(26, 115, 232);
    box-shadow: none;
    text-transform: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-color: #d43f3a;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    border: 1px solid transparent;
    border-radius: 4px;
	color:#fff;
}
.btn-blue2 {
    background: #066ECD;
    background: -moz-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A8CCEC), color-stop(2%,#4993D7), color-stop(100%,#066ECD));
    background: -webkit-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    background: -o-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    background: -ms-linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    background: linear-gradient(top, #A8CCEC 0%, #4993D7 2%,#066ECD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD')";
    color: #FFF !important;
    border-color: #0561B4;
    cursor: pointer;
   padding: 5px 6px !important;
    margin-top: -6px;
   margin-left: 10%;
    width: 30%;
}
b, strong {
    font-size: 13px;
}
.tooltip1,
.tooltip2{
    display:none;
}
.login_box .bt_logout{
	background: url(../images/logout_bt_mobile.png) no-repeat;
   margin-top: 90px;
    position: absolute;
    width: 66%;
    margin-left: 8px;
     text-indent: -999999px;
    overflow: hidden;
}
.new_registration {
    width: 66%;
    margin: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
.login_menu ul {
    background: #89ab20;
    border-bottom: 1px solid #ffffff;
    list-style: none;
    margin: 0;
    position: absolute;
    top: -999em;
    right: -1px;
}
.login_menu ul a {
    border: 1px solid #ffffff;
    border-bottom: 0;
    padding: 0px 10px;
    white-space: nowrap;
}
.forgotpass_links {
    width: 430px;
    margin: 0px auto;
    padding-top: 20px;
}
.forgotpass_links ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.forgotpass_links ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-bottom: 1px;
}
.forgotpass_links ul li a {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    background: #92d4e8 url(../images/main_sprite.png) no-repeat;
    display: block;
    padding: 9px 5px 9px 45px;
    text-decoration: none;
    border-bottom: 1px solid #b2dbf5;
    border-right: 1px solid #b2dbf5;
    text-decoration: none;
}
.forgotpass_links ul li.reset_pass a {
    background-position: -388px -360px;
}
.forgotpass_links ul li.email a {
    background-position: -388px -314px;
}
div#accordionOne a{
	color:#fff;
}
.header .logo a {
    width: 101px;
    height: 99px;
    display: block;
    background: url(../images/logo.jpg) no-repeat left top;
	/* background: url(../images/logo.jpg) no-repeat left top;*/
    overflow: hidden;
    text-indent: -99999px;
}
.header .header_right .logo_text {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
}
.header .header_right .header_text {
    font-weight: normal;
    font-size: 18px;
    color: #02304a;
}
.login_box {
    float: right;
    width: 180px;
    position: relative;
    margin-right: 15px;
}
.login_box .font_tab {
    padding: 10px 0px 15px 0px;
}
.login_menu li {
    border-left: 0px solid #ffffff;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 30px;
    position: relative;
}

.new_reg{
	background:#333;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.nav .left_menu ul li {
    float: left;
    line-height: 32px;
    position: relative;
    display: inline-block;
}
.nav .left_menu a.home {
    background: rgba(67, 123, 249, 0.88);
}
.nav .left_menu ul li a {
    display: block;
    padding: 0px 7px 0px 14px;
    border-right: 1px solid #ffffff;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
}
.content_box1 a{
	font-size:12px;
	color: #A52A2A;
}
.sidebar-widget-1 .list-group-item {padding:12px;color: #000000;     font-size: 11px;}
.list-group-hover .list-group-item:hover {
   background-color:rgba(67, 123, 249, 0.88) ;color:#fff;transition: all 0.5s ease-out;}
.sidebar-widget-1 i {margin-right:15px;font-size:18px;font-weight:600;}
.list-group-item.bg-active {background:#febf00 ;color:#fff; }
.login_menu ul li {
    border-left: 0px solid #ffffff;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 30px;
    position: relative;
    background: rgba(67, 123, 249, 0.88);
}
.login_menu ul a {
    /* border: 1px solid #ffffff; */
    border-bottom: 0; 
   padding: 0px 10px; 
  white-space: nowrap !important; 
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.login_menu ul a:hover {
    background: #3ba0b1 !important;
    color: #ffffff;
}
/*************************************
  1. GENERIC CSS
**************************************/
* {-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important; border-radius: 0 !important;}
body {    font-family: Verdana: letter-spacing:.5px;}
body {
    font-size: 12px !important;
}
.panel-title a{
	font-weight:bold;
}
.panel-default>.panel-heading {
    background-color: rgba(67, 123, 249, 0.88) !important;
    color: #fff;
}

.dropdown {
    float: left;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: Verdana !important:
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-bottom: 0px;
    padding-left: 0px;
font-size: 1.17em !important;
    font-weight: bold !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    /* border: 1px solid #ddd; */
    border-right: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #c0c0c0 !important;
}
.table td, .table th {
    border-right: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #c0c0c0 !important;
    padding: 3px ;
	vertical-align:middle !important;
}
.list-group-item{
	border:0 !important;
	border-bottom:1px solid #ddd !important;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 208px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 27%;
}
.setHead{
	background:rgba(67, 123, 249, 0.88);padding:5px;margin:0px;color:#fff
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.content_right{
	border: 1px solid #ddd;
    margin-bottom: 2%;
    padding: 1%;
    max-height: 400px;
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
    overflow-y: auto;
}
.content_box1{
	border: 1px solid #ddd;
	box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
	padding:0;
	margin-bottom: 2%;
}
.content_box1 .panel-heading{
	background: rgba(67, 123, 249, 0.88);
}
#news_scrollingTop {
    background: #fff url(./demo_images/latest_news_style.jpg) no-repeat left;
    padding-left: 137px;
	background-color: cornsilk;
	height:30px;
}
.content_right li{
	margin-bottom: 3px;
	font-family: verdhana;
}
.content_right a {
    color: #4d7000;
    text-decoration: none;
	font-size:12px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
div#news_scrollingTop a{
	color:blue;
}
.footer {
    padding: 10px 0;
    position: relative;
    clear: both;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #484747;
}

.panel-title a {
    padding: 10px 5px;


    position: relative;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}
div#news_scrollingTop marquee {
    margin-top: 4px;
}
.col-md-3.col-sm-3.col-lg-3 {
    padding-left: 0;
    PADDING-RIGHT: 0;
}
.col-md-12.col-sm-12.col-lg-12 {
    padding: 3px;
}
.content_box .col-md-12.col-sm-12.col-lg-12 {
    padding: 0px;
}
table#top3 {
    margin-bottom: 3px;
}
.content2 h5{
	 background-color: rgba(67, 123, 249, 0.88) !important;
    color: #fff;
    padding: 9px;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
	margin-top:1px;
}
.col-md-3.col-sm-3.col-lg-3 .panel-title a,
.col-md-3.col-sm-3.col-lg-3 .panel-title i{
	color:#fff;
}
.conthead{
	background-color: rgba(67, 123, 249, 0.88);
	color:#fff;
}
.conthead h3{
    padding: 10px 5px;
    position: relative;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}

input.app_id {
    width: 30%;
}




.main-login.main-center input#answers{
	 width: 100%
}
select#question_id,
input#answers,
input#oldpassword,
input#newspass,
input#newspass_re{
	 width: 50%;
    height: 37px;
}


.list-group-item{
	padding: 7px 15px !important;
}

.form-group{
	margin-bottom: 5px !important;
}

label{
	margin-bottom: 8px;
}

input, input::-webkit-input-placeholder {
    font-size: 11px;
    padding: 7px;
	color:#333;
	
}
input, textarea, select {
    background: #f6f9fe;
    color: #5a5a5a;
    border: 1px solid #d2dae7;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 6px;
    -moz-transition: border .2s linear, box-shadow .2s linear;
    -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}
.form-group .cols-sm-10 input,
.form-group .cols-sm-10 select{
	width:100%;
	height:37px;
}
select#question{
	 font-size: 12px;
    padding: 9px;
    width: 100%;
	color:#333 !important;
}
option {
    color: #333;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}
.form-control {
    height: auto!important;
padding: 8px 12px !important;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
#button {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}
.main-center {
    margin: 0 auto;
    max-width: 36%;
    border: 2px solid rgba(67, 123, 249, 0.88);
    background: #fff;
    color: #333;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    margin-top: 25%;
    border-radius: 8% !important;
}
.captcha {
    margin-bottom: 13% !important;
    width: 47%;
    margin: auto;
}
.btn-submit-mobiley {
    width: 50% !important;
}
.main-center1 {
    margin: 0 auto;
    max-width: 66%;
    border: 2px solid rgba(67, 123, 249, 0.88);
    background: #fff;
    color: #333;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    border-radius: 3% !important;
}
.full_name {
    width: 96%;
    margin: auto;
}
.aadhar-center{
 	margin: 0 auto;
 	max-width: 50%;
	/*border:4px solid rgba(67, 123, 249, 0.88);*/
	border: 2px solid #8c8c84;
	background: #e4e9da;
	    color: #333;
    text-shadow: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    padding: 1%;
}
.table_list,
.table_list1 {
    border: 4px solid rgba(67, 123, 249, 0.88) !important;
    background: #e4e9da;
}
.table_list2 {
	border: 4px solid rgba(67, 123, 249, 0.88) !important;
    background: #e4e9da;
	display:block;
}
table.table_list4 {
	border: 4px solid rgba(67, 123, 249, 0.88) !important;
    background: #e4e9da;
	width: 40%;
    margin: auto;
}
table.table_list3 {
	border: 4px solid rgba(67, 123, 249, 0.88) !important;
    background: #e4e9da;
	width: 40%;
    margin: auto;
}
.table-bordered.table_list3>tbody>tr>td {
    border-right: 4px solid rgba(67, 123, 249, 0.88) !important;
}
p.closestatus a {
    float: left;
    background: rgba(0,0,0,0.7);
    color: #fff !important;
    border-radius: 65px;
    padding: 1%;
    border-radius: 100% !important;
	float: right;
}
.table_list4  input#user_otp {
    margin-left: 9%;
}
.table_list td, .table_list th ,
.table_list3 td, .table_list3 th { 
    border-right: 4px solid rgba(67, 123, 249, 0.88);
    padding: 5px;
}
.table_list2 td ,.table_list2 th,
.table_list4 td ,.table_list4 th,
.table_list3 td ,.table_list3 th {
	 border-bottom: 2px solid #ddd;
	 padding: 5px;
}
.form-group select#day,
.form-group select#month,
.form-group select#year {
    width: 33.33%;
	height: 32px;
	float:left;
}
.box_mid{
    padding: 3% 3%;
}
span.input-group-addon i {
    color: rgba(67, 123, 249, 0.88);
    font-size: 17px;
}
.conthead {
    margin-top: -19px;
}
.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}

.notebox {
    background: beige;
    padding: 0.5%;
    margin-top: -9px;
	margin-bottom: 10px;
}
.notebox-scrutiny{
         padding: 2%;
    margin-top: -9px;
	margin-bottom: 10px;
}
.notebox-scrutiny ul li {
    padding: 0px 0px 5px 15px;
    color: #293f67;
    background: url(../images/arrow_left.png) no-repeat 0px 5px;
    list-style-type: none;
}
.notebox h4{
	font-weight:bold;
}
.notebox-e{
    background:#dbdb98 !important;
}
.main-center span,
.main-center1 span{
	color:red;
}
 .box_tilte {
    background: rgba(67, 123, 249, 0.88);
    line-height: 36px;
    padding: 0px 10px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.box_tilte_mobile {
    padding: 10%;
    margin-top: -10px;
    background-color: rgba(67, 123, 249, 0.88);
    color: #fff;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    border-radius: 0px 0px 25px 25px !important;
    /* border-radius: 116px; */
    /* border-radius: 8% !important; */
   
    z-index: 5000;
}
.box_tilte_mobile b{
     font-size: 25px;
}
.icon_mobiley a{
    color:rgba(67, 123, 249, 0.88) !important;
}
.g-recaptcha {
    height: 75px;
    margin-left: 3%;
}
ul.list-unstyled{
	margin-bottom:0 !important;
}

tr.red { background:#eab1b1; color:#883939; border-bottom: 1px solid #cf8a8a!important; border-right: 1px solid #cf8a8a!important;}
tr.red { background:#f6cfcf; color:#883939;border-bottom: 1px solid #cf8a8a!important; border-right: 1px solid #cf8a8a!important;}

tr.gren { background:#bbe6b2; color:#34592b; border-bottom: 1px solid #a7d59d!important; border-right: 1px solid #a7d59d!important;}
tr.gren { background:#d1f5c9; color:#34592b; border-bottom: 1px solid #a7d59d!important; border-right: 1px solid #a7d59d!important;}

tr.perp { background:#cf96d4; color:#45114a; border-bottom: 1px solid #c98bcf!important; border-right: 1px solid #c98bcf!important;}
tr.perp { background:#eac6ed; color:#45114a; border-bottom: 1px solid #c98bcf!important; border-right: 1px solid #c98bcf!important;}

tr.org { background:#eaaf84; color:#5a2905; border-bottom: 1px solid #dab396!important; border-right: 1px solid #dab396!important;}
tr.org { background:#f4d2b9; color:#5a2905; border-bottom: 1px solid #dab396!important; border-right: 1px solid #dab396!important;}

tr.blue th{ background:#dce795; color:#65720a;  border-bottom: 1px solid #cdd594!important; border-right: 1px solid #cdd594!important;}
tr.blue td{ background:#f3f8d1; color:#65720a;  border-bottom: 1px solid #cdd594!important; border-right: 1px solid #cdd594!important;}

ul.list-unstyled li a{
	font-size:12px;
	color: #333;
}
select#sec_ques {
    width: 97%;
    height: 31px;
}
.status.success {
    /* border: 1px solid #8EA534; */
    /* background: #CBDA8F url(../images/bg_fade_green_med.png) repeat-x top; */
    padding: 4px 4px 4px 4px;
    /* text-shadow: 1px 1px 1px #fff; */
    overflow: auto;
    margin-bottom: 5px;
    background: #d4edda;
    color: #333;
}

.error {
padding:1px;
background: #F5D0CD url(../images/bg_fade_red_med.png) repeat-x top;
}
input#captcha {
    margin-left: 2%;
}
label.cols-sm-3 {
    margin-top: 3%;
}
.notebox ul li {
    padding: 0px 0px 5px 15px;
    color: #293f67;
    background: url(../images/arrow_left.png) no-repeat 0px 5px;
    list-style-type: none;
}
.col-md-9{
    padding-right: 1px !important;
    padding-left: 16px !important;
}
.check .input-group{
	padding:2%;
}
aside#verticalmarquee-3 li {
    border-bottom: 1px dotted #ddd;
    padding: 3%;
    list-style-type: square;
}

.flash-button{
	background:#066ECD;
	padding:5px 10px;
	color:#fff;
	border:none;
	border-radius:5px;
	font-weight: bold;
	animation-name: flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

input#candtypea,
input#candtypeb ,
input#candtypec,
input#candtyped,
input#candtypee,
input#candtypeall,
input#free_slid_float1,
input#free_slid_float2,
/*    margin-top: 20% !important;
}*/
td .h1,td .h2,td .h3,td h1,td h2,td h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.heading h3{
	background: rgba(67, 123, 249, 0.88);
    padding: 0.5%;
    color: #fff;
}
tr.qualification_d th{
	text-align:center;
}
#msg,
#msg_mob{
	color:green;
}
div#content1 {
    border: 1px solid #ddd;
    padding: 1%;
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
}
input[type=radio] {
    margin-top: 1px !important;
}
 .btn-arrow_up{ border:0px; background: url(../images/btn-arrow_up.png) no-repeat center top; width:48px; height:48px; padding:0px; margin:0px; cursor:pointer;}
.btn-arrow_down{ border:0px; background: url(../images/btn-arrow_down.png) no-repeat center top; width:48px; height:48px; padding:0px; margin:0px; cursor:pointer;}

.btn-arrow_up:focus{ border:0px; background: url(../images/btn-arrow_up.png) no-repeat center top; width:48px; height:48px; padding:0px; margin:0px; cursor:pointer;}
.btn-arrow_down:focus{ border:0px; background: url(../images/btn-arrow_down.png) no-repeat center top; width:48px; height:48px; padding:0px; margin:0px; cursor:pointer;}

ol, ul {
   margin-top: 0;
   margin-bottom: 0 !important; 
}
.print_header td img{
	  
}
[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;	
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
	padding:5px 8px;
	background:#699ece;
	color:#fff;
	z-index:9;
	font-size: 0.75em;
	/*height:18px;*/
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
display:none;
}

input.login_image {
    width: 100%;
}
input.ssc_school {
    width: 350px;
}

 .modal1 {
   margin: 8% 68% !important;
}
.text-gray-500 {
    color: #b7b9cc!important;
}
.icon-circle {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-left: 1px;
    margin-right: 2px;
}
.fa-stack a:hover{
	color:#337ab7 ;
}
.cand_title{
	background: rgba(67, 123, 249, 0.88);
    color: #fff;
    padding: 2%;
}
.cand_header{
	padding:1% !important;
}
.cand_body {
    height: 280px;
   overflow-y: auto;
}

.zoom:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: all .5s;
    display: block;
    width: 100%;
    /* margin: auto; */
    margin-left: -90px;
}
#leftToggle,
#leftToggle2{
	display:none;
}
.footer_fixed {
    display: none;
}
.nav_mobile,
.nav_mobile1{
	display:none;
}
.login_image {
    width: 80%;
    height: 265px;
    margin-left: 8%;
    transition: transform .2s;
    cursor: -webkit-zoom-out;
}
.login_image:hover {
    transform: scale(1.3);
}
.icon-fixed1{
	display:none;
}
.candidature_mobile{
	display:none;
}
select#hsc_board ,
select#ssc_board{
    width: 100%;
}


.nav_mobile strong{
	font-size:9px;
}
.helpline{
    padding: 1% 1% 1% 2%;
}
ul.nav_mobile1 {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    /* left: 0; */
    right: 0px;
    /* margin-top: 27px; */
    width: 70%;
	height: 227px;
}
ul.nav_mobile1 li{
	background-color:  #fff;
    height: 36px;
    padding: 2%;
    border-bottom: 1px solid #fff;
}
.footer_fixed {
	width: 100%;
	margin: auto;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color:  #fff;
    border-top: 1px solid #ddd;
}
.footer_fixed a{
	color:#333;
}
@media print {
.left_box,
.left_box_mobile,
.header,
.left_menu,
table#top3,
input.btn-blue1,
.alert.alert-success,
.col-md-3.col-sm-3.col-lg-3{
	display:none;
}
	  
body{
	font-size:9px !important;
}
.print_header {
    padding: 0;
    /* height: 70px; */
    margin-bottom: 0;
}
th,td{
  padding:1px !important;
}
 strong{
	font-size:10px !important;
}

	.table{
		margin-bottom:0px !important;
	}
	.col-lg-9 {
   
}
	.status.success,
	.conthead,
	.footer{
		display:none;	
		}
		div#content{
			margin-top:-10px;
		}
		.print_header {
    margin-top: -3px;
}
.footer_fixed,
.icon-fixed,
#leftToggle2,
#leftToggle2 .fa,
#leftToggle2 span,
.alert-danger{
	display:none;
}

  }
 @media (max-width: 1400px) {
 .header .header_right {
    width: 67%;
    float: left;
    padding: 16px 0px 0px 0px;
}

  
 }
  
  @media (max-width: 700px) {
 
  .header .logo {
    width: 20%;
    height: 35px;
    float: left;
    padding: 10px 17px 0px 30px;
    margin: auto;
    margin-left: 0;
}
.header .header_right {
    width: 70%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-left: 26%;
    margin-top: -23px;
}

.nav_destop{
	display:none
}



ul.nav_mobile1 li strong{
	font-size:11px;
}
ul.nav_mobile1 li a{
	color:#fff;
}
.main-center {
     max-width: 100%; 
}

.btn-blue2{
	margin-top: 6px;
    margin-left: 10%;
    width: 85%;
	
}
input.ssc_school {
    width: 150px;
}
.modal1 {
    margin: 14% 18% !important;
}
select#ssc_board,
input#mothername,
input#full_name {
    width: 100%;
}
button#leftToggle1 {
    color: #fff;
    margin-left: 12px;
    margin-top: -2px;
}
.left_mobile{
	display:none;
	position: fixed;
    z-index: 2000;
    width: 76%;
    top: 5%;
    bottom: 0;
    margin-left: 24%;
    height: 545px;
    overflow-y: scroll;
}
.icon-fixed {
    float: left;
    margin: auto;
    width: 20%;
	padding: 1%;
	margin-bottom: 1%;
}
#leftToggle {
    display: none;
    font-size: 25px;
    margin-top: 55%;
}
#leftToggle2{
	display:block;
	font-size: 25px;
	width: 20%;
    font-weight: bold;
	animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    //: ;
    Firefox 1+: ;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    //: ;
    Safari 3-4: ;
    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infini;
}
#leftToggle2 span{
	font-size: 9px;
}
.login_details_table{
	display: none;
}

.left_login_mobile{
    display: none;
    position: fixed;
    z-index: 2000;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 1% 19% 1% 1%;
}
.left_login_mobile1{
     display: none;
    position: fixed;
    bottom: 74px;
    z-index: 20000;
    width: 100%;
    height: 600px;
    overflow-y: scroll;
}
.header .logo a {
	width: 51px;
    display: block;
    background: url(../images/logo-dte-mobile.jpg) no-repeat left top;
    /* background: url(../images/logo.jpg) no-repeat left top; */
    overflow: hidden;
    text-indent: -99999px;
}
.address{
	display:none;
}

.header .header_right .logo_text {
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 3px;
}
.header .header_right .header_text{
	 font-size: 9px !important;
}
.flash-button{
	margin-bottom:10px;
	padding: 9px 20px;
}
.font_tab {
    display: none;
}

.col-md-9 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}


.footer {
    display: none;
}
table#top3 {
    font-size: 6px !important;
}

.login_box .bt_login{
	background: url(../images/login_bt_mobile.png) no-repeat;
}
.login_box .logout_mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
}
.note1{
	font-size:9px;
	height: 100px;
    overflow-y: auto;
}
.btnScrunity{
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    //: ;
    Firefox 1+: ;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    //: ;
    Safari 3-4: ;
    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infini;
}
.note2_table strong,
.note2_table b{
	font-size:10px !important;
}
.note2_table label{
	font-size:10px !important;
	font-weight:bold !important;
}

#leftToggle2 .fa{
	font-weight:bold;
}
.col-md-9.col-sm-9.col-lg-9{
	margin-bottom: 60px;
}
li.logout_mobile .fa-inverse{
	font-size: 30px;
    margin-top: 133px;
    color: blue;
}
li.logout_mobile .fa-circle{
   margin-top: 9px;
    color: #fff !important;
    font-size: 8px;
}
.checkbox-inline, .radio-inline{
	margin-bottom: 7px !important;
}
.alert {
    padding: 5px !important;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
	margin-left:0 !important;
}
[data-tip]:after{
	margin-left:-35px;
}
.content2 h5,
.conthead h3{
	font-size:10px !important;
}
.box_tilte b{
	font-size: 10px !important;
}
.mobile_notification,
.mobile_news,
.mobile_downloads{
	display:none;
}
.mobile_notification,
 .mobile_news,
 .mobile_downloads{
    position: fixed !important;
    left: 0;
    bottom: 40px;
    z-index: 50000;
    background-color: #fff;
    width: 100%;
}
.main-center1 {
    max-width: 98%;
}
.main-center1 input#full_name{
	width:100%;
}
.notification1,
.news1,
.download1{
    margin-right: 9px;
}
.nav .left_menu ul li a {
    display: block;
    padding: 0px 7px 0px 4px;
}
.note_mobile {
    margin-bottom: 14%;
    font-size: 9px;
}
textarea#caddress,
select#prevocational_subject,
select#religious_type_id,
select#cstate_id,
input#file,
select#subcategory_id,
select#hsc_board,
select#hsciticourse_id,
select#applicationtype{
	width:100%;
}
input#searchmessage,
select#def_id{
	width:100% !important;
}

.print_header td,
.print_header strong{
	font-size:9px;
}
.print_mobile td img{
	width:100%;
}
.btn-blue1{
	font-size:11px;
	margin-bottom: 2px;
}
.modal_scroll{
	overflow-y: scroll;
}
.modal-upload{
	height:auto !important;
}
.scroll_table_mob {
    overflow-y: auto;
}
.panel-group {
    background-color: #fff;
	margin-bottom: 0 !important;
}
.icon-fixed1{
	display:block;
	position: fixed;
    color: blue;
    right: 0;
    margin-top: 24px;
    background-color: rgba(0,0,0,0.4);
    z-index: 20000;
    padding: 2%;
	height: 48px;
	width: 43px;
}
a.info3 {
    z-index: 20;
    z-index: 200000;
	font-size: 7px;
	line-height: 10px;
	color:#fff;
	font-weight: bold;
}
.icon-fixed1{
	margin-left:-6px;
}
.candidature_mobile{
	display:block;
	margin-top: 11px;
}
.available {
    width: 33%;
    float: left;
    font-size: 14px;
}
#slot_details .whatever{
	 font-size: 12px !important;
}
.login_box {
    float: right;
    width: 65px;
    position: relative;
    margin-right: 15px;
}

.qualification_table input{
	width:100%;
}
.table_aadhar input{
	width:100%;
}
.table_list4 input#user_otp {
    margin-left: 0%;
}
.table_mobile table, .table_mobile thead, .table_mobile tbody, .table_mobile th, .table_mobile td, .table_mobile tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table_mobile thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table_mobile tr { border: 1px solid #ccc; }
	
	.table_mobile td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.table_mobile td:before { 
		/* Now like a table header */
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		color: #333;
        font-weight: bold;
	}
	
	/*
	Label the data
	*/
	.table_mobile td:nth-of-type(1):before { content: "Sr.No -"; }
	.table_mobile td:nth-of-type(2):before { content: "District -"; }
	.table_mobile td:nth-of-type(3):before { content: "FC Code -"; }
	.table_mobile td:nth-of-type(4):before { content: "FC Name -"; }
	.table_mobile td:nth-of-type(5):before { content: "Address -"; }
	.table_mobile td:nth-of-type(6):before { content: "How to Reach -"; }
	.table_mobile td:nth-of-type(7):before { content: "Activation Status -"; }



.table_mobile1 table, .table_mobile1 thead, .table_mobile1 tbody, .table_mobile1 th, .table_mobile1 td, .table_mobile1 tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table_mobile1 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table_mobile1 tr { 
	border: 1px solid #ccc; 
	margin-bottom: 10px;
	background-color: beige;
	}
	
	.table_mobile1 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.table_mobile1 td:before { 
		/* Now like a table header */
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		color: #333;
        font-weight: bold;
	}
	
	/*
	Label the data
	*/
	.table_mobile1 td:nth-of-type(1):before { content: "Sr.No -"; }
	.table_mobile1 td:nth-of-type(2):before { content: "List of Documents -"; }
	.table_mobile1 td:nth-of-type(3):before { content: ""; }
	.table_mobile1 td:nth-of-type(4):before { content: "Upload -"; }
	.table_mobile1 td:nth-of-type(5):before { content: "Status -"; }
	.table_mobile1 td:nth-of-type(6):before { content: "View -"; }
	
	tr.title_mobile {
    display: none;
     }
	
}


 @media (max-width: 375px) {
	 
	 .login_box .bt_logout {
    background: url(../images/logout_bt_mobile.png) no-repeat;
    margin-top: 81px;
    position: absolute;
    margin-left: 12px;
}
.login_menu li {
    border-left: 0px solid #ffffff;
    float: right;
    margin: 0;
    padding: 0;
    line-height: 30px;
    position: relative;
}
li.logout_mobile .fa-inverse {
    font-size: 26px;
    margin-top: 119px;
    color: blue;
}
.login_box .login_mobile {
    display: block;
    position: absolute;
    margin-left: 55px;
    margin-top: 10px;
    width: 2%;
}
.login_box .bt_login {
    background: url(../images/login_bt_mobile.png) no-repeat;
    display: block;
    height: 36px;
    width: 62px;
    float: right;
    text-indent: -999999px;
    overflow: hidden;
    margin-top: 8%;
}
.nav_mobile strong {
    font-size: 7px !important;
}
.login_box {
    float: right;
    width: 48px;
    position: relative;
    margin-right: 20px;
}
 }
  
  
  
  
  
  
  
  
  
  
  
  

  
  
  
  
  
  
  
  



