/*----------------------------------------------------------*/
/*------------------SELL SUPPLIES FORM----------------------*/
/*----------------------------------------------------------*/
@import url("../fonts/ETmodules/style.css");

/*sizes*/
.rd-inkform-item-one {
	display: inline-block;
	width: 48px;
	margin-right: 4px;
}

.rd-inkform-item-two {
	display: inline-block;
	width: 101px;
	margin-right: 4px;
}

.rd-inkform-item-two-half {
	display: inline-block;
	width: 140px;
	margin-right: 4px;
}

.rd-inkform-item-two-b {
	display: inline-block;
	width: 200px;
}


.rd-inkform-item-three {
	display: inline-block;
	width: 180px;
	margin-right: 4px;
}

.rd-inkform-item-four {
	display: inline-block;
	width: 64px;
	margin-right: 4px;
}


/*misc*/
.rd-inkform-item-one select, .rd-inkform-item-two select, .rd-inkform-item-two-half select, .rd-inkform-item-four select, .rd-inkform-item-two-b select {
	width: 100%;
	height: 34px;
	font-size: 12px;
	vertical-align: bottom;
	margin: 4px 0;
}

.rd-inkform-item-one input[type="text"], .rd-inkform-item-two input[type="text"], .rd-inkform-item-two-half input[type="text"], .rd-inkform-item-two-b input[type="text"], .rd-inkform-item-three input[type="text"], .rd-inkform-item-four input[type="text"]{
	width: 100%;
	padding: 0px 4px;
	height: 34px;
	font-size: 12px;
	vertical-align: bottom;
	margin: 4px 0;
}

.rd-inkform-item-one input[type="number"], .rd-inkform-item-two input[type="number"], .rd-inkform-item-two-half input[type="number"], .rd-inkform-item-two-b input[type="number"], .rd-inkform-item-three input[type="number"], .rd-inkform-item-four input[type="number"]{
	width: 100%;
	padding: 0px 4px;
	height: 34px;
	font-size: 12px;
	vertical-align: bottom;
	margin: 4px 0;
}




.rd-inkform-item-input {
	margin-right: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.rd-inkform-submit input[type=submit] {
	padding: 5px 15px;
	background:#ea5b5a;
	height: 32px;
	border:0 none;
    cursor:pointer;
	color: #FFF;
}

.rd-inkform-submit {
	padding-top: 12px;
}


.rd-tooltip-boxcondition, .rd-tooltip-date, .rd-tooltip-part {
	display: inline-block;
	vertical-align: bottom;
	background-color: #EA7170;
	color: #FFF;
	width: 12px;
	text-align: center;
	margin: 4px 4px 4px -4px;
	line-height: 32px;
}

.rd-tooltip-boxcondition a, .rd-tooltip-date a, .rd-tooltip-part a {
	color: #FFF;
	vertical-align: middle;
}

.error {
	color: #EA5B5A;
}


#sell_form .zip-wrap {
  display: block !important;
}

/*results dropdown*/
.rd_model_results {
    position: absolute;
    z-index: 99999;
    background-color: #ececec;
    width: 200px;
    border: 1px solid #c5c5c5;
    border-top: 0px;
    margin-top: -4px;
    padding: 4px;
    font-size: 12px;
    max-height: 240px;
    overflow-y: scroll;
}


.rd_model_results_single {
    padding: 4px;
}

.rd_model_results_single:hover {
    background-color: #dcdcdc;
}

.inkmodelpart_img {
    position: absolute;
    top: calc(50% - 8px);
    right: 4px;
}

/* .rd_offer_model {
	line-height: 1.2em;
  vertical-align: middle;
} */
/*----------------------------------------------------------*/
/*------------------REGISTRATION FORM-----------------------*/
/*----------------------------------------------------------*/
.rd-custom-reg-form {
	overflow: hidden;
	margin-top: 40px;
}

