/****************************************************************************
        general
*****************************************************************************/
* {
    margin: 0px;
    padding: 0px;
}

html {
    height:100%;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: inherit;
}

a:hover {
    font-weight: bold;
}

/****************************************************************************
        udcPageTemplate
*****************************************************************************/

.defaultUdcBody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 5px 5px 5px 5px;
    background-color: #eeeeee;
}

.defaultUdcPage {
    border: #000 1px solid;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 7px;
    width: 99%;
    height: 100%;
}

.defaultUdcHeader {
    background-color: white;
    padding: 5px 5px 5px 5px;
    width: 99%;
    /*min-height: 75px;*/
    border: 1px solid darkgray;
    color: #880000;
    overflow: hidden;
}

.defaultUdcMain {
    margin: 10px 0;
    width: 99%;
    min-height: 80vh;
}

.defaultUdcMenu {
    background-color: inherit;
    text-align: left;
    width: 15%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    min-height: 40vh;
    float: left;
    color: #880000;
}

.defaultUdcContent {
    text-align: left;
    padding: 5px;
    margin-left: 5px;
    width: 82%;
    float: left;
}

.dfUdcMessagesLayer {
    margin-left: 20px;
    color: red;
    float: left;
}

.dfUdcBreadCrumbLayer {
    margin-left: 20px;
    width: 99%;
    float: left;
    max-height: 16px;
    overflow: hidden;
}

.defaultUdcFooter {
    border-top: 1px solid #000;
    padding-top: 5px;
    text-align: center;
    width: 99%;
}


/****************************************************************************
        udcHeaderTemplate
*****************************************************************************/

.defaultUdcLogo {
    float: left;
    display: inline;
    /*height: 65px;*/
}

.defaultUdcLogoImg {
    width: 100%;
}

.defaultUdcTitle {
    float: left;
    display: inline;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    width: 50%;
}

.defaultUdcTitle table {    
    width: 100%;
    height: 100%;
}

.defaultUdcTitle table td {
    vertical-align: middle;
}

.defaultUdcHeaderRightLayer 
{
    display: inline;
    float: right;
    padding-right: 7px;    
    text-align: right;
    font-weight: bold;
    /*height: 65px;*/
}

.defaultUdcLocale 
{
    /*height: 20px;*/
}

.defaultUdcUserWelcome 
{
    height: 35px;
}

.defaultUdcUserWelcome table {
    width: 100%;
    height: 100%;
}

.defaultUdcUserWelcome table td {
    vertical-align: bottom;
}

.defaultLinkStyleClass {
    font-weight: normal;
    text-decoration: none;
    color: inherit;
}

/****************************************************************************
        udcFooterTemplate
*****************************************************************************/

.defaultUdcFooterText {
    text-align: center;        
    font-weight: normal;
    font-size: 10pt;
}

/****************************************************************************
        Default styles for generic components
*****************************************************************************/

.DefaultGenericComponentStyleClass {
    background-color: #ffffff;
}

.DefaultTextAreaComponentStyleClass {
    background-color: #ffffff;
}

.DefaultFileComponentStyleClass {
    background-color: #ffffff;
}

.DefaultInputComponentStyleClass {
    background-color: #ffffff;
}

.DefaultCheckboxComponentStyleClass {
    background-color: #ffffff;
}

.DefaultSelectComponentStyleClass {
    background-color: #ffffff;
    font-style: oblique;
}

.DefaultSearchComponentStyleClass {
    background-color: #ffffff;
    font-style: oblique;
    text-align: center;
}

.DefaultRadioButtonComponentStyleClass {
    font-style: italic;
}

/* Control para las etiquetas PRE que no salga el texto del recuadro */
/*-------------------------------------------*/
pre {
   white-space: pre-wrap;       /* Since CSS 2.1 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */    
}
   
/* Default styles for MENU generic component */
/*-------------------------------------------*/

