html {
    font-size: 12px;
}
.cost-input {
    width: 65px;
    font-size: .8em;
}
.cost-input-2 {
    width: 70px;
    font-size: .8em;
}
::placeholder {
    font-size: .7em;
}

.top-nav-links {
    margin-left: 0px !important;
}

.total-quantity-label {
    color: #80bdff;
    font-weight: bold;

}
.deleted {
    background-color: #d3c9c4 !important;
}

.number-input {
    /*max-width: 70px;*/
}

.logo-small {
    height: 20px;
    margin-top: 0px;
    margin-right: 15px
}

.logo-large {
    width: 100px;
    margin-top: 0px;
    margin-right: 15px;
}

.main-content {
    margin-top: 90px;
}

h1 {
    font-size: 2em;
}

.dash-count {
    font-size: 4em;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: .25rem;
}

.dashboard-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
}

.dashboard-card-body {
    border: 0;
    border-radius: .5em;
}

.dt-buttons {
    float: right;
    clear: both;
    /*margin-left: 15px;*/
}


.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .5rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-action {
    font-size: .65em;
    padding-right: 11px;
    padding-top: 5px
}

.top-right {
    position: absolute;
    top: 60px;
    right: 0;
    margin:auto;
}

.full-width  {
    width: 100%
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 31px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: .8em;
    height: 31px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 5px 8px 5px;
}

.dataTable {
    font-size: .9em;
}

div.DTE_Field input {
    border-radius: 5px;
    height: 2rem;
    box-sizing: border-box;
    background-color: white;
    -webkit-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;

}

span.select2-selection__clear {
    padding-right: 10px;
    font-size: 1.5em;
}

span.select2-selection__arrow {
    top: -1px !important;
}
/*table {*/
/*    font-size: 15px*/
/*}*/

/*table*/
/*{*/
/*    table-layout: fixed;*/
/*    width: 100px;*/
/*}*/

.table td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    position: relative;
    zoom: 1;
    clear: both;
    padding: 5px 0px;
    border: 1px solid transparent;
}