.rd-custom-reg-form input[type="text"], .rd-custom-reg-form input[type="password"], .rd-custom-reg-form input[type="email"], .rd-inkform-item-labels input[type="text"] {
	padding: 8px;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 8px;
	border: 1px solid;
	border-color: #c2c2c2;
}

.rd-custom-reg-form input[type="text"]:focus, .rd-custom-reg-form input[type="password"]:focus, .rd-custom-reg-form input[type="email"]:focus {
	border-color: #000000;
}

.rd-custom-reg-form label {
	/* padding: 2px 12px; */
	padding-top: 8px;
	display: block;
	text-align: left;
	font-weight: 700;
	color: #505050 !important;
}

.rd-reg-form-submit-btn {
	float: left;
	background-color: #EA5B5A;
	color: #FFF;
	border: 0px solid;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 16px;
}

.rd-reg-form-submit-btn:hover {
	background-color: #EE7676;
}

.rd-reg-form-submit {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-bottom: 12px;
}

/*----------------------------------------------------------*/
/*---------------------- USER INFO--------------------------*/
/*----------------------------------------------------------*/

.rd-yourinfo-edit-btn {
	cursor: pointer;
	width: 80px;
	background-color: #EA6160;
	height: 32px;
	text-align: center;
	margin-top: 12px;
	margin-left: -12px;
}

.rd-yourinfo-edit-btn a {
	color: #FFF;
	text-align: center;
	line-height: 32px;
}

.rd-user-info-label {
	color: #B0B0B0;
	display: inline-block;
	margin-right: 12px;
}

.rd-user-info-name-edit {
	display: inline-block;
}

.rd-user-info-data {
	font-size: 16px;
	margin-bottom: 12px;
}

#rd-paypal-div, #rd-check-div {
	display: none;
	margin-top: 16px;
}

#rd-paypal-div {
	display: block;
}

.rd-user-info-warning {
	padding-top: 24px;
	color: #EA7170;
}

#rd-offers-editinfo {
	margin-bottom: 40px;
	display: none;
	border-bottom: 1px solid;
}

#rd-offers-editinfo h3 {
	padding-top: 40px;
	padding-bottom: 20px;
}

/*----------------------------------------------------------*/
/*---------------------- OFFER PAGE ------------------------*/
/*----------------------------------------------------------*/

.rd-offer-data-item-one, .rd-offer-data-item-two, .rd-offer-data-item-three, .rd-offer-data-item-four, .rd-offer-data-item-one-x {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
/*	border-bottom: 1px solid;
 	border-color: #e2e2e2; */
 	margin-left: -4px;
	height: 40px;
	line-height: 38px;
	font-size: 11px;
}

.rd-offer-data-item-one img, .rd-offer-data-item-two img, .rd-offer-data-item-three img, .rd-offer-data-item-four img, .rd-offer-data-item-one-x img {
	margin-top: 12px;

}
.rd-offer-data-label-one, .rd-offer-data-label-two, .rd-offer-data-label-three, .rd-offer-data-label-four, .rd-offer-data-label-one-x {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1em;
	padding: 4px 8px 12px 8px;
	font-size: 11px;
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;
 /*  	border-bottom: 1px solid;
 	border-color: #e2e2e2;*/
	margin-left: -4px;
}



.rd-offer-data-item-price {
	text-align: right;
}

.rd-offer-data-info, .rd-offer-data-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
}

.rd-offer-data-info {
	font-size: 12px;
}

.rd-offer-data-info:hover, .rd-offer-data-item:hover {
	white-space: pre-line;
	overflow: visible;
	word-wrap: break-word;
}

/* .rd-offer-data-line:hover {
	background-color: #f6f6f6;
} */

/*
.rd-offer-data-item-three input[type="text"] {
	width: 88px;
}
*/
.rd-offer-data-item-one input[type="text"], .rd-offer-data-item-two input[type="text"], .rd-offer-data-item-three input[type="text"] {
	width: 100%;
}

