/* Tables */
body {
    color: #000;
    direction: ltr;
    font-size: 16px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px !important;
    background: #E4E6F2 !important;
    font-family: "Jost", sans-serif !important;
}

table.short {
    margin: 20px 20px 0px;
    width: 480px;
}
.h-9 {
    height: 100px;
}
label label {
    width: auto !important;
}

    body table.table thead td, body table.table thead th {
        background: none !important;
        color: #000 !important;
        font-weight: bold !important;
        border: none !important;
    }
label.label {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
    padding: 0;
    line-height: normal;
}



table td.break {
    word-break: break-word;
}

table td.pre {
    white-space: pre-line;
}

.page-title-bar .page-title {
    color: #1c1e3a;
    font-size: 30px;
}
.verificationDetail-design .row.d-flex.mb-4 {
    margin-bottom: 2rem !important;
}
li.active > a {
    color: #b631e6;
}
li.active .nav-icon {
    background-color: #b631e6 !important;
}
.section {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0 0;
}
.head_title {
    padding: 0 0 5px;
    border-bottom: 1px solid #33009a;
    font-size: 1.3rem;
    color: #33009a;
}
.verificationDetail-design .section {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
}
/* dashboard-start */
h4.small-titel {
    font-size: 20px;
}

.tabel-design-change table.table.table-striped.table-bordered.dataTable {
    font-size: 12px !important;
    font-weight: 300 !important;
    border-radius: 7px;
    text-align: center;
}

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tr th {
        font-weight: normal !important;
        background: #1c1e3a;
        padding: 10px;
        color: #fff;
    }

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tr td:first-child {
        font-weight: normal !important;
        background: #51ad5e;
        padding: 10px;
        color: #fff;
    }

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tbody tr:nth-of-type(odd) {
        background-color: #f2f9f9 !important;
    }

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tr td {
        border-left: solid 1px #51ad5e !important;
    }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #b631e6 !important;
    border-color: #b631e6 !important;
}

.top-header-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 7px 0 24px;
    padding: 0;
    background: #33009a;
    border-radius: 100px;
    font-size: 20px !important;
    text-align: center;
    line-height: 50px !important;
    color: #fff;
}

span.notification-text {
    float: left;
    margin: 12px 0 0 0;
}

.dashboard-content .card {
    padding: 20px;
    margin-bottom: 30px;
}

.appointment-count.count-loading {
    background-image: -webkit-repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e5e5e5 10px, #e5e5e5 20px);
    background-image: -moz-repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e5e5e5 10px, #e5e5e5 20px);
    background-image: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e5e5e5 10px, #e5e5e5 20px);
    background-size: 57px 50px;
    -webkit-animation: 'count-loading' 0.75s linear infinite;
    animation: 'count-loading' 0.75s linear infinite;
}

.appointment-count {
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
/* Tables */


table.short {
    margin: 20px 20px 0px;
    width: 480px;
}

body {
    background: #E4E6F2 !important;
    color: #33009A;
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #e9e9e9 !important;
}

    body table.table thead td, body table.table thead th {
        background: none !important;
        color: #000 !important;
        font-weight: bold !important;
        border: none !important;
    }

.nav-tabs .nav-link:hover {
    background-color: #b631e6;
}

.nav-tabs .nav-link {
    border: none !important;
    border-radius: 0px !important;
    background: #33009a;
    margin: 0 2px;
    color: #fff;
    border-radius: 12px !important;
}

table td a:hover {
    color: #b631e6;
}

table td.break {
    word-break: break-word;
}

table td.pre {
    white-space: pre-line;
}

.page-title-bar .page-title {
    color: #1c1e3a;
    font-size: 30px;
}


/* dashboard-start */
h4.small-titel {
    font-size: 20px;
}

.tabel-design-change table.table.table-striped.table-bordered.dataTable {
    font-size: 12px !important;
    font-weight: 300 !important;
    border-radius: 7px;
    text-align: center;
}

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tr th {
        font-weight: normal !important;
        background: #1c1e3a;
        padding: 10px;
        color: #fff;
    }

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tr td:first-child {
        font-weight: normal !important;
        background: #51ad5e;
        padding: 10px;
        color: #fff;
    }

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tbody tr:nth-of-type(odd) {
        background-color: #f2f9f9 !important;
    }

    .tabel-design-change table.table.table-striped.table-bordered.dataTable tr td {
        border-left: solid 1px #51ad5e !important;
    }

.top-header-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 7px 0 24px;
    padding: 0;
    background: #33009a;
    border-radius: 100px;
    font-size: 20px !important;
    text-align: center;
    line-height: 50px !important;
    color: #fff;
}

span.notification-text {
    float: left;
    margin: 12px 0 0 0;
}

.dashboard-content .card {
    padding: 20px;
    margin-bottom: 30px;
}

.appointment-count.count-loading {
    background-image: -webkit-repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e5e5e5 10px, #e5e5e5 20px);
    background-image: -moz-repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e5e5e5 10px, #e5e5e5 20px);
    background-image: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e5e5e5 10px, #e5e5e5 20px);
    background-size: 57px 50px;
    -webkit-animation: 'count-loading' 0.75s linear infinite;
    animation: 'count-loading' 0.75s linear infinite;
}

.appointment-count {
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.appointment-count-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 8px -3px 0;
}

h4.small-titel {
    font-size: 20px;
    color: #040404;
}

.main-titel {
    color: #040404;
    font-size: 22px;
    padding: 20px 0;
}

.block {
    border: 1px solid red;
    text-align: center;
    vertical-align: middle;
}

.circle {
    background: transparent;
    border-radius: 165px;
    color: #51ad5e;
    height: 150px;
    font-weight: normal;
    width: 150px;
    display: table;
    border: 10px #dddddd solid;
    margin: 20px auto;
    font-size: 40px;
}

    .circle p {
        vertical-align: middle;
        display: table-cell;
    }

.dashboard-content h5 {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ccc;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 0 0;
    padding: 0;
}
/* dashboard end */



/* left menu start*/

