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

    .cabecera-titulo h3 {
        display: none;
    }
}

.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.boton {
    margin-left: 12px;
}

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

#pceh-crear-editar .pull-right {
    float: right !important;
    margin-top: -44px;
}

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

.label-form-popup {
    margin-top: 10px;
}

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

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

.panel-osaki {
    border-color: #cfdbe2;
}
.panel-osaki > .panel-heading {
    color: #ffffff;
    background-color: #283e89;
    border-color: #cfdbe2;
}
.panel-osaki > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #cfdbe2;
}
.panel-osaki > .panel-heading .badge {
    color: #ffffff;
    background-color: #444444;
}
.panel-osaki > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cfdbe2;
}

.bg-primary {
    background-color: #C2DCEB;
}

h4.panel-title {
    font-size: 14px;
}

.lista-favs {
    margin: 0px 0px 6px 0px;
}

.list-group .list-group-item {
    padding: 4px;
}

.boton-panel {
    margin: -16px 0px 0px 0px;
}

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

.tabla-osaki td. {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 0px solid #eeeeee;
    border-right: 0px solid #eeeeee;
}


.tabla-osaki .ng-table-sort-header {
    background-color: #283e89;
}

.tabla-osaki > thead > tr > th {
    color: #ffffff;
}



.tabla-desfibriladores-publica td:nth-child(2), .tabla-desfibriladores-publica td:nth-child(3), .tabla-desfibriladores-publica td:nth-child(5),
.tabla-desfibriladores-organizacion td:nth-child(1), .tabla-desfibriladores-organizacion td:nth-child(2), .tabla-desfibriladores-organizacion td:nth-child(4),
.tabla-organizaciones td:nth-child(2),
.tabla-usuarios td:nth-child(3), .tabla-usuarios td:nth-child(4),
.tabla-historial-desfibriladores td:nth-child(4),
.tabla-llamadas td:nth-child(1), .tabla-llamadas td:nth-child(4), .tabla-llamadas td:nth-child(5) {
    font-weight: bold;
    text-align: center;
}

input#search    {
    background:url(../img/search.png);
    background-repeat: no-repeat;
    width:40px;
    height:40px;
    border: 0;
}

