﻿/* DEFAULTS
----------------------------------------------------------*/

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #fff;
    margin: 4px auto 0px auto;
    border: 1px solid #496077;
    min-width: 1250px;
}

-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 10px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    border-style: groove; 
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[disabled]
{
    opacity: 1;
    -webkit-text-fill-color: black;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* disabled textbox for telerik */
html  body  form  .RadInput  .disableField
{
    background-color:ButtonFace;
    border-color: #888888;
}
 
.ctrlDisplayNone 
{
    display: none;
}

.tableCenter 
{
    margin-left: auto;
    margin-right: auto;
}

/***********************************     Clases con ejemplos    *****************************  */ 
.adjuntoLinkDescarga 
{
    font-family: Tahoma;
    font-size: 11px;
}
.nopadding 
{
    padding: 0px !important;
}
.nodecoration 
{
    text-decoration: none;
}

.adjuntoTextoInfo 
{
    font-family: Tahoma;
    font-size: 11px;
}

.adjuntoTituloListado 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.button 
{
    /*
    border: 1px solid #6095BD;
    background-color: #80B5DD;
    */
    font-size:X-Small;
}

.celdaTitulo 
{
    font-size:X-Small;
    color: White; 
    background-color: #6095BD;
    font-weight: bold;
    text-align: center;
}

.celdaEtiqueta 
{
    font-size:X-Small;
    background-color: #FFFFFF;
    padding: 4px;
}

.celdaValor 
{
    font-size:X-Small;
    background-color: #FFFFFF;
    padding: 4px;
}

.celdaEtiquetaAlt
{
    font-size:X-Small;
    background-color: #DDDDDD;
    padding: 4px;
}

.celdaValorAlt 
{
    font-size:X-Small;
    background-color: #DDDDDD;
    padding: 4px;
}


.modalDiv 
{
    border-color: Black; border-width: thin; 
    z-index: 1000; position: fixed; top: 0; right: 0; bottom: 0; left: 0; 
    margin: auto;
 }

.modalFondo
{
    background-color: #F0F0F0;    
}

.modalMain 
{
    padding: 7px 7px 4px 7px;
}

.tablaCampos 
{
    border: 1px solid #AAAAAA;
}

.textoError 
{
    font-size: 11px;
    color: Red;
}

.textoAviso
{
    font-size: 11px;
    color: Blue;
}

.boton-accion-aceptar 
{
    /*background-image: url(../images/boton-accion-aceptar.jpg);*/
    /*background-color: transparent;*/
    width:32px;
    height:32px;
    border: 0px;
}

.boton-accion-revisar 
{
    /*
    background-image: url(../images/boton-accion-revisar.jpg);
    background-color: transparent;*/
    width:32px;
    height:32px;
    border: 0px;
}

.boton-accion-rechazar 
{
    /*background-image: url(../images/boton-accion-rechazar.jpg);*/
    width:32px;
    height:32px;
    border: 0px;
}

.rangePickerGrid 
{
    font-size:xx-small;
    width: 87px; 
    margin-left: auto; 
    margin-right: auto;
}

.rangePickerGridValue 
{
    border: 1px solid;
    border-color: #8E8E8E #C9C9C9 #C9C9C9 #8E8E8E;
    background-color: White;
    height: 20px;
    Line-height:10px;
    width: 60px;
}

.rangePickerGridValue div 
{
    padding-right: 2px;
}

.rangePickerDiv 
{
}

.rangePickerDiv table 
{
    border: 1px solid black;
    background-color: #FFFFFF;
}

.rangePickerDiv td
{
    border: 0px;
    border-bottom: 0px solid red !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-right: 1px !important;
}

.fondoDetrasModal 
{
    background: black; 
    position: fixed; 
    left: 0; 
    top: 0; 
    width: 100%;
    height: 100%; 
    z-index: 19998; 
    opacity: .0; 
    filter: alpha(opacity=0);
}

.botonSolapa 
{
    cursor: pointer; 
    width:120px; 
    height:26px;
    vertical-align: middle;
    text-align: center;
}

.botonSolapa table 
{
    margin-left: auto;
    margin-right: auto;
}

.botonSolapa td
{
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}


.modalDarkBack
{
    background: black;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .30;
    filter: alpha(opacity=30);
}

.modalDarkContent
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.grdTdC
{
    text-align: center;
    vertical-align: middle;
    font-size: X-Small;
}

.descripcion-indicador 
{
    width: 420px;
    text-align: justify;
    border: 1px solid #999;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    box-shadow: 1px 2px 5px 0px #bbb;
}

.descripcion-indicador>.descripcion-indicador-label
{
    font-weight: bold;
    display: inline;
    padding-right: 5px;
}

.descripcion-indicador>.descripcion-indicador-text
{
    display: inline;
}