/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.modal-open .main_container {
    /* -webkit-filter: blur(3px); */
    /*-moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);*/
    /* filter: blur(5px); */
}


select, input[type="date"], input[type="text"], input[type="number"], textarea {
    -webkit-appearance: none !important;
    -webkit-border-radius: 4px !important;
    /* remove shadow in iOS */
}

select[multiple] {
    height: 150px;
    transition: all ease 0.5s;
    padding: 0px;
}
/*
select[multiple]:focus {
    height: 250px;
}*/

select[multiple] option {
    padding: 7px 13px;
}

input[type="date"]:after {
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat right center;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 29px;
  pointer-events: none;
}

#profileLeft .elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: inline-flex;
}
#profileLeft .btn-group, #profileLeft .btn {
    margin-bottom: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}


a.list-group-item {
    cursor: pointer;
}

/* BARRA DE COLORES  */

.piecolores {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    z-index: 1039;
    background: #cdcdcd;
}

.piecolores span {
    display: inline-block;
    height: 100%;
    width: 12.5%;
}
.piecolores span:nth-child(1) {
    background: #9C27B0;
}
.piecolores span:nth-child(2) {
    background: #673AB7;
}
.piecolores span:nth-child(3) {
    background: #4CAF50;
}
.piecolores span:nth-child(4) {
    background: #03A9F4;
}
.piecolores span:nth-child(5) {
    background: #009688;
}
.piecolores span:nth-child(6) {
    background: #3944dc;
}
.piecolores span:nth-child(7) {
    background: #2196F3;
}
.piecolores span:nth-child(8) {
    background: #FF5722;
}

i.fa.fa-bars {
    color: white;
}

#tablaFichero td, #tablaFichero th {
    padding: 6px 10px;
    font-size: 14px;
}
#tablaFichero th {
    background-color: #4caf50;
    color: white;
}
h5.titulosmall {
    border-bottom: solid 1px #e5e5e5;
    padding: 0px 5px 6px 0px;
    font-weight: bold;
}

div#debugger {
    position: fixed;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: auto;
    overflow: auto;
    background: #673AB7;
    color: white;
    padding: 10px 40px;
    box-sizing: border-box;
    z-index: 2000;
}

.faltaoption {
    color: red;
    font-weight: bold;
}

.titulo {
    /* border-bottom: 1px solid #d6d9dc; */
    background: #f5f7fa;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #337ab7;
}

.marco-ficha {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*
.alert-success {
    color: #ffffff;
    background-color: rgba(38,185,154,0.88);
    border-color: rgba(38,185,154,0.88);
}

.alert-info {
    color: #ffffff;
    background-color: rgba(52,152,219,0.88);
    border-color: rgba(52,152,219,0.88);
}

.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243,156,18,0.88);
    border-color: rgba(243,156,18,0.88);
}

.alert-danger,.alert-error {
    color: #E9EDEF;
    background-color: rgba(231,76,60,0.88);
    border-color: rgba(231,76,60,0.88);
}*/

.tablaseguimientos tbody tr:hover {
    cursor: pointer;
}

.adminComment {
    display: none;
}

.divdatosficha {
    clear: both;
    padding: 10px 20px;
    background:#FFF9C4;
    width: 100%;
    position: relative;
}
.closeicon:after {
    content: "x";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: rgb(51, 122, 183);
    border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #165e9c;
    border-color: #8c8c8c;
}

.table > thead > tr > th {
    vertical-align: middle;
}

table.jambo_table thead {
  background: rgb(220, 220, 220);
  color: #515151;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
        max-width: 100%;
    }
}

.tile-stats.btn-inicio {
    background: #aaaaaa;
    color: white;
    padding: 15px 0px;
}
.tile-stats.btn-inicio:hover {
    background: #8BC34A;
}

 /* adjuntar archivo */
        #box{
            /* background-color: #E0E0E0; */
            /* width: 60%; */
            /* margin:0 auto; */
            height: 300px;
            padding: 20px;
            color: rgba(0, 0, 0, 0.4);
            font-size: 18px;
            /* border: solid 3px #fff; */
            transition: all 0.5s ease;
        }
        .progressBar{
            background-color: #3F5666;
            /* width: 60%; */
            /* margin:0 auto; */
            position: relative;
            height: 30px;
        }
        #progreso{
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 30px;
            background-color: #F8CA4D;
            transition: all 0.5s ease-out;
        }

