﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/google-font/OpenSans-Light.woff) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/google-font/OpenSans-Regular.woff) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/google-font/OpenSans-Bold.woff) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/google-font/OpenSans-Italic.woff) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/google-font/OpenSans-Semibold.woff) format('woff2');
}

body {
    background: #e8ebf0;
    font-family: 'Open Sans';
    font-size: 14px;
}

.headerfirst {
    background: linear-gradient(to right, rgb(255 255 255) 0%, #a4bb76 49%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
}

    .headerfirst h1 {
        font-weight: bold;
        font-size: 26px;
        color: #000;
        margin: 0;
        padding: 14px 0 7px 0;
        font-family: 'Open Sans' !important;
    }

    .headerfirst h3 {
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        margin: 0;
        padding: 2px 0 5px 0;
        font-family: 'Open Sans' !important;
    }

    .headerfirst img {
        padding-top: 9px;
        padding-bottom: 9px;
    }

img.logofirst {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 15px;
    height: 100px;
}

.contentmid {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 40px;
}

.contentmidprint {
    background: #fff;
    margin-bottom: 10px;
    padding-top: 15px;
    box-shadow: 1px 2px 2px 2px #bfbfbf;
}

    .contentmidprint h4 {
        font-weight: 600;
        font-family: verdana;
        font-size: 13px;
        padding: 2px 0px 2px 6px;
        border-bottom: 1px solid lightgrey;
        margin-top: 5px;
        margin-bottom: 5px;
        background: #a9a9a9;
        color: darkblue;
    }

    .contentmidprint .table {
        margin-bottom: 1px !important;
    }

.contentmid h4 {
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 18px;
    padding: 4px 0px 7px 0px;
    border-bottom: 1px solid lightgrey;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    color: #0669c7;
}

.contentmid h5 {
    font-weight: 600;
    font-family: verdana;
    font-size: 12px;
    padding: 4px 0px 5px 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0700e8;
}

.contentmid label {
    font-weight: normal;
}

.contentmid ul li {
    font-size: 12px;
}

.labelfilter label {
    margin-left: 3px;
}

.footersec {
    background: #ecf87f;
}

    .footersec p {
        color: #000;
        padding: 20px 2px 15px 2px;
        line-height: 1.7em;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

.lblstyle label {
    margin-right: 13px;
    vertical-align: middle;
    margin-left: 3px;
}

.lblstyle input[type="radio"] {
    margin-left: 8px;
    margin-right: 8px;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
}


.navbar {
    border-radius: 0px;
    position: relative;
    min-height: 46px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse {
    background: #3D550C;
    border-top: 1px solid #3D550C;
    border-bottom: 1px solid #3D550C;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: background 2s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #59981a;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #007db5;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #59981a;
}

.user_in {
    padding-top: 9px;
    color: #424242;
}


@media only screen and (max-width: 800px) {
    .headerfirst img {
        margin: 0px auto;
    }
}


.ValidatorError {
    font-family: calibri;
    font-size: 10px;
    color: red;
    font-weight: normal;
    color: Red;
}

.MsgLabel {
    font-weight: 300;
    text-transform: lowercase;
}



.tab_box {
}

    .tab_box ul {
        margin: 0;
        padding: 10px 0 0 7px;
        list-style-type: none;
    }

    .tab_box li {
        height: 150px;
        float: left;
        text-align: center;
        border: solid 5px #fff;
        position: relative;
        transition: border .07s;
        -webkit-transition: border .07s;
    }

        .tab_box li:hover {
            height: 150px;
            float: left;
            text-align: center;
            border: solid 1px #fff;
            font-size: 13px !important;
            position: relative;
        }

.tab_box_img {
    background: url("../../../Images/not_asgn.png") no-repeat left top;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 135px;
    height: 30px;
}

    .tab_box_img:hover {
        background: url("../../../Images/not_asgn1.png") no-repeat left top;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 135px;
        height: 30px;
    }

.tab_box li a {
    text-align: center !important;
    padding: 0px !important;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 12px !important;
    font-family: Tahoma;
}

    .tab_box li a:hover {
        font-size: 13px !important;
        color: #ffffff;
    }

.tab_box_link {
    margin: 100px auto 0 auto;
}

.box1 {
    background: #33395a url(../../../Images/usermanagement.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box2 {
    background: #1e4869 url(../../../Images/master-directory.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box3 {
    background: #334852 url(../../../Images/rule-manager.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box4 {
    background: #1b363a url(../../../Images/seat-matrix.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box5 {
    background: #004d56 url(../../../Images/registration-and-choice-filling.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box6 {
    background: #337ab7 url(../../../Images/manage-online-reporting.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box7 {
    background: #00a9bd url(../../../Images/configuration.png) no-repeat 60px 15px;
    background-size: 75px;
}

.box8 {
    background: #456879 url(../../../Images/PI.png) no-repeat 60px 15px;
    background-size: 75px;
}

.choice_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: solid 1px #bbd9ee;
    border-radius: 3px;
}

.choice_list li {
    list-style-type: none;
    padding: 8px 1px 8px 2px;
    border-bottom: solid 1px #dae7f6;
    background: url(../../../Images/choice_bg.jpg);
}

    .choice_list li a {
        text-decoration: none;
        color: #0b61aa;
        padding: 8px 1px 8px 20px;
        font-size: 12px;
        background: url(../../../Images/bullet.png) 5px 12px no-repeat !important;
    }

    .choice_list li:hover {
        background: #f5f5f5;
    }

    .choice_list li a:hover {
        color: #585858;
    }

.admn_choice {
    background: #7ed2ed;
    height: 30px;
    color: #046788;
    font-weight: bold;
    text-align: left;
}

/****************************** Pop up box STYLES *****************************/

.edittextboxes {
    border: solid 1px steelblue;
    font-size: 8pt;
    color: steelblue;
    font-family: Tahoma, arial;
    background-color: ghostwhite;
    text-decoration: none;
    height: 12px;
    width: 90px;
}

.modalBackgroundGray {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}



.modalBackground {
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.modalBackgroundWithActivebg {
    display: none;
    width: 0px;
    height: 0px;
    background-color: ghostwhite;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.collapse-icon {
    border-width: 0px;
    float: right;
    padding: 4px;
    border: 2px solid #0093ff;
    background: #0079d2;
    width: 24px;
    margin: 3px 10px 3px 5px;
    cursor: pointer;
}

.collapse-heading {
    float: left;
    padding-left: 5px;
    cursor: grabbing;
}

.heading_div1 {
    cursor: move;
    background: #045EA0;
    color: #0066cc;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding: 3px 10px;
    height: 40px;
}

.updateProgressMessage {
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
}

.updateProgress {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    background: url(/Image/item_bg.gif);
    position: absolute;
    width: 110px;
    height: 40px;
}

.frame {
    position: absolute;
    font-family: Tahoma,arial,helvetica,clean,sans-serif;
    font-size: 14px;
    width: 550px;
    border-radius: 4px;
    background: #fbfde2;
}

.popupmodal {
    table-layout: auto !important;
    border-collapse: collapse !important;
    position: absolute !important;
    z-index: 100001 !important;
    Margin-left: auto;
    Margin-right: auto;
}

.frameActiveBg {
    position: absolute;
    font-family: Tahoma,arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    width: 550px;
    box-shadow: 0px 0px 6px 2px #e4e4e4;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #ffffff;
}

.frame1 {
    position: absolute;
    font-family: Tahoma,arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
}

.overlay {
    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;
    background: linear-gradient(45deg, #ebebeb, #3D550C);
    color: #000;
    font-weight: bold;
    padding: 3px 10px;
    border: 1px solid;
    border-color: #3D550C;
    box-shadow: 1px 2px 3px #5a5a5a, 2px 3px 4px #5a5a5a, 3px 4px 5px #5a5a5a, 4px 5px 6px #5a5a5a;
}

    .header .msg {
        font-weight: bold;
    }

.updating, .body {
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #424242;
    font-family: calibri;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #3D550C;
    box-shadow: 1px 2px 3px #5a5a5a, 2px 3px 4px #5a5a5a, 3px 4px 5px #5a5a5a, 4px 5px 6px #5a5a5a;
}

.updating {
    color: #808080;
    background: #fff url(../../../Images/activity.gif) no-repeat center;
}

.close {
    right: 15px;
    background: url(../../../Image/sprite_close.png) no-repeat center center;
    width: 24px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    height: 18px;
    opacity: 1;
}

.accordion {
    font-size: 8.5pt;
    font-family: Tahoma;
    background: url(/Image/item_bg.gif);
}

    .accordion .row TD {
        cursor: hand;
        color: white;
        border-bottom: solid 3px white;
        text-decoration: none;
    }

    .accordion .row:hover {
        cursor: hand;
        background-color: Azure;
        color: white;
        border-bottom: solid 3px white;
        text-decoration: underline;
    }

/************************* END Pop up box STYLES ***************************/

.servicelist li a {
    font-size: 15px;
}

.bordernone {
    border: none;
}

    .bordernone tr td {
        border: none;
    }

.the-legend {
    border-style: outset;
    border-width: 0px;
    border-radius: 4px 5px;
    font-size: 14px;
    line-height: 13px;
    color: #0669c7;
    margin-bottom: -7px;
    margin-top: 6px;
    width: auto;
    padding: 11px 10px;
}

.the-fieldset {
    border: 1px groove #000 !important;
    padding: 10px 10px !important;
}

.odd_td_bold tr td:nth-child(odd) {
    font-weight: 600;
}

.odd_td_one_bold tr td:nth-child(1) {
    font-weight: 600;
}

.tdAlignRight tr td:nth-child(1) {
    text-align: right;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.verifyMasterData > thead > tr > th, .verifyMasterData > tbody > tr > th, .verifyMasterData > tfoot > tr > th, .verifyMasterData > thead > tr > td, .verifyMasterData > tbody > tr > td, .verifyMasterData > tfoot > tr > td {
    padding: 4px 5px !important;
}

.form-group {
    margin-bottom: 15px;
}

.breadcrumb > li:nth-child(1) {
    display: inline-block;
    background: #03a9f4 !important;
    padding: 2px;
    border-radius: 5px;
}

.breadcrumb > li > a {
    display: inline-block;
    background: #03a9f4 !important;
    padding: 2px;
    border-radius: 2px;
    color: #000;
}

.formLabel .form-group label {
    font-weight: 600;
    color: #000;
}

.formLabelNormal .form-group label {
    font-weight: 500;
    color: #000;
}
/************************* Start Jquery Dropdown dk-container *************************/
.dk_container {
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

    .dk_container:focus {
        outline: 0
    }

    .dk_container a {
        cursor: pointer;
        text-decoration: none
    }

.dk_toggle {
    border: 1px solid #ccc;
    color: #333;
    padding: 7px 45px 7px 10px;
    text-shadow: #fff 1px 1px 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
    position: relative;
}

    .dk_toggle:hover {
        border-color: #8c8c8c;
        text-decoration: none;
    }

    .dk_toggle:after {
        position: absolute;
        top: 45%;
        right: 10px;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #4b4b4b
    }

.dk_focus .dk_toggle {
    border-color: #40b5e2;
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2
}

.dk_open {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
    z-index: 10
}

    .dk_open .dk_toggle {
        background-color: #ffffff;
        border-color: #8c8c8c;
        color: #ccc;
        box-shadow: inset 0 -2px 5px #ccc;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0
    }

.dk_options {
    background: #fefefe;
    box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px
}

    .dk_options a {
        background-color: #fff;
        border-bottom: 1px solid #d1d1d1;
        font-weight: normal;
        font-size: 13px !important;
        padding: 7px 6px;
        color: #000;
    }

        .dk_options a:hover, .dk_options .dk_option_current a {
            background-color: #0084c7;
            border-bottom-color: #004c72;
            color: #fff;
            text-decoration: none;
            text-shadow: rgba(0,0,0,0.5) 0 1px 0
        }

    .dk_options li:last-child a {
        border-bottom: none
    }

    .dk_options .disabled {
        cursor: default
    }

        .dk_options .disabled a {
            color: #aaa
        }

        .dk_options .disabled:hover, .dk_options .disabled:hover a {
            cursor: default;
            background-color: #fff;
            border-bottom-color: #999;
            text-shadow: none
        }

.dk_options_inner {
    max-height: 250px;
    border: 1px solid #8c8c8e;
    border-bottom-width: 2px;
    border-bottom-color: #999;
    color: #333;
    text-shadow: #fff 0 1px 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 0px;
    list-style: none;
}

.dk_container {
    display: flex;
    float: left
}

    .dk_container a {
        outline: 0
    }

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
}

.dk_open {
    position: relative
}

    .dk_open .dk_options {
        display: block
    }

    .dk_open .dk_label {
        color: inherit
    }

.dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    min-width: 100%;
}

    .dk_options a, .dk_options a:link, .dk_options a:visited {
        display: block
    }

.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden
}

.dk_mobile {
    position: relative
}

    .dk_mobile select {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

/************************* End Jquery Dropdown dk-container ***********************/
.tablepad {
}

    .tablepad > tbody > tr {
    }

        .tablepad > tbody > tr > td {
            padding: 4px 2px !important;
        }

.servicelinkbgBlue {
    background: #ffffff !important;
    color: #ff0000 !important;
    margin: 5px 0px;
    padding: 5px 6px;
    font-size: 18px;
    border-left: 5px #ff0000 solid;
}

    .servicelinkbgBlue > i {
        color: #ff0000 !important;
        margin: 5px 0px;
        padding: 0px 2px;
        font-size: 19px;
    }

.servicelinkbgGreen {
    background: #ffffff !important;
    color: #328c41 !important;
    margin: 5px 0px;
    padding: 5px 6px;
    font-size: 18px;
    border-left: 5px #328c41 solid;
}


    .servicelinkbgGreen > i {
        color: #328c41 !important;
        margin: 5px 0px;
        padding: 0px 2px;
        font-size: 19px;
    }


.servicelinkactive {
    background: #e6e6e6 !important;
    color: #3F51B5 !important;
    margin: 5px 0px;
    padding: 5px 6px;
    font-size: 19px;
    border-left: 5px #3F51B5 solid;
}


    .servicelinkactive > i {
        color: #3F51B5 !important;
        margin: 5px 0px;
        padding: 0px 2px;
        font-size: 19px;
    }

.servicelinkbgRed {
    background: #e60000 !important;
    color: #fff !important;
}

.checkboxlegend > input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 20px;
    width: 20px;
    margin: 1px 0px 0px 0px;
}

    .checkboxlegend > span > input[type="checkbox"][disabled], input[type="radio"][disabled] {
        box-sizing: border-box;
        padding: 0;
        height: 20px;
        width: 20px;
        margin: 1px 0px 0px 0px;
    }


.nav-tabs > li > a.active {
    color: #fff !important;
    cursor: default;
    background-color: #007bff !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-size: 14px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #2092cb !important;
    border: none;
    font-size: 19px;
    background-position: right;
}

.mcare-tabs-inner li a {
    font-size: 19px;
}

.tab-content {
    padding: 2px;
    border: 1px solid #2196f3;
    border-radius: 0 6px 6px 6px;
    float: left;
}

.nav-tabs > li > a {
    background: #6c757d;
    color: #fff;
}

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background: #6c757d;
        color: #fff;
    }

.tabpanel-about-page ul.mcare-tabs-inner li {
    margin-right: 18px;
}

    .tabpanel-about-page ul.mcare-tabs-inner li.active a:after {
        width: 0;
        height: 0;
        border-bottom: 50px solid #2092cb;
        border-right: 19px solid transparent;
        position: absolute;
        content: '';
        top: 1px;
        right: -18px;
    }

    .tabpanel-about-page ul.mcare-tabs-inner li a:after {
        width: 0;
        height: 0;
        border-bottom: 51px solid #6c747c;
        border-right: 18px solid transparent;
        position: absolute;
        content: '';
        top: 1px;
        right: -18px;
    }


.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.dashboardstepbg {
    width: auto;
    text-align: center;
    padding: 14px !important;
    float: left;
}

    .dashboardstepbg p {
        width: auto;
        text-align: center;
        position: relative;
        background-color: #ff93b9;
        padding: 2px;
        color: #000;
        font-size: 16px;
        min-height: 50px;
        min-width: 175px;
    }

        .dashboardstepbg p > a {
            color: #000;
            text-decoration: none;
        }

        .dashboardstepbg p:after {
            width: 0;
            height: 0;
            border-bottom: 49px solid #2092cb;
            border-right: 18px solid transparent;
            position: absolute;
            content: '';
            top: 1px;
            right: -18px;
        }



.loginmid {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-shadow: 0px 2px 6px 3px #777777;
}

.loginmidprint {
    background: #fff;
    margin-bottom: 10px;
    padding-top: 15px;
    box-shadow: 1px 2px 2px 2px #bfbfbf;
}

    .loginmidprint h4 {
        font-weight: 600;
        font-family: verdana;
        font-size: 13px;
        padding: 2px 0px 2px 6px;
        border-bottom: 1px solid lightgrey;
        text-transform: capitalize;
        margin-top: 5px;
        margin-bottom: 5px;
        background: #a9a9a9;
        color: darkblue;
    }


    .loginmidprint .table {
        margin-bottom: 1px !important;
    }

.loginmid h4 {
    font-weight: bold;
    font-family: 'Open Sans' !important;
    font-size: 22px;
    padding: 4px 4px 4px 4px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #000000;
}

.loginmid h6 {
    font-weight: bold;
    font-family: 'Open Sans' !important;
    font-size: 15px;
    padding: 4px 4px 4px 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #003363;
}

.loginmid h5 {
    font-weight: 600;
    font-family: verdana;
    font-size: 12px;
    padding: 4px 0px 5px 6px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0700e8;
}

.loginmid label {
    font-weight: normal;
}

.loginmid .formLabel .form-group label {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans' !important;
    text-align: left;
}

ul.inst {
    list-style-type: square;
    font-size: 15px;
}

.inst li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 25px;
    text-align: justify;
}

.loginborder {
    border: 1px solid #e6e6e6;
    padding: 30px 30px 0px 30px;
    border-radius: 12px;
}

.btn-themeblue {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

    .btn-themeblue:hover {
        background: #008fe4;
        color: #fff;
    }

.btn-themeorange {
    background: #3d550c;
    color: #fff;
}

    .btn-themeorange:hover {
        background: #3d550c;
        color: #fff;
    }

.login-instruction {
    background-image: linear-gradient(45deg, rgb(0 0 0 / 72%), rgb(61 85 12 / 73%)), url(../../../Image/greenBg.jpg);
    border: 0px solid #ccc;
    background-size: cover;
    background-position: top center;
    margin-top: -10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 586px;
}

.lineborder {
    margin-top: 5px;
    margin-bottom: 20px;
}

.cautiontext {
    color: #ffffff;
    bottom: 0px;
    position: absolute;
    margin-bottom: 60px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.bg-dark {
    background: #343a40;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.appstatustable.table th {
    font-size: 18px;
    padding: 12px;
}

.table.appstatustable td {
    padding: 12px;
}

.appstatustable.table th {
    text-align: left;
}

.appstatusHeader {
    background: #008dd9;
}

a.btn-white {
    background: #fff !important;
    color: #000 !important;
    margin: 6px 6px 6px 6px !important;
    border-radius: 4px;
    padding: 6px 10px !important;
}

    a.btn-white:hover {
        color: #000000 !important;
        background-color: #ecf87f !important;
        border-color: #59981a !important;
    }

    a.btn-white:focus {
        color: #212529 !important;
        background-color: #e2e6ea !important;
        border-color: #dae0e5 !important;
        box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5) !important;
    }

ul.user-info {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 4px 8px;
    border: 1px dotted #3d550c;
    border-radius: 4px;
    background: #ECF87F;
}

    ul.user-info li {
        float: left;
        width: auto;
        margin-left: 0px;
        font-size: 14px;
        color: #000;
        letter-spacing: 1px;
    }

        ul.user-info li:nth-child(2) {
            margin-left: 30px;
        }

ul.user-info-left {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

.contentuserinfo {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.side-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.side-menu li {
        font-size: 14px;
        font-weight: 600;
    }

        ul.side-menu li a {
            color: #242424;
            text-decoration: none;
            padding-left: 18px;
            padding: 7px 7px;
            display: block;
            border: 1px solid #e6e6e6;
            letter-spacing: 1px;
        }

            ul.side-menu li a:hover, ul.side-menu li a.active {
                color: #fff !important;
                background-color: #81B622;
                border-radius: 4px;
            }

            ul.side-menu li a:not([href]):not([class]), ul.side-menu li a:not([href]):not([class]):hover {
                cursor: not-allowed !important;
            }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px;
    border-right: 1px solid #59981A;
    border-left: 1px solid #59981A;
    border-top: 0px solid #59981A;
    border-bottom: 1px solid #59981A;
    margin-bottom: 20px;
    border-radius: 0px 0px 10px 10px;
}

.card-header {
    padding: 7px 7px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff !important;
    background-color: #59981A;
    border-bottom: 1px solid #59981A;
    border-top: 1px solid #59981A;
    border-left: 1px solid #59981A;
    border-right: 1px solid #59981A;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
}

.boxchoice1 {
    background: #398bdf;
    border-radius: 4px;
    padding: 20px 10px 20px 10px;
    font-family: 'Open Sans';
    box-shadow: 0px 0px 6px 1px #cecece;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .boxchoice1 h5 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        font-family: 'Open Sans';
    }

    .boxchoice1 h6 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        font-family: 'Open Sans';
    }

.boxchoice2 {
    background: #8ebb16;
    border-radius: 4px;
    padding: 20px 10px 20px 10px;
    font-family: 'Open Sans';
    box-shadow: 0px 0px 6px 1px #cecece;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .boxchoice2 h5 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        font-family: 'Open Sans';
    }

    .boxchoice2 h6 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        font-family: 'Open Sans';
    }

.boxchoice3 {
    background: #f3982d;
    border-radius: 4px;
    padding: 20px 10px 20px 10px;
    font-family: 'Open Sans';
    box-shadow: 0px 0px 6px 1px #cecece;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .boxchoice3 h5 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        font-family: 'Open Sans';
    }

    .boxchoice3 h6 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        font-family: 'Open Sans';
    }

.boxchoice4 {
    background: #c963e3;
    border-radius: 4px;
    padding: 20px 10px 20px 10px;
    font-family: 'Open Sans';
    box-shadow: 0px 0px 6px 1px #cecece;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .boxchoice4 h5 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        font-family: 'Open Sans';
    }

    .boxchoice4 h6 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        font-family: 'Open Sans';
    }