/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active .sidebar-submenu {
    height: 0;
    transition: height 350ms ease-in-out;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active .sidebar-submenu {
    display: block !important;
    height: auto;
}*/
/* left menu end*/
nav.navbar.navbar-expand-lg.fixme-01.bg-white {
    display: block !important;
    float: left;
    width: 100%;
}

navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* SupplierPortalDashboard start */

table.text-left.supplier-portal-dashboard-table tr td {
    text-align: left !important;
    font-size: 14px;
    padding: 2px 0;
    border: none !important;
    width: 50%;
    vertical-align: top;
}

body.Light-Color {
    background: #E4E6F2 !important;
    color: #33009A;
}

table.text-left.supplier-portal-dashboard-table tr {
    background: none !important;
    border: none !important;
}

table.text-left.supplier-portal-dashboard-table {
    background: #fff !important;
    width: 100%;
    float: left
}


.modal-dialog-full-width {
    width: 95% !important;
    height: 100% !important;
    margin: 0px auto !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

button.supplier-portal-dashboard-btn {
    background: no-repeat;
    border: none;
    border-bottom: 3px #51ad5e solid !important;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px !important;
    padding: 4px 0 !important;
}

    button.supplier-portal-dashboard-btn:focus {
        outline: none !important;
    }

.dashboard-content h3 {
    font-size: 22px;
}


.supplier-portal-dashboard-modal .card {
    margin: 0 0 15px 0 !IMPORTANT;
    padding: 30px !important;
    float: left;
}

.supplier-portal-dashboard-modal h4.small-titel {
    font-size: 16px;
    color: #51ad5e;
}

.supplier-portal-dashboard-modal table.table-striped tr td:first-child {
    width: 40%
}

.supplier-portal-dashboard-modal table.table-striped tr td {
    font-size: 14px;
    padding: 5px;
    vertical-align: top;
}

.supplier-portal-dashboard-modal .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa !important;
}

.modal-body.supplier-portal-dashboard-modal {
    height: 80vh;
    overflow: auto;
    background-color: #f9f9f9;
}

/* SupplierPortalDashboard end */




/* capacity start */

main.page-content {
    min-height: 80%;
}

.dropdown-tabel {
    padding: 10px !important;
    width: 100%;
}

    .dropdown-tabel table.table.table-striped.table-bordered td {
        font-size: 14px;
        padding: 8px;
        text-align: center;
    }

    .dropdown-tabel table.table.table-striped.table-bordered {
        margin-bottom: 0px !important
    }


.set-capacity-menu li {
    width: 14.28%;
    text-align: center;
    border: 1px #ddd solid;
}


    .set-capacity-menu li span {
        width: 100%;
        float: left;
        text-align: center;
        background: #1c1e3a;
        color: #fff;
        padding: 10px 0;
    }

    .set-capacity-menu li a {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: 100px;
        border: 3px #f9f9f9 solid !important;
        font-size: 40px;
        line-height: 80px;
        font-weight: normal;
        color: #ccc;
    }

        .set-capacity-menu li a:hover {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
            height: 100px;
            border: 3px #f9f9f9 solid !important;
            color: #ccc;
        }

        .set-capacity-menu li a.nav-link.active {
            border: 3px #52546d solid !important;
            border-radius: 0px !important;
        }

.set-capacity-tabel tr th {
    background: #1c1e3a;
    color: #fff;
    text-align: center;
    background-color: #1c1e3a;
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
}

.set-capacity-tabel tr td {
    margin: 0PX !important;
    padding: 0px !important;
}

input.set-capacity-tabel-input {
    width: 100%;
    float: left;
    height: 60px;
    font-size: 30px;
    text-align: center;
    color: #0c0c0c;
    border: none !important;
}

    input.set-capacity-tabel-input:focus {
        outline: 3px #1c1e3a solid !important
    }



table.common-datatable {
    font-size: 14px;
    background: #fff;
}

    table.common-datatable td {
        padding: 8px;
        vertical-align: middle;
    }

    table.common-datatable th {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        background: #1c1e3a;
        padding: 8px;
    }


    table.common-datatable.table-striped tbody tr:nth-of-type(odd) {
        background-color: #fafafa;
    }

.status-box-table {
    width: 16px;
    height: 16px;
    float: left;
    margin: 3px 5px 0 0;
}


.effective-text {
    font-size: 16px;
}

tr.border-top {
    border-top: 2px #51ad5e solid !important;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
        border-radius: 100px;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
    }

/* capacity end */
main.page-content {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

/*for Header Title color*/

/*paging link button*/

/*card*/
.card {
    background-color: #f9f9f9;
}



/* quotes answers start */


.quotes-answers-tabel td {
    vertical-align: middle !important;
}

.quotes-answers-input {
    line-height: normal !important;
}



.quotes-answers-tabel .btn-danger:focus, .quotes-answers-tabel .btn-danger.focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.quotes-answers-popup .table-responsive {
    height: 450px;
    overflow-y: scroll;
}

.quotes-answers-popup {
    height: 550px;
}

.none {
    display: none !important;
}

.table-striped.quotes-answers-tabel tbody tr:nth-of-type(odd) {
    background: #fafafa !important;
}

.quotes-answers-tabel {
    font-size: 13px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 44px;
}

select.form-control {
    display: block;
}

body .form-control {
    background: #fff;
    border-radius: 10px !important;
    width: 100%;
    padding: 11px 15px !important;
    height: auto !important;
    border: none;
    font-size: 16px;
    letter-spacing: normal !important;
    color: #33009A;
    border: 1px #e4e6f2 solid;
    box-shadow: none;
    line-height: normal !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 500;
}

.select-options {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    border: 1px #e4e6f2 solid;
}

    .select-options li {
        color: #3b0a9e;
        margin: 0;
        padding: 12px 0;
        /* text-indent: 15px; */
        /* border-top: 1px solid #AED581; */
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        padding-left: 15px;
    }

/*.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #9e9e9e;
    padding: 10px 12px !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: auto !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #272020 !important;
}
*/
select#select-box {
    margin-bottom: -30px;
}

label.label {
    padding: 0 !important;
    line-height: 1 !important;
    text-align: left !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: .25em !important;
    float: left !important;
    width: 100% !important;
    letter-spacing: 0;
    margin: 0 0 6px 0;
}

button.close.float-right.text-white {
    margin: 6px 8px 0 0 !important;
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #33009a !important;
    border-radius: 100px;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #b631e6 !important;
    color: #fff !important;
    border-radius: 100px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.table-bordered {
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-hover tbody tr.odd:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.none {
    display: none;
}

tbody {
    background: #fff;
}

ul.pagination a.page-link {
    color: #060606;
}

.table.capacity-breakdown-table th {
    font-size: 14px !important;
    text-align: center;
}

.table.capacity-breakdown-table td {
    font-size: 14px !important;
    text-align: center;
}

    .table.capacity-breakdown-table td:first-child {
        font-size: 18px !important;
        text-align: center;
    }


.table.capacity-breakdown-table tfoot {
    border-top: 2px #51ad5e solid;
}


.fa-4 {
    font-size: 25px;
    margin: 0 9px -13px 0;
    float: LEFT;
}


.alert.alert-secondary:hover {
    color: #38B44A;
}


/* quotes answers end */
#spinner {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.white-bg.p-5 {
    width: 300px;
    margin: 0px auto;
    background: #fff;
    margin-top: 12%;
    border-radius: 15px;
}

#spinnerDiv {
    position: absolute;
    left: 40%;
    padding: 50px;
}


/* Journey Dashboard start */

h3.inner-titel {
    font-size: 1.4rem;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.design_frame {
    color: #141414;
}

.design_frame {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 15px 0 0;
    background: #fff;
    border-radius: 10px;
    /* overflow: hidden; */
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.chart-titel {
    font-size: 1.2em;
    color: #51ad5e;
}

table.table.chart-table th {
    width: 25%;
    background: none;
    color: #5b5b5b;
    font-size: 16px;
    text-align: right;
    padding-right: 30px !important;
}

table.table.chart-table td {
    color: #5b5b5b;
    font-size: 16px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


table.table.chart-table tr:nth-of-type(odd) {
    background: none;
}

.dropdown-opne-hover button {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 18px;
    color: #51ad5e;
    line-height: normal;
}

table.table.chart-table {
    overflow: inherit;
}

.dropdown-opne-hover:hover .dropdown-menu {
    display: block;
}

table.table.chart-table td.chart-table-text {
    color: rgb(240,127,127);
    font-size: 32px;
    padding: 0px !important;
    text-align: center;
    line-height: normal;
}

    table.table.chart-table td.chart-table-text span {
        font-size: 16px;
        clear: both;
        float: left;
        width: 100%;
    }

:focus {
    outline: 0px !important;
}
/* Journey Dashboard end */

table.table-calendar tr th {
    padding: 0px;
    white-space: nowrap;
}

table.table-calendar tr {
    min-height: 55px;
    max-height: 55px;
    height: 55px
}

    table.table-calendar tr td {
        padding: 0px;
        position: relative !important;
        white-space: nowrap;
        border-top: solid 1px #6c6c6f !important;
        min-height: 100px;
        text-align: left !important;
    }

    table.table-calendar tr th .sp-name-sub {
        padding: 6px 8px;
        white-space: nowrap;
        /* float: left; */

        min-width: 68px;
        text-align: center;
        display: inline-block;
    }

    table.table-calendar tr td .sp-name-sub {
        padding: 6px 8px;
        white-space: nowrap;
        /* float: left; */
        min-width: 68px;
        text-align: center;
        display: inline-block;
    }

b.date-n {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    width: 50px;
    height: auto;
    font-size: 47px;
    z-index: 1;
    opacity: 0.2;
    font-weight: bold;
    line-height: normal;
}

td.sp-name-bg {
    background: #1c1e3a;
    color: #fff;
}

p.table-calendar-crcal {
    margin: 0px;
    padding: 0px 3px;
    font-size: 13px;
    border: 1px #ddd solid;
    /* width: 30px; */
    height: 30px;
    border-radius: 100px;
    line-height: 27px;
    font-weight: bold;
    margin: 0px auto;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
}



ul.pagination li.active a {
    background-color: #33009a !important;
    color: #fff !important;
}

.input-group-date {
    background-color: white;
    border-radius: 12px;
}

    .input-group-date span.fa.fa-calendar {
        background: #33009a;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 100px;
        position: absolute;
        right: 6px;
        top: 6px;
        color: #fff;
        font-size: 13px;
    }


    /*ul.pagination li:hover a {
    background: #b631e6 !important;
    color: #fff !important;
}*/

    select #ddlEntries {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}

.dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #fff !important;
}

dataTables_length label .form-control {
    display: inline !important;
    width: auto !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px #33009a solid !important;
}

.dataTables_wrapper .dataTables_length select:focus {
    border: 1px #33009a solid !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff !important;
    outline: none !important;
    padding: 9px 15px !important;
    border-radius: 12px !important;
    border: 1px #ced4da solid !important;
}

.dataTable {
    white-space: nowrap;
}

table.table {
    border-collapse: collapse !important;
}




.dataTables_wrapper .dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
}

.span-icon {
    width: 80px;
    height: 80px;
    float: left;
    background: #33009a;
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

.customer_dashboard a:hover .span-icon {
    background: #b631e6 !important;
}

.customer_dashboard a:hover .span-text h1 {
    color: #b631e6 !important;
}

.customer_dashboard a:hover .span-text h5 {
    color: #b631e6 !important;
}

a.a1 {
    color: #33009a !important;
}

span.border-dark {
    width: 100%;
    /* float: left; */
    border-top: solid 1px #ddd !important;
    display: block;
}

.span-text h1 {
    margin: 0px;
    padding: 0px;
    line-height: 2rem;
    font-size: 2rem;
}

span-text h5 {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 1rem;
    line-height: 1rem;
}

.span-text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: right;
    margin-top: 12px;
    color: #33009a;
}

.customer_dashboard {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

span.sp-name-sub-01 {
    width: 100%;
    height: 30px;
    line-height: 27px;
}


table.table-calendar thead tr {
    min-height: inherit;
    max-height: inherit;
    height: auto;
}


/*login*/

.container-login {
    float: none;
    width: 360px;
    margin: 0px auto;
    background: no-repeat;
}

body.login-enstaller {
    background: #f7f7f7 !important;
}

.login-logo {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

h4.welcome-login {
    margin: auto;
    line-height: 25px;
    width: 100%;
    padding: 60px 0 50px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #666;
    text-align: center;
    float: left;
}

.login_input-row input {
    float: left;
    width: 100%;
    margin: 0px 0;
    border: none;
    border-bottom: none;
    font-size: 14px;
    height: 50px;
    background: #e3e0e0;
    font-family: "Open Sans", Tahoma !important;
    border-radius: 10px;
    color: #000;
    text-align: left !important;
    padding: 0 0 0 60px !important;
}



body.login-enstaller input:-webkit-autofill,
body.login-enstaller input:-webkit-autofill:hover,
body.login-enstaller input:-webkit-autofill:focus {
    border: none !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.login_input-row.login_input-row {
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin: 10px 0 10px 0;
    padding: 0px;
    position: relative;
}

    .login_input-row.login_input-row i.fa {
        position: absolute;
        top: 8px;
        left: 8px;
    }

        .login_input-row.login_input-row i.fa img {
            width: 30px;
            margin: 0 0 0 7px;
        }


body.login-enstaller .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




.login_input-row.login_input-frist-btn {
    margin-top: 20px;
}

    .login_input-row.login_input-frist-btn button.btn.btn-success.btn-block.btn-lg {
        margin-top: 15px;
        padding: 12px 0;
        color: #fff;
        font-size: 20px;
        border-radius: 100px;
        margin-bottom: 20px;
        background: #1c1e3a !important;
        border: NONE !IMPORTANT;
    }


body {
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #e9e9e9 !important;
}

    

        body.enstaller-new .fixme {
            background: #fff;
            width: 100%;
            background: #fff;
            margin-bottom: 30px;
            padding: 20px;
            padding-bottom: 10px;
            padding-top: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 99;
        }


      


main.page-content > .container-fluid > .row.mt-3 {
    margin-top: 0px !important;
}



body.enstaller-new .enstaller-appointment-header-buttons {
    width: 100%;
    max-width: 100%;
}


body.enstaller-new .enstaller-appointment table {
    width: 100%;
    max-width: 100%;
}

body.enstaller-new .enstaller-appointment-header-buttons button {
    position: absolute;
    padding-right: 7px;
    padding-left: 7px;
    border: 1px solid #1c1e3a !important;
    background-color: #1c1e3a !important;
    border-radius: 5px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
}


    body.enstaller-new .enstaller-appointment-header-buttons button:hover {
        color: #FFF !important;
        background: #1c1e3a !important;
        border: #1c1e3a 1px solid !important;
    }


.dropdown table tr td {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
}

.dropdown table tr {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
}


.dropdown table {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
}


body.enstaller-new .dropdown .table-bordered th, body.enstaller-new .dropdown .table-bordered td {
    border: none !important;
}

label {
    font-size: 14px !important;
}

.row.mt-3.staticBorder .card-body {
    border: 1px #ddd solid;
}

    .row.mt-3.staticBorder .card-body .card-header {
        padding: 0 0 0 11px;
    }






body.enstall-black .login_input-row.login_input-frist-btn button.btn.btn-success.btn-block.btn-lg {
    background-color: #1c1e3a !important;
    width: 100% !important;
    font-size: 20px !important;
}


body.enstall-black .login_input-row.login_input-row i.fa img {
    filter: grayscale(100%);
}




body .enstall-black {
    padding: 0px !important;
}


    body.enstall-black nav.navbar.navbar-expand-lg.fixme {
        padding-left: 0;
        height: 56px;
        z-index: 1039;
    }

.bg-white {
    background-color: #fff !important;
}

.container-fluid.pt-2 {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

body.enstall-black nav.navbar.navbar-expand-lg.fixme {
    padding: 10px 15px !important;
    height: auto !important;
}


body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
    width: 260px;
    color: rgba(255, 255, 255);
}

.sb-sidenav {
    display: flex;
    flex-direction: column;
    height: 95vh;
    flex-wrap: nowrap;
}

nav#sidebar {
    float: left;
    width: 260px;
    margin: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

a.main-menu {
    color: #141414;
    border-bottom: 1px #cbceda solid;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.dropdown-item.pt-2.pb-2:hover {
    color: white;
}

a .main-menu:hover {
    color: #b631e6;
    text-decoration: none;
}

.gw-submenu a {
    padding: 12px 10px 12px 80px !important;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #b631e6;
}

.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background-color: #b631e6;
    color: #fff;
}

.dropdown-menu.dropdown-menu-right .dropdown-item {
    padding: 10px 15px !important;
}

.sidebar-content {
    overflow: auto;
    border-radius: 10px 10px;
    background: #fff;
}

body.enstall-black .sidebar-wrapper {
    width: 200px;
    margin-right: 10px;
    padding: 0px !important;
}


body.enstall-black .page-wrapper .page-content {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    padding-left: 10px;
}

body.enstall-black .sidebar-menu-01 ul li a {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 8px 0 8px 5px;
    border-bottom: 1px #34365a solid;
}

    body.enstall-black .sidebar-menu-01 ul li a span {
        float: left;
    }








body.enstall-black .main-titel {
    color: #1c1e3a !important;
}


body.enstall-black .tabel-design-change table.table.table-striped.table-bordered.dataTable tr th {
    background: #1c1e3a;
}


body.enstall-black i.menu-icon {
    width: 25px;
    text-align: left;
}

    body.enstall-black i.menu-icon img {
        width: 18px;
    }



body.enstall-black .sidebar-menu-01 ul li {
    margin: 0px !important;
    padding: 0px;
}


body.enstall-black li.sidebar-dropdown ul li a {
    background-color: #2b2d50;
    border-bottom: #1c1e38 1px solid;
}

body.enstall-black .sidebar-menu-01 ul li a:hover {
    background-color: #16172f;
}


body.enstall-black .todayTable tbody tr th {
    background: #1c1e3a !important;
    color: #fff !important;
}



body.enstall-black li.sidebar-dropdown ul li ul li a {
    margin-top: 0px !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0;
    }
}

/*table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 20px !important;
}
*/


body.enstall-black h6.inner-titel {
    color: #1c1e3a;
    border-bottom: 2px #1c1e3a solid;
}




.navbar-nav .dropdown-menu {
    position: absolute;
    width: auto !important;
    left: -20px;
    min-width: auto;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end !important;
}

a.closebtn {
    display: none;
}



@media only screen and (max-width: 1250px) {
    .table_1250 {
        display: block;
        overflow: auto;
    }
}


@media only screen and (max-width: 1099px) {
    body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
        position: absolute;
        left: -280px !important;
        width: auto;
        transition: all 300ms ease;
    }

        body.enstall-black .page-wrapper.toggled .sidebar-wrapper.active {
            left: 0 !important;
            transition: all 300ms ease !important;
            /*width: 100% !important;*/
            z-index: 1;
        }

    body.enstall-black .page-wrapper .page-content {
        width: calc(100% - 20px) !important;
    }

    .navbar-toggler {
        display: block !important;
        margin: 0 10px 0 5px;
        padding: 5px !important;
    }

    #sidebar {
        position: fixed;
        z-index: 99;
    }

    .navbar-toggler i.fa.fa-bars {
        color: #fff !important;
    }

    a.closebtn.close_active {
        font-size: 26px;
        float: right;
        text-align: right;
        text-decoration: none;
        display: block !important;
        position: absolute;
        left: 190px;
        top: 1px;
        z-index: 1000;
        background: #1c1e3a;
        line-height: 30PX;
        color: #ffffff;
        width: 30px;
        height: 30px;
        TEXT-ALIGN: CENTER;
        padding: 0PX !IMPORTANT;
        BORDER-RADIUS: 0 6px 6px 0px;
    }

    body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
        margin-top: 0px !important;
    }
}

