body{
	margin:0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color:#000000;
	background-color:#efefef;
}

/* INPUT NUMBER SIN FLECHITAS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[disabled='disabled']{
  background-color: #c6c6c6;
}

input[type="checkbox"]:checked:before{
	color: #108210;
}

input[type="checkbox"][disabled="disabled"]::before{
	color: #108210;
}

.clear_both{clear:both; height:1px;}

.clear_both_mobile{float:left;}

.page_margins {
	width: 98%;
	max-width: 1400px;
	text-align: left;
	margin: 0 auto;
}

.page {
	padding: 0px;
}

.img_responsive{
	max-width: 100%;
	height: auto;
	display:block;
	margin:0 auto;
}

.cut_text{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.text_info{
	text-align:center;
	padding:50px 0px;
	font-size:12pt;
}

.text_titulo{
	font-size:14pt;
	font-weight:bold;
}


.info_emergente{
	background-color:#ED1C24;
	position:fixed;
	top:20px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	height:30px;
	text-align:center;
	padding-top:10px;
	border-radius:10px;
	z-index:100000000;
	font-weight: 400;
	font-size:16px;
	color:#ffffff;
	display:none;
}

.layer_mail_ok{
	width:300px;
	position: fixed;
	z-index: 8050;
	top:60px;
	left:calc(50% - 150px);
	background-color:#ffffff;
	color:#3EA9F5;
	text-align:center;
	font-size:18px;
	padding:20px 0px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 0 #919191;
	box-shadow: 0 0 10px 0 #919191;
	display:none;
}

.checkbox {
    width: 14px;
    height: 14px;
    background-image: url(/images/checkbox.png);
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
}

.checkbox_active {
    width: 14px;
    height: 14px;
    background-image: url(/images/checkbox.png);
    background-position: 0px 14px;
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
}

.info{
	padding:50px 0px;
	text-align:center;
}

/**************************************** LAYER CARGANDO ***************************************/

.layer_cargando_page{
	position:fixed;
	z-index:200000;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
}

.layer_cargando_page .spinner{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0px auto;
	margin-top: calc(50vh - 40px);
	margin-bottom: 50px;
}

.layer_cargando{
	position:fixed;
	z-index:200000;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
	display:none;
}

.layer_cargando_tab{
	position:fixed;
	z-index:99;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
	display:none;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.title_loading{
	font-size:18pt;
	color:#c3c3c3;
	font-weight:700;
}

.text_loading{
	font-size:12pt;
	color:#000000;
	font-weight:300;
	margin-top:10px;
}

/**************************************** FIN LAYER CARGANDO ***************************************/

/**************** FLEXSLIDER  ************************************************************/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
	margin: 0;
	padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }



/* Theme Styles */
.flexslider {
	position: relative;
	zoom: 1;
	/*padding: 10px;*/
	background: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

/* Edit it if you want */
.flex-container {
	max-width: 2000px;
	min-width: 150px;
	margin:0 auto;
}

.flex-viewport{
	max-width: 2000px;
	width:100%;
}

.flexslider .slides { zoom: 1; }



/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}



/* Control Nav */
.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	margin: 0 0 0 -10px;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #b6b6b6 \9;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	-webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
	-moz-box-shadow: inset 0 0 0 2px #b6b6b6;
	box-shadow: inset 0 0 0 2px #b6b6b6;
}

.flex-control-paging li a.flex-active {
	background-color: #3c3c3c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* Captions */
.flexslider .slides p {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 5px;
	margin: 0;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: white;

	background-color: #222222;
	background: rgba(0,0,0, .9);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/**************** FIN FLEXSLIDER  ************************************************************/

/************************ ESTILOS ALERT *************************************************/
#popup_container {
	min-width: 300px;
	max-width: 600px;
	text-align:center;
	background: #FFF;
	-webkit-box-shadow: 0 0 20px 3px #cccccc;
	box-shadow: 0 0 20px 3px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_ok {
	background-color: #099fe4;
    border: 0px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 0px 3px;
	outline: 0 none;
	font-size: 14px;
    font-weight: bold;
    width: 80px;
}
#popup_ok:hover{
	background-color: #0688c3;
}
#popup_cancel {
	background-color: #ad1111;
    border: 0px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 0px 3px;
	outline: 0 none;
	font-size: 14px;
    font-weight: bold;
    width: 80px;
}
#popup_cancel:hover{
	background-color: #960f0f;
}
/* #popup_ok:hover {border: 1px solid #000000; background-color: #007F1F;} */
#popup_content {padding: 15px 10px; margin: 0px;}
#popup_message {padding: 10px; font-size:18px; color:#898989; font-weight: bold;}
#popup_panel {text-align: center; margin: 10px 0em 0em 10px;}
#popup_prompt {margin: 5px 0px;}
#popup_overlay{opacity: 0.2; background: none repeat scroll 0 0 #FFFFFF;}
/************************ FIN ESTILOS ALERT *************************************************/

/*********************************************** LOGIN ********************************************/

.background_login{
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	background-size:100% auto;
	/*background-image:url('/images/.jpg');*/
	background-color:#f1f1f1;
}

.forgot_pass{
	margin: 39px auto;
	text-align: center;
}

.forgot_pass a{
	font-size: 14px;
}

.logo_login{
	width:100%;
	max-width:190px;
	padding-bottom:10px;
	margin:0 auto;
}

.content_login{
	width:100%;
	max-width:230px;
	margin:0 auto;
	margin-top:50px;
	padding:20px 30px;
	background-color:#ffffff;
	border: 1px solid #ccc;
	border-radius:10px;
}

.login_incorrecto{
	font-size:10pt;
	color:red;
	text-align:center;
}

.text_login{
	margin-top:10px;
}

.input_login{
	width:100%;
	margin-top:5px;
}

.input_login input{
	width:calc(100% - 12px);
	border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}

