﻿body {
    background: #fff;
    font-family: verdana;
    font-size: 14px !important;
}

.headerfirst {
    background: #fff;
    width: 100%;
}

    .headerfirst h1 {
        font-weight: bold;
        font-size: 26px;
        color: #000;
        margin: 0;
        padding: 14px 0 0 0;
        font-family: 'Open Sans' !important;
    }

    .headerfirst h3 {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 2px 0 5px 0;
        font-family: 'Open Sans' !important;
    }

img.logofirst {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 15px;
}

.headerfirst img {
    padding-top: 9px;
    padding-bottom: 9px;
}

.leftboardbox {
    border: 1px dotted #00c37b;
    background: #ff6a00;
    margin-top: 14px;
    padding: 0px;
}

    .leftboardbox a {
        text-decoration: none;
    }

.count {
    font-size: 40px;
    color: #fff;
    display: block;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    font-family: serif;
    padding: 5px 0px 5px 0px;
}

.countheading {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: serif;
    letter-spacing: 1px;
    background: #943e00;
}

.contentmid {
    background: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 1px 2px 2px 2px #bfbfbf;
}

.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;
        text-transform: capitalize;
        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 label {
    font-weight: normal;
}

.contentmid ul li {
    font-size: 12px;
}

.labelfilter label {
    margin-left: 3px;
}

.footersec {
    background: #0c0c0c;
    margin-top: 20px;
    padding: 10px 0px;
}

    .footersec p {
        color: #fff;
        padding: 20px 2px 15px 2px;
        line-height: 1.7em;
        font-size: 13px;
    }

.lblstyle label {
    margin-right: 8px;
}

.lblstyleml label {
    margin-right: 8px;
    margin-left: 4px;
}

.lblstyle td label {
    margin-left: 2px;
}

.lblstyle input[type="radio"] {
    margin-left: 8px;
    margin-right: 2px;
}

div.lblstyle tr td span {
    padding-left: 5px;
}
.navbar {
    border-radius: 0px;
    position: relative;
    min-height: 36px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse {
    background: #f6f3ee;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 7px 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fbac1b;
    border-bottom: 1px solid #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}

.user_in {
    padding-top: 3px;
    color: #ffffff;
}


@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; 
        border-radius: 12px;
    }

        .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 right top;
    position: absolute;
    top: 0px;
    width: 100px;
    height: 60px;
    display: block;
    right: 15px;
}

    .tab_box_img:hover {
        background: url(../../../Images/not_asgn1.png) no-repeat right top;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 60px;
        display: block;
        right: 15px;
    }

.tab_box li a {
    text-align: center !important;
    padding: 0px !important;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 14px !important;
    font-family: Tahoma;
}

    .tab_box li a:hover {
        font-size: 14px !important;
        color: #ffffff;
    }

.tab_box_link {
    margin: 95px auto 0 auto;
}

.box1 {
    background: #fb2e62 url(../../../Images/usermanagement.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box2 {
    background: #248ce9 url(../../../Images/master-directory.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box3 {
    background: #9752ff url(../../../Images/rule-manager.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box4 {
    background: #fa7c37 url(../../../Images/seat-matrix.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box5 {
    background: #40c860 url(../../../Images/registration-and-choice-filling.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box6 {
    background: #99a527 url(../../../Images/manage-online-reporting.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box7 {
    background: #a323b9 url(../../../Images/configuration.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box8 {
    background: #00b7ca url(../../../Images/PI.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}
.box9 {
    background: #2b3a8e url(../../../Images/smsEmail.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}

.box10 {
    background: #ff5722 url(../../../Images/feePayment.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}

.box11 {
    background: #5d428e url(../../../Images/grievance.png) no-repeat;
    background-size: 75px;
    background-position: 50% 10%;
}

.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;
}

.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=70);
    opacity: .7;
    background: #000;
}

.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(../../../images/item_bg.gif);
    position: absolute;
    width: 110px;
    height: 40px;
}

.frame {
    position: absolute;
    font-family: Tahoma,arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    width: 550px;
}

.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, #8f8f8f);
    color: #0066cc;
    font-weight: bold;
    padding: 3px 10px;
    border: 1px solid;
    border-color: #4c4c4c;
    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: #000000;
    font-family: calibri;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #4c4c4c;
    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: 7px;
    background: url(../../../Images/sprite_close.png) no-repeat center center;
    width: 62px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    height: 18px;
    opacity: .9;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 1;
    }

.accordion {
    font-size: 8.5pt;
    font-family: Tahoma;
    background: url(../../../Images/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;
    }


.the-legend {
    border-style: none;
    border-width: 0px;
    font-size: 12px;
    line-height: 6px;
    color: red;
    margin-bottom: -7px;
    width: auto;
    padding: 11px 10px;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
}

.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;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    font-size: 13px;
    letter-spacing: 1px;
}

