﻿/* Tables */

table {
    margin-top: 20px;
    width: 100%;
    border: solid 1px #e5e5e5;
    border-radius: 7px;
    border-spacing: 0px;
    background: #fcfcfc;
    font-size: 12px;
    overflow: hidden;
}

    table.short {
        margin: 20px 20px 0px;
        width: 480px;
    }

    table tr {
        /*        border-bottom: solid 1px #e5e5e5;*/
        border-bottom: solid 1px rgba(255,255,255,0.14) !important;
    }

        table tr:nth-of-type(odd) {
            background: #f2f9f9;
        }

    table th {
        text-align: left;
        font-weight: normal;
        color: #fff;
        font-size: 12px;
        background: #3cbca3;
    }

        table th:first-child,
        table td:first-child {
            text-align: center;
            border-left: none;
        }

    table td,
    table th {
        border-top: solid 1px #e5e5e5;
        border-left: solid 1px #ffffff;
        padding: 10px;
        font-weight: 300;
    }

    table tr:first-child td,
    table tr:first-child th {
        border-top: none;
    }

    table td a {
        color: inherit;
    }

        table td a:hover {
            color: #3ca5a0;
        }

    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: #3cbca3;
        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;
    }

.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*/



/* 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;
}

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: 450PX;
}

    .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 .btn {
    padding: 0.2rem 0.75rem;
    font-size: 14px;
}

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 */


/*for Header Title color*/
.panel-heading h3 {
    color: #1c1e3a;
}
/*paging link button*/
.page-item.active .page-link {
    background-color: #3cbca3;
    border-color: #3cbca3;
}
/*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#select-box {
    margin-bottom: -30px;
}

button.close.float-right.text-white {
    margin: 6px 8px 0 0 !important;
    padding: 0px !important;
}

    button.close.float-right.text-white:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.none {
    display: none;
}

.table th, .table td {
    padding: 6px !important;
    vertical-align: middle !important;
    white-space: normal !important;
    /*word-break:break-all;   */
}

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: 50%;
    left: 50%;
}

#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;
}

span.border-dark {
    width: 100%;
    /* float: left; */
    border-top: solid 1px #ddd !important;
    display: block;
}

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*/

.bank_login{
    width: 100%;
    float: left;
    padding:0;
    margin: 0;
}

.main-login {
    width: 360px !important;
    margin: 0px auto !important;
    float: none !important;
    box-shadow: 0px 0px 8px 0px rgba(35,74,94,1);
    /*box-shadow: 0px 3px 3px #17213a;*/
    margin-top: 5% !important;
    padding: 15px !important;
    background: #fff;
    overflow: hidden;
}

.container-login {
    float: left;
    width: 100%;
    margin: 0;
}

h4.welcome-login {
    margin: auto;
    line-height: 25px;
    width: 100%;
    padding: 20px 0 10px 0px;
    font-size: 25px;
    font-weight: normal;
    color: #666;
    text-align: center;
    float: left;
}

.pozitive_bank_login .login_input-row input {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0px 0;
    border: none;
    border-bottom: 2px #a6a6a6 solid !important;
    font-size: 14px;
    height: 50px;
    padding-left: 50px;
    font-family: "Open Sans", Tahoma !important;
    background-color: none !important;
    background: none !important;
}

.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: 0px;
    margin-bottom: 20px;
    background-color: #234a5e !important;
    border: NONE !IMPORTANT;
}

.login_forgot-row{
    width: 100%;
    float: left;
    text-align: right;
    padding:0;
    margin:0;
}

    .login_forgot-row a {
        font-size: 16px;
        color: #28c5dd;
    }

.container-login .form-control {
    box-shadow: unset;
}

body.enstall-black .login_input-row.login_input-row i.fa img {
    /*filter: grayscale(100%);*/
}
/*----------*/
body.login-enstaller {
    background: #f7f7f7 !important;
}

.login-logo {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0;
}




.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: 0;
    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 .btn-success:focus, .login_input-row .btn-success.focus {
    box-shadow: none !important;
}
/*-------------*/
body.enstaller-new {
    background: #f2f2f2;
    padding: 30px;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
}


    body.enstaller-new .fixme {
        background: #fff;
        width: 100%;
        background: #fff;
        margin-bottom: 30px;
        padding: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99;
    }


    body.enstaller-new table .btn-success {
        font-size: 14px !important;
        font-weight: normal !important;
        padding: 6px 20px !important;
        background: #3cbca3;
        background-color: #3cbca3 !important;
        border-color: #3cbca3 !important;
        border: none !important;
        width: auto !important;
        border-radius: 100px;
        color: #fff !important;
    }


