@import url('https://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900');

* {
    /* scrollbar-color: rgba(0, 0, 0, 0.105) rgba(0, 0, 0, 0.005); */
    scrollbar-color: rgba(255, 255, 255, 0.105) rgba(0, 0, 0, 0.005);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: thin;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.21);
    border: 3px solid rgba(255, 255, 255, 0.21);
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.01);
}

.adyen-checkout__button {
    background-color: rgba(87, 196, 235, 0.6) !important;
    height: 36px !important;
}

.adyen-checkout__button:hover {
    background-color: rgba(87, 196, 235, 0.7) !important;
}

.adyen-checkout__label__text {
    color: #fff !important;
}

.popover>.popover-header {
    background-color: #212529;
}

a,
a:active,
a:hover {
    color: #57c4eb;
    text-decoration: none;
}

a.disabled {
    opacity: 0.4;
    pointer-events: none;
}

a.nav-link {
    background-color: rgba(0, 0, 0, 0.4);
    border: 0 !important;
    border-radius: 10px 0 0 30px !important;
    color: #fff !important;
    font-size: 1.3em;
    padding: 12px 20px;
}

a.nav-link.active {
    background-color: rgba(0, 0, 0, 0.6) !important;
    outline: none;
}

body {
    background-color: #261a4f;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    height: 100vh;
    overflow-y: hidden;
}

body.hg-bg-1 {
    background-image: url("../assets/backgrounds/background_login.jpg");
    background-size: cover;
}

body.hg-bg-2 {
    background-image: url("../assets/backgrounds/background.jpg");
    background-size: cover;
}

div.card {
    background-color: rgba(255, 255, 255, 0.2);
}

div.container.large {
    max-width: fit-content;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: 1800px;
}

div.modal-content {
    background-color: #000;
    color: #fff;
}

/* .form-control {
    height: 36px;
    resize: none;
} */

/* .form-control.disabled,
.form-control:disabled {
    background-color: silver;
    border-color: silver;
} */

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.toast {
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 320px;
    position: absolute;
    right: 0;
    top: 0;
}

div.modal-dialog.hg-modal-lg {
    max-width: fit-content;
}

div.modal-header {
    border-bottom: 2px solid rgba(87, 196, 235, 0.6);
}

div.modal-header>button.close,
div.modal-header>button.close:hover {
    color: #fff !important;
    outline: none;
}

div.modal-footer {
    border-top: 2px solid rgba(87, 196, 235, 0.6);
}

div.modal-footer>button.btn.btn-secondary {
    background-color: transparent;
}

.modal-open .hg-overlay {
    overflow-y: hidden;
}

div.row {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

hr {
    background-color: #fff;
}

.icon-systemon_off {
    font-size: 1.7em;
    vertical-align: middle;
}

li.nav-item {
    border-radius: 10px 0 0 30px;
    margin-bottom: 0 !important;
}

span.hg-status-on>::before {
    color: mediumspringgreen;
}

span.hg-status-off>::before {
    color: deepskyblue;
}

span.hg-status-standby>::before {
    color: gold;
}

span.hg-status-disappeared>::before {
    color: snow;
}

span.hg-status-error>::before {
    color: deeppink;
}

table {
    color: #fff !important;
}

table>tbody>tr>td {
    line-height: initial;
}

table>thead>tr>th {
    font-size: 1.2rem;
    font-weight: bold;
}

table#hgid-disttable>thead>tr>th {
    background-color: rgb(39, 129, 167);
    position: sticky;
    top: 0;
}

table#hgid-disttable>tbody>tr>td {
    vertical-align: middle;
}

ul.nav.nav-tabs {
    border: 0;
    bottom: 0;
    display: inline;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #0002;
}

::-webkit-scrollbar-thumb:hover {
    background: #0004;
}

.btn {
    border: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    box-shadow: none;
}

.btn-link,
.btn-link:focus {
    color: #fff;
    margin: 0;
    padding: 0;
}

.btn-link:active,
.btn-link:hover {
    color: #eee;
}

.btn-primary:not(:disabled):not(.disabled) {
    background-color: rgba(87, 196, 235, 0.6);
}

.btn-primary:not(:disabled):not(.disabled):hover {
    background-color: rgba(87, 196, 235, 0.7);
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: rgba(128, 128, 128, 0.6);
}

.btn-secondary:not(:disabled):not(.disabled) {
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-secondary:not(:disabled):not(.disabled):hover,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: rgba(87, 196, 235, 0.6);
}

.btn-secondary:not(:disabled):not(.disabled).active:active,
.btn-secondary:not(:disabled):not(.disabled).active:hover {
    background-color: rgba(87, 196, 235, 0.7);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2781a7;
    background-color: #2781a7;
}

