﻿
/* Fonts */
@charset "UTF-8";

/* Webfont: sailec */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

html {
    max-width: 100%;
}

body, .ui-widget {
    font-family: 'Rubik', sans-serif !important;
}

body {
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.ui-widget {
    font-size: 14px;
}

.table th, label {
    font-weight: 500;
}

.ui-widget-content {
    border: none !important;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    border-radius: 4px;
}

a, a:hover {
    color: #ed5629;
}

.fa:hover {
    text-decoration: none;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.pl-10 {
    padding-left: 10px;
}

.w-100 {
    width: 100% !important;
}

nav .container-fluid {
    padding: 0 43px !important;
}

.flex {
    flex: 1;
}

.d-b {
    display: block;
}

.text-left {
    text-align: left;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-start {
    justify-content: flex-start !important;
}

legend {
    border: none;
}

.ui-widget-content {
    background: none;
    background-color: #fff;
}

.ui-menu .ui-menu-item.ui-state-focus {
    background: none;
    background-color: #f2f7ff;
    border: none;
}

.icheckbox_square-blue, .iradio_square-blue {
    width: 16px;
    height: 16px;
    background-size: cover;
}

    .icheckbox_square-blue:hover, .icheckbox_square-blue.hover {
        background-position: -16px 0;
    }

    .icheckbox_square-blue.checked {
        background-position: -31px 0;
    }

.input-group-addon {
    background-color: white !important;
    border: none !important;
}

.btn {
    color: black;
    background: #efefef;
}

.btn-info:hover {
    background-color: #F44336;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #ed5629;
    border: none;
    color: white;
}

.btn.btn-warning {
    background: #f0ad4e;
    color: white;
}

.btn:hover {
    opacity: 0.9;
}

.btn:focus,
.btn:active:focus {
    outline: none;
}

.btn-add, .btn-add:hover {
    background: none;
    color: #ed5629;
    border: 1px #ed5629 solid;
    padding-right: 30px;
    position: relative;
}

    .btn-add:after {
        content: "+";
        color: #ed5629;
        border: 1px #ed5629 solid;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        line-height: 15px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 8px;
        top: 0;
        bottom: 2px;
        margin: auto;
    }


.btn-upload:after,
.btn-download:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
}

.btn-upload:after {
    content: "\f093";
}

.btn-download:after {
    content: "\f0ab";
}


.mr-30 {
    margin-right: 30px !important;
}

.filter-btn,
.filter-btn:hover {
    border: solid 1px #f26101;
    background-color: #ffe4d2;
    color: #ed5629;
}

.filter-row .form-control {
    padding: 0;
    line-height: 28px;
    height: 28px;
}

.filter-row .form-group {
    width: 150px;
    margin: 5px 10px;
}

    .filter-row .form-group:first-child {
        margin-left: 0;
    }

    .filter-row .form-group.checkbox-group {
        margin-bottom: 0;
        margin-right: 30px;
        display: flex;
        align-items: center;
    }

        .filter-row .form-group.checkbox-group label {
            color: black;
        }

    .filter-row .form-group .dropdown-toggle {
        padding-bottom: 0;
    }

.fstMultipleMode .fstQueryInput {
    margin: 0 !important;
}

.filter-row label {
    margin: 0;
}

.filter-row > div {
    margin-right: 20px;
}

li.dropdown-header {
    background-color: #ed5629;
    color: white;
}

.btn-clear {
    background: none;
    color: #ed5629;
}

    .btn-clear:hover,
    .btn-clear:active,
    .btn-clear:active:hover,
    .filter-btn:hover,
    .filter-btn:active,
    .filter-btn:active:hover,
    .btn-outline:hover,
    .btn-outline:active,
    .btn-outline:active:hover {
        color: #ed5629;
    }

.btn-outline {
    border: 1px #ed5629 solid;
    background: none;
    color: #ed5629;
}

.go-btn, .go-btn:active, .go-btn:focus {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

    .go-btn:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
        opacity: 0.7;
    }

nav.navbar {
    background-color: #343939;
    border: none;
    border-radius: 0;
    margin: 0;
}

.content-wrapper {
    padding: 10px 43px;
    background: #f5f6f8;
    position: relative;
}


div#ProjectHours_wrapper, div#ProjectProjection_wrapper {
    padding: 0 15px;
}

div#tableProject_wrapper {
    padding: 0 15px;
}