.contentmiddiv {
    padding: 20px;
    box-shadow: 0px 0px 6px 2px #e4e4e4;
    border: 1px solid #e8e8e8;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    margin: 10px 0px;
}

.listseatallocinst li {
    line-height: 30px;
}

.faiconclr {
    color: #3d550c;
    font-size: 20px !important;
    font-weight: 600 !important;
}

hr {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
}

.appstatus {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #59981A;
    border-radius: .25rem;
    border-radius: 10px;
}

.headingmain {
    padding: 7px 15px 7px 15px;
    margin: -11px;
    margin-bottom: 10px;
    color: #fff !important;
    background-color: #59981A;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    text-align: center;
}

.boxbg1 {
    background-color: mediumvioletred;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
    height: 118px;
}

.boxbg2 {
    background-color: #9c27b0;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
}

.boxbg3 {
    background-color: lightseagreen;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
}

.boxbg4 {
    background-color: darkslateblue;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
}

.boxbg5 {
    background-color: chocolate;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
}

h5.titleheading {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

span.totalcountnumber {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 4px;
    font-weight: bold;
}

a.totalcountnumber {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 4px;
    font-weight: bold;
}

    a.totalcountnumber:hover {
        color: #ededed;
        font-size: 16px;
        text-align: center;
        display: block;
        margin-top: 4px;
        font-weight: bold;
    }

.headingFirst {
    font-size: 20px;
    background: lightgrey;
    padding: 5px 4px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #0585ea;
    border-bottom: 2px dotted #bdbdbd;
}

.popupballoon {
    font-size: 12px;
    padding: 2px 3px;
}

.lastlogin {
    padding: 3px 8px;
    color: #3d550c;
    border: 1px dotted #3d550c;
    letter-spacing: 1px;
    border-radius: 4px;
    background: #ECF87F;
}

.panelHead_Main {
    color: #6e00d2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

    .panelHead_Main a {
        outline: none;
        text-decoration: none;
        color: #6e00d2;
    }

        .panelHead_Main a span {
            float: right;
            width: 50px;
            margin-top: -7px;
        }

        .panelHead_Main a.collapsed span:after {
            content: "+";
            font-size: 26px;
            float: right;
        }

        .panelHead_Main a span:after {
            content: "\2014";
            font-size: 20px;
            float: right;
        }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    height: 16px !important;
    width: 16px !important;
}

.lblstyle1 label {
    vertical-align: sub !important;
}

.paddRL {
    padding-right: 6px;
    padding-left: 6px;
}

ul.information li {
    font-size: 14px;
}

.sameAddress {
    border: 1px dotted #6639b5;
    padding: 8px 5px 5px 8px;
    margin-bottom: 10px;
}

    .sameAddress label {
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        color: #000;
        margin-left: 6px;
    }

    .sameAddress input[type="checkbox"] {
        height: 14px;
        width: 16px;
    }

.complete {
    background: #ffffff;
    color: #000 !important;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-bottom: 2px;
}

.pending {
    background: #ffffff;
    color: #000 !important;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-bottom: 2px;
}

.viewApplication {
    background: #005800;
    color: #fff !important;
    border-radius: 4px;
}

/******************* Start Check box styles ***************************/
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}

