html{
    font-family: "Helvetica", "Open Sans" !important;
    width: 100%;
    height: 100%;
}

body{
    height: 100%;
    background-color:#EDEDED;
    min-width: 600px;
    font-family: "Helvetica", "Open Sans" !important;
    font-size: small;
}

.divInline {
    display: inline;
}

.numMuelles {
    float: right;
    margin-left: 2px;
}

#logout {
    float:right;
    padding:5px;
    text-decoration: none;
    color: #FFFFFF;
    width: 3%;
    height: 100%;
    display: inline-table;
}

#logout a {
    text-decoration: none;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

#logout a:hover {
    color: #000000;
}

#logout:hover {
    background-color: #EBEBEB;
}

.homeContent{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.botonHome{
    width: 280px;
    height: 170px;
    float: left;
    text-align: center;
    background-color: rgba(250, 50, 25, 0.5);
    padding: 10px;
    margin: 10px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

.descripcionBotonHome{
    text-align: justify;
    padding: 5px;
    margin: 5px;
    color: white;
}

.botonHome a{
    color: #0070BB;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.k-state-selected {
    color: black !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.k-state-border-down {
    background-color: #00509E !important;
}

.k-animation-container {
    background-color: #00509E !important;
}

.k-state-selected:hover {
    background-color: #B6B6B6 !important;
}

#sidetitle {
    height: 50px;
}

#menuNavLeft {
    float: left;
    height: 100%;
}

#menuNavRight {
    float: right;
    height: 100%;
}

#menuNavRight #Menu {
   height: 100%;
   font-size: 12pt;
   font-weight: 300;
   border: none;
   background-color: #00509E;
   display: flex;
   align-items: center;
   color: #FFFFFF;
}

#menuNavRight #Menu li {
   border: none;
}

.menuIcon{
    color: white;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 15px;
}

#header > nav {
    height: 100%;
}

#header #menuNavLeft a{
    float: left;
    padding: 4px;
    height: 100%;
}

.textLeft {
    text-align: left !important;
}

#header form {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
}

#header select {
    height: 5vh;
    border: none;
    margin-left: 15px;
    cursor: pointer;
    background-color: #00509E;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#header #menu {
    color: #FFFFFF;
    list-style-type: none;
    float: right;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14pt;
}

#header #menu li {
    font-weight: bold;
    font-family: "Helvetica", "Open Sans";
    box-sizing: content-box;
    float: left;
    height: 4vh;
    vertical-align: middle;
}

#header #menu li a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

#header #menu li:hover {
   background-color: #1440A1;
   color: #FFFFFF;
}

.active{
    background-color: #1440A1;
    border-left: 3px solid #FFFFFF;
}

#logo{
    display: block;
    height: 45px;
}


#buscador {
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #0071BC;
    font-size: 20px;
    padding: 0 20px;
    height: 100%;
}


#titulo {
    display: flex;
    align-items: center;
    padding: 5px;
    float: left;
    height: 100%;
    font-size: 30px;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.textError{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: block;
    width: max-content;
}

.textErrorNext {
    color: #a94442;
    border-color: #ebccd1;
    display: block;
    width: max-content;
    cursor: pointer;
}

.rowNext {
    display: inline-block;
}

.error{
    margin-right:10px;
}

#errorAPI {
    background-color: #00509E;
    width: 100%;
    height: 100%;
    color: RED;
    text-align: center;
    align-items: center;
    display: grid;
    font-size: 15pt;
}

#error{
    background-color: #00509E;
    width: 100%;
    height: 100%;
}

#login{
    background-color: #00509E;
    width: 100%;
    height: 100%;
}

.login-container {
    padding-top: 4%;
}
.login-container {
    max-width: 420px;
    margin: auto;
    padding-top: 15%;
}

.home-container {
    max-width: 600px;
    margin: auto;
}

.eliminar-container {
    max-width: 600px;
    margin: auto;
}

.cargar-container {
    max-width: 600px;
    margin: auto;
}

.conciliacion-container{
    margin: auto;
    padding-top: 1%;
}

