.wcusage_options {

}
.order-date{
	color: green;
}

.coupon-orders-single {
	margin: 20px 0px;
	width: 100%;
}

	.wcuTable {
		display: table;
		width: 100%;
		text-align: center;
		border: 1px solid #E8E8E8;

	}
	.wcuTableRow {
		display: table-row;
		background: linear-gradient(#fefefe, #f6f6f6);
	}
	.wcuTableHeading {
		display: table-header-group;
		background-color: #ddd;
	}
	.wcuTable thead {
		text-align: center;
	}
	.wcuTableCell {
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		padding: 5px 10px !important;
		/*border: 1px solid #999999;*/
		width: auto;
		max-width: 200px;
		/*color: #000;*/
	}
	.wcuTableHead {
		display: table-cell;
		padding: 5px 10px;
		/*border: 1px solid #999999;*/
		font-weight: bold;
		background: #333 !important;
		background-color: #333 !important;
		color: #fff !important;
		text-align: center;
	}
	.wcuTableFoot {
		display: table-cell;
		padding: 5px 10px;
		border: 1px solid #999999;
		background: #333;
		color: #fff;
		text-align: center;
	}
	.wcuTableBody {
		display: table-row-group;
	}

	@media screen and (max-width: 720px) {
		.wcuTableRow, .wcuTableCell, .wcuTableHead {
			display: block;
			width: 100%;
		}
	}

	@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

		.coupon-title {
			font-size: 25px !important;
		}

		.wcutablinks {
			margin: 2px !important;
		}
		.wcutab button {
			margin-top: 2px;
		}

		/* Force table to not be like tables anymore */
		.wcuTable table, .wcuTable thead, .wcuTable tbody, .wcuTable th, .wcuTable td, .wcuTable tr, .wcuTableRow, .wcuTableCell {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		.wcuTable thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		.wcuTable tr { border: 1px solid #ccc; }

		.wcuTable td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50% !important;
			padding-top: 5px !important;
			padding-bottom: 5px !important;
		}

		.wcuTable td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 5px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		.wcuTableRow, .wcu-table-payouts {
			margin-bottom: 20px;
		}

		.wcuTableCell {
			display: block;
			max-width: 100%;
		}
		.wcuTableHead {
			display: block;
		}

		.wcu-table-monthly-summary td:before {
			font-weight: bold;
		}

		.wcu-thetitlerow {
			display: none !important;
		}

	}

.wcu-tab-title {
	margin-top: 25px !important;
	margin-bottom: 25px;
}


.wcu-coupon-box {
	margin-top: 20px;
}


.wcutab {
  overflow: hidden;
}

.coupon-title {
	font-size: 30px;
	margin-bottom: 20px;
}

@media screen and (min-width: 1060px) {

	.wcuTableCell-ref-website {
		max-width: 250px; !important;
	}

}

/* Logout */

.wcusage-dash-logout {
	font-size: 12px;
	margin-top: 14px;
}

/* Style the buttons inside the tab */
.wcutab button {
  background-color: #333;
  color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 2px;
}
.wcu-active-tab {
	opacity: 0.8;
}
#search-coupon-all, #search-coupon, #search-criteria, #wcu-paypal-input, #wcu-paypal-button {
	min-height: 40px;
	padding: 5px 10px;
	border: 2px solid #333;
}
#paypal-input {
	width: 300px; max-width: 100%;
}
#submitpayoutyes {
	background: green; padding: 10px 15px; color: #fff; font-weight: bold;
}
#submitpayoutno {
	cursor: not-allowed; padding: 10px 15px;
}
#payouts_invoice_label:hover {
	cursor: pointer;
}
#wcu_copylink {
	padding: 2px 10px !important;
	border-radius: 20px !important;
}
#wcusage_copylink, .wcusage_copylink {
	margin: 0;
	padding: 2px 10px !important;
	border-radius: 20px !important;
}
#wcusage_copylink:active, .wcusage_copylink:active, #wcusage_copylink:focus, .wcusage_copylink:focus {
	opacity: 0.8;
}

