﻿/*Todos los botones deben de tener el mismo tamaño e id Boton*/
body {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    font-size: 12px !important;
}

hr {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.Boton {
    width: 80px !important;
    display: inline-block !important;
}

/*Le da un padding para no ocultar las tablas entre otros*/
.Espacio {
    padding-bottom: 10px !important;
}

/*#FuncionPagarCuotas{
    display:
}*/

.EspacioCinco {
    padding-bottom: 5px !important;
}

/* Menú */
@media screen and (max-width: 768px) {
    .OpcionMenu {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .OpcionMenu {
        text-align: center;
    }
}

/* A las etiquetas de estado de pago les coloca el mismo tamaño */
.EtiquetaEstado {
    width: 110px !important;
    display: inline-block !important;
}

/* Tacha todo para que el documento no este habilitado */
.anular {
    text-decoration: line-through !important;
    color: #9f9696 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Centra verticalmente */
.CentrarVertical {
    text-align: center;
    vertical-align: middle !important;
}

.caracteristica {
    padding-bottom: 4%;
    margin-left: 2em;
}

/*Oculta en PC Debe ser id y sino, no funciona*/
@media screen and (min-width: 769px) {
    .contenedorlogin {
        padding-top: 1%;
        padding-left: 7%;
    }
}

/*Oculta en PC Debe ser id y sino, no funciona*/
@media screen and (min-width: 1400px) {
    .contenedorlogin {
        padding-top: 10%;
        padding-left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .contenedorlogin {
        padding-top: 1%;
    }
}


/* Login movil */
@media screen and (max-width: 767px) {
    #frmLogin {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .LoginForm {
        max-width: 350px !important;
    }
}

/*Caracteristicas de la aplicacion en Login*/
.DetalleCaracteristicas {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.dataTable > thead > tr > th[class*="sort"]::after {
    display: none;
}

/*Borde para el saldo de historico de Pago*/
.BordeSaldo {
    border-right: 2px solid #ccc !important;
}

.SeparadorInferior {
    border-bottom: 2px solid #ccc !important;
}

.Fecha {
    min-width: 180px;
    max-width: 180px;
}

.Descripcion {
    min-width: 190px;
    max-width: 190px;
}

.ValorFactura {
    min-width: 100px;
    max-width: 100px;
}

.PagosRealizados {
    min-width: 100px;
    max-width: 100px;
}

.Saldo {
    min-width: 100px;
    max-width: 100px;
}

a:active, a:hover {
    text-decoration: none !important;
}

/* Menú superior */
#MenuSuperior.navbar-default {
    font-size: 14px;
    background-color: #ffffff;
    border-bottom-width: 0px;
}

    #MenuSuperior.navbar-default .navbar-nav > li > a {
        background-color: #ffffff;
    }

        #MenuSuperior.navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff !important;
        }

    #MenuSuperior.navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff !important;
    }

    #MenuSuperior.navbar-default .navbar-toggle:hover .icon-bar,
    #MenuSuperior.navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #ffffff;
    }

/* Pie de página */
.navbar-fixed-bottom {
    padding-top: 5%;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #FFFFFF;
    color: #555;
}

/*Centrar Logo*/
.CentrarLogo {
    padding-top: 8px;
}

/*Menu height  mas pequeño*/
.navbar-nav > li > a {
    padding-bottom: 5px !important;
    padding-top: 10px !important;
}

.form-control {
    height: auto !important;
}

.TablaResultadosMovil {
    min-width: 95% !important;
}

.BajarContenido {
    padding-top: 70px !important;
}

.BajarContenido35 {
    padding-top: 35px !important;
}

@media screen and (min-width: 769px) {
    .BajarContenidoLogin {
        padding-top: 100px !important;
    }
}

#calBorder {
    z-index: 99999999 !important;
}

@media screen and (max-width: 768px) {
    #calBorder {
        left: 90px !important;
        top: 130px !important;
    }
}

/*Tamaño de los modals que se quieran con espacios en blanco*/
.Estrecho {
    min-width: 200px !important;
    max-width: 500px !important;
    margin: auto;
}

.EstrechoOtraTabla {
    min-width: 200px !important;
    max-width: 700px !important;
    margin: auto;
}

.EstrechoModal {
    min-width: 200px !important;
    max-width: 350px !important;
    margin: auto;
}

/* Tooltip */
.tooltip-inner {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffffff !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ffffff !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffffff !important;
}


/*Colores para fuente*/
.Azul {
    color: #007DA7;
}

.Rojo {
    color: #D9534F;
}

.Verde {
    color: #5CB85C;
}

.Seleccionar {
    text-align: center;
    min-width: 20px !important;
    max-width: 20px !important;
}

.TablaMostrarPDfs {
    width: 80% !important;
}

table.dataTable th {
    padding-right: 6px !important;
    padding-left: 6px !important;
    vertical-align: middle !important;
}

.alert {
    max-width: 500px !important;
}

    .alert.ConsultaSQL {
        max-width: 900px !important;
    }

.CeldasIguales {
    width: 50% !important;
}

/*PDFs Movil*/
.CabeceraMovil {
    border: none;
}

