﻿@import "PopCalendar.css";
@import "Titles.css";
@import "TabContainer.css";
@import "AutoComplete.css";
@import "Print.css";
@import "tagify.css";

/* remove-ie10s-clear-field-x-button-on-certain-inputs */
::-ms-clear { display: none; }

html
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    overflow: hidden;
}

body
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    font-family: Verdana, Arial;
    color: #981C3E;
    font-size: smaller;
    margin: 0px 5px 2px 5px;
}

#PageHeader
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 65px;
    width: 100%;
    margin: 2px 0px 0px 2px;
    z-index: 2;
}

#PageContent
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    bottom: 32px; /*overflow-y: hidden;      overflow-x: hidden; */
    z-index: 1;
    margin-left: 2px;
}

#PageFooter
{
    position: absolute;
    margin: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 30px; /*background: #fff; */ /*border-top: 2px solid blue; 	border-bottom: 2px solid blue;*/
    background-image: url(images/DCXFondo.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #B23249;
    border-bottom: 1px solid #B23249;
    z-index: 1;
}

#PageHeader #Logo
{
    width: 50px;
}

#PageHeader #Menu
{
    vertical-align: bottom;
}

#BackGround
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}


/********  MODAL  ********/
.modalBackground
{
    background-color: Black; /*Gray;*/
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.lblModalOK
{
    font-size: 12px;
    font-weight: bold;
    color: Green;
}

.lblModalERROR
{
    font-size: 12px;
    font-weight: bold;
    color: Red;
}

.divModal
{
    width: 300px;
    background-color: #f6e6e6;
    border: solid 1px #981C3E;
    text-align: center;
    padding-top: 15px;
}

.divModalDetalle
{
    width: 80%;
    height: 100%;
    position: relative;
    background-color: #f6e6e6;
    border: solid 1px #981C3E;
    text-align: center;
}

.divModalDetalleTable
{
    position: relative;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.pnlModalDetalle
{
    width: 100%;
    margin-left: 10%;
    height: 80%;
}

.pnlModalUpload
{
    width: 600px;
    text-align: center;
    height: 170px;
}

.ifrUpload
{
    background-color: #f6e6e6;
}
/********  FIN MODAL  ********/


input[type="button"]
{
    background-color: #B23249;
    color: White;
    font-weight: bold;
    border: solid 1px #5f0b1a;
}

input[type="submit"]
{
    background-color: #B23249;
    color: White;
    font-weight: bold;
    border: solid 1px #5f0b1a;
}

input:hover[type="button"]
{
    background-color: #981C3E;
    cursor: pointer;
    color: White;
    border: solid 1px #B23249;
}

input:hover[type="submit"]
{
    background-color: #981C3E;
    cursor: pointer;
    color: White;
    border: solid 1px #B23249;
}

input[type="text"]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 95%;
}

input[type="password"]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 95%;
}

input[type="text"][disabled]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
}

select
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

select[disabled]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
}

textarea
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

textarea[disabled]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
}

a:link
{
    color: #981C3E;
    font-family: Verdana, Arial;
}

a:visited
{
    color: #981C3E;
    font-family: Verdana, Arial;
}


/********  MENU  ********/
.DynamicMenuStyle
{
    border: solid 1px #B23249;
    background-color: #B23249;
    z-index: 100 !important;
}

.DynamicMenuItemStyle
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    vertical-align: middle;
    height: 25px;
}

.DynamicMenuItemStyle a {
    display: block;
    align-items: center;
    height:80%;
}

/* cuando paso el mas por el submenu */
.DynamicHoverStyle
{
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    background-color: #B23249;
}

.DynamicHoverStyle a
{
    color: White;
    display: block;
    align-items: center;
}




table.DynamicHoverStyle
{
    border: 2px solid white !important;
}

table.DynamicMenuItemStyle
{
    border: 2px solid white !important;
}

