/* CSS Document */
html {
    height: auto;
}

body {
    color: #2A2F33;
    background: #FFFFFF;
    font-family: 'Open Sans';
}

/* ================================== body panel start here ================================== */
.contentPanel {
    font-size: 1.0em;
}

.content-section {
    min-height: 430px;
}
.contentPanel h1, h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #0176a6;
}
.contentPanel h2, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 18px;
    color: #0176a6;
}
.contentPanel h3, h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 16px;
    color: #0176a6;
    display: inline-block;
}
.contentPanel ul {
    margin-bottom: 15px;
}

.login { cursor: hand; cursor: pointer; }
.logout { cursor: hand; cursor: pointer; }

.menuBarHeaderDiv.ui-corner-all, .float-left {
    border-radius: 0px !important;
    float: left !important;
}
.menuBarHeaderDiv.ui-menubar {

}
.menuBarHeaderDiv.ui-widget {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1.3em !important;
}

.vahan-footer-section {
    width: 100%;
    /*    line-height: 50px;*/
    background: #373636;
    /*bottom: 0px;*/
    position: relative;
    /*margin: 0 auto;*/
    color: #FFF;
}

.field-label-section {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.field-label {
    color: #193300;
    font-size: 13px;
    font-weight: normal;
    line-height: 2.0;
    text-align: left;
}

.field-label-white {
    color: #FFFFFF !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

.field-label-select-option {
    position: absolute;
    top: 2px;
}
.field-label-mandate span {
    content: '';
    color: #FF0000;
    font-size: 14px;
    margin-left: 2px;
}
.field-set-section {
    position: relative;
    line-height: 25px;
    height: 35px;
}

.text-field, input[type='text'], input[type='password'], input[type='int'] {
    padding-left: 5px !important;
    width: 90% !important;
    color: #001F13 !important;
    background: #FFFFFF !important;
    font-size: 14px !important;
    height: 30px;
    padding: 0px;
    font-weight: normal !important;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    outline: none;
}
.text-field:focus, input[type='text']:focus, input[type='password']:focus, input[type='int']:focus, input[type='radio']:focus,
.ui-selectonemenu:focus, .ui-selectmanymenu:focus, .ui-selectonemenu.ui-state-focus, .ui-selectmanymenu.ui-state-focus,
.ui-chkbox-box.ui-state-focus, .ui-chkbox-box:focus,
.ui-selectcheckboxmenu-label.ui-state-hover,
.ui-inputtextarea.ui-state-hover {
    background: #c6ffc6 !important;
    border-color: #1682ba !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-outputlabel.ui-state-error, .ui-inputtextarea {
    background: #ffffff !important;
}

label.ui-outputlabel{
    border:none  !important;
    color: #000000 !important;
    font-size: 15px !important;
}

input[type='text'].ui-state-error, .ui-selectonemenu.ui-state-error, .ui-selectmanymenu.ui-state-error, .ui-inputtextarea.ui-state-error {
    background: #fef1ec !important;
}

input:disabled, select:disabled, .ui-selectonemenu.ui-state-disabled, option:disabled{
    background: #dddddd !important;
}

select {
    min-width: 100px;
    height: 24px;
    color: #001F13 !important;
    font-size: 14px !important;
    margin: 0px 0px 10px;
    padding: 0px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    border: 0px solid #1682BA;
    outline: none;
}
.ui-selectonemenu-items-wrapper ul {
    overflow-x: hidden;
}
.center-position, .ui-dialog-buttonpane {
    text-align: center !important;
}

label{
    font-weight: normal !important;
    display: block;
    max-width: 100%;
    margin-bottom: 0px !important;
}


.vahan-captcha td:first-child {
    width: 105px;
}

.vahan-captcha input[type='text'] {
    max-width: 200px !important;
    height: 50px !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    text-shadow: 5px 5px 5px #828282;
}


.container {
    margin: 0px auto 0px;
    padding: 0px !important;
    font-weight: normal; 
    -webkit-box-sizing: border-box !important; 
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; 
}

.skip-navigation-section {
    background: #124DAC;
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    height: 42px;
}

.skip-navigation-section:hover {
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    background: #167AD6;
}

.text-resize-section li {
    list-style-type: none;
    line-height: 3.0;
    display: inline-block;
    padding: 0px 3px;
    font-size: 15px;
}
.logo-header-section {
    background: #FFFFFF;
}

.vertical-right-divider {
    border-right: 2px solid #000000;
    padding-right: 10px; 
    margin: 5px 10px 5px 0px;
    box-sizing: content-box; 
}

.vertical-divider {
    border-left: 2px solid #000000;
    margin: 20px 0px;
}
.govt-india {
    font-family: 'Open Sans';
    font-size: 1.5em;    
    color: #484646;
    margin: 8px auto 0px;
}
.slogan-name {
    font-family: 'Open Sans';
    font-size: 1.75em;    
    color: #000000;
    text-shadow: 1px 1px #CCC;
    text-transform: uppercase;
    font-weight:  bold;
}
.fa-text-color {
    color: #FFFFFF;
}

.fa-text-color {
    color: #FFFFFF;
}

.emblem-resize {
    width: auto; 
    height: 70px;
}

.navigation-menu-section {
    font-family: 'Open Sans';
    background: #266184;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a96ce), to(#266184)); /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #3a96ce, #266184); /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #3a96ce, #266184); /* IE 10 */ 
    background: -ms-linear-gradient(top, #3a96ce, #266184); /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #3a96ce, #266184);
}
/*

.tb-megamenu, .tb-megamenu-nav, .tb-megamenu-main-menu {
    background: transparent !important;
}
.tb-megamenu .nav > li > a {
    -webkit-transition: 2s;  Safari 3.1 to 6.0 
    transition: 2s;
    font-weight: normal !important;
    border-right: 0px solid transparent;
    padding: 8px 16px !important;
}


.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #003A54;
    color: #FFFFFF;
    -webkit-transition: 2s;  Safari 3.1 to 6.0 
    transition: 2s;
    text-decoration: none;
    text-shadow: none;
    outline: none;
}

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
    background-color: #28668B;
    color: #fff;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #28668B;
    border-color: #444;
    color: #eee;
}
.tb-megamenu .btn{
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #274059;
    background-image: -moz-linear-gradient(top,#274059,#0a71ad);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#274059),to(#0a71ad));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#274059,#0a71ad);
    background-image: linear-gradient(to bottom,#0a71ad,#274059);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
}

.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus,
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active,
.tb-megamenu .btn-navbar.disabled,
.tb-megamenu .btn-navbar[disabled] {
    color: #FFFFFF;
    background-color: #274059;
    *background-color: #274059;
}*/


/*@media (max-width: 979px) {
    .tb-megamenu .nav-collapse {
        margin-top: 23px;
    }
    .tb-megamenu .nav-collapse {
        background: #065499;
        margin-left: 10px;
        width: 80%;
    }
    .tb-megamenu .nav-collapse .dropdown-menu {
        background-color: #167AD6;
        width: 80% !important;
    }
    .tb-megamenu .nav-collapse .nav > li > a:hover,
    .tb-megamenu .nav-collapse .nav > li > a:focus {
        background-color: #fff;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        color: #000;
    }
    .tb-megamenu .nav-collapse .nav > li.active > a:hover,
    .tb-megamenu .nav-collapse .nav > li.active > a:focus {
        background-color: #28668B;
        color: #FFF;
    }
    .tb-megamenu .nav > li > a:focus,
    .tb-megamenu .nav > li > a:hover {
        background-color: #28668B;
        color: #FFF;
    }

    .tb-megamenu .dropdown-menu li > a:hover,
    .tb-megamenu .dropdown-menu li > a:focus,
    .tb-megamenu .dropdown-submenu:hover > a {
        background-color: #28668B;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        color: #f9f9f9;
        font-weight: bold;
        text-decoration: none;
    }
}*/
.navigation-background-nav {
    color: #FFF;
    background: #0379c0;
    border-left: 1px solid #00446d;
    border-right: 1px solid #00446d;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00446d), to(#0379c0));
    background: -webkit-linear-gradient(top, #0379c0, #00446d);
    background: -moz-linear-gradient(top, #0379c0, #00446d);
    background: -ms-linear-gradient(top, #0379c0, #00446d);
    background: -o-linear-gradient(top, #0379c0, #00446d)
}
.navbar {
    margin-bottom: 0;
    min-height: 25px !important;
    display: flow-root !important;
    padding: 5px !important;
}
.navbar-toggle {
    color: #109ece !important;
    background: #124dac !important;
    float: left !important;
    margin-left: 15px !important;
    
}
.navbar-default .navbar-nav>li>a {
    color: #FFF !important;
}
.navbar-nav > li > a{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff!important;
    background-color: #00446d!important
}

.navbar-toggle {
    color: #FFF
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FFF!important;
    background-color: #00648C!important
}

@media (max-width:768px) {

    .navbar-nav {
        margin: auto -15px
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF!important
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff!important;
        background-color: #00648C!important
    }
}

@media (min-width:768px) {
    .dropdown:focus .dropdown-menu,
    .dropdown:hover .dropdown-menu {
        display: block
    }
}
.text-resize-section ul li ul.language-switcher-locale-url li.active {
    display: none;
}

.navbar-collapse{
    padding: 0px;
}
.qrcode {
    width: 110px; 
    height: auto;
}

.bottom-background {
    margin : 0px;
    padding: 0px;
    background: #333a40 !important ;
    background: -moz-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2f4066),color-stop(100%,#192135));
    background: -webkit-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: -o-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: -ms-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: linear-gradient(to bottom,#2f4066 0%,#192135 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4066',endColorstr='#192135',GradientType=0);
}



.bottom-background .copyright {
    display: table;
    vertical-align: middle !important;
    margin-top: 10px;
    line-height: 125%;
    color: #FFFFFF !important;
    font-size: 10px !important;
}


ul.language-switcher-locale-url {
    padding: 0px;
}


.left-position {
    text-align: left !important;
}

.center-position {
    text-align: center !important;
}

.right-position {
    text-align: right !important;
}

.top-space {
    margin-top: 10px !important;
}

.right-space {
    margin-right: 10px !important;
}

.bottom-space {
    margin-bottom: 10px !important;
}

.bottom-space-5 {
    margin-bottom: 5px !important;
}

.bottom-space-2 {
    margin-bottom: 2px !important;
}

.left-space {
    margin-left: 10px !important;
}

.padding-normalize-zero {
    padding: 0px;
    box-sizing: content-box !important;
}


.footer-content {
    font-family: 'Open Sans';
    font-size: 11px;
}

.footer-content ul {
    margin-top: 10px;
    margin-left: 0px;
}
.footer-content li {
    list-style-type: none;
    margin-left: -24px;
    line-height: 2.0;
}

.footer-content li a {
    color: #FFFFFF;
}

.footer-content img {
    padding-right: 20px;
}

.bottom-footer-background {
    background: #000000;
    color: #FFFFFF;
    font-size: 11px;
    font-style: italic;
    font-family: 'Open Sans';
}

.footer {
    background: #2A2F33;
    color: #FFFFFF;
    font-size: 11px;
    margin : 0px;
    padding: 0px;
}

.footer a {
    color: #FFFFFF;
}

.top-space-5{
    margin-top: 5px !important;
}

.footer-line-height {
    line-height: 50px;
}


.inline-section {
    display: inline-block;
    vertical-align: top;
}


.captcha {
    /*    width: 150px;*/
    text-transform: uppercase;
    margin-bottom: 10px; 

}

.rc-dl-status-header {
    width: 100%; 
    margin-top: 20px; 
    padding: 10px 0px; 
    background: #B9C9FE; 
    font-weight: bold; 
    text-align: center; 
    text-transform: uppercase; 
    font-weight: bold;  
    text-decoration: underline;
}

.table-bordered td {
    border: 1px solid #B9C9FE !important;
}

.resp-blank-height {
    height: 1px;
}


/* responsive text queries */
p,.btn,input,div,span,h4 {
    font-size: 100%;
}
h1 {
    font-size: 24px;  
}
h2 {
    font-size: 18px;  
}
h3 {
    font-size: 16px;  
}

@media screen and (max-width: 992px) {
    p,.btn,input,div,span,h4 {
        font-size: 95%;
    }
    h1 {
        font-size: 24px;  
    }
    h2 {
        font-size: 22px;  
    }
    h3 {
        font-size: 16px;  
    }
}

@media screen and (max-width: 768px) {
    p,.btn,input,div,span,h4 {
        font-size: 95%;
    }
    h1 {
        font-size: 20px;  
    }
    h2 {
        font-size: 18px;  
    }
    h3 {
        font-size: 14px;  
    }
}

@media screen and (max-width: 1024px) {
    p,.btn,input,div,span,h4 {
        font-size: 98%;
    }
    h1 {
        font-size: 20px;  
    }
    h2 {
        font-size: 18px;  
    }
    h3 {
        font-size: 12px;  
    }
}
@media (max-width: 979px){
    .tb-megamenu .btn-navbar {
        margin-left: 24px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .slider-background {
        -webkit-transition: 4s; /* Safari 3.1 to 6.0 */
        transition: 4s;
    }

    .slider-background:hover {
        padding-bottom: 10px;
        -webkit-transition: 4s; /* Safari 3.1 to 6.0 */
        transition: 4s;
    }
    .skip-section {
        display: none !important; 
    }

    .govt-india {
        font-size: 1.0em;    
        margin: 8px auto 0px;
    }

    .slogan-name {
        font-size: 0.90em;    
        font-weight:  bold;
    }
    .emblem-resize {
        width: auto; 
        height: 40px;
    }
    .fix-width {
        width: 70%;        
    }
}

@media (max-width: 600px){ 
    .govt-india {
        font-size: 1.0em;    
        margin: 8px auto 0px;
    }

    .slogan-name {
        font-size: 0.80em;    
        font-weight:  bold;
    }
}

@media (max-width: 800px){
    .fix-width {
        width: 50%;        
    }
}
.search-section {
    margin: 5px 0 0 0;
}


/**
 * Place your custom styles here.
 */
/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (HTTPS://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see HTTPS://www.apache.org/licenses/LICENSE-2.0.
 */

.container {
    margin: 0px auto 0px;
    padding: 0px !important;
    font-weight: normal; 
    -webkit-box-sizing: border-box !important; 
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; 
}

.skip-navigation-section {
    background: #124DAC;
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    height: 48px;
}

.skip-navigation-section:hover {
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    background: #167AD6;
}

.text-resize-section li {
    list-style-type: none;
    line-height: 3.0;
    display: inline-block;
    padding: 0px 5px;
}

.text-resize-section li:hover {
    cursor: pointer;
    text-decoration: none;
}

.text-resize-section li a {
    text-decoration: none;
    color: #FFFFFF;
}

.text-resize-section li a:hover, .text-resize-section li:hover  {
    background: #02263c;
    text-decoration: none;
}

.text-resize-section li:last-child {
    border-right: 1px solid transparent;
}

.logo-header-section {
    background: #FFFFFF;
}

.vertical-right-divider {
    border-right: 2px solid #000000;
    padding-right: 10px; 
    margin: 5px 10px 5px 0px;
    box-sizing: content-box; 
}

.vertical-divider {
    border-left: 2px solid #000000;
    margin: 20px 0px;
}

.govt-india {
    font-family: 'Open Sans';
    font-size: 1.5em;    
    color: #484646;
    margin: 8px auto 0px;
}

.slogan-name {
    font-family: 'Open Sans';
    font-size: 1.75em;    
    color: #000000;
    text-shadow: 1px 1px #CCC;
    text-transform: uppercase;
    font-weight:  bold;
}
.fa-text-color {
    color: #FFFFFF;
}

.fa-text-color {
    color: #FFFFFF;
}

.emblem-resize {
    width: auto; 
    height: 70px;
}

.navigation-menu-section {
    font-family: 'Open Sans';
    background: #266184;
    background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a96ce), to(#266184)); /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #3a96ce, #266184); /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #3a96ce, #266184); /* IE 10 */ 
    background: -ms-linear-gradient(top, #3a96ce, #266184); /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #3a96ce, #266184);
}


.tb-megamenu, .tb-megamenu-nav, .tb-megamenu-main-menu {
    background: transparent !important;
}
.tb-megamenu .nav > li > a {
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    font-weight: normal !important;
    border-right: 0px solid transparent !important;
    padding: 10px 16px;
}


.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #003A54;
    color: #FFFFFF;
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    text-decoration: none;
    text-shadow: none;
    outline: none;
}

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
    background-color: #28668B;
    color: #fff;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: #28668B;
    border-color: #444;
    color: #eee;
}
.tb-megamenu .btn{
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #274059;
    background-image: -moz-linear-gradient(top,#274059,#0a71ad);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#274059),to(#0a71ad));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#274059,#0a71ad);
    background-image: linear-gradient(to bottom,#0a71ad,#274059);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
}

.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus,
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active,
.tb-megamenu .btn-navbar.disabled,
.tb-megamenu .btn-navbar[disabled] {
    color: #FFFFFF;
    background-color: #274059;
    *background-color: #274059;
}


@media (max-width: 979px) {
    .tb-megamenu .nav-collapse {
        margin-top: 23px;
    }
    .tb-megamenu .nav-collapse {
        background: #065499;
        margin-left: 10px;
        width: 80%;
    }
    .tb-megamenu .nav-collapse .dropdown-menu {
        background-color: #167AD6;
        width: 80% !important;
    }
    .tb-megamenu .nav-collapse .nav > li > a:hover,
    .tb-megamenu .nav-collapse .nav > li > a:focus {
        background-color: #fff;
        /*background-image: none;*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
        color: #000;
    }
    .tb-megamenu .nav-collapse .nav > li.active > a:hover,
    .tb-megamenu .nav-collapse .nav > li.active > a:focus {
        background-color: #28668B;
        color: #FFF;
    }
    .tb-megamenu .nav > li > a:focus,
    .tb-megamenu .nav > li > a:hover {
        background-color: #28668B;
        color: #FFF;
    }

    .tb-megamenu .dropdown-menu li > a:hover,
    .tb-megamenu .dropdown-menu li > a:focus,
    .tb-megamenu .dropdown-submenu:hover > a {
        background-color: #28668B;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        color: #f9f9f9;
        font-weight: bold;
        text-decoration: none;
    }
}



.text-resize-section ul li ul.language-switcher-locale-url li.active {
    display: none;
}

.navbar-collapse{
    padding: 0px;
}


.slider-background {
    background: url(../icons/slider-background.png) center center;
    width: 100%;
    min-height: 100px;
}



.jcarousel-skin-default .jcarousel-container-horizontal {
    /*width: 100% !important;*/
    height: auto;
    padding: 5px 10px;
    margin: auto;
}

.jcarousel-skin-default .jcarousel-item {
    width: 170px;
    height: 80px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal{
    top: 12px;
    left: -20px;
    /*visibility: hidden;*/
    display: none;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
    top: 12px;
    right: -20px;
    display: none;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    margin: 5px auto !important;
}
.project-icon {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px; 
}

p.project-icon-content {
    margin-top: 13px;
    width: 200px;
    text-align: left;
}

.project-icon-content a {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #FFFFFF;
    text-decoration: none;
}

.content-section {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #2A2F33;
    text-decoration: none;
    margin-bottom: 20px;
}

.content-section h2 {
    content: '';
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 0px 0px 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 8px 6px -6px #7A8288;
    -moz-box-shadow: 0 8px 6px -6px #7A8288;
    box-shadow: 0 8px 6px -6px #7A8288;
}

.icon-section img, .project-icon img {
    width: 66px;
    height: 66px;
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
}


.icon-section img:hover, .project-icon img:hover {
    cursor: pointer;
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    width: 79px;
    height: 79px;
    margin-bottom: -13px;
}

.icon-content-detail {
    font-size: 14px;
    margin: 10px;
}


.project-icon img:hover {
    -webkit-transition: 2s; /* Safari 3.1 to 6.0 */
    transition: 2s;
    margin: -5px 0px -13px;
}


.qrcode {
    width: 110px; 
    height: auto;
}

.bottom-background {
    margin : 0px;
    padding: 0px;
    background: #333a40 !important ;
    background: -moz-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2f4066),color-stop(100%,#192135));
    background: -webkit-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: -o-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: -ms-linear-gradient(top,#2f4066 0%,#192135 100%);
    background: linear-gradient(to bottom,#2f4066 0%,#192135 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4066',endColorstr='#192135',GradientType=0);
}



.bottom-background .copyright {
    display: table;
    vertical-align: middle !important;
    margin-top: 10px;
    line-height: 125%;
    color: #FFFFFF !important;
    font-size: 10px !important;
}


ul.language-switcher-locale-url {
    padding: 0px;
}


section#flexslider-section, #flexslider-section .col-md-12 {
    padding: 0px !important;
}
#flexslider-section .slides img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.flexslider {
    margin: -8px 0px 5px !important;
    background: transparent !important;
    border: 0px solid transparent !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}


.left-position {
    text-align: left !important;
}

.center-position {
    text-align: center !important;
}

.right-position {
    text-align: right !important;
}

.top-space {
    margin-top: 10px !important;
}

.right-space {
    margin-right: 10px !important;
}

.bottom-space {
    margin-bottom: 10px !important;
}

.bottom-space-5 {
    margin-bottom: 5px !important;
}

.bottom-space-2 {
    margin-bottom: 2px !important;
}

.left-space {
    margin-left: 10px !important;
}

.padding-normalize-zero {
    padding: 0px;
    box-sizing: content-box !important;
}


.footer-content {
    font-family: 'Open Sans';
    font-size: 11px;
}

.footer-content ul {
    margin-top: 10px;
    margin-left: 0px;
}
.footer-content li {
    list-style-type: none;
    margin-left: -24px;
    line-height: 2.0;
}

.footer-content li a {
    color: #FFFFFF;
}

.footer-content img {
    padding-right: 20px;
}

.bottom-footer-background {
    background: #000000;
    color: #FFFFFF;
    font-size: 11px;
    font-style: italic;
    font-family: 'Open Sans';
}

.footer {
    background: #2A2F33;
    color: #FFFFFF;
    font-size: 11px;
    margin : 0px;
    padding: 0px;
}

.footer a {
    color: #FFFFFF;
}

.top-space-5{
    margin-top: 5px !important;
}

.footer-line-height {
    line-height: 50px;
}


.inline-section {
    display: inline-block;
    vertical-align: top;
}

.font-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}


.top-space-60 {
    margin-top: 60px;
}
.footer ul {
    list-style-type: none;
    margin-left: -24px ;
}

.footer li a {
    color: #ECF9FE;
    text-decoration: none !important;
}


.footer li a:hover, .footer li a:active, .footer li a:focus {
    color: #00648C;
    text-decoration: none !important;
}


.content-header-background {
    background: #109ece;  
    color: #FFFFFF;
    font-family: Georgia, serif;
    margin-bottom: 30px;
    /*background-image: url(../icons/dotted-background.jpg);*/
}

#dl-status-form{
    text-align: center;
}

#rc-status-box-frist div, #rc-status-box-second div, #licence-no-box div {
    display: inline-block !important;
    margin: 10px;
    text-align: left;
}
#rc-status-box-frist input[type='text'], #rc-status-box-second input[type='text'], #rc-status-mobile-box input[type='text']{
    width: 150px;
    text-transform: uppercase;
}
#licence-no-box input[type='text'] {
    width: 250px;
    text-transform: uppercase;
}

/*.image-widget-data a,.image-widget-data .file-size, .image-widget-data .file-icon  {
    display: none;
}*/
.file , file-size{
    display: none;  
} 
.help-block {
    display: none;
}


.captcha {
    /*    width: 150px;*/
    text-transform: uppercase;
    margin-bottom: 10px; 

}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
    display: inline-block;
}

/*.captcha img {
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
}*/

.captcha .form-item-captcha-response {
    display: inline-block;
    margin-left: 20px;

}

.captcha .form-item-captcha-response input {
    margin-top: 5px !important;
    padding: 5px !important;

}

.form-item-captcha-response > label{
    display: none !important;
    height: 1px !important;
}
form#user-login { 
    border: 1px solid #F2F1F1;
    background: #FBFBFB;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px;
}

#user-login input#edit-name, #user-login input#edit-pass {
    width: 250px;
}

#user-login > div {
    width: 255px;
    margin: 0px auto !important;
}

#user-login .form-actions {
    text-align:  center !important;
    margin-bottom: 10px;
}

.data-table td {
    width: 25% !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.content-header-background h1{
    text-transform: capitalize !important; 
}

#rc-status-form div.form-item-step1-registration .control-label,  
#rc-status-form div.form-item-step1-mobileno .control-label,
#rc-status-form--2 div.form-item-step2-address .control-label,
#rc-status-form--3 div.form-item-step1-registration .control-label,  
#rc-status-form--3 div.form-item-step1-mobileno .control-label,
#dl-status-wizard div.form-item-step1-licence-no .control-label,
#dl-status-wizard div.form-item-step1-mobileno .control-label,
#dl-status-wizard--2 div.form-item-step2-otp .control-label,
#rc-status-form--2 div.form-item-step2-otp .control-label {
    width: 120px !important;
}

#rc-status-form div.form-item-step1-registration .control-label,  
#rc-status-form div.form-item-step1-registration1 .control-label,
#rc-status-form div.form-item-step1-mobileno .control-label,
#rc-status-form--2 div.form-item-step2-address .control-label,
#dl-status-wizard div.form-item-step1-licence-no .control-label,
#dl-status-wizard div.form-item-step1-mobileno .control-label,
#dl-status-wizard--2 div.form-item-step2-otp .control-label,
#rc-status-form--2 div.form-item-step2-otp .control-label {
    display: inline-block !important; 
}

#rc-status-form div.form-item-step1-registration input[type='text'],
#rc-status-form div.form-item-step1-registration1 input[type='text'],
#rc-status-form div.form-item-step1-mobileno input[type='text'],
#rc-status-form--2 div.form-item-step2-address input[type='text'],
#rc-status-form--3 div.form-item-step1-registration input[type='text'],
#rc-status-form--3 div.form-item-step1-registration1 input[type='text'],
#rc-status-form--3 div.form-item-step1-mobileno input[type='text'],
#dl-status-wizard div.form-item-step1-licence-no input[type='text'],
#dl-status-wizard div.form-item-step1-mobileno input[type='text'],
#dl-status-wizard--2 div.form-item-step2-otp input[type='text'],
#rc-status-form--2 div.form-item-step2-otp input[type='text'] {
    display: inline-block;
    width: 200px;
    margin: 0px 10px;
    text-transform: uppercase !important;
}

#rc-status-form div.form-item-step1-registration, #rc-status-form div.form-item-step1-registration1,
#rc-status-form--3 div.form-item-step1-registration, #rc-status-form--3 div.form-item-step1-registration1 {
    display: inline-block;
}

