﻿@import url(FontStyle.css);
@import url(estilos.css);

* {
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0px;
}

.intro-section {
    background-color: #2B9BAB;
    padding: 75px 95px;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    user-select: none;
}

    .intro-section::before {
        content: '';
        background-image: url('/images/TexturaFondo/TexturaFondoLogin.svg');
        background-size: auto;
        background-repeat: repeat;
        opacity: 0.3;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #FFF;
    }
@media (min-width: 768px) and (max-width: 1200px) {
    .intro-section {
        padding: 40px 40px;
    }
}
@media (max-width: 991px) {
    .intro-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen (min-width: 1024px), screen and (orientation: portrait) and (max-width: 912px) {
    .intro-section {
        width: 100% !important;
        min-height: 100%;
    }

    img.img-intro {
        display: none;
    }

    .intro-section-footer > nav.footer-nav {
        text-align: center;
    }

    .form-section {
        width: 100% !important;
    }

    img.img-lms-logo {
        margin-top: 15px;
    }
}


@media (max-width: 575px) {
    .intro-section {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: auto;
    }
}

.brand-wrapper .logo {
    height: 35px;
}

@media (max-width: 767px) {
    .brand-wrapper {
        margin-bottom: 35px;
    }
}

.intro-content-wrapper {
    /*width: 410px;*/
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

img.img-intro {
    width: 100%;
}

@media (max-width: 576px) {
    img.img-intro {
        display: none;
    }
}

@media (max-width: 575px) {
    .intro-section-footer > .footer-nav {
        display: none;
    }
}

.intro-section-footer .footer-nav a {
    font-size: 20px;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 767px) {
    .intro-section-footer > nav.footer-nav {
        text-align: center;
    }
}

.second-footer-section {
    display: none;
}

@media (max-width: 575px) {
    .second-footer-section {
        display: block;
    }
}

.form-section {
    user-select: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .form-section {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .login-wrapper {
        width: 100%;
    }
}

.login-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}


.login-wrapper-footer-text {
    font-size: 14px;
    text-align: center;
}


h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    color: #023859;
}

#btnLogin {
    font-weight: 600;
    background-color: #023859;
    border-color: #023859;
    color: #FFF;
}

.form-control:focus, .form-check-input:focus {
    border-color: #023859;
    box-shadow: 0 0 0 0.25rem rgba(2, 56, 89, 0.25)
}

.form-check-input:checked {
    background-color: #023859;
    border-color: #023859;
}

.form-check-label {
    color: #023859;
    user-select: none;
    font-weight: 500;
}

.form-label {
    font-weight: 500;
}

input.form-control {
    font-weight: 600;
}

.col-image {
}

.password-icon {
    user-select: none;
    cursor: pointer;
}

    .password-icon:active {
        cursor: pointer;
        background-color: #023859;
        color: #FFF;
    }

.img-app-badge {
    height: 40px;
    width: 135px;
    margin: 10px 0 10px 0;
}

    .img-app-badge:hover {
        cursor: pointer;
    }

.img-lms-logo {
    object-fit: contain;
    height: 150px;
    max-height: 100px;
}

@media(max-width: 767px) {
    .col-image {
        display: none;
    }
}

.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: transparent;
}

#divLoadingSpinner {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    opacity: 0.9;
    z-index: 1000000;
    display: none;
}

#alert-login-container {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height .5s;
}

.dx-list .dx-empty-message {
    color: var(--bs-red-500);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dx-overlay-content dx-popup-normal dx-resizable, .dx-popup-content {
    height: 35px;
}

.dx-placeholder {
    font-size: 16px;
    font-weight: 500;
}

.selection-corp-section, .access-denied-section {
    background-color: #2B9BAB;
    padding: 75px 95px;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    user-select: none;
}

    .selection-corp-section::before, .access-denied-section::before {
        content: '';
        background-image: url('/images/TexturaFondo/TexturaFondoLogin.svg');
        background-size: auto;
        background-repeat: repeat;
        opacity: 0.1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #FFF;
    }

@media (max-width: 991px) {
    .selection-corp-section, .access-denied-section {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .selection-corp-section, .access-denied-section {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen (min-width: 1024px), screen and (orientation: portrait) and (max-width: 912px) {
    .selection-corp-section, .access-denied-section {
        width: 100% !important;
    }
}


.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding: 6px 15px;
    white-space: normal;
}


@media (max-width: 768px) {
    .responsive-table {
        display: flex;
        flex-direction: column;
    }

        .responsive-table thead {
            display: none;
        }

        .responsive-table tbody {
            display: flex;
            flex-direction: column;
        }

            .responsive-table tbody tr {
                display: flex;
                flex-direction: column;
                border: 1px solid #ddd;
                /*margin-bottom: 1rem;*/
            }

                .responsive-table tbody tr td {
                    display: flex;
                    justify-content: space-between;
                    padding: 8px;
                }

                    .responsive-table tbody tr td::before {
                        content: attr(data-label);
                        font-weight: bold;
                        margin-right: 8px;
                    }
}