/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .tab-notification-counter-red {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin: 1px 0 -1px 2px;
	padding: 0 5px;
	min-width: 18px;
	height: 18px;
	border-radius: 9px;
	background-color: #d63638;
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
	z-index: 26;
 }
 .modal {
   padding: 0 !important;
 }
 .modal .modal-dialog {
  width: 86%;
  max-width: none;
  height: 105%;
  margin: 3% 0 0 13%;
}
 .modal .modal-content {
   height: 85%;
   border: 0;
   border-radius: 0;
 }
 .modal-header {
  background: #fdfdfd;
  padding: 6px!important;
}
 .modal .modal-body {
   overflow-y: auto;
   background: #e7e7ed;
 }
 h3.comment-heading {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  top: 6px;
  left: 0;
  float: left;
}
h3.approval-heading {
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  position: absolute;
  top: 11px;
  right: 0px;
}

h3.modal-heading {
  font-size: 18px;
  font-family: inherit;
  font-weight: 700;
}
body {
   background: #f0f0f1!important;
}
a:hover {
   color: #0056b3;
   text-decoration: none!important;
}
/* Fix product popup window data */
table.return-order-table {
  width: 100%;
}
table.return-order-table img {
width: 35px;
}
span.product-title-with-img, table.return-order-table td {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #000;
  padding: 5px 10px;
  margin: 0px!important;
}
table.return-order-table thead tr th{
  font-size: 11px;
  font-family: inherit;
  font-weight: 600;
  color: #000;
  padding: 0 15px;
  min-width: 260px;
}
table.return-order-table td input[type="text"] {
  color: #665d5d;
}
table.return-order-table textarea {
  color: #665d5d!important;
}
.wp-core-ui input[type=reset]:active, .wp-core-ui input[type=reset]:hover {
  color: #fff;
  background: #135e96!important;
}

.order-date-section,
.order-customer-section,
.order-product-section {
	display: flex;
	margin-bottom: 1px;
}

.outer {
  width: 100%;
}

.product-section-item,
.customer-section-item,
.date-section-item{
  font-size: .8em;
  float: left;
}

.date-section-item span,
.customer-section-item span,
.product-section-item span{
	font-weight: 600;
	padding-right: 4px;
}

input#email_from {
  width: 450px!important;
}

button.close {
  float: right;
  background: inherit;
  border: none;
  font-size: 1rem;
}

.modal button.close {
  border: none!important;
  background: none!important;
  font-size: 1.5rem!important;
  float: right;
  vertical-align: middle;
  padding: 15px;
}

table.return-order-table>:not(:first-child) {
  border-top: none!important;
}

table.return-order-table>tbody {
  vertical-align: middle!important;
}

table.return-order-table tr {
  border: 0px solid #e7e7ed!important;
}