.StaticMenuItemStyle
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    padding: 2px;
    text-align: center;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.StaticMenuStyle
{
    font-size: 12px;
    font-weight: normal;
    color: #981C3E;
    font-family: Verdana;
    background-color: transparent;
    height: 25px;
    border-bottom: 0px !important;
    padding-right: 5px;
    margin: 0px;
}

.StaticHoverStyle
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    background-color: #B23249;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.StaticHoverStyle a
{
    color: White;
}  

.lineaDivisoriaMenu
{
    border-top: 1px solid #B23249;
    width: 100%;
    height: 2px;
    position: relative;
}

#Menu a[href="#"]
{
    cursor:default !important;
}

/********  FIN MENU  ********/


/********  LOGIN  ********/
.UserCell
{
    background-image: url(images/users.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: White;
    font-weight: bold;
}

.PasswordCell
{
    background-image: url(images/key.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-left: 5px;
    color: White;
    font-weight: bold;
}

.ButtonCell
{
    text-align: center;
    padding-top: 10px;
}

#divRecuadro
{
    background-image: url(images/RecuadroLogin.png);
    background-repeat: no-repeat;
    width: 410px;
    height: 205px;
    position: absolute;
    float: right;
    top: 35%;
    left: 45%;
}

/********  FIN LOGIN  ********/


.TableHeader
{
    background-color: #B23249;
    color: White;
    font-weight: bold;
    text-align: center;
}

.TableHeaderDetalle
{
    height: 20px;
    background-color: #B23249;
    color: White;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.TableBorder
{
    border: 1px solid #B23249;
}

.CellBold
{
    /*    text-align: right;     font-weight: bold;     color: Black;*/
    text-align: right;
    font-weight: bold;
    color: #AB0132;
    font-size: 11px;
}

.CellObligatorio
{
    text-align: right;
    font-weight: bold;
    color: #AB0132;
    font-size: 11px;
}

.CellNoObligatorio
{
    text-align: right;
    color: #AB0132;
    font-size: 11px;
}

.CellFiltroBold
{
    text-align: right;
    font-weight: bold;
    color: #AB0132;
    font-size: 11px;
}

.CellError
{
    background-color: #fe8484;
}

.CellDato
{
    text-align: left;
    color: black;
    font-size: 11px;
}

.CellDatoItalic
{
    text-align: left;
    color: black;
    font-size: 11px;
    font-style: italic;
}

.CellDatoBold
{
    text-align: left;
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.CellDatoErrorBold
{
    color: Red;
    font-size: 11px;
    font-weight: bold;
}

.TableLargeGrid
{
    position: absolute;
    left: 0px;
}

/********  GRILLA  ********/
.GridView-Selected
{
    /*font-weight: bold;*/
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #D79CA2; /*#AB0132;*/
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: #AB0132 0px solid;
}

.GridView-Selected[title*="Unread"]
{
    background-color: #C8C26A;
    font-weight: bold;
}

.GridView-Header
{
    /*background-color: #B23249;*/ /*background-color: #AB0132;*/ /*color: White;*/
    color: #AB0132;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    height: 17px;
    background-image: url(images/Grid/FondoHeader.png);
}

.GridView-Header a
{
    /*color: White;*/
    color: #AB0132;
}

.GridView-Footer td[style*="background-color: transparent;"]
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    height: 17px;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.GridView-Footer td
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #D79CA2;
    height: 17px;
}

.GridView-Item
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #F3DFE0;
}

.GridView-Item[title*="Unread"]
{
    background-color: #DFD876;
    font-weight: bold;
}

.GridView-Alternating
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #E8C1C4;
}

.GridView-Alternating[title*="Unread"]
{
    background-color: #DFD876;
    font-weight: bold;
}

.GridView-Paging
{
    font-size: 11px;
    font-weight: bold;
    color: white;
    font-family: Verdana, Arial; /*background-color: #AB0132;*/
    height: 17px;
    background-image: url(images/Grid/FondoHeader_footer.png);
    background-repeat: repeat-x;
}

.LabelSinDatos
{
    font-style: italic;
    font-size: small;
    color: Black;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px;
    position: absolute;
    top: 50%;
}

.LabelSinDatosFijo
{
    font-style: italic;
    font-size: small;
    color: Black;
    width: 100%;
    text-align: center;
    margin: 10px;
}

.LabelSinDatosModal
{
    font-style: italic;
    font-size: small;
    color: Black;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px;
    top: 50%;
}

.GridView-Combo
{
    font-size: 11px;
    position: absolute;
    right: 10px;
}

.GridView-Combo select
{
    font-size: 11px;
}

.GridView-Combo-Fieldset 
{
    font-size: 11px;
    position: absolute;
    right: 50px;
}

.GridView-Combo-Fieldset select 
{
    font-size: 11px;
}

.GridView-Combo-FieldsetRight 
{
    font-size: 11px;
    position: relative;
}

.GridView-Combo-FieldsetRight select 
{
    font-size: 11px;
}

.GridView-Resultados
{
    font-size: 11px;
    position: absolute;
    right: 270px;
    padding-top: 4px;
}

.GridView-ResultadosRight 
{
    font-size: 11px;
    position: relative;
    right: 30px;
    padding-top: 4px;
}

.DivHeaderGrid
{
    width: 49%;
    float: right;
    height: 20px;
}

.DivHeaderGridRight 
{
    width: 49%;
    float: right;
    height: 20px;
    text-align: right;
}

.DivHeaderGridNoVisible
{
    display: none;
}

.DivExport
{
    width: 49%;
    float: left;
    text-align: left;
}
/********  FIN GRILLA  ********/


.MasterAJAXLoader
{
    background-image: url("Images/ajax_loader.gif" );
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 80px;
    height: 100px;
    top: 40%;
    left: 47%; /*background-color: #fcefda;*/
    z-index: 2;
}

.DivHeader
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    border-bottom: solid 1px #B23249;
    margin-bottom: 15px;
    margin-top: 15px;
}

