﻿@import url('https://fonts.googleapis.com/css?family=Lato&ver=1.9.2');

* {
    font-family: 'Lato', sans-serif !important;
}

    *::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #dfdfdf;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 20px;
        border: 3px solid #dfdfdf;
    }

body {
    background-color: #afced2;
    background-image: url('/res/background.png');
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

#content {
    background-color: transparent;
}

.uk-text-decoration-underline {
    text-decoration: underline;
}

.uk-button-custom,
.uk-button-primary {
    background-color: #5f9ea0;
    color: #fff;
    border: 1px solid transparent;
}

    .uk-button-custom:focus,
    .uk-button-custom:hover,
    .uk-button-primary:focus,
    .uk-button-primary:hover {
        background-color: #558f91;
        color: #fff;
    }

    .uk-button-custom.uk-active,
    .uk-button-custom:active,
    .uk-button-primary.uk-active,
    .uk-button-primary:active {
        background-color: #4d7e80;
        color: #fff;
    }

.uk-button-custom-secondary {
    background-color: #222A30;
    color: #fff;
    border: 1px solid transparent;
}

    .uk-button-custom-secondary:focus,
    .uk-button-custom-secondary:hover {
        background-color: #212a30;
        color: #fff;
    }

    .uk-button-custom-secondary.uk-active,
    .uk-button-custom-secondary:active {
        background-color: #0d1012;
        color: #fff;
    }

.uk-button-success {
    background-color: #32d296;
    color: #fff;
    border: 1px solid transparent;
}

    .uk-button-success:focus,
    .uk-button-success:hover {
        background-color: #2ac089;
        color: #fff;
    }

    .uk-button-success.uk-active,
    .uk-button-success:active {
        background-color: #26ab7a;
        color: #fff;
    }

.uk-button-warning {
    background-color: #faa05c;
    color: #fff;
    border: 1px solid transparent;
}

    .uk-button-warning:focus,
    .uk-button-warning:hover {
        background-color: #f99243;
        color: #fff;
    }

    .uk-button-warning.uk-active,
    .uk-button-warning:active {
        background-color: #f8842a;
        color: #fff;
    }

.uk-icon-button.uk-icon-button-large {
    width: 52px;
    height: 52px;
}

.fc .fc-list-event.event .fc-list-event-dot {
    border: 5px solid rgba(95, 158, 160, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(95, 158, 160, 1.0)) !important;*/
}

.fc .fc-list-event.event.event-red .fc-list-event-dot {
    border: 5px solid rgba(255, 99, 132, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(255, 99, 132, 1.0)) !important;*/
}

.fc .fc-list-event.event.event-light-green .fc-list-event-dot {
    border: 5px solid rgba(174, 198, 198, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(174, 198, 198, 1.0)) !important;*/
}

.fc .fc-list-event.event.event-dark-green .fc-list-event-dot {
    border: 5px solid rgba(95, 158, 160, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(95, 158, 160, 1.0)) !important;*/
}

.fc .fc-list-event.event.event-pink .fc-list-event-dot {
    border: 5px solid rgba(221, 120, 169, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(221, 120, 169, 1.0)) !important;*/
}

.fc .fc-list-event.event.event-beige .fc-list-event-dot {
    border: 5px solid rgba(227, 158, 95, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(227, 158, 95, 1.0)) !important;*/
}

.fc .fc-list-event.event.event-gold .fc-list-event-dot {
    border: 5px solid rgba(204, 164, 61, 1.0) !important;
    /*border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,rgba(204, 164, 61, 1.0)) !important;*/
}

.fc-timeGridDay-view .event,
.fc-timeGridWeek-view .event,
.fc-dayGridMonth-view .event {
    color: #fff;
    border-color: #666;
    background-color: #36A2EB;
}

    .fc-timeGridDay-view .event.event-red,
    .fc-timeGridWeek-view .event.event-red,
    .fc-dayGridMonth-view .event.event-red {
        background: rgba(255, 99, 132, 1.0);
    }

    /*.fc-timeGridDay-view .event.event-red-blue,
    .fc-timeGridWeek-view .event.event-red-blue,
    .fc-dayGridMonth-view .event.event-red-blue {
        background: linear-gradient(90deg, rgba(54, 162, 235, 1.0) 0%, rgba(255, 99, 132, 1.0) 25%);
    }*/

    .fc-timeGridDay-view .event.event-light-green,
    .fc-timeGridWeek-view .event.event-light-green,
    .fc-dayGridMonth-view .event.event-light-green {
        background: rgba(174, 198, 198, 1.0);
    }

    .fc-timeGridDay-view .event.event-dark-green,
    .fc-timeGridWeek-view .event.event-dark-green,
    .fc-dayGridMonth-view .event.event-dark-green {
        background: rgba(95, 158, 160, 1.0);
    }

    .fc-timeGridDay-view .event.event-pink,
    .fc-timeGridWeek-view .event.event-pink,
    .fc-dayGridMonth-view .event.event-pink {
        background: rgba(221, 120, 169, 1.0);
    }

    .fc-timeGridDay-view .event.event-beige,
    .fc-timeGridWeek-view .event.event-beige,
    .fc-dayGridMonth-view .event.event-beige {
        background: rgba(227, 158, 95, 1.0);
    }

    .fc-timeGridDay-view .event.event-gold,
    .fc-timeGridWeek-view .event.event-gold,
    .fc-dayGridMonth-view .event.event-gold {
        color: #000;
        background: rgba(204, 164, 61, 1.0);
    }

