﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }

        .top-menu > .navbar-nav > li {
            float: none !important;
        }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }

    .top-auth-menu {
        margin-left: auto;
    }
}

.dx-bs5.bg-light {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .dx-bs5.bg-light {
        padding: 4rem 2rem;
    }
}



/*------------------------------------------------ LOADING PANEL-----------------------------------------------------*/

.div-loader {
    display: none;
    width: 100% !important;
    z-index: 100000000 !important;
    position: fixed;
    height: 100% !important;
    background: linear-gradient(170deg, #2d554d4a 20%, #013d3157 20%, rgb(12 30 27 / 23%) 35%, #005040d6 35%, rgb(9 85 70 / 58%) 45%, rgb(74 129 115 / 11%) 45%, #418375 75%, #2b6b5d80 75%), linear-gradient(45deg, #64c1af 0%, #50d3b89e 50%, #006954 50%, #a3ffec 100%) #000000 !important;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    top: 0;
}

.div-loader-gif {
    display: none;
    width: 100% !important;
    z-index: 100000000 !important;
    position: fixed;
    height: 100% !important;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    top: 0 !important;
}

.img-fom-loader {
    border-bottom: none;
    max-width: 450px;
    text-align: center;
    margin: auto;
    box-shadow: 0 2px 3px rgb(0 0 0 / 58%);
}

@media (max-width: 400px) {
    .img-fom-loader {
        border-bottom: none;
        max-width: 345px;
        text-align: center;
        margin: auto;
        box-shadow: 0 2px 3px rgb(0 0 0 / 58%);
    }
}

.lbl-loading-text-control {
    width: 100%;
}

.lbl-loading-text-input {
    text-align: center;
    cursor: context-menu;
    font-size: 2rem !important;
    background: transparent;
    background-color: transparent !important;
    border: none !important;
    color: white !important;
}

.loader {
    width: 150px;
    height: 150px;
    margin: 40px auto;
    transform: rotate(-45deg);
    font-size: 0;
    line-height: 0;
    animation: rotate-loader 5s infinite;
    padding: 25px;
    border: 2px solid white;
    background: url(../Images/AEREO-02.png);
    background-size: contain !important;
}

    .loader .loader-inner {
        position: relative;
        display: inline-block;
        width: 50%;
        height: 50%;
    }

    .loader .loading {
        position: absolute;
        background: #ffffff69;
    }

    .loader .one {
        width: 100%;
        bottom: 0;
        height: 0;
        animation: loading-one 1s infinite;
    }

    .loader .two {
        width: 0;
        height: 100%;
        left: 0;
        animation: loading-two 1s infinite;
        animation-delay: 0.25s;
    }

    .loader .three {
        width: 0;
        height: 100%;
        right: 0;
        animation: loading-two 1s infinite;
        animation-delay: 0.75s;
    }

    .loader .four {
        width: 100%;
        top: 0;
        height: 0;
        animation: loading-one 1s infinite;
        animation-delay: 0.5s;
    }

@keyframes loading-one {
    0% {
        height: 0;
        opacity: 1;
    }

    12.5% {
        height: 100%;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes loading-two {
    0% {
        width: 0;
        opacity: 1;
    }

    12.5% {
        width: 100%;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@keyframes rotate-loader {
    0% {
        transform: rotate(-45deg);
    }

    20% {
        transform: rotate(-45deg);
    }

    25% {
        transform: rotate(45deg);
    }

    45% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(135deg);
    }

    70% {
        transform: rotate(135deg);
    }

    75% {
        transform: rotate(225deg);
    }

    95% {
        transform: rotate(225deg);
    }

    100% {
        transform: rotate(315deg);
    }
}