main.page-content > .container-fluid > .row.mt-3 {
    margin-top: 0px !important;
}

main.page-content .btn-primary {
    color: #fff;
    background-color: #3cbca3;
    border-color: #3cbca3;
}

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 #3cbca3 !important;
    background-color: #3cbca3 !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;
}

body.enstaller-new .dropdown-tabel table td .btn-secondary.selected {
    background-color: #3cbca3;
    border-color: #3cbca3;
}

body.enstaller-new .dropdown-tabel table td .btn-secondary:hover {
    color: #fff;
    background-color: #3cbca3;
    border-color: #3cbca3;
}


body.enstaller-new .dropdown-tabel table td .btn-secondary {
    padding: 0.2rem 0.75rem;
    font-size: 14px;
    float: left;
    width: 14.7%;
    background-color: #11153c;
    border-color: #11153c;
}


.profile-dropdown .dropdown-menu {
    width: 150px;
    font-size: 12pt;
    min-width: auto;
}

.profile-dropdown .dropdown-menu a { padding:15px; 
}

 
.dataTables_length select { font-size:12pt;
}

.dataTables_filter input.form-control.form-control-sm { font-size:12pt; 
}


.panel-heading h3 label b {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 20px;
    color: #484848;
}

.panel-heading h3 label {
    margin: 0px;
    padding: 0px;
}

.panel-heading h3 {
    margin: 0px;
    padding: 0px;
}

    .panel-heading h4 label b {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        font-size: 20px;
        color: #484848;
    }

    .panel-heading h4 label {
        margin: 0px;
        padding: 0px;
    }

.panel-heading h4 {
    margin: 0px;
    padding: 0px;
}

    .panel-heading h5 label b {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        font-size: 20px;
        color: #484848;
    }

    .panel-heading h5 label {
        margin: 0px;
        padding: 0px;
    }

.panel-heading h5 {
    margin: 0px;
    padding: 0px;
}


.card .card .card-header { display:none; 
}

.card .card-body .card .card-body
{ padding:0px !important; }

.card .card-body table.table
{ margin-top:0px !important; }

body.enstaller-new .card .card-header {
    padding: 0.3rem 1.25rem !important;
}
table.table.table-striped.table-bordered .btn {
    white-space: nowrap !important;
    margin: 1px !important;
}

label { font-size:14px !important; 
}




body.enstaller-new .card .card .card-header {
    margin: 0px 0 10px 0 !important;
    padding: 0px !important;
    background-color: transparent !important;
    border-color: #ddd;
}

    body.enstaller-new .card .card .card-header .panel-heading h4 label b {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        font-size: 18px;
        color: #3cbca3;
       
    }

.new-sub-titel {
    font-size: 18px;
    color: #3cbca3;
    border-bottom: #ddd 1px solid;
}




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 .btn-success {
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 7px 20px !important;
    background: #3cbca3;
    background-color: #1c1e3a !important;
    border-color: #1c1e3a !important;
    border: none !important;
    width: auto !important;
    border-radius: 100px;
    color: #fff !important;
}

body.enstall-black {
    padding: 0px !important;
}


    body.enstall-black nav.navbar.navbar-expand-lg.fixme {
        padding: 0;
    }

    body.enstall-black main.page-content {
        margin-top: 85px;
    }

    body.enstall-black nav.navbar.navbar-expand-lg.fixme {
        position: fixed;
        left: 0;
        top: 0px;
    }


    body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
        top: 0;
        margin-top: 70px;
        background: #1c1e3a;
        position: fixed;
        height: 90vh;
        transition: all 300ms ease !important;
    }


    body.enstall-black .sidebar-wrapper {
        width: 200px;
        margin-right: 10px;
        padding: 0px !important;
    }


    body.enstall-black .page-wrapper .page-content {
        width: -moz-calc(100% - 225px) !important;
        width: -webkit-calc(100% - 225px) !important;
        width: -o-calc(100% - 225px) !important;
        width: calc(100% - 225px) !important;
        FLOAT: RIGHT;
        MARGIN: 70px 10px 15px 0;
    }

    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 table th {
        background: #1c1e3a;
    }

    body.enstall-black table .btn-success {
        background: #1c1e3a;
        background-color: #1c1e3a !important;
        border-color: #1c1e3a !important;
    }


    body.enstall-black .page-item.active .page-link {
        background-color: #1c1e3a;
        border-color: #1c1e3a;
    }

    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;
    }


    body.enstall-black h6.inner-titel {
        color: #1c1e3a;
        border-bottom: 2px #1c1e3a solid;
    }