.divSugerencias {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    padding: 3px 0px;
    max-height: 250px;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.4);
    min-width: 210px;
}
.sugerencia {
    padding: 10px;
    padding-right: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sugerencia:hover {
    background: #f2f2f2;
    color: #2196F3;
}

.label-ACTIVO {
    background-color: #ff75a3;
    color: black;
    width: 80px;
    display: inline-block;
}

.label-PENDIENTE {
    background-color: #ffff49;
    color: #333333;
    min-width: 80px;
    display: inline-block;
}

.label-BAJA {
    background-color: #BDBDBD;
    color: #333333;
    width: 80px;
    display: inline-block;
}

tr[data-target=".mimodal"] {
    cursor: pointer;
}

.filtroTag {
    cursor: pointer;
}

.caja-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.bg-warning {
    background-color: #FFF9C4;
}

@media (min-width: 960px) {
    .caja-scroll {
        /*max-height: 500px;*/
    }
}

.tabla-programados {
    margin: 0px;
}
.tabla-programados td {
    width: 16%;
    min-width: 100px;
}
.tabla-programados td:nth-child(1) {
    width: 8%;
    min-width: 110px;
}
.tabla-programados td:nth-child(2) {
    width: 20%;
    min-width: 160px;
}
.tabla-programados td:nth-child(3) {
    width: 14%;
    min-width: 110px;
}
.tabla-programados td:nth-child(4) {
    width: 14%;
    min-width: 130px;
}
.tabla-programados td:nth-child(5) {
    width: 14%;
    min-width: 90px;
}
.tabla-programados td:nth-child(6) {
    width: 14%;
    min-width: 100px;
}
.tabla-programados td:nth-child(7) {
    width: 14%;
    min-width: 100px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.historialEliminado {
    display: none;
}
.historialEliminado .x_panel {
    background: grey;
    color: white;
    opacity: 0.5;
}

.historialUltimo {
    background: #f5f5f5;
}
.seguimientoUltimo {
    background-color: #FFF9C4 !important;
}
.torta > div {
    margin: 0px auto;
}
.modal-body {
    transition: all ease 1s;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control.has-feedback-left {
    padding-left: 45px;
    padding-right: 22px;
}
.timeline h2.title:before {
  top: 13px;
}

ul.bar_tabs > li {
    float: none;
    display: table-cell;
    margin-left: 4px;
}
ul.bar_tabs {
    overflow: auto;
    display: block;
    white-space: nowrap;
    padding-left: 4px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.ordenar_tabla tfoot tr {
    background: #FFFDE7;
}


/* @TOMÁS 2018-08 */
/* >>>>>>>>>>>>>>>>>> */
/* @LUCHO COMENTO PORQUE EN LA WEB SALE MUY CHICA LA BARRITA PARA DESLIZAR  */

/* width
::-webkit-scrollbar {
    width: 5px;
} */

/* Track
::-webkit-scrollbar-track {
    background: #f1f1f1; 
} */
 
/* Handle
::-webkit-scrollbar-thumb {
    background: #888; 
} */

/* Handle on hover
::-webkit-scrollbar-thumb:hover {
    background: #555; 
} */
.x_content{
    overflow-x: hidden;
}
.forzar_height_700{
    height: 700px;
}
.info_diapositiva.reacciones i{
    font-size: 30px;
    color: #064970;
}
#PAGEBODY{
    display: flow-root;/* SI NECESITÁS SACARLO AVISAME */
}
/* <<<<<<<<<<<<<< */
/* @TOMÁS 2018-08 */



.btnaccion {
    color: #797979;
    font-size: 18px;
    padding: 5px 5px;
    transition: all ease 0.5s;
}

.centroayudapopup {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 220px;
    z-index: 210;
}

.ca-mensaje {
    text-align: right;
}

/* FIN ESTILOS */
/* FIN ESTILOS */
/* FIN ESTILOS */
/* FIN ESTILOS */
/* FIN ESTILOS */
/* FIN ESTILOS */
/* FIN ESTILOS */
/* FIN ESTILOS */