.list-group-item {
    background-color: transparent;
    border: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.hg-border-dashed {
    border: 1px dashed rgba(255, 255, 255, 0.6);
}

.hg-btn-filter {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #261a4f;
    color: #261a4f;
    font-size: 0.66rem;
    font-weight: 600;
    height: 22px;
    margin: 16px 7px 0 7px;
    box-shadow: 0 0 0 1px #fff !important;
    padding: 2px;
    width: 22px;
}

.hg-btn-filter.hg-radio {
    border-radius: 50%;
}

.hg-btn-filter:active,
.hg-btn-filter:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.hg-btn-filter.active {
    background-color: #fff;
}

.hg-btn-size {
    height: 36px;
    min-width: 103px;
}

.hg-btn-toggle,
.hg-btn-transparent {
    background-color: transparent;
    border: none;
    color: #57c4eb;
    padding: 0;
}

.hg-btn-toggle:active,
.hg-btn-toggle:hover {
    background-color: transparent;
    border: none;
    color: hsl(196, 79%, 78%);
    padding: 0;
}

.hg-color-blue-1 {
    color: #57c4eb;
}

.hg-bg-blue-1 {
    background-color: #57c4eb;
}

.hg-changeready {
    background-color: rgba(87, 196, 235, 0.6);
    cursor: crosshair;
}

.hg-chart {
    height: 500px;
    min-height: 40vh;
}

.hg-color-transparent {
    color: transparent;
}

.hg-commandbtn {
    cursor: pointer;
}

.hg-commandbtn.disabled {
    cursor: initial;
    opacity: 0.4;
}

.hg-credits-box,
.hg-credits-box-off {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 120px;
}

.hg-credits-box:active,
.hg-credits-box:focus,
.hg-credits-box:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #57c4eb;
}

.hg-credits-box.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #57c4eb;
}

.hg-credits-box2,
.hg-credits-box-off2 {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 210px;
}

.hg-credits-box-off2 {
    border-color: #6c757d !important;
    color: #6c757d !important;
    cursor: initial !important;
}

.hg-credits-box2:active,
.hg-credits-box2:focus,
.hg-credits-box2:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: limegreen;
}

.hg-credits-box2.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: limegreen;
}

.hg-date {
    border: 0;
    border-radius: 5px;
    height: 25px;
    width: 100%;
}

.hg-date:focus {
    outline: none;
}

.hg-deleteready {
    background-color: rgba(220, 53, 69, 0.6);
    cursor: crosshair;
}

.hg-hr-modest {
    background-color: rgba(255, 255, 255, 0.2);
}

.hg-payment-btn {
    font-size: 1em;
    font-weight: 500;
}

.hg-pseudolink {
    cursor: pointer;
    text-decoration: underline;
}

.hg-pseudolink2 {
    color: #57c4eb;
    cursor: pointer;
}

.hg-pseudolink3 {
    cursor: pointer;
}

.hg-pseudolinkbtn {
    background-color: transparent;
    border: none;
    color: #57c4eb;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
}

.hg-pseudolink:focus,
.hg-pseudolink:hover,
.hg-pseudolink2:focus,
.hg-pseudolink2:hover,
.hg-pseudolink3:focus,
.hg-pseudolink3:hover,
.hg-pseudolinkbtn:focus,
.hg-pseudolinkbtn:hover {
    color: hsl(196, 79%, 78%);
    outline: none;
}

.hg-info {
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    font-size: small;
    letter-spacing: 1px;
}

.hg-info:focus,
.hg-info:hover {
    color: #fff;
}

.hg-input,
.hg-input:focus,
.hg-input::placeholder {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #57c4eb;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.hg-input::placeholder {
    opacity: 0.5;
}

::-webkit-input-placeholder {
    border: none !important;
}

.hg-input-quantity {
    text-align: center;
    width: 40px;
}

.hg-image {
    border-radius: 4%;
}

.hg-main {
    background: linear-gradient(to bottom, #2781a7, rgba(38, 26, 79, 0.5));
    border: 2px solid;
    border-color: #2781a7;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    padding: 10px;
}

.hg-menu-block {
    height: 50px;
}

.hg-mt-settings {
    margin-top: 30px !important;
}

.hg-opac-40 {
    opacity: 0.4;
}

.hg-opac-80 {
    opacity: 0.8;
}

.hg-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 5px 5px 5px;
    color: #fff;
    padding: 20px;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.hg-overlay-plus {
    border-radius: 5px !important;
}

.hg-scroll {
    overflow-x: scroll;
    overflow-y: scroll;
}

.hg-scroll-overview {
    height: 75vh;
    overflow-x: scroll;
    overflow-y: scroll;
}

.hg-section {
    background-color: rgba(255, 255, 255, 0.1);
    margin: 1rem;
    min-height: 305px;
    padding: 1rem;
}

.hg-section.large {
    margin: 0 !important;
    min-height: 314px !important;
}

.hg-select {
    font-size: 0.8rem;
    margin-right: 2px;
    min-width: 80px;
    padding: 0;
}

.hg-select.ymd {
    background: #fff;
    border: none;
    border-radius: 2px;
    font-size: 0.9rem;
}

.hg-select-nexus {
    border: 3px solid #2781a7;
    border-radius: 5px;
    margin: 5px 2px 5px 12px;
    padding: 5px 2px 1px 0;
}

.hg-settings {
    width: 100%;
}

.hg-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 30vh auto;
    width: 6rem;
    height: 6rem;
}

