/* START Customer Specific CSS */


/* END Customer Specfic CSS */
@media screen and (max-width: 767px) {
    div.dt-buttons { width: auto !important; }
}

@media print {
    #toPrint {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    #modalPrintSvg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}

label { margin-right: 7px; }

.label-amber { background-color: #ffbf00; }

.label-red { background-color: #891522; }

#rearranged-container {
    width: 100%;
    padding: 10px 10px 0 15px;
    margin: 0;
    background: #ffffff;
}

#box-body-fix { padding: 0; }

.search-col {
    display: inline-block;
    margin-right: 15px;
}

.search-col-input {
    width: 20vw;
    min-width: 200px;
}

.select-2-force-full-width {
    width: 100%!important;
}

.form-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.new-spinner {
    margin: auto;
    margin-top: 200px;
    width: 58px;
    height: 50px;
    animation: spin 2s linear infinite;
    background-image: url(../images/crosscheckX.png);
    background-repeat: no-repeat;
    background-position: center top;
}

@keyframes spin {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}


div.dataTables_wrapper div.dataTables_processing {
    border: 1px #eee solid;
    border-radius: 3px;
    -ms-border-radius: 3px;
    background-color: #fff;
}

.content {
    min-height: 0;
    padding: 0;
    margin: 0;
}

.last-content {
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
    padding: 0;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 2px;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    border: 1px solid black;
}

.btn-group, .btn-group-vertical {
    float: right;
}