﻿body
{
    color: #000000;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 13px;
}

div#contenedorPrincipal
{
    background-color: #FFFFFF;
    min-width: 550px;
    width: 100%;
    min-height: 500px;
    display: block;
    position: relative;
    text-align: center;
}
@media all and (min-device-width : 320px) and (max-device-width : 750px) and (orientation: landscape)
{
    table.tblFormulario tr:nth-child(even) td
    {
        display: table-cell !important;
    }
}

@media all and (min-device-width : 320px) and (max-device-width : 750px)
{
    input[type="text"].txtintermedio, input[type="password"].txtintermedio, select.txtintermedio
    {
        width: 95% !important;
    }
    #reciboPrint
    {
        font-size: 1.2em !important;
    }
    #reciboPrint .parrafoPago
    {
        padding: 20px 0px 0px 0px !important;
    }
    table.tblFormulario
    {
        width: 100% !important;
    }
    table.tblFormulario tr:nth-child(odd)
    {
        display: none;
    }
    table.tblFormulario tr:nth-child(even) td
    {
        display: block;
    }
    table.tblFormulario tr:nth-child(even) td input + img[title]
    {
        display: none;
    }
    div.linealBuscar
    {
        padding: 0 !important;
    }
    div.linealBuscar > div div
    {
        float: none !important;
        padding: 0 !important;
    }
    div.linealBuscar > div div:nth-of-type(1)
    {
        position: absolute !important;
        top: 0 !important;
    }
    .HeaderStyle th:nth-of-type(1)
    {
        display: none;
    }

    .RowStyle td:nth-of-type(1)
    {
        display: none;
    }
    .AltRowStyle td:nth-of-type(1)
    {
        display: none;
    }
    .HeaderStyle th:nth-of-type(3)
    {
        display: none;
    }

    .RowStyle td:nth-of-type(3)
    {
        display: none;
    }
    .AltRowStyle td:nth-of-type(3)
    {
        display: none;
    }
    .HeaderStyle th:nth-of-type(4)
    {
        display: none;
    }

    .RowStyle td:nth-of-type(4)
    {
        display: none;
    }
    .AltRowStyle td:nth-of-type(4)
    {
        display: none;
    }
    .HeaderStyle th:nth-of-type(5)
    {
        display: none;
    }

    .RowStyle td:nth-of-type(5)
    {
        display: none;
    }
    .AltRowStyle td:nth-of-type(5)
    {
        display: none;
    }
    div#contenedorPrincipal
    {
        min-height: 0 !important;
    }
    .GridViewStyleControl
    {
        font-size: 1.3em !important;
    }
    div#contenedorPrincipal div div#detalle div.detalleCentral
    {
        min-height: 0 !important;
    }
    div#contenedorPrincipal div div#detalle
    {
        min-height: 0 !important;
    }

    div#contenedorPrincipal
    {
        min-width: 0 !important;
        width: 100% !important;
    }
    div#contenedorPrincipal div#wrapper
    {
        width: auto !important;
        padding: 0 !important;
    }
    div#contenedorPrincipal div div#detalle div.linealBuscar div.mensaje
    {
        display: none !important;
    }
    .buscar td
    {
        display: block;
    }

    div#contenedorPrincipal div div#detalle div.linealBuscar div.buscar
    {
        position: static !important;
        display: inherit !important;
        height: auto !important;
        min-width: 0 !important;
        width: auto !important;
        text-align: inherit !important;
        border: inherit !important;
        padding: inherit !important;
        float: none !important;
    }

    div#contenedorPrincipal div div#detalle div.linealBuscar div.buscar input[type="submit"]
    {
        margin: inherit !important;
        height: auto !important;
        width: auto !important;
    }
    input::-webkit-input-placeholder {
    color: black !important;
    }

    input:-ms-input-placeholder {
        color: black !important;
    }

    input::-moz-placeholder {
        color: black !important;
        opacity: 1 !important;
    }
}

div#contenedorPrincipal div#wrapper
{
    position: relative;
    display: inline-block;
    width: 95%;
    padding: 2em;
}

div#contenedorPrincipal div div#tituloHeader
{
    background-color: #00538E;
    border: 1px solid #00538E;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    position: relative;
    display: inline-block;
    width: 100%;
}

div#contenedorPrincipal div div#tituloHeader span
{
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 95%;
}

div#contenedorPrincipal div div#detalle
{
    position: relative;
    display: inline-block;
    clear: both;
    width: 100%;
    min-height: 400px;
    text-align: left;
    border: 1px solid #E1E1E1;
}
div#contenedorPrincipal div div#detalle div.linealBuscar
{
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both; /* border: 1px solid red;*/
}

