/** COMMON **/

.overflow-hidden {
    overflow: hidden;
}

.padding-10px {
    padding: 10px;
}

.margin-top-5px {
    margin-top: 5px;
}

.clear_both {
    clear: both;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.cursor_pointer {
    cursor: pointer;
}

.form-actions {
    background-color: #fff;
    border-top: 0px !important;
}

.ace-spinner {
    width: 100% !important;
}

.ace-spinner .spinner-input {
    height: 32px;
}

.tachado {
    text-decoration: line-through;
}

.bold {
    font-weight: bold;
}

.opacity-0 {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.opacity-04 {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.opacity-1 {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/** MODAL **/
#modal_generico {
    z-index: 2000 !important;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 1px 10px;
    background-color: #438eb9;
    min-height: 30px;
}

.modal-footer {
    margin-top: 0;
    padding: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background-color: white;
    vertical-align: middle;
}

h3.header.smaller.lighter.blue.secondary {
    font-size: 14px;
    margin: 4px 0;
    margin-top: -12px;
    padding: 0;
    border-bottom: 0;
}

.filas_overflow {
    overflow-x: auto;
}

.listado_abm_min .widget-header > .widget-title {
    display: inline;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.listado_abm_min .widget-toolbar {
    line-height: 10px;
    padding: 0 10px;
}

.listado_abm_min .widget-header {
    min-height: 10px;
}

.listado_abm_min .table th {
    line-height: 1;
    padding: 5px;
}

.listado_abm_min .table td {
    line-height: 1;
    padding: 0;
}

.listado_abm_min .table-header {
    font-size: 12px;
    line-height: 25px;
}

.listado_abm_min .resultados_x_pagina_selector {
    display: none;
}

.listado_archivos_descargar_lista_horizontal {
    padding: 6px 6px 6px 0;
}

.listado_archivos_descargar_lista_horizontal img {
    width: 24px;
    height: 24px;
}

.listado_notificaciones .separador_dia {
    padding: 4px 0;
}

.listado_notificaciones .leida {
    font-weight: normal !important;
}

.listado_notificaciones .fila {
    padding: 4px 0;
    margin: 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}

.listado_notificaciones .fila .flag {
    width: 5%;
    float: left;
    padding: 5px;
}

.listado_notificaciones .fila .detalle {
    width: 85%;
    float: left;
    padding: 5px;
}

.listado_notificaciones .fila .acciones {
    width: 5%;
    float: left;
    padding: 5px;
}

.notificaciones_widget_listado li > a {
    white-space: normal !important;
}

/** GOOGLE MAPS **/
.pac-container {
    z-index: 2050 !important;
}

/** BOTON SETTINGS **/
.ace-settings-container {
    margin-top: -48px;
}

.btn:focus {
    background-color: #8b9aa3 !important;
    border-color: #abbac3;
}

.btn-primary:focus {
    background-color: #1b6aaa !important;
    border-color: #428bca;
}

.btn-warning:focus {
    background-color: #e59729 !important;
    border-color: #ffb752;
}

.btn-success:focus {
    background-color: #629b58 !important;
    border-color: #87b87f;
}

.btn-danger:focus {
    background-color: #b74635 !important;
    border-color: #d15b47;
}

.btn-info:focus {
    background-color: #4f99c6 !important;
    border-color: #6fb3e0;
}

/** LISTADOS **/
.listado_abm .btn-group .btn {
    padding: 4px !important;
}

.listado_abm .resultados_x_pagina_selector {
    margin: 10px 0 5px 0;
}

.listado_abm td.center {
    color: #428bca;
}

.remarco_foto {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 50px;
    max-width: 50px;
    position: relative;
    vertical-align: middle;
}

.recuadro_texto {
    padding: 4px;
    font-size: 12px;
}

/** PAGINADO **/
.pagination {
    margin: 5px 0 2px;
}

/** FORMULARIOS **/

.form_modal_picker_preview_contenedor_absoluto {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.13);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;

}

.form_modal_picker_preview_contenido_centrado {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.form_modal_picker_preview_elemento_boton {
    position: relative;
    display: table-cell;
    vertical-align: middle;

}

.form_modal_picker_preview_editar {
    position: relative;
    width: 130px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.49);
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    padding: 6px;
    border: white solid 2px;

}

.input_label {
    float: left;
    font-weight: bold;
    line-height: 24px;
    padding: 4px;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container .chosen-drop {
    position: relative !important;
}

.form-group {
    height: auto;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 5px;
}

.checkbox_clean_con_css {
    margin: 0;
}

.boton-buscar-filtros {
    text-align: right !important;
    margin-top: 10px;
}

.filtros_clean {
    margin-bottom: 20px;
}

.ace-thumbnails li {
    width: 100px;
    height: 100px;
}

.form_upload_imagenes .li {
    background-color: #000;
}

.form_upload_archivos .li {
    background-color: #FFF;
}

.ace-thumbnails li img {
    width: 100%;
    height: auto;
}

.form_upload_archivos_preview {
    background-color: #f5f5f5;
    border: 1px dashed #ddd;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px !important;
    width: auto;
}

.form_upload_archivos_preview_multiple {

}

.form_upload_imagenes_preview_lista_sorteable {
    background-color: #EEFFEE;
    border: 1px dashed #55aa55 !important;
    width: 100px;
    height: 100px;
}

.form_upload_archivos_preview_lista_sorteable {
    background-color: #EEFFEE;
    border: 1px dashed #55aa55 !important;
    width: 100px;
    height: 100px;

}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto !important;
}

.barra_progreso {
    display: inline-block;
    width: 100%;
    height: 16px;
    background-color: #ddd;
    text-align: left;
}

.barra_progreso .barra {
    display: inline-block;
    text-align: left;
    height: 16px;
    color: #222;
}

.barra_progreso .info {
    background-color: #a6d8ad;
}

.barra_progreso .excedido {
    background-color: #ff7c7c;
}

.form_datos_relacionados {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}

.form_datos_relacionados .dd {
    max-width: 100% !important;
}

.form_datos_relacionados .agregar {

}

.form_datos_relacionados .preview {
    margin: 5px 0;
}

.form_datos_relacionados .preview li {
    margin: 5px 0;
}

.form_datos_relacionados .preview li span {
    padding: 5px;
}

#videos_examinar:hover {
    background-color: #e0eaf8;
    border-color: #adcdfc;
    color: #4e93b4;
}

#videos_examinar {
    text-align: center;
    background-color: whitesmoke;
    padding: 16px;
    border: dashed #cfcfcf 3px;
    margin: 15px 0px;
    color: #7e7e7e;
    font-size: 14px;
    cursor: pointer;
    height: 150px;
}

.video_upload_check_boton {
    color: green;
    font-size: 100px;
}

#uploadText {
    line-height: 36px !important;
    color: #555555;
}