.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}

.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}

.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}

.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}

.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}

.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}

.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}

.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
/********************** End Check box styles *********************/

.footerthird {
    background: #3D550C;
}

    .footerthird ul li {
        color: #fff;
        padding: 10px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }

        .footerthird ul li a {
            color: #fff;
            padding: 0px 4px 0px 0px;
        }

        .footerthird ul li:last-child > a:after {
            content: "";
        }

        .footerthird ul li a:after {
            display: inline-block;
            content: "/";
            margin: 0 4px;
            color: #fff;
        }

        .footerthird ul li :hover {
            color: #FFEB3B !important;
            text-decoration: none;
        }

    .footerthird .linkcenter {
        justify-content: center;
        align-content: center;
        display: flex;
    }

        .footerthird .linkcenter ul {
            margin: 0px;
            padding: 0px;
        }

p.aboutpara {
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    line-height: 35px;
    text-align: justify;
}

h5.childheading {
    font-size: 18px;
    font-weight: 600;
    color: #4e4747;
    padding-left: 10px;
    padding-right: 10px;
}

.disclaimerText {
    margin-bottom: 25px;
}

    .disclaimerText a {
        color: #ff0000;
    }

        .disclaimerText a:hover {
            text-decoration: underline;
            color: #000dff;
        }

