﻿/* DEFAULTS
----------------------------------------------------------*/

html
    {
    overflow: -moz-scrollbars-vertical; /* For FF */
    -ms-overflow-y: scroll; /* For IE */
    overflow-y: scroll; /* For others & old IE */
    }

body   
    {
    margin: 0px;
    padding: 0px;
    background:#000000;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    }

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
    {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 2em;
    background: url('../Img/encabezado1.png') no-repeat center left;
    color: #4C4C4C;
    padding-left: 50px;
    }

h1 small 
    {
    font-size: 0.4em;
    color: #666;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    }

h2
    {
    font-weight: 600;
    background-color: #ca033a;
    color: #fff;
    padding: 3px 0 3px 10px !important;
    font-size: 1.1em;
    max-height:20px;
    }
    
.botonVolverSolicitudes
    {
    background-color: #ca033a;
    max-height: 20px;
    margin-top: 12px;
    padding-bottom: 6px;
    width:20%; 
    float:right;
    }

.botonVolverSolicitudes2
    {
    padding-top: 12px;
    width:20%; 
    float:right;
    }

h3
    {
    font-size: 0.9em;
    padding: 6px 0 5px 30px !important;
    margin: 3px 0 !important;
    }

h4
    {
    font-size: 0.8em;
    }

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
    {
    width: 95%;
    min-width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    }

.header
    {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
    }

.header h1
    {
    font-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: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    }

.footer
    {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
    {
    background-color:#333;
    width:100%;
    }

div.menu
    {
    padding: 4px 0px 4px 8px;
    font-size: 1.2em;
    }

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: #333;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    }

div.menu ul li a:hover
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    }

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menu a.static.selected
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    }


/* MENÚ PEQ */

div.menuPeq
    {
    padding: 4px 0px 4px 6px;
    font-size: 1.1em;
    }

div.menuPeq ul
    {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    }

div.menuPeq ul li a, div.menuPeq ul li a:visited
    {
    background-color: #333;
    color: #FFFFFF;
    display: block;
    line-height: 1.0em;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
    white-space: nowrap;
    }

div.menuPeq ul li a:hover
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    }

div.menuPeq ul li a:active
    {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    }

.menuPeq a.static.selected
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    }

/* FIN MENÚ PEQ*/


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
    {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    }

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.textEntry 
    {
    width: 320px;
    border-color:#ccc;
    border-style:solid;
    border-width:1px;
    padding: 2px;
    height:20px;
    border-radius: 0 6px  6px 0;
    }
  
  
input.textEntry[readonly]
{
    width: 320px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    height: 20px;
    border-radius: 0 6px 6px 0;
    background-color: rgb(240, 240, 240);
    color: #808080;
}    

textarea.textEntry
    {
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 0 2px 2px 0;
    }

input[type=checkbox].textEntry
    {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    height: 20px;
    border-radius: 0 6px 6px 0;
    background-color: #FFFF00;
    }

.checkBoxEntry0
    {
    border: 1px none #ccc;
    padding: 2px;
    height: 20px;
    border-radius: 0 6px 6px 0;
    }

.checkBoxEntry
    {
    border: 1px none #ccc;
    padding: 2px;
    height: 20px;
    border-radius: 0 6px 6px 0;
    margin-left: 10px;
    }
    
.checkBoxEntry2
    {
    border: 1px none #ccc;
    padding: 2px;
    height: 20px;
    border-radius: 0 6px 6px 0;
    margin-left: 4px;
    }
    
.checkBoxEntryNull
{
    border: 1px dashed #FF3300;
    padding: 0px;
    border-radius: 0 6px 6px 0;
}

.cmbEntry
    {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    height: 26px;
    border-radius: 0 6px 6px 0;
    }

input.passwordEntry 
    {
    width: 320px;
    border-color:#ccc;
    border-style:solid;
    border-width:1px;
    padding: 2px;
    height:20px;
    border-radius: 0 6px  6px 0;
    }

div.accountInfo
    {
    width: 42%;
    }

/* MISC  
----------------------------------------------------------*/

.clear
    {
    clear: both;
    }

.title
    {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    }

.cabeceraLogos
    {
    float: left;
    height: 58;
    }
    
.descripcionAplicacion
{       
    padding: 20px 0px 0px 20px;
    font-size: 1.10em;
    font-weight: bold;
    color: Gray;
    float: left;        
}

