/* Add here all your CSS customizations */
html body {
    background-color: #fff;
}

html.header-dark .header {
    background: #313232;
    border-top-color: #313232;
}

html.header-dark .userbox:after {
    background: none;
}

html.header-dark .userbox .dropdown-menu {
    background-color: #fff;
}

html.header-dark .userbox.show .dropdown-menu a {
    color: #7d7d7d;
}

html.header-dark .userbox.show .name, html.header-dark .userbox.show .custom-caret:before {
    color: #000011;
}

html.header-dark .userbox .dropdown-menu .divider {
    background: #e5e5e5;
}

/**
CPT REQUEST
 */
p, label.col-form-label {
    color: #495057;
}

.input-group-append span.input-group-text a {
    color: #495057;
}

.col-form-label-xs {
    font-size: 0.6rem;
}

.logo-container {
    display: inline-block;
    line-height: 50px;
    height: 53px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    margin-left: 5px;
}

.logo-container img {
    max-height: 40px;
    max-width: 290px;
    padding: 0 6px;
}

.switch-client {
    display: inline-block !important;
}

.switch-client .btn-primary {
    border: 2px solid #f7931e;
    border-radius: 2rem;
}

.switch-client .btn-primary:hover {
    color: #f7931e;
    background-color: #fff;
}

.userbox .name {
    color: #7f8082;
}

.userbox .role {
    line-height: normal;
}

.userbox .custom-caret:before {
    color: #7f8082;
}

.userbox.show .dropdown-menu a i {
    font-size: 0.9rem;
}

.page-header .breadcrumbs {
    margin-right: 10px;
}

.sidebar-left {
    -webkit-box-shadow: 10px 60px 30px 5px #efefef;
    -moz-box-shadow: 10px 60px 30px 5px #efefef;
    box-shadow: 10px 60px 30px 5px #efefef;
}

html.sidebar-light:not(.dark) ul.nav-main li a {
    color: #313232;
}

