.modal-header_old{
        background: none !important;
        border-bottom: none !important;

        padding: 0px !important;
    }
    .modal-header {
        text-align: center;	
        background: none !important;
    }
    .modal-content_old{
        background-color: #ff7600;
        border: 1px solid #ff7600;	
    }
    .modal-body_old{
        padding:0px !important;
    }

    .pop_up_text{
        background: #fdecd8 !important;
        border-radius: 10px;
    }
    .ti_button_css{
        background: #fff !important;
        color: #a5233d !important;
        font-weight: bold;
        border-radius: 12px;
        font-size: 15px;
        box-shadow: 2px 2px 4px 0px #555;
    }
    .pop_up_text::placeholder {
      color: #ff7600;
      opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ff7600;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #ff7600;
}
option:not(:first-of-type) {
  color: #ff7600;
}
.custom_Div_css_left{
    width: 50%;
    border-right: 1px solid #fff;
    height: 365px;
    padding-right: 10px;
    float: left;
}
.custom_Div_css_right{
    width: 50%;
    float: right;
}
#close2{
    padding-top: 5px;
    color: #fff;
    opacity: 1;
}
.ul_ti_css{
    font-size: 14px;
    list-style: none;
    margin-left: -42px;
    color: #fff;
}
.text_h4{
    color: #b90707;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.model_bg{
    background: rgba(0, 0, 0, 0.7);
}
.top_popup_tag{
    text-align: center;
    width: 100%;
}
.top_custom_popup_Value{
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: -3px;
}
.top_popup_bb_css{
    margin-bottom: 5px;
}
.box_popup_border{
    border-left: 1px solid #b90707;
    border-right: 1px solid #b90707;
}
.btn-ti {
        color: #ffffff;
        background-color:#F08501;
        border-color:#F08501;
    }
    input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"] {
        height: 36px !important	;
    }
    .form-group {
        margin-bottom: 10px !important;
    }
    .global-box {
            padding: 10px;
            background: #fff;
            /*box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);*/
            margin-bottom: 10px;
            border: 2px solid #E4E4E2;
            border-radius: 7px;
            width: 100%;
        }
        .global-box .title {
            font-size: 13px;
            color: #414042;
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            letter-spacing: 0;
        }
        .td-link{
            text-decoration: underline;
            text-decoration-color: #4d4d4d; 
        }
        .td_posting_id {
            color: #ff7600;
            font-weight: bold;
        }
        .global_title{
            text-align: center;
            font-size: 26px;
            color: #FF7600;
            padding-bottom: 10px;
            font-weight: bold;  
        }
        .list_priceDueDate{
            margin-top: 5px;    
        }
        
        .price-value{
            float: right;
            width: 183px;   
        }
        .due-date span{
            color: #ff7600;
        }
        .price-value span{
            color: #ff7600;
        }
        .panel-body .col-lg-12 .items {
            display: flex;
            height: 100%;
            width: 100%;
        }

        .numbercount{
            float: left;    
        }
        .global-content-box{
            margin-left: 20px;  
        }

        .panel-body .col-lg-12 {
            display: flex;
        }

