﻿@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Fira Sans', sans-serif;
}

/*  **************************   Elementos Generales   **************************    */


fieldset {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 96%;
    border: none;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(209,209,209,1);
    -moz-box-shadow: 1px 2px 5px 1px rgba(209,209,209,1);
    box-shadow: 1px 2px 5px 1px rgba(209,209,209,1);
    padding: 1px 25px;
}

    fieldset legend {
        background: #004B60;
        color: #fff;
        padding: 1px 15px;
        font-size: 24px;
        border-radius: 5px;
        margin-left: 10px;
        width: 95%;
        font-family: 'aller_lightregular';
        border: solid 1px #0A728D;
    }


/*  **************************   Modificaciones del DATAGIND   **************************    */

.dataGrid {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: auto;
    font-size: 18px;
}

    .dataGrid td {
        padding: 2px;
        text-align: center;
    }

    /* Filas Seleccionadas */
    .dataGrid .rows_seleccion {
        background: #212529;
        color: white;
        height: 40px;
    }

    /* Filas Sin Alternancia */
    .dataGrid .rows {
        height: 40px;
    }

    /* Cabecera */
    .dataGrid th {
        color: #fff;
        background: #004B60;
        font-size: 0.9em;
        text-align: center;
    }
    /* Alternacion de Paginas   
         */
    .dataGrid .alt {
        background: #80e5ff;
        height: 40px;
    }
    /* Paginacion */
    .dataGrid .pgr {
        color: #fff;
        background: #004B60;
    }

        .dataGrid .pgr table {
            margin: 5px 0;
        }

        .dataGrid .pgr td {
            padding: 0 6px;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .dataGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .dataGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.tabla {
    width:100%;
}

/* Formato al Texto */

.text_titulos {
    padding: 0px 10px;
    height: 35px;
    font-size: 17px;
    border-radius: 30px;
}


.texto {
    padding: 0px 10px;
    height: 35px;
    font-size: 20px;
    border-radius: 30px;
}

.texto_u {
    font-size: 18px;
    font-weight: bold;
}

.titulo {
    padding: 0px 10px;
    height: 35px;
    font-size: 15px;
    border-radius: 30px;
    color: white;
}

.titulo_ventana {
    text-align: center;
    height: 35px;
    font-size: 25px;
    color: #000;
    margin-top: 45px;
}

.lista {
    border-radius: 10px;
    color: #000;
    text-decoration-color: #000000;
    z-index: 2;
}

.boton {
    background: #0A728D;
    color: white;
    margin: 20px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 51px;
    width: 180px;
}

    .boton:hover {
        background: #074f62;
    }

    .boton:disabled {
        background: #ff0505;
    }


/* --------------         Dos Columnas         -------------- */

.dos_columnas {
    margin: .5em 0;
}

    .dos_columnas label {
        width: 35%;
        float: left;
    }

/*  **************************   Maquetación   **************************    */

/* -------------- Encabezado de la Maquetación -------------- */



.titulo {
    width: 69%;
    float: right;
    font-size: 25px;
    color: #fff;
    margin-top: 18px;
    font-family: 'Franklin Gothic';
}

.logo_administracion {
    width: 80px;
    float: left;
    height: 22px;
    margin-left: 15px;
    margin-top: 5px;
}



/* -------------- Menu de la Maquetación -------------- */



/* -------------- Pie de la Maquetación -------------- */

.pie {
    width: 100%;
    height: 31px;
    float: left;
    border: none;
    box-shadow: 6px 0px 0px #C0C0C0;
    text-align: center;
    color: #000;
}



/* Pantalla ------ Login  */
.contenedor_titulo_login {
    background: #004B60;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

.logo_visitas {
    margin-top:17px;
    margin-left:30px;
    float:left;
    width: 150px;
    padding: 15px;
    background:#FFF;
    
}

.cabecera_login {
    color:#FFF;
    height: 35px;
    font-size: 30px;
    padding: 45px;
}


.contenedor_login {
    background: rgb(255, 255, 255);
    width: 80%;
    margin: 40px auto;
    height: 85%;
}

    .contenedor_login label {
        color: #4c5059;
        display: block;
        margin: .5em 0 0 0;
    }
/* Pantalla ------ Panel Principal  */
.divisor_titulo {
width:100%;
background:#004B60;
height:50px;
text-align:center;
line-height: 50px;
}

    .divisor_titulo .titulo_nombre {
    color:#fff;
    font-size:20px;
    vertical-align: middle;

    }


/* Pantalla ------ Panel Cajas  */
.contenedor_montos_caja_estadisticas {
    text-align:center;
    width:45%;
    margin-left:3%;
    margin-bottom:15px;
    float:left;
}

.caja_monto_estadisticas {
width:30%;
display:inline-block;
margin-left:auto;
margin-right:auto;
text-align:center;
height:90px;
background:#004B60;
color:#FFF;
}

.titulo_estadisticas {
width:80%;
font-size:20px;
padding:15px;
}

.caja-estadisticas-graficas {
    text-align:center;
    width:45%;
    float:left;
    margin-bottom:15px;
}



/* Pantalla ------ Elementos Generales  */

.texto_titulos {
    font-size: 26px;
}

.login_boton {
    text-align: center;
}


.contenedor_datos_login {
    margin-top: 65px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.caja {
    height: 35px;
    text-align: left;
    color: #000;
    padding: 5px;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
}

.caja_login {
    width: 100%;
    height: 35px;
    text-align: left;
    color: #000;
    padding: 5px;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
}

.caja_rich {
    height: 100px;
    text-align: left;
    color: #000;
    padding: 5px;
    font-size: 16px;
    width: 500px;
    border: none;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
}

.caja:focus, .caja:active {
    border: none;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(255,89,0,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(255,89,0,1);
    box-shadow: 0px 1px 5px 1px rgba(255,89,0,1);
}

.caja:hover {
    border: none;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,174,255,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,174,255,1);
    box-shadow: 0px 1px 5px 1px rgba(0,174,255,1);
}

.caja:disabled {
    border: none;
    background: #b1b1b1;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(110,110,110,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(110,110,110,1);
    box-shadow: 0px 1px 5px 1px rgba(110,110,110,1);
}

.caja_lista {
    height: 35px;
    text-align: left;
    color: #000;
    padding: 5px;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
}

.caja_drop {
    height: 35px;
    text-align: left;
    color: #000;
    padding: 5px;
    font-size: 16px;
    width: 250px;
    border: none;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
    box-shadow: 0px 1px 5px 1px rgba(0,38,41,1);
}

.caja_lista:disabled {
    border: none;
    background: #b1b1b1;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(110,110,110,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(110,110,110,1);
    box-shadow: 0px 1px 5px 1px rgba(110,110,110,1);
}

.centrar_mensaje {
    text-align: center;
    margin-top: 15px;
}

.centrar_elementos {
    text-align: center;
}

.mensaje {
    color: #b60202;
}






.visor {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.dropdown {
    text-decoration: none;
    height: 50px;
    text-align: left;
    padding: 5px;
    font-size: 18px;
    border: 2px solid #f6b53b;
    color: #000;
    text-decoration-color: #000;
}


.texto_productos_header {
    font-size: 24px;
    font-weight: bold;
}

.textos_login {
    font-size: 20px;
}

.feedback-input {
    color: #000;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 20px;
    background-color: #D7D8D8;
    padding: 10px 10px 10px 15px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-dropdown {
    color: #000;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 20px;
    background-color: #D7D8D8;
    padding: 5px 10px 10px 15px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.thead-inverse th {
    color: #fff;
    background-color: #212529;
}

.Productos_proveedor {
    height: 50px;
}

.texto_b {
    font-size: 16px;
}


.contenedor_marcas {
    width: 90%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}

/** Pop Mensaje **/

.pnlBackGround {
    background: #fff;
    color: #CE5D5A;
    min-width: 40%;
    -webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.55);
    box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.55);
    z-index:900;
}

    .pnlBackGround .header {
        text-align: center;
        color: seagreen;
        font-size: 20px;
        border-bottom: 2px solid rgba(255,153,0,1);
        padding: 5px;
    }

    .pnlBackGround .main {
        min-height: 30px;
        margin-top: 20px;
    }

.buttonOK {
    text-align: center;
}

/** Pop Confrimar **/

.pnlBackGroundConfirmar {
    background: #fff;
    color: #CE5D5A;
    min-width: 60%;
    -webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.55);
    box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.55);
    z-index: 900;
}

    .pnlBackGroundConfirmar .headerConfirmar {
        text-align: center;
        color: seagreen;
        font-size: 20px;
        border-bottom: 2px solid rgba(255,153,0,1);
        padding: 5px;
    }

    .pnlBackGroundConfirmar .mainConfirmar {
        min-height: 200px;
        margin-top: 20px;
    }

.monto_grande {
font-size:90px;
color:darkgreen;
}

.buttonOKConfirmar {
    text-align: center;
}

/** Boton Loading **/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    display: none;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
    display: none;
}