/*====================================================

    Author Bajaj Custom Style
    -------------------------
    1. Bajaj Custom Root
    2. Bajaj Custom header
    3. Bajaj Custom body content

======================================================*/


/**** 1. Bajaj Custom Root ****/
:root {
    --brandColor: #0a51a1;
}

/**** 2. Bajaj Custom header ****/
.bajaj-navbar {
    background: var(--brandColor);
    border: 0;
    margin: 0;
    border-radius: 0;
}

.bajaj-navbar .navbar-brand {
    height: auto;
}

.bajaj-navbar .navbar-brand img {
    width: 100%;
}

.bajaj-navbar .navbar-collapse.in {
    overflow-y: initial;
}

.page-header h1 {
    font-size: 18px;
    padding: 8px 0;
    margin: 0;
    font-weight: 600;
    letter-spacing: .2px;
}

/**** 3. Bajaj Custom body content ****/
#page-wrapper {
    padding: 0;
    margin: 0;
}

.mr-1 {
    margin-right: 4px;
}

.ml-2 {
    margin-left: 8px;
}

.card {
    padding: 0;
    background: #fff;
    margin: 8px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.card .card-title h1 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--brandColor);
}

.card .card-title {
    background: #f6f7f9;
    padding: 4px 8px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card .card-body {
    padding: 8px;
}

.bajaj-table th {
    background: var(--brandColor) !important;
    color: #fff;
    font-weight: 600;
    border-color: #063a74;
}

.bajaj-table td {
    border-color: #c7b7b7;
}

.bajaj-table th,
.bajaj-table td {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    padding: 4px 6px;
}

.bajaj-table {
    border-collapse: collapse;
    width: 100%;
}


/* CSS Document */
.navbar-default .sidebar {
    background-color: #EEEEEE;
}

.navbar-top-links li a:hover i {
    color: #0071bd;
}

.navbar-default .navbar-brand:hover {
    color: #0071bd;
    background: #0a51a1;
    transition: background-color .3s;
}

.navbar-top-links li a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-top-links li a:focus {
    color: #0071bd;
    background: #fff;
    transition: background-color .3s;
}

.navbar-top-links li a:focus i {
    color: #0071bd;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav .open>a:focus i {
    color: #0071bd;
    background: #ffffff;
    transition: background-color .3s;
}

.navbar-top-links .dropdown-menu li a:hover {
    background: #f1f1f1;
    color: #727272;
}

.dropdown-menu>li>a {
    color: #727272;
}

.dropdown-menu .divider {
    margin: 0px 0;
}

.navbar-top-links .dropdown-menu li a .text-muted {
    color: #A7A7A7;
    font-size: 12px;
}

.navbar-top-links .dropdown-menu li a strong {
    color: #757575;
    font-size: 16px;
    padding-bottom: 1px;
    /* font-weight: 400; */
}

.read-all {
    color: #009587 !important;
    font-weight: 400px;
    font-size: 16px;
}

.read-all i {
    color: #009587 !important;
    font-size: 16px;
    line-height: 1.2rem !important;
    font-weight: 400;
    margin-left: 5px;
}

.dropdown-menu {
    padding: 0 0;
    min-width: 200px;
}

.dropdown {
    position: relative;
    margin-top: 2rem;
}

.navbar-top-links .dropdown-menu li a div i {
    line-height: 1.2rem;
    color: #727272;
    margin-right: 5px;
}

.navbar-top-links .dropdown-menu li a i {
    line-height: 1.2rem;
    color: #727272;
    margin-right: 5px;
}

#side-menu li a {
    padding: 15px 15px;
    font-size: 16px;
    color: #444;
}

.page-header {
    background: #fff;
    margin: 0 -16px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    min-height: 40px;
}


#side-menu {
    display: none;
}

.sidebar-icon {
    position: absolute;
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 65px;
        height: 100%;
        display: none;
        z-index: 1;
        position: fixed;
        width: 250px;
    }
}

.nav>li>a {
    transition: background-color .3s;
}

.navbar-default .navbar-nav>li>a>i {
    line-height: 34px;
    font-size: 20px;
    color: #8a8a8a;
}

.report-delars {
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-top: 30px !important;
}

.z-depth-0 {
    box-shadow: none !important;
}

.z-depth-1,
nav,
.btn,
.collapsible,
.side-nav {}