#ProjectHours_wrapper .DTFC_LeftWrapper .DTFC_LeftBodyLiner {
    /*overflow-y: hidden !important;
    padding-right: 15px;*/
}

#ProjectProjection_wrapper .DTFC_LeftBodyWrapper {
    margin-right: -3px;
}

nav .profile-menu img {
    height: 24px;
    width: 24px;
    object-fit: contain;
    border-radius: 50%;
}

nav.navbar li > a {
    color: #e5e5e5 !important;
    padding: 15px 12px;
    line-height: 2;
}

nav.navbar ul.dropdown-menu, .navbar-nav .open .dropdown-menu {
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    border: none;
    top: calc(100% - 15px);
    border-radius: 4px;
    padding: 10px 0;
}

#more-nav {
    float: right;
}

nav.navbar .dropdown-menu li > a {
    padding: 8px 20px;
    line-height: 1;
}

    nav.navbar .dropdown-menu li > a:hover {
        background-color: #f2f7ff;
    }

nav li > a:hover {
    color: #ffffff !important;
}

nav .dropdown-menu li > a {
    color: #777 !important;
}

    nav .dropdown-menu li > a:hover {
        color: #000 !important;
    }

nav li.open .dropdown-toggle {
    background-color: #343939 !important;
}

nav .navbar-brand {
    padding: 0 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

aside.main-sidebar {
    display: none;
}

.sticky-table-header th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 999;
}


.form-group .form-control,
button.dropdown-toggle {
    border-width: 0;
    border-bottom-width: 1px;
    box-shadow: none !important;
    border-radius: 0;
    border-color: #d9dede;
    color: #000000;
    padding: 6px 0;
    background: none;
    background-color: transparent;
}

.form-group .disabled .disabled {
    opacity: 1;
}

/*button.dropdown-toggle,
.form-group select, 
.form-group select.form-control  {

    background-image:url(../../../../images/arrow-down-select.svg);
    -webkit-appearance:none;
    appearance: none;
}*/

.form-control[disabled], .btn-group > .disabled, .form-group .disabled {
    opacity: 0.7;
    /*background-color: #eee !important;
    padding: 6px;*/
}


.form-group input[type="checkbox"] {
    width: 16px !important;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    display: unset;
    margin-right: 10px !important;
    margin-top: 0;
    float: left;
}

.form-group .btn-group {
    padding: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    background: none;
    outline: none !important;
}

.dropdown-menu.open {
    border: none;
}

.bootstrap-select .dropdown-toggle:hover {
    background: none;
}

.rfp-request {
    padding-right: 130px;
}

.horizontal-center {
    display: flex;
    align-items: center;
}

.form-group label {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.17;
    color: #5d5b5b;
    margin-bottom: 0;
}

.fa-check-circle {
    font-size: 25px;
    color: #1eb537;
}

.fa-save {
    font-size: 25px;
    color: #48a0a5;
}

table.dataTable {
    margin: 0 !important;
}

.dataTables_wrapper, .bg-card-style {
    background: white;
    padding: 10px 15px;
    border: solid 1px #d9dede;
    border-radius: 4px;
}

.inner-card-border-unset .dataTables_wrapper {
    border: 0 !important;
}

table.dataTable {
    border: 0;
}

    table.dataTable td, table.dataTable th {
        border-width: 0 !important;
    }

    table.dataTable th {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.38 !important;
        color: #303030;
        /*
        color:#676767;
            text-align: left !important;*/
        outline: none;
        vertical-align: top !important;
        white-space: nowrap;
        /*min-width: 100px;*/
        font-weight: 500 !important;
        position: relative;
    }

    table.dataTable tbody td.bold {
        font-weight: 500 !important;
        color: #484848;
    }