.btn_login{
	width:100px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.btn_login input{
	width:100%;
	background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor:pointer;
}


.bot_new_client{
	width:100px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor:pointer;
	text-align:center;
}

.olvido_pass{
	font-size:9pt;
	text-align:center;
}

.olvido_pass a{
	color:#000000;
	text-decoration:none;
}

.title_new_client{
	font-size:16pt;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

.subtitle_new_client{
	font-size:10pt;
	text-align:center;
	margin-top:10px;
}

.soporte_login{
	width:140px;
	margin:10px auto;
}

/*********************************************** FIN LOGIN ********************************************/


/*********************************************** HEADER ********************************************/

#header{
	width:100%;
	height:50px;
}

.header{
	width:100%;
	height:50px;
	position:fixed;
	z-index:150;
	top:0px;
	left:0px;
	border-bottom:1px solid #e6e6e6;
	background-color:#ffffff;
}

.burguer_menu{
	width:30px;
	float:left;
	padding:10px;
	cursor:pointer;
}

.burguer_menu img{
	width:30px;
}

.usuario_header{
	float:left;
}

.img_usuario_header{
	width:135px;
	float:left;
	padding:8px;	
}

.nombre_empresa_usuario{
	float:left;
	padding-top:8px;
}

.nombre_usuario{
	margin-top:8px;
	font-size: 15px;
}

.empresa_usuario{
	font-size: 10pt;
	font-weight:bold;
}

.left_header{
	float:right;
}

.img_header {
    float: left;
    width: 40px;
    padding-right: 10px;
    margin-top: 10px;
}

.cerrar_sesion{
	float:left;
	padding:7px 9px 5px 9px;
	margin:7px;
	border-radius:3px;
	background-color:#000;
}

.img_notification{
	float:left;
	width: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor:pointer;
    position:relative;
    z-index:10;
}

.cant_noti{
	display:none;
	border-radius: 10px;
    padding: 1px 1px 0px 1px;
    /* width: 18px; */
    height: 17px;
    background-color: red;
    position: absolute;
    z-index: 12;
    top: 6px;
    right: 17px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.content_notifications{
	position:absolute;
    z-index:15;
    top:45px;
    right:100px;
    width:400px;
    max-height:300px;
    background-color:#ffffff;
    border:1px solid #f1f1f1;
    border-radius:5px;
    overflow-y:scroll;
    display:none;
    scrollbar-width: thin;
  	scrollbar-color: grey #ffffff;
}

/* Works on Chrome, Edge, and Safari */
.content_notifications::-webkit-scrollbar {
  width: 10px;
}

.content_notifications::-webkit-scrollbar-track {
  background: #ffffff;
}

.content_notifications::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 20px;
}

.header_notifications{
	font-size:12px;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #efefef;
}

.title_notifications{
	float:left;
}

.see_notifications{
	float:right;
	font-size:10px;
	color:#0088ff;
	font-weight:normal;
	cursor:pointer;
}

.notification{
	font-size:12px;
	padding:20px;
	border-bottom:1px solid #efefef;
	background-color:#f1fffa;
}

.item_read_notification{
	padding-right:10px;
}

.btn_read{
	width:10px;
	height:10px;
	border:1px solid #00ffad;
	background-color:#00ffad;
	border-radius:50px;
	cursor:pointer;
}

.text_notification{
	cursor:pointer;
}

.notification_readed{
	background-color:#ffffff;
}

.notification_readed .btn_read{
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.footer_notifications{
	text-align:center;
	padding:10px;
	font-size:10px;
	color:#0088ff;
	cursor:pointer;
}

#tablaGeneralNotif tr{
	background-color:#f1fffa;
}
#tablaGeneralNotif tr:nth-child(1), #tablaGeneralNotif tr:nth-child(2){
	background-color:#ffffff;
}

.notification_readed_list{
	background-color:#ffffff !important;
}

.notification_readed_list .btn_read{
	border:1px solid #cccccc;
	background-color:#ffffff;
}

/*********************************************** FIN HEADER ********************************************/

/*********************************************** FOOTER ********************************************/

#footerLogin .footer{
	position:fixed;
	z-index:110;
	bottom:0px;
	right:10px;
}

#footer .footer{
	width: calc(100% - 50px);
	margin-top:40px;
}

.content_footer{
	position:absolute;
	bottom:0px;
	left:10px;
	width:100%;
	padding:0px 0px 10px 0px;
	margin:0 auto;
	display:none;
}

.text_footer{
	font-size:9pt;
	float:left;
	margin-top: 4px;
	color:#ffffff;
}

.icon_footer{
	float:left;
	margin-left:10px;
	width: 60px;
}


/*********************************************** FIN FOOTER ********************************************/

/*********************************************** MENU ********************************************/

#menu{
	width:50px;
	float:left;
}

.pin_menu{
	margin-left: auto;
	padding-top: 10px;
	width: 25px;
}

.pin_menu img{
	width:100%;
}

.menu{
	width:50px;
	height:calc(100% - 50px);
	position:fixed;
	z-index:100;
	top:50px;
	left:0px;
	border-bottom:1px solid #e6e6e6;
	background-color:#4c4c4c;
	overflow:hidden;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

.scroll_menu{
	height:calc(100vh - 100px);
	overflow-y:hidden;
	overflow-x:hidden;
}

.scroll_menu{
  scrollbar-width: thin;
  scrollbar-color: grey #4c4c4c;
}

/* Works on Chrome, Edge, and Safari */
.scroll_menu::-webkit-scrollbar {
  width: 10px;
}

.scroll_menu::-webkit-scrollbar-track {
  background: #4c4c4c;
}

.scroll_menu::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 20px;
}

.menu_item{
	cursor:pointer;
}

.icon_menu{
	width:25px;
	padding:10px;
	float:left;
}

.icon_menu img{
	width:25px;
}

.content_oculto_menu{
	width:calc(100% - 45px);
	float:left;
	display:none;
}

.text_menu{
	width:150px;
	font-size:10pt;
	padding:13px 10px 5px 10px;
	color:#cecece;
	float:left;
}

.text_menu:hover{
	color:#ffffff;
}

.flecha_menu{
	padding:11px 10px 5px 10px;
	float:right;
}

.flecha_menu img{
	width:11px;
}

.content_submenu{
	display:none;
}

.item_submenu{
	font-size:10pt;
	padding:5px 15px;
	color:#ffffff;
}

.item_submenu a{
	color:#ffffff;
	text-decoration:none;
}

/*********************************************** FIN MENU ********************************************/


/*********************************************** CONTENIDO ********************************************/

.content{
	width:calc(100% - 50px);
	float:left;
	background-color:#efefef;
}

.ruta{
	margin-top:3px;
	padding:0px 20px;
	background-color:#efefef;
	font-size:9pt;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:nowrap;
	cursor:pointer;
}

.ruta_product{
	padding:4px 20px;
	background-color:#ffffff;
	font-size:10pt;
}

.text_ruta_product{
	padding:5px;
	float:left;
}

.btns_ruta_product{
	float:right;
}

.pestana{
	padding:0px 10px;
	position:relative;
	z-index:10;
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-radius:5px 5px 0px 0px;
	position:relative;
	z-index:12;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}

