﻿body {
    background: #f4f6f9 !important;
}
.RadGrid_Scroll_Horizontal {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.RGrid_ModernBrowsers {
    border-radius: 10px;
    overflow: hidden;
}

.Text_Tabla
{
    font-family: Tahoma;
    font-size: small;
}
.divBordeado
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px; 
    margin: auto;     
    vertical-align: bottom; 
    top: auto; 
    background-color: #C1DDFF;
}

.redondeado {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -khtml-border-radius: 40px;
    margin: auto;
    vertical-align: bottom;
    top: auto;
    background-color: #71B8FF;
    
}

.divBordeado_Avance
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    margin: auto;
    vertical-align: bottom;
    top: auto;
    background-color: #6C9DCE;
}


.div_sombra {
    -webkit-box-shadow: -5px -5px 5px gray;
    /*-webkit-border-radius: 20px;*/
    /*-webkit-box-shadow: inset 1px 1px rgba(50%, 50%, 50%, .5);*/
    /*background-image: url(~/images/backgrounds/20613.jpg);*/
    box-shadow: -5px -5px 5px gray; /*Funciona en Edge*/
    background-image: url('../images/backgrounds/abstracto4.jpg');
}

.div_new_sombras {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;

    -webkit-box-shadow: -1px -1px 2px gray;
    box-shadow: -1px -1px 2px gray; /*Funciona en Edge*/
    background-image: url('../images/backgrounds/abstracto4.jpg');
}

.texto_new_tabla {
    color: #666666;
    font-family: Tahoma;
    font-size: 13px;    
}

.DivBordeadoSombra
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px; 

    -webkit-box-shadow: inset 0px 0px 10px #777;
    -moz-box-shadow: inset 0px 0px 10px #777;
    box-shadow: inset 0px 0px 10px #777;

    
    margin: auto;     
    vertical-align: bottom; 
    top: auto; 
    background-color: #C1DDFF;
}
    


.textarea
{
    resize: none;
    color: #000000;
    text-align: left;
    font-family: Tahoma;
    font-size: small;
    font-style: normal;
}    

.celda_tabla_sombreada
{
    background-color: #B0D3FF;
    }

.div_principal_sombra
{
    -webkit-box-shadow: 0px 0px 20px #777;
    -moz-box-shadow: 0px 0px 20px #777;
    -box-shadow: 0px 0px 20px #777;

    }
    
.modalBackground
{
background-color: gray;
filter: alpha(opacity=95);
opacity: 0.95;
}    

.menu_alineacion_vertical
{
    text-align:left;    
    vertical-align:middle;
    
}

.Validador_campo_requerido
{
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    color: #FF0000;
}

.Label_Tabla
{
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    color: #336699;
}

.check_sisproye
{
    font-family: Tahoma;
    font-size: small;
    text-align:left;    
    }
    
.label_sisproye
{
    font-family: Tahoma;
    font-size: small;
    
    }
    
.Texto_Alineado_Superior
{
    vertical-align: top;
}


.banner-sagep {
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #d6e6f5 0%, #bcd3ea 45%, #3a6ea5 100%);
    border-bottom: none;
    justify-content: space-between;
    z-index: 2000;
    /*overflow: hidden;*/
    z-index: 1


}




.banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap: 15px;
}

.logo-icon {
    font-size: 34px;
    background: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.banner-text .title {
    font-size: 40px;
    font-weight: bold;
    color: #2d4f7c;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    line-height: 1;
}

.banner-text .subtitle {
    font-size: 13px;
    color: #2d4f7c;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}



.barra_naranja {
    background: linear-gradient(90deg, #ff9933, #ff7a00);
    box-shadow: 0 6px 12px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
    height: 60px;
    border-radius: 0 0 7px 7px;
    width: fit-content;
    min-width: 400px;
}

    .barra_naranja img {
        filter: brightness(0) invert(1);
    }

.RadInput input {
    border-radius: 6px !important;
    transition: 0.2s;
}

    .RadInput input:focus {
        border-color: #2f5f9e !important;
        box-shadow: 0 0 0 2px rgba(47,95,158,0.15);
    }

.RadComboBox {
    border-radius: 6px !important;
}




.input-group-custom {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

    .input-group-custom label {
        font-size: 13px;
        color: #555;
    }

/* CONTENEDOR 
.input-wrapper {
    position: relative;
}

    /* INPUT 
    .input-wrapper input {
        width: 100%;
        padding: 10px 40px 10px 12px;
        border: 1px solid #d0d5dd;
        border-radius: 8px;
        outline: none;
        font-size: 14px;
        transition: 0.2s;
        background: #fff;
    }

        /* FOCUS */
        .input-wrapper input:focus {
            border-color: #2f5f9e;
            box-shadow: 0 0 0 2px rgba(47,95,158,0.15);
        }

    /* ICONO */
    .input-wrapper .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #666;
    }


/**FORMULARIO des LOGIN**/

.login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 350px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.login-header {
    text-align: center;
    margin-bottom: 20px;
}

.logo {
    width: 60px;
    margin-bottom: 10px;
}

.login-header h4 {
    margin: 0;
    font-weight: 600;
}

.login-header p {
    font-size: 14px;
    color: #6c757d;
}

.btn-primary {
    background: #556ee6;
    border: none;
}

    .btn-primary:hover {
        background: #4458c8;
    }

/*****************************************/