#rc-status-form #edit-step1, #rc-status-form #edit-step1--2, #rc-status-form #edit-step2, #rc-status-form--3 #edit-step1, #dl-status-wizard #edit-step1,
#dl-status-wizard #edit-step1--2, #dl-status-wizard--2 #edit-step2, #rc-status-form--2 #edit-step2 {
    margin: 20px auto 10px;
    text-align: center !important;
    display: inline-block; 
}

#rc-status-form .form-required,#rc-status-form--2 .form-required,
#dl-status-wizard .form-required,#dl-status-wizard--2 .form-required{
    display: none;
}

#rc-status-form, #rc-status-form--2, #rc-status-form--3, #dl-status-wizard, #dl-status-wizard--2, #rc-status-form--2 {
    text-align: center !important;
    margin-bottom: 20px;
}

php55w php55w-opcache

#rc-status-form .panel-body, #rc-status-form--2 .panel-body, #rc-status-form--3 .panel-body,
#rc-status-form .panel-heading, #rc-status-form--2 .panel-heading, #rc-status-form--3 .panel-heading, #dl-status-wizard .panel-heading,
#dl-status-wizard--2 .panel-heading, #rc-status-form--2 .panel-heading{
    text-align: left !important;
}

.table-striped tr:nth-child(odd) {
    background-color: #e8edff !important;
}

