
body.layout .page-sidebar-menu ul.sub-menu li i {
    margin-left: -21px;
}

body.layout.page-sidebar-closed .page-sidebar-menu ul.sub-menu li i {
    margin-left: auto;
}

.page-sidebar .sidebar-toggler-wrapper {
    margin-bottom: 10px !important;
}

.page-sidebar .sidebar-toggler-wrapper .sidebar-toggler {
    margin-top: 10px;
}

.page-content-white .page-title {
    margin: 15px 0;
}

.page-content-white .page-bar .page-toolbar {
    margin-top: 2px;
}

label {
    font-size: 11px
}

label.block {
    display: block
}

div.media-files {
    padding-top: 22px
}

i.row-details {
    cursor: pointer
}

/* DataTables Overrides Start */
table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: none !important;
}

table.dataTable td.edit {
    cursor: pointer
}

div.dataTables_length {
    float: left
}

div.dataTables_paging_wrapper {
    margin-top: 1em;
}

.detalle-audit {
    padding: 10px 10px 10px 70px;
    background-color: #F9E2BD;
    font-size: 11px;
}

.table td.nopadr, .table th.nopadr {
    padding-right: 0 !important;
}

.table thead tr th, .table td, .table th {
    font-size: 13px;
}

/* DataTables Overrides End */


/* Bootstrap Tagsinput Overrides Start */
.bootstrap-tagsinput {
    display: inherit;
    line-height: 25px;
}

/* Bootstrap Tagsinput Overrides End */


/* POR REVISAR */
.tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tabbable.tabbable-lang .nav-tabs, .nav-pills {
    padding-left: 25%;
}

@media (max-width: 991px) {
    .tabbable.tabbable-lang .nav-tabs, .nav-pills {
        padding-left: 0%;
    }
}

.tabbable .btn-group {
    z-index: 100;
}

/*
.layout3 .page-header .page-header-top .page-logo .logo-default {
	height: 55px;
	margin-top: 12px;
}

.layout2 .page-header.navbar .page-logo .logo-default {
	max-width: 135px;
	max-height: 68px;
	margin-top: 0;
	margin-left: -10px;
}

.layout .page-header.navbar .page-logo .logo-default {
	max-width: 215px;
	max-height: 46px;
}
*/

.table-hover > tbody > tr.highlight > td, .table-hover > tbody > tr.highlight > th {
    font-weight: 600;
    background: #fffcec;
}

.table-hover > tbody > tr.highlight:hover > td, .table-hover > tbody > tr.highlight:hover > th {
    font-weight: 600;
    background: #ffffdf;
}

.table-hover > tbody > tr.odd.highlight > td, .table-hover > tbody > tr.odd.highlight > th {
    font-weight: 600;
    background: #fffad7;
}

.table-hover > tbody > tr.odd.highlight:hover > td, .table-hover > tbody > tr.odd.highlight:hover > th {
    font-weight: 600;
    background: #ffffdf;
}

.file-actions a:nth-child(2) {
    display: inline-block;
}

@media (min-width: 768px) {
    .modal-dialog.modal-crop {
        width: 1024px;
        margin: 30px auto;
    }
}


/**
PERFILES
*/
li [class^="ion-"], li [class*=" ion-"] {
    display: inline-block !important;
    width: 1.25em;
    text-align: center;
}

li [class^="fa-"], li [class^="glyphicon-"], li [class^="icon-"], li [class*=" fa-"], li [class*=" glyphicon-"], li [class*=" icon-"] {
    display: inline-block !important;
    width: 1.25em;
}

/**
ÁREAS
*/
#area-actual-header {
    font-weight: 600;
}

.dropdown-menu-list li a span.details {
    font-style: italic;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    padding: 10px 10px 15px;
}

.bg-area {
    font-style: italic;
    color: #d9d9d9;
}