.name_tab{
	padding:7px 0px;
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.img_tab{
	margin-left:10px;
}

.img_tab img{
	display:block;
}

.content_info{
	padding:10px;
	background-color:#ffffff;
	overflow:scroll;
	height:calc(100vh - 108px);
}

.content_info_data{
	padding:10px;
	background-color:#ffffff;
	overflow:scroll;
	height:calc(100vh - 106px);
	max-width:1500px;
}

.content_info_bg{
	padding:10px;
	background-color:#ffffff;
	overflow:scroll;
	height:calc(100vh - 106px);
	background-image:url('/images/bg_elephant.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 300px;
}

.totales_metricas_largo{
	width:calc(36% - 8px);
	background-color:#ffffff;
	border-radius:3px;
	margin:0px 4px;
	float:left;
}

.totales_metricas_corto{
	width:160px;
	background-color:#ffffff;
	border:1px solid #e6e6e6;
	border-radius:3px;
	margin:0px 4px;
	float:left;
}

.titulo_totales_metricas{
	padding:10px;
	border-bottom:1px solid #e6e6e6;
	font-size:9pt;
}

.content_info_totales_metricas{
	
}

.icon_totales_metricas{
	width:50px;
	padding:0px 10px;
	float:left;
}

.icon_totales_metricas img{
	width:50px;
	opacity: 0.3
}

.info_grande_totales_metricas{
	width:calc(100% - 70px);
	float:left;
}

.info_totales_metricas{
	width:33.3333%;
	float:left;
}

.titulo_info_totales_metricas{
	margin-top:10px;
	font-size:8pt;
	text-align:right;
	padding:0px 5px;
}

.cantidad_info_totales_metricas{
	margin-top:5px;
	font-size:12pt;
	text-align:right;
	padding:0px 5px;
}

.cantidad_info_grande_totales_metricas{
	padding-top:15px;
	padding-left:10px;
	font-size:14pt;
}

.total_info_totales_metricas{
	font-size:12pt;
	text-align:right;
	padding:0px 5px;
}

.content_tablas{
	margin-top:10px;
}

.content_tabla_panel{
	background-color:#ffffff;
	border-radius:3px;
	margin:0px 4px;
	float:left;
}

.tabla_25{
	width:calc(25% - 8px);
}

.tabla_40{
	width:calc(40% - 8px);
}

.tabla_50{
	width:calc(50% - 8px);
}

.tabla_60{
	width:calc(60% - 8px);
}

.tabla_100{
	width:calc(100% - 8px);
}

.tabla_center{
	float:initial;
	margin:0 auto;
}

.header_tabla{
	width:calc(100% - 20px);
	border-bottom:1px solid #e6e6e6;
	padding:10px;
	/*display:table;*/
}

.titulo_header_tabla{
	float:left;
}

.icon_header_tabla{
	width:20px;
	height:20px;
	float:left;
	padding-right:5px;
}

.icon_header_tabla img{
	width:20px;
}

.text_header_tabla{
	float:left;
	font-size:10pt;
	padding-top:3px;
}

.ver_mas_header_tabla{
	float:right;
	font-size:10pt;
	padding-top:2px;
}

.ver_mas_header_tabla a{
	color:#000000;
	text-decoration:none;
}

.btn_header_tabla{
	float:right;
	font-size:10pt;
	padding:5px 8px;
	color:#59a5d1;
	border:1px solid #59a5d1;
	border-radius:3px;
	margin:0px 5px;
	cursor:pointer;
	position:relative;
	z-index:50;
}

.btn_header_tabla a{
	color:#59a5d1;
	text-decoration:none;
}

.btn_header_tabla:hover{
	color:#ffffff;
	background-color:#59a5d1;
}

.btn_header_tabla:hover a{
	color:#ffffff;
}

.btn_header_tabla_dest{
	float:right;
	font-size:10pt;
	padding:5px 8px;
	color:#ffffff;
	border:1px solid #59a5d1;
	border-radius:3px;
	margin:0px 5px;
	background-color:#59a5d1;
	cursor:pointer;
	position:relative;
	z-index:96;
}

.btn_header_tabla_dest a{
	color:#ffffff;
	text-decoration:none;
}

.btn_header_tabla_dest:hover{
	color:#ffffff;
	background-color:#3582af;
}

.btn_header_tabla_dest:hover a{
	color:#ffffff;
}

.btn_header_tabla_gris{
	float:right;
	font-size:10pt;
	padding:5px 8px;
	color:#afafaf;
	border:1px solid #afafaf;
	border-radius:3px;
	margin:0px 5px;
	cursor:pointer;
	position:relative;
	z-index:96;
}

.btn_header_tabla_gris a{
	color:#afafaf;
	text-decoration:none;
}

.btn_header_tabla_gris:hover{
	color:#ffffff;
	background-color:#afafaf;
}

.btn_header_tabla_gris:hover a{
	color:#ffffff;
}

.desplegable_export{
	position:absolute;
	z-index:96;
	top: 27px;
    left: -2px;
	border:1px solid #e8e8e8;
	border-radius:5px;
	background-color:#ffffff;
	display:none;
}

.opt_desp_export{
	padding:10px 15px;
	color:#000000;
}

.opt_desp_export:hover{
	background-color:#f1f1f1;
}


.tabla_export{
	table-layout: fixed;
}

.tabla_panel tr th{
	font-size:10pt;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
	position: sticky;
	z-index:10 !important;
  	top: -10px;
  	background-color:#ffffff;
}

.tabla_panel tr td{
	font-size:10pt;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
}

.tabla_panel tr td a{
	color:#10babf;
	text-decoration:none;
}

.tabla_pie_pedido tr td{
	font-size:10pt;
}

.img_art_metricas img{
	width:50px;
}

.tabla_panel tr td input{
	border:1px solid #cccccc;
	margin:3px 0px;
	padding:5px;
	border-radius:3px;
}

.tabla_detalle tr th{
	font-size:10pt;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
  	background-color:#ffffff;
}

.tabla_detalle tr td{
	font-size:10pt;
	padding:10px 5px;
	border-bottom:1px solid #e6e6e6;
}

.tabla_detalle tr td a{
	color:#10babf;
	text-decoration:none;
}

.tabla_detalle tr td input{
	border:1px solid #cccccc;
	margin:3px 0px;
	padding:5px;
}

/*.tabla_panel tr:nth-child(even){
	background-color:#f9f9f9;
}*/

#tablaDuties tr td input[type=number]{
	width:80px;
}

.forecast:nth-child(even){
	background-color: #e6e6ff !important;
}

.forecast:nth-child(odd){
	background-color: #ededff !important;
}

.filtros_tabla{
	background-color:#e6e6e6 !important;
}

.totales_tabla{
	background-color:#f1f1f1 !important;
}

.totales_tabla td{
	position: sticky;
	z-index:0 !important;
  	top: 40px;
  	background-color:#f1f1f1 !important;
  	color:#11ad11;
}

/*.tabla_export tr td:nth-child(1), tabla_export tr th:nth-child(1),
.tabla_export tr td:nth-child(2), tabla_export tr th:nth-child(2),
.tabla_export tr td:nth-child(3), tabla_export tr th:nth-child(3),
.tabla_export tr td:nth-child(4), tabla_export tr th:nth-child(4),
.tabla_export tr td:nth-child(5), tabla_export tr th:nth-child(5),
.tabla_export tr td:nth-child(6), tabla_export tr th:nth-child(6),
.tabla_export tr td:nth-child(7), tabla_export tr th:nth-child(7){
	position: sticky;
	z-index:90;
	background-color:#ffffff;
}

.tabla_export tr td:nth-child(1){left:0px;}
.tabla_export tr td:nth-child(2){left:160px;}
.tabla_export tr td:nth-child(3){left:420px;}
.tabla_export tr td:nth-child(4){left:530px;}
.tabla_export tr td:nth-child(5){left:690px;}
.tabla_export tr td:nth-child(6){left:750px;}
.tabla_export tr td:nth-child(7){left:810px;}*/

.select_filtros{
	color: #333;
    background-color: #fff;
    border-color: #ccc;
    height: 34px;
    border-radius: 3px;
    width: 100px;
    font-family: Arial;
    font-size: 11pt;
}

.select_filtros_notification{
	height: 30px;
	width: 130px;
}

.select_encabezados{
	color: #333;
    background-color: #fff;
    border-color: #ccc;
    height: 34px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 11pt;
}

.input_table_muy_largo{
	width:200px;
}

.input_table_largo{
	width:200px;
}

.input_table_corto{
	width:100px;
}

.input_price{
	text-align:right;
}

.input_price_bold{
	text-align:right;
	font-weight:bold;
}

.btn-group{
	min-width:100px;
}

.dropdown-menu li a{
	color:#000000 !important;
	text-decoration:none !important;
}

.header_pedidos{

}

.totales_pedidos{
	width:calc(33.333333% - 8px);
	background-color:#ffffff;
	border-radius:3px;
	margin:0px 4px;
	float:left;
}

.estado_pedido{
	width:90%;
	margin:0 auto;
	border-radius:3px;
	color:#000000;
	text-align:center;
	padding:3px;
}

.esperando_pago{
	background-color:#f3dfad;
}

.pagado{
	background-color:#cbdec8;	
}

.facturado{
	background-color:#add6f3;
}

.cancelado{
	background-color:#f3b9b5;
}

.content_btn_tabla{
	float:right;
	padding:2px;
}

.btn_head_lista{
	background-color: #a0a0a0;
    border: 0px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    float: right;
    margin: 0px 3px;
}

.btn_lista{
	background-color:#a0a0a0;
	border:0px;
	border-radius:3px;
	padding: 5px 10px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	float:right;
	margin:0px 3px;
}

.btn_azul{
	background-color:#099fe4;
	border:0px;
	border-radius:3px;
	padding:7px 10px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

.btn_azul:hover{
	background-color:#0688c3;
}

.btn_azul a{
	color:#ffffff;
	text-decoration:none;
}

.btn_gris{
	background-color:#bbbbbb;
	border:0px;
	border-radius:3px;
	padding:7px 10px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

.btn_gris:hover{
	background-color:#a0a0a0;
}

.btn_azul_url{
	width:150px;
	background-color:#099fe4;
	border:0px;
	border-radius:3px;
	padding:7px 10px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	margin:0 auto;
	margin-top:20px;
}

.btn_azul_url:hover{
	background-color:#0688c3;
}

.btn_lineas_gris{
	border:1px solid #bbbbbb;
	border-radius:3px;
	padding:7px 10px;
	color:#7d7d7d;
	text-align:center;
	cursor:pointer;
}

.btn_lineas_gris:hover{
	background-color:#bbbbbb;
	color:#ffffff;
}

.btn_guardar{
	width:90px;
	margin:0 auto;
	margin-top:20px;
}

.btn_azul_submit{
	background-color:#099fe4;
	border:0px !important;
	border-radius:3px;
	padding:7px 10px !important;
	margin:0px !important;
	color:#ffffff;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
	cursor:pointer;
}

.btn_azul_submit:hover{
	background-color:#0688c3;
}

.btn_product{
	background-color:#a0a0a0;
	border:0px;
	border-radius:3px;
	padding: 5px 10px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	float:right;
	margin:0px 3px;
	font-size:10pt;
}

.btn_code{
	background-color:#a0a0a0;
	border:0px;
	border-radius:3px;
	padding: 5px 10px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	float:left;
	margin:0px 3px;
	font-size:10pt;
}

.btn_celeste{
	background-color:#099fe4;
}

.btn_verde{
	background-color:#11ad11;
}

.btn_rojo{
	background-color:#ad1111;
}

.btn_product:hover{
	background-color:#7d7d7d;
}

.btn_celeste:hover{
	background-color:#0688c3;
}

.btn_verde:hover{
	background-color:#108210;
}

.btn_rojo:hover{
	background-color:#960f0f;
}

.btn_product a{
	color:#ffffff;
	text-decoration:none;
}

.img_eliminar{
	padding:0px 10px;
}

.img_eliminar img{
	width:15px;
}

.btn_eliminar{
	cursor:pointer;
}

.btn_eliminar_oculto{
	cursor:pointer;
	display:none;
}

.header_pedido{
	width:calc(50% - 8px);
	background-color:#ffffff;
	border-radius:3px;
	margin:0px 4px;
	float:left;
	font-size:10pt;
}

.datos_header_pedido{
	padding:15px;
}

.columna_datos_header_pedido{
	width:calc(50% - 8px);
	float:left;
	padding:0px 4px;
}

.item_header_pedido{
	padding:3px 0px;
}

.item_header_pedido span{
	font-weight:bold;
}

.content_btns_header_pedido{
	margin-top:15px;
}

.tabla_pie_pedido{
	width:100%;
	max-width:300px;
	float:right;
	margin-top:10px;
}

.tabla_pie_pedido tr td{
	padding:5px;
}

.tabla_pie_pedido tr td span{
	font-weight:bold;
}

.content_edit{
	padding:20px;
}

.content_input_edit{
	padding:5px 0px;
}

.text_edit{
	padding:5px 0px;
	font-size:10pt;
}

.input_edit input{
	width:400px;
	border: 1px solid #cccccc;
    padding: 5px;
}

.input_edit_corto input{
	width:100px;
	border: 1px solid #cccccc;
    padding: 5px;
}

.checkbox_edit{
    padding: 5px;
    font-size:10pt;
}

.content_buscador{
	border:1px solid #ccc;
	border-radius:3px;
	padding:1px;
	margin-right:10px;
}

.input_buscador{
	float:left;
	padding-top:2px;
}

.input_buscador input{
	border:0px;
	height: 23px;
	width:180px;
	outline:none;
}

.btn_buscador{
	width:30px;
	float:right;
	cursor:pointer;
}

.content_img_antiguas{
	margin-top:20px;
	display:none;
}

.img_antiguas{
	margin-top:15px;
}

.content_btn_antiguas{
	margin-top:20px;
	width:250px;
}

.titulo_estadisticas{
	font-weight:bold;
	text-align:center;
}

.header_estadisticas{
	margin-top:20px;
	margin-bottom:40px;
}

.tipo_graf{
	float:left;
}

.btn_tipo_graf{
	float:left;
	padding:7px 10px;
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:11pt;
	border:2px solid #ffffff;
}

.graf_selected{
	border:2px solid #000000;
}

.fechas_estadisitcas{
	float:right;
}

.text_fecha_estadisitcas{
	float:left;
	margin:12px 10px 5px 10px;
}

.input_fecha_estadisitcas{
	float:left;
	margin:12px 0px 5px 0px;
}

.btn_fecha_graf{
	float:left;
	background-color:#dedede;
	padding:7px 10px;
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:9pt;
	margin-left:10px;
	margin-top:8px;
}

.content_grafico{
	margin:10px 0px;
}

.grafico_estadisicas_2_colum{
	width:calc(50% - 20px);
	padding:0px 10px;
	float:left;
}

.content_paginador{
	text-align: center;
    color: #000000;
    margin-top:20px;
}

.paginador{
	display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-right: 0;
    margin: 1px;
    color: #000000 !important;
}

.paginador li{
	display: inline-block;
}

.paginador:before{
	content: " ";
    display: table;
}

.paginador:after{
	clear: both;
}

.paginador li .pag_btn{
	text-decoration: none;
	color: #000000 !important;
	float: left;
	cursor: pointer;
}

.flecha_pag_izq:after{
	content: '';
    margin: 0 26px;
    border-right: 1px solid;
    opacity: 0.4;
    margin: 0 15px !important;
    border-color: #000000 !important;
}

.flecha_pag_der_1:after{
	content: '';
    margin: 0 26px;
    border-right: 1px solid;
    opacity: 0.4;
    margin: 0 15px !important;
    border-color: #000000 !important;
}

.pag_numero:after{
	content: '';
    margin: 0 26px;
    border-right: 1px solid;
    opacity: 0.4;
    margin: 0 15px !important;
    border-color: #000000 !important;
}

.pag_numero_select{
	font-weight:bold;
}

.pag_numero_select:after{
	content: '';
    margin: 0 26px;
    border-right: 1px solid;
    opacity: 0.4;
    margin: 0 15px !important;
    border-color: #000000 !important;
}

.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin:0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn_fav_listado{
	background-image:url('/images/backend_favorito_noticia.png');
	background-position:0px -19px;
	width:18px;
	height:18px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:4px;
	cursor:pointer;
}
.btn_fav_listado:hover{background-position:0px 0px;}

.btn_visible_listado{
	background-image:url('/images/ver_noticia2.png');
	/* background-position:0px -15px; */
	background-size:23px 23px;
	width:23px;
	height:23px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
/* 	cursor:pointer; */
}
/* .btn_visible_listado:hover{background-position:0px 0px;} */

.btn_no_visible_listado{
	background-image:url('/images/porducto_no_visto.jpg');
	width:22px;
	height:22px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
/* 	cursor:pointer; */
}

.btn_editar_listado{
	background-image:url('/images/bot_modificar_producto_tienda.png');
	background-position:0px 0px;
	width:33px;
	height:25px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
}
.btn_editar_listado:hover{background-position:0px -29px;}

.btn_borrar_listado{
	background-image:url('/images/bot_eliminar_producto_tienda.png');
	background-position:0px 0px;
	width:24px;
	height:25px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	cursor:pointer;
}
.btn_borrar_listado:hover{background-position:0px -29px;}

.btn_ver_detalle{
	width:80px;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
	padding:5px 0px;
	text-align:center;
	color:#696969;
	border:1px solid #3EA9F5;
	border-radius:5px;
	font-size:12px;
	cursor:pointer;
}
.btn_ver_detalle:hover{
	color:#ffffff;
	background-color:#3EA9F5;
}

.linea_detalle{
	margin: 15px 0px;
	
}

.corto_izq_detalle{
	width:47%;
	float:left;
}

.corto_dire_detalle{
	width:calc(7.8333333% - 10px);
	margin:0px 5px;
	float:left;
}

.corto_der_detalle{
	width:47%;
	float:left;
	margin-left:6%;
}

.titulo_corto_detalle{
	padding:3px 0px;
	color:#000000;
	font-size:10pt;
	border-radius:5px;
}

.titulo_corto_detalle span{
	color:red;
}

.titulo_destacado_detalle{
	padding:3px 0px;
	color:#11ad11;
	font-size:10pt;
	border-radius:5px;
	font-weight:bold;
}

.titulo_destacado_detalle span{
	color:red;
}


.subtitulo_corto_detalle{
	padding-top:6px;
	font-size:10pt;
	color:#777777;
}

.titulo_largo_detalle{
	padding:3px 0px;
	color:#000000;
	font-size:10pt;
	border-radius:5px;
}

.titulo_largo_detalle span{
	color:red;
}


.subtitulo_largo_detalle{
	padding:3px 2.5%;
	font-size:12px;
	color:#777777;
}

.ruta_categoria{
	margin:10px 2.5%;
	font-weight:700;
	font-size:16px;
}

.select_categoria{
	margin-top:10px;
	padding: 0px 0px;
}

.select_unity {
    margin-top: 9px;
    padding: 0px 10px;
    float: left;
}

.select_categoria_interna{
	margin-top:10px;
	padding: 0px 0px;
}

.input_corto_text{
	margin:10px 0px;
	cursor:pointer;
	color:#3EA9F5;
}
.input_corto{
	position:relative;
	max-width:150px;
}

.input_corto input{
	width:calc(100% - 10px);
	height:24px;
	border-radius:3px;
	border:1px solid #c6c6c6;
	padding:0px 5px;
}

.input_corto input[type="checkbox"]{
	width:auto;
	height:auto;
}

.calculate_field input{
	background-color: #e2e2e2;
}

.input_corto textarea{
	width:calc(100% - 10px);
	height:50px;
	border-radius:3px;
	border:1px solid #c6c6c6;
	padding:0px 5px;
	resize:none;
}

.input_largo{
	position:relative;
}

.input_largo input{
	width:calc(100% - 10px);
	height:24px;
	border-radius:3px;
	border:1px solid #c6c6c6;
	padding:0px 5px;
}

.input_largo textarea{
	width:calc(100% - 10px);
	height:70px;
	border-radius:3px;
	border:1px solid #c6c6c6;
	padding:0px 5px;
	resize:none;
}

.input_date{
	background-image: url('/images/calendario.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top right;
    cursor:pointer;
}

.input_date_detalle{
	width:calc(50% - 12px) !important;
	background-image: url('/images/calendario.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top right;
    cursor:pointer;
}

.input_time_detalle{
	width:calc(50% - 12px) !important;
}


.select_form{
	padding: 0px 10px;
    border: 1px solid #c6c6c6;
    background: #ffffff;
    border-radius: 3px;
    height: 32px;
}

.sugerencia_user{
	width:100%;
	position:absolute;
	z-index:120;
	left:0px;
	top:32px;
	background-color:#ffffff;
	outline:1px solid #e1e1e1;
	-webkit-box-shadow: 0 3px 10px 1px #D4D4D4;
	box-shadow: 0 3px 10px 1px #D4D4D4;
	display:none;
}

.item_sugerencia_user{
	padding:5px 5px;
	color:#5b5b5b;
	cursor:pointer;
}

.item_sugerencia_user:hover{
	background-color:#e8e8e8;
}

.item_sugerencia_user_active{
	padding:5px 5px;
	color:#5b5b5b;
	cursor:pointer;
	background-color:#e8e8e8;
}

.aclaracion_input{
	color:#888888;
}

.content_btns_detalle{
	width:225px;
	margin:40px auto;
}

.content_btns_detalle div{
	margin:0px 10px;
	float:left;
}

.content_btns_detalle div:last-child{
	float:initial;
}

.content_actions{
	width:110px;
	float:right;
}

.tabla_listado_change_order ul{
	padding:0px;
	margin:0px;
}

.tabla_listado_change_order ul li{
	border-bottom:1px solid #bcbcbc;
	list-style:none;
	cursor:pointer;
}

.item_change_order{
	float:left;
}

.tabla_detalle_pedido2 tr td{
	padding:5px 0px;
}

#tablaDetallePedido tr td input{
	width:40px;
}

.dato_linea_header{
	display:inline;
}

.subtitulo_get_export{
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
}

.titulo_get_export{
	text-align:center;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}

.content_get_export{
	float:left;
	margin-right:10px;
}

.content_get_export select{
	float:left;
	margin-right:10px;
}

.add_field{
	float:left;
	padding:0px 6px;
	border:1px solid #24C279;
	color:#24C279;
	border-radius:5px;
	cursor:pointer;
}

.add_field:hover{
	background-color:#24C279;
	color:#ffffff;
}

.bloque_tabla{
	width:100%;
	font-size:14px;
}

.barra_titulos th{
	padding:4px 5px;
	border-bottom:1px solid #c3c3c3;
	border-top:1px solid #c3c3c3;
	color:#000;
	text-align:left;
	font-weight:500;
}

.linea_solicitud td{
	padding:12px 5px;
}

.linea_solicitud_fondo td{
	padding:12px 5px;
	background-color:#ebebeb;
}

.input input[type=text]{
	width: calc(100% - 12px);
	padding:5px;
}

.linea_detalle table tr td{
	padding:5px 5px;
}

.linea_detalle table tr:nth-child(even){
	background-color:#cccccc;
}

.content_input{
	float:left;
	width:calc(50% - 20px);
	padding:10px;
}

.btn_ver{
	width:23px;
	padding:2px;
	border-radius: 3px;
    background-color: #000;
    margin-left:10px;
    cursor:pointer;
}

.content_filter_header{
	
}

.filter_header{
	float:left;
	margin-right:20px;
	font-size: 10pt;
}

.title_filter_header{
	float:left;
	margin-right:10px;
	margin-top: 7px;
}

.input_filter_header{
	float:left;
	min-width:150px;
}

.input_filter_header input{
	border: 1px solid #cccccc;
    margin: 3px 0px;
    padding: 5px;
    width: 100px;
}



.select_busqueda{
	width:300px;
}

.header_sub_section{
	background: #e6e6e6;
	color:#000000;
	border-radius: 5px;
	margin-bottom:5px;
	cursor:pointer;
}

.text_sub_section{
	float:left;
	padding:10px;
	font-size:9pt;
	font-weight: 600;
}

.linea_detalle_25_columns_float{
	margin: 15px 0px;
	float:left;
	width:25%;
}

.linea_detalle_10_columns_float{
	margin: 15px 0px;
	float:left;
	width:10%;
}

.linea_detalle_30_columns_float{
	margin: 15px 0px;
	float:left;
	width:30%;
}

.linea_detalle_40_columns_float{
	margin: 15px 0px;
	float:left;
	width:40%;
}

.linea_detalle_50_columns_float{
	margin: 15px 0px;
	float:left;
	width:50%;
}

.linea_detalle_75_columns_float{
	margin: 15px 0px;
	float:left;
	width:73%;
	margin-right:2%;
}

.linea_detalle_90_columns_float{
	margin: 15px 0px;
	float:left;
	width:88%;
	margin-right:2%;
}

.linea_detalle_100_column{
	margin: 15px 0px;
}

.input_detalle_1_column{
	width:92%;
}

.input_detalle_80{
	float:left;
	width:78%;
	margin-right:2%;
}

.input_detalle_2_columns{
	float:left;
	width:48%;
	margin-right:2%;
}

.input_detalle_3_columns{
	float:left;
	width:31.33333%;
	margin-right:2%;
}

.input_detalle_4_columns{
	float:left;
	width:23%;
	margin-right:2%;
}

.input_detalle_5_columns{
	float:left;
	width:18%;
	margin-right:2%;
}

.input_detalle_6_columns{
	float:left;
	width:14%;
	margin-right:2%;
}

.input_corto_sku{
	width: 200px;
	float:left;
}

.input_corto_sku input{
	width: calc(100% - 12px);
    height: 24px;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    padding: 0px 5px;
}

.btn_buscar_sku{
	float:left;
	width: 18px;
    padding: 4px;
    border-radius: 3px;
    background-color: #000;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

.btn_buscar_sku_right{
	float:right;
	width: 18px;
    padding: 4px;
    border-radius: 3px;
    background-color: #000;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

.otra_img_product{
	/*float:left;
	width:29.3333333%;*/
	margin:10px 2%;
	position:relative;
	z-index:1;
}

.flecha_products{
	padding: 10px 30px 0px 10px;
    float: right;
}

.flecha_products img {
    width: 20px;
}

.img_thumb_product{
	max-width:110px;
}

.separador{
	width:100%;
	border-bottom:1px solid #e6e6e6;
	padding:5px 0px;
}

.subsection_fixed_back{
	height:230px;
}

.subsection_fixed{
	position: fixed;
    width: calc(100% - 85px);
    max-width: 1500px;
    background-color: #ffffff;
    z-index: 98;
    top:84px;
    border-bottom:1px solid #bbbbbb;
}

.margin_bottom{
	height:100px;
}

.linea_duty_rate img{
	cursor:pointer;
}

.drag_drop_image{
	float:left;
	width: 100%;
}

.content_no_product{
	width:330px;
	border:1px solid #ff0000;
	border-radius: 5px;
	padding:20px;
	margin-top:10px;
	float:left;
	display:none;
}

.title_no_product{
	font-size:18px;
	font-weight:bold;
}

.title_no_product span{
	font-size:14px;
	font-weight: 500;
    color: #0058a7;
	cursor:pointer;
}

.images_no_product textarea{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	resize:none;
	outline:none;
	border:0px;
	width: 345px;
	height:1em;
}

.estado_product {
    width: 90%;
    margin: 0 auto;
    border-radius: 3px;
    color: #000000;
    text-align: center;
    padding: 3px;
}

.estado_1{
	background-color:#add6f3;
}

.estado_2{
	background-color:#78ff63;	
}

.estado_3{
	background-color:#f3b9b5;
}

.text_header_inv{
	float:left;
	margin: 10px 5px;
}

.separador_containers{
	width: 100%;
    border-bottom: 1px solid #cccccc;
}

.campo_destacado{
	color: #11ad11;
    font-weight: bold;
}

#contetnSelectDutyRate .selectize-input {
    min-width: 500px !important;
}


#tablaCost .selectize-input {
    min-width: 120px !important;
}

#tablaCost .input_price{
	width:70px;
}

#tablaCost .input_price_bold{
	width:70px;
}

#categorization .selectize-input {
    min-width: 280px !important;
}

#tablaGeneralMLP .selectize-input {
    min-width: 150px !important;
}

