﻿@charset "utf-8";

@font-face {
    font-family: AvenirLight;
    src: url('../fonts/AvenirLTStd-Light.otf');
}

@font-face {
    font-family: AvenirBlack;
    src: url(../fonts/AvenirLTStd-Black.otf);
}

.colorRed { 
    color:#FF0000; /* colorRed */
}

.backSecondaryLight {
    background-color: #9DFFB2; /* colorSecondaryLight */
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    color: #000000; /* colorTextDark */
    font-family: AvenirBlack;
    font-size: 12pt;
    background: #F2F2F2;
}

/* General 
a {
    color: #0158A3; /* colorPrimary 
    border: none;   
}*/

h2 {
    font-size: 15pt;
    padding: 5px;
    margin: 0px;
    text-align: center;
    background-color: #447AD3; /* colorPrimary */
    color: #FFFFFF; /* colorTextLight */
}

label {
    font-family: AvenirBlack;    
}

.tituloPagina {
    font-size:12pt;
    font-weight:bold;
    padding:0px;
    margin:0px;
}

.headder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: #020D57; /* colorPrimaryDark */
    color: #FFFFFF; /* colorTextLight */
    z-index: 200;    
}

.headder_href {
    color:#FFFFFF; /* colorTextLight */
    text-decoration:none;
    font-weight:bold;    
}

.headder_href:hover{
    color:#C0C0C0;
}

.headder_href_selected {
    color:#70E85D; /* colorSecondaryLight */
    text-decoration:none;
    font-weight:bold;
}

.contenido {
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;    
}

.titulo {
    background-color: #447AD3; /* colorPrimary */
    color: #FFFFFF; /* colorTextLight */    
    font-size: 11pt;
    width: 100%;
}

.tituloDark {
    border-color: #447AD3;
    z-index: 998;
    background-color: #447AD3; /* colorPrimaryDark */
    color: #FFFFFF; /* colorTextLight */
}

.row {  
    color:#000000; /* colorTextDark */
}

.tituloModal {
    background: #00134F;
    color: white;
}

.tituloSecondary {
    background-color:#35B52B; /* colorSecondary */ 
    color:#FFFFFF; /* colorTextLight */
}
.tituloSecondaryDark {
    font-family: AvenirLight;
    background-color: #EAEAEA; /* colorSecondaryDark */
    color: black; /* colorTextLight */
    border-radius: 1px;
    box-shadow: 0 0 3px #000;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 100px;
}
.tituloSecondaryLight {
    background-color:#70E85D; /* colorSecondaryLight */ 
    color:#000000; /* colorTextDark */
}

.tituloError{
    background-color:#FF0000; /* colorRed */ 
    color:#FFFFFF; /* colorTextLight */
}
.errorBar {
    background-color: #9C0000; /* colorRedDark */
}

.contBox {
    border: solid 1px #1765A2;
    padding: 5px;
    background-color: #FFFFFF; /* colorTextLight */
    color: #000000; /* colorTextDark */
    width: auto;
}

.contCalendar {
    border: solid 1px #1765A2;
    padding: 5px;
    background-color: #FFFFFF; /* colorTextLight */
    color: #000000; /* colorTextDark */
    height: max-content;
    width: max-content;
}

.contCalendarDouble {
    border: solid 1px #447AD3;
    padding: 5px;
    background-color: #FFFFFF; /* colorTextLight */
    color: #000000; /* colorTextDark */
    height: max-content;
    width: max-content;
}

.btnIntCalendar {
    font-family: 9px;
    padding: 5px 10px 5px 10px;   
    color: black;   
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    border: none;
    text-decoration: none;
    outline: none;
    border: none;   
}

#div_contratos {
    background-color: #1765A2;
}

.contratoBox {
    border: solid 1px #1765A2;
    padding: 5px;
    background-color: #FFFFFF; /* colorTextLight */
    color: #000000; /* colorTextDark */
    width: auto;
    max-height: 350px;
}

.btnCambio {
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #0C92AD;
    border: none;   
    margin: 5px;
}

.colorlink {
    font-size: 14px;
    color: #FE4F00;
    cursor: pointer;
    border: none;
    background: none;
}
.colorlink:hover {
    color: #802800;
}

.btndFecha {
    padding: 3px 3px;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #1765A2;
    border: none;
    border-radius: 1px;
    box-shadow: 0 2px #155485;
    margin: 5px;
    margin-left: 65px;
}

.btndFecha:hover {
    background-color: #155485;   
}

.boton {
    display: inline-block;
    padding: 3px 12px 3px 12px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background-color: #9D9D9D;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px #898989;
    margin-bottom: 5px;
}
.boton:hover {
    background-color: #898989; /* colorPrimaryLight */ /*#a0a0a0;*/
}
.boton:disabled {
    background-color:#CECECE; /* colorDisabled */
    color:#F3F3F3; /* colorTextDisabled */
    cursor:default;
}