.table-striped tr:nth-child(even) {
    background-color: #FFFFFF !important;
}

.rc-dl-status-header {
    width: 100%; 
    margin-top: 20px; 
    padding: 10px 0px; 
    background: #B9C9FE; 
    font-weight: bold; 
    text-align: center; 
    text-transform: uppercase; 
    font-weight: bold;  
    text-decoration: underline;
}

.table-bordered td {
    border: 1px solid #B9C9FE !important;
}
.input{
    text-transform: uppercase !important;
}
.header-main {
    content: '';
    font-size: 180%;
    color: #2980B9;
    margin: 20px auto 4px;
    padding: 0 5px 2px
}
@media (max-width: 979px){
    .tb-megamenu .btn-navbar {
        margin-left: 24px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .slider-background {
        -webkit-transition: 4s; /* Safari 3.1 to 6.0 */
        transition: 4s;
    }

    .slider-background:hover {
        padding-bottom: 10px;
        -webkit-transition: 4s; /* Safari 3.1 to 6.0 */
        transition: 4s;
    }
    .skip-section {
        display: none !important; 
    }

    .govt-india {
        font-size: 1.0em;    
        margin: 8px auto 0px;
    }

    .slogan-name {
        font-size: 0.90em;    
        font-weight:  bold;
    }
    .emblem-resize {
        width: auto; 
        height: 40px;
    }
    .fix-width {
        width: 70%;        
    }
}

@media (max-width: 600px){ 
    .govt-india {
        font-size: 1.0em;    
        margin: 8px auto 0px;
    }

    .slogan-name {
        font-size: 0.80em;    
        font-weight:  bold;
    }
}

@media (max-width: 800px){
    .fix-width {
        width: 50%;        
    }
}
.tb-megamenu .btn-navbar {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 5px !important;
    background-color: #274059 !important;
    background-image: -moz-linear-gradient(top,#274059,#0a71ad) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#274059),to(#0a71ad)) !important;
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6) !important;
    background-image: -o-linear-gradient(top,#274059,#0a71ad) !important;
    background-image: linear-gradient(to bottom,#0a71ad,#274059) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0) !important;
}
.text-red{
    color: red !important;
}
.effect8 {
    height: auto;
    padding: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(43,43,43,.74), 0 0 40px #157596 inset;
    -moz-box-shadow: 0 1px 4px rgba(43,43,43,.74),0 0 40px #157596 inset;
    box-shadow: 0 1px 4px rgba(43,43,43,.74), 0 0 40px #157596 inset;
}

.payment-padding ul li {
    float: left;
    color: #8e6e67;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    font-weight: 700;
}
.borderstyle{
    list-style: disc outside;
    font-size: 15px;
    padding-right: 35px;
    line-height: 1.75;
    text-align: justify;
    border: 1px solid #0458ab;
    border-radius: 4px;  
    box-shadow: 0px 1px 2px #000;
}
.ui-datatable thead th
{
    background: #e8edff !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fdfafa !important;
}