#tablaGeneralContainters .selectize-input {
    min-width: 190px !important;
}

.total_items_header{
	float:left;
	font-size:14px;
	margin-top:10px;
}

/*********************************************** FIN CONTENIDO ********************************************/


/*******************************************  INFINITE SCROLL   ***************************************************/

.scroller-status{
	display:none;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/******************************************* FIN INFINITE SCROLL   ***************************************************/

/****************************** ESTILOS UPLOAD IMAGE *********************************************/
.fd-zone {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin:10px 2.5%;
	padding:20px;
	border:2px dashed #dddddd;
	border-radius:10px;
}

.fd-zone-label {
	padding:0px;
	border:none;
}


.fd-file {
	display:none !important;
}

.content_progress_img{
	margin-top:10px;
	margin-left:10px;
}

.content_img{
	float:left;
	width:90px;
	height:90px;
	margin:0px 5px;
	position:relative;
	z-index:50;
}

.content_img_product{
	float:left;
	width:110px;
	height:160px;
	margin:0px 5px 20px 5px;
	position:relative;
	z-index:50;
	border:1px solid #e6e6e6;
}

.imagen_product_massive{
	width: 110px;
    height: 110px;
    overflow: hidden;
}

.nombre_foto_prod{
	text-align:center;
	font-size:9pt;
	overflow:hidden;
}

.fecha_foto_prod{
	text-align:center;
	color:#676767;
	font-size:9pt;
}

.content_barra_progress{
	width:130px;
	height:20px;
	border:1px solid #aaaaaa;
	border-radius:5px;
	margin-top:70px;
}

.barra_progress{
	height:18px;
	border-radius:3px;
	background-color:#3EA9F5;
	width:0%;
	text-align:center;
}

.imagen_banner{
	width:130px;
	height:130px;
	overflow:hidden;
	cursor:pointer;
}

.imagen_product{
	width:90px;
	height:90px;
	overflow:hidden;
}

.file_news{
	width:80px;
	height:80px;
	overflow:hidden;
	cursor:pointer;
	margin:0 auto;
}

.name_file_news{
	text-align:center;
	font-size:12px;
	margin-top:5px;
}

.btns_imagen{
	width:105px;
	margin:0 auto;
	margin-top:5px;
}

.btn_imagen_principal{
	background-image:url('/images/backend_favorito_noticia.png');
	width:19px;
	height:19px;
	background-position:0px -19px;
	float:left;
	cursor:pointer;
}
.btn_imagen_principal_select{
	background-image:url('/images/backend_favorito_noticia.png');
	width:19px;
	height:19px;
	float:left;
	cursor:pointer;
}

.btn_imagen_borrar{
	background-image:url('/images/eliminar_img.png');
	width:19px;
	height:19px;
	cursor:pointer;
	position:absolute;
	z-index:2;
	top:-10px;
	right:-10px;
}

.btn_agregar_url{
	background-image:url('/images/agregar_url.png');
	width:22px;
	height:19px;
	float:left;
	margin-left: 10px;
	margin-top: 1px;
	cursor:pointer;
}
.btn_agregar_url:hover{
	background-position:0px 19px;
}

.btn_agregar_text{
	background-image:url('/images/agregar_text.png');
	background-size: 20px;
	width:22px;
	height:19px;
	float:left;
	margin-left: 10px;
	margin-top: 1px;
	cursor:pointer;
}

.btn_subir_borrar{
	background-image:url('/images/subir.png');
	background-size:19px 17px;
	width:19px;
	height:17px;
	float:left;
	margin-left: 10px;
	margin-top: 1px;
	cursor:pointer;
}

.content_agregar_url{
	display:none;
}

.input_agregar_url{
	width:400px;
	margin-top: 15px;
}

.input_agregar_url input{
	width:360px;
	padding:3px;
}

.input_agregar_url textarea{
	width:360px;
	height:200px;
	padding:3px;
}

.btn_agregar_imagen{
	width:170px;
	margin:0 auto;
	margin-top:20px;
}

.btn_agregar_label_imagen{
	margin-top: 0;
}

.btn_borrar_foto{
	width:19px;
	height:19px;
	background-image:url('/images/eliminar_img.png');
	position:absolute;
	z-index:55;
	top:-7px;
	right:-7px;
	cursor:pointer;
}

.btn_selec_foto{
	width:19px;
	height:19px;
	position:absolute;
	z-index:55;
	top: -3px;
    left: 1px;
	cursor:pointer;
}


/****************************** FIN ESTILOS UPLOAD IMAGE *********************************************/






@media (max-width:1400px) {


}


/* Landscape phone to portrait tablet and phones */
@media (max-width:1160px) {


.input_table_largo {
    width: 150px;
}

#tablaUser tr th:nth-child(1){
	display:none;
}

#tablaUser tr td:nth-child(1){
	display:none;
}


}