.accordionFiltrosHeader, .accordionFiltrosHeaderSelected
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/magnifier-zoom.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding-bottom: 3px;
    cursor: pointer;
}

.accordionFiltrosHeaderSelected
{
    background-image: url(images/magnifier-zoom-out.png);
}

.accordionFiltrosHeader span, .accordionFiltrosHeaderSelected span
{
    padding-left: 25px;
}

.accordionFiltrosContent
{
}

/******** SUB TITLES ********/
.DivSubTitles
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivSubTitles span
{
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    padding-top: 4px;
}

.FacturasDivSubTitles span
{
    background-image: url(images/titles/Facturas.png);
}

.ImpuestosDivSubTitles span
{
    background-image: url(images/titles/impuestos.png);
}

.PersonaTipoDivSubTitles span
{
    background-image: url(images/titles/personas_tipos.png);
}

.DivResultados
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/table.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivResultados span
{
    padding-left: 25px;
}

.DivDatos
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/table.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivDatos span
{
    padding-left: 25px;
}

.DivGrupos
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/titles/groups.gif);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivGrupos span
{
    padding-left: 25px;
}

.DivVacio
{
    width: 100%;
    border-bottom: 1px solid #B23249;
    font-weight: bold;
    color: #AB0132;
    vertical-align: middle;
}