.disclaimerLogo {
    margin-bottom: 50px;
}

    .disclaimerLogo a {
        display: inline-block;
        padding: 7px 30px;
        position: relative;
    }

        .disclaimerLogo a:after {
            background-color: #0079ba;
            width: 1px;
            height: 60px;
            right: -2px;
            top: 0;
            position: absolute;
            content: "";
        }

        .disclaimerLogo a:nth-child(3):after {
            background: none;
            width: 1px;
            height: 60px;
            right: -2px;
            top: 0;
            position: absolute;
            content: "";
        }

.leftSideNav {
    transition: ease-out .5s;
}

.whiteNewBg {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    min-height: 320px;
    margin: 2px 0px 10px 0px;
    box-shadow: 3px 3px 10px -3px #232323;
}

h4.dashHeading {
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 16px;
    padding: 4px 0px 7px 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    border: none;
    background: none;
}

.userInfoRight {
    color: #000;
    font-size: 13px;
}

    .userInfoRight tr td:nth-child(odd) {
        color: #000;
        font-weight: 600;
        font-size: 13px;
        padding: 4px;
        text-align: right !important;
        vertical-align: top;
        width: 45%;
    }

    .userInfoRight tr td:nth-child(even) {
        color: #1565C0;
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        padding: 4px;
    }

