/** 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;
}
.listado_abm_min {
    
}
.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 {
}
.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;
}


/** 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>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;
}


/*** 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;
}
.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;
    }

}