@media (max-width: 1023px) {
    a.closebtn.close_active {
        left: 197px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 10px;
        min-width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .set_margin {
        margin: 0 0 10px 0 !important;
    }

    .full_width {
        max-width: 100% !important;
    }

    .full_range {
        width: 100%;
        flex: 100%;
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .label_margin {
        margin-bottom: 10px !important
    }
}

@media only screen and (max-width: 900px) {
    .table_900 {
        display: block;
        overflow: auto;
    }

    .table_850 {
        display: block;
        overflow: auto;
    }
}

@media only screen and (max-width: 812px) {
    .table_812 {
        display: block;
        overflow: auto;
    }

    
}

@media only screen and (max-width: 768px) {
    .page-wrapper .page-content {
        padding: 15px;
    }

    .padd_zero {
        padding: 0;
    }

    .dataTables_length {
        text-align: left !important;
    }

    .dataTables_filter {
        text-align: right !important;
    }

    .dataTables_info {
        text-align: left !important;
    }

    .full_scale {
        max-width: 100% !important;
        flex: 100% !important;
    }

        .full_scale a.btn-success {
            margin-top: 10px;
        }
}

@media only screen and (max-width: 700px) {
    .table_700 {
        display: block;
        overflow: auto;
    }

    .planner_btn {
        width: 100%;
        float: left;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 630px) {
    .table_630 {
        display: block;
        overflow: auto;
    }
}

@media only screen and (max-width: 576px) {
    .h_name {
        display: none;
    }

    .fa-user-circle {
        font-size: 20px;
    }

    .navbar-nav .dropdown-menu {
        left: -80px;
    }

    .schedule_tab {
        padding: 0.25rem;
    }

    .fa.fa-user-circle {
        margin-right: 10px;
    }

    .set_manager li {
        width: auto;
        white-space: nowrap;
    }

    #myTable th {
        white-space: nowrap !important;
    }
}

@media only screen and (max-width: 468px) {
    #btnAddNewContact2 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 425px) {
    .i-margin {
        margin-bottom: 5px !important;
    }

    body.enstall-black .btn.button_425 {
        font-size: 12px !important;
    }

    .page-title-bar .page-title {
        color: #1c1e3a;
        font-size: 22px;
    }

    .table_425 {
        display: block;
        overflow: auto;
    }

    .head_text {
        font-size: 22px;
    }
}

/*.control-label {
    padding-top: 7px
}*/

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
    }

        .progress-indicator > li a {
            color: #bbb;
        }

           /* .progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #6f6f6f;
            }*/

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #1c1e3a;
            border-color: #1c1e3a;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }


    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}