.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: 10px;
}

.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;
    top: 1px;
    left: 0px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}


.equaltd {
    margin-top: -4px;
    table-layout: fixed;
}

    .equaltd tbody tr td {
        width: 4.94% !important;
    }

    .equaltd tbody tr th {
        width: 4.94% !important;
    }

    .equaltd tbody tr td:nth-child(1) {
        width: 6.14% !important;
    }

    .equaltd tbody tr th {
        width: 6.14% !important;
    }


.profilebox1 {
    border: 1px solid #e2e2e2;
    padding: 20px;
    background: #fffef1;
    box-shadow: 1px 2px 3px #c7c7c7;
    border-radius: 10px;
    margin-bottom: 20px;
}

.black {
    color: #000 !important;
}

    .black li {
        color: #000 !important;
        background: #fbfbfb !important;
    }

        .black li a {
            color: #000 !important;
            background: #fbfbfb !important;
        }

            .black li a :hover {
                color: #000 !important;
            }

    .black > li > a {
        padding: 2px 10px !important;
    }

.admin_info span {
    color: #116FB7;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; 
    }

.select-selected {
    background-color: #fff;
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 25px;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-color: black transparent transparent transparent;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 11px;
    }

.select-items div, .select-selected {
    color: #000;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    background: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 0px;
}

.select-items {
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: #fff;
    max-height: 300px;
    overflow: auto;
    width: 96.1%;
}

.select-hide {
    display: none;
}

.select-items div {
}

    .select-items div:hover, .same-as-selected {
        background-color: #0084c7;
    }