div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {
    float: left;
    padding-top: 6px;
    width: 0;
    /*display: none;*/
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field>div.DTE_Field_Input {
    float: right;
    width: 100%;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    position: relative;
    zoom: 1;
    clear: both;
    padding: 5px 0!important;
    border: 1px solid transparent;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {
    float: left;
    /*width: 0 !important;*/
    padding-top: 6px;
    margin-top: -10px;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field>div.DTE_Field_Input {
    float: left !important;
    width: 100% !important;
}

.estimate-op {
    padding: 0.25rem 0.5rem;
    /*font-size: .9rem;*/
    line-height: 1 !important;
    border-radius: 0.2rem;
}

.toggle.btn.btn-sm.btn-primary {
    margin:auto;
}

/*.toggle.btn.btn-primary.btn-sm {*/
/*    float: right;*/
/*}*/

.dataTable tbody {
    /*font-size: .9em !important;*/
}

/*Colors taken from schemecolor.com/sample?getcolor=70A1D7*/
.status-won {background-color: #A1DE93 !important}
.status-lost {background-color: #F47C7C !important}
.status-open {background-color: #D4E3F3 !important}
.status-draft {background-color: #F7F48B !important}
.status-reopened {background-color: #F7F48B !important}
.status-released {background-color: #70A1D7 !important}
.status-ordercreated {background-color: #ECF8E9 !important}
.status-inprogress {background-color: #A1DE93 !important}
.status-mfgordercreated {background-color: #A1DE93 !important}
.status-closed {background-color: #F47C7C !important}



.sorting_1 {
    background-color: transparent !important;
}

div.DTE div.DTE_Form_Content {
    position: relative;
    padding: 15px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#operations {
    z-index: 1000;
}

#convert-operation-chooser {
    z-index: 10000;
}

.convert-operation {
    text-transform: uppercase;
    width: 60px;
}

/*.estimate-table tbody tr:nth-child(4n+1), .estimate-table tbody tr:nth-child(4n+2) {*/
/*    background: white;*/
/*}*/

/*.table tbody tr:nth-child(n+1), .table tbody tr:nth-child(n+2) {*/
/*    background: white;*/
/*}*/

.operation {
    width: 95px;
}


.operation-name {
    color: white;
    /*width: 60px;*/
}

.operation-name-sm {
    color: white;
    width: 60px;
    text-align: center;
    padding:3px 5px 2px 5px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}

.operation-name-xs {
    color: white;
    width: 50px;
    text-align: center;
    padding:3px 5px 2px 5px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}

.operation-name:after {
    color: rgb(0, 0, 255);
    mix-blend-mode: difference;
}

.operation-text {
    padding-left: 15px;
}

.btn-operation {
    max-height: 30px;
}

.checkbox-col {
    text-align: center;
    width: 40px;
}

div.dataTables_scrollBody {
    overflow: visible !important;
}

.text-small {
    font-size: .7em;
}

.text-smaller {
    font-size: .6em;
}

.text-medium {
    font-size: .9em;
}

.text-lg {
    font-size: 1.5em;
}
.text-subdetail {
    color: grey;
    font-size: .9em;
}

.input-qty,
.scrapped-qty {
    width: 70px
}

.tooltip {
    pointer-events: none;
}



div:hover + .tooltip {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    background-color: white;
    visibility: visible;
    opacity: 1;
}

.est-header {
    width: 50px;
}

.est-pos {
    background-color: #c3e6cb;
    font-weight: bold;
}

.est-neg {
    background-color: #f5c6cb;
    font-weight: bold;
}

/* Checkbox styles */
.checkbox {
    padding-left: 0px;
}

.checkbox label {
    font-size: .8em;
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 1.5em;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -18px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 3px;
    /*font-size: 11px;*/
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.work-order-check {
    margin-left: 15px;
}


/*
Datatables checkboxes
 */
table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}

.cr-post {
    width: 10px;
    height: 24px;
    padding: 0px;
    font-size: .7em;
    text-align: center;
    color: #f0f0f0;
    z-index: 2;
    line-height: 1.2;
    top: 0px;
    left: -1px;
    position: absolute;
}

.cr-prod {
    width: 10px;
    height: 23px;
    padding: 0px;
    font-size: .7em;
    text-align: center;
    color: #f0f0f0;
    z-index: 2;
    line-height: 1.2;
    top: 0px;
    left: -1px;
    position: absolute;
}

.async-group {
    width: 10px;
    height: 25px;
    padding: 1px;
    font-size: .6em;
    text-align: center;
    color: #f0f0f0;
    z-index: 2;
    line-height: 1.2;
    top: 0px;
    left: -1px;
    position: absolute;
}


/*.cr-top.cr-left,*/
/*.cr-bottom.cr-right {*/
/*    transform: rotate(0deg);*/
/*}*/

/* Colors */

.cr-white     { background-color: #f0f0f0; color: #444; }
.cr-black     { background-color: #333; }
.cr-grey      { background-color: #999; }
.cr-blue      { background-color: #39d; }
.cr-green     { background-color: #2c7; }
.cr-turquoise { background-color: #1b9; }
.cr-purple    { background-color: #95b; }
.cr-red       { background-color: #e43; }
.cr-orange    { background-color: #e82; }
.cr-yellow    { background-color: #ec0; }

span.nobr { white-space: nowrap; }

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*input[type="search"] {*/
/*    border-radius: 5px;*/
/*    height: 2rem;*/
/*    padding-left: 10px !important;*/
/*}*/

span.select2-results {
    font-size: .9em;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    /* z-index: 100003; */
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: .9em;
    height: 28px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.createAddressModal {
    z-index: 1051
}

.assembly {
    background-color: #4682B4 !important;
    color: white;
}
.part {
    background-color: #C83200 !important;
    color: white
}
.component {
    background-color: #03A89E !important;
    color: white;
}
.other {
    background-color: #FFd700 !important;
    color: white;
}

.editable-label {
    margin-top: 4px;
}

.internal {
    background-color: darkseagreen !important;
}

.internal-operation {
    opacity: .5;
}

#sessExpirDiv {
   display: none;
   border: none;
   background-color: #FF6666;
   color: #FFF;
   font-family: 'Lato', Arial;
   margin: 0px;
   font-size: 1.5em;
   line-height: 18px;
   position: fixed;
   width: 100%;
   height: 56px;
   text-align: center;
   z-index: -999999;
   top: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
 }
 #sessExpirP {
   margin-top: 16px;
   padding: 0px;
 }

.show-hide-button {
    cursor: pointer;
}

.btn {
    cursor: pointer
}

a.underline {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px
}

.isDisabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
    opacity: 0.5;
    text-decoration: none;
}

.isDisabled:hover{
    text-decoration: none;
}

.closedEstimate {
    cursor: not-allowed !important;
    pointer-events: auto !important;
    text-decoration: none;
}

.closedEstimate:hover {
    text-decoration: none;
}

a[aria-disabled="true"] {
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.zeroValueProp {
    background-color: #d9534f !important;
}

 #loading-overlay {
     position: fixed;
     width: 100%;
     height:100%;
     left: 0;
     top: 0;
     display: none;
     align-items: center;
     background-color: #000;
     z-index: 90000;
     opacity: 0.5;
 }
.loading-icon{ position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid #767676;border-radius:25px;width:25px;height:25px;margin:0 auto;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:4;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.highlight {
    font-weight: bold;
    background-color: #FFFF00;
}

.delete-row-button {
    padding-top: 5px;
    height: 19px
}

.add-row-button {
    height: 19px;
    padding-top: 5px;
}

.material-list-input {
    width: 60px;
    display: inline-block;
}

.material-list-notes-input {
    width: 200px;
    display: inline-block;
}

.material-list-material-input {
    width: 220px;
    display: inline-block;
}

.material-list-detail-input {
    width: 120px;
    display: inline-block;
}

.material-list-pn-input {
    width: 80px;
    display: inline-block;
}

.material-list-need-by {
    width: 80px;
    display: inline-block;
}

.material-list-row {
    background-color: #ffeeba !important;
}

.material-list-odd {
    background-color: #e5e5e5 !important;
}

.material-list-even {
    background-color: #e5e5e5 !important;
    /*background-color: #cec9c9 !important;*/
}

.material-list-row-separator {
    background-color: #afafaf;
    padding: 1px !important;
}

.material-list-expand-row {
    font-size: 1.4em;
    font-weight: 700;
    margin: -5px;
}

@media (min-width: 1860px) {
    .modal-xl {
        max-width: 1800px;
    }
}

.date-field {
    min-width: 80px;
}

.yes {font-weight: bold; color: #007bff} /* RFQ Sent */
.inventory-status-22 {background-color: #b7b7b7 !important} /* Received */
.inventory-status-50 {background-color: #ffffff !important} /* Need RFQ */

.inventory-status-51 {background-color: #4487e4 !important; color: white} /* RFQ Sent */
.inventory-status-51 .material-supplied {color: white} /* RFQ Sent */
.inventory-status-51 .note {color: white} /* RFQ Sent */

.inventory-status-52 {background-color: #00801b !important; color: white} /* Expected */
.inventory-status-52 .material-supplied {color: white} /* Expected */
.inventory-status-52 .note {color: white} /* Expected */

.inventory-status-53 {background-color: #fefe45 !important} /* Partially Received */

.inventory-status-54 {background-color: #ff0015 !important; color: white} /* Need to Reject */
.inventory-status-54 .material-supplied {color: white} /* Need to Reject */
.inventory-status-54 .note {color: white} /* Need to Reject */

.inventory-status-55 {background-color: #ffffff !important} /* Needs Replacement */
.inventory-status-56 {background-color: #00fffe !important} /* Return */
.inventory-status-57 {background-color: #00fffe !important} /* Partially Returned */
.inventory-status-58 {background-color: #b7b7b7 !important} /* Returned */

.inventory-status-59 {background-color: #ff05f9 !important; color: white} /* DO NOT ORDER */
.inventory-status-59 .material-supplied {color: white} /* DO NOT ORDER */
.inventory-status-59 .note {color: white} /* DO NOT ORDER */

.popover-header {
    font-size: 1.3em;
}

.popover-body {
    font-size: 1.3em;
}

.popover {
    margin: 10px
}

.terminal-popover {
    min-width: 600px;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.date-picker-wrapper {
    z-index: 14;
}

.date-picker-wrapper.two-months.has-gap {
    z-index: 14;
}

.date-picker-wrapper.no-gap.two-months {
    z-index: 14;
    /*margin-right: 20px;*/
    /*left: -165px !important;*/
}

/** Multiple selection **/
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    padding: 1px;
    font-size: 20px;
}

/** Single selection **/
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 8px !important;
    padding-right: 20px;
    font-size: 20px;
    margin-top: -2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*display: none*/
}


.error-background {
    background-color: #f5c6cb;
    margin-left: -12px;
    padding-left: 0px;
    margin-right: -12px;
    padding-right: 0px;
    padding-top:15px;
}

.threshold-poor {
    background-color: #d9534f !important;
    color: white !important;
}
.threshold-low {
    background-color: #F7F527 !important;
    color: black !important;
}
.threshold-good {
    background-color: #5cb85c !important;
    color: white !important;
}
.threshold-high {
    background-color: #007bff !important;
    color: white !important;
}

.text-black {
    color: black !important;;
}

/*.hour {*/
/*    width: 172px;*/
/*}*/

input.hour-range {
    width: 140px;
}

.minute {
    width: 173px;
}

input.minute-range {
    width: 140px;
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    background-color: white;
}

.date-picker-wrapper .gap {
    background-color: white;
}

.dataTables_processing {
    background: #ffffff !important;;
    background-color: #ffffff !important;
    height: 100px !important;
    z-index: 9999;
    margin-top: -13px !important;
}

.modal-content {
    min-height: 180px;
}

.short-field {
    max-width: 60px;
    min-width: 60px;
}

.med-field {
    max-width: 120px;
}

.workOrderItem {
   /*margin-bottom: -8px !important;*/
}

.detail-name {
    margin-top: 5px;
}

.scrappedAsyncContainer {
    margin-top: 10px !important;
}

.scrappedAsyncContainer {
    margin-top: -5px;
    border-radius: 5px;
}

.async-input {
    height: 1.8em;
    width: 80px;
    /*margin-left: 46px;*/
}

.async-input-children {
    height: 1.8em;
    width: 80px;
    /*margin-left: 60px;*/
}

.child-rejected {
    width: 82px;
    padding: 5px;
    /*margin-left: 25px;*/
}

.child-scrapped {
    width: 80px;
    padding: 5px;
    /*margin-left: 2px;*/
}

.child-rejected-async {
    width: 80px;
    /*margin-left: 27px;*/
}

.child-scrapped-async {
    width: 80px;
    /*margin-left: 2px;*/
}

.wo-child-container {
    padding-bottom: 5px;
}

.rejected-input {
    width: 80px;
}

.scrapped-input {
    width: 80px;
}
.complete-input {
    width: 80px;
}
.group-complete-input {
    width: 80px;
 }
.w-50p {
    width: 50px;
    height: 5px;
}
.hidden-field {
    opacity: 0;
    width: 80px;
}
.async-op {
    margin-right: 5px;
}

/*tr.workOrderItem {*/
/*    border-bottom: 1px solid lightgray;*/
/*    margin-bottom: 5px;*/
/*}*/

td.workOrderItem {
    margin-bottom: 5px;
}

.table-bg {
    font-size: 1px !important;
    background: lightgray;
    height: 1px !important;
}
.bl {
    border-left: 1px solid lightgray !important;;
}

.bt {
    border-top: 1px solid lightgray !important;;
}

.br {
    border-right: 1px solid lightgray !important;;
}

.bb {
    border-bottom: 1px solid lightgray !important;;
}


.wo-history-date-picker-input {
    margin-top: -10px;
    margin-bottom: 10px;
}

.wo-history-date-picker-input-stop {
    margin-top: 0px;
    margin-bottom: 10px;
}

#activityTable_processing {
    margin-top: -15px !important;
}


#activityDatePicker {
    height: 28px;
}

span#activityDateReset {
    height: 28px;
    cursor: pointer;
}


@media screen and (min-width: 640px) {
    .overflow-hidden {
        overflow: hidden;
    }

    .position-trbl-0 {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .scroll-row {
        display: flex;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .scroll-col {
        height: 100%;
        padding: 0 0px;
        /*overflow: hidden;*/
        padding-bottom: 100px
    }

    .col-inner-left {
        height: 100%;
        width: 100%;
        margin-left: 0px;
        padding-right: 0px;
        overflow-y: scroll;
        overflow-x: hidden;
        box-sizing: content-box;
    }

    .activity-filters {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .event-filters {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }



    .col-inner-right {
        height: 100%;
        width: 99%;
        padding-left: 15px;
        padding-right: 35px;
        overflow-y: scroll;
        scroll-behavior: auto;
        overflow-x: scroll;
        box-sizing: content-box;
    }

    /*th.text-left.dt-body-left.sorting {*/
    /*    z-index: 12;*/
    /*    top: 0;*/
    /*    background: white;*/
    /*}*/

    /*th.text-left.sorting.sorting_desc {*/
    /*    z-index: 12;*/
    /*    top: 0;*/
    /*    background: white;*/
    /*}*/

    #activityTable thead tr:first-child th  {
        position: sticky;
        z-index: 100;
        top: 0;
        background: white;
    }

    #eventsTable thead tr:first-child th  {
        position: sticky;
        z-index: 100;
        top: 0;
        background: white;
    }

    .filter-container {
        margin-top:220px
    }

    .scroll-position-fixed {
        position: fixed !important;
    }

    .gap {
        height: 10px !important;
    }

}
.date-range-picker {
    /*max-width: 350px;*/
    float: right;
    margin-right: 15px;
}

.woa-stats {
    font-size: 1.2em;
    font-weight: bold;
}

th.text-left.sorting.sorting_desc {
    background-color: white;
}

th.text-left.dt-body-left.sorting {
    background-color: white;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    background-color: white !important;
}

.range-filter-input {

}

table.dataTable thead .sorting {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat top right !important;
}

table.dataTable thead .sorting_asc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat top right !important;
}
table.dataTable thead .sorting_desc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat top right !important;
}
.rowActionButtons {
    margin-top: -10px;
}

.overdue-badge {
    width: 20px;
    max-width: 28px;
    height: 14px;
    margin: auto;
    background-color: red;
    color: white;
    border-radius: 15%;
    justify-content: center;
    /*align-items: center;*/
    font-size: 8px;
    padding-top: 1px;
}

.joisdisabled {
    background-color: #eee !important;
}

.outsource-job-count {
    display: inline-block;
    width: auto;
    height: 15px;
    padding-left: 6px;
    background-color: #ff0000;
    color: white;
    border-radius: 15%;
    justify-content: center;
    font-size: 9px;
    position: relative;
    left: -15px;
    top: -8px;
    padding-top: 2px;
    padding-right: 6px;
}

.operation-badge {
    float: right;
    display: inline-block;
    width: auto;
    height: 25px;
    padding-left: 8px;
    background-color: #ff0000;
    color: white;
    border-radius: 15%;
    justify-content: center;
    font-size: 14px;
    position: relative;
    left: 23px;
    top: -20px;
    padding-top: 1px;
    padding-right: 8px;
    border: 1px solid white;
}

td.dt-control {
    background: url("/images/icons/details_open.png") no-repeat center center;
    cursor: pointer
}

tr.dt-hasChild td.dt-control {
    background: url("/images/icons/details_close.png") no-repeat center center
}