.nav-tabs > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
}

.nav-tabs {
    text-align: center !important;
}



/*.pozitive-payment .card {
    border: 1px #000 solid;
    padding: 10px;
    position: relative !important;
}
*/


/*   .pozitive-payment .card h5 {
        color: #228040;
        border-bottom-color: #228040;
    }*/

.card-img img {
    max-width: 350px;
    max-height: 216px;
}




.floor-price {
    background-color: #8c8c8c;
    color: #8c8c8c;
    width: 100%;
    float: left;
    padding: 2px 0;
    text-align: center;
}

.show1 {
    color: #ffffff !important;
}

.w-100 {
    width: 100%;
}


.card {
    overflow: hidden;
}

/*.text-green {
    color: #228040;
}
*/
.text-green h1 {
    line-height: normal;
    margin: 0px;
    padding: 0px;
}


table.table.table-price th {
    font-size: 11px;
}

.fa-2 {
    font-size: 18px;
}

i.fa.fa-times-circle.fa-2 {
    color: red;
}



h5.tab-pane-boder {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: green;
    margin-top: 0px;
    border-bottom: green 2px solid;
    padding: 5px 5px 5px 5px;
}

.terminal-finance-period-box {
    display: block;
    padding: 10px 10px;
    margin: 0 10px 5px 10px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.mm-b {
    margin-bottom: 30px;
}



.custom-col-md {
    display: inline-block !important;
    float: none !important;
}


.not-accessible {
    opacity: 0.2 !important;
}


.top-info-box {
    border-color: #228040;
    color: #212721;
    border-radius: 5px;
    padding: 5px 7px;
    border: 1px solid #013c5c;
}


.ico {
    background-color: #1c1e3a;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: white;
    margin-right: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}



.main-payment {
    color: #1c1e3a;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

body.cimpaas-black .nav-tabs > li.active a {
    background-color: #fff;
    border-color: #272946;
    color: #272946;
    border-bottom: 1px #fff solid;
}

.tab-pane.fade.active.in {
    opacity: 1
}





.pozitive-payment ul.nav.nav-tabs {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    float: none;
    display: inline-block;
    border: none;
}


.tab-content ul.nav.nav-tabs {
    float: left;
}


.pozitive-payment .tab-content .tab-pane {
    border: none;
    clear: both;
    padding: 10px;
}




.top-info-route ul.progress-indicator.nav.nav-tabs {
    margin-top: 10px !important;
}


.pozitive-payment .progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
    display: flex;
    position: relative;
    top: 1px;
}


    .pozitive-payment .progress-indicator li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
    }


.pozitive-payment .tab-content .tab-pane.border-none {
    border: 0px !important;
    padding: 0px !important;
}





/*.pozitive-payment ul.nav-tabs li a.active {
    border: 1px #1c1e3a solid !important;
    background: #fff !important;
    color: #000 !important;
    margin: 0;
    border-bottom: 1px #fff solid !important;
    float: left;
}
*/
.pozitive-payment ul.nav.nav-tabs {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    float: none;
    display: inline-block;
    border: none;
}

/* .pozitive-payment ul.nav.nav-tabs li {
        float: none !important;
        display: inline-block !important;
        zoom: 1 !important;
        margin: 0;
        padding: 0;
    }
*/
/*.pozitive-payment .tab-content ul.nav.nav-tabs li a {
    background: #1c1e3a;
    padding: 10px 15px;
    display: block;
    color: #fff;
    float: left;
    margin: 0 0 -7px 0 !important;
}*/



.nav-tabs > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
}


.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
}

.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
    }

        .progress-indicator > li a {
            color: #bbb;
        }
            /*.progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #6f6f6f;
            }*/
            .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
                color: #013c5c;
            }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #013c5c;
            border-color: #000000;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }

    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}




.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
    }

        .progress-indicator > li a {
            color: #bbb;
        }

            /*.progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #6f6f6f;
            }*/

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #1c1e3a;
            border-color: #1c1e3a;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }


    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}




.product-item .col-md-4 {
    opacity: 0.2 !important;
}

    .product-item .col-md-4.not-accessible {
        opacity: 1 !important;
    }

i#txtSearchsubmit {
    padding: 10px;
    background: #d5d5d5;
    border-radius: 0px;
    cursor: pointer;
    margin-left: -3px;
}

i#txtSearchRemove {
    padding: 10px;
    background: rgb(213, 213, 213);
    border-radius: 3px;
    cursor: pointer;
    float: right;
    line-height: 18px;
    margin-left: 5px;
}

h4 {
    margin-bottom: 0px
}


#tblService th:first-child, #tblService td:first-child {
    width: 40%;
    text-align: center;
    border-left: none;
}

#tblService th:last-child, #tblService td:last-child {
    width: 40%;
    text-align: center;
    border-left: none;
}

.select2-container {
    width: 100%;
    display: inline !important;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}


    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: Font Awesome\ 5 Free;
        content: "\f00c";
        color: #fff;
        background-color: #1c1e3a;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