.z-depth-1-half,
.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4,
.modal {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable {
    transition: box-shadow .25s;
    box-shadow: 0;
}

.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dashboard-box {
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    transition: box-shadow .25s;
    margin-bottom: 10px;
    padding: 0 7px;
    margin-top: 15px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.dashboard-box:hover {
    transition: box-shadow .25s;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.03), 0 5px 7px 0 rgba(0, 0, 0, 0.19);
}

.dashboard-box i {
    font-size: 60px;
    line-height: 94px;
    text-shadow: 1px 1px 3px #8a8a8a;
}

.dashboard-box h3 {
    margin-bottom: 0;
    margin-top: 15px;
}

.dark-color {
    color: #5d5d5d !important;
}

.page-header-bg {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.save-audit-left {
    background: #30a5ff;
    color: #fff;
    height: 93px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dashboard-box-inner-left {
    text-align: center;
    padding-left: 30px;
}

.dashboard-box-inner-left h2 {
    font-size: 40px;
    margin: 13px 0 0 0;
    color: #596e80;
    font-weight: 300;
}

.dashboard-box-inner-left p {
    margin: 0;
    font-size: 14px;
    color: #8a8a8a;
}

.submit-audit-left {
    background: #ffb53e;
    color: #fff;
    height: 93px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.show-report-left {
    background: #1ebfae;
    color: #fff;
    height: 93px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.show-report-left i {
    font-size: 50px !important;
    line-height: 94px;
}

.all-dealers-left {
    background: #ff5c71;
    color: #fff;
    height: 93px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.all-dealers-left i {
    font-size: 48px !important;
    line-height: 94px;
}

.btn {}

.new-audit-btn,
.btn-primary {
    margin-top: -3px;
    margin-top: -3px;
    background: #14af67;
    border-color: #188854;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-shadow: -1px 0px 2px #27714e !important;
}

.new-audit-btn i {
    margin-right: 6px !important;
}

.btn-primary i {
    margin-right: 6px !important;
}

.new-audit-btn:hover,
.new-audit-btn:focus,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #0dc36f !important;
    border-color: #049854 !important;
}

.table {
    background: #fff;
}

.footer-row {
    background: #0a51a1;
    padding: 6px 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: .2px;
    position: sticky;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 20px;
}

.footer-row1 {
    background: #fff;
    border-top: 1px solid #d6dee8;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
}

.more-info-icon {
    color: #4290D0;
    font-size: 20px !important;
    cursor: pointer;
}

.delete-icon {
    font-size: 20px !important;
    color: rgba(237, 70, 72, 1.00);
    margin-left: 10px;
    cursor: pointer;
}

.table-striped {
    border: 1px solid #ddd;
}

.blue-table thead tr:first-child th {
    background: #0a51a1e6 !important;
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    font-weight: 400;
}

.yellow-table>tbody>tr>th {
    background: #ffb53e;
    color: #fff;
    font-size: 15px;
}

.green-table>tbody>tr>th {
    background: #1ebfae;
    color: #fff;
}

.red-table>tbody>tr>th {
    background: #ff5c71;
    color: #fff;
}

.blue-table>tbody>tr:nth-of-type(odd) {
    background-color: #f3f8ff;
}

.yellow-table>tbody>tr:nth-of-type(odd) {
    background-color: #fffaf1;
}

.audit-dashboard-header-table {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 0 !important;
}

.audit-dashboard-header-table>tbody>tr>td {
    border: 0;
}

.audit-dashboard-table-head {
    background: #30a5ff !important;
    color: #FFFFFF !important;
    font-weight: 700;
    text-shadow: 2px 2px #228fe2;
    border: 1px solid #228fe2 !important;
}

.table-blue-light-bg {
    background: #ebf3ff;
}

.bold-font-blue {
    font-weight: 600 !important;
    color: #1f8bde;
}

.tooltip {
    font-size: 14px;
}

.tooltip.bottom {
    padding: 3px 0;
    margin-top: 10px;
}

.tooltip-inner {
    padding: 3px 8px;
    color: #fff;
    text-align: left;
    background-color: #222;
    border-radius: 2px;
}

/*-------------------------- audit dashboard box ------------------------*/
.audit-dashboard-left {
    height: 93px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.blue-circle {
    background: #30a5ff;
    color: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 15px;
    padding: 10px;
    text-shadow: 2px 2px 4px #14619c;
    margin-top: 9px;
}

.blue-circle i {
    font-size: 43px;
    margin-bottom: 0px;
    line-height: 55px;
    display: block;
    text-shadow: 1px 1px 2px #14619c;
}

.dashboard-box-inner-right {
    text-align: left;
    padding: 0 0 0 3px;
}

.dashboard-box-inner-right h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0px 3px;
    padding-left: 2px;
    letter-spacing: .3px;
}

.blue-text {
    color: #30a5ff !important;
    text-shadow: none;
}

.save-audit-left i {
    font-size: 48px;
}

.audit-dashboard-inner-tbl {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.audit-dashboard-inner-tbl>tbody>tr>td {
    padding: 3px 7px 3px 2px;
    border-top: 0;
    color: #8a8a8a;
    line-height: 18px;
    font-size: 13px;
}

.condition-of-showroom-left {
    background: #30a5ff;
    color: #fff;
    height: 110px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.condition-of-showroom-left i {
    font-size: 55px;
    line-height: 112px;
    text-shadow: 1px 1px 3px #8a8a8a;
}

.personnel-left {
    background: #ffb53e;
    color: #fff;
    height: 110px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.personnel-left i {
    font-size: 60px;
    line-height: 112px;
    text-shadow: 1px 1px 3px #8a8a8a;
}

.yellow-text {
    color: #f3a830;
    text-shadow: none;
}

.sales-data-left {
    background: #1ebfae;
    color: #fff;
    height: 110px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.sales-data-left i {
    font-size: 55px;
    line-height: 112px;
    text-shadow: 1px 1px 3px #8a8a8a;
}

.green-text {
    color: #1ebfae;
}

.customer-facility-left {
    background: #ff5c71;
    color: #fff;
    height: 110px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.customer-facility-left i {
    font-size: 55px;
    line-height: 112px;
    text-shadow: 1px 1px 3px #8a8a8a;
}

.red-text {
    color: #ff5c71;
}

.dashboard-box .row {
    margin: 0 -7px;
}

.audit-dashboard-submit-btn {
    padding: 4px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #737373;
}

.audit-dashboard-submit-btn:hover,
.audit-dashboard-submit-btn:focus {
    color: #fff;
}

.audit-dashboard-submit-btn i {
    margin-right: 15px;
}

.zero-margin {
    margin-bottom: 0 !important;
}

.yellow-btn {
    background: #ffb53e;
    border-color: #e29619;
    text-shadow: 1px 1px 3px #737373;
}

.blue-btn {
    background: #30a5ff;
    border-color: #187ac5;
    color: #fff;
    text-shadow: 1px 1px 3px #737373;
}

.blue-btn:hover,
.blue-btn:focus {
    background: #30a5ff;
    border-color: #187ac5;
    color: #fff;
}

.green-btn {
    background: #1ebfae;
    border-color: #159688;
    color: #fff;
    text-shadow: 1px 1px 3px #737373;
}

.green-btn:hover,
.green-btn:focus {
    background: #1ebfae;
    border-color: #159688;
    color: #fff;
    text-shadow: 1px 1px 3px #737373;
}

.red-btn {
    background: #ff5c71;
    border-color: #bf2236;
    color: #fff;
    text-shadow: 1px 1px 3px #737373;
}

.red-btn:hover,
.red-btn:focus {
    background: #ff5c71;
    border-color: #bf2236;
    color: #fff;
    text-shadow: 1px 1px 3px #737373;
}

.submit-all-forms {
    background: #4CAF50;
    padding: 5px 25px;
    font-size: 15px;
    border-color: #2b8a2f;
    margin-top: 0;
}

.submitted-audit-dashboard-table-head {
    background: #ffb53e !important;
    color: #FFFFFF !important;
    font-weight: 700;
    text-shadow: 2px 2px #e8a232;
    border: 1px solid #e29619 !important;
}

.table-yellow-light-bg {
    background: #fffaf1;
}

.bold-font-yellow {
    font-weight: 600 !important;
    color: #e09213;
}

#accordion .panel-default>.panel-heading {
    padding: 0;
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
    border-radius: 5px
}

#accordion .panel-default>.panel-heading a {
    padding: 0px 10px;
    display: block;
    height: 35px;
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
    color: #00477d;
}

#accordion .panel-default>.panel-heading a:hover,
#accordion .panel-default>.panel-heading a:focus {
    text-decoration: none;
}

#accordion .panel-default>.panel-heading a .table {
    width: 585px;
    margin: 0;
}

#accordion .panel-default>.panel-heading a .table>tbody>tr>td {
    padding: 3px 5px;
    font-size: 12px !important;
    border-top: 0;
    font-weight: 400;
    color: #515151;
    vertical-align: middle;
}

.table-circle {
    color: #FFFFFF;
    padding: 1px 2px;
    height: 21px;
    width: 45px;
    display: inline-block;
    letter-spacing: .1px;
    font-weight: 700;
    border-radius: 11px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 17px;
}

.score {
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 13px;
}

.input-group .btn,
.file-preview-frame .btn,
.modal-header .btn {
    box-shadow: none !important;
}

.question {
    font-weight: 600;
    color: #0b824b;
    font-size: 16px;
    line-height: 25px !important;

}

.panel-group .panel {
    border-radius: 3px;
}

.save-btn {
    padding: 4px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.save-btn:hover,
.save-btn:focus {
    color: #fff;
}

.ligh-blue-bg {
    background: #edf6ff;
}

#accordion .panel {
    border-radius: 5px;
}

#accordion .panel .table-bordered>tbody>tr>td {
    border: 0;
    padding: 2px 8px 2px;
    vertical-align: middle;
}

#accordion .panel .table>tbody>tr>td {
    border-top: 0;

}

#accordion .panel .table-bordered {
    border-radius: 5px;
    margin-bottom: 5px;
}

.file-caption-main {
    width: 40% !important;
}

.file-input .input-group {
    margin: 0 auto;
}

.img-upload-div {
    width: 100%;
    padding: 15px 0;


}

.cmts {
    padding: 5px 0 10px;

}

tr {}

.border-bottom-tr {
    border-bottom: 1px solid #ddd;
}

.td-zero {
    padding: 0 !important;

}

.zero-shadow {
    box-shadow: none !important;
}

.div-bordered {
    margin-bottom: 7px;
    background: #fff;
}

.login-panel .panel-title {
    color: #30a5ff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.login-panel input[type="checkbox"] {
    margin: 3px 0 0 -20px;
}

.form-group {
    margin-bottom: 15px;
}

.mcq-td {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

.mcq-td .radio:first-child {
    margin-top: 0 !important;
}

.mcq-td .radio-inline {
    margin-bottom: 10px;
}

.modal-footer .btn {
    box-shadow: none !important;
}

.start-new-audit-modal-title {
    color: #222;
    text-shadow: 2px 2px 3px #cecdcd;
    font-weight: 400;
    font-size: 20px;
}

.modal-header .close {
    margin-top: 3px;
}

.start-audit-tbl {
    margin-bottom: 0px;
}

.start-audit-tbl>tbody>tr>td {
    border: none;
    vertical-align: middle;
}

.red-table>tbody>tr>th {
    background: #ff5c71;
    color: #fff;
    font-size: 15px;
}

.red-table>tbody>tr:nth-of-type(odd) {
    background-color: #fff7f8;
}

.edit-icon {
    color: #4290D0;
    cursor: pointer;
}

.table td i {
    font-size: 1.75rem;
}

#example td a {
    display: inline-block;
    padding: 2px 3px;
}

.pagination {
    margin: 0;
}

.red-pagination>li>a,
.red-pagination>li>span {
    color: #ff5c71 !important;
}

.red-pagination>.active>a,
.red-pagination>.active>span,
.red-pagination>.active>a:hover,
.red-pagination>.active>span:hover,
.red-pagination>.active>a:focus,
.red-pagination>.active>span:focus {
    color: #fff !important;
    background: #ff5c71;
    border-color: #cc3f51;
}

.blue-pagination>li>a,
.blue-pagination>li>span {
    color: #30a5ff !important;
}

.blue-pagination>.active>a,
.blue-pagination>.active>span,
.blue-pagination>.active>a:hover,
.blue-pagination>.active>span:hover,
.blue-pagination>.active>a:focus,
.blue-pagination>.active>span:focus {
    color: #fff !important;
    background: #30a5ff;
    border-color: #2284d0;
}

.yellow-pagination>li>a,
.yellow-pagination>li>span {
    color: #e09213 !important;
}

.yellow-pagination>.active>a,
.yellow-pagination>.active>span,
.yellow-pagination>.active>a:hover,
.yellow-pagination>.active>span:hover,
.yellow-pagination>.active>a:focus,
.yellow-pagination>.active>span:focus {
    color: #fff !important;
    background: #ffb53e;
    border-color: #d6942b;
}

.reports-dash-left {
    background: #ddd;
    color: #fff;
    height: 60px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.reports-dash-right {
    text-align: center;
    padding: 0 5px;
}

.reports-dash-right h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #596e80;
    font-weight: 600;
    letter-spacing: .3px;
    margin-top: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.reports-dash-left i {
    font-size: 32px !important;
    line-height: 58px !important;
    text-shadow: 1px 1px 3px #8a8a8a !important;
}

.table-green-light-bg {
    background: #f4fffe;
}

.table-green-light-bg-new {
    background: #f4fffe;
}

.bold-font-green {
    font-weight: 600 !important;
    color: #12a293;
}

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

.form-control {
    font-size: 13px;
    height: 25px;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 3px
}

b,
strong {
    font-weight: 600 !important
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-left: 0;
}

.green-text {
    color: #12a293 !important;
    text-shadow: none;
}

select {
    padding-top: 1px !important;
    padding-left: 3px !important;
    padding-right: 3px !important
}

.green-table>tbody>tr>th {
    background: #1ebfae;
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.green-table>tbody>tr>td {
    vertical-align: middle;
}


.mcq-submit-all {
    background: #4CAF50;
    padding: 9px 60px;
    font-size: 18px;
    border-color: #2b8a2f;


    color: #fff;

    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #737373;
}

.mcq-submit-all:hover,
.mcq-submit-all:focus {
    color: #fff;
}

.page-header-admin {
    margin: 1rem 0rem;
    border-bottom: 0;
    color: #081f3fcf;
    font-size: 2rem;
    padding: 0;
    font-weight: 600;
}

.page-header-admin2 {
    padding-bottom: 0;
    margin: 15px 0 15px;
    border-bottom: 0;
    color: #222;
    text-shadow: 2px 2px 3px #cecdcd;
    font-weight: 400;
    font-size: 25px;

}

.page-header-admin .btn {
    text-shadow: none;
}

.td-red {
    color: #ff5c71;
    font-weight: bold;
}

.td-green {
    color: #1ebfae;
    font-weight: bold;
}

.td-yellow {
    color: #ffb53e;
    font-weight: bold;
}

.heading {
    background: #f4fffe;
    border: 1px solid #1ebfae;
    padding: 10px;
}

.txt-box-align {
    padding-top: 7px;
}

.txt-cntr {
    text-align: center;
}

.table-bordered>tbody>tr>td {
    vertical-align: middle;
}

.create-category-tbl {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.create-topic-tbl {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.tab-content {
    padding-top: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #30a5ff;
    border: 1px solid #0d7bd0;
    font-weight: 700;
    border-bottom-color: #0d7bd0;
    text-shadow: 1px 1px 3px #737373;
}

.nav-tabs>li>a {
    border-radius: 3px;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-right: 15px;
    color: #1f68a0;
    font-weight: 600;
}

.nav-tabs>li>a:hover {
    border-color: #30a5ff #30a5ff #30a5ff;
    background: #fff;
}

.nav-tabs {
    border-bottom: none;
}

.page-header-admin2 .btn {
    text-shadow: none;
}

.nav-hidden-icon {
    visibility: hidden !important;
    width: 1px;
}

.table>tbody>tr>td i {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
}

.head-address {
    margin-right: 15px;
    color: #30a5ff !important;
    text-shadow: none;
    padding-left: 35px;
    background-image: url(../images/google-map.png);
    background-size: 28px;
    background-repeat: no-repeat;
    outline: none
}

.head-address:hover,
.head-address:focus,
.head-address:active {
    text-decoration: none;
    outline: none
}

.mcq-tbl {
    border: none;
}

.mcq-tbl>tbody>tr>td {
    vertical-align: middle;
    border-top: none;
    padding: 3px 8px;
}

.delete-span {
    display: block;
    margin: 0 auto;
    text-align: center;

}

.remove-btn {

    margin: 0 auto;
}

.active-inactive-btn {
    width: 56px;
    box-shadow: none !important;
}

/*----------------------------Abhishek-----------------------------*/

.div-bordered {
    border: 1px solid #ddd;
    transition: height .25s;
    border-radius: 3px;
}

.div-bordered .table-bordered {
    border: none;
    margin-bottom: 0;
    transition: height .25s;
}

.blu-table>tbody>tr>th {
    background: #30a5ff;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.table-yel-light-bg {
    background: #f3f8ff;
}

.heading-bl {
    background: #f3f8ff;
    border: 1px solid #30a5ff;
    padding: 10px;
}

.yel-table>tbody>tr>th {
    background: #ffb53e;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.heading-yel {
    background: #fffaf1;
    border: 1px solid #ffb53e;
    padding: 10px;
}

.rd-table>tbody>tr>th {
    background: #ff5c71;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400 !important
}

.table-rd-light-bg {
    background: #fff7f8;
}

.heading-rd {
    background: #fff7f8;
    border: 1px solid #ff5c71;
    padding: 10px;
}


.img-upload-div .form-group {
    margin-bottom: 0;
}

.add-fields-td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.create-question-tbl {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.question-checkbox {
    display: inline-block !important;

    margin-top: 0px;
    margin-bottom: 0;

}

.question-checkbox:first-child {
    margin-right: 30px;
}

.question-checkbox-outer {
    display: none;
}

.existing-tr,
.new-tr {
    display: none;
}

.weightage-box {
    height: 25px !important;
    text-align: right;
    font-size: 13px;
    width: 40px;
    margin: 0 auto;
    padding: 3px 5px;
}

.btn-xs {
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.5;
    box-shadow: none !important;
}

caption {
    padding-top: 0px;
    padding-bottom: 5px;
    color: #0385e8;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.login-big-img {
    width: 220px;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;

}

.left-padding {
    padding-left: 0px !important;
}

.login-heading {
    margin: 0px 0px 10px;
    padding: 0px 13px 5px;
    color: #0071BD;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;

}

.login-btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 2px 10px 4px;
    text-shadow: 1px 1px #5d5d5d;
}

.example-dropdown+.btn-group {
    display: block;
}

.example-dropdown+.btn-group .btn {
    width: 100%;
    box-shadow: none;
    text-align: left;
    height: 34px;
}

.example-dropdown+.btn-group .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #ffffff;
    border-color: #ccc;
}

.example-dropdown+.btn-group .btn-default:hover {
    background: #fff;
    border-color: #ddd;
}

.example-dropdown+.btn-group .btn-default:focus,
.example-dropdown+.btn-group .open>.dropdown-toggle.btn-default {
    border-color: #66afe9;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.multiselect .caret {
    float: right;
    margin-top: 8px;
}

.heading-filter {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 10px;
    margin: 5px 0 0px;
    color: #222;
    font-size: 15px;
    border: 1px solid #12a4b4;
    border-top-right-radius: 3px;
    border-left: 5px solid #12a4b4;
    background: #fff;
    text-transform: uppercase;
}

.yellow-border {
    border-color: #f3a932;
}

.blue-border {
    border-color: #30a5ff;
}

.red-border {
    border-color: #ff5c71;
}

.bold-font-red {
    font-weight: 600 !important;
    color: #ff5c71;
}

.table-red-light-bg {
    background: #fff7f8;
}

.blue-table-border {
    border: 1px solid #72c2ff;
}

.yellow-table-border {
    border: 1px solid #ffc76d;
}

.green-table-border {

    border: 1px solid #1ed6c3;
}

.red-table-border {
    border: 1px solid #ffa4b0;
}

span.multiselect-selected-text {
    width: 120px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.login-panel .panel-body {
    padding: 20px 25px 25px;
}

.page-header .btn {}

.div-bordered .table {
    margin-bottom: 0 !important;
}

.filter-input {
    height: 25px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.entity-heading {
    padding-top: 0px;
    padding-bottom: 5px;
    color: #0385e8;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
}

.table>tbody>tr>td {
    font-size: 13px !important;
}

.table {
    margin-bottom: 15px;
}

.table-bordered>tbody>tr>td .checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}

.login-panel>form {
    margin: 0;
    margin-top: 25px;
}

.btn_size {
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 11px;
    width: 46px;
    display: block;
    margin: 0 auto;
}

table.dataTable thead .sorting_asc:after {
    display: none;
}

.blue-table>thead>tr>th {
    border-bottom: none;
}

a.update {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.alert {
    padding: 6px 20px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    display: inline-block;
    border-radius: 3px;
}

.dataTables_paginate {
    text-align: right;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination {
    margin-bottom: 0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
}

.dataTables_info {
    margin-top: 3px;
    font-size: 13px;
}

.dataTable {}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #b1d693 !important;
}

.error {
    color: #ff2429;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 12px !important;
    letter-spacing: .3px;
}

.error_msg_span {
    padding: 11px;
    text-align: center;
    display: block;
    margin-top: 0 !important;

}

.error_msg_span label.error {
    margin-top: 0;
}

.zero-padding {
    padding: 0 !important;

}

.red p {
    color: #ff2429;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 12px !important;
    letter-spacing: .3px;
}

.msg-box {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -3px;
}

.dataTable>thead>tr>th {}

.dataTable>tbody>tr>td {}

#showerrormessage {
    margin-bottom: 6px;
    display: block;
}

.table-bordered>tbody>tr>th {
    font-weight: 600;
    font-size: 13px;
}

.condenced-table>tbody>tr>td {
    padding: 4px 8px;
    font-size: 13px !important;
}

.condenced-table .btn-xs {
    padding: 3px 5px !important;
}

.business-type {
    display: inline-block;
    color: #FFF;
    font-size: 22px;
    padding: 5px 20px;
    font-weight: 600;
    border: 1px solid rgb(255, 255, 255);
    margin-top: 11px;
    border-radius: 4px;

}

.page-header-admin .btn {
    margin-top: -5px;
}

#example>tbody>tr>td {}

.footer-row p {
    margin-bottom: 0px;
}

.dataTable>thead>tr>th:focus {
    outline: none;
}

.login-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.add-fields-td1 {
    padding: 0 !important;
}

.businessunit-tbl {
    width: 500px;
    margin: 0 auto 10px
}

.modal-body .pagination {
    margin-bottom: 0;
}

.back-box {
    background: #tranperent none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    height: 110px;
}

.blue-bg {
    background: #30a5ff;
}

.red-bg {
    background: #ff5c71;
}

.green-bg {
    background: #1ebfae;
}

.yellow-bg {
    background: #ffb53e;
}

.back-box i {
    font-size: 55px;
    line-height: 112px;
    text-shadow: 1px 1px 3px #8a8a8a;
}

.reports-dash-right h3 {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #596e80;
    font-weight: 600;
    letter-spacing: .3px;
    margin-top: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 20px;
}

.dynamic-label {
    display: inline-block;
    width: 150px;
}

.dynamic-textbox {
    display: inline-block;
    width: 200px;
}

.dynamic-textbox .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 9px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.dynamic-textarea {
    display: inline-block;
    width: 400px;
}

.dynamic-outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-manpower {
    background: #E9F5FF none repeat scroll 0 0;
    border: 1px solid #30a5ff;
    padding: 5px;
}

.manpower-table>tbody>tr>th {
    background: #0a51a1 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.note {
    color: #f00;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .3px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.manpower-table>tbody>tr>td {
    font-size: 13px !important;
    padding: 4px;
}

.heading-man {
    background: #30a5ff none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.info {
    color: #0a51a1;
    font-size: 12px;
    font-weight: 600;
}

.job-roles {
    background: #F6FBFF none repeat scroll 0 0;
}

.max-score {
    color: #f00;
    text-align: right;
}

.score {
    color: #14af67;
    text-align: right;
}

.score label,
.max-score label {
    font-size: 14px !important;
}

.manpower-table>tbody>tr>td label {
    font-size: 14px;
    margin-bottom: 0;
}

.manpower-table {
    width: 90%;

}

.big-no label {
    font-size: 14px !important;
}

.question_desc_span {
    display: block;
    text-align: left;
}

.manpower_add {
    display: block;
    margin: 0 auto;
    padding: 3px;
    text-transform: capitalize;
}

.manpower_delete {
    display: block;
    margin: 0 auto;
    padding: 3px;
    text-transform: capitalize;
}

.manpower-bottom-tbl>tbody>tr>td {
    padding: 3px 4px !important;
}

.manpower-bottom-tbl>tbody>tr>th {
    padding: 3px 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
}

.label-span {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #b1d693 !important;
    padding: 3px;
}

.active_error {
    display: none;
    color: #d2364a;
    background-color: #ffdee2;
    border-color: #ffb3bc !important;
    padding: 6px 20px;
    margin-bottom: 0px;
    border: 1px solid;
    border-radius: 3px;

    border-radius: 3px;
}

.active_error label {
    font-weight: 600;
}

.error-inline {
    display: inline-block !important;

}

.active_error label {
    margin-bottom: 0
}

.img-thumb-preview {
    position: relative;
    padding: 0 15px;
    float: left;
    width: 20%;
}

.img-preview-box {
    display: none;
}

.img-preview-box img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ececec;
}

body {
    overflow-x: hidden;
}

input[type="file"] {
    display: block;
    width: 100%;
}

.upload-btn-img {
    display: block;
    padding: 4px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #30a5ff;
    border-color: #187ac5;
    color: #fff;
    text-shadow: 1px 1px 3px #737373;
}

.upload-btn-img:hover,
.upload-btn-img:focus {
    background: #30a5ff;
    border-color: #187ac5;
    color: #fff;
}

.dynamic-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.dynamic-right h3 {
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 0;
    display: block;
    width: 100%
}

.upload-img-btn1 {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}

.dynamic-modal .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 9px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.dynamic-modal .form-control:focus,
.dynamic-textbox .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6);
}

.dynamic-modal {
    display: inline-block;
    width: 200px;
}

.form-bottom-margin {
    margin-bottom: 10px;
}

.img-btn-left {
    width: 84%;
    padding-right: 0px;
    float: left;
}

.img-btn-right {
    width: 16%;
    padding-left: 3px;
    float: left;
}

.img-btn-right .btn {
    height: 27px;
    padding: 5px
}

.img-btn-left .btn {
    margin-top: 0 !important
}

.img-upload-btn-wrap,
.img-btn-left,
.img-btn-right {
    position: relative;
}

.img-upload-btn-wrap {
    padding: 1px;
}

.audit-dashboard-inner-tbl>tbody>tr>td {
    padding: 1px 4px 1px 2px;
    border-top: 0;
    color: #8a8a8a;
    line-height: 18px;
    font-size: 13px !important;
}

.one-thousand-tbl {
    width: 1000px !important;
}

.search-tbl {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 1000px;
    margin: 20px auto 0;
    background: transparent;
}

.search-tbl>tbody>tr>td {
    border-top: 0;
    width: 1000px;
    margin: 0 auto;

}

.table-heading-inner {
    vertical-align: bottom !important;
    padding-left: 0 !important;

}

.table-heading-inner span {
    color: #0385e8;
    text-align: left;
    font-weight: 600;
    font-size: 16px !important;
}

.table-search-right {
    padding-right: 0 !important;
}

.datepicker-label .inline {
    display: inline-block;
    margin-left: 20px;

}

.datepicker-label {
    display: inline-flex;
    vertical-align: middle;
    width: 500px !important;
    line-height: 26px;
}

.inline .input-group .form-control {
    padding: 3px 9px;
    height: 25px;
}

.inline .input-group .input-group-addon {
    padding: 2px 12px;
    font-size: 13px;
}

.reports-tbl {
    width: 1100px;
    margin: 0 auto;
}

.reports-tbl>tbody>tr>th {
    vertical-align: middle;
    font-size: 13px !important;
    font-weight: 400
}

.reports-tbl>tbody>tr>td {
    font-size: 13px !important;
    vertical-align: middle;
}

.radio-inline select {
    padding: 1px 9px 2px !important;
    height: 25px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.radio-inline select:focus {
    border-color: #66afe9;
    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, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select[multiple],
select[size] {
    font-size: 13px;
}

.example-dropdown {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 13px;
    height: 25px;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 3px
}

.example-dropdown:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.example-dropdown::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.example-dropdown:-ms-input-placeholder {
    color: #999;
}

.example-dropdown::-webkit-input-placeholder {
    color: #999;
}

.example-dropdown::-ms-expand {
    background-color: transparent;
    border: 0;
}

.collapse {
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.red-text {
    color: #ff5c71 !important
}

.bold-font {
    font-weight: 600 !important;
}

.loding-img-div {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.83);
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.loding-img-div img {
    vertical-align: middle;
    height: 48px;
    width: 48px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3px;
}

.alert-success {
    text-align: center;
    font-weight: 600;
    letter-spacing: .3px;
}

.report-green-bg {
    background: green;
    text-align: right;
    color: #fff;
}

.report-red-bg {
    background: red;
    text-align: right;
    color: #fff;
}

.heading-manpower table>tbody>tr>td {
    font-size: 13px;
}

.error-icon {
    margin-right: 15px;
}

.error-model {
    padding: 8px;
    font-size: 15px;
}

.btn-sm {
    padding: 4px 6px;
    line-height: 1.3;
    border: none;
    border-radius: 5px;
    box-shadow: none !important;
}

.error_msg_span {
    padding: 0;
    text-align: left;
}

.verified-box {
    display: inline-block;
    margin-right: -5px;
    font-size: 13px;
    padding: 10px 25px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 0px;
    color: #675b09;
    font-weight: 600;
    background: rgb(255, 245, 177);
    float: right;
}

.verified-checkbox {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 10px 36px 10px;
    background: rgb(255, 245, 177);
    float: right;
    color: #675b09;
    max-height: 40px;
}

.verified-checkbox .radio-inline {
    margin-top: -3px;
}

.socre-category-select {
    width: 130px;
    margin: 0 auto;
}

.text-span {
    width: 52%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.table-span {
    width: 45%;
    margin-top: 4px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 5px 5px !important;
}

.panel-group {
    margin-bottom: 10px;
}

.input-group-addon {
    padding: 4px 10px;
}

textarea {
    resize: vertical;
}

.rating-div {
    display: inline-block;
}

#example>tbody>tr>td>label {
    font-weight: normal;
}

#question_delete_table tbody>tr>th {
    text-align: center;
    padding: 3px 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.add-fields-td1 .table {
    margin-top: 8px;
    margin-bottom: 8px;
}

.text-area-span {
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    height: 74px;
    padding: 3px 9px;
    overflow-y: auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.loding-div {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 999999;
    display: none;
}

.loding-div div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#myProgress {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.score .green-text,
.score .red-text,
.score .blue-text {
    float: right;

    margin-left: 8px;
    letter-spacing: .1px;
}

.img-preview-box1 {
    position: relative;
    padding: 0 15px;
    float: left;
    width: 10%;
}

.img-preview-box1 img {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ececec;
}

.remarks-box {
    font-size: 13px;
}

.supervisor-box {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.supervisor-heading {
    margin: 0;
    font-size: 16px;
    margin-bottom: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.text-span1 {
    width: 40%;
    white-space: normal;
    line-height: 18px;
    overflow: visible;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 9px;
}

.table-span1 {
    width: 57%;
    margin-top: 4px;
}

.table-span1 .table {
    width: 740px !important;
}

.supervisor-topic {

    height: 63px !important;
}

.new-red {
    background: #d03246
}

.new-yellow {
    background: #d69226
}

.new-green {
    background: #0b8c7e
}

.new-blue {
    background: #2083d0
}

.supervisor-score-box {
    width: 100px;
}

.review-icon {
    color: #ff5c71;
    font-size: 16px !important;
    cursor: pointer;
}

.back-box1 {
    background: tranperent none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    height: 167px;
}

.back-box1 i {
    line-height: 168px;
}

.inline-calender {
    display: inline-flex;
}

.project-tab {
    padding-top: 8px;
    position: fixed;
    width: 100%;
    background: #f1f4f7;
    z-index: 888;
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 7px;
    box-shadow: 0 0 4px 2px #a7a7a7;
    -webkit-box-shadow: 0 0 4px 2px #a7a7a7;
    -moz-box-shadow: 0 0 4px 2px #a7a7a7;
}

.project-tab-content {
    padding-top: 51px;
}

.nav-tabs>li>a {
    border: 1px solid #abbfd4;
}

#appending>tbody>tr>td p {
    margin-bottom: 0;
}

.history-table {
    margin: 10px 0;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    background: #efefef;
    margin-bottom: 10px !important;
}

.history-table>thead>tr>th {
    padding: 3px 8px !important;
    border: 1px solid #ccc !important;
    font-size: 13px;
}

.history-table>tbody>tr>td {
    padding: 3px 8px !important;
    border: 1px solid #ccc !important;
    font-size: 13px;
}

.history-table>tbody>tr>td p {
    margin-bottom: 0;
}

.no-records {
    text-align: center;
    color: red;
    font-weight: 700;
    padding-top: 3px;
}

.history-button {
    margin-top: 6px;
    font-size: 14px;
    padding: 4px 10px;
}

.landline-no-div input {
    display: inline-block;
}

.std-code {
    width: 31%;
}

.landline-no {
    width: 62%;
}

.mandatory {
    color: red;
    font-size: 7px !important;
    position: absolute;
    padding-top: 5px;
}

.header-color {
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
    background-color: #46a3d2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-confirm {
    max-width: 430px;
    top: 32%;
}

.modal-style {
    max-width: 365px;
    top: 32%;
}

.ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.64);
    z-index: 9999;
    display: table;
}

.middle {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.modal-header-success {
    padding: 17px 20px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 5px;
}

.modal-header-success h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}

.modal-header-success .close {
    margin-top: -8px !important;
    font-size: 28px;
    margin-bottom: 3px;
}

.modal-body p {
    margin-bottom: 0;
}

.dealer-profile-table {
    border: 0;
}

.dealer-profile-table>tbody>tr>td {
    border: 0;

    padding: 3px 8px 3px !important;
}

.name-of-directores {
    border: 0;
}

.name-of-directores>tbody>tr>td {
    border: 0;
    padding: 2px 0 !important;
    vertical-align: top !important;
}

.deletebutton {
    margin-right: 18px;

}

.std-code-add-dealer {
    width: 28%;
    margin-right: 2%;
}

.landline-no-add-dealer {
    width: 70%;
}

.activity-slide {
    height: 62px !important;
}

.send-otp {
    padding: 1px 8px !important;
    font-size: 12px !important;
}

.dashboard-step {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: 8px;
}

.dashboard-number {
    margin: 0;
    font-size: 40px;
}

.process-dashboard .back-box {
    height: 95px;
}

.process-dashboard .dashboard-box-inner-right {
    padding: 0 5px 0 5px;
}

.process-dashboard .audit-dashboard-inner-tbl {
    margin-top: 5px;
}

.process-forms form:first-child {
    margin-bottom: 0;
}

.help-icon-btn {
    float: right;
    position: absolute;
    right: 25px;
    margin-top: 3px;
}

.help-icon-btn a {
    display: block;
    font-size: 22px;
}

.div-bordered .form-control,
.div-bordered input[type="file"],
.div-bordered textarea {
    margin-bottom: 4px;
    max-width: 440px;
}

.div-bordered input[type="file"] {
    display: inline-block;
    width: auto;
}

.activity-name-td {
    padding-right: 26px !important;
    font-weight: 600;
}

.vtop {
    vertical-align: top !important;
}

.cke_chrome {

    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.save-btn {
    margin-bottom: 5px;
}

.div-bordered .table p {
    margin-bottom: 0;
}

#accordion .panel .table-bordered label {
    margin: 0;
}

.nod-table {
    border: 1px solid #ccc !important;

}

.success-alert {
    background: #1bff0026;
    color: #02580d;
}

.success-alert,
.error-alert {
    display: block;
    padding: 5px 10px;
    font-size: 1.3rem;
    border-left: 2px solid;
    box-shadow: 2px 2px 5px -2px;
    border-radius: .25rem;
}

.error-alert {
    color: #940000;
    background: #ff000026;
}

.flash-alert {
    display: none !important;
    display: block;
    position: absolute;
    min-width: 20%;
    transform: translate(calc(100% + 1em), 6px);
}

.panel {
    border-radius: .25rem;
    box-shadow: 0px 2px 4px -2px rgb(177, 177, 177);
}

.btn-completion-tracker {
    margin-left: 3px;
    margin-top: -3px;
    margin-top: -3px;
    background: #2262aa !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-shadow: -1px 0px 2px #27714e !important;
}

.btn-completion-tracker:hover,
.btn-completion-tracker:focus {
    color: #fff;
}

.custom-table {
    text-align: center;
    border: 1px solid #020202;
    width: 100%;
}

.search_div.form-inline span {
    margin-right: 10px;
    color: #555;
}

.search_div.form-inline input[type="radio"] {
    margin-right: 2px;
}

.search_div.form-inline label {
    margin: 0;
    line-height: 1.5;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.mh-90 {
    height: 90vh;
}

.d-flex.width_86 {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1rem 0rem 1rem;
    margin: auto !important;
    width: 80% !important;
}

.item .d-flex.width_86 .d-flex,
.item .d-flex.width_86 .flex-right {
    flex-wrap: wrap;
}

.item .d-flex.width_86 .d-flex label,
.item .d-flex.width_86 .flex-right label {
    line-height: 1.2;
    font-size: 13px;
    letter-spacing: .2px;
    width: auto;
}

.item .d-flex.width_86 .d-flex label:first-child,
.item .d-flex.width_86 .flex-right label:first-child {
    padding-right: 2px;
}

.item .d-flex.width_86 .d-flex label:last-child,
.item .d-flex.width_86 .flex-right label:last-child {
    padding-left: 2px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .d-flex.width_86 {
        width: 100% !important;
    }

    .navbar-top-links li a {
        padding: 4px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 6px 4px !important;
    }

    .navbar-top-links li a i {
        margin-left: 6px;
        margin-right: 6px;
        line-height: inherit;
        width: 20px;
        text-align: center;
    }

    .navbar-toggle {
        border: none !important;
    }

    .search_div.form-inline input[type="radio"] {
        margin-top: 0;
    }

    #menus li {
        display: block;
        width: 100%;
    }

    #menus .dropdown-menu {
        border: none;
    }

    #menus {
        display: none;
        margin-bottom: 8px;
        margin-top: 8px;
        border-top: 1px solid #ffffff3b;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ededed;
    }

    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: var(--brandColor);
    }

    .card .card-title {
        background: #f6f7f9;
        padding: 8px;
        flex-wrap: wrap;
    }

    .search_div.form-inline {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        padding: 8px 0 0;
    }

    .search_div.form-inline .form-control {
        max-width: 160px;
        font-size: 13px;
    }

    .search_div.form-inline .btn {
        padding: 2px 6px;
        margin: 0 3px;
        text-shadow: 0 0 black;
        line-height: 1.6;
        border-radius: 3px;
        font-weight: 600;
    }

    .table-responsive-mobile-wrap,
    .table-responsive-mobile-wrap td,
    .table-responsive-mobile-wrap th {
        border: none !important;
        display: block;
        margin: auto;
    }

    .table-responsive-mobile-wrap tr,
    .table-responsive-mobile-wrap tbody {
        width: 100% !important;
        display: inline-table;
    }

    .table-responsive-mobile-wrap td,
    .table-responsive-mobile-wrap th {
        display: inline-block;
        width: 49.9%;
    }

    .first-child-100 td:first-child {
        width: 100%;
        border-bottom: 1px solid #c3baba !important;
        border-top: none !important;
    }

    .first-child-100 td:first-child strong {
        font-weight: 600;
    }

    .table-responsive table td {
        white-space: nowrap;
        border: 1px solid #5d5d5d;
    }

    .responsive-nav-tab {
        display: block;
        padding: 0;
        width: 100%;
    }

    /* .responsive-nav-tab::-webkit-scrollbar {
        display: none;
    } */

    .responsive-nav-tab li {
        display: block;
        width: 100%;

    }

    .responsive-nav-tab li a {
        font-size: 13px;
        border-radius: 5px;
        padding: 6px;
        width: 100%;
        margin: 4px;
        display: block;
        text-align: center;
    }

    section {
        padding: 0 !important;
    }

    #gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .portfolio-content {
        width: 48% !important;
        height: auto !important;
        display: flex;
        align-items: center;
        flex-direction: column !important;
        margin: 1% !important;
    }

    .wrap-label {
        white-space: break-spaces;
        text-align: left !important;
        display: flex;
        width: 20rem;
    }

    .panel-body {
        padding: 0px;
    }

    .border-grey {
        border: 1px solid #ddd;
    }

    .iframe-height {
        height: 55vh;
    }

    .search-btn-align {
        margin-top: 2%;
        margin-left: 44%;
    }

    .reset-btn-align {
        margin-top: 2%;
    }

    .list-header-search{
        flex-wrap: wrap;
    }

    .search-key{
        max-width: 17%;
        margin-top: 1rem;
    }
    .search-value{
        max-width: 29% !important;
        margin-top: 1rem;
    }
    .custom-radio-input{
        margin: 0 !important;
        width: 19% !important;
    }

    .custom-radio-label{
        width: 80% !important;
    }

}

.ButtonState {
    visibility: hidden;
    opacity: 0;
    display: none;
}

/* .Button{
    border-radius: 0.25rem;
    padding:3px; 
    margin:4px; 
    background:#ccc; 
    border:1px solid #333; 
    cursor:pointer;
} */
.ButtonState:checked+.btn {
    color: white;
    background: #0a51a1e6;
}

@media only screen and (max-width: 800px) {

    table.bajaj-table-veiw,
    .bajaj-table-veiw thead,
    .bajaj-table-veiw tbody,
    .bajaj-table-veiw th,
    .bajaj-table-veiw td,
    .bajaj-table-veiw tr {
        display: block;
    }

    .bajaj-table-veiw thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .bajaj-table-veiw tr {
        border: 1px solid #ccc;
    }

    .bajaj-table-veiw td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 55% !important;
        white-space: normal !important;
        /* text-align: left; */

    }

    .bajaj-table-veiw td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
    }

    .bajaj-table-veiw td:before {
        content: attr(data-title);
    }
}

/* @Saurabh Deshmukh 02/12/2023 Changes */
body {
    padding: 0 !important;
}

.documents .modal-body {
    padding: 1rem;
}

.documents h3 {
    font-size: 2.1rem;
    letter-spacing: 0 !important;
    margin-top: 4px;
    padding-bottom: 1.4rem;
    color: #505050;
    text-decoration: none !important;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem;
}

.documents iframe,
.documents img {
    width: 100%;
    min-height: 70vh;
    border: none;
    max-width: 100%;
    max-height: 70vh;
    overflow: hidden;
}

.documents .modal-dialog {
    width: 80% !important;
    margin: 2% auto 0 !important;
}

.documents label {
    font-size: 13px !important;
    margin-left: 6px;
    margin-right: 2px !important;
    line-height: 1.7 !important;
    padding: 0 !important;
}

.documents .footer-view {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 8px 0 0;
    border-top: 1px solid #d9d9d9;
    margin-top: 8px;
    flex-wrap: wrap;
}


/* @Saurabh Deshmukh 04/01/2023 Changes */
.box-panel {
    margin-top: 0 !important;
}

/* @Saurabh Deshmukh 06/01/2023 Changes */
.mw-50 {
    min-width: 75px;
}