.rd-offer-data-item-one select, .rd-offer-data-item-two select, .rd-offer-data-item-three select {
	width: 100%;
}

.rd-offer-counteroffer {
	display: inline-block;
	background-color: #DF4352;
	width: 20px;
	height: 20px;
	color: #FFF;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	margin-left: 6px;
}

.counteroffer-go {
	color: #FFF;
}

.rd-no-of-labels {
	display: block;
}

.rd-counteroffer-btn {
	display: inline-block;
	/*float: right;*/
}

.rd-save-discrepancies-btn {
	margin-bottom: 12px;
}

.rd-counteroffer-btn input[type=submit], .rd-save-discrepancies-btn input[type=submit]{
	background-color: #EA5B5A;
	color: #FFF;
	border: 0px solid;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 11px;
	margin-top: 12px;
	/*margin-right: 36px;*/
}

.rd-counteroffer-btn input[type=submit]:hover, .rd-save-discrepancies-btn input[type=submit]:hover {
	background-color: #EE7676;
}

.rd-save-discrepancies-btn input[type=submit] {
	font-size: 14px;
}

.rd-offers-offerer {
	border-bottom: 1px solid;
	border-color: #2D2D2D;
	overflow: hidden;
}

.rd-offer-data-label-line, .rd-offer-data-line {
	/* border-bottom: 1px solid; */
	/* border-color: #CDCDCD; */
}

/*ACCEPT/CANCEL*/
.rd-offers-action-button {
	margin-top: 40px;
}

.rd-offers-accept, .rd-offers-accept-incomplete, .rd-offers-cancel, .rd-offers-resubmit {
	display: inline-block;
	color: #FFF;
	margin: 4px;
	width: 80px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.rd-offers-accept, .rd-offers-resubmit {
	background-color: #EA6160;
}

.rd-offers-resubmit {
	display: inline-block;
	margin: 0px;
	margin-left: 12px;

}

.rd-offers-accept:hover, .rd-offers-resubmit:hover {
	background-color: #EA7170;
	cursor: pointer;
}

.rd-offers-cancel {
	background-color: #6b6b6b;
}

.rd-offers-cancel:hover {
	background-color: #838383;
	cursor: pointer;
}

.rd-offers-accept-incomplete {
	background-color: #C7C7C7;
}

.rd-offers-accept-update {
margin-top: 40px;
margin-bottom: 40px;
}

.rd-offers-actions {
	margin: 20px 0;
}

.rd-offers-actions .rd-offers-total h2 {
	margin-top: 0px;
}


.rd-offers-new-total h3{
	color: #ea5b5a !important;
	font-weight: 600;
}

#rd-offers-offerer {
	margin: 40px 0;
}

.rd-offers-accept-div {
	padding-bottom: 20px;
	margin-top: 12px;
}

.rd-offers-status {
	/*border-bottom: 1px solid;*/
	/*border-color: #2D2D2D;*/
	padding-bottom: 4px;
}
.rd-offer-data-label-line {
	padding-top: 12px;
}

#rd-encase-border-bottom {
	border-bottom: 1px solid;
	border-top: 1px solid;
	overflow: hidden;
}

.rd-offer-loading {
	display: none;
}
/*----------------------------------------------------------*/
/*---------------------- ADMIN BACKEND ------------------------*/
/*----------------------------------------------------------*/

.rd-inkoffer-status-div {
padding: 4px 0 16px 0;
}

/*----------------------------------------------------------*/
/*------------------ MY ACCOUNT: OFFERS--------------------*/
/*----------------------------------------------------------*/

.rd-myaccount-item {
	display: inline-block;
	padding: 12px;
	width: 160px;
}

.rd-myaccount-line {
	border-bottom: 1px solid;
	border-color: #CDCDCD;
	width: 960px;
}

.rd-myaccount-label-line {
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #CDCDCD;
	width: 960px;
}

.rd-myaccount-offers {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid;
}