::-webkit-scrollbar {
    width: 15px;
    background-color: #33009a;
    border-radius: 0 0 5px 0;
    border-radius: 100px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #b631e6;
    border-radius: 100px !important;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

ul li {
    list-style: none;
}

nav ul {
    padding: 0;
    margin: 0;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
    overflow: auto;
    background: #fff;
    border-radius: 10px 10px;
}

.sb-sidenav .sb-sidenav-menu {
    flex-grow: 1;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.input-group-date {
    background-color: white;
    border-radius: 12px;
}

.input-group-date {
    position: relative;
    width: 100%;
    float: left;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.appointment-count-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 8px -3px 0;
}

h4.small-titel {
    font-size: 20px;
    color: #040404;
}

.main-titel {
    color: #040404;
    font-size: 22px;
    padding: 20px 0;
}

.block {
    border: 1px solid red;
    text-align: center;
    vertical-align: middle;
}

.circle {
    background: transparent;
    border-radius: 165px;
    color: #51ad5e;
    height: 150px;
    font-weight: normal;
    width: 150px;
    display: table;
    border: 10px #dddddd solid;
    margin: 20px auto;
    font-size: 40px;
}

    .circle p {
        vertical-align: middle;
        display: table-cell;
    }

.dashboard-content h5 {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ccc;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 0 0;
    padding: 0;
}
/* dashboard end */



/* left menu start*/

/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active .sidebar-submenu {
    height: 0;
    transition: height 350ms ease-in-out;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active .sidebar-submenu {
    display: block !important;
    height: auto;
}*/
/* left menu end*/
nav.navbar.navbar-expand-lg.fixme-01.bg-white {
    display: block !important;
    float: left;
    width: 100%;
}

navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* SupplierPortalDashboard start */

table.text-left.supplier-portal-dashboard-table tr td {
    text-align: left !important;
    font-size: 14px;
    padding: 2px 0;
    border: none !important;
    width: 50%;
    vertical-align: top;
}

body.Light-Color {
    background: #E4E6F2 !important;
    color: #33009A;
}

table.text-left.supplier-portal-dashboard-table tr {
    background: none !important;
    border: none !important;
}

table.text-left.supplier-portal-dashboard-table {
    background: #fff !important;
    width: 100%;
    float: left
}


.modal-dialog-full-width {
    width: 95% !important;
    height: 100% !important;
    margin: 0px auto !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

button.supplier-portal-dashboard-btn {
    background: no-repeat;
    border: none;
    border-bottom: 3px #51ad5e solid !important;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px !important;
    padding: 4px 0 !important;
}

    button.supplier-portal-dashboard-btn:focus {
        outline: none !important;
    }

.dashboard-content h3 {
    font-size: 22px;
}


.supplier-portal-dashboard-modal .card {
    margin: 0 0 15px 0 !IMPORTANT;
    padding: 30px !important;
    float: left;
}

.supplier-portal-dashboard-modal h4.small-titel {
    font-size: 16px;
    color: #51ad5e;
}

.supplier-portal-dashboard-modal table.table-striped tr td:first-child {
    width: 40%
}

.supplier-portal-dashboard-modal table.table-striped tr td {
    font-size: 14px;
    padding: 5px;
    vertical-align: top;
}

.supplier-portal-dashboard-modal .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa !important;
}

.modal-body.supplier-portal-dashboard-modal {
    height: 80vh;
    overflow: auto;
    background-color: #f9f9f9;
}

/* SupplierPortalDashboard end */




/* capacity start */

main.page-content {
    min-height: 80%;
}

.dropdown-tabel {
    padding: 10px !important;
    width: 100%;
}

    .dropdown-tabel table.table.table-striped.table-bordered td {
        font-size: 14px;
        padding: 8px;
        text-align: center;
    }

    .dropdown-tabel table.table.table-striped.table-bordered {
        margin-bottom: 0px !important
    }


.set-capacity-menu li {
    width: 14.28%;
    text-align: center;
    border: 1px #ddd solid;
}


    .set-capacity-menu li span {
        width: 100%;
        float: left;
        text-align: center;
        background: #1c1e3a;
        color: #fff;
        padding: 10px 0;
    }

    .set-capacity-menu li a {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        height: 100px;
        border: 3px #f9f9f9 solid !important;
        font-size: 40px;
        line-height: 80px;
        font-weight: normal;
        color: #ccc;
    }

        .set-capacity-menu li a:hover {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
            height: 100px;
            border: 3px #f9f9f9 solid !important;
            color: #ccc;
        }

        .set-capacity-menu li a.nav-link.active {
            border: 3px #52546d solid !important;
            border-radius: 0px !important;
        }

.set-capacity-tabel tr th {
    background: #1c1e3a;
    color: #fff;
    text-align: center;
    background-color: #1c1e3a;
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
}

.set-capacity-tabel tr td {
    margin: 0PX !important;
    padding: 0px !important;
}

input.set-capacity-tabel-input {
    width: 100%;
    float: left;
    height: 60px;
    font-size: 30px;
    text-align: center;
    color: #0c0c0c;
    border: none !important;
}

    input.set-capacity-tabel-input:focus {
        outline: 3px #1c1e3a solid !important
    }



table.common-datatable {
    font-size: 14px;
    background: #fff;
}

    table.common-datatable td {
        padding: 8px;
        vertical-align: middle;
    }

    table.common-datatable th {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        background: #1c1e3a;
        padding: 8px;
    }


    table.common-datatable.table-striped tbody tr:nth-of-type(odd) {
        background-color: #fafafa;
    }

.status-box-table {
    width: 16px;
    height: 16px;
    float: left;
    margin: 3px 5px 0 0;
}


.effective-text {
    font-size: 16px;
}

tr.border-top {
    border-top: 2px #51ad5e solid !important;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
        border-radius: 100px;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
    }

/* capacity end */
main.page-content {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

/*for Header Title color*/
.head_text {
    width: 100%;
    float: left;
    padding: 15px 0 26px 0;
    margin: 0;
    color: #33009a;
    font-size:30px; 
}
/*paging link button*/

/*card*/
.card {
    background-color: #f9f9f9;
}



/* quotes answers start */


.quotes-answers-tabel td {
    vertical-align: middle !important;
}

.quotes-answers-input {
    line-height: normal !important;
}






.quotes-answers-popup .table-responsive {
    height: 450px;
    overflow-y: scroll;
}

.quotes-answers-popup {
    height: 550px;
}

.none {
    display: none !important;
}

.table-striped.quotes-answers-tabel tbody tr:nth-of-type(odd) {
    background: #fafafa !important;
}

.quotes-answers-tabel {
    font-size: 13px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 44px;
}

select.form-control {
    display: block;
}

body .form-control {
    background: #fff;
    border-radius: 12px !important;
    width: 100%;
    padding: 11px 15px !important;
    height: auto !important;
    border: none;
    font-size: 16px;
    letter-spacing: normal !important;
    color: #000;
    border: 1px solid #ced4da;
    box-shadow: none;
    line-height: normal !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 500;
}
.card {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    float: left;
    width: 100%;
}
.select-options {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    border: 1px #e4e6f2 solid;
}

    .select-options li {
        color: #3b0a9e;
        margin: 0;
        padding: 12px 0;
        /* text-indent: 15px; */
        /* border-top: 1px solid #AED581; */
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        padding-left: 15px;
    }

.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #9e9e9e;
    padding: 10px 12px !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: auto !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #272020 !important;
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:20px !important
}
body input[type="file"] {
    padding: 9px 15px !important;
}
select#select-box {
    margin-bottom: -30px;
}
ul.gw-submenu a.main-menu {
    background: rgb(242 243 254);
    border-bottom: 1px #cbceda solid;
}
label.label {
    padding: 0 !important;
    line-height: 1 !important;
    text-align: left !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: .25em !important;
    float: left !important;
    width: 100% !important;
    letter-spacing: 0;
    margin: 0 0 6px 0;
}



li.arrow-up.active .fa-angle-down {
    transform: rotate(180deg);
}


    
button.close.float-right.text-white {
    margin: 6px 8px 0 0 !important;
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #33009a !important;
    border-radius: 100px;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #b631e6 !important;
    color: #fff !important;
    border-radius: 100px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.table-bordered {
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-hover tbody tr.odd:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.none {
    display: none;
}

tbody {
    background: #fff;
}

ul.pagination a.page-link {
    color: #060606;
}

.table.capacity-breakdown-table th {
    font-size: 14px !important;
    text-align: center;
}

.table.capacity-breakdown-table td {
    font-size: 14px !important;
    text-align: center;
}

    .table.capacity-breakdown-table td:first-child {
        font-size: 18px !important;
        text-align: center;
    }


.table.capacity-breakdown-table tfoot {
    border-top: 2px #51ad5e solid;
}


.fa-4 {
    font-size: 25px;
    margin: 0 9px -13px 0;
    float: LEFT;
}


.alert.alert-secondary:hover {
    color: #38B44A;
}


/* quotes answers end */
#spinner {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.white-bg.p-5 {
    width: 300px;
    margin: 0px auto;
    background: #fff;
    margin-top: 12%;
    border-radius: 15px;
}

#spinnerDiv {
    position: absolute;
    left: 40%;
    padding: 50px;
}


/* Journey Dashboard start */

h3.inner-titel {
    font-size: 1.4rem;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.chart-titel {
    font-size: 1.2em;
    color: #51ad5e;
}

table.table.chart-table th {
    width: 25%;
    background: none;
    color: #5b5b5b;
    font-size: 16px;
    text-align: right;
    padding-right: 30px !important;
}

table.table.chart-table td {
    color: #5b5b5b;
    font-size: 16px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


table.table.chart-table tr:nth-of-type(odd) {
    background: none;
}

.dropdown-opne-hover button {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 18px;
    color: #51ad5e;
    line-height: normal;
}

table.table.chart-table {
    overflow: inherit;
}

.dropdown-opne-hover:hover .dropdown-menu {
    display: block;
}

table.table.chart-table td.chart-table-text {
    color: rgb(240,127,127);
    font-size: 32px;
    padding: 0px !important;
    text-align: center;
    line-height: normal;
}

    table.table.chart-table td.chart-table-text span {
        font-size: 16px;
        clear: both;
        float: left;
        width: 100%;
    }

:focus {
    outline: 0px !important;
}
/* Journey Dashboard end */

table.table-calendar tr th {
    padding: 0px;
    white-space: nowrap;
}

table.table-calendar tr {
    min-height: 55px;
    max-height: 55px;
    height: 55px
}

    table.table-calendar tr td {
        padding: 0px;
        position: relative !important;
        white-space: nowrap;
        border-top: solid 1px #6c6c6f !important;
        min-height: 100px;
        text-align: left !important;
    }

    table.table-calendar tr th .sp-name-sub {
        padding: 6px 8px;
        white-space: nowrap;
        /* float: left; */

        min-width: 68px;
        text-align: center;
        display: inline-block;
    }

    table.table-calendar tr td .sp-name-sub {
        padding: 6px 8px;
        white-space: nowrap;
        /* float: left; */
        min-width: 68px;
        text-align: center;
        display: inline-block;
    }

b.date-n {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    width: 50px;
    height: auto;
    font-size: 47px;
    z-index: 1;
    opacity: 0.2;
    font-weight: bold;
    line-height: normal;
}

td.sp-name-bg {
    background: #1c1e3a;
    color: #fff;
}

p.table-calendar-crcal {
    margin: 0px;
    padding: 0px 3px;
    font-size: 13px;
    border: 1px #ddd solid;
    /* width: 30px; */
    height: 30px;
    border-radius: 100px;
    line-height: 27px;
    font-weight: bold;
    margin: 0px auto;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
}

.pagination li a {
    color: #33009a;
    border: 0;
    cursor:pointer; 
}
    .pagination li a:hover {
        background-color: #b631e6;
        color:#fff;
    }
    ul.pagination li.active a {
        background-color: #33009a !important;
    }

.input-group-date {
    background-color: white;
    border-radius: 12px;
}

    .input-group-date span.fa.fa-calendar {
        background: #33009a;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 100px;
        position: absolute;
        right: 6px;
        top: 8px;
        color: #fff;
        font-size: 13px;
    }

/*ul.pagination li:hover a {
    background: #b631e6 !important;
    color: #fff !important;
}*/

select#ddlEntries {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}

.dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #fff !important;
}

dataTables_length label .form-control {
    display: inline !important;
    width: auto !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px #33009a solid !important;
}

.dataTables_wrapper .dataTables_length select:focus {
    border: 1px #33009a solid !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff !important;
    outline: none !important;
    padding: 9px 15px !important;
    border-radius: 12px !important;
    border: 1px #ced4da solid !important;
}

.dataTable {
    white-space: nowrap;
}

table.table {
    border-collapse: collapse !important;
}

.btn {
    letter-spacing: 0px;
    font-weight: 500 ;
    font-size: 16px ;
    font-family: 'Jost', sans-serif;
    padding: 10px 22px ;
    border-radius: 100px ;
    background: #33009a ;
    line-height: normal ;
    border: none ;
    color: #fff !important ;
    outline: none ;
    box-shadow: none ;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #33009a !important;
    border-color: transparent !important;
}

    .btn.btn-primary {
        letter-spacing: 0px;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Jost', sans-serif;
        padding: 10px 22px;
        border-radius: 100px;
        background: #33009a;
        line-height: normal;
        border: none;
        color: #fff !important;
        outline: none;
        box-shadow: none;
    }

body .btn:hover {
    background: #b631e6 ;
    color: #fff ;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
}

.span-icon {
    width: 80px;
    height: 80px;
    float: left;
    background: #33009a;
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

.customer_dashboard a:hover .span-icon {
    background: #b631e6 !important;
}

.customer_dashboard a:hover .span-text h1 {
    color: #b631e6 !important;
}

.customer_dashboard a:hover .span-text h5 {
    color: #b631e6 !important;
}

a.a1 {
    color: #33009a !important;
}

span.border-dark {
    width: 100%;
    /* float: left; */
    border-top: solid 1px #ddd !important;
    display: block;
}

.span-text h1 {
    margin: 0px;
    padding: 0px;
    line-height: 2rem;
    font-size: 2rem;
}

span-text h5 {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 1rem;
    line-height: 1rem;
}

.span-text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: right;
    margin-top: 12px;
    color: #33009a;
}

.customer_dashboard {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

span.sp-name-sub-01 {
    width: 100%;
    height: 30px;
    line-height: 27px;
}


table.table-calendar thead tr {
    min-height: inherit;
    max-height: inherit;
    height: auto;
}


/*login*/

.container-login {
    float: none;
    width: 360px;
    margin: 0px auto;
    background: no-repeat;
}

body.login-enstaller {
    background: #f7f7f7 !important;
}

.login-logo {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px #ddd solid;
}

h4.welcome-login {
    margin: auto;
    line-height: 25px;
    width: 100%;
    padding: 60px 0 50px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #666;
    text-align: center;
    float: left;
}

.login_input-row input {
    float: left;
    width: 100%;
    margin: 0px 0;
    border: none;
    border-bottom: none;
    font-size: 14px;
    height: 50px;
    background: #e3e0e0;
    font-family: "Open Sans", Tahoma !important;
    border-radius: 10px;
    color: #000;
    text-align: left !important;
    padding: 0 0 0 60px !important;
}



body.login-enstaller input:-webkit-autofill,
body.login-enstaller input:-webkit-autofill:hover,
body.login-enstaller input:-webkit-autofill:focus {
    border: none !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.login_input-row.login_input-row {
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin: 10px 0 10px 0;
    padding: 0px;
    position: relative;
}

    .login_input-row.login_input-row i.fa {
        position: absolute;
        top: 8px;
        left: 8px;
    }

        .login_input-row.login_input-row i.fa img {
            width: 30px;
            margin: 0 0 0 7px;
        }


body.login-enstaller .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




.login_input-row.login_input-frist-btn {
    margin-top: 20px;
}

    .login_input-row.login_input-frist-btn button.btn.btn-success.btn-block.btn-lg {
        margin-top: 15px;
        padding: 12px 0;
        color: #fff;
        font-size: 20px;
        border-radius: 100px;
        margin-bottom: 20px;
        background: #1c1e3a !important;
        border: NONE !IMPORTANT;
    }






        body.enstaller-new .fixme {
            background: #fff;
            width: 100%;
            background: #fff;
            margin-bottom: 30px;
            padding: 20px;
            padding-bottom: 10px;
            padding-top: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 99;
        }


       


main.page-content > .container-fluid > .row.mt-3 {
    margin-top: 0px !important;
}



body.enstaller-new .enstaller-appointment-header-buttons {
    width: 100%;
    max-width: 100%;
}


body.enstaller-new .enstaller-appointment table {
    width: 100%;
    max-width: 100%;
}

body.enstaller-new .enstaller-appointment-header-buttons button {
    position: absolute;
    padding-right: 7px;
    padding-left: 7px;
    border: 1px solid #1c1e3a !important;
    background-color: #1c1e3a !important;
    border-radius: 5px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
}


    body.enstaller-new .enstaller-appointment-header-buttons button:hover {
        color: #FFF !important;
        background: #1c1e3a !important;
        border: #1c1e3a 1px solid !important;
    }


.dropdown table tr td {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
}

.dropdown table tr {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
}


.dropdown table {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
}


body.enstaller-new .dropdown .table-bordered th, body.enstaller-new .dropdown .table-bordered td {
    border: none !important;
}




table.table.table-striped.table-bordered .btn {
    white-space: nowrap !important;
    margin: 1px !important;
}

label {
    font-size: 16px !important;
}

.row.mt-3.staticBorder .card-body {
    border: 1px #ddd solid;
}

    .row.mt-3.staticBorder .card-body .card-header {
        padding: 0 0 0 11px;
    }






body.enstall-black .login_input-row.login_input-frist-btn button.btn.btn-success.btn-block.btn-lg {
    background-color: #1c1e3a !important;
    width: 100% !important;
    font-size: 20px !important;
}


body.enstall-black .login_input-row.login_input-row i.fa img {
    filter: grayscale(100%);
}




body .enstall-black {
    padding: 0px !important;
}


    body.enstall-black nav.navbar.navbar-expand-lg.fixme {
        padding-left: 0;
        height: 56px;
        z-index: 1039;
    }

.bg-white {
    background-color: #fff !important;
}

.container-fluid.pt-2 {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

body.enstall-black nav.navbar.navbar-expand-lg.fixme {
    padding: 10px 15px !important;
    height: auto !important;
}


body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
    width: 260px;
    color: rgba(255, 255, 255);
}

.sb-sidenav {
    display: flex;
    flex-direction: column;
    height: 95vh;
    flex-wrap: nowrap;
}

nav#sidebar {
    float: left;
    width: 260px;
    margin: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
}

a.main-menu {
    color: #141414;
    border-bottom: 1px #cbceda solid;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.dropdown-item.pt-2.pb-2:hover {
    color: white;
}

a .main-menu:hover {
    color: #b631e6;
    text-decoration: none;
}

.gw-submenu a {
    padding: 12px 10px 12px 80px !important;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #b631e6;
}

.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background-color: #b631e6;
    color: #fff;
}

.dropdown-menu.dropdown-menu-right .dropdown-item {
    padding: 10px 15px !important;
}

.sidebar-content {
    overflow: auto;
    border-radius: 10px 10px;
    background: #fff;
}

body.enstall-black .sidebar-wrapper {
    width: 200px;
    margin-right: 10px;
    padding: 0px !important;
}


body.enstall-black .page-wrapper .page-content {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    padding-left: 10px;
}

body.enstall-black .sidebar-menu-01 ul li a {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 8px 0 8px 5px;
    border-bottom: 1px #34365a solid;
}

    body.enstall-black .sidebar-menu-01 ul li a span {
        float: left;
    }





body.enstall-black .main-titel {
    color: #1c1e3a !important;
}





body.enstall-black i.menu-icon {
    width: 25px;
    text-align: left;
}

    body.enstall-black i.menu-icon img {
        width: 18px;
    }



body.enstall-black .sidebar-menu-01 ul li {
    margin: 0px !important;
    padding: 0px;
}


body.enstall-black li.sidebar-dropdown ul li a {
    background-color: #2b2d50;
    border-bottom: #1c1e38 1px solid;
}

body.enstall-black .sidebar-menu-01 ul li a:hover {
    background-color: #16172f;
}


body.enstall-black .todayTable tbody tr th {
    background: #1c1e3a !important;
    color: #fff !important;
}



body.enstall-black li.sidebar-dropdown ul li ul li a {
    margin-top: 0px !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0;
    }
}

/*table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 20px !important;
}
*/


body.enstall-black h6.inner-titel {
    color: #1c1e3a;
    border-bottom: 2px #1c1e3a solid;
}


.navbar-nav .dropdown-menu {
    position: absolute;
    width: auto !important;
    left: -20px;
    min-width: auto;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end !important;
}

a.closebtn {
    display: none;
}



@media only screen and (max-width: 1250px) {
    .table_1250 {
        display: block;
        overflow: auto;
    }
}


@media only screen and (max-width: 1099px) {
    body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
        position: absolute;
        left: -280px !important;
        width: auto;
        transition: all 300ms ease;
    }

        body.enstall-black .page-wrapper.toggled .sidebar-wrapper.active {
            left: 0 !important;
            transition: all 300ms ease !important;
            /*width: 100% !important;*/
            z-index: 1;
        }

    body.enstall-black .page-wrapper .page-content {
        width: calc(100% - 20px) !important;
    }

    .navbar-toggler {
        display: block !important;
        margin: 0 10px 0 5px;
        padding: 5px !important;
    }

    #sidebar {
        position: fixed;
        z-index: 99;
    }

    .navbar-toggler i.fa.fa-bars {
        color: #fff !important;
    }

    a.closebtn.close_active {
        font-size: 26px;
        float: right;
        text-align: right;
        text-decoration: none;
        display: block !important;
        position: absolute;
        left: 190px;
        top: 1px;
        z-index: 1000;
        background: #1c1e3a;
        line-height: 30PX;
        color: #ffffff;
        width: 30px;
        height: 30px;
        TEXT-ALIGN: CENTER;
        padding: 0PX !IMPORTANT;
        BORDER-RADIUS: 0 6px 6px 0px;
    }

    body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
        margin-top: 0px !important;
    }
}

