/* =============================================================================
    
   Custom Stylesheet

    
   ========================================================================== */
.alert-inline {
  display: inline-flex;
}

.btn.disabled {
    color: black;
    cursor: not-allowed;
}

a.btn.disabled {
    pointer-events: all !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
 
.alert-default .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.alert-primary   {
    color: #ffff;
    background-color: #2c8edd9e; 
}

.item-discount-field{
    float:right;
    max-width:48%;
    margin-left:2px}

.label-sent{background-color:#54a0c6}

.big-checkbox { 
    width: 25px;
    height: 25px; 
    display: inline; 
    right: 75px;
}

 
 div.dataTables_processing {
   top: 5%;
   z-index: 9; /* orig 1 set to 9 because date dropdown is 10 */
 }
 
 div.dataTables_wrapper div.dataTables_processing {
   top: 5%;
} 

/*
    modal popup z-index     1050 
    oldvalue 999999990
    new value 1040
*/
.dtfc-fixed-left {background-color: snow;z-index: 8 !important;} 

 
    