.rd-myaccount-offers-title {
	padding: 12px 0px 8px;
}

.rd-inkoffer-meta-box-main {
	overflow: auto;
}



/*----------------------------------------------------------*/
/*---------------------- CUSTOM MENU -----------------------*/
/*----------------------------------------------------------*/
.rd-custom-menu-main {
	text-align: right;
	margin-top: -32px;
	margin-bottom: 24px;
}

.et-fixed-header .rd-custom-menu-main {
display: none;
}

.rd-custom-menu-login, .rd-custom-menu-myaccount, .rd-custom-menu-create{
	display: inline-block;
}

.rd-custom-menu-login a, .rd-custom-menu-myaccount a, .rd-custom-menu-create a{
	padding: 4px 8px;
	border: 1px solid;
	border-color: #EA5B5A;
	color: #EA5B5A;
	margin: 2px;
}

.rd-custom-menu-login a:hover, .rd-custom-menu-myaccount a:hover {
	background-color: #EA5B5A;
	color: #FFF;
}

.rd-custom-menu-login a:hover, .rd-custom-menu-myaccount a:hover {
	color: #FFF;
}

.rd-custom-menu-login-panel {
	display: none;
	border: 1px solid;
	border-color: #EA5B5A;
	width: 400px;
	position: absolute;
	right: 0;
	margin-right: 3px;
	z-index: 1000;
	background-color: #FFF;
}

.rd-custom-menu-login-panel  .et_pb_newsletter_form {
	float: none;
	width: 320px;
	padding-right: 1px;
	padding: 0 40px;
}

.rd-custom-menu-login-panel .et_pb_newsletter_description {
	width: 320px;
	padding: 0;
	margin-left: 40px;
}

.rd-custom-menu-login-panel .et_pb_newsletter_form p input {
	padding: 8px 4% !important;
	font-size: 12px;
}

.rd-custom-menu-login-panel .et_pb_newsletter {
	margin-bottom: 0px;
}

#top-menu-nav #menu-item-499, #top-menu-nav #menu-item-501{
	display: none;
}

.rd-facebook, .rd-google {
	display: inline-block;
}

.rd-facebook img, .rd-google img {
	vertical-align: middle;
}

@media only screen and ( max-width: 979px ) {
	.rd-custom-menu-main {
		display: none;
	}
}
/*----------------------------------------------------------*/
/*---------------------- OFFERS TABLE-----------------------*/
/*----------------------------------------------------------*/

.rd-offer-data-label-line, .rd-offer-data-line {
/*padding-top: 12px;*/
/*width: 960px;*/
/* 	line-height: 2.4em;
 */
 }

.rd-counteroffer-line {
	width: 960px;
}


/*----------------------------------------------------------*/
/*---------------------- COMMENTS FORM-----------------------*/
/*----------------------------------------------------------*/
#email-notes {
	display: none;
}



/*----------------------------------------------------------*/
/*------------- HISTORY FOR EACH OFFER ITEM-----------------*/
/*----------------------------------------------------------*/

.rd-history-display, .rd-modal-window {
  position: fixed;
  top: 30%;
  left: 50%;
  background-color: #FFF;
  padding: 20px;
  width: 600px;
  margin-left: -300px;
  overflow-y: scroll;
}

.rd-history-overlay, .rd-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.rd-history-item {
  display: inline-block;
  padding: 12px;
  width: 10%;
}

.rd-history-item-time {
  display: inline-block;
  padding: 12px;
  width: 22%;
}

.rd-history-item {
	display: inline-block;
}

.rd-history-line {
  border-bottom: 1px solid;
  border-color: #E4E4E4;
}

.rd-history-title, .rd-modal-title {
	display: inline-block;
}

.rd-history-close, .rd-modal-close {
	display: inline;
}

.rd-history-close img, .rd-modal-close img {
	float: right;
}














.login-field-icon.fui-user, .form-control.login-field {
    display: block;
	color: #a0a0a0;
}