/* Landscape phone to portrait tablet and phones */
@media (max-width:930px) {

.menu{
	display:none;
	width:250px !important;
}

.content_oculto_menu{
	display:block;
}

#menu {
    width:0px;
}

.content{
	width:100%;
}

.tabla_25{
	width:calc(100% - 8px);
}

.tabla_40{
	width:calc(100% - 8px);
}

.tabla_50{
	width:calc(100% - 8px);
}

.tabla_60{
	width:calc(100% - 8px);
}

#tablaUser tr th:nth-child(3){
	display:none;
}

#tablaUser tr td:nth-child(3){
	display:none;
}

#tablaProductos tr th:nth-child(5), #tablaProductos tr th:nth-child(6){
	display:none;
}

#tablaProductos tr td:nth-child(5), #tablaProductos tr td:nth-child(6){
	display:none;
}

#tablaOrders tr th:nth-child(4), #tablaOrders tr th:nth-child(5){
	display:none;
}

#tablaOrders tr td:nth-child(4), #tablaOrders tr td:nth-child(5){
	display:none;
}

.grafico_estadisicas_2_colum{
	width:calc(100% - 20px);
	padding:0px 10px;
	float:initial;
}


}

/* Landscape phone to portrait tablet and phones */
@media (max-width:780px) {

.clear_both_mobile{clear:both; height:1px; float:initial;}

.linea_detalle{
	margin:0px;
}

.corto_izq_detalle{
	width: 100% !important;
	float:initial;
	margin-top:10px;
}

.corto_der_detalle{
	width: 100% !important;
	float:initial;
	margin-left:0%;
	margin-top:10px;
}

.corto_dire_detalle{
	width: 75px;
}

.totales_pedidos{
	width: calc(50% - 8px);
}

.header_pedidos .totales_pedidos:nth-child(3){
	display:none;
}

.header_pedido{
	float:initial;
	width: calc(100% - 8px);
}


}

