.botonera {
    min-height: 0 !important;
}

.separado-doble {
    border: 0;
    border-top: 3px double #8c8c8c;
}

.fondo-verde {
    background-color: green !important;
}

.fondo-rojo {
    background-color: red !important;
}

.fondo-magenta {
    background-color: darkmagenta !important;
}

.fondo-amarillo {
    background-color: yellow !important;
}

.fondo-gris {
    background-color: grey !important;
}

.fondo-azul {
    background-color: blue !important;
}

.fc-bgevent {
    opacity: .2 !important;
}

.letra-verde {
    color: green;
}

.letra-roja {
    color: red;
}

.letra-azul {
    color: blue;
}

/*Logo cabecera*/

#logo img {
    width: 200px;
    padding-left: 6px;
}

#logo {
    margin-top: 3px;
}

#header {
    height: 60px;
}

.fixed-header #main {
    margin-top: 59px;
}

.fixed-navigation nav {
    overflow-x: hidden;
    padding-bottom: 0 !important;

}

/*.fixed-navigation nav > ul {*/
/*    margin-bottom: 40px;*/
/*}*/

/*.fixed-navigation nav > ul {*/

/*    position: relative;*/
/*    height: 100%;*/
/*    width: 105%;*/
/*    overflow-y: scroll;*/

/*}*/

#left-panel {
    padding-top: 60px;
    padding-bottom: 85px;
}

.fixed-navigation #left-panel {
    padding-top: 60px;
    padding-bottom: 40px;
}

#extr-page #header #logo img {
    width: 200px;
}

#extr-page #header #logo {
    margin-top: 10px;
    margin-left: 0;
}

hr {
    border-color: #000;
    margin-bottom: 35px;
    margin-top: 15px;
}

.centra-th th, .parte-detalle th {
    text-align: center !important;
}

table th {
    text-align: center;
}

table td {
    text-align: center;
}

.centra-todo {
    text-align: center !important;

}

.celda-separador {
    background-color: #838383;
    color: white;
    font-size: 1.2em;
}

.login-info a {
    color: white;
    margin-top: 0px;
}

.login-info i {
    font-size: 2.3em;
    margin-top: 5px;
}

.login-info span a span {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/*Botones de añadir formularios especificos*/

.delete-row {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    background-color: #a90329;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: #900323 1px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 0;
}

.delete-row.focus, .delete-row:focus, .delete-row:hover {
    background-color: #77021d;
    border-color: #540114;
    color: #fff;
}

.add-row.focus, .add-row:focus, .add-row:hover {
    background-color: #5b835b;
    border-color: #4c6e4c;
    color: #fff;
}

.add-row {
    background-color: #739e73;
    color: #fff;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-user-select: none;
    background-image: none;
    border: #659265 1px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.cargando {
    float: right;
    font-size: 1.5em;
    margin-right: 25px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
}

.custom-header {
    font-weight: bold;
    padding: 3px 0 3px 0;
    text-align: center;
    background: #404040 none repeat scroll 0 0;
    border-color: #383838 !important;
    color: #ffffff;
}

/*Tablas*/

.separa-fila {
    border-bottom: 5px double #ddd;
}

.centro-vertical {
    vertical-align: middle !important;
}

th {
    background-color: #f2f2f2;
}

.mas-gris {
    background-color: #d3d3d3 !important;

}

.dataTables_wrapper .input-sm {
    height: 32px;
}

.boton-inline {
    margin-top: 23px;
}

/*Formulario Categorias*/

.formulario-categorias .add-row {
    margin: 10px 0 10px;
}

/*Página de inicio*/
#extr-page #header #logo {
    margin-left: 0;
    margin-top: 10px;
}

/*Cosas de los widgets*/

