@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;
    }
}

.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%;
}


.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}

.drop-box {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 5px dashed #ddd;
    height: 83px;
    margin: 10px;
    padding-top: 25px;
    text-align: center;
    width: 80%;
}

.dragover {
    border: 5px dashed blue;
}

.imagen-tabla {
    width: 100%;
}

.imagen-preview {
    width: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #515253;
}

.text-osaki {
    color: #283e89 !important;
}

.icono-15x {
    font-size: 1.5em !important;
}

.icono-ayuda {
    margin-right: 10px;
}

.tooltip {
    width: 480px;
}

.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;
}

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

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

.esServicio {
    background-color: #fff1f1;
}

.esServer {
    background-color: #e5eaf9;
}

.noEsServer {
    background-color: #e5f9e5;
}

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

.contenido-celda-tabla {
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis
}

del {
    background-color: rgb(255, 230, 230)
}

ins {
    background-color: rgb(230, 255, 230)
}

.img-preview img{
    width: 100%;
}

.img-preview button {
    position: absolute;
    right: 12px;
    padding: 1px 6px;
}

body .whirl.double-up:after {
    border-right-color: #283e89;
    border-top-color: #283e89;
    border-left-color: #283e89;
    border-bottom-color: #283e89;
}

body .whirl.duo:after {
    border-right-color: #283e89;
    border-left-color: #283e89;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.c-radio.c-radio-nofont input[type=radio]:checked + span {
    border-color: #283e89;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
    background-color: #283e89;
}
