﻿body {
    background-color: Silver;
    font-family: Arial;
    font-size: 10pt;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8pt;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.EncabezadoTabla {
    border-right: #cccccc 1pt solid;
    padding-right: 0px;
    border-top: #cccccc 1pt solid;
    padding-left: 0px;
    margin-left: 0px;
    border-left: #cccccc 1pt solid;
    color: black;
    margin-right: 0px;
    border-bottom: #cccccc 1pt solid;
    font-family: Arial;
    font-size: 12px;
}

.Ayudas_Encabezado {
    background-attachment: fixed;
    color: white;
    font-weight: bold;
    background-color: #AC1F2C;
    border-right: black 0px;
    border-top: black 0px;
    border-left: black 0px;
    border-bottom: black 0px;
    font-size: 10pt;
    font-style: normal;
    font-family: Arial;
}

.ImageButton {
    vertical-align: middle;
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-style: none;
    display: inline-block;
}

.TextBoxFiltro {
    vertical-align: middle;
    background: white;
    border: 1px solid #ffa853;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #ffa853;
    color: #666;
    outline: none;
    font-family: Arial;
    width: 200px;
}

.button {
    width: 120px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 12px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: #e3e3e3 0 1px 1px;
    -moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.7);
    behavior: url(PIE.htc);
    margin: 2px 2px 2px 2px;
}

.button_large {
    width: 160px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 12px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: #e3e3e3 0 1px 1px;
    -moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.7);
    behavior: url(PIE.htc);
    margin: 2px 2px 2px 2px;
}

