body {
    background-color: #f8f9fa;
    color: #73879C;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    font-size: 14px;
    line-height: 1.471;
}

/*LOGIN*/
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

img.img_login {
    max-width: 400px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input, .form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
.form-label-group input:-ms-input-placeholder {
color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
color: transparent;
}

.form-label-group input::placeholder {
color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 12px;
color: #777;
}

/* Breadcrumbs*/
ol.breadcrumb {
    background-color: transparent;
}

ol.breadcrumb a:hover {
    color: #73879C;
    font-weight: 600;
    text-decoration: none;
}

/* Menú Horizontal */
/*.nav-sm .main_container*/ .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2;
}


.dropdown-menu {
    right: 0;
    left: auto;
}

.black li a {
    color: #515356;
}

.black li a:hover {
    background-color: #D9DEE4;
    color: #515356;
 }

.img_perfil {
    width: 24px;
    height: auto;
}

img.img_logo {
    display: none;
}

/* Cajas Blancas */
.p_panel {
    background-color: #F7F7F7;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E6E9ED;
    min-height: 50vh;
    
}

.p_panel .titulo {
    color: #73879C;
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
}

.p_panel .titulo h3 {
    font-size: 18px;
}

.p_panel .titulo h3 small {
    color: #000;
    margin-left: 10px;
    font-size: 65%;
}

.p_panel p   {
    color:#73879C;
    font-size: 15px;
    line-height: 18px;
}

.panel_info td i {
    margin-right: 10px;
}

table.panel_info.t_penrev tr td:first-of-type p{
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*table.panel_info td:first-child {
    width: 83%;
}*/

/* Panel Principal Común */

.panel_tittle {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
}

.panel_tittle h2 {
    font-size: 20px;
    color:#73879C;
}

.panel_tittle div {
    font-weight: 600;
}

.panel_content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.numeracion {
    max-height: 30px;
    margin-top: 0.70rem;
}

.p_filtro {
    min-height: inherit;
}

/* Tablas */

table tr td a.btn i {
    font: normal;
    font-size: 12px;
}

.btn-sm_2 {
    padding: 1px 5px;
    margin-right: 2px;    
}

.fa-square {
    font-size: 16px;
}

.dataTables_scrollBody {
    height: auto!important;
    margin-bottom: 10px;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin-bottom: 10px;
}

.table th, 
.table td {
    padding: 0.5rem;
}

/* BOTONES */

/* boton nuevo */
.btn_app {
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    text-align: center;
    color: #fff;
    /*margin-top: 10px;*/
}

.btn_app:hover {
    border-color: #2e6da4;
    background-color: #3f8dd0;
    color: #fff;
}

/* Boton Ancho Completo*/
.btn_full {
    width: inherit;
}

/* Botón Desactivado - tabla operarios */
a.btn-warning,
a.btn-warning:hover {
    color: #fff;
}

/* Icon */
.glyphicon-ok {
    color: green;
}

.input-group-text {
    background-color: #fff;
    padding-top: 10px;
}

#addEncargado {
    font-size: 25px;
}

/* pag orden de intervencion */
#minutos {
    font-size: 14px;
}

/* Botones salidas y entradas */
.btn_salen {
    background: #fff;
    border-radius: 0.5rem;
    margin: 1rem 0;
    border: solid 5px #E4E4E4;
    padding: 1.5rem 1rem;
    color: #bab8b8 !important;
    text-decoration: none;
    transition: transform 1s ease, filter 1s ease;
    z-index: 1000;
}

.btn_salen:hover {
    text-decoration: none;
    filter: drop-shadow(3px 3px 3px gray);
    transform: scale(1.05);
}

.btn_salen i {
    font-size: 40px;
}

.btn_salen span {
    font-size: 2rem;
}

/* Botónes de los modales */

.btn_asignar {
    background: #fff;
    border: solid 5px #E4E4E4;
    border-radius: 0.5rem;
    color: #bab8b8;
    font-size: 20px;
    margin: 0.5rem 4rem;
    padding: 0.5rem;
    text-decoration: none;
}

.btn_asignar:hover {
    color: #bab8b8;
    filter: drop-shadow(3px 3px 3px gray);
    text-decoration: none;
}

.btn_regularizacion {
    background: #E6E9ED;
    border: solid 5px #E4E4E4;
    border-radius: 0.5rem;
    color: #bab8b8;
    font-size: 20px;
    margin: 0.5rem 4rem;
    padding: 0.5rem;
    text-decoration: none;
}

.btn_regularizacion:hover {
    color: #bab8b8;
    filter: drop-shadow(3px 3px 3px gray);
    text-decoration: none;
}
.ocultar {
    display: none;
}

/* Pildoras */

.nav_menu {
    margin-bottom: 0px !important;
}
.nav-pills .nav-link {
    color: #000;
}

.nav-pills .nav-link {
    border: 2px solid #007bff;
}

/* Media Container*/
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/* Media Menú Vertical*/
@media (min-width: 480px) {
    .nav_menu {
        position: static;
    }
}

@media (max-width: 767px) {
    img.img_logo {
        display: inline;

    }
    .texto_logo {
        display: none;
    }
    .menu {
        width: 80px;
    }

    .container {
        max-width: 100%;
    }

    .container.resumen-personal {
        max-width: 90%;
    }

    .btn-responsive i {
        display: none;
    }
}

/* Menú Horizontal */

@media (min-width: 992px) {
    .main_container .top_nav {
        margin-left: 0;
        margin-left: 166px;
    }   
}

.error {
    color: red;
}

/* Autocomplete */
.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}
.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}
.autocomplete-selected {
    background: #f0f0f0
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder
}

.pointer {
    cursor: pointer;
}

#borrar-Encargado {
    
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 70% !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
    /*.modal-lg, .modal-xl { */
    .modal-xl {
        max-width: 70% !important;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        /* max-width: 500px; */
        margin: 1.75rem auto;
    }
    .modal-xl {
        max-width: 80% !important;
    }
}

.i-control-add {
    /* display: block; */
    width: 100%;
    height: calc(1em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#anadirCod {
    margin-top: 55px;
    margin-left: 20px;
    max-height: calc(95vh - 3.5rem);
}

.i-error {
    border: 1px solid red;
}

.form-control-readonly {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px dotted #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-static {
    color: #555;
    padding-left: 10px;
    border-bottom: 1px dotted #555;
}

.top_image_logo {
    /*display: none;
    width: 400px;
    height: 163px; */
    float: left; padding: 20px; display: block; width: 200px; height: 81px;
}

.table-print {
    margin-bottom: 0rem !important;
}

.info-number .badge {
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 28px;
    top: -5px;
}
.info-number .bg-green {
    background: #1ABB9C!important;
    border: 1px solid #1ABB9C!important;
    color: #fff;
}