.defaultUdcMenu a
{
    font-weight: normal;
    text-decoration: none;
    color: inherit;
}
.defaultUdcMenu a:hover
{
    font-weight: bold;
}
.defaultUdcMenu ul 
{
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.defaultUdcMenu ul li
{
    margin-left: 5px;
    padding-bottom: 5px;
}
.defaultUdcMenu ul li span
{
    margin-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: underline;
}

.DefaultListComponentStyleClass th {
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding: 2px 2px 2px 2px;
}

.DefaultListComponentStyleClass td {
    padding: 2px 2px 2px 2px;
}

.DefaultListComponentStyleClass img {
    max-height: 25px;
    max-width: 25px;
}

.DefaultListComponentPageNavigation 
{
    font-size: 8pt;
    background-color: #ffffff;
    color: inherit;   
    border-style: none;
}

.DefaultListComponentPageNavigation:hover
{
    font-weight: bold;
    color: #880000;
}

.DefaultUniqueCRUDNavigator
{
    font-size: 8pt;
    color: inherit;   
    background-color: inherit;
    border-style: none;
}

.DefaultUniqueCRUDNavigator:hover
{
    font-weight: bold;
    color: #880000;
}

.ListComponentSelectColumn {
    text-align: center;
}

.ListComponentImageLinkColumn {
    text-align: center;
}

.ListComponentImageLink {
    text-align: center;
    width: 16px;
    height: 16px;
}

.ListComponentLinkColumn {
    text-align: center;
}

.DefaultButtonComponentStyleClass {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.DefaultLoginComponentStyleClass {
    text-align: left;
}

.DefaultLoginComponentStyleClass input[type="submit"] {
    text-align: center;
    min-width: 100px;
}

.DefaultLoginComponentTdButtonStyleClass {
    width: 100%;
    text-align: right;
}

.DefaultMessagesLoginComponentStyleClass {
    color: red;
}

.DefaultLinkBreadCrumbComponentStyleClass {
    font-weight: normal;
    text-decoration: none;
    color: inherit;
    font-size: 8pt;
}

.DefaultLinkBreadCrumbComponentStyleClass:hover {
    font-weight: bold;
}

.DefAlterInfoClass 
{
    overflow: auto;
    min-width: 30px; 
    max-width: 350px; 
    max-height: 250px; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    margin: 10px;
    padding: 5px;
    color: #880000;
    background: lightgoldenrodyellow;
    border: 1px solid darkgray;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    
    
}

.DefAlterInfoBreadCrumbClass 
{
    overflow: auto;
    min-width: 30px; 
    max-width: 100%; 
    max-height: 250px; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    margin: 10px;
    padding: 5px;
    color: #880000;
    background: lightgoldenrodyellow;
    border: 1px solid darkgray;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

.dfSelectManyListboxClass
{
    width: 100%; 
    overflow: auto; 
    margin: 0px !important;
}


.dfSelectManyListboxTdClass
{    
}

.dfRelationshipTableClass
{
    width: 100%;
}

.dfRelationshipTableClass td
{
    width: 38%;
    padding: 0%;
    margin: 0%;
}

.dfRelationshipTableClass .dfButtonTdClass
{
    width: 10%;
    max-width: 10%; 
    padding: 0%;
    margin: 0%;
}

/*-------------------------------------------*/
/* Default styles for CHART generic component*/
/*-------------------------------------------*/

/* Incluye todo */
.dfMainLayerChartCompClass
{
    margin-top: 20px;
}

/* Parte superior: incluye título y seleccion de graficas */
.dfChartMenuLayerClass 
{
    z-index: inherit;
}

/* Seleccion de los ejes y de los checkbox */
.dfOptionsLayerChartCompClass
{    
    display: block;
    float: left;
}

/* Ejes y datos a introducir (Eje x, Eje y, Disgregación) */
.dfSelectsChartCompClass
{
    margin: 5px;
    cursor: pointer;
    font: 12px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2E96FE;
    padding: .25em 1em .30em;
    background-color: whitesmoke;
    border-style: none;
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 90px;
}

/* Check Box (Apilado, Horizontal) */
.dfFlagsChartCompClass
{
    margin-top: 10px;
    display:inline-block;
    width: 90%; 
    color: #2E96FE;
    border: activeborder;
    border-radius: 20px;
    border-style: dashed;
}

/* grafica */
.dfGraphLayerChartCompClass
{    
    display: block; 
    float: left;
    height:85%; 
    width:98%; 
    color: coral;
    /*background: aqua;*/
    border: 1px activeborder;
}

/* Boton exportar */ 
.dfExportChartCompClass
{
    float: left;
    padding-left: 10px;    
}

/* Boton refresco*/
.dfBtnRefreshChartCompClass
{
    display: inline-block;
    visibility: hidden;
    float: left;
    clear: left;
    width: 50px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    cursor: pointer;
    border: 2px solid red;
}

/*Dock de los iconos de selección de tipo de gráfico*/
.dfGraphMenuGraphChartCompClass
{
}

/*Iconos de selección de tipo de gráfico*/
.dfGraphMenuIconChartCompClass
{
}

.dfButtonsChartCompClass
{
    border: none;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 10em; 
    -moz-border-radius: 10em;
    border-radius: 10em;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);   
/*button_icon*/    
/*edit_filter_button button_icon*/
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip
{
    z-index: 3 !important;
    background: rgba(255,255,255,1) !important;
}