/* 
Theme Name: RunSmart Child Theme
Description: Child theme for the Weka B2B Portal developed for RunSmart
Author: Weka Online
Version: 0.0.1
Template: weka-customer-portal
Text Domain: wekacustomerportalchild
*/

#return_form .return_row {
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
	  gap: 1rem;
	margin-top:10px;
	margin-bottom:10px;
}
#return_form {margin-bottom: 10px;}

#return_form p {
	font-weight:bold;
	font-size:1.2em;
}

#return_item_list > div {
  display: grid;
  -ms-grid-columns: 1fr 1fr 4fr 1fr;
      grid-template-columns: 1fr 1fr 4fr 1fr;
	  gap: 1rem;
	margin-top:10px;
	margin-bottom:10px;
}

.return_qty {width:50px; border: 1px #c0c0c0 solid;}

#return_item_list h4 {
  font-size: 1.1em;
  font-weight: bold;
}

#return_form .return_row textarea {
  height: 100px;
  border: 1px solid #c0c0c0;
  padding: 5px;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}


.qty_approve_box {
  width: 50px;
  border: 2px solid #050505;
  padding: 0.3em;
  text-align: center;
}


#order_item_search {
  width: 300px;
  border: 2px solid #050505;
  padding: 0.3em;
  text-align: left;
}