.DivParametros
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(Images/Grid/parametros.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivParametros span
{
    padding-left: 25px;
}

.DivSectores
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/sectores.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivSectores span
{
    padding-left: 25px;
}

.DivSecciones
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/secciones.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivSecciones span
{
    padding-left: 25px;
}

.DivCentrosCosto
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/centros_costo.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCentrosCosto span
{
    padding-left: 25px;
}

.DivCodigosEgreso
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/codigo_egreso.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCodigosEgreso span
{
    padding-left: 25px;
}

.DivCodigosIngreso
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/codigo_ingreso.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCodigosIngreso span
{
    padding-left: 25px;
}

DivCuentasContables
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/cuentas_contables.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCuentasContables span
{
    padding-left: 25px;
}


.DivCuentasBancarias
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/cuentas_bancarias.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCuentasBancarias span
{
    padding-left: 25px;
}

.DivOrdenesTipo
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/orden_tipo.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivOrdenesTipo span
{
    padding-left: 25px;
}

.DivCodigosEgreso
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/codigo_egreso.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivMailBody
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/mensaje.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivMailBody span
{
    padding-left: 25px;
}

.DivCodigosPostales
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/codigospostales.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCodigosPostales span
{
    padding-left: 25px;
}

.DivDescuentosEmision
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/descuento_emision.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivDescuentosEmision span
{
    padding-left: 25px;
}

.DivCoberturaPaquetes
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/coberturaspaquetes.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCoberturaPaquetes span
{
    padding-left: 25px;
}

.DivFormasCobro
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/formas_cobro.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivFormasCobro span
{
    padding-left: 25px;
}

#ContentScroll
{
    position: relative;
    width: 100%;
    z-index: 6;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
}

#ContentScroll div
{
    padding-right: 16px;
}

.MasterUserLabel
{
    font-size: 10px;
    height: 17px;
    color: Black;
    font-weight: bold;
    background-image: url(images/user_icon.gif);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 2px;
}

.MasterProfileLabel
{
    font-size: 10px;
    height: 17px;
    color: Black;
    font-weight: bold;
    background-image: url(images/grid/perfiles.png);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 2px;
}

.MasterExitLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    background-image: url(images/exit.gif);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 5px;
}

.MasterAlertLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-right: 5px;
    padding-top: 5px;
}


.MasterAlertLabelBlink
{
    background-image: url(images/alertas_blink.gif);
}

.MasterAlertLabelNoBlink
{
    background-image: url(images/alertas.png);
}
.MasterLabelText
{
    font-size: 10px;
    height: 16px;
    padding-top: 2px;
    display: inline-block;
}


.MasterManualLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 5px;
    background-image: url(images/ayuda.png) !important;
    background-repeat: no-repeat;
    background-position: left;
}

.tableManuales
{
    background-color: lightgray;
}

.MasterModulos
{
    font-size: 10px;
    text-decoration: none;
}

a.MasterModulos:hover
{
    /*background: url(images/FondoModulo.gif) repeat-x bottom;*/
    background-color: #B23249;
    color: White;
}

.MasterModulosSeleccionado
{
    font-size: 10px;
    font-weight: bold; /*background: url(images/FondoModulo.gif) repeat-x bottom;*/
    background-color: #B23249;
    color: White;
    padding: 1px;
}

.MasterModulosImagen
{
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 2px;
    margin-left: 4px;
    font-size: 13px;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
}

.NodoAccionNoVisible
{
    font-style: italic;
    color: Gray;
}

.ReportesTitulo
{
    font-weight: bold;
    padding-top: 20px;
}

.ReportesImagen
{
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 10px;
}

.ReportesDescripcion
{
    color: Black;
    padding-left: 55px;
}

.TablaParametros
{
    margin-top: 20px;
    width: 60%;
    border: solid 1px gray;
}

.TablaParametros select, .TablaParametros input[type="text"]
{
    width: 100%;
}

.TablaParametros td
{
    padding: 5px 10px 0px 10px;
}

.ParametroComboBox
{
    position: absolute !important;
    width: 45% !important;
    margin-top: -5px !important;
    vertical-align: top;
}

.ParametroComboBox .ajax__combobox_inputcontainer
{
    width: 80%;
    vertical-align: top;
    top: 0px !important;
}