/*----------------------------------------------------------*/
/*------------------------ TRACKING ------------------------*/
/*----------------------------------------------------------*/

.rd-offer-tracking {
    background-color: #fff;
    color: #FFF;
    padding: 12px;
    text-align: center;
    border: 1px solid;
    border-color: #eb5b5a;
}

#rd-offer-tracking-blink{
	-webkit-animation: borderBlink 1s step-end infinite;
    animation: borderBlink 1s step-end infinite;
}

@-webkit-keyframes borderBlink {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: #eb5b5a
    }
}

@keyframes borderBlink {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: #eb5b5a
    }
}


.rd-tracking-edit: hover{
	cursor: pointer;
}



/*new*/
.rd_tracking_form_add, .rd_tracking_form_add_remove, .rd_tracking_form_delete, .rd_tracking_number {
	display: inline-block;
}

.rd_tracking_form_line {
	padding: 4px 0;
}

.rd_tracking_form_delete {
	padding: 0 4px;
}
/*----------------------------------------------------------*/
/*------------------RECEIVING PAGE- ------------------------*/
/*----------------------------------------------------------*/
.rd_receiving_page_item {
	display: inline-block;
	width: 80%;
	margin-right: 24px;
}


.rd_receiving_page_item input[type="text"]{
	width: 100%;
    padding: 0px 4px;
    height: 32px;
    font-size: 12px;
    vertical-align: bottom;
    margin: 4px 0;
}




.rd_item_tag {
	display: inline-block;
	margin-left: 4px;
}

.rd-part-editable, .rd-qty-editable, .rd-condition-editable, .rd-style-editable {
	display: inline-block;
}

.rd-part-editable {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

/*---------------------------------------------------------------------*/
/*------------------FILE UPLOAD : DISCREPANCY- ------------------------*/
/*---------------------------------------------------------------------*/


.rd_discrepancy_img {
	display: none;
}


.rd_input_file_label {
    display: inline-block;
    cursor: pointer;
}




/*----------------------------------------------------------*/
/*------------------ OFFER LOG ------------------------*/
/*----------------------------------------------------------*/

.rd_offer_log_single_one {
	display: inline-block;
	width: 20%;
}

.rd_offer_log_single_two {
	display: inline-block;
	width: 30%;
}

.rd_offer_log_single_three {
	display: inline-block;
	width: 40%;
}

.rd_offer_log_line {
	border-bottom: 1px solid #efefef;
	line-height: 1.8em;
}

.rd_offer_log_main {
	height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}



/*----------------------------------------------------------*/
/*------------------ PDF ON ADMIN ------------------------*/
/*----------------------------------------------------------*/
.rd_admin_pdf {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #d8d8d8;
	text-align: center;
}



/*----------------------------------------------------------*/
/*------------------ NOTES METABOX ------------------------*/
/*----------------------------------------------------------*/

#rd_notes_metabox_submit {
	margin: 12px 0;
	display: inline-block;
}

#rd_notes_metabox_submit a {
	padding: 12px;
    background: #ea5b5a;
    height: 32px;
    cursor: pointer;
    color: #FFF;
}

.rd_notes_metabox_main {
	margin-top: 12px;
}

.rd_notes_metabox_single {
	padding: 12px;
	background-color: #f5f1e0;
	margin-bottom: 12px;
}


.rd_notes_metabox_entry {
	display: inline-block;
}

.rd_notes_metabox_delete {
	display: inline-block;
	text-align: right;
	float: right;
	cursor: pointer;
}



/*----------------------------------------------------------*/
/*------------------GO TO OFFER  ------------------------*/
/*----------------------------------------------------------*/


#rd_go_to_offer_form_id, #rd_go_to_offer_form, #rd_go_to_offer_go {
	display: inline-block;
}

#rd_go_to_offer_form input[type=text] {
	height: 20px;
	width: 80px;
	padding: 0 4px;
}