.referral-url-box, .creatives-box {
	background: linear-gradient(#fefefe, #f6f6f6);
	box-shadow: 0px 0px 4px #d0d0d0;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 10px;
}

/* Monthly Summary */

.listtheproducts {
	display: none;
}
.listtheproducts .wcuTableCell {
	text-align: center;
}
.listtheproducts::before {
	display: none !important;
	content: "" !important;
}

/* Change buttons */
.wcutab button {
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}

/* Change buttons on hover */
.wcutab button:hover {
  background-color: #000;
  color: #fff;
}

/* Change buttons active */
.wcutab button.active {
  background-color: #000;
  color: #fff;
}

/* Style the tab content */
.wcutabcontent {
  display: none;
  border-top: none;
}

/* Font Styles */
.wcutabcontent p, .wcutabcontent td, .wcutabcontent tr, .wcutabcontent code, .wcuTableCell {
	font-size: 17px;
}

.wcutabcontent p {
	margin: 8px 0;
	padding: 0 !important;
}

.listproductsbutton {
	display: block;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/* Filters */

.wcu-button-export {
	border: 2px solid #333 !important;
	padding-left: 10px;
	padding-right: 10px;
}
.wcusage_settings_form {
	margin: 0;
}
.wcusage_settings_form input[type="submit"], .wcusage_settings_form input[type="button"], .wcusage_settings_form input[type="date"], .wcusage_settings_form input[type="month"],
.wcu-monthly-orders-button, .wcu-button-export, .submitpayoutno, .submitpayoutyes {
	height: 40px !important;
	font-size: 18px !important;
	padding: 0 10px !important;
	display: inline-block !important;  
	border: 2px solid #333;
}

.wcu-filters-col1, .wcu-filters-col2 {
	display: table;
	height: 70px;
}
.wcu-filters-inner {
	display: table-cell; vertical-align: middle;
}
.wcu-order-filters-space {
	min-width: 15px;
	display: inline-block;
}
@media only screen and (min-width: 760px) {
	.wcu-filters-col1 {
		width: 80%; float: left;
	}
	.wcu-filters-col2 {
		width: 20%; float: left;
	}
	.wcu-button-export {
		float: right;
	}
}
@media only screen and (max-width: 759px) {
	.wcu-filters-col1 {
		width: 100%;
		text-align: center;
	}
	.wcu-filters-col2 {
		width: 100%;
		text-align: center;
	}
	.ordersfilterbutton {
		display: block;
		margin: 4px auto;
		width: 150px;
	}
	.wcu-order-filters-field {
		width: 100%;
		display: block;
	}
	.wcu-order-filters-space {
		display: none;
	}
}

.wcu-order-filters-field input {
	max-width: 190px !important;
	display: inline-block;
}

/* Ref Urls campaigns */

.wcu-campaigns-col1, .wcu-campaigns-col2 {
	display: table;
}
@media only screen and (min-width: 760px) {
	.wcu-campaigns-col1 {
		width: 75%; float: left;
	}
	.wcu-campaigns-col2 {
		width: 25%; float: left; text-align: right;
	}
	#wcu-referral-campaign {
		width: 200px;
		max-width: 100%;
		float: right;
	}
	#wcu-add-campaign-name {
		width: 120px;
		max-width: 100%;
		font-size: 12px;
		padding: 5px;
	}
}
@media only screen and (max-width: 759px) {
	.wcu-campaigns-col1 {
		width: 100%;
		text-align: center;
	}
	.wcu-campaigns-col2 {
		width: 100%;
		text-align: center;
	}
}

/* Info Boxes */

