#fme_oc_cancel_order_btn {
  font-size: 0.875em;
  word-break: unset;
}
#fme_oc_reasons {
  width: 60%;
}
#fme_oc_order_number {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 2px;
}


.cancellation_reason_table td {
  padding: 0px !important;
  width: min-content !important;
}

#fme_oc_note {
  margin-bottom: 20px;
}

h4#fme_oc_confirm_modal_title.modal-title{
  display: inline;
  font-size: 1.5em !important;
}

#fme_oc_reason_error_msg {
  display: none;
  font-size: 1em;
  font-weight: 500;
  height: 2rem;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 255);
  border-left: 5px solid #FF0000;
  box-shadow: 2px 2px 3px 0px rgba(50,50,50,0.5);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(100,100,100,0.5);
}

td input[type='radio'] {
  margin-top: 5px;
}

#fme_oc_confirm_modal .oc_reason_radio_btns_col {
  width: 1.4rem !important;
}

.btn-decision {
  word-break: unset;
}


#fme_oc_request_decision {
  display: none;
}


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background: rgba(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7) !important; /* Black w/ opacity */
  font-size: 14px;
}

/* Modal Content/Box */
.modal-content {
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100% !important; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

#fme_oc_loader_div { 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1059922; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.1) !important; /* Black w/ opacity */
}

#fme_oc_loader {
  background-image:url('../../images/loader.gif');
  background-size: 30%;
  background-repeat: no-repeat;
  margin: 20% 46%;    
  height:15%;
  width:15%;
}


.fme_oc_full_select_items_items > div {
  display: flex;
  justify-content: space-between;
}
.fme_oc_full_select_items_items > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:3px;
}

.fme_oc_full_select_items_items > div > input {
  width: 20% !important;
  align-items: center;
}