.ParametroComboBox .ajax__combobox_textboxcontainer
{
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.ParametroComboBox .ajax__combobox_textboxcontainer input
{
}

.ParametroComboBox .ajax__combobox_buttoncontainer
{
    padding: 0px 0px 0px 10px;
}

.ParametroComboBox .ajax__combobox_buttoncontainer button
{
    cursor: pointer;
    background-image: url(Images/Grid/magnifier.png);
    background-position: center right;
    height: 18px;
    width: 18px;
    margin: 0 0 0 0;
    padding: 0;
    background-color: Transparent;
    border: 0;
}

.ParametroComboBox .ajax__combobox_itemlist
{
    white-space: nowrap;
    cursor: pointer;
    position: absolute !important;
    height: 150px !important;
    top: 20px !important;
    left: 0px !important;
    width: 65% !important;
}


.ArchivosTitulo
{
    font-weight: bold;
    padding-top: 20px;
}

.ArchivosImagen
{
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 10px;
}


.ArchivosDescripcion
{
    color: Black;
    padding-left: 55px;
}

.divAlertasOverlay
{
    background: url(images/mensaje_alertas.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    position: fixed !important;
    right: 75px;
    top: 50px;
    z-index: 55;
}

.lblAlertasOverlay
{
    display: block;
    height: 128px;
    margin-top: 50px;
    color: White;
    font-weight: bolder;
    text-align: center;
}


.ImportacionesTitulo
{
    font-weight: bold;
    padding-top: 20px;
}

.ImportacionesImagen
{
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 10px;
}


.ImportacionesDescripcion
{
    color: Black;
    padding-left: 55px;
}

.divMasterUsuarios
{
    position: absolute;
    top: -2px;
    right: 2px;
    width: 250px;
    height: 20px;
    padding-left: 2px;
}

.divMasterModulos
{
    position: relative;
    border: 0px solid blue;
    top: 0px;
    left: 10px;
    width: 100%;
    height: 34px;
    background-color: transparent;
}

fieldset legend span
{
    color: #AB0132;
}

fieldset legend label
{
    color: #AB0132;
}

.legendBold span
{
    color: Black;
    font-weight: bold;
}

.MasterAgendaLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-right: 5px;
    padding-top: 5px;
    background-image: url(images/menu/agenda.png);
}

.TableHeaderGroup
{
    height: 20px;
    background-color: #B23249;
    color: White;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.lnkWizSinSelected
{
    background-color: #AB0132 !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 11px;
    text-decoration: none !important;
}

.lnkWizSinEnabled
{
    background-color: transparent !important;
    color: #AB0132 !important;
    font-weight: bold !important;
    font-size: 11px;
    text-decoration: none !important;
}

.DivPlanComercial
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/plan_comercial.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivPlanComercial span
{
    padding-left: 25px;
}

.DivConvenio
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/grid/convenio.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivConvenio span
{
    padding-left: 25px;
}

.DivCoberturasPaquetes
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/coberturaspaquetes.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 20px;
    margin-bottom: 3px;
}

.DivCategoriasOcupaciones 
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/ocupacionescateg.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 20px;
    margin-bottom: 3px;
}

.DivServiciosEmi
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/auto_servicio.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 25px;
    margin-bottom: 3px;
}

.DivUsuarios
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/user_small.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 20px;
    margin-bottom: 3px;
}

.CheckListGreen
{
    border: 1px solid green;
}

.CheckListBlue
{
    border: 1px solid blue;
}

.CheckListRed
{
    border: 1px solid red;
}

.CheckListYellow
{
    border: 1px solid yellow;
}

.DivCheckList
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/checklistitems.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 5px 0px 3px 22px;
    margin-bottom: 3px;
}

.DivDocumentos
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/document.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivDocumentos span
{
    padding-left: 25px;
}

.DivPatentesFormatos
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/patente_formato.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 5px 0px 3px 22px;
    margin-bottom: 3px;
}

.DivTarifas
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/tarifa.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 5px 0px 3px 22px;
    margin-bottom: 3px;
}

