﻿
.columnA {
    background-color: #949798;
    color: #FFF;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
}

.columnB {
    background-color: #7495A0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-align: center !important;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}

.columnA2 {
    background-color: #9DA4AE;
    color: #FFF;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
}

.columnB2 {
    background-color: #8E9EB5;
    font-family: Arial;
    font-size: 16px;
    text-align: center !important;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}

.columnA3 {
    background-color: #8D9399;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
}

.columnB3 {
    background-color: #8494A4;
    font-family: Arial;
    font-size: 15px;
    text-align: center !important;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}

.TituloPrincipal {
    color: white;
    font-size: 21px;
    font-family: Arial;
    position: absolute;
    margin-left: 5px;
}


.fuenteEstandar {
    font-family: Arial;
    font-size: 16px;
}

.letra14 {
    font-family: Arial;
    font-size: 15px;
}

.fuenteInputs {
    font-family: Arial;
    font-size: 20px;
}


.fuenteSweetAlert {
    font-family: Arial;
    font-size: 14px;
}

.fuenteSweetAlert2 {
    font-family: Arial;
    font-size: 18px;
}

.subtitulo1 {
    color: #114774;
    font-size: 20px;
    font-family: Arial;
    margin-left: 32px;
}

.colorEstandar {
    background-color: #3b5998;
    color:white;
}

.subtitulo2 {
    color: #114774;
    font-size: 19px;
    font-family: Arial;
}

.subtitulo3 {
    color: black;
    font-size: 17px;
    font-family: Arial;
    margin-left: 2%
}

.subtitulo4 {
    color: black;
    font-size: 17px;
    font-family: Arial;
}

.cardEstandar {
    background-color: #f7f7f7;
    border: solid 1px;
    border-color: #dfdfdf;
    border-start-end-radius: 5px;
    border-start-start-radius: 5px;
    background: #EBEEF0;
}


.mi-input::placeholder {
    color: #7B8086;
    font-weight:400;
}

.botonNuevo {
    background: #7ABE48;
    color: white
}

.botonRegresar {
    background: #7F9AA4;
    color: white
}

.botonAuxiliar {
    background: #29B4FF;
    color: white
}
.custom-button {
    border: none;
}

.modalheaderestandar {
    background-color: #3b5998;
    color: #FFF !important;
    font-size: 28px !important;
    padding: 10px;
    margin-top: -3%;
    width: 105.3%;
    margin-left: -2.7%;
    border-radius: 7px 7px 0px 0px;
}



.fondoPantalla {
    background: rgb(248, 248, 248);
    margin-block-start: 20px;
    border-radius: 8px;
}

.CuadroSuperior {
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    background-color: #3b5998;
    color: white;
}

.CuadroSuperior2 {
    border-radius: 8px;
    padding: 5px;
}

.lineaNavs {
    margin-left: 3%;
    border-bottom: 3px solid #114774 !important;
    width: 94%;
    padding: -5px 20px 15px 0px !important
}

.requeridos::before {
    content: "* ";
    color: red;
    font-weight: bold;
}

.tabsNuevo {
    background-color: #DDDDDD;
    color: #063358;
    border: 1px solid #114774 !important;
}

    .tabsNuevo:hover {
        background-color: #114774 !important;
        color: #FFF;
    }

.eliminartablas2 {
    padding: 3%;
    border: hidden;
    border-radius: 5px 5px 5px 5px;
    color: #FF2929;
    text-align: center;
    font-size: 18px;
}

    .eliminartablas2:hover {
        border: hidden;
        background-color: #FF2929 !important;
        color: #FFF;
        text-decoration: none;
    }

.vertablas {
    padding: 3%;
    border: hidden;
    border-radius: 5px 5px 5px 5px;
    color: #EFB14B;
    text-align: center;
    font-size: 18px;
}

    .vertablas:hover {
        border: hidden;
        background-color: #EFB14B !important;
        color: #FFF;
        text-decoration: none;
        padding:5px
    }

.centrado {
    display: flex;
    justify-content: center;
}

fieldset.scheduler-border {
    border: 1px groove #f7f7f7 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: 12px;
}

.cuadro {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.marca_agua {
    font-size: 16px;
}

    .marca_agua:after {
        content: "ANULADO";
        font-size: 12em;
        color: #7C858B;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 25%;
        right: 0;
        bottom: 0;
        left: 30%;
        opacity: 0.1;
        -webkit-transform: rotate(-45deg)
    }

.panelScoring {
    background-color: #CCD8DF;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 389px;
    padding: 8% 0 0;
    margin: auto;
}


.form {
    position: relative;
    z-index: 1;
    background: #3b5998;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #FFFF;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 16px;
        color: #3b5998;
        border-radius:5px;
        font-weight:bolder;
        
    }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .form .register-form {
        display: none;
    }

.buttonLog {
    background: #fff;
    color: #3b5998;
    border-color: transparent;
    position: relative;
    height: 45px;
    font-size: 1.2em;
    padding: 0 2em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-radius: 5px;
    width: 100%;
}

    .buttonLog:hover {
        background: #3b5998;
        color: white;
    }

    .buttonLog:before, .buttonLog:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 3px;
        width: 0;
        background: white;
        transition: 400ms ease all;
    }

    .buttonLog:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    .buttonLog:hover:before, .buttonLog:hover:after {
        width: 100%;
        transition: 800ms ease all;
    }


    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }
/* color del cuadro del login*/
.loginColor {
    background: #6d8dfe;
}

.Layout-01 {
    grid-template-columns: auto;
}

.Layout-01 {
    display: table;
    display: grid;
    grid-template-columns: 500px auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

.descripcion {
    max-width: 100%;
    overflow-x: auto;
}
.margensuperior{
    margin-top:10px;
}

.margenderecho {
    margin-right: 10px;
}
.mt-20 {
    margin-top: 15%;
}

.colorDegradeLogin {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(59,89,152,1) 100%);
}

.contenedorGeneral{
    padding:28px
}

.contenedorMedio{
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
}