div#contenedorPrincipal div div#detalle div.linealBuscar div.mensaje
{
    position: relative;
    display: block;
    min-width: 200px;
    max-width: 50%; /*width:69%;*/
    height: 20px;
    text-align: left; /*border: 1px solid #000000;*/
    padding: 10px 0 10px 10px;
    float: left;
}

div#contenedorPrincipal div div#detalle div.linealBuscar div.buscar
{
    position: relative;
    display: inline-block;
    height: 20px; /*min-width:280px;     width: 29%;*/
    text-align: right; /*border: 1px solid #000000;*/
    padding: 10px;
    float: right;
}
div#contenedorPrincipal div div#detalle div.linealBuscar div.buscar input[type="submit"]
{
    margin: 0;
    height: 18px;
    width: 60px;
}

div#contenedorPrincipal div div#detalle div.detalleCentral
{
    min-height: 320px;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: right;
    font-size: 12px;
}
table.tblFormulario
{
    width: 80%;
    text-align: left;
}

table.tblFormularioSaldosPrimas
{
    text-align: center;
}

table.tblFormulario span.asterisco
{
    color: Red;
}

.asterisco
{
    color: Red;
}

h1, h2, h3, h4, h5, h6
{
    color: #00538E;
    font-weight: bolder;
}

div#contenedorPrincipal div div#detalle div.barraInferior
{
    background-color: #EDEDED;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px; /*padding: 10px;*/
    text-align: right;
    border-top: 1px solid #E1E1E1;
}
/*Estilos para paginas de pagos*/
.parrafoPago
{
    clear: both;
    padding: 20px 50px 0px 50px;
    text-align: left;
    line-height: 25px;
}
.parrafoPago span
{
    font-weight: bold;
    vertical-align: bottom;
}
.parrafoPago table
{
    width: 80%;
    border: 2px solid #000;
}
.parrafoPago table th
{
    font-weight: bold;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #ACABAB;
}
.parrafoPago table td
{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #ACABAB;
    border-bottom: 1px solid #ACABAB;
    padding: 0px 5px 0px 5px;
    text-align: center;
}
.parrafoPago table td span
{
    font-weight: normal;
}
.parrafoPago table td.total
{
    text-align: right;
}
.parrafoPago table tr.totalPago
{
    background-color: #F3E8E8;
    text-align: right;
}
.parrafoPago table tr.totalPago td
{
    background-color: #F3E8E8;
    text-align: right;
}
.parrafoPago table tr.totalPago span
{
    font-weight: bold;
}
.leftPanel
{
    float: left;
    padding-left: 30px;
}
.rightPanel
{
    float: right;
    padding-right: 30px;
    vertical-align: middle;
}
/*DeduciblePagado*/
.panBuscador
{
    text-align: left;
    float: right;
    padding-right: 30px;
}
.panBuscador input[type=button]
{
    height: 17px;
}
.panBuscador img
{
    padding-left: 5px;
}
.detalleCentral div.DetallePagado
{
    clear: both;
    padding: 20px 50px 0px 50px;
}
.DetallePagado table
{
    width: 100%;
    border-width: 0px;
    border-top: 2px solid #ACABAB;
    border-bottom: 2px solid #ACABAB;
}
.DetallePagado table th
{
    height: 30px;
    font-weight: bold;
    border-width: 0px;
    border-top: 1px solid #ACABAB;
    border-bottom: 1px solid #ACABAB;
}
.DetallePagado table td
{
    height: 30px;
    text-align: center;
    border-width: 0px;
    border-top: 1px solid #ACABAB;
    border-bottom: 1px solid #ACABAB;
    padding: 0px 5px 0px 5px;
}
.DetallePagado table td.columnaMontosPago
{
    font-weight: normal;
    text-align: right;
    margin-right: 40px;
}

.columnaMontosPago
{
    text-align: right;
}

.columnaMontosPago span
{
    margin-right: 40px;
}

.TextoSaldosPrima
{
    color: #00538E;
    vertical-align: middle;
}

.TextoSaldosPrima label
{
    font-weight: bolder;
    font-size: 12px;
    padding-left: 10px;
}

@media print
{
    body *
    {
        visibility: hidden;
        z-index: -1000;
    }
    #reciboPrint *, #reciboPrintDeducible *, #reciboPrintPrima *
    {
        visibility: visible;
        z-index: 0;
    }

    #divBuscador
    {
        display: none;
    }
}