@font-face {
    font-family: 'IcoMoon-Free';
    src: url('IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

table th{
	width:120px;
}

.empresa{
	border-bottom: 1px solid #ddd;
}

.only-print{
	display:none !important;
}

.border-filter{
	border-bottom: 1px solid #ddd;
}
#hidden-table-info2_filter span,#gastos_filter span,#users_filter span,#table_filter span,#productsU_filter span{
	display:none;
}
#hidden-table-info2_filter,#gastos_filter,#users_filter{
	margin:0 0 20px 0;
}

.product_inf #table_info,.facturas .dataTables_length > label{
	float:right;
}

.facturas .dataTables_filter > label,.facturas .dataTables_filter input{
	width:100%;
}

.facturas .dataTables_length{
	margin:0;
}

.facturas #hidden-table-info2_filter{
	padding:0;
}

.toolbar .col-lg-1,.toolbar .col-lg-3,.toolbar .col-lg-2,.toolbar .col-lg-4{
	padding-right:0;
}

.panel .dataTables_wrapper .datatable-header, .panel .dataTables_wrapper .datatable-footer{
	padding-left:20px;
	padding-right:20px;
}

#partes2_filter span{
	display:none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.datatable-scroll-wrap{
    overflow-x: visible !important;
} 

tr.active td{
	line-height:2.5 !important;
}

tr.group, tr.group td{
	background-color:#BDBDBD !important;
	color:#fff;
}

.conceptoTd{
	width:40%;
}

.daterangepicker .table-condensed tr > th, .daterangepicker .table-condensed tr > td{
	max-width:40px;
}

.custom-loading{
	position:absolute;
	top:10%;
	right:43%;
	z-index:99;	
}

.aceptado td:nth-child(3) i.icon{
	color:#43A047 !important;
}

.proceso td:nth-child(4) i.icon{
	color:#1565C0 !important;
}

.finalizado td:nth-child(4) i.icon{
	color:#43A047 !important;
}
.pendiente td:nth-child(3) i.icon{
	color:#1565C0 !important;
}
.rechazado td:nth-child(3) i.icon{
	color:#D84315 !important;
}

.icon-neutral:before {
	font-family:'IcoMoon-Free';
	content: "\e9f7";
    color:#1565C0 !important;
}

.icon-happy:before {
	font-family:'IcoMoon-Free';
	content: "\e9df";
	color:#43A047 !important;
}

.icon-sad:before {
	font-family:'IcoMoon-Free';
	content: "\e9e5";
	color:#D84315 !important;
}

[id^=sublines] .modal-body{
	padding:0 !important;
}

[id^=sublines] td{
	padding:12px 10px !important;
}

#gastos_length{
	margin-bottom:10px !important;
}

.picker--opened .picker__holder{
	min-width:250px;
}

.form-group div:last-child .picker--opened .picker__holder{
	right:20px !important;
}

#calendar-custom{
    padding-bottom: 1px;
    position:relative;
}

#calendar-custom table{
    position:relative;
    border-collapse:inherit;
}

#calendar-custom tbody tr td,#calendar-custom tbody tr th{
    border-bottom: 1px solid #ddd;
}

#calendar-custom thead th{
    position:-web-sticky;
    position:sticky;
    top:0;
    text-align:center;
    background:#fff;
    color:#000;
    z-index:2;
}

#calendar-custom thead tr.days th{
    top:45px;
}

#calendar-custom thead tr.week th{
    top:91px;
}

#calendar-custom thead th:first-child{
    left:0;
    z-index:2;
    top:0;
}

#calendar-custom thead th{
    padding:12px 5px;
}
#calendar-custom tbody td,#calendar-custom tbody th{
	padding:5px;
}

#calendar-custom tbody th{
    position:-webkit-sticky;
    position:sticky;
    left:0;
    background:#fff;
    z-index:1;
    color:#000;
}
#calendar-custom td{
    border-right:none !important;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:25px;
    overflow:hidden;
}

#calendar-custom span:first-child:before{
    content:" ";
}

#calendar-custom .celda{
    padding:0 !important;
}

#calendar-custom .celda div{
    text-align:center;
}

#calendar-custom .desplegable{
    position: absolute;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    padding: 9px;
    line-height: 15px;
    width: auto;
    z-index: 100;
    display: none;
}

#calendar-custom .visible{
    display:inline-block;
}

#calendar-custom .ok{
    padding:5px 15px;
    background-color:#0c0;
    color:#fff;
}

#calendar-custom .late{
    padding:5px 15px;
    background-color:#c00;
    color:#fff;
}

#calendar-custom-trabajos{
    overflow: scroll;
    /*margin-left: 285px;*/
    padding-bottom: 1px;
    position:relative;
    max-height:800px;
}

#calendar-custom-trabajos table{
    position:relative;
    border-collapse:inherit;
}

#calendar-custom-trabajos tbody tr td,#calendar-custom-trabajos tbody tr th{
    border-bottom: 1px solid #ddd;
}

#calendar-custom-trabajos thead th,#calendar-custom-trabajos tbody th{
    position:-web-sticky;
    position:sticky;
    top:0;
    text-align:center;
    background:#fff;
    color:#000;
    z-index:1;
}

#calendar-custom-trabajos thead tr.days th{
    top:45px;
}

#calendar-custom-trabajos thead th:first-child,#calendar-custom-trabajos tbody th:first-child{
    left:0;
    z-index:2;
    top:0;
}

#calendar-custom-trabajos thead th{
    padding:12px 5px;
}

#calendar-custom-trabajos tbody td.pendiente{
    background-color:red;
}

#calendar-custom-trabajos tbody td.ok{
    background-color:green;
}

#calendar-custom-trabajos tbody td.unico{
    background-color:blue;
}

#calendar-custom-trabajos tbody th{
    font-size:12px;
    padding:5px 5px;
    min-width:200px;
}

@media (max-width:1200px){
	.toolbar .col-lg-1,.toolbar .col-lg-3,.toolbar .col-lg-2,.toolbar .col-lg-4{
		padding-left:0;
	}
}

@media print {
	.only-print,.print{
		display:block !important;
	}
	.no-print,.datatable-header,.datatable-footer{
		display:none !important;
	}
	label{
		width:25% !important;
	}
	.only-print label{
		width:45% !important;
	}
	.print-header{
		background-color:#ddd !important;
		-webkit-print-color-adjust:exact;
		text-align:center;
		text-transform:uppercase;
	}
}