
/*# sourceMappingURL=custom.min.css.map */
.logofleet {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.logofleetblue {
    color: #132649;
    font-size: 22px;
    font-weight: bold;
}

.logo-light {
    width: 150px !important;
}

    .logo-light .logo-lg img {
        width: 100% !important;
    }

.logolobby {
    color: #73dce9;
    font-size: 22px;
    font-weight: bold;
}

.hide {
    display: none;
}

.pagination li.active a {
    color: #fff;
    background-color: #695eef;
}

.pagination li {
    margin-left: 5px;
}

.preloadertransparent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 128, 0.5);
    z-index: 9999999;
    text-align: center;
}

.preloadertransparent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 128, 0.5);
    z-index: 9999999;
    text-align: center;
}

/* Preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000080;
    z-index: 9999999;
    text-align: center;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    display: flex;
    align-items: center;
}

.loader-line {
    width: 7px;
    height: 40px;
    background: #fff;
    margin: 0 3px;
    border-radius: 3px;
    animation: loading 1s infinite;
}

    .loader-line:nth-child(2) {
        animation-delay: 0.1s;
    }

    .loader-line:nth-child(3) {
        animation-delay: 0.2s;
    }

    .loader-line:nth-child(4) {
        animation-delay: 0.3s;
    }

    .loader-line:nth-child(5) {
        animation-delay: 0.4s;
    }

    .loader-line:nth-child(6) {
        animation-delay: 0.5s;
    }

    .loader-line:nth-child(7) {
        animation-delay: 0.6s;
    }

    .loader-line:nth-child(8) {
        animation-delay: 0.7s;
    }

@keyframes loading {
    0% {
        height: 0;
    }

    50% {
        height: 40px;
    }

    100% {
        height: 0;
    }
}

.m-r-5 {
    margin-right: 5px;
}

.fc-toolbar-chunk .fc-prev-button, .fc-toolbar-chunk .fc-next-button, .fc-listWeek-button {
    color: #5596f7 !important;
    background-color: rgba(85,150,247,.15) !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fc-dayGridMonth-button, fc-listWeek-button, .fc-listWeek-button {
    color: #5596f7 !important;
    background-color: rgba(85,150,247,.15) !important;
    border: none !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    color: #fff !important;
}

.fc-prev-button, .fc-next-button {
    font-size: 0.6rem !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #5596f7 !important;
}

.fc .fc-button-primary:hover {
    background-color: #5596f7 !important;
}

.fc-daygrid-event {
    background-color: rgba(105,94,239,.18) !important;
    border: rgba(105,94,239,.18) !important;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    color: #695eef !important;
}

.fc .fc-button-group > .fc-button.fc-button-active, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:hover {
    color: #fff !important;
}

.fc-theme-standard .fc-list-day-cushion {
    background: #fff !important;
}

.fc-list-event {
    background: rgba(105,94,239,.18) !important;
}

    .fc-list-event .fc-list-event-time, .fc-list-event .fc-list-event-title a {
        color: #695eef !important;
    }

.fc .fc-view-harness {
    height: 100% !important;
}

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active > .fc-view {
    position: relative !important;
}

.fc .fc-scroller-liquid-absolute {
    position: relative !important;
}

.add-btn, #btnsearch, .btn-success {
    background-color: #007ee6 !important;
    border: #007ee6 !important;
}

    .add-btn:hover, #btnsearch:hover, .btn-success:hover {
        background-color: #1a97ff !important;
        border: #1a97ff !important;
    }

.auth-one-bg .bg-overlay {
    background: linear-gradient(to right,#4c7ee3,#6691e7) !important;
}

[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active, [data-layout=horizontal] .navbar-menu .navbar-nav .nav-link:hover {
    color: #008CFF !important;
}


#presentation {
    width: 480px;
    height: 120px;
    padding: 20px;
    margin: auto;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 3px 15px -5px rgba(0,0,0,0.1);
    transition: all 0.3s;
    border-radius: 10px;
}

    #presentation:hover {
        box-shadow: 0 12px 28px -5px rgba(0,0,0,0.13);
        transition: all 0.3s;
        transform: translateZ(10px);
    }

#floating-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #008CFF;
    position: fixed;
    bottom: 90px;
    right: 24px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top:2px;
    line-height: 55px;
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 88px;
    right: 22px;
    z-index: 1000 !important;
    
}

    #container-floating:hover {
        height: 270px;
        width: 160px;
        padding: 30px;
        right: 10px;
        bottom: 80px;
    }

        #container-floating:hover .plus {
            animation: plus-in 0.15s linear;
            /*animation-fill-mode: forwards;*/
        }

        #container-floating:hover .edit {
            animation: edit-in 0.2s;
            animation-delay: 0.1s;
            animation-fill-mode: forwards;
        }

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
}

.nd1 {
    background: #fff;
    right: 40px;
    bottom: 170px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    right: 40px;
    bottom: 230px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    background: #ba68c8;
    right: 35px;
    bottom: 240px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#incomefab span, #expensefab span {
    position: relative;
    left: -60px;
    top: -33px;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    color: #fff;
}
#incomefab span {
    left: -55px;
}
@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

#container-floating:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
    animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
    animation-delay: 0.2s;
}

.letter {
    font-size: 23px;
    font-family: 'Roboto';
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
}

/*.modal {
    z-index: 20000 !important;
}*/

@media (max-width: 575.98px) {
    .fc-toolbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        gap: 16px;
    }

    input,textarea,select {
        font-size:16px !important;       
    }
}