/** TIMELINE **/
.timeline-style2 .timeline-date {
    color: #777;
    display: inline-block;
    margin-right: 25px;
    text-align: right;
    width: 80px;
}

.ajax-loading-overlay {
    color: #DDD;
    text-align: center !important;
    margin: 0 auto !important;
}

@media (max-width: 980px) {
    .modal-dialog {
        width: 90% !important;

    }


}

/** COTIZACIONES **/
.pedidos_cotizaciones_producto {
    background-color: #f5f5f5;
    margin: 4px 10px;
    padding: 10px 5px;
}


/** ------------------------------------------------------------------ CAMBIOS DISEÑO CAMILO **/


/** MENU GENERAL IZQUIERDO **/

.nav-list > li > a {
    min-height: 39px;
    height: auto;
}

.nav-list .separador {
    text-align: center;
    width: 100%;
    background-color: #e1f0f9;
    padding: 10px;
    font-weight: 400;
    border-bottom: solid 1px #c5c5c5;
    color: #2067ac;
}

.nav-list .separador:before {
    border: none !important;
}


.nav-list > li:before {
    height: 102% !important;
}


/** FORMULARIOS EDITAR **/

form .col-xs-12.col-sm-6.col-lg-4 {
    /* padding: 0.5% 1%; */
}

