@charset "UTF-8";

.jumbotron {
    border: 1px solid #dde6e9;
    background-color: #283e89;
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
    .jumbotron {
        padding: 88px 0px 18px 0px;
    }
}

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
}

.titulo-cabecera-login {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    padding: 40px 0 0;
}

.text-info {
    color: #283e89;
}

fieldset {
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.row.inicio {
    margin: 8px 0px;
}

.row.inicio .h2 {
    font-size: 26px;
}

.panel-sincronizacion .row {
    margin-left: 0;
    margin-right: 0;
}

.panel.panel-info {
    background-color: #ffffff;
    border: 1px solid #cfdbe2;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 21px;
}

.panel-info > .panel-heading {
    background-color: #283e89;
    border-color: #898989;
    color: #ffffff;
}

.bg-info {
    background-color: #283e89;
}

.btn-primary {
    background-color: #283e89;
    border-color: #898989;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #283e89;
    border-color: #c2dceb;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.panel-footer {
    padding: 12px 12px 45px;
}

.fa.pull-right {
    margin-top: -2px;
}

.columna-botones {
    width: 8%;
}

h3 .pull-right {
    float: right !important;
    margin-top: -4px;
}

h3 .pull-right em {
    margin-top: 4px;
    padding-right: 8px;
}

.info-cabecera {
    font-size: 16px;
    color: #c1c2c3;
    padding: 10px 18px 0px 0px;
}

.sidebar-subnav > li > a, .sidebar-subnav > li > .nav-item {
    background-color: transparent !important;
    font-weight: normal;
    padding: 10px 20px 10px 53px;
}

section.home {
    margin: 0px 0px 0px 0px;
}

.list-group-item:last-child {
    margin-bottom: 8px;
}

.label-log {
    margin: 0 0 0 6px;
}

.m0 a {
    color: #283e89;
    text-decoration: none;
}

input.fecha {
    margin: 15px 8px 5px 2px;
    width: 8%;
}

.fecha.control-label {
    padding: 4px 8px 0 0;
    width: 16%;
}

.botonera {
    margin: -70px 0px 70px 0px;
}

.padding-form-control {
    padding: 6px 16px !important;
}

.cambiar-calendario-x .glyphicon.glyphicon-calendar::before {
    content: "\f00d";
}

.icono-x::before {
    content: "\f00d";
}

body .line-scale.fondo-blanco > div {
    background-color: #ffffff;
}

.uk-notify-message.alert.alert-normal {
    background: #283e89;
    color: #ffffff;
}

.sidebar > .nav > li {
    border-left: 8px solid transparent;
    transition: border-left-color 0.4s ease 0s;
}

.sidebar > .nav > li > a, .sidebar > .nav > li > .nav-item {
    font-weight: normal;
    letter-spacing: 0.025em;
    padding: 12px 14px 14px 16px;
}

.sidebar .nav > li.active, .sidebar .nav > li.open, .sidebar .nav > li.active > a, .sidebar .nav > li.open > a, .sidebar .nav > li.active .nav, .sidebar .nav > li.open .nav {
    background-color: #fafafa;
    color: #283e89;
    font-weight: bold;
}

.sidebar > .nav > li > a > em, .sidebar > .nav > li > .nav-item > em {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: 1.4em;
}

.esServicio {
    background-color: #fff1f1;
    border-color: #fff1f1;
}

.esErrorCliente {
    background-color: #fff1f1;
    border-color: #fff1f1;
}

.esServer {
    background-color: #e5eaf9;
    border-color: #e5eaf9;
}

.noEsServer {
    background-color: #e5f9e5;
    border-color: #e5f9e5;
}

.esConectividad {
    background-color: #eee;
    border-color: #eee;
}

.esExcepcionNativa {
    background-color: #676767;
    color: #fcfcfc;
}

.table-hover > tbody > tr.esExcepcionNativa:hover {
    background-color: #a0a0a0;
}

.campo-exacto {
    background-color: #ffe5c5b3;
}

.esErrorServidor {
    background-color: #f7cece;
    border-color: #f7cece;
}

.esWSOsaki {
    background-color: #fddafb;
    border-color: #fddafb;
}

.cuadrado {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.excluido {
    color: #898989
}

.excluido .cuadrado {
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
}

.centrar-tabla table {
    margin: 0 auto;
}

.padding-10-arriba-abajo {
    padding: 10px 0;
}

/*.ng-submitted .form-control.ng-dirty.ng-invalid {*/
/*border: 2px solid #f05050;*/
/*}*/

.ng-submitted .form-control.ng-invalid {
    border: 2px solid #f05050;
}

.btn-osaki[disabled] {
    background-color: #898989;
}

.ui-select-refreshing.fa {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}

table.tabla-scrol-x {
    width: auto;
    max-width: unset;
}

table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-container.ng-invalid.enviado {
    border: 2px solid #f05050;;
    border-radius: 4px;
}

label.disabled {
    color: #bbbdc0
}

.texto-negro-tab .nav-tabs > li.active > a {
    color: rgb(81, 82, 83);
}

.tab-content-sin-padding .tab-content {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-8 {
    padding: 8px;
}

.padding {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.linea-ranking [class*="col-"] {
    height: 100%;
    border: 1px solid #eeeeee;
}

.preservar-espacios {
    white-space: pre-line;
}

.font-size-heredado {
    font-size: inherit;
}

.line-height-heredado {
    line-height: inherit;
}

.label.label-lista {
    font-size: 90%;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: .3rem .6rem .3rem;
    display: inline-block;
}

.w100 {
    width: 100%;
}

.contenedor-agregar-centros {
    display: table;
}

.row-agregar-centros {
    display: table-row;
    table-layout: fixed;
}

.elem-agregar-centro {
    float: none;
    display: table-cell;
}

.elem-agregar-centro-align-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

body .chosen-container-multi .chosen-choices {
    min-height: 35px;
    height: auto;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.color-positivo {
    color: #27c24c;
}

.color-negativo {
    color: #f05050;
}

.contenedor-marcadores-evolucion {
    display: flex;
    flex-direction: row;
    justify-content: center
}


@media (min-width: 1200px) {
    .contenedor-marcadores-evolucion {
        flex-direction: column;
    }
}

.contenedor-grafico-inicios {
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.titulo-nodos {
    display: inline-block;
    background-color: #283e89;
    border-color: #898989;
    color: #ffffff;
}

.titulo-uptime {
    display: inline-block;
    background-color: #27c24c;
    border-color: #898989;
    color: #ffffff;
}

.titulo-incompatible {
    display: inline-block;
    background-color: #ff902b;
    border-color: #898989;
    color: #ffffff;
}

.titulo-error-comunicacion {
    display: inline-block;
    background-color: #f05050;
    border-color: #898989;
    color: #ffffff;
}

.sin-padding, td.sin-padding, .table > thead > tr > td.sin-padding, .table > tbody > tr > td.sin-padding, .table > tfoot > tr > td.sin-padding {
    padding: 0;
}


body .line-scale.fondo-blanco > div {
    background-color: #ffffff;
}

body .line-scale.fondo-primary > div {
    background-color: #283e89;
}

.fondo-input-oscuro input {
    background-color: #edf1f2;
}

.ml20 {
    margin-left: 20px;
}
