.range-wrap {
    position: relative;
    margin: 0px auto ;
    padding-top: 0rem;
}
  
.range {
    -webkit-appearance: none;
    width: calc(100% - (65px));
    /*width: 100%;*/
    height: 8px;

    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;

    
    /*background: linear-gradient(90deg, rgba(102,219,92,1) 0%, rgba(255,191,1,1) 50%, rgba(255,0,0,1) 100%);*/
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,191,1,1) 50%, rgba(102,219,92,1) 100%);

    border-radius: 25px;
}


.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;

    border-top: 13px solid #e00404;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: 0px;
    margin-top: -15px;
  }
  
  .range::-moz-range-thumb {
    width: 10px;
    height: 10px;

    border-top: 13px solid #e00404;
    border-left: 8px solid  alpha(opacity=100%);
    border-right: 8px solid alpha(opacity=100%);
    
    /*
    border-top: 13px solid #e00404;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    */
    top: 100%;
    left: 50%;
    margin-left: 0px;
    margin-top: -20px;
  }

  .range_dis {

    background: #808080 !important;
    
}

.range_dis::-webkit-slider-thumb {

    border-top: 13px solid #808080 !important;
}

.range_dis::-moz-range-thumb {

    border-top: 13px solid #808080 !important;
}

    

.bubble {
    top: 10px;
    display: inline-block;
    position: relative;
    width: 50px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 0px;
    margin-left: 8px;
    
}

#tickmarks {
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    width: calc(100% - (65px));
}

#tickmarks p {
    font-size: small;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1px;
    background: #808080;
    height: 10px;
    line-height: 40px;
    margin: 0 0 0px 0;
}

#table1{
    min-width: 1000px;
}

#table2 {

    min-width: 1070px;

}

#table1 tr td, #table2 tr td {
    height: 60px;
}


.col0 {
    min-width: 50px;
}

.col1 {
    min-width: 140px;
}
.col5 {
    min-width: 50px;
}

.col2, .col3, .col4 {
    min-width: 230px;
    
}

.btn_ro {
    color : #ffffff !important;
    border: 5px solid #ffffff;
    background-color: #d67158;
}

.btn_ro_add {
    color : #ffffff !important;
    border: 5px solid #ffffff;
    background-color: #819b80;
}

.data_value {
    display: none;
}

.btn_add_order {

    color:#FFFFFF !important;
    font-weight: bold;
    font-size:larger;
    background-color: coral !important;

}

.btn_out_order {

    color:#FFFFFF !important;
    font-weight: bold;
    font-size:larger;
    background-color:darkslategrey !important;

}




