﻿/*#region IMP GU*/
.navImpersonacion {
    z-index: 1;
    font-size: 12px;
    font-family: sans-serif;
    position: relative;
    width: inherit;
    top: 0px;
    /* left: -1px; */
    border-radius: 10px;
    border-bottom-style: outset;
    border-bottom-color: #BFDC7A;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    height: 30px;
    background-color: #d40b0b85;
}

.navImpNombreUser {
    padding-left: 5%;
    top: 8px;
    position: relative;
    color: #c01010;
    font-family: sans-serif;
    font-weight: bold;
    
}


.navDivModificaciones {
    z-index: 1;
    font-size: 16px;
    font-family: sans-serif;
    position: relative;
    width: inherit;
    top: 0px;
    /* left: -1px; */
    border-radius: 10px;
    border-bottom-style: outset;
    border-bottom-color: #d40b0bc2;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    height: 40px;
    background-color: #d40b0b85;
}


.navImpNotifAlumnos {
    padding-left: 15%;
    top: 8px;
    position: relative;
    color: #c01010;
    font-family: sans-serif;
    font-weight: bold;
}

.txtImpAlumno {
    padding-left: 5px;
    top: 8px;
    position: relative;
    color: #3b0303;
    font-family: sans-serif;
    font-weight: bold;
}

.puntoNotificaciones {
    /**display: none;*/
    top: 10px;
    margin-left: 5px;
    height: 12px;
    width: 12px;
    position: relative;
    background-color: #d82f2f;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #880909;
}


.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 12px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

#background-modal {
    width: 100% !important;
    height: 100% !important;
}

.modal-container {
    left: calc((100% - 600px) / 2) !important;
    right: calc((100% - 300px) / 2) !important;
}

.simuladoBtnPrimary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.simuladoBtnDanger {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/*#endregion*/
/*Ladtops-tablets*/
@media (max-width: 1940px) {
    body{
        zoom: 0.83;
    }
}

/*móviles*/
@media (max-width: 1024px) {
    body {
        zoom: 1;
    }
}

/*
    Estilos para los combobox de ventanas modales 
*/
.select-modal-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    margin-top: 32px;   
}

.select-modal {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;    
}

.select-modal:focus {
        border-color: #0098CD;
        outline: none;
}

.select2-result-position {
    margin-left: 75px !important;

}

.select2-text {
    font-size: 1.5rem !important;

}

.row-disabled {
    background-color: rgba(240, 240, 240, 0.6); 
    color: #a0a0a0;
    cursor: not-allowed; 
}

 .row-disabled input,
 .row-disabled a {
        pointer-events: none;
    }