.hg-spinnersmall {
    margin: 0 8px;
    vertical-align: middle;
    width: 1.0rem;
    height: 1.0rem;
}

.hg-status-icon {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
}

.hg-status-icon-success,
.hg-status-icon-success:hover {
    color: #28a745;
    font-size: 1.3rem;
    vertical-align: middle;
}

.hg-status-icon-warning,
.hg-status-icon-warning:hover {
    color: #ffc107;
    font-size: 1.3rem;
    vertical-align: middle;
}

.hg-status-icon-danger,
.hg-status-icon-danger:hover {
    color: #dc3545;
    font-size: 1.3rem;
    vertical-align: middle;
}

.hg-status-icon-muted,
.hg-status-icon-muted:hover {
    color: #6c757d;
    font-size: 1.3rem;
    vertical-align: middle;
}

.hg-middle {
    vertical-align: middle;
}

.hg-sub {
    vertical-align: sub;
}

.hg-super {
    vertical-align: super;
}

.hg-table-single {
    margin-bottom: 25px;
}

.hg-table-single td,
.hg-table-single th {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}

.hg-table-single tr {
    height: 38px !important;
}

.hg-table-striped tbody tr,
.hg-table-striped-reports tbody tr {
    height: 50px;
}

.hg-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.6);
}

.hg-table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.4);
}

.hg-table-striped2 tbody tr {
    height: 50px;
}

.hg-table-striped2 tbody tr:nth-of-type(4n+1) {
    background-color: rgba(0, 0, 0, 0.6);
}

.hg-table-striped2 tbody tr:nth-of-type(4n+2) {
    background-color: rgba(0, 0, 0, 0.6);
}

.hg-table-striped2 tbody tr:nth-of-type(4n+3) {
    background-color: rgba(0, 0, 0, 0.4);
}

.hg-table-striped2 tbody tr:nth-of-type(4n+4) {
    background-color: rgba(0, 0, 0, 0.4);
}

.hg-text-bottom {
    vertical-align: text-bottom;
}

.hg-text-light {
    font-weight: lighter;
}

.hg-text-line-through {
    text-decoration: line-through;
}

.hg-text-xs {
    font-size: 0.65rem !important;
}

.hg-text-s {
    font-size: 0.8rem !important;
}

.hg-text-m {
    font-size: 1rem !important;
}

.hg-text-l {
    font-size: 2rem !important;
}

.hg-text-l1 {
    font-size: 1.6rem !important;
}

.hg-text-xl {
    font-size: 3rem !important;
    font-weight: 300 !important;
}

.hg-text-xl1 {
    font-size: 2.2rem !important;
}

.hg-useredit {
    color: #fff;
}

.hg-widget {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow-y: auto;
    padding: 20px;
}

.hg-widget.full {
    height: 40vh;
}

/* iPad Pro landscape */
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
    .hg-userview {
        height: 80vh;
    }

    .hg-scroll-overview {
        height: 78vh;
    }
}

/* iPad Pro portrait */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    .hg-userview {
        height: 86vh;
    }

    .hg-scroll-overview {
        height: 82vh;
    }
}

/* iPad landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .hg-userview {
        height: 80vh;
    }

    .hg-scroll-overview {
        height: 68vh;
    }
}

/* iPad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .hg-userview {
        height: 85vh;
    }

    .hg-scroll-overview {
        height: 76vh;
    }
}

@media (max-width: 991px) {
    div.container {
        max-width: initial;
    }
}

@media (max-width: 575px) {
    a.nav-link {
        background-color: rgba(0, 0, 0, 0.9) !important;
        border-radius: 0 !important;
        padding: 10px 0 !important;
    }

    a.nav-link.active {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }

    a.nav-link.active>span::before,
    a.nav-link.active>svg {
        color: #57c4eb;
    }

    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    div.container {
        overflow: hidden;
        padding: 0;
    }

    li.nav-item {
        border-radius: 0;
    }

    table td,
    table th {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    ul.nav.nav-tabs {
        display: flex;
        position: fixed;
        width: 100%;
    }

    .hg-border-hide {
        border: none !important;
    }

    .hg-btn-filter {
        margin: 7px;
    }

    .hg-chart {
        height: initial !important;
        min-height: 350px !important;
    }

    .hg-main {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .hg-mobilesettings {
        text-align: center !important;
    }

    .hg-mobilespace {
        height: 50px;
    }

    .hg-overlay {
        border-radius: 0 !important;
        padding: 20px;
        height: initial;
        overflow-y: hidden;
    }

    .hg-row-filter {
        background: linear-gradient(to bottom, #2781a7, #261a4f);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1030;
    }

    .hg-scroll-overview {
        height: initial;
    }

    /* .hg-scroll-100 {
        height: 100vh !important;
    } */
}