.mantenimiento-container {
    margin: auto;
    padding-top: 1%;
}

.modal-relaciones {
    width: 600px;
}

.modal-relaciones-ref {
    width: 600px;
}

.modal-relaciones-pep {
    width: 400px;
}

.hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.hpanel .panel-body {
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

labelLogin {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
}

.botonLogin{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#botonLogin{
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
    border-radius: 3px;
    width: 100% !important;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

button {
    background-color: #C4C4C4;
    border-color: #C4C4C4;
    color: #000000;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
}

.button {
    background-color: #C4C4C4;
    border-color: #C4C4C4;
    color: #000000;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1em !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 3px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    float: left;
}

.color-line {
    background-image: none;
    background-color: #0070BB;
    height: 20pt;
    color: white;
    font-weight: bold;
    font-size: larger;
    display: grid;
    align-items: center;
    text-align: center;
}

elemento {

}
h4, .h4 {

    font-size: 18px;

}
h4, .h4, h5, .h5, h6, .h6 {

    margin-top: 10px;
    margin-bottom: 10px;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.calendar .month-container{
    height: 225px;
}

.logouticon{
    font-size: 12pt;
    margin-top: 4px;
}

.appicon{
    font-size: 1.25em;
    color: #0070BB;
    float: right;
    margin: 5px;
}

a.wide {
    display:block;
    height: 100%;
}

.appgrid_header{
    background-color: #0070BB;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.appgrid_col{
    background-color: white;
    color: black;
    min-height: 35px;
    padding:5px;
}

.appgrid_col_row{
    background-color: white;
    border-top: 1px solid lightgray;
}

.seleccionado{
    color: black;
    background-color: lightgray;
}

.cols{
    background-color: tomato;
    text-transform: none;
}

.labelFicha{
    background-color: white;
}

.tituloAplicacion{
    text-transform: uppercase;
    float: left;
}

.tituloFicha{

}

.tituloFichaModal{
    text-transform: uppercase;
    font-size: small;
}

.datosFicha{
    background-color: white;
}

.fichaFondo{
    background-color: white;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 3px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.gridFondo{
    background-color: white;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 3px !important;
}

.datosFichaBorder{
    background-color: white;
    border:1px solid #0070BB;
}

.field:focus{
    border-color:#0070BB;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(205,49,27,.6)
}

.rowWithoutSpace{
    margin: 0px;
    padding: 0px;
}

.rowWithSpace{
    padding-right: 5px;
    padding-left: 5px;
}

.rowWithTopSpace{
    padding-top: 5px;
}

.rowWithBottomSpace{
    margin-bottom: 20px;
    padding: 0px;
}

.rowMaxHeight40{
    max-height: 40px;
    overflow: auto;
}

.rowMaxHeight75{
    max-height: 75px;
    overflow: auto;
}

.rowMaxHeight100{
    max-height: 100px;
    overflow: auto;
}

.rowMaxHeight150{
    max-height: 150px;
    overflow: auto;
}

.rowMaxHeight175{
    max-height: 175px;
    overflow: auto;
}

.rowMaxHeight200{
    max-height: 200px;
    overflow: auto;
}

.rowMaxHeight210{
    max-height: 210px;
    overflow: auto;
}

.rowMaxHeight250{
    max-height: 250px;
    overflow: auto;
}

.rowMaxHeight300{
    max-height: 300px;
    overflow: auto;
}

.rowMaxHeight400{
    max-height: 400px;
    overflow: auto;
}

.rowMaxHeight450{
    max-height: 450px;
    overflow: auto;
}

.rowMaxHeight600{
    max-height: 600px;
    overflow: auto;
}

.configuracionTitulos{
    color: #0070BB;
    font-weight: bold;
    text-transform: uppercase;
    font-size: small;
}

.homeContent{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.botonInforme{
    width: 280px;
    height: 170px;
    float: left;
    text-align: center;
    background-color: rgba(250, 50, 25, 0.5);
    padding: 10px;
    margin: 10px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

.tituloBotonInforme{
    text-transform: uppercase;
}

.descripcionBotonInforme{
    text-align: justify;
    padding: 5px;
    margin: 5px;
    color: white;
}

.botonInforme a{
    color: #0070BB;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.filterBorder{
    padding: 4px;
}

#botonFiltro{
    margin-bottom: 9px;
}

a.wideSelect {
    display:block;
    height: 100%;
}

a.wideSelect div:hover{
    background-color: lightgray;
}

a.wideSelect div div{
    background-color: transparent;
}

a.wideSelectOne div{
    background-color: transparent;
}

.wideSelectOne:hover{
    background-color: lightgray;
}

.fieldCabecera{
    background-color: white;
    border: 1px solid black;
    width: 100%;
    height: 100%;
    padding:3px;
    font-weight: normal;
}

.divLine{
    display: inline-flex;
}

a.wideLine {
    display:flex;
    height: 100%;
}

.pointerLeft{
    cursor: pointer;
    float: left;
}

.pointerRight{
    cursor: pointer;
    float: right;
}

.modal {
    position: absolute !important;
}

.rowSelection{
    cursor: pointer;
}

.rowSelection:hover{
    cursor: pointer;
    background-color: lightgray;
}

.rowSelection:hover td{
    background-color: lightgray;
}

.errorLogin {
    margin-top: 5px;
}

.versionLogin{
    font-weight: bold;
    color: WHITE;
    bottom: 0px;
    position: absolute;
    right: 0px;
    padding: 15px;
    font-size: 0.8em;
}

.form-group-login {
   border: 1px solid #C9CFDA;
   border-radius: 2px;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   border: 1px solid #DDD;
   border-radius: 2px;
   padding-bottom: 7px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   background-color: white;
}

.focusGrey{
   background: #F0F0F0;
}

.fieldLogin{
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    height: 20px !important;
    margin-left: 9px !important;
    width: 95% !important;
    background: transparent !important;
}

.labelLogin{
    margin-left: 9px;
    font-size: 11px;
    color: gray;
}

.tituloLogin{
    font-size: 12pt;
    text-transform: uppercase;
    color: white;
    padding-top: 25px;
}

.rowFicha{
    margin-top: 10px;
}

#leyenda {
    width: 99%;
    display: table;
}

.glyphicon-home {
    font-size: 25pt;
    width: 15%;
    text-align: right;
    line-height: 90px;
}

.textoKpi {
    float: left;
    width: 85%;
    font-size: 8pt;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #000 !important;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute !important;
  right: 0% !important;
  background-color: lightgray !important;
}

.filtro-acciones,
.botoneraFiltro {
    text-align: right;
    padding: 24px 30px 24px 0;
}

.filtro-acciones .btn,
.botoneraFiltro .btn {
    min-width: 111px;
    margin: 0 0 0 14px;
    font-size: 13px;
}


.botonSimulacionConfirmar {
    color: white;
    font-weight: bold;
    background-color: #28DA66;
    border-color: #28DA66;
}


.cerrarVentana {
    color: white;
    font-weight: bold;
    background-color: #0071BC;
    border-color: #0071BC;
    float: left;
}

.section-title {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    height: 45px;
}

.btn-tareas {
    position: absolute;
    top: 28px;
    right: 14px;
}

.btn-md-custom {
    border-radius: 0;
    padding: 10px 5px;
}

.centerCustom {
    display: flex;
    justify-content: center;
}

.form-group-custom {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.imgContainer {
    width: 100%;
    height: 100%;
    background-color: white;
}

.text-left {
    text-align: left !important;
}

.modalOverflow {
    overflow: auto;
}

#tituloPagina{
    height: 5%;
}

.marginButtonGrid {
    margin-right: 5px;
}

#erroresRelaciones {
    float: right;
}

#errorRelaciones {
    display: none;
    float: left;
    margin: 10px;
}

#botonREF {
    display: none;
    float: left;
    margin: 5px;
}

#botonPEP {
    display: none;
    float: left;
    margin: 5px;
}

.file95 {
    display: inline !important;
    width: 95%;
}

.eliminarFile {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 5px;
    width: 5%;
}

.columnaNumerica {
    text-align: right;
}