@import "fonts.css";
@import "components/buttons.css";
@import "components/inputs.css";
@import "scrollbar.css";

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    height: 100vh;
    max-height: fit-content;
    display: flex;
    flex-flow: column;
    background: #FCFCFC;
    color: #112A46;
    font-family: "Noto Sans";
}

main {
    height: 100%;
}

.panel {
    position: relative;
    min-height: calc(100vh - 132px);
    padding: 56px 80px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 16px rgba(38, 55, 67, 0.1);
}

    .panel .panel-header h4 {
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
    }

    .panel .panel-content {
        height: 100%;
        padding: 32px 0 90px;
        z-index: 10;
    }

        .panel .panel-content .text-block {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            color: #112A46;
            margin-bottom: 30px;
        }

.clear-blue {
    color: #52647a;
    background: #EBECF4;
    /*border-color: #EBECF4;*/
}

.waterbg-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/WaterBg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    opacity: 0.8;
    border-radius: 0 0 8px 8px;
}

.menu-column {
    background-color: #FFFFFF;
    border-right: 1px solid rgba(23, 35, 76, 0.15);
    height: 100%;
}

.content-container {
    height: 100%;
    padding: 24px 33px;
}

.copyright-block {
    padding: 30px 0;
    padding-left: 20px;
    color: #101c2a;
    text-shadow: 0px 0px 20px #678ba4;
    font-weight: 600;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 0;
}

    footer .copyright-block {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: rgba(17, 42, 70, 0.4);
    }

.company-block .company-logo {
    display: inline-block;
}

    .company-block .company-logo img {
        width: 48px;
        height: 48px;
        border-radius: 4px;
    }

.company-block .company-name {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}


.app-block .powered-by {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: #FFFFFF;
    padding-top: 20px;
}

    .app-block .powered-by h2 {
        color: #112A46;
    }

    .app-block .powered-by p {
        font-size: 10px;
        color: #89bed4;
        margin-top: -5px;
        margin-left: 12px;
    }

        .app-block .powered-by p span {
            color: #a6a8ab;
            font-weight: 400;
            font-size: 8px;
        }

.account-header .app-block h2 {
    font-weight: 600;
}

.account-header .app-block .powered-by {
    padding-top: 0px;
    margin-right: -100px;
}

    .account-header .app-block .powered-by p {
        font-size: 12px;
        color: #89bed4;
        margin-top: -10px;
    }

        .account-header .app-block .powered-by p span {
            font-size: 10px;
        }


.divider {
    height: 1px;
    width: 100%;
    background: #D6D5E3;
}

.divider-ver {
    width: 1px;
    background: rgba(214, 213, 227, 0.5);
}

.modal-body div.dataTables_wrapper {
    padding: 10px 24px 50px 24px;
}

.dataTables_wrapper div.dataTables_processing {
    display: flex;
    height: 100%;
    margin-top: auto;
    top: 0;
    background: transparent;
    padding-top: 0px;
    z-index: 1;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.top-z-index {
    z-index: 9000;
}

.modal {
    top: 81px;
    max-height: calc(100vh - 81px);
    overflow-y: scroll;
}

.loader-wrapper {
    min-height: 100%;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    background: #9a9a9a65;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
}

.modal .loader-wrapper {
    border-radius: 0px 0px 5px 5px;
}

.loader {
    color: #1b214c;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

    .loader.loader-sm {
        font-size: 18px;
    }

    .loader.loader-md {
        font-size: 45px;
    }

    .loader.loader-lg {
        font-size: 75px;
    }

    .loader.show {
        display: block;
    }

    .loader.loader-input {
        float: right;
        margin-top: -28px;
        margin-bottom: 0px;
        margin-right: 15px;
    }

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}



@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