#rd_go_to_offer_form_id {
	padding: 0 12px;
	background-color: #4a4a4a;
}


#rd_go_to_offer_go {
	line-height: 20px;
    border: none;
    padding: 1px 8px;
}



.one_half, .one_half_last {
	display: inline-block;
	width: 40%;
}





#rd_received_all_btn input[type="submit"] {
    background-color: #fff;
    border: none;
    color: #ea5b5a;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}


#wp-admin-bar-new-offers {
	display: none;
}


.rd-custom-menu-my-account {
	padding-right: 12px;
}



/*-----------------------------------------------------*/
/*--------------------[ UPS MODAL ]------------------------*/
/*-----------------------------------------------------*/
#rd_ups_toggle .et_pb_module{
	margin-bottom: 0px;
	display: inline-block;
}


#rd_ups_button {
	margin-top: 12px;
}


#rd_ups_toggle #rd_ups_learn_btn {
	background-color: #18a89a;
}


#rd_ups_toggle #rd_ups_learn:hover {
	background-color: #139689 !important;
}


#rd_ups_overlay, #rd_ups_learn_overlay {
	display: none;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 999998;
    width: 100%;
    height: 100%;
    top: 0;
}

#rd_ups_modal, #rd_ups_learn_modal {
	display: none;
	z-index: 999999;
    width: 400px;
    height: auto;
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin: -200px;
	padding: 40px;
}


#rd_ups_modal input[type="number"] {
	margin-bottom: 12px;
	width: 90px;
}



#rd_ups_title {
    width: 80%;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 12px;
}

#rd_ups_close, #rd_ups_learn_close {
	width: 20%;
	display: inline-block;
	float: right;
	text-align: right;
	cursor: pointer;
}

#rd_ups_instructions {
	padding-bottom: 12px;
}

#rd_ups_calculate {
	display: inline-block;
    color: #fff;
    background-color: #EA5B5A;
    width: fit-content;
    text-align: center;
    padding: 2px 12px;
    margin-top: 8px;
    border-radius: 4px;
    font-size: 14px;
	cursor: pointer;
}

#rd_ups_total {
	padding-top: 12px;
}

#rd_ups_total_number {
	font-size: 20px;
}

.rd_ups_half_one {
	width: 120px;
	display: inline-block;
}

.rd_ups_half_two {
	width: 190px;
	display: inline-block;
}

@media only screen and (min-width: 980px){
	#rd_ups_row {
		width: 906px;
	}
}
/*-----------------------------------------------------*/
/*--------------------[ DEDUCTIONS ]------------------------*/
/*-----------------------------------------------------*/
form#offer_deductions {
	margin-bottom: 0px;
}


.rd_offers_deductions_label {
	display: inline-block;
	width: 140px;
	margin-left: 12px;
}

.rd_offers_deductions_shipping, .rd_offers_deductions_overnight, .rd_offers_deductions_secondchck {
	display: inline-block;
}


#rd_offers_deductions_submit {
	display: inline-block;
}

#rd_offers_deductions_submit input[type="submit"] {
	background-color: #FFF;
	color: #EA5B5A;
	border: 1px solid;
	border-color: #EA5B5A;
	padding: 3px 4px 3px 4px;
	cursor: pointer;
	font-size: 10px;
	display: inline-block;
}


#rd_offer_subtotal {
    font-size: 16px;
    background-color: #e6e6e6;
    padding: 4px;
    margin-top: 12px;
}

.rd-offers-total {
    background-color: #e6e6e6;
    font-size: 18px;
    padding: 4px;
	margin-top: 12px;
}







.rd-offers-table-main {
	width: 100%;
	margin: 20px 0px;
}

@media only screen and (max-width: 600px) {
	.rd-offers-table-main {
		width: 100%;
		overflow: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin: 20px 0px;
	}
}



.rd-offer-data-item-counteroffer_main, .rd_offer_data_item_qty_rcvd_main {
    width: 100%;
    height: 40px;
    display: flex;
/*  justify-content: center; */
	align-items: center;
}