@media (max-width:660px) {


#tablaUser tr th:nth-child(4){
	display:none;
}

#tablaUser tr td:nth-child(4){
	display:none;
}

#tablaEcommerceCategory tr th:nth-child(2){
	display:none;
}

#tablaEcommerceCategory tr td:nth-child(2){
	display:none;
}

#tablaCategoryNews tr th:nth-child(2){
	display:none;
}

#tablaCategoryNews tr td:nth-child(2){
	display:none;
}

.titulo_header_tabla{
	float:initial;
}

.btn_header_tabla{
	float:initial;
	margin-top:10px;
	width: 160px;
    text-align: center;
}

.btn_header_tabla_dest{
	float:initial;
	margin-top:10px;
	width: 160px;
    text-align: center;
}

.btn_header_tabla_gris{
	float:initial;
	margin-top:10px;
	width: 160px;
    text-align: center;
}

#tablaProductos tr th:nth-child(4){
	display:none;
}

#tablaProductos tr td:nth-child(4){
	display:none;
}

.tipo_graf{
	float: initial;
}

.fechas_estadisitcas{
	float:initial;
	margin-top:10px;
}

}


@media (max-width:615px) {

.usuario_header{
	display:none;
}

#tablaOrders tr th:nth-child(2){
	display:none;
}

