/*Login*/
body.page-id-428 #main-content {
	font-family: IsidoraSans-SemiBold;
	background: #fff;
	padding: 25px;
}

body.page-id-428 .no-access {
	display: none;
}

html body .affwp-table th {
	background: #464646;
	color: #fff;
	border-color: #464646;
}

html body .affwp-table td {
	background: #fff;
}

html body .affwp-table tr:nth-child(odd) td {
	background: #f7f7f7;
}

.affwp-add-campaign input {
	padding: 2px !important;
	border: none !important;
	background: #fff !important;
}


@media (min-width: 768px){
	.affwp-campaigns-table td:first-of-type {
		width: 40%;
	}

	.affwp-campaigns-table td:last-of-type {
	    width: 25%;
	    text-align: center;
	}
}

.swteaffwp-main-header label {
	font-family: IsidoraSans-Bold;
	font-weight: normal;
	text-transform: uppercase;
}

.swteaffwp-colored-label {
	color: #51e381;
}

.swteaffwp-light {
	font-family: IsidoraSans-SemiBold;
	text-transform: lowercase;
}

.affwp-affiliate-dashboard-tab {
	float: none;
	width: 100%;
	border-top: 1px solid #ccc;
	background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    font-family: IsidoraSans-Bold;
    text-transform: uppercase;
    color: #7e7e7e;
}

@media (min-width: 768px){
	.affwp-affiliate-dashboard-tab {
		float: left;
    	width: 33.33%;
		font-size: 0.85em;
	}
	
	html #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
		padding: 20px;
	}
}

.affwp-affiliate-dashboard-tab.active {
	border-top: 1px solid #fff;
	background: #fff;
}

.affwp-affiliate-dashboard-tab a {
	font-family: IsidoraSans-SemiBold;
	font-weight: 400;
	color: #7e7e7e;
}

.affwp-affiliate-dashboard-tab.active a {
	font-family: IsidoraSans-Bold;
	font-weight: 400;
	color: #f04f1a;	
}

.affwp-tab-content {
	background: #fff;
	padding: 30px;
	clear: both;
}

.affwp-tab-content h3 {
	font-size: 1.5em;
	font-family: IsidoraSans-SemiBold;
	text-transform: uppercase;
	color: #464646;
}

.affwp-tab-content h4 {
	font-family: IsidoraSans-SemiBold;
	text-transform: uppercase;
	color: #464646;
}

.affwp-form input.btn {
	border: 0 !important;
}

#affwp-business-country {
	width: 100%;
}

.affwp-payment-header {
	display: flex;
	align-items: center;
	justify-self: auto;
	margin-bottom: 20px;
}

#affwp-affiliate-dashboard .affwp-payment-header h4 {
	margin: 0;
}

#affwp-affiliate-dashboard .affwp-payment-header img {
	margin-right: 10px;
}

#affwp-affiliate-dashboard-profile input,
#affwp-affiliate-dashboard-profile select,
#affwp-affiliate-dashboard-profile textarea {
    padding: 5px;
    border: 1px solid #bfbfbf;
    background: #f8f8f8;
}

.affwp-table-responsive td::before {
    display: none;
}

/* CREATIVES */
.swte-affwp-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999999;
	transform: translate(-50%,-50%);
	width: 50%;
	min-width: 300px;
	max-height: 80%;
	overflow: scroll;
	padding: 50px 25px;
	background: #fff;
	border: 1px solid #464646;
}

.swte-affwp-popup-close {
	position: absolute;
	top: 0;
	right: 15px;
	color: #464646;
	font-size: 2em;
}

.swte-affwp-popup h1 {
	font-size: 1.45em;
}

.swte-affwp-popup h2 {
	font-size: 1.15em;
}

.swte-affwp-creative-types,
.swte-affwp-creative-tags {
	font-family: IsidoraSans-SemiBold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.swte-affwp-creative-types li a {
	padding: 4px 8px;
	display: block;
	width: 100%;
	background: #ebebeb;
	border: 1px solid #ccc;
	color: #464646;
	text-decoration: none;
	text-align: center;
}

.swte-affwp-creative-types li a.active {
	text-decoration: none;
	background: #464646;
	color: #fff;
	border: 1px solid #464646;
}

.swte-affwp-creative-tags li a {
	padding: 2px 20px;
	display: block;
	float: left;
	background: #ebebeb;
	border: 1px solid #ccc;
	color: #464646;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	margin: 10px;
}

.swte-affwp-creative-tags li a.active {
	text-decoration: none;
	background: #464646;
	color: #fff;
	border: 1px solid #464646;
}

.creative-banner-container {
	width: 30%;
	margin: 30px 0;
}

.creative-banner-container .code {
	display: none;
}

.swte-affwp-popup .code  {
	width: 100%;
	height: 100px;
	resize: none;
}

.swte-affwp-popup img {
	max-height: 200px;
}

.swte-creative-text textarea {
	width: 100%;
}

.creative-article-container-inner,
.creative-email-container-inner {
	width: 300px;
	text-align: center;
	padding: 30px 15px;
	background: #ececec;
	margin: 20px;
	float: left;	
}

textarea.swte-creative-text textarea {
	white-space: pre;
}

.email-preview-container {
	width: 100%;
	height: 50vh;
}

.swte-campaign-selector {
	width: 100%;
	margin-bottom: 20px;
}

/*FEVR Date input fix*/
input[type="date"] {
	background-color: transparent;
	border: 1px solid #bfbfbf;
	line-height: 1.286em;
	padding: 12px;
	font-family: "Open Sans",sans-serif;
	color: #5d5d5d;
	font-size: 1em;
	-moz-transition: border-color .2s linear,background-color .2s linear,color .2s linear;
	-o-transition: border-color .2s linear,background-color .2s linear,color .2s linear;
	-webkit-transition: border-color .2s linear,background-color .2s linear,color .2s linear;
	transition: border-color .2s linear,background-color .2s linear,color .2s linear;
	width: 100%;
}

.swte-affiliate-commission-form {
	display: none;
}

#swte-affwp-commission-form-trigger {
	transform: translateY(-15px);
	display: block;
	font-size: 0.8em;
}