.form-horizontal .control-label,
.form-group label {
    font-size: 13px;
    margin: 0 !important;
    padding: 3px 0 !important;
    color: rgb(92, 89, 89);
    width: 100%;
    text-align: left;
    line-height: 14px;
}

.form-group div {
    padding-left: 0;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    width: 100%;
}

label {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 2px;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    width: 100%;
}


.form-actions {
    background-color: #fff;
    border-top: 0px !important;
    float: left;
    width: 100%;
    padding-bottom: 0;
    padding-top: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: 5px 4px 4px;

}

.input-icon > input {
    padding-left: 24px;
    padding-right: 6px;
}

.date-picker {
    height: 32px !important;
}

.vista_galeria .tools i {
    font-size: 13px !important;
    width: 9px !important;
}

.datepicker {
    z-index: 10000000 !important;
}

.contenedor_input_activacion {
    display: none;
}

.contenedor_input_activacion.visible {
    display: block;
}

.mensaje_activacion_programada {
    position: relative;
    text-align: center;
    background-color: #FFF6B2;
    padding: 7px !important;
    margin-top: 10px;
    font-size: 13px;
    color: #98740F;
    display: none;
}

.mensaje_activacion_programada p {
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    background-color: #FFFBDE;
    margin: 0;
    margin-top: 2px;
    padding: 5px;
    border: #F7E4B1 solid 1px;
}

.mensaje_activacion_programada.visible {
    display: block;
}

.ly_contenido_elemento .mensaje_activacion_programada {
    margin-bottom: 8px;
    margin-top: 0;
}

/** MODAL **/
.modal-body {
    overflow: hidden;
}

.contenedor_centrado_vertical {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.contenido_centrado_vertical {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.display_none {
    display: none !important;
}


/*** BREAKPOINTS BOOTSTRAP **/


@media (max-width: 2000px) {


}


@media (max-width: 1200px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

        padding: 2px;

    }

    .dataTable > thead > tr > th[class*="sort"]:after {
        font-size: 0;
    }

}


@media (max-width: 970px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

        padding: 2px;

    }

    .dataTable > thead > tr > th[class*="sort"]:after {
        font-size: 0;
    }

}


@media (max-width: 768px) {
    form .col-xs-12.col-sm-6.col-lg-4 {
        padding: 4px 5px;
    }

    .hide-xs {
        display: none !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

        padding: 2px;

    }

    .dataTable > thead > tr > th[class*="sort"]:after {
        font-size: 0;
    }

}


@media (max-width: 600px) {


    .hide-xs {
        display: none !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

        padding: 2px;

    }


}


.fb-login-es {
    background-position: 0 -35px;
}

.fb-button {
    background: url("/images/fb-connect-buttons.png?20130917") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 35px;
    margin: 0 auto 15px;
}

#mce-modal-block {
    z-index: 1998 !important;
}

.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in {
    z-index: 1999 !important;
}

/** NOTIFICACIONES WIDGET NO LEIDAS **/
.notificaciones_widget_listado li span.no_leida {
    font-weight: bold;
}

.notificaciones_widget_listado li.no_leida {
    font-weight: bold;
}

/** MSJS WIDGET NO LEIDAS **/
.mensajes_widget_listado li span.no_leida {
    font-weight: bold;
}

.mensajes_widget_listado li.no_leida {
    font-weight: bold;
}

.mensajes_widget_scroll {
    max-height: 238px;
    overflow-y: scroll;
    overflow-x: hidden;
}

button#cancelar_activacion {
    border-radius: 6px;
    font-size: 11px;
    padding: 3px;
    margin-left: 6px;
    border-width: 2px;
    margin-top: -3px;
}

