﻿.ContainerOverlay {
    display: none;
    width: 96%;
    height: 70%;
    position: absolute;
    background: rgba(9, 32, 63,.4);
    opacity: .5;
}

.page-title {
    line-height: 30px !important;
}

table {
    padding: .5rem .5rem !important;
}

@keyframes ldio-33k4cm0v26q-r {
    0%, 100%

{
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8)
}

50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1)
}

0% {
    transform: rotate(0deg)
}

50% {
    transform: rotate(180deg)
}

100% {
    transform: rotate(360deg)
}

}

@keyframes ldio-33k4cm0v26q-s {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.2 0 0.8 0.8)
    }

    50% {
        animation-timing-function: cubic-bezier(0.2 0.2 0.8 1)
    }

    0% {
        transform: translate(-30px,-30px) scale(0)
    }

    50% {
        transform: translate(-30px,-30px) scale(1)
    }

    100% {
        transform: translate(-30px,-30px) scale(0)
    }
}

.ldio-33k4cm0v26q > div {
    transform: translate(0px,-15px)
}

    .ldio-33k4cm0v26q > div > div {
        animation: ldio-33k4cm0v26q-r 1s linear infinite;
        transform-origin: 100px 100px;
    }

        .ldio-33k4cm0v26q > div > div > div {
            position: absolute;
            transform: translate(100px, 82px);
        }

            .ldio-33k4cm0v26q > div > div > div > div {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background: #2a3384;
                animation: ldio-33k4cm0v26q-s 1s linear infinite;
            }

        .ldio-33k4cm0v26q > div > div:last-child {
            animation-delay: -0.5s;
        }

            .ldio-33k4cm0v26q > div > div:last-child > div > div {
                animation-delay: -0.5s;
                background: #37b34a;
            }

.loadingio-spinner-interwind-ijdawip4zki {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: rgba(192, 255, 156, 0);
}

.ldio-33k4cm0v26q {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-33k4cm0v26q div {
        box-sizing: content-box;
    }

.LoadingOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(9, 32, 63); /* For browsers that do not support gradients */
    background: linear-gradient(to top, rgba(9, 32, 63,.4), rgba(83, 120, 149,.4));
    z-index: 9000;
    cursor: wait;
    border-radius: 4px;
}

.badge-primary-lighten {
    color: #1e90ff !important;
    background-color: rgba(30, 144, 255, .18) !important;
}

tbody {
    vertical-align: middle !important;
}

tr, td {
    padding: unset !important;
}

.form-label {
    margin-bottom: unset !important;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #96c93d 20%, #00b09b 80%);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 15s;
    -webkit-animation: move-wave 15s;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 40s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 60s linear infinite;
}

.status-completed {
    background-color: #0ECF97 !important;
}

.status-scheduled {
    background-color: #FFBC00 !important;
}

.status-awaiting-completion {
    background-color: #38AFD1 !important;
}

.status-overdue {
    background-color: #FA5C7C !important;
}

.calendar-event {
    color: white !important;
    display: grid;
    text-align: center;
    font-weight: 700;
    border-radius: 25px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    margin-top: 5px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.custom-zoo-font {
    font-family: "peachy-keen-jf", sans-serif;
    font-weight: 600;
    font-style: normal;
    color:#0C437A !important;
}

.custom-zoo-header {
    background-color: #F7F153;
    max-width: 100% !important;
    height: 5vh;
}

carousel-control-block:hover {
    background-color:lightslategray;
}

.double-checkbox {
    zoom: 1.2;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}