@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{
	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;
}

#vencimientos .input-group-addon,#vencimientos .form-control,#vencimientos .btn,#gastos .input-group-addon,#gastos .form-control,#gastos .btn{
    padding:7px !important;
}

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

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

.dropzone.dz-clickable .dz-image{
	max-width:150px;
	max-height:150px;
}

.dropzone.dz-clickable *{
	max-width:150px;
	max-height:150px;
}

.dropzone.dz-clickable .dz-image img{
	max-width:125px;
}

.footer{
	position:static !important;
}

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

#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:1;
}

#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;
    min-width:280px;
}
#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 .headcol{
	position: absolute;
    width: 280px;
    padding: 12px;
    left: 0;
    top: auto;
    border-right: 0 none #000;
    margin-left: 28px;
}*/
#calendar-custom .busy{
	background-color: #A2D471;
	color:white;
    border-right:none;
    border-left:none;
}

#calendar-custom .busyExt{
	background-color: #F17171;
	color:white;
}

#calendar-custom .change{
    background:url('/inc/images/background-calendar.jpg');
    background-color:#A2D471;
    border-right:none;
    border-left:none;
    background-position:center;
}

#calendar-custom .busy.reservado{
    background-color:#F18519;
}

#calendar-custom .busy.bloqueado{
    background-color:#F1F119;
}
#calendar-custom .busy.airbnb{
    background-color:#Ff385c;
}

.first-day {
    background: linear-gradient(to top, #A2D471 50%, white 51%);
    border-right:none !important;
}
.first-day.reservado {
    background: linear-gradient(to top, #F18519 50%, white 51%);
    border-right:none !important;
}

.first-day.bloqueado {
    background: linear-gradient(to top, #F1F119 50%, white 51%);
    border-right:none !important;
}
.first-day.airbnb {
    background: linear-gradient(to top, #Ff385c 50%, white 51%);
    border-right:none !important;
}

.last-day{
    background: linear-gradient(to top, white 50%, #A2D471 51%);
    border-left:none !important;
}

.last-day.reservado{
    background: linear-gradient(to top, white 50%, #F18519 51%);
    border-left:none !important;
}

.change.reservado{
    background: linear-gradient(to top, #A2D471 50%, #F18519 51%) !important;
    border-left:none !important;
}

.change.reservado.inicio.fin{
    background:#F18519 !important;
}

.change.bloqueado.fin{
    background: linear-gradient(to top, #F1F119 50%, #A2D471 51%) !important;
    border-left:none !important;
}

.last-day.bloqueado{
    background: linear-gradient(to top, white 50%, #F1F119 51%);
    border-left:none !important;
}

.last-day.airbnb{
    background: linear-gradient(to top, white 50%, #Ff385c 51%);
    border-left:none !important;
}

.first-day.busyExt{
	background: linear-gradient(to top, #A2D471 50%, #F17171 51%);
}
.last-day.busyExt{
	background: linear-gradient(to top, #F17171 50%, #A2D471 51%);
}

.first-day.busyExt.reservado{
	background: linear-gradient(to top, #F18519 50%, #F17171 51%);
}
.last-day.busyExt.reservado{
	background: linear-gradient(to top, #F17171 50%, #F18519 51%);
}

.change.airbnb-start{
	background: linear-gradient(to top, #Ff385c 50%, #A2D471 51%) !important;
}
.change.airbnb-end{
	background: linear-gradient(to top, #A2D471 50%, #Ff385c 51%) !important;
}

.first-day.busyExt.bloqueado{
	background: linear-gradient(to top, #F1F119 50%, #F17171 51%);
}
.last-day.busyExt.bloqueado{
	background: linear-gradient(to top, #F17171 50%, #F1F119 51%);
}

.last.busyExt{
	background: linear-gradient(to top, white 50%, #F17171 51%);
}
.first.busyExt{
	background: linear-gradient(to top, #F17171 50%, white 51%);
}
.busyExt.first.last{
    background:none;
    background-color: #F17171;
}
.selected-save{
    background-color: #B7B7B7;
}

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

@media (max-width:475px){
    #calendar-custom tbody th{
        max-width:50% !important;
        min-width:50% !important;
    }
}

@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;
	}
}