/* Add here all your CSS customizations */
/* Page Header */
/* Environment related headers */
.local-header {
	background: #171717;
}
.dev-header {
	background: #e46612;
}
.qua-header {
	background: #51a824;
}
.preproduction-header {
	background: #0066aa;
}
.production-header {
	background: #de0c47;
}

.page-header .breadcrumbs li,
.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
    color: #efefef;
}

/* Inquiry inspector table */
.inquiries-table-export #inquiries_length {
    float: left;
}

.inquiries-table-export div.dt-buttons {
    float: right;
    margin-left: 15px;
}

.inquiries-table-export #inquiries_filter {
    float: right;
    width: 50%;
}

/* Daily Business Report */
.daily-business-table-export #daily-business-table_length,
.inquiries-table-export #inquiries_length {
    float: left;
}


.daily-business-table-export div.dt-buttons,
.inquiries-table-export div.dt-buttons {
    float: right;
    margin-left: 15px;
}

.daily-business-table-export #daily-business-table_filter,
.inquiries-table-export #inquiries_filter {
    float: right;
    width: 50%;
}

/* Categories topics */
#category-tree-wrapper {
    position: relative;
}

#category-tree-wrapper a.disabled {
    color: #cccbcb;
}

#category-tree-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
    display: none;
}

#category-tree-wrapper .loading-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    display: none;
    z-index: 2;
}

#category-tree-wrapper.loading:before,
#category-tree-wrapper.loading .loading-spinner{
    display: block;
}
