body {
    font-size: 0.75rem;
    background-color: rgb(247, 242, 242);
    /*font-family: 'Roboto', sans-serif !important;*/
}

.imagen-login {
    background-image: url(../images/fondo.jpg);
}

.form-input-control {
    width: 100%;
    padding: 0.3125rem 0.625rem;
    box-sizing: border-box;
    border: 0.0625rem solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

.form-input-control:focus {
    border: 0.125rem solid black;
}

.form-input-control:disabled {
    background-color: rgb(239, 239, 239, 0.3)
}

.logo {
    display: flex;
    justify-content: flex-start;
    height: 100%; 
    margin: 0.325rem;
}

.container {
    display: flex;
}

.login-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*background-color: rgb(247, 242, 242);*/
    background-color: rgb(58, 138, 197, 0.8);
    border-radius: 0.3125rem;
    padding: 1.25rem;
    border: 3px solid black;
}

.login-title {
    display: flex;
    justify-content: center;
    margin: 0.6125rem 0.625rem 1.25rem 0.625rem;
    font-size: 18px;
}

.feedback-invalid {
    display: flex; 
    justify-content: center; 
    margin-bottom: 0.6125rem; 
    color: red; 
    font-size: 0.75rem
}

.feedback-invalid-left {
    display: flex; 
    justify-content: flex-start; 
    color: red; 
    font-size: 0.75rem
}
.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(0, 0, 0, 0.7);
    padding: 0.3215rem 0 0.3215rem 0;
}

.menu-opciones {
    display: flex;
}

.info-usuario {
    display: flex;
    align-items: flex-start;
    background-color: white;
    padding: 0 0.625rem 0 1.875rem;
    border-radius: 0.625rem 0 0 0.625rem;
    font-weight: bold;
}

.menu-opcion {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid lightgray;
    padding: 0 0.9375rem 0 0.9375rem;
}

.menu-opcion-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.9375rem 0 0.9375rem;
}

.menu {
    text-decoration: none;
    color: white;
}

.icono {
    height: 48px;
}

.menu:hover {
    color: lightgray;
}

.dropdown-menu {
    background-color: rgb(0, 0, 0, 0.7) !important;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: rgb(0, 0, 0, 0.7);
    color: lightgray !important;
}

.modulo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem;
    border-bottom: 1px solid gray;
}

.modulo-title {
    display: flex;
    font-size: 18px;
    font-weight: bold;
}

.modulo-mensajes {
    display: flex;
    font-size: 20px;
}

.modulo-main {
    margin: 1.25rem;
    overflow: auto;
}

.modulo-botones {
    display: flex;
}

.accion {
    text-decoration: none;
    color: black;
    opacity: 0.6;
}

.accion:hover {
    opacity: 1;
}

.btn-confirm {
    background-color: rgb(223, 164, 38);
    opacity: 0.9;
    border: 0.0625rem solid rgb(223, 164, 38);
}

.btn-confirm:hover {
    background-color: rgb(223, 164, 38);
    opacity: 1;
    border: 0.0625rem solid rgb(223, 164, 38);
}

.btn-confirm:active {
    background-color: rgb(223, 164, 38);
    opacity: 1;
    border: 0.0625rem solid rgb(223, 164, 38);
}

.text-right {
    text-align: right;
}

.text-left { 
    text-align: left;
}

.text-center {
    text-align: center;
}

.subir-archivo {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 100%; 
    border: 0.125rem dotted black;
    padding: 0 0.625rem;
}

.subir-archivo span {
    cursor: pointer;
}

.subir-archivo input {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.pagination {
    font-size: 0.875rem !important;
}

.top-wrapper {
    margin-top: 0.3125rem;
}

.bottom-wrapper {
    margin-bottom: 0.3125rem;
}
