﻿html {
    --scrollbarBG: #555;
    --thumbBG: #222;
}

body {
}

div::-webkit-scrollbar {
    width: 11px;
}

div {
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    scrollbar-width: thin;
}

    div::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    div::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }


.fullCalendarOpenEvent {
    background-color: #3788d8 !important;
}

.fullCalendarLockEvent {
    background-color: #032e59 !important;
    opacity: 0.7;
}

.custom-control-label {
    font-size: 1.2em;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: deeppink !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F47983;
    /*background-color: #ccc;*/
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fill {
    min-height: 93vh;
    height: 93vh;
}

.watermark {
    /*    max-width: 80vw; */
    max-height: 100vh;
    display: block;
    position: relative;
    text-align: -webkit-center;
}

.watermarkImage {
    content: "";
    background: url('/img/Logo_Square_Dark.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

body .modal-dialog { /* Width */
    max-width: 90vw;
    height: auto !important;
    width: auto !important;
    display: inline-block;
}

.modal {
    overflow: visible !important;
    height: auto !important;
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-open .modal {
    z-index: 1050;
}

.modal-body {
    overflow-y: visible !important;
}

.special-card {
    /*opacity: .7;*/
}

.transperent-card {
    /*opacity: .7;*/
    border: 0 !important;
    background-color: transparent !important;
    padding-top: 10px;
}

.table {
    color: #fff;
}

.alert-info {
    background-color: #202020;
}

.input-group-append .input-group-text {
    color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    color: #fff;
}

.bootstrap-datetimepicker-widget table th {
    color: #fff;
}

.bootstrap-datetimepicker-widget table td {
    color: #fff;
}

    .bootstrap-datetimepicker-widget table td span {
        color: #fff;
    }


.GridViewStatusGreen {
    /*background-color: #bbf9bb;*/
    background-color: rgba(0, 255, 0, 0.4);
    /*background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);*/
    background-repeat: no-repeat;
    /*opacity: 0.5;*/
    border: 0px;
    white-space: nowrap;
    color: #000;
}

.GridViewStatusRed {
    /*background-color: #ec0000;*/
    background-color: rgba(255, 0, 0, 0.4);
    /*background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);*/
    background-repeat: no-repeat;
    border: 0px;
    white-space: nowrap;
    color: #FFF;
}

.GridViewStatusYellow {
    /*background-color: #feea00;*/
    background-color: rgba(255, 255, 0, 0.4);
    /*background-image: linear-gradient(#faa123, #f89406 60%, #e48806);*/
    background-repeat: no-repeat;
    border: 0px;
    white-space: nowrap;
    color: #000;
}

.GridViewStatusPink {
    /*background-color: pink;*/
    background-color: rgba(253, 81, 154, 0.4);
    /*background-image: linear-gradient(#ff5da2, #ff5da2 60%, #fd519a);*/
    background-repeat: no-repeat;
    border: 0px;
    white-space: nowrap;
    color: #000;
}

.gvpadstyle {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #222222;
}

a.standardknappExcel:link, a.standardknappExcel:active, a.standardknappExcel:visited {
    background-image: url(/img/Excel.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 41px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding-top: 7px;
    display: inline-block;
}

a.standardknappExcel:hover {
    background-color: #EEE;
}

a.standardknappExcel_small:link, a.standardknappExcel_small:active, a.standardknappExcel_small:visited {
    background-image: url(/img/Excel_small.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin-top: 7px;
    display: inline-block;
}

a.standardknappExcel:hover {
    background-color: #EEE;
}

/*LOADER*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*END LOADER*/