.wcusage-info-box {
	padding: 25px 15px 25px 100px;
	background: linear-gradient(#fefefe, #f6f6f6);
	color: #000;
	border: 1px solid #f3f3f3;
	display: block;
	border-radius: 10px;
	margin: 0.5%;
	box-shadow: 0px 0px 4px #d0d0d0;
	width: 99%;
	position:relative;
}
.wcusage-info-box:before {
  content:"";
  font-family: 'Font Awesome 5 Free';
	font-size: 40px;
  position:absolute;
  left:30px;
  top:44px;
	color: #bebebe;
	width: 50px;
	text-align: center;
  font-style: normal;
  font-weight: 900;
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
 }
.wcusage-info-box-dollar:before { content:"\f155"; }
.wcusage-info-box-discount:before { content:"\f02b"; }
.wcusage-info-box-discounts:before { content:"\f02c"; }
.wcusage-info-box-usage:before { content:"\f0c0"; }
.wcusage-info-box-sales:before { content:"\f07a"; }
.wcusage-info-box-commission:before { content:"\f53a"; }
.wcusage-info-box-percent:before { content:"\f541"; }
.wcusage-info-box-clicks:before { content:"\f245"; }

	@media only screen and (min-width: 1060px) {
		.wcusage-info-box {
			width: 32.3%;
			float: left;
		}
	}
.wcusage-info-box:hover {
	background: #f9f9f9;
}
.wcusage-info-box p {
	margin: 8px 0 !important;
	padding: 0 !important;
	font-size: 32px !important;
	line-height: 32px !important;
}
.wcusage-info-box .wcusage-info-box-title {
	width: 100%;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	line-height: 20px;
	color: #000;
}
.wcusage-info-box p, .wcusage-info-box span {
	color: #000;
}
.wcusage-info-box .wcusage-info-box-value {
	width: 100%;
	font-size: 22px;
	display: block;
}

.wcusage-last-days {
	margin: 15px 0 10px 0 !important;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
	padding: 0 !important;
}

/* Graphs */

.wcusagechart {
	padding: 0px 10px 10px 10px;
	box-shadow: 0px 0px 4px #d0d0d0;
	width: 100%;
	min-height: 450px;
}

.wcusage-num-pos {
	color: green !important;
	font-size: 12px;
	position: absolute;
	margin-left: 10px;
	bottom: 27%;
}
.wcusage-num-neg {
	color: red !important;
	font-size: 12px;
	position: absolute;
	margin-left: 10px;
	bottom: 27%;
}
@media only screen and (max-width: 1260px) {
	.wcusage-num-pos, .wcusage-num-neg {
		display: block !important;
		margin-bottom: -30px !important;
		margin-left: 0px;
	}
}

.wcusagechart {
	visibility: hidden;
}

/* Loading */

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.wcu-loading-loader {
	width: 100px;
}

/* Coupon List */

.wcu-user-coupon-list {
	margin: 5px;
	float: left;
	padding: 15px 20px;
	border: 2px solid #333;
	border-radius: 5px;
}
.wcu-coupon-list-button {
	padding: 5px 20px;
	background: #333 !important;
	border: 2px solid #333;
	display: block;
	text-align: center;
	color: #fff !important;
}
.wcu-coupon-list-button:hover {
	color: #fff;
}
@media only screen and (min-width: 1240px) {
	.wcu-user-coupon-list {
		width: calc(33% - 10px);
	}
}
@media only screen and (min-width: 720px) and (max-width: 1239px) {
	.wcu-user-coupon-list {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 720px) {
	.wcu-user-coupon-list {
		width: calc(100% - 10px);
	}
}

.wcu-loading-image {
	display: inline-block;
}

.wcusage-loading {
	color: green;
}

.wcusage-refresh-data {
	margin-top: -2px;
}

/* Ref URL */

.wcusage_custom_ref_url {
	margin-bottom: 0 !important;
}

/* Social Icons */

.wcusage-social-icon {
    font-size: 30px;
		margin: 0 4px 0 0;
}

.wcusage-social-link-whatsapp {
	display: none;
}
@media only screen and (max-width: 780px;) {
	.wcusage-social-link-whatsapp {
		display: block;
	}
}

/* Login */

.wcusage-login-form-col {
	width: 50%; display: block; float: left; padding: 20px;
}
.wcusage-login-form-col input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
}
@media only screen and (max-width: 720px) {
	.wcusage-login-form-col {
		width: 100%; min-width: 300px; display: block; float: left; padding: 20px;
	}
}

/* Password */

.wcu-pw-field-icon {
	float: right;
	margin-left: -20px;
	margin-top: 0px;
	position: absolute;
	z-index: 2;
}

/* Creatives */

.creatives-box {
	margin-top: 15px;
	margin: 10px;
	float: left;
	text-align: center;
	border: 2px solid #f3f3f3;
}
.creatives-box-image {
		position: relative;
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 0px;
		background: #fff;
		border: 2px solid #f3f3f3;
}
.creatives-box-image:before{
		content: "";
		display: block;
		padding-top: 100%;
}
.creatives-box-image-content {
		position:  absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
}
.creatives-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.wcusage_creativelink {
	width: 90%;
	border-radius: 0 !important;
	border: 2px solid #f3f3f3 !important;
	border-radius: 4px !important;
	margin-bottom: 10px;
}