.loginDisplay
    {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 3px 10px 0px 0px;
    color: Black;
    float: right;
    height: 35px;
    vertical-align: middle;
    }

.languagesDisplay
    {
    text-align: right;
    color: Black;
    float: right;
    height: 16px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 400px;
    padding-top: 2px;
    }

.loginDisplay a:link
    {
    color: Black;
    }

.loginDisplay a:visited
    {
    color: Black;
    }

.loginDisplay a:hover
    {
    color: Black;
    }

.failureNotification
    {
    font-size: 1.2em;
    color: Red;
    }

.bold
    {
    font-weight: bold;
    }

.submitButton
    {
    text-align: right;
    }

.botones 
    {
    text-align: center;
    padding: 5px 20px;
    background-color: rgb(0, 154, 215);
    color: #FFFFFF;
    border: none; 
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    }

.botones:hover 
    {
    text-align: center;
    padding: 5px 20px;
    background-color: #0072c6;
    color: #FFFFFF;
    border: none; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    }

.commandButton
    {
    text-align: center;
    padding: 5px 20px;
    background-color: rgb(0, 154, 215);
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    }

.commandButton:hover 
    {
    text-align: center;
    padding: 5px 20px;
    background-color: #0072c6;
    color: #FFFFFF;
    border: none; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    }

.commandButton[disabled]
    {
    text-align: center;
    padding: 5px 20px;
    background-color: rgb(128, 128, 128);
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    float:right;
    cursor:default;
    }

.commandButtonLl 
    {
    text-align: center;
    padding: 5px 20px;
    background-color: rgb(0, 154, 215);
    color: #FFFFFF;
    border: none; 
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    float:left;
    width:98%;
    }

.commandButtonLl:hover 
    {
    text-align: center;
    padding: 5px 20px;
    background-color: #0072c6;
    color: #FFFFFF;
    border: none; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    float:left;
    width:98%;
    }

.commandButtonLl[disabled]
    {
    text-align: center;
    padding: 5px 20px;
    background-color: rgb(128, 128, 128);
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    float:left;
    cursor:default;
    width:98%;
    }

.modal
    {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(204, 204, 204, 1);
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  /* internet explorer 8*/
    filter: alpha(opacity=60);                                          /* internet explorer */
    opacity: 0.6;                                                       /* safari, chrome, opera */
    -khtml-opacity: 0.6;                                                /* khtml, version anterior de safari */ 
    -moz-opacity: 0.6;                                                  /* firefox, mozilla, netscape */
    min-height: 100%;
    width: 100%;
    }

.loading
    {
    font-family: Arial;
    font-size: 10pt;
    border: 4px solid #67CFF5;
    padding:20px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    }

.loading img
    {
    width:100px; 
    height:100px;
    }

pre 
    {
    white-space: pre-wrap;       /* CSS 3 */
    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+ */
    }

.popup-overlay 
    {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    display:none;
    background-color: #b6b7bc;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  /* internet explorer 8*/
    filter: alpha(opacity=70);                                          /* internet explorer */
    opacity: 0.7;                                                       /* safari, chrome, opera */
    -khtml-opacity: 0.7;                                                /* khtml, version anterior de safari */ 
    -moz-opacity: 0.7;                                                  /* firefox, mozilla, netscape */
    }

.popup-overlay-aux
    {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 97;
    display:none;
    background-color: #b6b7bc;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  /* internet explorer 8*/
    filter: alpha(opacity=70);                                          /* internet explorer */
    opacity: 0.7;                                                       /* safari, chrome, opera */
    -khtml-opacity: 0.7;                                                /* khtml, version anterior de safari */ 
    -moz-opacity: 0.7;                                                  /* firefox, mozilla, netscape */
    }
    
.headerGrid
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    cursor: pointer;
    }
    
.headerGrid_sort
{
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: normal;
}    

.headerGrid  a, a:link, a:visited
{
    color: #FFFFFF;
}

.headerGrid  a:link
{
    color: #FFFFFF;
} 

.headerGrid  a:visited
{
    color: #FFFFFF;
}

.headerGrid a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
 
 .default  a, a:link, a:visited
{
    color: #000000;
} 

.default a:hover
{
    color: #000000;
    text-decoration: none;
}
    