@media screen and (min-width: 320px) and (max-width: 479px) {
    .jarviswidget header h2 {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .page-title {
        display: block;
        font-size: 18px;
    }
}

.widget-footer {
    min-height: 40px;
}

.widget-postfooter {
    min-height: 40px;
    display: block;
    vertical-align: middle;
    position: relative;
    background-color: #F8F7F7;
    padding: 5px;
    border-top: 1px solid #E4E4E4;
    text-align: right;
    margin: 0 -13px;
}

/*RegistrosInline*/
.registro-inline {
    border-bottom: 1px lightgray solid;
    margin-bottom: 15px;
    border-top: 1px lightgray solid;

}

a.delete-row {
    margin-bottom: 10px;
}

/*Datatables*/
@media screen {
    .dataTables_filter {
        float: right;
        width: auto;
    }

    div.dataTables_info {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    div.dt-button-info {
        text-align: center;
    }

    div.dataTables_paginate {

        float: none !important;
        text-align: center;

    }
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: auto;
    left: 5px;
    display: block;
    position: absolute;
    color: green;
    border: none;
    text-align: center;
    box-shadow: none;
    box-sizing: content-box;
    content: '\f0d7';
    background-color: transparent;
    font-family: FontAwesome;
    font-size: 1.5em;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    content: '\f0d8';
    color: #d33333;
    background-color: transparent;
    font-family: FontAwesome;
    font-size: 1.5em;

}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
    display: none;
}

/*Multiselect*/
span.multiselect-native-select {
    margin-left: 30px;
}

/*Problema Flecha Menú*/
.minified .minifyme {
    top: auto;
}

.minifyme {
    top: 150px;
}

/*Select2*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #e7e7e7;
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 1.5em !important;
    margin-right: 30px !important;
    display: inline;
    float: right;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    height: 32px !important;
}

.select2-hidden-accessible,
.select2-hidden-accessible:focus {
    left: auto !important;
    top: auto !important;
    display: block;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;

}


.select2-dropdown {
    z-index: 99999;
}

/*iCheck*/
.checkbox label, .radio label {
    padding-left: 0;
}

.icheckbox_square-red, .iradio_square-red {
    margin-right: 5px !important;
}

/*Campos requeridos*/
.formulario-general .campo-obligatorio label:after {
    content: ' *';
    font-size: 13px;
    color: red;
}

span.asteriskField {
    font-size: 13px;
    color: red;

}

/*Campo google*/
.geoposition, .geoposition-widget label {
    display: none;
}

.geoposition-search {
    width: 100% !important;
    float: none !important;
}

.geoposition-search input {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.geoposition-address {
    font-weight: bold;
}

/*Botones*/
.boton-cargando {
    content: '33';
}

.loading-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 50px auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.boton-cargando:after {
    content: "\f110";
    font-family: FontAwesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: 2s linear 0s normal none infinite spin;

}

/*panel naranja*/
.panel-naranja {
    width: 100px;

}

.panel-naranja td {
    width: 100px;
    font-size: 1.4em;
    font-weight: bold;
    background-color: orangered;
}

/*Botones*/
.boton-portada {
    width: 100%;
    margin: 10px 0 10px;
    padding: 20px 0 20px;
    font-size: 1.4em;
    vertical-align: center;
    border-radius: 10px;
}

.boton-utilidades {
    width: 100%;
    margin: 10px 0 10px;
    padding: 40px 40px;
    font-size: 1.8em;
    vertical-align: center;
    border-radius: 10px;
}

.menu-resaltado {
    color: yellow;
}

.menu-resaltado:hover {
    color: #c4c400;
}

.direccion {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 1.4em;
}

/*Maps*/
.gm-style-iw-d {
    font-size: 1.5em !important;
}

/*Cargando*/
@keyframes page-load {
    from {
        background-color: #ffc422;
    }
    to {
        background-color: #c0392b;
    }
}

.page-loading::before {
    content: " ";
    display: block;
    position: fixed;
    z-index: 999;
    height: 8px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #06D;
    animation: page-load infinite ease-out 1s;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.notificaciones .dropdown-menu {
    min-width: 100%;
}

.notificaciones .dropdown-menu button {
    margin-bottom: 5px;
}

.width-100 {
    width: 100%;
}

.width-80 {
    width: 80%;
}

.jarviswidget {
    margin: 0 0 10px;
}

.demo {
    background-color: red !important;
    color: red;
}

.demo ol, .demo li {
    color: white !important;
    font-weight: bold;
}

.boton-cabecera-grande, .boton-cabecera-pequeno {
    margin-top: 4px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
}

.boton-cabecera-pequeno {
    float: right;
}

@media screen and (max-width: 642px) {
    .boton-cabecera-grande {
        display: none;
    }

    .botonera-cabecera {
        width: 40%;
    }
}

@media screen and (max-width: 536px) {

    .botonera-cabecera {
        width: 30%;
    }
}

@media screen and (max-width: 479px) {

    .botonera-cabecera {
        width: 37%;
    }
}

@media screen and (max-width: 420px) {

    .botonera-cabecera {
        display: none !important;
    }
}

@media screen and  (min-width: 643px) {
    .boton-cabecera-pequeno {
        display: none;
    }

    .botonera-cabecera {
        width: 50%;
    }
}

@media screen and  (min-width: 1000px) {
    .botonera-cabecera {
        display: none !important;
    }
}

.bg-color-amarillo-intenso {
    background-color: #fff807 !important;
    color: black !important;
}

.bg-color-verde-intenso {
    background-color: #0fff00 !important;
    color: black !important;

}

.bg-color-verde-claro {
    background-color: rgba(62, 255, 0, 0.31) !important;
    color: black !important;

}

.bg-color-azul-intenso {
    background-color: #00e5ff !important;
    color: black !important;

}

.bg-color-negro {
    background-color: #000000 !important;
    color: #ffffff !important;

}

.bg-color-gris-claro {
    background-color: #e8e8e8 !important;
    color: #000000 !important;

}

.bg-color-defecto, .bg-color-white {
    background-color: white;
    color: #000000 !important;
}

.bg-color-rojo-intenso {
    background-color: #ff0000 !important;
    color: white !important;

}


.tabla-turnos .bg-color-green {
    color: white !important;
}

.tabla-turnos .bg-color-red {
    color: white !important;
}

.tabla-turnos .bg-color-magenta {
    color: white !important;
}

.tabla-turnos .bg-color-blue {
    color: white !important;
}

.tabla-turnos .bg-color-grayDark {
    color: white !important;
}

.tabla-turnos .bg-color-purple {
    color: white !important;
}


.ui-sortable-helper {
    background-color: #f3f3f3 !important;
}

.tabla-ordenable .celda-orden {
    cursor: move;
}

.tabla-ordenable tr td:last-child {
    cursor: default;
}

@-webkit-keyframes success-destella {
    0% {
        background-color: #5b835b;
    }
    49% {
        background-color: #335033;
    }
    50% {
        background-color: #96d296;
    }
    99% {
        background-color: #5b835b;
    }
    100% {
        background-color: #5b835b;
    }
}

@-webkit-keyframes warning-destella {
    0% {
        background-color: #c79121;
    }
    49% {
        background-color: #976d1c;
    }
    50% {
        background-color: #f9be21;
    }
    99% {
        background-color: #c79121;
    }
    100% {
        background-color: #c79121;
    }
}


.boton-notificacion-obligatoria, .success-destella {
    -webkit-animation: success-destella 1s infinite;
    -moz-animation: success-destella 1s infinite;
    animation: success-destella 1s infinite;

}

.warning-destella {
    -webkit-animation: warning-destella 1s infinite;
    -moz-animation: warning-destella 1s infinite;
    animation: warning-destella 1s infinite;

}


.flota {
    position: fixed;
    top: 75px;
    margin: 0;
    z-index: 999;
}

.resumen-oculta {
    height: 250px;
    overflow: hidden;
}

.widget-nota {
    margin: 3px 0 3px;
}

.meteoalerta-amarillo {
    border: 4px solid yellow;
    border-radius: 20px;
}

.meteoalerta-tabla-amarillo {
    background-color: rgba(255, 255, 0, 0.41);
}

.meteoalerta-naranja {
    border: 4px solid orange;
    border-radius: 20px;
}

.meteoalerta-tabla-naranja {
    background-color: rgba(255, 151, 0, 0.54);
}

.meteoalerta-rojo {
    border: 4px solid red;
    border-radius: 20px;
}

.meteoalerta-tabla-rojo {
    background-color: rgba(255, 0, 0, 0.38);
}

.tabla-vcenter td, .tabla-vcenter th {
    vertical-align: middle !important;
}

/*bloqueo de inicio*/
#bloquea-inicio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 904;

}

.novedad-propia {
    font-weight: bolder;
}

.page-title .etiqueta-intervencion, .page-title .etiqueta-encabezado {
    font-size: 16px;
    color: white;
    margin-left: 15px;
}


.parpadea {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.div-centro-vertical {
    display: flex;
    align-items: center; /* vertical */
}


.well-pendiente-inicio .contador {
    font-size: 2em;
}

.well-pendiente-inicio {
    text-align: left !important;
    font-weight: bolder;
    margin: 0 5px 5px !important;
}

.well-pendiente-inicio .icon > i {
    font-size: 55px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}


.boton-grande {
    font-size: 1.4em;
    width: 100%;
    padding: 20px;
}

.turno-transparencia {
    opacity: 30%;
}

.fila-borde-rojo, .fila-borde-rojo td {
    border: 2px red solid;
}

.bold {
    font-weight: bolder;
}

.icono-svg {
    height: 30px;
    width: auto;
}

.no-strong {
    font-weight: normal !important;
}