.rd_counteroffer_input {
    width: 100%;
}

.rd-offer-data-label-line, .rd-offer-data-line {
	border-bottom: 1px solid #efefef;
}

.rd-offer-data-line {
	font-size: 12px;
}


.rd_standard_btn {
    width: fit-content;
	display: inline-block;
}


.rd_standard_btn input[type="submit"], .rd_offer_system_accept_btn_incomplete {
	border: 0px;
    padding: 6px 12px;
	background-color: #ea5b5a;
	color:#fff;
	font-size: 12px;
	cursor: pointer;
    border-radius: 4px;
}

.rd_standard_form {
	display: inline-block;
	margin-right: 6px;
}


.rd_accept_btn_incomplete {
	font-size: 12px;
    background-color: #d2d2d2;
    padding: 2px 10px;
    border-radius: 3px;
	cursor: pointer;
}


.rd_discrepancy_modal_main {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
	display: none;
}

.rd_discrepancy_modal_submain {
    width: 400px;
    height: fit-content;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
	padding: 40px;
}


select.rd_discrepancy_boxcondition, select.rd_discrepancy_boxstyle, .rd_discrepancy_qtyrcvd input[type="number"], .rd_discrepancy_price input[type="number"] {
    width: 100%;
    margin: 2px;
}

.rd_discrepancy_item_name {
	margin-bottom: 12px;
}


.rd_arrow_back {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
	transform: rotate(180deg);
    font-size: 16px;
    /* margin-top: -16px; */
    line-height: 40px;
    text-align: right;
}


.rd_new_delete_btn {
	font-size: 16px;
    color: #ea5b5a;
    line-height: 40px;
	cursor: pointer;
}

.rd_offer_system_accept_btn_incomplete input[type="submit"] {
	background-color: #d0d0d0;
}

.rd_standard_after_items_line {
	padding: 20px;
  text-align: right;
  background-color: #ececec;
  border-top: 2px solid #fff;
}

@media only screen and (max-width: 600px) {
	.rd_standard_after_items_line {
		width: 960px;
	}
}

.rd_offer_system_total {
	font-size: 16px;
	margin: 12px 0px;
	font-weight: 600;
}

.rd_offer_system_additionalinfo {
	margin-top: 16px;
}

#rd_offer_system_totals_info_main, #rd_offer_deductions {
	margin-left: 8px;
}

.rd_deductions_label, .rd_deductions_input {
	display: inline-block;
}

.rd_deductions_label, #rd_offer_discrepancies_label {
	width: 160px;
	margin-left: 12px;
}

.rd_deductions_value {
	display: inline-block;
}

#rd_offer_final_totals {
    font-size: 20px;
    font-weight: 600;
    background-color: #ececec;
    padding: 8px;
		margin-top: 12px;
}

#rd_offer_discrepancies_label, #rd_offer_discrepancies_value {
	display: inline-block;
}

#rd_offer_discrepancies_label {
	margin-left: 8px;
	width: 170px;
}


#rd_counteroffers_after_items_line {
	text-align: right;
	/* padding-left: 720px; */
}


#rd_offer_history_modal_main {
    position: fixed;
    z-index: 999999999;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
}

#rd_offer_history_modal_window {
    position: relative;
    width: 400px;
    height: 300px;
    background-color: #fff;
    position: abx;
    top: calc(50% - 200px);
    margin: auto;
    padding: 40px;
}

#rd_item_history_close {
    float: right;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.rd_item_history_headers {
	margin-top: 20px;
}

.rd_item_history_item {
	display: inline-block;
	width: 80px;
}

.rd_item_history_time {
	width: 120px;
}

#rd_offer_history_modal_items {
	height: 160px;
	overflow-y: scroll;
}

.rd_item_history_line, .rd_item_history_headers {
    border-bottom: 1px solid #e0e0e0;
}


.rd_inkstyle{
	height: 34px;
	overflow: hidden;
}