#tablaOrders tr td:nth-child(2){
	display:none;
}


}

@media (max-width:540px) {
	
.input_table_largo {
    width: 100px;
}

#tablaUser tr th:nth-child(5){
	display:none;
}

#tablaUser tr td:nth-child(5){
	display:none;
}

#tablaProductos tr th:nth-child(3){
	display:none;
}

#tablaProductos tr td:nth-child(3){
	display:none;
}

#tablaNews tr th:nth-child(3){
	display:none;
}

#tablaNews tr td:nth-child(3){
	display:none;
}

}

/* Landscape phones and down */
@media (max-width:480px) {

.columna_datos_header_pedido{
	width: calc(100% - 8px);
    float: initial;
}

#tablaOrder tr th:nth-child(5){
	display:none;
}

#tablaOrder tr td:nth-child(5){
	display:none;
}



}

/* Landscape phones and down */
@media (max-width:430px) {

#tablaUltIngreso tr th:nth-child(4){
	display:none;
}

#tablaUltIngreso tr td:nth-child(4){
	display:none;
}

.btn_visible_listado{
	display:none;
}

.content_actions {
	width:40px !important;
}

.totales_pedidos{
	width: calc(100% - 8px);
}

.header_pedidos .totales_pedidos:nth-child(1){
	display:none;
}

.input_table_corto{
	width:50px
}

#tablaOrder tr th:nth-child(3){
	display:none;
}

#tablaOrder tr td:nth-child(3){
	display:none;
}
	
}

@media (max-width:360px) {

.input_table_largo{
	width:50px
}

#tablaOrders tr th:nth-child(6){
	display:none;
}

#tablaOrders tr td:nth-child(6){
	display:none;
}

#tablaOrder tr th{
	font-size: 8pt;
}

#tablaOrder tr td{
	font-size: 8pt;
}

#tablaNews tr th:nth-child(2){
	display:none;
}

#tablaNews tr td:nth-child(2){
	display:none;
}

}

.select_product_browser{
	width: 90%;
    height: 26px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background: #fff;
}