/*.fc-timeGridDay-view .event.event-green-blue,
    .fc-timeGridWeek-view .event.event-green-blue,
    .fc-dayGridMonth-view .event.event-green-blue {*/
/*background: linear-gradient(90deg, rgba(54, 162, 235, 1.0) 0%, rgba(75, 192, 192, 1.0) 25%);*/
/*background: linear-gradient(90deg, rgba(54, 162, 235, 1.0) 0%, rgba(95, 158, 160, 1.0) 25%);
    }

    .fc-timeGridDay-view .event.event-red-green,
    .fc-timeGridWeek-view .event.event-red-green,
    .fc-dayGridMonth-view .event.event-red-green {*/
/*background: linear-gradient(90deg, rgba(75, 192, 192, 1.0) 0%, rgba(255, 99, 132, 1.0) 25%);*/
/*background: linear-gradient(90deg, rgba(95, 158, 160, 1.0) 0%, rgba(255, 99, 132, 1.0) 25%);
    }*/

.uk-form-label-checkbox {
    font-size: .875rem;
}

.uk-badge.uk-badge-muted {
    background: #999;
    color: #fff;
    /*background: #fff;
    color: #999;
    border: 1px solid #999;*/
}

.uk-badge.uk-badge-success {
    background: #32d296;
    color: #000;
}

.uk-badge.uk-badge-warning {
    background: #faa05a;
    color: #000;
}

.uk-badge.uk-badge-danger {
    background: #f0506e;
    color: #fff;
}

.uk-text-decoration-strike-through {
    text-decoration: line-through;
}

#top-head.collapse-sidebar {
    left: 0 !important;
}

#left-col.collapse-sidebar {
    left: -240px !important;
}

#content.collapse-sidebar {
    margin-left: 0 !important;
}

.datepicker.active {
    z-index: 10000;
}

.uk-border-top-primary {
    border-top: 5px solid #5f9ea0;
}

.uk-border-right-primary {
    border-right: 5px solid #5f9ea0;
}

.uk-border-bottom-primary {
    border-bottom: 5px solid #5f9ea0;
}

.uk-border-left-primary {
    border-left: 5px solid #5f9ea0;
}

.uk-border-top-secondary {
    border-top: 5px solid rgba(204, 164, 61, 1.0);
}

.uk-border-right-secondary {
    border-right: 5px solid rgba(204, 164, 61, 1.0);
}

.uk-border-bottom-secondary {
    border-bottom: 5px solid rgba(204, 164, 61, 1.0);
}

.uk-border-left-secondary {
    border-left: 5px solid rgba(204, 164, 61, 1.0);
}

.uk-border-top-default {
    border-top: 5px solid #999;
}

.uk-border-right-default {
    border-right: 5px solid #999;
}

.uk-border-bottom-default {
    border-bottom: 5px solid #999;
}

.uk-border-left-default {
    border-left: 5px solid #999;
}

.uk-border-top-success {
    border-top: 5px solid #32d296;
}

.uk-border-right-success {
    border-right: 5px solid #32d296;
}

.uk-border-bottom-success {
    border-bottom: 5px solid #32d296;
}

.uk-border-left-success {
    border-left: 5px solid #32d296;
}

.uk-border-top-warning {
    border-top: 5px solid #faa05a;
}

.uk-border-right-warning {
    border-right: 5px solid #faa05a;
}

.uk-border-bottom-warning {
    border-bottom: 5px solid #faa05a;
}

.uk-border-left-warning {
    border-left: 5px solid #faa05a;
}

.uk-border-top-danger {
    border-top: 5px solid #f0506e;
}

.uk-border-right-danger {
    border-right: 5px solid #f0506e;
}

.uk-border-bottom-danger {
    border-bottom: 5px solid #f0506e;
}

.uk-border-left-danger {
    border-left: 5px solid #f0506e;
}

.uk-background-success {
    background-color: #32d296;
}

.uk-background-warning {
    background-color: #faa05a;
}

.uk-background-danger {
    background-color: #f0506e;
}

.indeterminate-progress-container {
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 15px;
    color: #eee;
    background-color: #222A30;
}

.indeterminate-progress {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 3px;
    border: 0;
    background: #eee;
}

    .indeterminate-progress::after {
        content: '';
        position: absolute;
        display: block;
        width: 33%;
        top: 0;
        height: 100%;
        animation: indeterminate-progress 3s linear infinite;
        -webkit-animation: indeterminate-progress 3s linear infinite;
        background: #5f9ea0;
    }

[required]:not([type="checkbox"]) {
    border-right: 2px solid #ee395b !important;
}

label:has('+ .uk-form-controls [required]')::after,
label:has('+ .uk-form-controls [data-val-required]')::after {
    content: ' *';
    color: red !important;
}

@media (min-width: 960px) {
    .form.uk-form-horizontal .uk-form-label {
        width: 250px;
    }

    .form.uk-form-horizontal .uk-form-controls {
        margin-left: 265px;
    }
}

@keyframes indeterminate-progress {
    0% {
        left: -33%;
    }

    100% {
        left: 100%;
    }
}
