#default-list_wrapper {
	padding: 0;
	padding-top: 10px;
}

#default-list_wrapper label{
	display: inline-flex !important;
	margin-bottom: .3rem !important;
	white-space: nowrap !important;
}

#dt-buttons {
	font-size: .9rem;
}

#dt-buttons .dt-buttons {
	margin-bottom: 0px;
}

span.select2-selection--multiple {
	padding-left:10px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 767px) {
	#default-list-filters select {
		display: inline;
		width: 100% !important;
		margin-bottom: 10px;
	}
	#default-list-filters .btn-hadd {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	#default-list-filters {
		display: inline-flex;
	}
}

.hidden {
	display: none;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.clearfix {
	clear: both;
}

.inline {
	display: inline-block;
}

.dblock {
	display: block;
}

.topbar {
	z-index: 100;
}

.modal {
	z-index: 2000 !important;
}

.btn-hadd {
	font-size: .9em;
}

.dw-user-box {
	text-align: center;
}

.p-l-50 {
	padding-left: 50px;
}

.mw100 { min-width: 100px; }
.mw110 { min-width: 110px; }
.mw150 { min-width: 150px; }
.mw180 { min-width: 180px; }
.mw190 { min-width: 190px; }
.mw200 { min-width: 200px; }

.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w180 { width: 180px; }

.h200 { min-height: 200px; }

.page-link {
	margin-left: 0 !important;
}

.loading{
	width:100%;
	height:100%;
	top:0px;
	position:fixed;
	z-index:90;
	background:#fff
}
.loading .circular {
	left: -25% !important;
}
.loading .cssload-speeding-wheel{
	position:absolute;
	top:calc(50% - 3.5px);
	left:calc(50% - 3.5px)
}

.cobranca-tab li a.nav-link {
	padding: 10px 12px !important;
}

a.nav-link {
	cursor: pointer;
}

.select2-container--default .select2-selection--single {
	border-color:#ced4da;
}

/* Calendar */
.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end {
	bottom: auto !important;
}

div.fc-time, span.fc-time {
	display:none !important;
}

td.fc-axis.fc-time.fc-widget-content {
	/* visibility: hidden; */
}

/*
div.fc-day-grid.fc-unselectable {
	display: none;
}
*/
td.fc-axis.fc-widget-content {
	/* visibility: hidden; */
}

/*
.cobranca-tab li a span.link-tab-hover {
	display: none;
}

.cobranca-tab li a.active span.link-tab-hover, .cobranca-tab li a:hover span.link-tab-hover {
	display: inline-block;
}
*/

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.btn-group label.btn-secondary.active {
    color: #fff !important;
	font-weight: 600;
}

.btn-group label.btn-secondary.active
.btn-group label.btn-secondary:focus,
.btn-group label.btn-secondary:hover {
    color: #fff !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}