/* CHECKS */
.lbl_container { display: block; position: relative; padding-left: 30px; margin-top: 7px; margin-bottom:0px; cursor: pointer; font-size: 14px; font-weight: normal; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lbl_container input { position: absolute; opacity: 0; cursor: pointer; }
.checkmark { position: absolute; top: 0; left: 0; height: 22px; width: 22px; background-color: #eee; }
.checkmark.right { right: 0px; left: initial; }
.lbl_container:hover input ~ .checkmark { border: 1px solid #3a87ad;  }
.lbl_container:hover input ~ .checkmark:after { left: 8px; top: 4px;   }
.lbl_container input:checked ~ .checkmark { background-color: #3b8cbc; }
.checkmark:after { content: ""; position: absolute; display: none; }
.lbl_container input:checked ~ .checkmark:after { display: block; }
.lbl_container .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }


/**
 * UTILES
 */
.p-10 { padding: 10px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }

.modal-xl { width: 80%; }
.modal-md { width: 60%; }

.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }

.table.table-vertical-align-middle td,
.table.table-vertical-align-middle th { vertical-align: middle; }

/**
 * INTRANET
 */
.anim {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.user-image { object-fit: cover; }

hr.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
}
.logo-lg small { font-size:8px; color: #e9e9e9 }
.btn-group.fit { display: flex; }

.imagenes_container { border: 2px dashed #efefef; font-size:30px; line-height: 90px; color: #ddd; text-align: center; cursor: pointer; }
    .imagenes_container img { max-height: 400px; width: 100%; object-fit: contain; }

/* Imagenes individuales */
.imagen_container > .addImageBtn { border: 2px dashed #efefef; display: block; }
.imagen_container > .addImageBtn:hover { border-color: #cccccc; }
.imagen_container > .addImageBtn > img { object-fit: contain; width: 100%; max-height: 200px; }
.imagen_container > .type { line-height: 26px; text-align: left; padding: 5px; }

/* Imágenes */
#images { list-style: none; padding-left: 0px; }
    #images .image { width: 250px; border: 1px solid #dddddd;  float: left; margin-right: 10px; margin-bottom: 10px; }
        #images .image > div > a { display: block; }
    #images .image img { width: 100%; height: 152px; object-fit: contain;}

.table td.fit,
.table th.fit { white-space: nowrap; width: 1%; }
.table td.fit form { margin-bottom: 0px; }
.profile-user-img { height: 100px; object-fit: cover; }
.content-message { position: relative; padding: 15px 15px 0 15px; }

.buscador { background-color: #fff; border-bottom: 1px solid #d2d6de; }

.list-gya .list-group-item { padding: 10px; border-radius: 0px; border: 0px; border-bottom: 2px solid #efefef; line-height: 33px; }

.actions {}
.actions li { white-space: nowrap; }
.actions li.header { color: #a9a9a9; text-align: center; border-bottom: 1px solid #efefef; padding: 10px; }
/**
 * PLUGINS
 */
/* AUTOSIZE */
.autosize {
    vertical-align: top;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
/* QUEUE */
.dropArea {
    border: 2px dashed #efefef;
    min-height: 89px;
    color: #ddd; }

.dropArea .dropAdvice {
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 89px; }

#dropArea.dragover {
    border-color: #999;
    color: #999;
}

/**
 * TEMPLATES
 */
.gray_template { background: #ecf0f5; }
.login-box { background: #ffffff; -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);}

/**
 * OVERRIDES
 */
body { font-family: 'Montserrat','Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; }
.select2-selection {
    height: 34px !important;
    border: 1px solid #d2d6de !important;
    color: #555555 !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice { border-radius: 0px; margin-top: 4px }
.control-label { color: #626262; font-weight: 600; }
.control-label.simple { font-weight: normal; }
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container { top: -18px !important; }
.control-sidebar { padding-top: 0px; }
.control-sidebar-bg, .control-sidebar { right: -30%; width: 30%; }
.control-sidebar>.sidebar-menu>li:hover>a, .control-sidebar>.sidebar-menu>li.active>a, .control-sidebar>.sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #1e282c;
}
.control-sidebar a {
    color: #b8c7ce;
}