@media (max-width: 1023px) {
    a.closebtn.close_active {
        left: 197px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 10px;
        min-width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .set_margin {
        margin: 0 0 10px 0 !important;
    }

    .full_width {
        max-width: 100% !important;
    }

    .full_range {
        width: 100%;
        flex: 100%;
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .label_margin {
        margin-bottom: 10px !important
    }
}

@media only screen and (max-width: 900px) {
    .table_900 {
        display: block;
        overflow: auto;
    }

    .table_850 {
        display: block;
        overflow: auto;
    }
}

@media only screen and (max-width: 812px) {
    .table_812 {
        display: block;
        overflow: auto;
    }

    .full_scale a.btn-success {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .page-wrapper .page-content {
        padding: 15px;
    }

    .padd_zero {
        padding: 0;
    }

    .dataTables_length {
        text-align: left !important;
    }

    .dataTables_filter {
        text-align: right !important;
    }

    .dataTables_info {
        text-align: left !important;
    }

    .full_scale {
        max-width: 100% !important;
        flex: 100% !important;
    }

        .full_scale a.btn-success {
            margin-top: 10px;
        }
}

@media only screen and (max-width: 700px) {
    .table_700 {
        display: block;
        overflow: auto;
    }

    .planner_btn {
        width: 100%;
        float: left;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 630px) {
    .table_630 {
        display: block;
        overflow: auto;
    }
}

@media only screen and (max-width: 576px) {
    .h_name {
        display: none;
    }

    .fa-user-circle {
        font-size: 20px;
    }

    .navbar-nav .dropdown-menu {
        left: -80px;
    }

    .schedule_tab {
        padding: 0.25rem;
    }

    .fa.fa-user-circle {
        margin-right: 10px;
    }

    .set_manager li {
        width: auto;
        white-space: nowrap;
    }

    #myTable th {
        white-space: nowrap !important;
    }
}

@media only screen and (max-width: 468px) {
    #btnAddNewContact2 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 425px) {
    .i-margin {
        margin-bottom: 5px !important;
    }

    body.enstall-black .btn.button_425 {
        font-size: 12px !important;
    }

    .page-title-bar .page-title {
        color: #1c1e3a;
        font-size: 22px;
    }

    .table_425 {
        display: block;
        overflow: auto;
    }

    .head_text {
        font-size: 22px;
    }
}

/*.control-label {
    padding-top: 7px
}*/

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
    }

        .progress-indicator > li a {
            color: #bbb;
        }

            /*.progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #6f6f6f;
            }*/

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #1c1e3a;
            border-color: #1c1e3a;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }


    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}

.nav-tabs > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
}