body.enstaller-new.enstall-black .dropdown-tabel table td .btn-secondary:hover {
    color: #fff;
    background-color: #34de19 !important;
    border-color: #34de19 !important;
}

body.enstaller-new .dropdown-tabel table td .btn-secondary.selected {
    background-color: #34de19 !important;
    border-color: #34de19 !important;
}

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;
}

.dropdown-menu{
    padding: 0 !important;
    margin: 0 !important;
}
.profile-dropdown .dropdown-menu a {
    padding: 5px;
}
.dropdown-item{
    padding: 5px !important;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    left: 13px;
}
.mb5{
    margin-bottom: 5px;
}

a.closebtn{
    display: none;
}


span.require {
    font-size: 13px;
}

/* Dashboard start */

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    border-radius: 2px;
    margin-bottom: 0px;
}

.handle {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #e9e9e9;
    font-size: 16px;
    color: #1c1e3a;
    cursor: move;
}

body.patner-login.ensar-black-login .info-box-icon {
    background: #1c1e3a !important;
}

.info-box-content {
    padding: 5px 5px;
    margin-left: 0px;
}


.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: #1c1e3a !important;
}

    .info-box-icon i{
        color: #fff;
    }

    body.patner-login.ensar-black-login .info-box-icon {
        background: #1c1e3a !important;
    }

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    color: #666 !important;
}

.info-box-number {
    font-size: 18px !important;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

body {
  
    font-family: 'Roboto', sans-serif !important;
  
}

.gw-nav-list > li > a, .gw-nav-list .gw-nav-header {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.table#myTable th {
    white-space: nowrap !important;
    font-weight: bold;
}



    /* Dashboard end*/





    @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: 999 !important;
            }

        body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
            margin-top: 0 !important;
        }

        body.enstall-black .page-wrapper .page-content {
            width: calc(100% - 20px) !important;
        }

        .navbar-toggler {
            display: block !important;
            margin: 0 10px 0 5px;
            background-color: #1c1e3a !important;
            padding: 5px !important;
        }

        #sidebar {
            position: fixed;
            z-index: 1;
        }

        .navbar-toggler i.fa.fa-bars {
            color: #fff !important;
        }

        .page-wrapper .page-content {
            padding: 15px !important;
        }

        .full_width {
            max-width: 100%;
            flex: 100%;
        }

        a.closebtn.close_active {
            font-size: 26px;
            float: right;
            text-align: right;
            text-decoration: none;
            display: block !important;
            position: absolute;
            left: 197px;
            top: 1px;
            z-index: 1000;
            background: #10133c;
            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 {
            left: -200px !important;
        }

        body.enstall-black .page-wrapper.toggled .sidebar-wrapper {
            height: 100vh !important;
        }



        @media only screen and (min-width: 767px) {
            .plr10 {
                padding: 0 10px;
            }
        }

        @media only screen and (max-width: 767px) {
            .dataTables_length {
                text-align: left !important;
            }

            .dataTables_info {
                text-align: left !important;
            }

            .dataTables_filter {
                text-align: right !important;
            }

            .add_margin {
                margin-top: 5px;
            }

            mt-5 {
                margin-top: 5px;
            }

            .item_data .form-group {
                margin-bottom: 0 !important;
            }

            .main-btn {
                margin-top: 0px !important;
                margin-bottom: 15px;
            }
        }

        @media only screen and (max-width: 576px) {
            .hide_name {
                display: none;
            }

            .fa.fa-user-circle {
                font-size: 20px;
            }

            .b-margin {
                margin-bottom: 5px;
            }

            .navbar-nav .dropdown-menu {
                position: absolute;
                float: none;
                left: -52px;
            }
        }

        @media only screen and (max-width: 425px) {
        }

        @media only screen and (max-width: 380px) {
            body.enstall-black .btn-success.set_font {
                font-size: 12px !important;
            }