.table > thead:first-child > tr:first-child > th {
    min-width: auto;
}

table.dataTable td {
    border-bottom: 1px #d9dede solid !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.15 !important;
    color: #666666;
    padding: 8px !important;
    vertical-align: middle !important;
    /*text-align: left !important;*/
}



.table-style2 .dataTables_wrapper {
    overflow-x: hidden;
}

.table-style2 .table-style-inner {
    /*overflow: auto;*/
}
/*.form-group.col-md-1.col-sm-1 {
    display: none;
}*/
.font-14 {
    font-size: 14px !important;
}

.font-black {
    color: black !important;
}

.font-white {
    color: white !important;
}

.a-hover-unset:hover {
    text-decoration: none !important;
}

table.dataTable .datatable_individualsearch {
    height: 37px;
    position: relative;
    padding: 0;
}

    table.dataTable .datatable_individualsearch input {
        border: none;
        border-bottom: 1px #d9dede solid;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        color: #a4a4a4;
        font-family: 'Rubik', sans-serif;
        position: absolute;
        top: 0;
        bottom: 10px;
        left: 8px;
        right: 8px;
        max-width: calc(100% - 16px);
        text-align: center;
        width: 100%;
    }

table.dataTable thead th input:focus {
    outline: none;
}

table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    background: none;
}

th.sorting span {
    background: url(../../lib/datatables/datatables-1.12.1/images/sort_both.png) no-repeat;
}

th.sorting_asc span {
    background: url(../../lib/datatables/datatables-1.12.1/images/sort_asc.png) no-repeat;
}

th.sorting_desc span {
    background: url(../../lib/datatables/datatables-1.12.1/images/sort_desc.png) no-repeat;
}

th span {
    height: 20px;
    width: 20px;
    position: absolute;
    background-size: contain !important;
    background-position: center !important;
}

table.dataTable thead th {
    vertical-align: top;
}

    table.dataTable thead th.sorting_disabled input {
        display: none;
    }

    table.dataTable thead th.sorting input {
        display: block;
    }

table.dataTable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-row {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 0 10px;
}

.header-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 30px;
}

    .header-breadcrumbs .form-group {
        margin-bottom: 0 !important;
    }

.breadcrumbs-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 43px;
    max-width: calc(100% - 200px);
    top: 10px;
    bottom: 0;
}

.page-title,
.page-title a {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #303030;
    margin: 0;
    margin-bottom: 0;
}

.breadcrum-path {
    display: flex;
    align-items: center;
    height: 50px;
}

.breadcrum-path {
    display: flex;
    align-items: center;
    height: 50px;
}

.page-title span {
    padding-right: 20px;
    position: relative;
}

.page-title a:not(:last-child) span:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #707070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.breadcrum-path i:hover {
    cursor: pointer;
    color: #ed5629;
}

.breadcrum-path i {
    color: #707070;
    font-size: 15px;
}

.fav-menu:before {
    content: "\f005";
    color: #ed5629;
}

.page-title a:hover {
    text-decoration: none;
}

.page-title a:last-child span {
    padding-right: 5px;
}
/*.page-title a:last-child span:after {
                content: "\f006";
            }*/

/*Nav tab style*/

.nav-tabs-cust {
    position: relative;
}

.nav-tabs {
    position: relative;
    z-index: 1;
}

.nav-tabs-cust:not(.--jsfied) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-tabs-cust .hidden {
    display: none;
}