.nav-tabs {
    text-align: center !important;
}



/*.pozitive-payment .card {
    border: 1px #000 solid;
    padding: 10px;
    position: relative !important;
}*/



   /* .pozitive-payment .card h5 {
        color: #228040;
        border-bottom-color: #228040;
    }*/

.card-img img {
    max-width: 350px;
    max-height: 216px;
}




.floor-price {
    background-color: #8c8c8c;
    color: #8c8c8c;
    width: 100%;
    float: left;
    padding: 2px 0;
    text-align: center;
}

.show1 {
    color: #ffffff !important;
}

.w-100 {
    width: 100%;
}


.card {
    overflow: hidden;
}

/*.text-green {
    color: #228040;
}*/

    .text-green h1 {
        line-height: normal;
        margin: 0px;
        padding: 0px;
    }


table.table.table-price th {
    font-size: 11px;
}

.fa-2 {
    font-size: 18px;
}

i.fa.fa-times-circle.fa-2 {
    color: red;
}



h5.tab-pane-boder {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #33009a;
    margin-top: 0px;
    border-bottom: #33009a 2px solid;
    padding: 5px 5px 5px 5px;
}

.terminal-finance-period-box {
    display: block;
    padding: 10px 10px;
    margin: 0 10px 5px 10px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.mm-b {
    margin-bottom: 30px;
}



.custom-col-md {
    display: inline-block !important;
    float: none !important;
}


.not-accessible {
    opacity: 0.2 !important;
}


.top-info-box {
    border-color: #228040;
    color: #212721;
    border-radius: 5px;
    padding: 5px 7px;
    border: 1px solid #013c5c;
}


.ico {
    background-color: #1c1e3a;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: white;
    margin-right: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}



.main-payment {
    color: #1c1e3a;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

body.cimpaas-black .nav-tabs > li.active a {
    background-color: #fff;
    border-color: #272946;
    color: #272946;
    border-bottom: 1px #fff solid;
}

.tab-pane.fade.active.in {
    opacity: 1
}





.pozitive-payment ul.nav.nav-tabs {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    float: none;
    display: inline-block;
    border: none;
}


.tab-content ul.nav.nav-tabs {
    float: left;
}


.pozitive-payment .tab-content .tab-pane {
    border: none;
    clear: both;
    padding: 10px;
}


h2.title {
    font-size: 30px !important;
    letter-spacing: 2px !important;
    border: none !important;
    padding-bottom: 30px !important;
    color: #33009a !IMPORTANT;
    margin: 15px 0 0px 0;
}
.top-info-route ul.progress-indicator.nav.nav-tabs {
    margin-top: 10px !important;
}


.pozitive-payment .progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
    display: flex;
    position: relative;
    top: 1px;
}


    .pozitive-payment .progress-indicator li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
    }