.rowGrid
    {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridAlt
    {
    background-color:rgb(238, 238, 238);
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridHover
    {
    background-color:rgb(107, 203, 247);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridDeRegistro
    {
    background-color:#F0FFFF;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridDeComunicacion
    {
    background-color:#F5F5DC;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridComentario
    {
    background-color:#FFEBCD;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }
    
.rowGridCorreoNoEnviado
{
    background-color: #FFD9D9;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
}    

.rowGridFicheroAdjunto
{
    background-color:#fff;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.rowGridDeleted
    {
    background-color:#F4974A;
    color: #000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridTasaConciliada {
    background-color: #90EE90;
    color: #000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
}
    
/* ------------------- */
/* PAGINACIÓN GRIDVIEW */
/* ------------------- */
  
.pagerGrid
    {
    padding: 5px;
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: normal;
    text-align: left;
    }

.pagerGrid span
    {
    padding: 2px;
    border: solid 1px #477B0E;
    text-decoration: none;
    white-space: nowrap;
    background: #FFFFFF;
    color: #0072c6;
    }

.pagerGrid a, .pagerGrid a:visited
    {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: normal;
    padding: 2px;
    white-space: nowrap;
    }
    
.pagerGrid a:hover, .pagerGrid a:active
    {
    padding: 1px;
    border: solid 1px #9ECDE7;
    text-decoration: none;
    background: #FFFFFF;
    color: #0072c6;
    }  

/* ----------------------- */
/* FIN PAGINACIÓN GRIDVIEW */
/* ----------------------- */ 

.datosTasa
    {
    color: #000080;
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: normal;
    }

.datosTasa:hover
    {
    color: #FF0000;
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: normal;
    cursor: pointer;
    }

.datosMedicamento
    {
    color: #000080;
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: normal;
    }

.datosMedicamento:hover
    {
    color: #FF0000;
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: normal;
    cursor: pointer;
    }

.SecCorreo
    {
    cursor:default;
    }
    
.SecCorreo:hover
    {
    cursor: pointer;
    }
    
.AbiertoPlazo
    {
    }

.AbiertoPlazo:hover
    {
    cursor: pointer;
    }    
    
.popUpPlazoAbiertoSolicitud
{
    padding: 0px 5px 5px 5px;
    position: absolute;
    display: block;
    width: 300px;
    height: 200px;
    z-index: 99999;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
    text-align: left;
    display: none;
}    

.divInterLinea
    {
    clear:both; height:8px; 
    }
    
.popUpLaboratoriosMedicamentos
{
    position: absolute;
    display: block;
    width: 780px;
    height: 320px;
    z-index: 100;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
    text-align: left;
    padding-left: 10px;
}

.filtros
{
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    background-color: white;
    color: #BABABA;
    cursor: default;
}

.control
{
    width: auto;
}  

.bootstrap
{
    /* Estilo anulado en el "body" de "bootstrap-transicion.css" para evitar efectos colaterales */
    /* Durante la transición se recupera explícitamente aplicándolo en el elemento superior de la página */
    line-height: 1.5;
}

.migaPan
    {
    padding: 3px 3px 3px 10px !important;
    background-color: rgb(0, 154, 215);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    }

.litAvisoR
    {
    padding: 3px !important;
    color: #ca033a;
    font-size: 1.1em;
    text-align: right;
    float:right;
    }

.litAvisoL
    {
    padding: 3px !important;
    color: #ca033a;
    font-size: 1.1em;
    text-align: left;
    float:left;
    }

.AvisoGeneral
    {   
    padding: 5px !important;
    color: #ca033a;
    font-size: 1.1em;
    text-align: left;
    float:left;
    border:solid;
    border-width:1px;
    border-color:#4f4c54;
    }

.imgBoton
    {
    }

.imgBoton:hover
    {
    cursor: pointer;
    } 

a.active {
	background-color:#0072c6;
    color: #fff;
    text-decoration-color:#fff;
    text-decoration: none;
    padding:5px 20px 5px 20px;
}

a.noactive {
	background-color:#333;
    color: #fff;
    text-decoration-color:#fff;
    text-decoration: none;
    padding:5px 20px 5px 20px;
}


.tab-content {
	display: none;
}

.show {
	display: block;
}