.nav-tabs-cust a,
.nav-tabs-cust button {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-tabs-cust .-primary {
    /*display: -webkit-box;
        display: flex;
        max-width: 100%;*/
    margin: auto;
}

    .nav-tabs-cust .-primary > li {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

        .nav-tabs-cust .-primary > li + li {
            /*border-left: 1px solid #b61a3e;*/
        }

        .nav-tabs-cust .-primary > li > a,
        .nav-tabs-cust .-primary > li > button {
            white-space: nowrap;
        }

            .nav-tabs-cust .-primary > li > a:hover,
            .nav-tabs-cust .-primary > li > button:hover {
                /*background-color: #b61a3e;*/
            }

            .nav-tabs-cust .-primary > li > a:active,
            .nav-tabs-cust .-primary > li > button:active {
                /*background-color: #961534;*/
            }

    .nav-tabs-cust .-primary .-more {
        display: inline-block;
        flex: unset;
    }

        .nav-tabs-cust .-primary .-more > button span {
            display: inline-block;
            transition: transform 0.2s;
        }

        .nav-tabs-cust .-primary .-more > button {
            background: #9c9c9c;
            border-radius: 3px;
            line-height: 2;
            margin: 15px 10px;
        }

.nav-tabs-cust.--show-secondary .-primary .-more > button span {
    transform: rotate(180deg);
}

.nav-tabs-cust .-secondary {
    max-width: 100%;
    min-width: 200px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-animation: nav-secondary 0.2s;
    animation: nav-secondary 0.2s;
    background: white;
    z-index: 999 !important;
    box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 28%);
    border: none;
    border-radius: 4px;
    padding: 4px 0;
    list-style: none;
}

    .nav-tabs-cust .-secondary li.open .dropdown-toggle {
        background-color: #e2ffff !important;
    }

    .nav-tabs-cust .-secondary li::marker {
        display: none;
    }

    .nav-tabs-cust .-secondary .dropdown-menu {
        min-width: 0 !important;
    }

    .nav-tabs-cust .-secondary li a {
        color: black !important;
        padding: 8px;
    }

li.-more button {
    background: none;
    color: white;
    box-shadow: none;
    outline: none;
    border: none;
}

.nav-tabs-cust.--show-secondary .-secondary {
    display: block;
}

.nav-tabs-cust .-secondary .dropdown-menu {
    position: static;
    box-shadow: none;
}

@-webkit-keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nav-secondary {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*Nav tab style end*/
.lead-search.filter-row {
    margin-bottom: 10px;
}

.box-widget {
    background: white;
    box-shadow: 2px 2px 4px rgba(0 0 0 / 0.06);
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 15px 0;
}

    .box-widget .widget-user-username {
        margin-top: 0;
    }

.dataTables_wrapper {
    position: relative;
    overflow-x: auto;
}

.flex-wrap {
    flex-wrap: wrap;
}

.role-access-table {
    position: relative;
    overflow-x: auto;
}

    .role-access-table th {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.38 !important;
        color: #303030;
        text-align: left;
    }

    .role-access-table th,
    .role-access-table td,
    .role-access-table table,
    .role-access-table tbody {
        border: none !important;
    }

    .role-access-table td {
        border-bottom: 1px #ccc solid !important;
    }

    .role-access-table tbody:not(#tableRole) tr:hover {
        background: transparent;
    }



    .role-access-table tbody .checkbox {
        margin-top: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .role-access-table tbody .checkbox {
        cursor: pointer;
    }

        .role-access-table tbody .checkbox input {
            margin: 0;
        }

        .role-access-table tbody .checkbox label {
            padding: 0;
        }

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    text-align: center;
}

    .dataTables_wrapper .dataTables_processing > div {
        padding: 5px;
    }

.dataTables_wrapper > .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

    .dataTables_wrapper > .bottom .dataTables_length label {
        font-size: 14px;
        color: #303030;
        margin: 0;
        font-weight: 100;
    }

    .dataTables_wrapper > .bottom .dataTables_length select {
        margin: 0 5px;
    }

    .dataTables_wrapper > .bottom .dataTables_info {
        padding: 0;
        font-size: 14px;
        color: #303030;
    }

.dataTables_wrapper .pagination a {
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #b6b6b6;
    line-height: 34px;
    height: 42px;
}

.dataTables_wrapper .pagination li:not(.previous):not(.next) a {
    width: 42px;
    border-radius: 50%;
    padding: 4px 2px;
    text-align: center;
}

.dataTables_wrapper .pagination li.active a {
    background-color: #ed5629;
    color: white;
}

.pagination > li:not(.active) a:hover {
    color: #424242;
}

/* login */
@media screen and (min-width: 991px) {
    .login-two-section-justify {
        align-items: center;
        display: flex;
        min-height: 100vh;
        background: #F5F6F8;
    }

    .login-two-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 33.333%;
        height: 100%;
        background-color: #343939;
    }
}

.login-two-section .container-fluid {
    min-height: 100%;
}

.login-two-section {
    position: relative;
    width: 100%;
    height: 100vh;
}

    .login-two-section .login-heading-section {
        margin-bottom: 140px;
    }

        .login-two-section .login-heading-section h1 {
            color: #fff;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 32px;
            font-weight: 500;
            line-height: 0.41;
        }

    .login-two-section .login-content-section h1 {
        font-size: 100px;
        font-stretch: normal;
        line-height: 1.25;
        color: #f86168;
        font-family: "Arizonia", cursive;
        margin-bottom: 21px;
    }

    .login-two-section .login-content-section p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        line-height: 0.72;
        text-align: center;
        color: #a6a7ad;
        margin: 0;
    }

    .login-two-section .login-from-section {
        max-width: 400px;
        padding: 50px;
        background-color: #fff;
        width: 100%;
        margin: 20px auto 0px auto;
    }