.LightGrey {
    color: #444;
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #d5d5d5;
    border-radius: 5px 5px 5px 5px;
    border-right: #ededed 1px;
    border-top: #ededed 1px;
    border-left: #ededed 1px;
    border-bottom: #ededed 1px;
}

    .LightGrey:hover:enabled {
        background-image: -moz-linear-gradient(#e1e1e1, #ededed);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
        background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
        background-image: -o-linear-gradient(#e1e1e1, #ededed);
        background-color: #ededed;
    }

    .LightGrey:active:enabled {
        border: 1px solid #666;
    }

    .LightGrey:disabled {
        color: gray;
        cursor: default;
    }

.green {
    background-color: #800000;
    color: #FFFFFF;
}

    .green:hover {
        background: #993333; /*fallback for non-CSS3 browsers*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from( #993333) to(#993333)); /*old webkit*/
        background: -webkit-linear-gradient(#993333, #993333); /*new webkit*/
        background: -moz-linear-gradient(#993333, #993333); /*gecko*/
        background: -ms-linear-gradient(#993333, #993333); /*IE10*/
        background: -o-linear-gradient(#993333, #993333); /*opera 11.10+*/
        background: linear-gradient(#993333, #993333); /*future CSS3 browsers*/
        -pie-background: linear-gradient(#993333, #993333);
        background-color: #993333;
    }

.AyudaTarjeta {
    color: #000000;
    margin: 2px 2px 2px 2px;
    background-color: lightGray;
    border: 2px solid #000000;
    border-radius: 15px;
    float: left;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.Titulo {
    border-right: black 1px;
    border-top: black 1px;
    font-weight: bold;
    font-size: 16pt;
    border-left: black 1px;
    color: #FFFFFF;
    border-bottom: black 1px;
    font-style: normal;
    font-family: Arial;
}

.AyudaTarjetaSeleccionada {
    color: White;
    background-color: #00FF00;
}

.AyudaTitulo {
    font-weight: bold;
    font-family: Arial;
    font-size: small;
    color: Black;
    margin-left: 5px;
    vertical-align: bottom;
}

.iconoTitulo {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}

.Span {
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

.icono {
    width: 25px;
    height: 25px;
}

.NoCheck {
    float: right;
    width: 35px;
    height: 35px;
    padding: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

.check {
    /* background-image: url('../images/Ayudas/Check.png'); */
    background-repeat: no-repeat;
}

.checkGreen {
    background-color: #85BFBD;
}

.loading {
    background: #c1c39a;
    color: #303030;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    width: 450px;
    margin: 0px auto;
    display: none;
    border-radius: 5px;
}

.divVerMas {
    display: inline-block;
    font-size: large;
    font-family: Arial;
    text-align: center;
    float: none;
    width: 600px;
    color: #800000;
}

a.VerMas {
    color: #800000;
}

.EtiquetaBlanca {
    font-family: Arial;
    font-size: small;
    color: White;
}

.divSinResultados {
    display: inline-block;
    font-family: Arial;
    font-size: medium;
    color: black;
    background-color: #999999;
    text-align: center;
}

.divNoMasResultados {
    display: inline-block;
    font-family: Arial;
    font-size: medium;
    color: #00FF00;
    background-color: #999999;
    text-align: center;
}

.placeholder {
    color: #aaa;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* *********************************************************************************************************************************************** */
/* *********************************************************************************************************************************************** */
/* *********************************************************************************************************************************************** */
.CuerpoFondo {
    background-color: Silver;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Arial;
    background-image: none;
}

.EncabezadoFondo {
    background-color: #AC1F2C;
}

.EncabezadoTituloFuncionalidad {
    font-family: Arial;
    font-size: 16pt;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}

.EncabezadoLabelBlanco {
    font-family: Arial;
    font-size: 10pt;
    color: white;
    font-weight: bold;
    font-style: normal;
}

.CabeceraPersiana {
    font-family: Arial;
    font-size: 13pt;
    background-color: #878785;
    font-weight: bold;
    font-style: normal;
    width: 95%;
    border-style: double;
    border-color: Black;
    height: 24px;
    display: inline-block;
}

.CuerpoPersiana {
    font-family: Arial;
    font-size: 10pt;
    background-color: #e5e5e3;
    font-style: normal;
    border-style: inset;
    height: auto;
    width: 95%;
    display: inline-block;
}

.CuerpoLabelBordo {
    font-weight: bold;
    font-size: 10pt;
    color: #AC1F2C;
    font-style: normal;
    font-family: Arial;
}

.CuerpoLabelNegro {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Arial;
}

.CuerpoTitulo {
    font-family: Arial;
    font-size: 14pt;
    color: #000000;
    font-weight: bold;
    font-style: normal;
}

.CuerpoTituloBordo {
    font-family: Arial;
    font-size: 14pt;
    color: #AC1F2C;
    font-weight: bold;
    font-style: normal;
}

.BotonNuevo {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#d5d5d5');
    background-color: #d5d5d5;
    border-radius: 5px 5px 5px 5px;
    border-right: #ededed 1px;
    border-top: #ededed 1px;
    border-left: #ededed 1px;
    border-bottom: #ededed 1px;
    text-indent: 0;
    display: inline-block;
    color: Black;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 35px;
    line-height: 30px;
    width: 110px;
    text-decoration: none;
    text-align: center;
    vertical-align: text-bottom;
    text-shadow: 1px 2px 8px #ffffff;
}

.RequeridoNuevo {
    border-right: 0px;
    border-top: 0px;
    background-image: url(../images/req_new.png);
    border-left: 0px;
    border-bottom: 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    width: 27px;
    height: 22px;
}

.RequeridoNuevoDisable {
    border-right: 0px;
    border-top: 0px;
    background-image: url(../images/req_new_disable.png);
    border-left: 0px;
    border-bottom: 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    width: 27px;
    height: 22px;
}

.linkGrillas {
    color: blue;
    cursor: pointer;
    font-size: 12px;
    font-family: Arial;
}

.ConSeparadorMiles {
    text-align: right;
}

.LabelComun {
    font-size: 10pt;
    font-family: Arial;
}


.ItemListadoHoverAutomatico {
    font-size: 12px;
    background-color: #DFDFDF;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: pointer;
    font-family: Arial;
}

    .ItemListadoHoverAutomatico:hover {
        background-color: white;
    }

.ItemListadoSinCursorHoverAutomatico {
    font-size: 12px;
    background-color: #DFDFDF;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

    .ItemListadoSinCursorHoverAutomatico:hover {
        background-color: white;
    }

.ItemListadoSinCursorHoverAutomaticoLG {
    font-size: 12px;
    background-color: lightgray;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

    .ItemListadoSinCursorHoverAutomaticoLG:hover {
        background-color: white;
    }

.ItemListadoSinCursorHoverAutomaticoAprobado {
    font-size: 12px;
    background-color: lightgreen;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

    .ItemListadoSinCursorHoverAutomaticoAprobado:hover {
        background-color: white;
    }

.ItemListadoSinCursorHoverAutomaticoRechazado {
    font-size: 12px;
    background-color: lightsalmon;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

    .ItemListadoSinCursorHoverAutomaticoRechazado:hover {
        background-color: white;
    }

.ItemListadoSinCursorHoverAutomaticoRepetidos {
    font-size: 12px;
    background-color: yellow;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

    .ItemListadoSinCursorHoverAutomaticoRepetidos:hover {
        background-color: white;
    }

.ItemListado_std {
    font-size: 12px;
    background-color: #DFDFDF;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: pointer;
    font-family: Arial;
}

    .ItemListado_std:hover {
        background-color: white;
    }


.ItemListadoSinCursor_std {
    font-size: 12px;
    background-color: #DFDFDF;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

.ItemListadoHover_std {
    font-size: 12px;
    background-color: white;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: pointer;
    font-family: Arial;
}

.ItemListadoSinCursorHover_std {
    font-size: 12px;
    background-color: white;
    color: black;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: auto;
    cursor: default;
    font-family: Arial;
}

.ComboBoxNew {
    height: 26px;
}

.TextBoxNew {
    height: 16px;
    font-size: 10pt;
}

.CheckBoxListNew {
    font-size: 10pt;
}

.BotonBorrarNuevo {
    background-image: url(../images/clear.png) !important;
    background-size: 30px 30px;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/PGMCOOP/images/clear.png' ) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    height: 30px;
    width: 30px;
}

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

.BotonActualizar {
    background-image: url(../images/refresh.png) !important;
    background-size: 25px 25px;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/PGMCOOP/images/refresh.png', sizingMethod='scale' ) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    height: 21px;
    width: 21px;
}

.ui-dialog > .ui-widget-header {
    background: #AC1F2C;
    color: white;
    font-size: 10pt;
}

#divNewAlert_dialog {
    font-size: 10pt;
}

#divNewConfirm_dialog {
    font-size: 10pt;
}

.imgNewConfirm {
    float: left;
    vertical-align: top;
    margin: 2px 20px 2px 2px;
}

.centrado {
    text-align:center;
}

.pullRight {
    text-align:right;
}

.pullLeft {
    text-align: left;
}

.CuerpoLabelBordoGrande {
    font-weight: bold;
    font-size: 12pt;
    color: #AC1F2C;
    font-style: normal;
    font-family: Arial;
}
