﻿/* 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;
    padding-top:0px;
    margin-top:0px;
    }

/* 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;
    height:100%;
    }

.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: 55px;
    }
    
.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;
    }

.failureNotificationFondo
    {
    font-size: 1.2em;
    color: Red;
    background-color:yellow;
    padding:5px;
    }

.infoNotification
    {
    font-size: 1.2em;
    color: black;
    }

.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 */
    }
    
.headerGrid
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: normal;
    cursor: pointer;
    text-align:center;
    }
    
.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;
}

.rowGridFicheroAdjuntoComunicacion
{
    background-color:#9ff587;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.rowGridTasaNoConciliada
{
    background-color:#f5d487;
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.rowGridControlsFont
    {
    font-size: 0.8em;
    font-weight: normal;
    }

.rowGridRevisorBajaLogica {
    background-color: #ca033a;
    color: #fff;
    text-decoration: line-through;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

/* ------------------- */
/* 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;
    }

.litInfoR {
    padding: 3px !important;
    color: blue;
    font-size: 1.1em;
    text-align: right;
    float: right;
}

.litInfoL {
    padding: 3px !important;
    color: blue;
    font-size: 1.1em;
    text-align: left;
    float: left;
}

/* ARREGLO */

.workArea
    {
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:0px;
    margin-top:0px;
    }

.workAreaLineas
    {
    padding-top:0px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0px;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    margin-top:0px;
    }

 label
    {
    display: inline-block;
    width: 15.2em;
    color: Black;
    font-weight: normal;
    }

  .forcheck label
    {
    width: 30em;
    }
            
.multiline:label
    {
    display: none;
    width: 10em;
    color: Black;
    font-weight: normal;
    }
            
.commandButton
    {
    float: right;
    }

textarea
    {
    border:1px solid #ccc;
    width:100%;
    height:96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    }
            
.PanelInfo
    {
    background-color:InfoBackground; 
    color:InfoText; 
    border-color:InfoText; 
    border: solid 1px darkblue; 
    }

.PanelInfoCentradoLetraGrande {
    background-color: InfoBackground;
    color: red;
    border-color: red;
    border: solid 1px darkblue;
    padding: 10px;
    text-align: center;
    font-size:1.1em;
}

.chkListStyle input 
        {
        vertical-align:top;
        }
.chkListStyle label  
        {
        vertical-align:top;
        width:90%;
        }

/* MENÚ ESPECIAL */

div.menu2
    {
    padding: 4px 0px 8px 8px;
    font-size: 1.2em;

    }

div.menu2 ul
    {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

div.menu2 ul li
    {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    display:inline;
    float:left;
    }

div.menu2 ul li a, div.menu ul li a:visited
    {
    background-color: #333;
    color: #FFFFFF;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    }

div.menu2 ul li a:hover
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    }

div.menu2 ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menu2 a.static.selected
    {
    background-color: #0072c6;
    color: #FFFFFF;
    text-decoration: none;
    }


.buttonDisabled {
    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;
}


/* ESTILOS SUELTOS PÁGINAS */

.textoDerecha {
    text-align: right;
}

.textoCentro {
    text-align: center;
}

.textoJustificado {
    text-align: justify;
}

.displayNone {
    display:none;
}

.padding2 {
    padding: 2px;
}

.padding5 {
    padding: 5px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingBottom3 {
    padding-bottom: 3px;
}

.paddingBottom10 {
    padding-bottom:10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom75 {
    padding-bottom: 75px;
}

.paddingRight5 {
    padding-right: 5px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingTop0 {
    padding-top: 0px;
}

.paddingTop1 {
    padding-top: 1px;
}

.paddingTop3 {
    padding-top: 3px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop7 {
    padding-top: 7px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.floatLeft {
    float:left;
}

.floatRight {
    float: right;
}

.height550 {
    height: 550px;
}

.height800 {
    height: 800px;
}

.height80Width98{
    height:80%;
    width:98%;
}

.height35 {
    height: 35%;
}

.height80 {
    height: 80%;
}

.height85 {
    height: 85%;
}

.height93 {
    height: 93%;
}

.height95 {
    height: 95%;
}

.height140px {
    height: 140px;
}

.widthAuto {
    width: auto;
}

.width5 {
    width: 5%;
}

.width25 {
    width: 25%;
}

.width35 {
    width: 35%;
}

.width47 {
    width: 47%;
}

.width60 {
    width: 60%;
}

.width72 {
    width: 72%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width80px {
    width: 80px;
}

.width83px {
    width: 83px;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width97 {
    width: 97%;
}

.width100 {
    width: 100%;
}

.width500px {
    width: 500px;
}

.zIndex100{
    z-index:100;
}

.zIndex11111 {
    z-index: 11111;
}

.borderColor0072c6 {
    border-color: #0072c6;
}

.overFlowYAuto {
    overflow-y: auto;
}

.overFlowYScroll {
    overflow-y: scroll;
}

.overFlowXAuto {
    overflow-x: auto;
}

.divVersionAplicacion {
    float:left;
    text-align:left; 
    font-size:0.75em; 
    color:#ca033a;
}

.divVersionManual {
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}

.divPopUpPlazoAbiertoSolicitud {
    height: 75%;
    width: 90%;
    border-color: #0072c6;
}

.verticalAlignTop {
    vertical-align: top;
}

.maxHeight85 {
    max-height: 85%;
}

.fontSize12em {
    font-size: 1.2em;
}

.colorRed {
    color: red;
}

.colorBlack {
    color:black;
}
 
.backgroundColorYellow{
    background-color: yellow;
}

.backgroundColorWhite {
    background-color: white;
}

.backgroundColorLawngreenImportant {
    background-color: lawngreen !important;
}

.backgroundColorRedImportant {
    background-color: red !important;
}

.borderColor0072c6 {
    border-color: #0072c6;
}

.marginAuto {
    margin: auto;
}

.alignContentCenter {
    align-content: center;
}

 