.login-box-msg {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 500;
}

.box-header .box-title {
    margin: 20px 0;
    font-size: 21px;
    font-weight: 100;
    color: #333;
}

.panel-group .panel-heading {
    color: #ed5629 !important;
    background-color: white !important;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 500 !important;
}

.panel-group a.fa::before {
    color: #ed5629;
}

@media screen and (max-width: 992px) {
    .login-img-bg {
        background-color: #343939;
    }

        .login-img-bg img {
            margin: 40px auto;
        }

    .login-box-wrap {
        min-height: calc( 100vh - 200px);
    }
}

/*Old style start*/


.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-infos {
    font-size: 13px;
    margin: 20px 0 5px 0;
}

.direct-chat-messages {
    padding: 10px 20px;
}

.modal-header p {
    margin: 0;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

.direct-chat-name {
    font-weight: 500;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}

.login-card-logo {
    max-width: 400px;
    display: flex;
    margin: auto;
    margin-top: 40px;
}

.switch {
    width: 34px !important;
    height: 18px !important;
    margin: 0;
}

.slider:before {
    height: 14px !important;
    width: 14px !important;
    bottom: 2px !important;
}

input:checked + .slider:before {
    transform: translateX(19px) !important;
}

.tab-content > .tab-pane {
    padding: 10px 15px;
    background: white;
    border: 1px #d9dede solid;
    margin-top: -1px;
    border-radius: 4px;
}

    .tab-content > .tab-pane .dataTables_wrapper {
        border: none;
        padding: 0;
    }

.tab-pane .dataTables_wrapper {
    margin-top: -1px;
    width: 100%;
}

.bg-white {
    background: white;
    border-radius: 4px;
}

.child-row-m-0 > .row {
    margin: 0;
}

.accordion-inner-expand a {
    font-size: 14px;
}

    .accordion-inner-expand a[data-toggle="collapse"] {
        position: relative;
        padding-left: 20px;
        display: block;
        line-height: 25px;
    }

        .accordion-inner-expand a[aria-expanded="false"]:before,
        .accordion-inner-expand a[data-toggle="collapse"]:before,
        .accordion-inner-expand a[aria-expanded="true"]:before {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 24px;
            line-height: 25px;
        }

        .accordion-inner-expand a[aria-expanded="false"]:before,
        .accordion-inner-expand a[data-toggle="collapse"]:before {
            content: "+";
            color: #52c16a;
        }

    .accordion-inner-expand a[aria-expanded="true"]:before {
        content: "-";
        color: #ff9191;
    }


.accordion-inner-expand .box-body {
    padding: 0 15px;
    width: 100%;
}
/*.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}*/
.accordion-inner-expand .box-header {
    color: #444;
    display: block;
    /* padding: 10px; */
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.accordion-inner-expand .panel {
    margin-bottom: 0;
}

    .accordion-inner-expand .panel.box.box-primary {
        border-bottom: 1px;
        border-radius: 0;
    }

        .accordion-inner-expand .panel.box.box-primary h2.box-title {
            padding-bottom: 5px;
        }

.accordion-inner-expand .box-body .panel {
    padding: 8px 0;
    box-shadow: none;
}

.accordion-inner-expand .box-body > .row {
    padding: 0 0 5px 0;
}

.accordion-inner-expand .box-body .box-header {
    margin-bottom: 10px;
}

.accordion-inner-expand .box-header h2,
.accordion-inner-expand .box-header h3 {
    margin: 0;
}

.accordion-inner-expand .box.box-success {
    border-top-color: #00a65a;
    border-radius: 0;
}

.accordion-inner-expand .title-values > div {
    font-weight: 800;
    font-size: 15px;
    color: #367fa9;
}

.dashboard-panel .panel-body {
    padding: 10px 15px;
}

.panel-body .dataTables_wrapper {
    padding: 0;
}

.nav-tabs-cust .-secondary {
    z-index: 9;
    background: #ffffff;
}

.m-auto {
    margin: auto;
}

.modal-backdrop {
    /*max-height: 100vh;*/
    position: fixed;
}

.modal-body {
    /*max-height: 80vh;
    overflow-y: auto;*/
}

/*Bordered table*/
table.bordered-table,
table.bordered-table th,
table.bordered-table td,
table.bordered-table tr th {
    border: 1px solid #ddd !important;
}

    table.bordered-table thead:first-child > tr:first-child > th {
        border: 1px solid #ddd !important;
        background: white;
    }

/*Table Header and body text alignement start*/
table.thead-center th,
table.tbody-center td {
    text-align: center !important;
}

table.thead-left th,
table.tbody-left td {
    text-align: left;
}

table.thead-right th,
table.tbody-right td {
    text-align: right;
}
/*Table Header and body text alignement end*/

.all-btns-none {
    display: none;
}

table.dataTable th.text-right.sorting,
table.dataTable th.text-right.sorting_asc,
table.dataTable th.text-right.sorting_desc {
    padding-right: 22px !important;
    text-align: right;
}

/*table.dataTable th.text-right input,
table.dataTable td.text-right{    
    text-align:right !important;    
}
table.dataTable th.text-center-override,
table.dataTable td.text-center-override {
text-align:center !important;
}*/
#ProjectProjection_wrapper .DTFC_ScrollWrapper {
    max-height: calc(100vh - 200px);
}

#ProjectProjection_wrapper .dataTables_scrollBody {
    max-height: calc(100vh - 285px);
    overflow-y: hidden;
}

