/*#region GENERALES*/

@font-face {
    font-family: 'ElegantIcons';
    src:url('iconos/fonts/ElegantIcons.eot');
    src:url('iconos/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
        url('iconos/fonts/ElegantIcons.woff') format('woff'),
        url('iconos/fonts/ElegantIcons.ttf') format('truetype'),
        url('iconos/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
        /*Evitar resaltado en los botones*/
        -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        -webkit-tap-highlight-color: transparent;
}

*:focus {/*Evitar resaltado inputs*/
    outline: none;
}

input{/*Evitar resaltado inputs*/
    background-color:inherit;
    -webkit-user-select:text;/*safari*/
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

select {
    background-image: url(../img/caret.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 100%;
    background-color: #ffffff;
  -webkit-appearance: none;
}

html {
    min-height: 100%;
    position: relative;
}


body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
    font-size: 100%;
}


@media all and (max-width: 915px) {
    .contenedorTabla {
        overflow-y:hidden ;
        overflow-x: auto;
    }
    .tablaAnexos{
        width: 90% !important;
    }
    .tabla_empresas{
        width: 90% !important;
    }
  }
/* #endregion */

/*#region FOOTER*/
footer {
    position: absolute;
	bottom: 0;
	width: 100%;
	height: 73.67px;
}

.contenedor-footer-colores {
    position: absolute;
	width: 100%;
	display: flex;
	bottom: 0px;
	height: 10px;
	 /* max-height: 15px; */
	 /* min-height: 10px; */
}

.logo-footer {
    position: relative;
	width: 250px;
	 /* min-width: 100px; */
	 /* height: 5%; */
	margin: 0 auto;
	 /* bottom: 26px; */
}

.logo-footer img {
    width: 100%;
}

.box1 {
    width: 33.3%;
    height: 100%;
}

.box {
    width: 33.4%;
    height: 100%;
}

.Cred {
    background: #D6005E;
}

.Cgreen {
    background: #85B61B;
}

.Cblue {
    background: #0078BD;
}
/* #endregion */

/*#region LOGIN*/
.v_login {
    height:100%;

}
.loginContenido {
    text-align: center;
    margin: auto;
    padding: 15%;
    width: 100%;
    font-size: 150%;
    font-weight: bold;
    color: #0078BD;
}
.caja_login {
    position:absolute;
    left:25%;
    right:25%;
    top:25%;
    bottom:25%;
    margin-top: auto;
    height: 450px;
    width: 350px;
    border-style: solid;
    border-color: #6a6770;
    border-width: 2px;
    border-radius: 4px;
    margin: auto;
}
.entrar {
	background-color: #0078BD;
    width: 140px;
    height: 36px;
    color: #fff;
    padding-top: 3px;
    border-radius: 4px;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    margin-top: 25px;
}

.entrar:hover {
	opacity:0.7;
}


.caja_login {
    position:absolute;
    left:25%;
    right:25%;
    top:25%;
    bottom:25%;
    margin-top: auto;
    height: 450px;
    width: 350px;
    border-style: solid;
    border-color: #6a6770;
    border-width: 2px;
    border-radius: 4px;
    margin: auto;
}

.logo-login {
    position: relative;
    width: 15%;
    min-width: 100px;
    height: 5%;
    margin-top:15%;
    margin-left:15%;
}

.formularioLogin {
    border-style: solid;
    border-color: #6a6770;
    border-width: 2px;
    border-radius: 4px;
    margin-top:10%;
    height: 15%;
    width: 80%;
}

.logo-login img {
    width: 250%;
}

.contenedor-login-colores {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 347px;
    display: flex;
    height: 10%;
    max-height: 15px;
    min-height: 10px
}

.caja_cuestionario {
    border-style: solid;
    border-color: #6a6770;
    width: 20%;
    height: 40%;
    font-weight:bold;
    color: #6a6770;
}
/* #endregion */

/*#region MENU*/
#menu {
	position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 264px;
    background: #3B7FC4;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    transform: translate(-265px, 0px);
    transition: transform 0.4s ease 0s;
}

.icono-menu{
    margin-right: 13px;
}

.opciones-menu {
    margin-top: 25px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    margin-left: -30px;
}

#menu li {
    margin-left: 20px;
    color: #ffffff;
    padding: 4px;
    font-size: 16px;
	cursor:pointer;
}

#menu li:hover {
    opacity:0.7;
}