.botonDetalle {
    font-size: 10pt;
    padding: 3px 12px 3px 12px;
    color: #FFFFFF; /* colorTextLight */
    background-color: #009B1C; /* colorPrimaryDark */
    border: none;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px #006312;
    margin: 3px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.botonDetalle:active {
    background-color: #006312;
    box-shadow: 0 1px #666;
    transform: translateY(1px);
}
.botonDetalle:disabled {
    background-color:#CECECE; /* colorDisabled */
    color:#F3F3F3; /* colorTextDisabled */
    cursor:default;
}

.botonDisabled {   
    padding: 2px 10px 2px 10px;
    margin: 0px 5px 0px 5px;
    background-color:#C0C0C0; /* colorDisabled */
    color:#EEEEEE; /* colorTextDisabled */
    cursor:default;
    text-decoration:none;
    border:none;  
}

.botonLista {
    font-size: 9pt;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    margin: 3px;
    color: #FFFFFF; /* colorTextLight */
    background-color: #C20000; /* colorSecondaryDark */
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px #8B0000;
    border: none;
    width: 35px;
    height: 35px;
}
.botonLista:active {
    background-color: #912D00;
    box-shadow: 0 1px #912D00;
    transform: translateY(1px);
}
.botonLista:disabled {
    background-color:#C0C0C0; /* colorDisabled */
    border: solid 1px #C0C0C0;
    box-shadow: 0 3px #C0C0C0;
    color:#EEEEEE; /* colorTextDisabled */
    cursor:default;
}

.botonAdd {
    font-size: 9pt;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    padding: 2px 10px 2px 10px;
    margin: 3px;
    color: #FFFFFF; /* colorTextLight */
    background-color: #F15A1D; /* colorSecondaryDark */
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px #F15A1D;
    border: none;
    width: 40px;
    height: 40px;
}
.botonAdd:active {
    background-color: #912D00;
    box-shadow: 0 1px #912D00;
    transform: translateY(1px);
}
.botonAdd:disabled {
    background-color:#C0C0C0; /* colorDisabled */
    border: solid 1px #C0C0C0;
    box-shadow: 0 3px #C0C0C0;
    color:#EEEEEE; /* colorTextDisabled */
    cursor:default;
}

.btnClosing {
    padding: 2px 10px 2px 10px;
    margin: 2px;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
}

.botonResumen {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    padding: 2px 10px 2px 10px;
    background-color: #B2FFCA; /* colorSecondaryDark */
    cursor: pointer;
    box-shadow: 0 3px #D2FFE0;
    border: solid 1px #B2FFCA;
    width: 35px;
    height: 35px;
    background-image: url(../images/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.botonResumen:hover {
    background-color: #D2FFE0; /* colorSecondaryLight */
    border: solid 1px #D2FFE0;
}

.botonResumen:active {
    background-color: #008400;
    box-shadow: 0 1px #666;
    transform: translateY(1px);
}

.botonResumen:disabled {
    background-color: #C0C0C0; /* colorDisabled */
    color: #EEEEEE; /* colorTextDisabled */
    cursor: default;
}

.botonTransp {
    font-size: 9pt;
    text-transform: uppercase;
    padding: 5px 5px 5px 5px;
    color: black; /* colorSecondaryDark */
    font-weight: bold;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    border: none;
    text-decoration: none;
    outline: none;
    border: none;    
    margin: 8px;
}
.botonTransp:hover {    
    background: rgba(225, 225, 225, .7); /* colorSecondaryLight */
}

.botonBar {
    height: 30px;
    width: 50px;
    cursor: pointer;
    border: none;
    color: #FFFFFF; /* colorTextLight */
    font-size: 9pt;
    text-align: center;
    vertical-align: middle;
    display: inline;
    float: left;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.botonBar a, .botonBar a:active, .botonBar a:visited {
    display:block;
    height:30px;
    width:50px;
    border:none;
    color:#FFFFFF; /* colorTextLight */
    text-decoration:none;
    padding: 0px 0px 0px 0px;
}

.botonBar img
{
    border:none;
    text-decoration:none;
}

.botonBar:hover
{
    /*background-color:#1765A2;*/ /* colorPrimaryLight */
}

.botonRojo{
    font-size:9pt;
    padding: 2px 10px 2px 10px;
    margin:0px;
    color:#FFFFFF; /* colorTextLight */
    background-color:#FF0000; /* colorRed */
    cursor:pointer;
    text-decoration:none;
    border:none;
}
.botonRojo:hover {
    background-color:#FF5555; /* colorRedLight */
}

.tbpersonalizar {
    font-family: AvenirLight;
    color: black; 
    border-radius: 1px;
    border: 1px solid;
    border-color: #020D57;
    width: 100%;
}

.tdpersonalizar {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 80px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #00660B;
}


.rotado {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.dropdown {padding:0px; margin:0px}
.dropdown dt {width:100%; cursor:default; background-color:Transparent}
.dropdown dd {position:absolute; text-align:left; overflow:hidden; display:none; background-color:#0158A3; /* colorPrimary */ opacity:0; padding:0px}
.dropdown ul {list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#FFFFFF; /* colorTextLight */ text-decoration:none; background-color:#0158A3; /* colorPrimary */ border-bottom:solid 1px #FFFFFF; /* colorTextLight */}
.dropdown a:hover {background-color:#5184D5; /* colorPrimaryLight */ color:#FFFFFF; /* colorTextLight */}
.dropdown .underline {}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

table {
    border-collapse: separate;
}