/* ESTADOS de la INTERVENCIONES */
table.dataTable td.sorting_1.bg-estado-2, table.dataTable td.sorting_2.bg-estado-2, table.dataTable td.sorting_3.bg-estado-2, .bg-estado-2 { /*Pendiente*/
    background-color: rgba(231, 80, 90, 0.76) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estado-1, table.dataTable td.sorting_2.bg-estado-1, table.dataTable td.sorting_3.bg-estado-1, .bg-estado-1 { /*Pdte asignar*/
    background-color: rgba(232, 126, 4, 0.75) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estado-3, table.dataTable td.sorting_2.bg-estado-3, table.dataTable td.sorting_3.bg-estado-3, .bg-estado-3 { /*Realizada*/
    background-color: rgba(92, 155, 209, 0.75) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estado-4, table.dataTable td.sorting_2.bg-estado-4, table.dataTable td.sorting_3.bg-estado-4, .bg-estado-4 { /*Revisada*/
    background-color: rgba(27, 188, 155, 0.76) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estado-5, table.dataTable td.sorting_2.bg-estado-5, table.dataTable td.sorting_3.bg-estado-5, .bg-estado-5 { /*Cerrada*/
    background-color: rgba(27, 163, 156, 0.76) !important;
    color: #FFF;
}

/* ESTADOS de las INCIDENCIAS-PRESUPUESTOS */
table.dataTable td.sorting_1.bg-estinc-10, table.dataTable td.sorting_2.bg-estinc-10, table.dataTable td.sorting_3.bg-estinc-10, .bg-estinc-10 { /*PENDIENTE*/
    background-color: rgba(232, 126, 4, 0.75) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estinc-20, table.dataTable td.sorting_2.bg-estinc-20, table.dataTable td.sorting_3.bg-estinc-20, .bg-estinc-20 { /*ACEPTADA*/
    background-color: rgba(92, 155, 209, 0.75) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estinc-30, table.dataTable td.sorting_2.bg-estinc-30, table.dataTable td.sorting_3.bg-estinc-30, .bg-estinc-30 { /*RECHAZADA*/
    background-color: rgba(231, 80, 90, 0.76) !important;
    color: #FFF;
}

/* ESTADOS de las INCIDENCIAS */
table.dataTable td.sorting_1.bg-estinc-1, table.dataTable td.sorting_2.bg-estinc-1, table.dataTable td.sorting_3.bg-estinc-1, .bg-estinc-1 { /*Abierta*/
    background-color: rgba(232, 126, 4, 0.75) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estinc-2, table.dataTable td.sorting_2.bg-estinc-2, table.dataTable td.sorting_3.bg-estinc-2, .bg-estinc-2 { /*Tramitada*/
    background-color: rgba(92, 155, 209, 0.75) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estinc-3, table.dataTable td.sorting_2.bg-estinc-3, table.dataTable td.sorting_3.bg-estinc-3, .bg-estinc-3 { /*Rechazada*/
    background-color: rgba(231, 80, 90, 0.76) !important;
    color: #FFF;
}

table.dataTable td.sorting_1.bg-estinc-4, table.dataTable td.sorting_2.bg-estinc-4, table.dataTable td.sorting_3.bg-estinc-4, .bg-estinc-4 { /*Resuelta*/
    background-color: rgba(27, 188, 155, 0.76) !important;
    color: #FFF;
}


/* typeahead */
.typeahead,
.tt-query,
.tt-hint {
    /*	width: 396px;
        height: 30px;
        padding: 8px 12px;
        font-size: 24px;
        line-height: 30px;
        border: 2px solid #ccc;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        outline: none;*/
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    /*font-size: 18px;*/
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}


.page_intervenciones .select2-container--bootstrap .select2-selection--single {
    height: 31px !important;
    line-height: 1.42857 !important;
    padding: 6px 24px 6px 12px !important;
}

.page_activos .select2-container--bootstrap .select2-selection--single {
    height: 31px !important;
    line-height: 1.42857 !important;
    padding: 6px 24px 6px 12px !important;
}

.page_notificaciones .select2-container--bootstrap .select2-selection--single {
    height: 31px !important;
    line-height: 1.42857 !important;
    padding: 6px 24px 6px 12px !important;
}

.page_jornadas .select2-container--bootstrap .select2-selection--single {
    height: 31px !important;
    line-height: 1.42857 !important;
    padding: 6px 24px 6px 12px !important;
}

.page_presupuestos .select2-container--bootstrap .select2-selection--single {
    height: 31px !important;
    line-height: 1.42857 !important;
    padding: 6px 24px 6px 12px !important;
}

.select2-selection__clear {
    position: absolute !important;
    right: 20px !important;
}

/*MAP DASHBOARD*/
.map-legend {
    position: absolute;
    z-index: 10;
    right: 0;
    margin-right: 26px;
    background-color: white;
    /* border: 1px solid black; */
    width: 14%;
    padding: 10px 15px;
    /* -webkit-box-shadow: -5px 0px 16px 0px rgba(0,0,0,0.21); */
    /* -moz-box-shadow: -5px 0px 16px 0px rgba(0,0,0,0.21); */
    /* box-shadow: -5px 0px 16px 0px rgba(0,0,0,0.21); */
    overflow-y: auto;
    max-height: 600px;
    height: 600px;
}

/* -- */

.dataTable td.details {
    background: #b3b3b3;
}

.dataTable .row-details {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