.DivProductores
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/productor.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 25px;
    margin-bottom: 3px;
}

.DivCondiciones
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/condiciones.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 25px;
    margin-bottom: 3px;
}

.DivOpTipoEmision
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/tipooperacion.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 25px;
    margin-bottom: 3px;
}

.DivProductorWebBloqueos
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/productorweb_block.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 25px;
    margin-bottom: 3px;
}

.DivObjetivos
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/objetivo.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivObjetivos span
{
    padding-left: 25px;
}

.DivAvalistas
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/avalistas.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivSchedule
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/titles/schedule.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 25px;
    margin-bottom: 3px;
}

.DivCoberturas
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/cobertura.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCoberturas span
{
    padding-left: 25px;
}

.DivValidacionEmision
{
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/validacion_emision.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivValidacionEmision span
{
    padding-left: 25px;
}

/****** Validaciones de Emisión ******/
.ValidationTable td
{
    background-color: #B23249;
    color: White;
    vertical-align:middle;
    padding-left: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    cursor: pointer;
}

.ValidationTable .edit_hover_class {
  visibility:hidden;
}

.ValidationTable tr:hover td
{
    background-color: #B7B6C9;
    color: Black;
}

.ValidationTable tr:hover .edit_hover_class {
 visibility:visible;
}

/* Grid Item : #F3DFE0; Grid Alternative: #E8C1C4 default: #B23249 */
.ValidationTableItems
{
    border-collapse: collapse;
    border: 1px solid #B23249;
    color: Black;
    vertical-align:middle;
}

.ValidationTableItems td
{
    white-space:nowrap; /* for ie compatibility view */
}

.ValidationTableItems .edit_hover_class {
  visibility:hidden;
}

.ValidationTableItems:hover .edit_hover_class {
 visibility:visible;
}

.ValidationTableSelected
{
    border: 1px Dotted Black;
    background-color: #E8C1C4;
    cursor: pointer;
}

.ValidationCursorPointer
{
    cursor: pointer;
}
/****** Validaciones de Emisión ******/

.progressbar_parent
{
    position: relative;
    margin: 0px auto;
    width: 320px;
    height: 22px;
	border: 1px solid #FFFFFF;
}

.progressbar_background {
    float: left;
    display: inline-block;
    width: 320px;
    height: 22px;
    position: relative;
    top: 0px;
    background-color:#b6b6b6;
}

.progressbar_porcent_green {
    float: left;
    display: inline-block;
    position: relative;
    height: 22px;
    top: -22px;
    left: 0px;
    border-right: none;
    background-color:#23c14c;
}

.progressbar_porcent_yellow {
    float: left;
    display: inline-block;
    position: relative;
    height: 22px;
    top: -22px;
    left: 0px;
    border-right: none;
    background-color:#f4ff74;
}

.progressbar_porcent_red {
    float: left;
    display: inline-block;
    position: relative;
    height: 22px;
    top: -22px;
    left: 0px;
    border-right: none;
    background-color:#f40f40;
}

.lblLeyenda
{
    font-weight:lighter;
    font-style:italic;
    font-size:smaller;
}

.lblAviso
{
    font-weight:bold;
    font-style:italic;
    font-size:smaller;
    color: red;
}

.lblStop {
    color: red;
    font-weight: bold;
}

.Row-Item-Header {
    font-size: 12px;
    width: 230px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #F3DFE0;
}

.Row-Item-Body {
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #F7EAEA;
}

.Row-Item-Separator {
    height: 2px;
    background-color: White;
}

.Row-Item-Header-Alternating {
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #E8C1C4;
}

.Row-Item-Body-Alternating {
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #F0D7D9;
}

.DivProyectos {
    font-size: small;
    font-weight: bold;
    color: #AB0132;
    width: 100%;
    background-image: url(images/menu/proyectos.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #B23249;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivProyectos span {
    padding-left: 25px;
}