.tabla-osaki .form-control {
    border: 1px solid #cfdbe2;
    background:#ffffff url("../img/search-gris.png") no-repeat scroll 8px 6px;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
    color: #3a3f51;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 1.52857;
    padding: 6px 16px 8px 32px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/*.tabla-osaki .form-control.ng-valid {*/
    /*background:#cfdbe2 url("../img/search.png") no-repeat scroll 8px 6px;*/
    /*border: 1px solid #283e89;*/
/*}*/

.tabla-osaki .form-control:focus {
    background:#cfdbe2 url("../img/search.png") no-repeat scroll 8px 6px;
    border: 1px solid #283e89;
}

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

.bg-osaki, tr.bg-osaki {
    background-color: #cfdbe2 !important;
    border: 1px solid #283e89;
    border-radius: 6px !important;
}

address {
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 0;
}

.tour-tip {
    background: #7c9d0e none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    max-width: 533px;
    position: absolute;
    width: 380px;
    z-index: 101;
}

.tour-tip .tour-arrow.tt-bottom {
    border-color: transparent transparent #7c9d0e !important;
    border-style: solid;
    top: -28px;
}
.tour-tip .tour-arrow {
    display: block;
    height: 0;
    left: 22px;
    position: absolute;
    width: 0;
}

.tour-tip .tour-arrow.tt-left {
    border-color: transparent transparent transparent #7c9d0e !important;
    border-style: solid;
    left: 100%;
    top: 28px;
}

.tour-tip .tour-arrow.tt-right {
    border-color: transparent #7c9d0e transparent transparent !important;
    border-style: solid;
    left: -27px;
    top: 28px;
}

.tour-tip p {
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 8px 8px 16px 0px;
}

.tour-tip button, .tour-tip .button {
    background-color: #283e89;
    border-radius: 8px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.25em;
    padding: 0.5em 1.25em 0.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

.tour-tip button:hover,
.tour-tip .button:hover {
    background-color: #cfdbe2;
}

.navbar-nav .btn-group, .btn-group-vertical {
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
    vertical-align: middle;
}

.nav.navbar-nav .btn {
    border: 0px solid #283e89 !important;
}

.nav.navbar-nav em {
    margin: 0 12px 0 -8px;
}

.nav.navbar-nav .btn:hover, .nav.navbar-nav .btn:focus, .nav.navbar-nav .btn:active {
    background-color: #898989 !important;
}

.btn-osaki.btn-warning {
    background-color: #ff8d26;
}

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

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

.btn-osaki.btn-xs {
    background-color: #283e89;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

body .ng-table th.sortable.sort-desc, body .ng-table th.sortable.sort-asc {
    background-color: #283e89;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.ng-table th.sortable .sort-indicator::after, .ng-table th.sortable .sort-indicator::before {
    border-color: #ffffff transparent !important;
}

.form-group.seleccionar-imagen {
    width: 80%;
    text-align: center;
}

.botonera-mapa {
    font-family: Helvetica, Arial, sans-serif;
}

.botonera-mapa .fa:before, .botonera-imagen .fa:before {
    padding: 0px 8px 0px 0px;
}

.botonera-mapa .btn-osaki, .botonera-imagen .btn-osaki {
    font-size: 12px;
}

tab-heading .fa:before {
    margin: 0 0 0 -8px;
}

legend {
    font-size: 18px;
}

.imagen-recortada-4x3, .selector-imagen-4x3 {
    height: 600px;
    text-align: center;
    width: 800px;
}

.imagen-4x3 {
    text-align: center;
}

.botonera-imagen {
    margin: 10px 2px -6px 2px;
}

.selector-imagen-4x3 {
    border: 3px dashed #283e89;
    color: #283e89;
    font-size: 17px;
}

.imagen-recortada-4x3 {
    border: 3px solid #283e89;
}


/* ========================================================================
   Component: google map
 ========================================================================== */

.div-mapa{
    position: relative;
    z-index:1;
    height:700px
}


.div-mapa-bloqueado {
    position: relative;
    z-index: 2;
    height: 700px;
    margin-top: -700px;
    padding-right: 20px;
    padding-top:10px;
}

/* ========================================================================
   Component: select
 ========================================================================== */

.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #283e89;
}

/* ========================================================================
   Component: Crop image
 ========================================================================== */

.crop-image {
    border: 3px solid #228785;
    width: 100%;
    background-size: cover;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width:100%;
    height:450px;
}

/* ========================================================================
   Component: Ng tables
 ========================================================================== */

.tabla-overflow > thead > tr > th,
.tabla-overflow > tbody > tr > td {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========================================================================
   Component: Forms
 ========================================================================== */

.cabecera-formulario {
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
    color: #929292;
    font-family: inherit;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1;
    margin: -20px -20px 20px;
    padding: 20px;
}

.formulario-ancho.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 70%;
}

.formulario-estrecho.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 50%;
}

.sin-margen, .sin-margen.checkbox {
    margin: 0;
}

.margen5-iz-der, .margen5-iz-der.checkbox {
    margin: 0 5px;
}

/* ========================================================================
   Component: Colors / Backgrounds
 ========================================================================== */

.form-validate .input-filter.ng-dirty.ng-valid, .form-validate .input-filter.ng-dirty.ng-valid:focus,
.form-validate .input-filter.ng-dirty.ng-invalid {
    border: 1px solid #cfdbe2;
}

.bg-aviso-rojo {
    border: 4px solid #FF7B7B;
    color: #FF7B7B !important;
}

.letra-roja {
    color: #FF7B7B !important;
}

.bg-osaki, tr.bg-osaki {
    background-color: #e4eaec;
    border: 0px #283E89 solid !important;
}

.table-hover > tbody > tr.bg-osaki:hover {
    background-color: #2f45a5;
}

.btn-osaki {
    background-color: #283e89;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.btn-osaki:active, .btn-osaki:focus  {
    color: #ffffff !important;
    background-color: #283e89;
    font-weight: bold;
}

.linea-desactivada {
    background-color: #FFE4E4 !important;
}

.btn-osaki:hover {
    color: #ffffff;
    background-color: #898989;
    font-weight: bold;
}

.btn.btn-osaki.pull-right {
    margin-right: 10px;
}

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