.dk_container {
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

    .dk_container:focus {
        outline: 0
    }

    .dk_container a {
        cursor: pointer;
        text-decoration: none;
        border-radius: 4px;
    }

.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: #ececec;
        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 #999;
        font-weight: bold;
        font-size: 12px !important;
        padding: 8px 10px;
        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;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        width: 300px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.boardname {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 4px;
    border-radius: 4px;
}

.borderextrapanelform {
    border: 1px solid #757575;
    padding-top: 10px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.appstatus {
    padding: 2rem;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.headingmain {
    padding: 15px 15px;
    margin: -2rem;
    margin-bottom: 10px;
    color: #007bff !important;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 4px 4px 0px 0px;
    font-size: 19px;
    text-align: center;
}

.contentmiddiv {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 6px 2px #e4e4e4;
    border: 1px solid #e8e8e8;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    margin: 10px 0px;
}

.cautiontext {
    color: #fff;
    bottom: 0px;
    position: absolute;
    margin-bottom: 60px;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.bg-dark {
    background: #343a40;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table.appstatustable td, .appstatustable.table th {
    padding: 12px;
}

.appstatustable.table th {
    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;
}

.boxbg6 {
    background-color: #1e6ed2;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
}

.boxbg7 {
    background-color: #009816;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px;
    border-radius: 4px;
}

.boxbg8 {
    background-color: #287e76;
    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;
    }

.lblbold label {
    font-weight: 700;
}

.modalBackgroundWithActivebg {
    display: none;
    width: 0px;
    height: 0px;
    background-color: lightgray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.collapse-icon {
    border-width: 0px;
    float: right;
    padding: 4px;
    border: 2px solid #0093ff;
    background: ghostwhite;
    width: 24px;
    margin: 1px 2px 1px 2px;
    cursor: pointer;
}

.collapse-heading {
    float: left;
    padding-left: 5px;
    cursor: pointer;
}

.heading_div1 {
    cursor: grab; 
    background: #ffc545;
    color: black;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding: 1px 2px;
    height: 32px;
}

.popupmodal {
    table-layout: auto !important;
    border-collapse: collapse !important;
    position: absolute !important;
    z-index: 100001 !important;
    top: -155px !important;
}

.frameActiveBg {
    position: fixed !important;
    top: 10px !important;
    font-family: Tahoma,arial,helvetica,clean,sans-serif;
    font-size: small;
    width: 550px;
    border-collapse: collapse !important;
}

.lblbold label {
    font-weight: 700;
}

.boxPreAlllotDocVer {
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 6px 1px #cecece;
    margin-top: 0px;
    margin-bottom: 10px;
    min-height: 105px;
}

    .boxPreAlllotDocVer h5 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .boxPreAlllotDocVer h6 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
    }

.boxchoice1 {
    background: #398bdf;
}

.boxchoice2 {
    background: #8ebb16;
}


.boxchoice3 {
    background: #f3982d;
}


.boxchoice4 {
    background: #c963e3;
}

.boxchoice5 {
    background: #ed143d;
}

.boxchoice6 {
    background: #008080;
}

.boxchoice7 {
    background: #3cb371;
}

.boxchoice8 {
    background: #a52a2a;
}

th.headerTextAlign {
    text-align: center !important;
}

.likeselect {
    margin-top: 2px;
    color: #006bbf;
    background: #ececec;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.breadcrumb > li + li + li:before {
    padding: 0 5px !important;
    color: transparent !important;
    content: "" !important;
}


.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}

.popupbody {
    background: #fff;
    padding: 15px;
}

.bordernone {
    border: none;
}

    .bordernone tr td {
        border: none;
    }

.linkpdfdownload {
    color: black;
}

    .linkpdfdownload:hover {
        text-decoration: underline;
        color: blue;
    }

.widgt-mailer {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 150px;
    height: 230px;
}

.widgt-image {
    padding: 10px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.widgt-details {
    display: inline-block;
    width: 100%;
    padding: 5px 10px 15px 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.lblresult {
    font-size: 14px;
    font-weight: 600;
}

.widgt-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #183a52;
}

.widgt-image:hover .overlay {
    opacity: 0.9;
}

.text {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .text span {
        color: #fff;
        font-size: 14px;
        display: block;
    }

.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;
    }

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;
}

.whiteNewBg {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    min-height: 400px;
    margin: 20px 0px 0px 0px;
    box-shadow: 3px 3px 10px -3px #232323;
}

.d_box {
    background: #fff;
    box-shadow: 3px 3px 10px -3px #232323;
    min-height: 60px;
}

    .d_box:hover {
        box-shadow: 3px 3px 10px -3px #1565C0;
    }

.d_iconbox_right {
    box-shadow: 4px 0px 5px -1px #565656;
    margin-right: 12px;
    float: left;
    width: 45px;
    min-height: 60px;
}

    .d_iconbox_right img {
        margin-top: 11%;
        padding: 6px;
        height: 45px;
    }

.d_box_link {
    padding-right: 10px
}

    .d_box_link a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        padding: 10px 0px 10px 0px;
        display: block;
    }

.d_box > .tab_box_img:hover {
    cursor: not-allowed;
}

.d_box_link a:hover {
    color: #1565C0;
}

.mb-3 {
    margin-bottom: 25px;
}

.iconbg1 {
    background-color: #00c08d;
}

.iconbg2 {
    background-color: #3ba2e7;
}

.iconbg3 {
    background-color: #ec5068;
}

.iconbg4 {
    background-color: #eba011;
}

.iconbg5 {
    background-color: #bd4bbc;
}

.iconbg6 {
    background-color: #07b4ae;
}

.iconbg7 {
    background-color: #a201eb;
}

.iconbg8 {
    background-color: #3c578c;
}

.iconbg9 {
    background-color: #dfbf1f;
}

.iconbg10 {
    background-color: #197b30;
}

.iconbg11 {
    background-color: #ab1419;
}

.iconbg12 {
    background-color: #03a1a4;
}

.iconbg13 {
    background-color: #00334a;
}

.iconbg14 {
    background-color: #50005f;
}

.iconbg15 {
    background-color: #581e27;
}

.leftSideNav {
    transition: ease-out .5s;
}

#rightSideNav {
    transition: ease-in .5s;
}

.th_right_td_left tr th {
    text-align: right;
}

.th_right_td_left tr td {
    text-align: left;
}

.borderimg {
    border-right: 1px solid #cccccc;
    padding-right: 30px;
}

.choiceChkDiv {
    height: 100px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    background: aliceblue;
    background: aliceblue;
}

.data_RadioDiv {
    border: 1px solid #ccc;
    background: #efefef;
    justify-content: center;
    margin-bottom: 2px;
    display: flex;
}

.disclaimerText {
    margin-bottom: 25px;
}

    .disclaimerText a {
        color: #a3d2f9;
    }

        .disclaimerText a:hover {
            text-decoration: underline;
            color: #a3d2f9;
        }

.disclaimerLogo {
    margin-bottom: 50px;
}

    .disclaimerLogo a {
        display: inline-block;
        padding: 7px 30px;
        position: relative;
    }

        .disclaimerLogo a:after {
            background-color: #3f3f3f;
            width: 1px;
            height: 60px;
            right: -2px;
            top: 0;
            position: absolute;
            content: "";
        }

.default > a, .asc > a, .desc > a {
    text-decoration: none;
    color: #fff !important;
}


.queryResponseTable > tbody > tr > td {
    font-size: 15px;
    letter-spacing: 1px;
}
.statusOpenQRS {
    background: #9c27b0;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.statusCloseQRS {
    background: lightseagreen;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.statusRespondedQRS {
    background: #D2691E;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.statusDiscardedQRS {
    background: #1E6ED2;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.statusWithdrawnQRS {
    background: #009816;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.borderResult {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 4px 6px;
}