.mobile-div {
    border: 1px solid #e6e8ed;
    padding: 12px;
    border-radius: 3px;
}
.btn-action-send{
    padding:8px !important;
    margin-top: 10px;
    margin-right: 10px;
    float:right;
    font-size: 12px !important;
    font-weight: 600;
    width:75px !important;
}
.btn-action-send-disabled{
    background : #f4b98e !important;
    border-color :#f4b98e !important;
}
.order-history-desktop-btn, .order-history-desktop-btn-disabled,
.order-history-desktop-itm-btn, .order-history-desktop-itm-btn-disabled  {
    background: #e8731e;
    border: 2px solid #e8731e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: Lato, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: 10px;
    padding: 0.8em 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(0);
    text-decoration: none !important;
    user-select: none;
    width: 250px;
}
.order-history-desktop-btn-disabled {
    background:#f4b98e !important;
    border-color: #f4b98e !important;
}
.order-history-desktop-lbl-disabled, .order-history-desktop-lbl-disabled-none {
    color:#a39c9c;
    font-size:90%;
    float:right;
    padding-right:20px;
    max-width: 235px;
}
.order-history-desktop-lbl-disabled-none {
    display:none;
}
.order-history-desktop-lbl-cancel {
    float:right;
    font-weight: bold
}
.order-history-desktop-itm-btn {
    width:75px !important;
    padding:8px !important;
}

.order-history-desktop-itm-btn-disabled{
    background:#f4b98e !important;
    border-color: #f4b98e !important;
    width:75px !important;
    padding:8px !important;
}
.order-history-support-message{
    max-width:340px;
    float:right; margin-top:10px;
    margin-right: 10px;
    color: #a39c9c;
    font-size: 90%;
}
.order-history-desktop-itm-lbl-disabled, .order-history-desktop-itm-lbl-disabled-none  {
    margin-top:10px;
    max-width:300px;
    float:right;
    color: #a39c9c;
    font-size: 90%;
}
.order-history-desktop-itm-lbl-disabled-none {
    display: none;
}
.order-history-mobile-btn, .order-history-mobile-btn-disabled,
.order-history-mobile-itm-btn, .order-history-mobile-itm-btn-disabled {
    background-color: #e87a1e;
    border: none;
    border-radius: 3px;
    color: #FFF!important;
    display: inline-block;
    font-family: Lato, arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 20px;
    margin: 10px 10px 10px 0;
    padding: 11px 25px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 70%;
}
.order-history-mobile-btn-disabled {
    background:#f4b98e !important;
    border-color: #f4b98e !important;
}
.order-history-mobile-lbl-disabled, .order-history-mobile-lbl-disabled-none {
    margin-bottom:20px;
    text-align:center;
    color:#a39c9c;
    font-size:90%
}
.order-history-mobile-lbl-disabled-none {
    display:none;
}
.order-history-mobile-lbl-cancel {
    margin-top:10px;
    font-weight: bold;
}
.order-history-mobile-itm-btn-disabled {
    background:#f4b98e !important;
    border-color: #f4b98e !important;
    width:70%;
}
.order-history-mobile-itm-btn{
    width:70%;
}
@media only screen and (max-width: 768px) {
    .order-history-send-confirmation {
        width: 85% !important;
    }
}
.order-history-support-message{
    margin-bottom: 20px;
    color: #a39c9c;
    font-size: 90%;
}
.order-history-mobile-itm-lbl-disabled, .order-history-mobile-itm-lbl-disabled-none  {
    margin-bottom: 20px;
    color: #a39c9c;
    font-size: 90%;
}

.order-history-mobile-itm-lbl-disabled-none {
    display: none;
}

.popup .popuptext::after {
    margin-left : -110px !important;
}
.popup .popuptext {
    margin-left : -110px !important;
}
.btn-action-send{
    @extend .btn-action;
    font-size:11px;
    font-weight:600;
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: Lato,arial,sans-serif;
    margin: 10px 10px 10px 0px;
}
.btn-action-send-disabled{
    background : #f4b98e !important;
    border-color :#f4b98e !important;
}

.cancel-box-header {
    font-size: 19px;
    width: 199px;
    margin: auto;
    padding: 3px 20px 20px 20px;
}
.cancel-box-text {
    font-size: 19px;
    margin: auto;
    padding-top: 10px ;
}
.cancel-box-body {
    font-size: 15px;
}

.order-history-popup-btn {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #0066b3;
    border: 1px solid #0066b3;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
}
.self-cancel-exit {
     color: #0066b3 !important;
     border: 1px solid #0066b3 !important;
     background: #fff !important;
     margin-left: 5%;

 }
.self-cancel-exit:hover {
    text-decoration: none;
    color: #005595 ;
    border-color: #005595;
    background: #f9f9f9;
    cursor: pointer;
}

.self-cancel-confirm-exit {
    margin-left: 5%;
    color: #fff !important;
    border: 1px solid #e8731e !important;
    background: #e8731e !important;
}

.self-cancel-confirm-exit:hover {
    color: #fff !important;
    border: 1px solid #e8731e !important;
    background: #f37e28 !important;
    cursor: pointer;
}
.self-cancel-ok-exit {
    margin-left: 5%;
    color: #fff !important;
    width: 255px !important;
    border: 1px solid #e8731e !important;
    background: #e8731e !important;
}
.self-cancel-exit:hover {
    color: #fff !important;
    border: 1px solid #e8731e !important;
    background: #f37e28 !important;
    cursor: pointer;
}