body:after {
    /*background: slategray;*/
    background: #FFFFFF;
    /*background: linear-gradient(to top, #CACEEC 0%, white 100%);*/
}

footer {
    margin-left: 0 !important;
}

@media (max-width: 575.98px) {
    footer {
        z-index: 2000;
    }
}

td.sort {
    width: 40px;
    text-align: center;
}
td.sort:hover {
    color: #20a8d8;
}

.sort-disabled {
    color: #AAAAAA;
}


/*画像管理*/
.image_header_link:hover {
    text-decoration: none;
}
.image_header_div:hover {
    background-color: rgba(0,0,0,.075);
}
.select_image:hover {
    border: 1px solid #444d55!important;
}

/* 並び替え */
td.sort svg.fa-arrow-down, td.sort svg.fa-arrow-up {
    cursor: pointer;
}
td.sort svg.fa-arrow-down.sort-disabled, td.sort svg.fa-arrow-up.sort-disabled {
    cursor: default;
}
.modal-backdrop._static {
    background-color: #888;
    opacity: 0.6 !important;
}
.custom-radio {
    margin-top: 4px;
}