.boton-menu-r {
    font-size: 30px;
    color: #0078BD;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.boton-menu-r:hover{
	opacity:0.7;
}


.boton-menu2 {
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    text-align: right;
    padding: 10px;
}

.boton-menu2:hover{
	opacity:0.7;
}

.sombreado {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 264px;
    background-color: #000;
    opacity: 0.2;
    display: none;
}
/* #endregion */

/*#region COMUNES SECCIONES*/
.contenidoPagina{
    opacity: 0;
    transition: opacity 0.5s;
}

.titulo-principal {
    color: #0078BD;
    text-align: center;
    margin-top: 3%;
    font-size: 45px;
    font-weight: normal;
}

.iconosBorrarConfirmar{
    display: flex;
    margin:auto;
    align-content: center;
    width: 40px;
}

.iconosBorrarConfirmarAdjuntar{
    display: flex;
    margin:auto;
    align-content: center;
    width: 50px;
}

.selector {
    padding: 1%;
    border: none;
    width:110%;
    max-width:130%;
    min-width: 45px;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #6a6770;
    align-content: center;
    cursor:pointer;
}

.selector:hover {
	opacity:0.7;
}


/*CSS for the table desing*/
.filas-impares {
    background: #e6e6e6;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    border-collapse: collapse;
    text-align: center;
}

.filas-pares {
    background: #ffffff;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    border-collapse: collapse;
    text-align: center;
}


.filas-cabecera {
    background: #85B61B;
    color: #ffffff;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    border-collapse: collapse;
    font-display: auto;
    text-align: center;
}

.filas-subcabecera {
    background: #bdbdbd;
    color: #ffffff;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    border-collapse: collapse;
    font-display: auto;
    text-align: center;
}

td {
    padding-bottom: 0.2%;
    padding-top: 0.2%;
    white-space: nowrap;
}

h1 {
    text-align: center;
}

.filas-pares:hover {
    background-color: #F1F0F0;
    opacity: 0.9;
}

.filas-impares:hover {
    background-color: #C8C8C8;
    opacity: 0.9;
}



.casillas_tb {
    border:solid;
    border-color:rgba(0, 0, 0, 0);
    text-align: inherit;
    height: 100%;
    width: 100%;
    font-size: 12px;
}

.casillas_tb_fecha {
    text-align: right;
}


.casillas_ftb {
    border: none;
    text-align: inherit;
    height: 100%;
    width: 100%;
    max-width:30px;
}

.casillas_tb:focus {
    border: solid;
    border-color: #D6005E;
    border-width: 2px;
}
.casillas_ftb:focus {
    border: solid;
    border-color: #D6005E;
    border-width: 2px;
}

.desplegable {
    padding: 0.1%;
    margin-right:3%
}

.desplegableTabla {
    border:solid;
    border-color:rgba(0, 0, 0, 0);
    padding: 0.1%;
    background-color: inherit;
    border:none ;
    font-size: 12px;
    margin-left: 5px;
}

.desplegableTabla:focus {
    border: solid;
    border-color: #D6005E;
    border-width: 2px;
}

/*CSS iconos añadir y borrar*/
.icono-anyadir {
    font-size: 300%;
    color: #0078BD;
    text-align: center;
    width: 30px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    display: none;
    margin-bottom: 80px;
}