#ProjectProjection_wrapper .DTFC_LeftBodyLiner,
#ProjectProjection_wrapper .DTFC_LeftBodyWrapper {
    max-height: calc(100vh - 300px) !important;
}























@media screen and (max-width:767px) {
    .header-breadcrumbs {
        flex-direction: column;
        align-items: flex-start;
    }

        .header-breadcrumbs .page-title {
            margin-bottom: 10px;
        }

    .nav-tabs-cust .-primary .-more {
        display: table;
        flex: unset;
        margin-left: auto;
        margin-right: 20px !important;
    }

        .nav-tabs-cust .-primary .-more > button {
            margin: 0;
        }

    .page-title {
        align-items: flex-start;
    }

    .breadcrumbs-btn {
        max-width: none;
        flex-wrap: wrap;
        position: relative;
        height: auto;
        top: 0;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width:1199px) {
    .filter-row {
        align-items: flex-start;
    }
}

/* loader starts */
.ms-3 {
    margin-left: 1rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.loader-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10101010;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-loader {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ef5a2a;
    position: relative;
    animation: 1.5s grow ease-in-out infinite;
    z-index: 10101;
}

.dot-loader-2 {
    animation: 1.5s grow ease-in-out infinite 0.2s;
}

.dot-loader-3 {
    animation: 1.5s grow ease-in-out infinite 0.4s;
}

@keyframes grow {
    0%, 40%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
/* loader ends */