ul.nav-main li.nav-parent > a:after {
    color: #313232;
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover, html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
    color: #f7931e;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children {
    background-color: #f7931e;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.3) inset;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a {
    color: #fbfbf8;
    font-weight: 200;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children li.nav-active a {
    color: #fbfbf8;
    font-weight: 700;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:hover, html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:focus {
    background-color: inherit;
    color: #fbfbf8;
    font-weight: 700;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-expanded > a {
    background-color: #fff;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 300px;
    background-color: #313232;
    padding: 10px;
}

.sidebar-footer img {
    height: 30px;
    padding-left: 10px;
}

.sidebar-footer.collapsed {
    width: 100% !important;
}

.background-image {
    position: fixed;
    right: 0;
    bottom: 0;
}

.content-body:not(.card-margin) > form + .row {
    padding-top: 40px;
}

.content-body:not(.card-margin) > form > .row + .row {
    padding-top: 40px;
}

.content-body:not(.card-margin) > .row + form > .row {
    padding-top: 40px;
}

.card-action-toggle:before {
    content: "\f0d8";
}

.card-collapsed .card-action-toggle:before {
    content: "\f0d7";
}

.row .card {
    -webkit-box-shadow: 0 0 30px 5px #efefef;
    -moz-box-shadow: 0 0 30px 5px #efefef;
    box-shadow: 0 0 30px 5px #efefef;
}

.card {
    border-radius: 20px;
}

html .card-dark .card-header {
    background: #7f8082;
    border-color: #7f8082;
    cursor: pointer;
}

.card-header {
    border-radius: 20px 20px 0 0 !important;
}

.card-header + .card-body {
    border-radius: 0 0 20px 20px;
}

.card-title {
    font-weight: 400;
    letter-spacing: normal;
}

.form-divider {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

div.row.form-group + div.row.form-group {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.table th, .table td {
    border-top: 0;
}

.dashboard-plugin-box {
    max-width: 150px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.dashboard-plugin-box a {
    text-decoration: none;
    color: #777;
}

.dashboard-plugin-box .card {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.dashboard-plugin-box .card:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.dashboard-plugin-box .card-body {
    border-radius: 20px;
    padding: 1rem;
}

.dashboard-plugin-icon img {
    max-width: 100%;
    height: 60px;
}

.dashboard-plugin-icon i {
    font-size: 40px;
    color: #f7931e;
}

.dashboard-plugin-title {
    height: 20px;
    line-height: 15px;
    font-weight: 600;
    font-size: 0.8rem;
}

.client-box {
    max-width: 200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.client-box a {
    text-decoration: none;
    color: #777;
}

.client-box .card {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.client-box .card:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.client-box .card-body {
    border-radius: 20px;
}

.client-icon {
    width: 130px;
    height: 45px;
}

.client-icon img {
    max-width: 100%;
    max-height: 100%;
}

.client-logo-preview-container {
    height: 220px;
    border-radius: 0.75rem;
    position: relative;
}

.client-logo-preview-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.client-title {
    height: 30px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 1.0em;
}

.hosted-image-preview-container {
    height: 400px;
    border-radius: 0.75rem;
    position: relative;
}

.hosted-image-preview-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-control:not(.form-control-sm):not(.form-control-lg).form-control-custom-sm {
    width: auto;
    display: inline-block;
    line-height: 1.43rem;
    min-height: 1.43rem;
    font-size: 0.85rem;
    padding-top: 1px;
    padding-bottom: 1px;
}

@media only screen and (max-width: 767px) {
    html.header-dark .header {
        background: #313232;
        border-top-color: #313232;
        border-bottom-color: #313232;
    }

    html.header-dark .header .header-right {
        background: #313232;
        margin-top: 0;
    }

    html.header-dark .header .logo-container {
        border: 0;
        background-color: transparent;
        position: static;
        height: 53px;
    }

    html.header-dark .header .logo-container img {
        display: none;
    }

    html.header-dark .header .logo-container h4 {
        position: absolute;
    }

    html.header-dark.sidebar-left-opened .header .toggle-sidebar-left {
        position: fixed;
        z-index: 99;
    }

    .switch-client {
        margin: 10px 5px;
    }

    .userbox {
        float: right;
    }

    .userbox .name, .userbox .role {
        max-width: 200px;
    }

    .userbox.show .dropdown-menu {
        padding: 45px 10px 0;
    }

    .sidebar-left {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-top: 0;
    }

    .content-body:not(.card-margin) > .row + .row {
        padding-top: 1.5rem;
    }

    .card-actions {
        position: absolute;
    }

    .form-divider {
        border-right: 0;
    }

    .background-image {
        display: none;
    }

    .btn-sticky-container {
        left: 35px !important;
        right: 35px !important;
        z-index: 10 !important;
    }
}

@media only screen and (max-width: 991px) {
    .page-header .breadcrumbs {
        display: none;
    }

    .form-divider {
        border-right: 0;
    }

    .main-background {
        display: none;
    }
}

#searchResultTable td input[type="checkbox"] {
    margin-top: 4px;
}

.table-cell-input {
    min-width: 250px;
}

input[type="file"].form-control:not(.form-control-sm):not(.form-control-lg) {
    line-height: 1.3;
}

.codemirror-xl + div.CodeMirror {
    height: 700px !important;
}

.codemirror-lg + div.CodeMirror {
    height: 500px !important;
}

.codemirror-sm + div.CodeMirror {
    height: 150px !important;
}

iframe.form-control {
    height: 500px;
}

input.form-control.calendar-input {
    background-color: #fff;
}

input.form-control.calendar-input:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

input.form-control.timepicker-input {
    background-color: #fff;
}

input.form-control.timepicker-input:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.table-hover tbody tr.row-sel {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover tbody tr.row-sub {
    background-color: #f6f6f6;
}

.table-hover tbody tr.row-sub:hover {
    background-color: #f6f6f6;
}

.table-hover tbody tr.row-sub thead tr:hover {
    background-color: #f6f6f6;
}

.table-hover thead tr:hover {
    background-color: white;
}

.form-control {
    border-radius: 0.75rem;
}

.form-check-label {
    line-height: normal;
}

.input-group-text {
    border-radius: 0.75rem 0 0 0.75rem;
}

.input-group-append {
    margin-left: 0;
}

.input-group-text-right {
    border-radius: 0 0.75rem 0.75rem 0;
}

.textarea-resize-none {
    resize: none;
}

.btn-primary:disabled:hover {
    cursor: not-allowed;
}

.card-buttons .btn-primary {
    border: 2px solid #f7931e;
    border-radius: 0.75rem;
    min-width: 100px;
}

.card-buttons .btn-primary:hover {
    color: #f7931e;
    background-color: #fff;
}

.card .btn-xs.btn-primary {
    border: 2px solid #f7931e;
    border-radius: 0.5rem;
}

.card .btn-xs.btn-primary:hover {
    color: #f7931e;
    background-color: #fff;
}

.btn-add {
    min-width: 40px !important;
    height: 40px;
    border-radius: 20px !important;
    padding: 8px;
}

.btn-container .btn-primary {
    border: 2px solid #f7931e;
    border-radius: 0.75rem;
    min-width: 100px;
}

.btn-container .btn-primary:hover {
    color: #f7931e;
    background-color: #fff;
}

.btn-sticky-container {
    position: fixed;
    left: 360px;
    right: 60px;
    bottom: 15px;
    z-index: 1005;
}

.btn-sticky-container .btn-primary {
    -webkit-box-shadow: 0 0 10px 0 #7f8082;
    -moz-box-shadow: 0 0 10px 0 #7f8082;
    box-shadow: 0 0 10px 0 #7f8082;
    border: 2px solid #f7931e;
    border-radius: 0.75rem;
    min-width: 100px;
}

.btn-sticky-container .btn-primary:hover {
    color: #f7931e;
    background-color: #fff;
}

.btn-sticky-container select {
    -webkit-box-shadow: 0 0 10px 0 #7f8082;
    -moz-box-shadow: 0 0 10px 0 #7f8082;
    box-shadow: 0 0 10px 0 #7f8082;
    min-width: 100px;
    width: 200px;
    display: inline-block;
}

html.header-dark.sidebar-left-collapsed .btn-sticky-container {
    left: 135px;
}

html .scroll-to-top {
    -webkit-box-shadow: 0 0 10px 0 #7f8082;
    -moz-box-shadow: 0 0 10px 0 #7f8082;
    box-shadow: 0 0 10px 0 #7f8082;
    min-width: 30px;
    border: 2px solid #f7931e;
    background-color: #f7931e;
    border-radius: 10px;
    color: #fff;
    bottom: 15px;
}

html .scroll-to-top:hover {
    color: #f7931e;
    background-color: #fff;
}

html .scroll-to-top.visible {
    opacity: 1;
}

.chart-margin {
    margin-top: -20px;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
}

.multiselect-selected-text {
    float: left;
}

.multiselect-container {
    width: 100%;
    z-index: 9999 !important;
}

button.multiselect.dropdown-toggle:after {
    float: right;
    margin-top: 10px;
    color: #b4b4b4;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    line-height: 1.65;
}

.multiselect-container .input-group input {
    max-width: 90%;
}

.multiselect-container > .active > a {
    background-color: #fff;
}

.multiselect-container > .active > a:hover, .multiselect-container > .active > a:focus {
    background-color: #e9ecef;
}

.multiselect-container > li.active > a > label, .multiselect-container > li.active > a:active, .multiselect-container > li.active > a:focus {
    color: inherit;
}

.datepicker-months table thead tr:last-child th:hover {
    color: #fff;
}

.bootstrap-timepicker-widget table td a:hover {
    color: #fff;
}

.custom-cell {
    max-width: 250px;
    width: 100%;
    margin-bottom: 0.5rem;
}

.custom-system-cell, .custom-service-cell {
    max-width: 300px;
    width: 100%;
    display: inline-block;
}

.custom-service-cell label:hover {
    cursor: pointer;
    color: #f7931e;
}

select:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.btn-default:hover {
    background-color: #e9ecef;
}

.btn-default:disabled:hover {
    cursor: not-allowed;
}

/*.switch.disabled {*/
/*    pointer-events: none;*/
/*    opacity: 0.3;*/
/*}*/

.jstree-grid-header-regular {
    background-color: #fff !important;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #777;
}

.jstree-grid-separator-regular {
    border-style: none !important;
}

.jstree-grid-column-0 {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.jstree-grid-column-1, .jstree-grid-column-2 {
    position: relative;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/hydra/loader.gif");
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.button-loader {
    min-width: 40px;
    width: 100%;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/hydra/loader.gif");
    display: none;
}

.main-background {
    height: 100vh;
    max-width: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/hydra/background-side.png");
}

.main-logo-container {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 5rem;
}

.main-logo-container img {
    width: 100%;
    max-width: 100px;
}

.main-logo-container h1 {
    color: #000011;
}

.category-logo-container img {
    max-width: 200px;
    max-height: 200px;
}

.main-card.card {
    box-shadow: none;
    max-width: 450px;
    width: 100%;
}

.main-card-lg.card {
    box-shadow: none;
    max-width: 700px;
    width: 100%;
}

.main-card .card-title, .main-card-lg .card-title {
    color: #7f8082;
}

.main-card.card .card-body, .main-card-lg.card .card-body {
    box-shadow: none;
    background-color: #fff;
}

.main-card div.row.form-group + div.row.form-group, .main-card-lg div.row.form-group + div.row.form-group {
    border-top: none;
}

.main-card-buttons .btn-primary {
    color: #f7931e;
    background-color: #fff;
    border: 2px solid #f7931e;
    border-radius: 0.75rem;
    min-width: 100px;
}

.main-card-buttons .btn-primary:hover {
    color: #fff;
    background-color: #f7931e;
}

.main-link {
    color: #7f8082;
}

.main-link:hover {
    text-decoration: none;
    font-weight: 600;
    color: #f7931e;
}

.ui-pnotify .notification-danger .ui-pnotify-text {
    padding-left: 15px;
}