/**
 * ----------------------------------------------------------------------------
 * Filename: customedit.css
 *
 * Author:   Sarah Graves (sarah@rcbindustries.com)
 * Created:  Date Unknown
 *
 * Summary: custom css element edits on top of existing BootStrap 
 * ----------------------------------------------------------------------------
 * @category Prosys - CSS
 * @version 1.0.0
 * @link https://prosys.rcb.industries
 * @license Property of RCB Industries. Do not reproduce.
 */

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

input.ftsearch {
    width: 100% !important;
}

th.select-checkbox input.ftsearch {
    display: none !important;
}

.backafdiv {
    display: none;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 10px 10% !important;
}

div.DTED_Lightbox_Wrapper {
    z-index: 1000 !important;
}

table.dataTable thead .sorting::after {
    content: none !important;
}

.prooffile {
    max-width: 200px;
    max-height: 200px;
}

.prooffile2 {
    max-width: 50px;
    max-height: 50px;
}

div.dtfh-floatingparent {
    background-color: #ffffff;
    border-bottom: 1px solid #000000 !important;
}

.breadcrumb-header {
    margin-top: 84px !important;
}

.artprocessing {
    background-color: #C2FCBF;
}

.artnew {
    background-color: #F9F9A3;
}

.artfiles {
    background-color: #DDDDDD;
}

.filleralert {
    background-color: #fee1e1 !important;
}

.expedite {
    font-weight: bold !important;
}

.dtfh-floatingparenthead {
    left: 121px !important;
    height: 26px !important;
    width: 100% !important;
}

h4.remaining {
    width: 50% !important;
    padding: 15px !important;
    border: 1px solid #ff0000;
    color: #ff0000;
}