/**
 * Backend Stylesheet
 * Styling the backend of contao individually.
 *
 * @author MEMO 2016
 **/

body {
    /*background: #98BF0E url("/files/template/img/base_background.png") top left no-repeat;*/
}

.debug-closed,
.debug-enabled {
    margin-bottom: 0 !important;
}

#contao-debug {
    height: 0px;
    width: 0px;
    display: none !important;
}

#ctrl_rsce_field_styleOption img {
}

.background-color-js.js-color-bg-facilities-beige img {
    background-color: #C7BAA8
}

.background-color-js.js-color-bg-facilities-blue img {
    background-color: #5f7185
}

.background-color-js.js-color-bg-facilities-blue-light img {
    background-color: #96a4b4
}

.background-color-js.js-color-bg-facilities-red img {
    background-color: #f00
}

.background-color-js.js-color-bg-facilities-green-dark img {
    background-color: #63723f
}

.background-color-js.js-color-bg-facilities-black img {
    background-color: #000
}

.background-color-js.js-color-bg-facilities-brown img {
    background-color: #7f6e5c
}

.background-color-js.js-color-bg-facilities-orange img {
    background-color: #d25936
}

.background-color-js.js-color-bg-facilities-green-blue img {
    background-color: #556258
}

td.hidelabel.mcwUpdateFields {
    white-space: nowrap;
}

.tl_mselect.tl_chosen {
    max-height: 28px;
}

select.tl_mselect.tl_chosen  {
    opacity: 0.5;
    filter:blur(3px);
}

.tl_file_manager .preview-image[src$='.svg'],
.selector_container ul:not(#sort_pages) img[src$='.svg'] {
    background-image: url(/files/template/img/bg.png);
    background-size: cover;
}

form#tl_user input[value="purge_images"] {
    display: none;
}

form#tl_user input[value="purge_images"] + label {
    display: none;
}

form#tl_user input[value="purge_images"] + label + br {
    display: none;
}