.pozitive-payment .tab-content .tab-pane.border-none {
    border: 0px !important;
    padding: 0px !important;
}





/*.pozitive-payment ul.nav-tabs li a.active {
    border: 1px #1c1e3a solid !important;
    background: #fff !important;
    color: #000 !important;
    margin: 0;
    border-bottom: 1px #fff solid !important;
    float: left;
}*/

.pozitive-payment ul.nav.nav-tabs {
    float: none;
    margin-top: 0px !important;
    width: 100%;
    float: none;
    display: inline-block;
    border: none;
}

    .pozitive-payment ul.nav.nav-tabs li {
        float: none !important;
        display: inline-block !important;
        zoom: 1 !important;
        margin: 0;
        padding: 0;
    }

/*.pozitive-payment .tab-content ul.nav.nav-tabs li a {
    background: #1c1e3a;
    padding: 10px 15px;
    display: block;
    color: #fff;
    float: left;
    margin: 0 0 -7px 0 !important;
}
*/


.nav-tabs > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
}


.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
}

.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #33009a;
        display: block;
    }

        .progress-indicator > li a {
            color: #33009a;
        }

            /*.progress-indicator > li:hover, .progress-indicator > li a:hover {
                color: #b631e6;
            }*/

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #33009a;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #33009a;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #33009a;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #013c5c;
            border-color: #000000;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #b631e6;
            border-color: #b631e6;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }

    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}




.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.gw-sidebar .main-menu:hover .nav-icon {
    background-color: #b631e6 !important;
}

.gw-sidebar .main-menu:hover {
    color: #b631e6;
}
    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #33009a;
        display: block;
    }
span-text h5 {
    font-size: 16px;
    font-weight: 500;
}

h1#InProcessElecNew {
    font-size: 24px;
}
.select-options li:hover {
    color: #ffffff;
    background: #33009a;
}

.progress-indicator > li a {
    color: #33009a;
}

   /* .progress-indicator > li:hover, .progress-indicator > li a:hover {
        color: #b631e6;
    }
*/
        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #013c5c;
        }

.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #33009a;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #33009a;
}

    .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
        display: block;
        position: absolute;
        top: 9px;
        width: 100%;
        height: 3px;
        content: '';
        background-color: #33009a;
    }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #1c1e3a;
            border-color: #1c1e3a;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.progress-indicator > li.active, .progress-indicator > li.active .bubble {
    color: #b631e6 !important;
}

    .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
        background-color: #b631e6 !important;
        border-color: #122a3f;
    }

.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
    background-color: #b631e6;
    border-color: #b631e6;
}

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }


    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

@media handheld, screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}




.product-item .col-md-4 {
    opacity: 0.2 !important;
}

    .product-item .col-md-4.not-accessible {
        opacity: 1 !important;
    }

i#txtSearchsubmit {
    padding: 10px;
    background: #d5d5d5;
    border-radius: 0px;
    cursor: pointer;
    margin-left: -3px;
}

i#txtSearchRemove {
    padding: 10px;
    background: rgb(213, 213, 213);
    border-radius: 3px;
    cursor: pointer;
    float: right;
    line-height: 18px;
    margin-left: 5px;
}

h4 {
    margin-bottom: 0px
}


#tblService th:first-child, #tblService td:first-child {
    width: 40%;
    text-align: center;
    border-left: none;
}

#tblService th:last-child, #tblService td:last-child {
    width: 40%;
    text-align: center;
    border-left: none;
}

.select2-container {
    width: 100%;
    display: inline !important;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}


    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: Font Awesome\ 5 Free;
        content: "\f00c";
        color: #fff;
        background-color: #1c1e3a;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}



ul.gw-submenu { display:none; 
}








select.form-control::-ms-expand {
    display: none;
}

td.dataTables_empty {
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: none !important;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 44px;
}

select.form-control {
    display: none;
}

/*.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #9e9e9e;
    padding: 10px  !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: auto !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #272020 !important;
}*/

    .custom-select:after {
        content: "";
        width: 28px;
        height: 28px;
        /*       border: 7px solid transparent;
        border-color: #9e9e9e transparent transparent transparent;*/
        position: absolute;
        top: 8px;
        right: 6px;
        transform: rotateZ(0deg);
        transition: all 0.5s;
        transform-origin: 50% 25%;
        background-image: url('https://energy.enfiniti.net/assets/img/drop-down-arrow.png');
    }
    /*.custom-select:hover {
     background-color: #b83729;
}
*/
    .custom-select:active,
    .custom-select.active {
        background-color: #fff;
        color: #9e9e9e;
    }

    /*   .custom-select:active:after,
        .custom-select.active:after {
            transform: rotateZ(180deg);
            transition: all 0.5s;
            transform-origin: 50% 25%;
        }
*/
    .custom-select:focus {
        outline: 2px;
    }

.select-options {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    border: 1px #ced4da solid;
}

    .select-options li {
        color: #3b0a9e;
        margin: 0;
        padding: 12px 0;
        /* text-indent: 15px;
    */
        /* border-top: 1px solid #AED581;
    */
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        padding-left: 15px;
    }

        .select-options li:hover {
            color: #ffffff;
            background: #33009a;
        }

        .select-options li[rel="hide"] {
            display: none;
        }


::-webkit-scrollbar {
    width: 15px;
    background-color: #33009a;
    /*  border-radius: 0 0 5px 0;*/
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #b631e6;
}


/*table.dataTable thead .sorting {
    background-image: url('../../Content/images/sort_both.png');
}

table.dataTable thead .sorting_asc {
    background-image: url('../../Content/images/sort_asc.png');
}

table.dataTable thead .sorting_desc {
    background-image: url('../../Content/images/sort_desc.png');
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url('../../Content/images/sort_asc_disabled.png');
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url('../../Content/images/sort_desc_disabled.png');
}*/



.span-text h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.span-text h1 {
    font-size: 24px;
    font-weight: bold;
}


.section label { width:auto !important; 
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 5px !important;
}




.dataTables_filter label {
    width: auto !important;
    margin-top: 8px;
    margin-right:8px; 
}

table .icon-btn .btn.table-icon {
    padding: 0px;
    background-color: transparent !important;
    border: none;
    color: #33009a !important;
    font-size: 18px;
}

    table .icon-btn .btn.table-icon:hover {
        color: #b631e6 !important;
        background-color: transparent !important;
    }





.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
    font-size: 30px !important;
    letter-spacing: 2px !important;
    border: none !important;
    padding-bottom: 30px !important;
    color: #33009a !IMPORTANT;
    margin: 15px 0 0px 0;
}

.panel-heading .btn {
    margin-top: 10px !important;
}


/*h1, h2, h3, h4, h5, h6 {
    color: #33009a !IMPORTANT;
}*/



nav.navbar.navbar-expand-lg.fixme-01.bg-white .dropdown-toggle::after
{ margin-top:20px; }



div.form-control {
    min-height: 44px;
}