.icono-actualizar {
    margin-top:1%;
    font-size: 300%;
    color: #0078BD;
    text-align: center;
    width: 30px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.icono-anyadir:hover {
    opacity: 0.7;
}

.icono-borrar {
    font-size: 150%;
    color: #D6005E;
    margin:  auto;
    cursor: pointer;
    margin-right: 5px;
}

.icono-borrar:hover {
    opacity: 0.7;
}

.icono-adjuntar {
    font-size: 140%;
    color: #D6005E;
    margin:  auto;
    cursor: pointer;
    margin-right: 5px;
    opacity: 0.4;
}

.icono-adjuntar:hover {
    opacity: 0.7;
}


.icono-adjunto {
    font-size: 140%;
    color: #D6005E;
    margin:  auto;
    cursor: pointer;
    margin-right: 5px;
}

.icono-adjunto:hover {
    opacity: 0.7;
}


.icono-cerrar {
    position: relative;
    font-size: 150%;
    color: #D6005E;
    margin:  auto;
    cursor: pointer;
    right: 5px;
    top: 0px;
    float: right;
}
.icono-cerrar:hover {
    opacity: 0.7;
}


.col-borrar {
    padding-right: 1%;
}

/* #endregion */

/*#region VENTAS*/

/* Control aplicaciones */
.tablaControlApps{
    font-size:12px;
    width: 95%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
.BotonAceptar{
    font-size:12px;
    width: 100px;
    background-color: #0078BD;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    cursor: pointer;
    padding: 7px;
}
.BotonAceptar:hover{
    opacity: 0.7;
}

.BotonCancelar{
    font-size:12px;
    width: 100px;
    height: 20px;
    background-color: #0078BD;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    margin-top: 50px;
    margin-left: 30px;
    text-align: center;
    cursor: pointer;
    padding: 2px;
}
.BotonesControl{
    display: flex;
}

.sombraControlApps{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.cajaControlApps{
    margin: auto;
    margin-top: 10%;
    height: 40%;
    width: 80%;
    background-color: #FFF;
    display: inherit;
    overflow: auto;
    opacity: 0;
    transition: opacity 0.5s;
}


/* Pop up Ventas */
.cajaVentas{
    margin: auto;
    margin-top: 10%;
    height: 60%;
    width: 40%;
    background-color: #FFF;
    display: inherit;
    overflow: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.tablaVentas{
    font-size:12px;
    width: 95%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    min-width:870px;
}

.tablaVentasPop{
    font-size:12px;
    width: 95%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.sombraVentas{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.filas-impares-ventas {
    background: #e6e6e6;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    border-collapse: collapse;
    text-align: center;
    cursor: pointer;
}

.filas-pares-ventas {
    background: #ffffff;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    border-collapse: collapse;
    text-align: center;
    cursor: pointer;
}

.filas-pares-ventas:hover {
    background-color: #F1F0F0;
    opacity: 0.9;
}

.filas-impares-ventas:hover {
    background-color: #C8C8C8;
    opacity: 0.9;
}

.csvBoton{
    background-color: #fff;
    width: 40px;
    height: 25px;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: #0078BD;
    padding: 1px;
    color: #0078BD;
    margin-top: 3px;
}

.csvBoton:hover{
    opacity: 0.7;
}

.casillas_tb-ventas {
    border: none;
    text-align: inherit;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.casillas_tb-ventas:focus {
    border: solid;
    border-color: #D6005E;
    border-width: 2px;
}



.titulo-ventas {

    color: #0078BD;
    text-align: center;
    margin-top: 3%;
    font-size: 35px;
    font-weight: normal;
}



/* #endregion */

/*#region CUOTAS*/
.tablaCuotas{
    font-size:12px;
    width: 95%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    min-width:870px;
}

/* #endregion */

/*#region EMPRESAS*/
.tabla_empresas {
    font-size: 12px;
    width: 40%;
    margin: auto;
    border-collapse: collapse;
    padding: 2%;
}

.Empresas {
    display: flex;
    margin-top: 2%;
}
/* #endregion */

/*#region ANEXOS*/
.Anexos {
    display: flex;
    margin-top:2%;
}

.tablaAnexos{
    font-size:12px;
    width: 40%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    padding: 2%;
}
/* #endregion */

/*#region CONFIGURACION*/
.cajaCentralConfiguracion {
    position: relative;
    height: 283px;
    width: 300px;
    border-style: solid;
    border-color: #6a6770;
    border-width: 2px;
    border-radius: 4px;
    margin: auto;
    margin-top: 5%;
}

.tituloOpcionConfiguracion {
    text-align: center;
    margin: auto;
    padding: 15%;
    width: 100%;
    font-size: 150%;
    font-weight: bold;
    color: #0078BD;
}

.porcentajeWK {
    text-align: center;
    margin: auto;
    color: #6a6770;
}

.guardarConfiguracion{
	text-align: center;
    padding: 32px;
    font-size: 32px;
    color: #0078BD;
    cursor: pointer;
}

.guardarConfiguracion:hover{
	opacity:0.7;
}
/* #endregion */

















