﻿.TablaCentrada {
    margin: auto;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 10px 10px;
    margin-bottom: 42px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.Centrado {
    text-align: center;
}

.Izquierda {
    text-align: left;
}

.Logueo {
    font-family: 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 0.44);
    color: #333;
    border: 1px solid #A4A4A4;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
    height: 10px;
}

.TextBox {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 0.44);
    color: #333;
    border: 1px solid #A4A4A4;
    padding: 4px 8px 4px 4px !important;
    line-height: 1;
    height: 25px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

    .TextBox:hover {
        border: 1px solid #FF00FF;
        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    }

    .TextBox:focus {
        border: 1px solid #4d90fe;
        outline: none;
        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
        background: rgb(255, 255, 255);
    }

.boton {
    font-family: 'Poppins', sans-serif;
    margin: 1px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.75);
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border: 0px solid #27426D;
    height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: left;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
}

.btn {
    margin: 1px;
}

.btIngresar {
    text-align:center;
}

.btnlogin {
    color: white;
    background-color: #27426D;
    font-size: 15px;
}

.boton:hover {
    background-color: #27426D;
    color: white;
}
/*IMAGENES DE CADA TIPO DE BOTON*/
.btnprimario {
    background-color: #27426D;
    color: white;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnAtras {
    background-image: url(../Images/atras.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnNuevo {
    background-image: url(../Images/agregar.png);
    background-repeat: no-repeat;
    width: 150px;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnEditar {
    background-image: url(../Images/editar.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnGuardar {
    background-image: url(../Images/guardar.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnCancelar {
    background-image: url(../Images/cancelar.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnEmail {
    background-image: url(../Images/email.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnClave {
    background-image: url(../Images/contrasena.png);
    background-repeat: no-repeat;
    background-position:center;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}
.btnSincronizar {
    background-image: url(../Images/sincronizar.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnBuscar {
    background-image: url(../Images/buscar.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
    /*background-color: #27426D;
    color: white;*/
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnBorrarBusqueda {
    background-image: url(../Images/borrarb.png);
    background-repeat: no-repeat;
    background-position-y: center;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnBorrar {
    background-image: url(../Images/borrar.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}



.btnAceptar {
    background-image: url(../Images/activate.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnImprimir {
    background-image: url(../Images/imprimir.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnCalcular {
    background-image: url(../Images/calcular.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnRevisar {
    background-image: url(../Images/activate.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnAutorizar {
    background-image: url(../Images/ok.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnAnular {
    background-image: url(../Images/alto.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnMiembros {
    background-image: url(../Images/miembros.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}


.FondoGris {
    background-color: gray;
}


.btnRecargar {
    background-image: url(../Images/recargar.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.txtNumerico {
    text-align: right;
}

.btnPagos {
    background-image: url(../Images/pagar.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    height: 32px;
    margin-bottom: 5px;
}

.btnExcel {
    background-image: url('../Images/excel.png');
    background-repeat: no-repeat;
    height: 18px;
    margin-top: 5px;
    height: 32px;
    margin-bottom:5px;
}

.EncabezadoCelda {
    background-color: #D6D6D6;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width:880px) {

    .HideInMobile-3 {
        display: none;
    }
}

@media screen and (max-width:780px) {

    .HideInMobile-2 {
        display: none;
    }
}

@media screen and (max-width:680px) {

    .HideInMobile-1 {
        display: none;
    }
}


@media screen and (max-width:580px) {

    .HideInMobile {
        display: none;
    }
}

@media screen and (max-width:480px) {

    .HideInMobile2 {
        display: none;
    }
}

@media screen and (max-width:380px) {

    .HideInMobile3 {
        display: none;
    }
}

.row {
    display: contents;
}

.TextBox {
    /*
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 30px;
    width: 200px;
    background: #CCC;
    color: orangered;
         */
}
