.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rma-item-template {
  position: relative;
}
.rma-item-template .remove {
  position: absolute;
  right: 5px;
  top: 5px;
}
.rma-add-item {
  float: right;
}
.rma-one-item {
  *zoom: 1;
  margin-bottom: 10px;
}
.rma-one-item:before,
.rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-one-item:after {
  clear: both;
}
.rma-one-item .item-description {
  float: left;
  width: 305px;
  border-right: 1px solid #EEE5DA;
}
.rma-one-item .item-description input {
  margin-right: 10px;
}
.rma-one-item .item-description img {
  margin-right: 10px;
  width: 75px;
}
.rma-one-item .item-description b {
  display: block;
  float: right;
  width: 190px;
}
.rma-one-item .item-options {
  border-left: 1px solid #EEE5DA;
  float: left;
  margin-left: -1px;
  padding-left: 10px;
  width: 300px;
}
.rma-one-item .item-options > div {
  position: relative;
  margin-bottom: 10px;
  *zoom: 1;
}
.rma-one-item .item-options > div:before,
.rma-one-item .item-options > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-one-item .item-options > div:after {
  clear: both;
}
.rma-one-item .item-options > div label {
  width: 125px;
  display: block;
  float: left;
}
.rma-one-item .item-options > div label em {
  color: #DB0000;
  margin-right: 3px;
}
.rma-one-item .item-options > div select {
  width: 170px;
}
.rma-one-item .item-options > div .total-qty {
  position: absolute;
  left: 184px;
  top: 1px;
}
.rma-one-item .item-options > div .validation-advice {
  margin-left: 123px;
}
#rma-table .unread {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 11px;
  background-image: url(../../../images/mst_rma/i_unread2.png);
  background-size: 20px 20px;
  background-position: 0px -8px;
}
.rma-confirmation-form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px 8px 15px;
  width: 450px;
  position: fixed;
  top: 300px;
  left: 50%;
  margin-left: -225px;
  z-index: 100000;
}
.rma-confirmation-form .control {
  text-align: left;
}
.rma-confirmation-form .control label {
  display: inline-block;
  width: 150px;
  margin-right: 20px;
}
.rma-confirmation-form .control label em {
  float: none;
  left: auto;
  top: auto;
  right: auto;
  position: relative;
}
.rma-confirmation-form .control p {
  margin-left: 175px;
  font-size: 0.9em;
  color: #999;
}
.rma-confirmation-form .control.buttons {
  text-align: center;
}
.rma-confirmation-form h2 {
  margin-bottom: 20px;
}
.rma-confirmation-form .close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  opacity: 0.7;
}
.rma-confirmation-form .close:hover {
  opacity: 1;
}
.rma-confirmation-form-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100000px;
  height: 10000000px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90000;
}
/*  Code39Azalea Copyright 2012 Jerry Whiting (CC BY-ND 3.0) azalea.com/web-fonts/  */
/* ucomment this if you need barcodes
@font-face{font-family:Code39AzaleaFont;src:url('http://azalea.com/web-fonts/Code39Azalea.eot') format('embedded-opentype'),url('http://azalea.com/web-fonts/Code39Azalea.woff') format('woff'),url('http://azalea.com/web-fonts/Code39Azalea.ttf') format('truetype'),url('http://azalea.com/web-fonts/Code39Azalea.svg#Code39Azalea') format('svg');font-weight:normal;font-style:normal}
.rma-barcode {
    font-family:Code39AzaleaFont; font-size:72px;
}
*/
.rma-barcode {
  display: none;
}


/* ********CUSTOM STYLE *******/
.UI-ORDER-CONTAINER > .field, .UI-OFFLINE-PRODUCT > .field{
	width: 30% !important;
}
.UI-ORDER-CONTAINER > .name-itemname,
.UI-ORDER-CONTAINER > .name-itemname > .input-box,
.UI-OFFLINE-PRODUCT > .name-itemname > .input-box > .input-text{
     width: 90%;	
}




tr.no-bg-color > td{
	background-color: #FFF !important;
}

.return-orders > thead > tr{
	background-color: #CCC;
}



.add_offline_item, .go-step2{
    float:right;
	margin-top:24px;	
}

#moldNumber{
    float:left; 
    width:35%;
	height: 34px;
}
         
.center{
     text-align: center;
     padding: 1px;
}
         
#success-lightbox, #fail-lightbox {
    width: 45%;
    margin: auto;
    background-color: white;
    padding: 30px;
    border: 1px solid black;
    display:hidden;
}
         
#qtySuccess{
	float:left;
	margin-left:10px;
}
         
#qtyInputDiv{
	width:40px;
}

#qtyInputDiv > input{
	height:24px;
}

.hide{
	display:none;
}

#close-modal{
	float:right;
	margin-top:15px;
}

#rma_remove_item1 {
    display: none;
}

#my-orders-reason-table, #item-enter-table-step1{
    font-size: 12px;	
}

@media screen and (max-width: 480px) {
    #success-lightbox, #fail-lightbox {
        width: 85%;
    	padding:10px;
    
    }
}



}

}