.dd3-handle::before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: 
    #fff;
    font-size: 20px;
    font-weight: normal;
}
.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa !important;
	background: #ddd !important;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%) !important;
	background: -moz-linear-gradient(top,#ddd 0%,#bbb 100%) !important;
    background: linear-gradient(top, #ddd 0%, #bbb 100%) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.dd-handle{
	height: 35px !important;
}
.dd3-content {
    display: block;
    height: 35px;
	margin-top: 10px;
    padding: 5px 10px 5px 40px;
    color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid#ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top,#fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd3-handle:hover {
    background: 
    #ddd;
}
.form-login{
}

.form-control{
	padding: 4px !important;
	height: 2.78em !important;
}
/*utilitarios*/
.display_none{
	display: none;
}

/*Estilos para card */

.card-header{
	border-top: 3px solid #516caa;
	border-bottom: 2px solid #443e3e24 !important;
	padding-bottom: 7px !important;
	padding-top: 7px !important;
	margin-bottom: 5px;
}
/*Fin estilos card*/
/*Estilos de  instalador*/
.new-install i{
	font-size: 29px; 
	color:#00bb2d;
}
.module-install{
	padding: 10px;
}
.module-install p{
	font-size: 15px;
}
/*Fin de estilos de  instalador*/

.section-box{
	background: white;
	padding: 40px 60px !important;

}
/*Form stiles*/
.input-group-text{
	font-size: 12px;
	font-weight: 700;
}
#input-cont{

	border-radius: 0px;
}
#input-label{
	font-size: 12px;
	font-weight: 500;
	letter-spacing:0.8px;

}
/*Style categories, tag, form*/
.tag_custom{
	background: #dad6e2;
    padding: 10px;
    border-radius: 80px;
    margin: 6px;
}
.row-search{
	position: absolute; 
	width: 100%;
	z-index:999;
}
.content-search{
	background: #e7ede7;
	display: none;
	z-index: 99999;
	border: 1px solid #bad5dd;
}

.content-search a{
	text-decoration: none;
}
.content-search a div{
	padding: 1px;
}
.content-search a div:hover{
	background: #e9d6d6;
}
/*Estilos para  factura*/
.fact-right{
	text-align: center;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.fb,.sc{
	border: 1px solid #d4c0c0;
	padding: 5px;

}
.config-menu li{
	list-style:none;
}
.alert-config{
	border: 1px solid #ddd;
	position: relative;
	padding: 10px 15px;
	height: auto;
	min-height: 20px;
	width: 100%;
	line-height: 2.4;
	overflow: hidden;
	word-wrap: break-word;
	background: #fafafa;
	color: #23282d;
}

.menu-list{
	margin-top: 9px;
}
.info-menu{
	border: 1px solid #ddd;
	padding: 5px;
	display: none;
}
.info-menu-js{
	border: 1px solid #ddd;
	padding: 5px;
}
.form-cont{
	background-clip: padding-box !important;
	border: 1px solid #ddd !important;
	height: 33px;
	padding: 5px;
}
.additems{
	padding: 5px;
	border: 1px solid #ddd;
}
.additem{
	display: none;
}
.menu-glob{

}
.menu-js{
	border: 1px solid #ddd !important;
	padding: 5px;

}
/*Estilos globales para herramientas */
.hide{
	display: none;
}
.scroll-bottom{
	overflow-x: scroll;
}
/*FIN// estilos globales para herramientas*/
/*Estilos de  datepicker*/
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
	z-index: 999 !important;
}
/**/
/*Estilos para tabla*/
td{
	padding: 6px 6px 6px 6px !important;
	text-align: center;
}
th{
	text-align: center;
}
table td, table th{
	border: 1px solid #d7c3c37a !important;
}
td.auxiliar-status,td.articulo-status{
	text-align: center;
}	

.datatable-scroll{
	overflow-x: auto;
}

/*FIN estilos para tabla*/
@media (min-width:992px) {
 .modal-files, {
  max-width:1200px !important;
 }
}
@media (min-width:576px) {
 .modal-files {
  max-width:1200px !important;
 }
}