#rd_receive_buttons_line {
	text-align: left;
}

.rd_icon_star {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}

.rd_offer_system_nooflabels, #rd_labels_no {
	display: inline-block;
}

#rd_edit_labels {
  display: inline-block;
  margin-left: 8px;
  color: #e97170;
  vertical-align: middle;
}

#rd_edit_labels:hover {
	cursor: pointer;
}

#rd_offer_header_sold, #rd_offer_header_bought, #rd_offer_header_stocks, #rd_offer_header_onorder, #rd_offer_header_disabled {
	width: 50px;
	line-height: 1em;
	display: inline-block;
	padding: 4px 12px 8px 8px;
}

.rd_offer_sold, .rd_offer_bought, .rd_offer_stocks, .rd_offer_onorder, .rd_offer_disable {
	width: 50px;
	display: inline-block;
	padding: 4px 12px 8px 8px;
}


/*--------------------------------------------------------*/
/*----------------------[ 11 nov 2018 ]-------------------*/
/*--------------------------------------------------------*/
.rd_offer_model, .rd_offer_brand, .rd_offer_qty, .rd_offer_qtyrcvd, .rd_offer_boxcondition, .rd_offer_boxstyle {
	line-height: 1.2em;
	vertical-align: middle;
}

.rd-offer-data-item-one, .rd-offer-data-item-two, .rd-offer-data-item-three, .rd-offer-data-item-four, .rd-offer-data-item-one-x {
	height: auto;
	line-height: auto;
	padding: 4px 8px;
}

#wp-admin-bar-site-name,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-offers_page {
	display: none;
}

.rd_standard_btn_red {
	color: #fff;
	background-color: #ea5b59;
	width: 80px;
	padding: 2px 8px;
	margin: auto;
	margin-top: 12px;
	font-size: 12px;
	border-radius: 4px;
}

.rd_standard_btn_red:hover{
	cursor: pointer;
}

.rd_one_third {
	width: 25%;
	float: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
}

@media (max-width: 959px) {
	.rd_one_third {
		width: auto;
	}
}



/*----------------------------------------------------------*/
/*------------------CEDCOMMMERCE----------------------*/
/*----------------------------------------------------------*/


.ced_offer_system_id {
    display: inline-block;
    padding: 7px;
    font-weight: bold;
    border: 1px solid;
    font-size: 14px;
}
.ced_offer_system_id_wrapper {
	margin: 10px;
}
div#rd-user-offer-history .rd-inkoffer-meta-box-main {
    height: 400px;
}

.ced_market_loader
{
  display: none;
}
.ced_market_loader {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.ced_market_loader img {
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40%;
}


/*image - desceperency*/

/* Style the Image Used to Trigger the Modal */
.ced_my_disperency_img{
    max-width: 8%;
height: auto;
border: 2px solid red;
padding: 4px;
}
img#img01 {
    border: 5px solid #f3f3f3;
    padding: 10px;
}
.ced_show_dispernecy_image {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    margin-left: -4px;
    width: 124px;
}
.ced_my_disperency_img {
    border: 2px solid red;
    padding: 4px;
}
.ced_my_disperency_img {
    max-width: 100%;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
img.ced_my_disperency_img {
    width: 60px;
    height: 50px;
    cursor: pointer;
}
.ced_discrepancy_content .rd-offer-data-line .rd-offer-data-item-two {
    width: 12% !important;
}
.ced_discrepancy_content .rd-offer-data-line .rd-offer-data-item-one {
    width: 12% !important;
}
.ced_discrepancy_content .rd-offer-data-line .rd-offer-data-item-three {
    width: 7% !important;
}
.ced_discrepancy .rd-offer-data-label-two {
    width: 12%;
}
.ced_discrepancy .rd-offer-data-label-one {
    width: 12%;
}
.ced_discrepancy .rd-offer-data-label-three {
    width: 12%;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*image desciperency*/