.dashPanelHeight {
    height: 210px;
    transition: 0.3s;
    border-color: #ccc;
    border-radius: 10px;
}

    .dashPanelHeight:hover {
        border-radius: 20px;
        border: 2px solid #058ad1;
    }

p.dashPara {
    margin: 15px 4px;
}

    p.dashPara > a {
        color: #0049e1;
        text-decoration: none;
        font-size: 13px;
    }

        p.dashPara > a:hover {
            color: #2196f3;
        }

.dbTable {
    font-size: 12px !important;
}

    .dbTable tr {
        font-size: 12px !important;
    }

        .dbTable tr td {
            font-size: 12px !important;
        }

            .dbTable tr td span {
                font-size: 12px !important;
            }

        .dbTable tr th {
            font-size: 12px !important;
        }

            .dbTable tr th span {
                font-size: 12px !important;
            }

.timerSession {
    border: 1px solid #8e8e8e;
    padding: 6px 32px;
    color: #df0000;
    box-shadow: 3px 3px 2px #8e8e8e;
}

.timerSessionLabel {
    padding: 6px 32px;
    color: #df0000;
}

.contentmidSession {
    background: #fff;
    padding: 10px 2px 2px 2px;
}

label.lblstyleChoice {
    padding-top: 4px;
    font-weight: 600;
}

.borderResult {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 4px 6px;
}

i.scheduleOver {
    display: block;
    text-align: center;
    color: #adadad;
    letter-spacing: 2px;
    text-decoration-line: overline;
    font-size: 12px;
}

h3.boardname > span {
    font-size: 16px;
}

.default > a, .asc > a, .desc > a {
    text-decoration: none;
    color: white !important;
}

h4.loginInstHeading {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
    margin-top: 13px;
}

.centertext tr th, .centertext tr td {
    text-align: center !important;
    font-weight: bold;
}

.requiredMsg {
    color: red;
    font-size: 13px;
    display: inline;
    letter-spacing: 1px;
}

.personalBG {
    background: #f9f9f9;
    box-shadow: 1px 2px 3px #ebebeb;
}

.reviewPara {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.btnDigilocker {
    border: 1px solid #c3c3c3;
    background: #ffe5e5;
    font-weight: 600;
    color: #663dfb;
}