.contenedor_info_activacion_automatica {
    position: relative;
    background-color: #FFF8A8;
    width: auto;
    float: left;
    padding: 7px;
    line-height: 23px;
    border-radius: 4px;
    border: #D0C979 solid 1px;
    font-size: 13px;
    font-weight: bold;
    color: #7F7B43;
    margin-top: 10px;
}

.color_picker_muestra {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    margin-top: 3px;
    margin-right: 18px;
}

.listado_color_picker {
    padding: 5px;
    border: solid 1px black;
    color: #FFF;
}

.contenedor_general_select_multiple {
    float: right;
    width: 100%;
    text-align: right;
    background-color: #FBFBFB;
    padding: 5px;
    border-bottom: #F3F3F3 solid 2px;
}

.separador_dia .badge-light, .label-light {
    background-color: #6FB3E0 !important;
    color: white !important;
    padding: 3px 6px;
    border-radius: 3px;
}

.listado_notificaciones .fila .flag {
    width: 5%;
    float: left;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
    color: #438EB9;
}

.checkbox_acciones_fila_notificaciones {
    position: relative;
    float: left;
    width: 5%;
    text-align: center;
    line-height: 36px;
}


/* NAVEGADORES ENTRE 785px y 979px */
@media (max-width: 785px) {

    .listado_notificaciones .fila .detalle {
        width: 80%;
    }

    .listado_notificaciones .fila .acciones {
        width: 9%;
        margin-top: -7px;
    }

}

/* UPLOAD IMAGEN CON MASCARA */
.contenedor_principal_form_upload_imagenes_con_mascara .foto_mascara_upload span.boton_upload_imagen_con_mascara {
    padding: 0;
}

.contenedor_principal_form_upload_imagenes_con_mascara .form_upload_archivos_preview ul li div.tags .label.label-info {
    background-color: rgba(58, 135, 173, 0.8) !important;
    border-radius: 2px 0 0 0;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    display: block;
    padding: 0px;
    color: #555;
    border-radius: 0px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput-max {
    padding: 4px 6px;
}

.stock {
    color: green;

}

.sin_stock {
    color: red;
}

.vista_galeria .ace-thumbnails li {
    width: 128px;
    height: 128px;
    margin: 6px;
    border: 1px solid #bbb;
    border-radius: 1px;
    box-shadow: 2px 2px 4px 0px #e5e5e5;
}

.vista_galeria .ace-thumbnails li:hover {
    border-color: #aaa;
    box-shadow: 2px 2px 5px 0 #d5d5d5;
}

.vista_galeria .ace-thumbnails li.archivada {
    border-color: #ff9800;
}

.vista_galeria .ace-thumbnails li.archivada .tags .label-info {
    background-color: #ff9801 !important;
}

.ace-thumbnails > li > .tools {
    width: 28px;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    vertical-align: middle;
    left: 0;
    opacity: 0;
}

.ace-thumbnails > li:hover > .tools {
    opacity: 1;
}

.ace-thumbnails > li > .tools > a {
    padding: 0;
    background-color: transparent !important;
    border: none !important;
    line-height: 25px;
    width: 28px;
    height: 28px;
}

.ace-thumbnails > li > .tools > a.agregar:hover {
    background-color: #40b345 !important;
}

.ace-thumbnails > li > .tools > a.ampliar:hover {
    background-color: #42a8da !important;
}

.ace-thumbnails > li > .tools > a.eliminar {
    font-size: 14px !important;
}

.ace-thumbnails > li > .tools > a.eliminar:hover {
    background-color: #ec0000 !important;
}

.ace-thumbnails > li > .tools > a.archivar:hover {
    background-color: #ff9600 !important;
}

.ace-thumbnails > li > .tags > .label-holder > .label-info {
    display: table-cell;
    background-color: rgba(0, 0, 0, .45) !important;
    padding: 5px;
    font-size: 11px;
    border-radius: 4px 0 0 0;
}


.slider_contenedor {
    position: relative;
    display: inline-block;
    width: 4em;
    height: 2em;
}


.slider_contenedor input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.5em;
    width: 1.5em;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 2em;
}

.slider.round:before {
    border-radius: 50%;
}