table {
    border-collapse: separate !important;
}

.TablaGrande {
    width: 100% !important;
}

.EspacioTablaMovil {
    padding-bottom: 30px !important;
}

#SeleccionTipoDocumento {
    min-width: 160px !important;
    max-width: 160px !important;
}

.TituloPermiso {
    margin-left: -20px;
    /*color: #007DA7;*/
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.4 !important;
}

/*centrar*/
.Centrar {
    vertical-align: middle !important;
}

.BotonVisorPagosManualesDanger:hover {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
}

.BotonVisorPagosManualesWarning:hover {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}

.BotonVisorPagosManualesSuccess:hover {
    background-color: #4cae4c !important;
    border-color: #4cae4c !important;
}

/* Políticas de contraseña */
#MoverCheckBox {
    margin-left: 0px !important;
}

#LabelControl {
    margin-left: 20px;
}

.fuentenormal {
    font-weight: normal;
}

#Segundotd {
    padding-left: 10px;
}
/*Grupos de permisos*/
#FiltroBusqueda {
    margin-left: -20px;
}


/* Botón menú móvil */
.navbar-toggle {
    margin-right: 0px !important;
}


.AltoPequenio {
    height: 30px !important;
}

.QuitarSalto {
    display: inline !important;
}

/*Estados de Pago*/
.EstadoPagoPagado {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #5cb85c;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoPagoSaldoPendiente {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #337ab7;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoPagoPorPagar {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #d9534f;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoPagoPendiente {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #f0ad4e;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoPagoNoDisponible {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoPagoFormaPago {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoPagoVencida {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #FF9800;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

/*Columna Saldo*/
.ColumnaSaldoPendiente {
    color: darkred !important;
    text-align: right !important;
}

.ColumnaSaldoPagado {
    color: darkgreen !important;
    text-align: right !important;
}

.ColumnaFormaPago {
    color: #000000 !important;
    text-align: right !important;
}

/*Estados de Factura Electronica*/
.EstadoElectronicaAceptado {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #5cb85c !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.EstadoElectronicaProbadoAutomatico {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #5cb85c !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 170px !important;
    display: inline-block !important;
}

.EstadoElectronicaSinRevisar {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #777 !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.EstadoElectronicaRechazado {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #d9534f !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.EstadoElectronicaNoaplica {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    line-height: 1;
    color: gray !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.input-lg {
    font-size: 14px !important;
}

.FlechaArriba {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

.FlechaAbajo {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
}

.QuitarPaddingDerecha {
    padding-right: 0px !important;
}

.QuitarPaddingIzquierda {
    padding-left: 0px !important;
}


.QuitarMargin {
    margin: 0px 0 !important;
}

.popover {
    max-width: 300px !important; /* Max Width of the popover (depending on the container!) */
}

.CabeceraEstadoPago {
    max-width: 140px !important;
    min-width: 140px !important;
    width: 140px !important;
}

.CabeceraEstadoFactura {
    max-width: 120px !important;
    min-width: 120px !important;
    width: 120px !important;
}

.Amarillo {
    color: #f0ad4e !important;
    font-weight: bold !important;
}

.Gris {
    color: #777 !important;
    font-weight: bold !important;
}

.Naranjado {
    color: #FF9800 !important;
    font-weight: bold !important;
}

.Mano {
    cursor: pointer !important;
}

.MensajePopUp {
    width: 10px !important;
}

.ContenedorTablaPC {
    width: 1270px !important;
}

.ContenedorTablaPCIframe {
    width: 95% !important;
    min-width: 95% !important;
}

/* Inicio */
/* Paneles personalizados */

.huge {
    font-size: 16px;
    font-weight: bold;
}

.panel-green {
    border-color: #687e96 !important;
}

    .panel-green > .panel-heading {
        border-color: #687e96;
        color: #fff;
        background-color: #687e96;
    }

    .panel-green > a {
        color: #555;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f !important;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.IndicadorInicio {
    padding: 2px 12px 2px 0px !important;
}

.IconoIndicadorInicio {
    text-align: left !important;
    padding-left: 30px !important;
}

.badge-danger {
    background-color: #d43f3a !important;
}

.badge-gris {
    background-color: #ccc !important;
}

/* Mensaje Estado Usuario */

.EstadoUsuarioActivo {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #5cb85c;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

.EstadoUsuarioInactivo {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #d9534f;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 120px !important;
    display: inline-block !important;
}

#TablaGestorUsuarios {
    min-width: 100% !important;
}

.QuitarPaddingTopBotton {
    padding-bottom: 0% !important;
    padding-top: 0% !important;
}

.AmpliarBordeBoton {
    border: 2px solid #cccccc !important;
}

/*Estados */
.EstadoGris {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.EstadoRojo {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #d9534f;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.EstadoAzul {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #286090;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.EstadoVerde {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #5cb85c;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 90px !important;
    display: inline-block !important;
}

.QuitarBottom {
    margin-bottom: 0px !important;
}

.HacerTextoMinuscula {
    text-transform: lowercase;
}


.OcultarDiv {
    display: none !important;
    visibility: hidden !important
}

.QuitarMarginTop {
    margin-top: 0px !important
}
