﻿@font-face {
    font-family: 'text-security-disc';
    src: url('fonts/text-security-disc.eot');
    src: url('fonts/text-security-disc.eot?#iefix') format('embedded-opentype'), url('fonts/text-security-disc.woff2') format('woff2'), url('fonts/text-security-disc.woff') format('woff'), url('fonts/text-security-disc.ttf') format('truetype'), url('fonts/text-security-disc.svg#text-security') format('svg');
}


.btn-icon-round {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    padding-left: 11px;
    padding-right: 23px;
}

.btn-icon-round-offset {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    padding-left: 6px;
    padding-right: 27px;
    padding-top: 4px;
}

.btn-icon-round-lg {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    padding-left: 4.5px;
    padding-right: 27px;
    padding-top: 4.5px;
}

.fc button {
    border-radius: 0.25rem;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    opacity: 0.25;
}

.fc-toolbar h2 {
    font-size: 1em;
    margin: 0;
}

.profile-widget .profile-widget-picture {
    margin: -35px 10px 0 -25px;
    content: none;
}

.profile-widget .profile-widget-items::after {
    content: none;
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}

@media (max-width: 1024px) {

    .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-body {
        padding: 10px !important;
    }

    .fc-toolbar h2 {
        font-size: 1.75em;
        margin: 0;
    }

    .fc-center {
        display: none;
    }

    .fc-right {
        display: none;
    }

    .fc-view > table th {
        font-size: 9px;
    }

    .fc-time-grid-event .fc-time {
        white-space: normal;
    }

    .clock-weekstart {
        font-size: 1rem;
    }
}

.map {
    height: 250px !important;
    width: 100% !important;
}

.p-0 + .m-0 + .card-body {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.pin-input {
    font-family: 'text-security-disc';
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
}

.card-cta.stretched-link {
    cursor: pointer;
}

@media (min-width: 992px) {
    .card.card-large-icons.w-100 {
        transition: 0.25s ease-in;
    }

        .card.card-large-icons.w-100:hover {
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            margin: -2px;
            transition: 0.25s ease-in;
        }
}

@media (max-width: 575px) {
    .card.card-large-icons .card-icon {
        border-radius: 3px 3px 0 0;
    }
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.search-element > div > div > .btn-primary {
    box-shadow: 0 2px 6px #6DA39C !important;
    background-color: #6DA39C !important;
    border-color: #6DA39C !important;
    color: #fff !important;
}

.search-element > div > div > .btn-secondary {
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.50);
}

.btn-toolbar-search {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: .3rem .8rem;
    letter-spacing: .5px;
    /*box-shadow: 0 2px 6px #9cc1bc !important;*/
    background-color: #6DA39C !important;
    border-color: #6DA39C !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6DA39C !important;
    border-color: #6DA39C !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.fc-time-grid .fc-slats td {
    font-size: 8px;
    overflow: visible;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.fc-time-grid, .fc-time-grid-container {
    height: auto !important;
}

.small-calendar-container {
    overflow-y: auto;
    height: 80vh;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer::after {
    content: "\f338";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: large;
    line-height: 1.5rem;
    z-index: 99;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    line-height: 1.5rem;
    height: 1.5rem;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    opacity: 0.75;
}

.fc-time-grid-event .fc-time {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 0.8rem;
    font-family: 'Nunito', 'Segoe UI', arial;
    word-break: break-all !important;
}

.ranges li {
    border-radius: 0.25rem;
    box-shadow: 0 2px 6px #edf1f0;
    background-color: #EAEFEE;
    border-color: #EAEFEE;
    color: #262F3D;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: .3rem .8rem;
    letter-spacing: .5px;
}

    .ranges li:hover {
        border-color: transparent !important;
        background-color: #cdd9d7 !important;
        color: #212529;
    }

    .ranges li.active {
        box-shadow: 0 2px 6px #9cc1bc;
        background-color: #6DA39C;
        border-color: #6DA39C;
        color: #fff;
    }

        .ranges li.active:hover {
            background-color: #558881 !important;
            border-color: transparent !important;
            text-decoration: none;
        }

.btn:not(.btn-social):not(.btn-social-icon):active, .btn:not(.btn-social):not(.btn-social-icon):focus, .btn:not(.btn-social):not(.btn-social-icon):hover {
    border-color: #6DA39C !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6DA39C;
    background-color: #6DA39C;
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.leaflet-container {
    background-color: #f3f3f3 !important;
}

.leaflet-bar a {
    box-shadow: 0 2px 6px #9cc1bc;
    background-color: #6DA39C !important;
    border-color: #6DA39C;
    color: #fff !important;
    border-bottom: 0px !important;
    border-radius: 0.25rem !important;
}

    .leaflet-bar a:hover {
        border-color: #6DA39C !important;
        background-color: #558881 !important;
    }

.leaflet-touch .leaflet-bar a:first-child {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0px !important;
}
a:hover {
    color: #2A4D48 !important;
}

/*.btn-text-hover {
    transition: all linear 1s;
}*/
.btn-text-hover > span {
    display: none;
}

.btn-text-hover:hover > span {
    display: inline;
    width: auto;
}

.button-reset {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}