﻿html {
    background-color: #d5d5d51a;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 0 5px 5px 0;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 0 5px 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #858585;
    border-radius: 0 4px 4px 0;
}


iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 0 5px 5px 0;
}

iframe::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 0 5px 5px 0;
}

iframe::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #858585;
    border-radius: 0 4px 4px 0;
}

em {
    color: inherit;
}


.uk-icon {
    min-width: 18px;
}

.uk-description-list > dt {
    font-weight: bold;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #10948b;
    margin-bottom: 0;
    color: #000;
    box-shadow: 0px 1px 13px 0px #0000002e;
    border-bottom: 1px solid #e3e0e038;
}

.uk-card {
    border-radius: 4px;
}


.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 65px !important;
}

.uk-notification-message {
    box-shadow: 0 1px 10px #0000004d;
    border-radius: 3px;
    border: 1px solid #0003;
    font-weight: bold;
}

.uk-countdown-number {
    font-size: initial;
    line-height: initial;
    display: inline;
}

.uk-list-divider > li:nth-child(n+2) {
    margin-top: 4px;
    padding-top: 4px;
}

.uk-text-small {
    font-size: 0.8em;
}


.uk-offcanvas-bar {
    background-color: #042523f7;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 16px #000000b3;
    transform: translateX(0);
}


.abla-offcanvas-large {
    width: 75%;
    box-shadow: 0 0 10px #0000005c !important;
    background-color: #fff;
    color: #000 !important;
    border-radius: 4px 0 0 4px;
    margin: 15px 0;
}


    .abla-offcanvas-large *, .abla-offcanvas-large * > ::before, .abla-offcanvas-large * > ::after {
        color: #000 !important;
        border-color: #e5e5e5 !important;
    }


    .abla-offcanvas-large .uk-light *, .abla-offcanvas-large .uk-light * > ::before, .abla-offcanvas-large .uk-light * > ::after {
        color: #fff !important;
        border-color: inherit !important;
    }

@media (max-width: 1360px) {
    .abla-offcanvas-large {
        width: 85%;
    }
}

@media (max-width: 960px) {
    .abla-offcanvas-large {
        width: 95%;
    }
}

.uk-button-small {
    font-size: 0.8em;
}

.uk-card-badge {
    height: auto !important;
}

.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover {
    background: #00000008 !important;
}

.abra-table-button {
    width: 220px !important;
}

.abra-table-button-large {
    width: 335px !important;
}

.abla-button-success {
    background-color: #17cc67;
    color: #fff;
}

    .abla-button-success:hover {
        background-color: #15bf60;
        color: #fff;
    }

.abla-background-bar {
    position: absolute;
    z-index: -2;
    height: 450px;
    width: 100%;
    top: 0;
    background: #10948b;
}

.abla-cover {
    z-index: -1;
    height: 210px;
    top: 0;
    background-position: center center;
    border-radius: 0 0 5px 5px;
}

    .abla-cover .abla-title {
        background: #10948ba6;
        padding: 2px 5px 3px;
        color: #fff;
        border-radius: 7px;
    }

.abra-validation-summary {
    position: relative;
    background-color: #da5654;
    color: #fff;
}

    .abra-validation-summary ul {
        list-style: none;
    }

    .abra-validation-summary:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    .abra-validation-summary::after {
        content: "!";
        position: absolute;
        top: 3px;
        font-family: "Catamaran",sans-serif !important;
        font-weight: bold;
        z-index: 3;
        font-size: 2.4em;
        color: #ffffff9e;
        text-align: left;
    }

.abra-logo {
    width: 110px;
}

.abra-table-border {
    border: solid 1px #e5e5e5;
}

.abra-offcanvas-large {
    width: 65%;
    box-shadow: 0 0 10px #0000005c !important;
    background-color: #fff;
    color: #000 !important;
}


    .abra-offcanvas-large *, .abra-offcanvas-large * > ::before, .abra-offcanvas-large * > ::after {
        color: #000 !important;
        border-color: #e5e5e5 !important;
    }


    .abra-offcanvas-large .uk-light *, .abra-offcanvas-large .uk-light * > ::before, .abra-offcanvas-large .uk-light * > ::after {
        color: #fff !important;
        border-color: inherit !important;
    }

@media (max-width: 1360px) {
    .abra-offcanvas-large {
        width: 85%;
    }
}

@media (max-width: 960px) {
    .abra-offcanvas-large {
        width: 95%;
    }
}

.abra-border {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.abra-text-through {
    text-decoration: line-through
}

/* -----------------------------
Switch */

.uk-switch {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 60px;
}

    /* Hide default HTML checkbox */
    .uk-switch input {
        display: none;
    }
/* Slider */
.uk-switch-slider {
    background-color: rgba(0,0,0,0.22);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 500px;
    bottom: 0;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.07);
}
    /* Switch pointer */
    .uk-switch-slider:before {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 2px;
        bottom: 2px;
        border-radius: 50%;
        transition-property: transform, box-shadow;
        transition-duration: .2s;
    }
/* Slider active color */
input:checked + .uk-switch-slider {
    background-color: #39f !important;
}
    /* Pointer active animation */
    input:checked + .uk-switch-slider:before {
        transform: translateX(26px);
    }

/* Modifiers */
.uk-switch-slider.uk-switch-on-off {
    background-color: #f0506e;
}

input:checked + .uk-switch-slider.uk-switch-on-off {
    background-color: #32d296 !important;
}

/* Style Modifier */
.uk-switch-slider.uk-switch-big:before {
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(0,0,0,0.22);
}

.uk-switch-slider.uk-switch-small:before {
    box-shadow: 0 0 6px rgba(0,0,0,0.22);
}

input:checked + .uk-switch-slider.uk-switch-big:before {
    transform: translateX(26px) scale(1.2);
}

/* Inverse Modifier - affects only default */
.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
    background-color: rgba(255,255,255,0.22);
}


#svg-map path {
    fill: #cbcbcb
}

#svg-map text {
    fill: #fff;
    font-size: 0.85em !important;
    cursor: pointer
}

#svg-map a {
    text-decoration: none;
}

    #svg-map a:hover .abla-available-state {
        text-decoration: none
    }

    #svg-map a:hover path.abla-available-state {
        fill: #0a5a55 !important
    }

#svg-map .abla-map-circle {
    fill: #918e8e;
}

#svg-map .abla-available-state {
    fill: #27726d 
}

#svg-map .abla-warning-state {
    fill: #faa05a
}

#svg-map .abla-success-state {
    fill: #32d296
}


#svg-map a:hover .abla-available-state .abla-map-circle {
    fill: #918e8e !important;
    cursor: pointer
}
