
input.minicolors-input {
	max-width: 194px;
	}
	.minicolors-theme-default .minicolors-swatch {
		left: 6px !important;
		width: 15px !important;
		height: 15px !important;
		margin-top: 1px;
		}

.wptwa-clearfix:before,
.wptwa-clearfix:after {
	content: '';
	display: block;
	clear: both;
	}	
.wptwa-warning {
	color: red;
	font-weight: bold;
	}
.wptwa-picker-container {
	display: inline-block;
	position: relative;
	}
	.wptwa-picker-container .wptwa-clicker {
		position: absolute;
		top: 2px;
		right: 1px;
		border-radius: 0 2px 2px 0;
		color: white;
		background: #0085ba;
		padding: 2px 10px;
		line-height: 150%;
		}
	.wptwa-picker-container .wptwa-clicker:hover {
		cursor: pointer;
		background: #008ec2;
		}
	.wptwa-picker-container .wptwa-picker-preview {
		display: none;
		}
	.wptwa-picker-container .wptwa-picker-preview.show {
		display: block;
		}
	.wptwa-picker-container .wptwa-image-container {
		display: inline-block;
		border: 1px solid #ededee;
		padding: 5px;
		background: white;
		margin-top: 4px;
		position: relative;
		max-width: calc(25em - 10px);
		}
	.wptwa-picker-container .wptwa-picker-preview img {
		display: block;
		max-width: 100%;
		}
	.wptwa-picker-container .wptwa-close-preview {
		position: absolute;
		top: 5px;
		right: 5px;
		background: red;
		width: 20px;
		height: 20px;
		}
	.wptwa-picker-container .wptwa-close-preview:hover {
		cursor: pointer;
		}
	.wptwa-picker-container .wptwa-close-preview:before,
	.wptwa-picker-container .wptwa-close-preview:after {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background: white;
		width: 100%;
		height: 2px;
		}
	.wptwa-picker-container .wptwa-close-preview:after {
		transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		}

.wptwa-account-item tr:last-child td:after {
	content: '';
	display: block;
	max-width: 25em;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	}

.wptwa-account-actions {
	margin: 20px 0 36px;
	max-width: 25em;
	}

.wptwa-queue-buttons {
	float: right;
	}
	.wptwa-queue-buttons span {
		display: inline-block;
		margin-left: 10px;
		font-size: 24px;
		background: #e9e9e9;
		border: 1px solid #e0e0e0;
		border-radius: 2px;
		width: 25px;
		height: 25px;
		overflow: hidden;
		position: relative;
		transition: background .2s;
		}
	.wptwa-account-items table:first-child .wptwa-queue-buttons span:first-child,
	.wptwa-account-items table:last-child .wptwa-queue-buttons span:last-child {
		display: none;
		}
	.wptwa-queue-buttons span:hover {
		cursor: pointer;
		background: #e0e0e0;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
		}
	.wptwa-queue-buttons i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		}
	


.wptwa-listing-info {
	font-weight: bold;
	margin-top: 1em !important;
	}
	
	.wptwa-search-posts {
		position: relative;
		width: 25em;
		max-width: 100%;
		}
	.wptwa-search-posts:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		background: transparent url('../images/loader.gif') center center no-repeat;
		background-size: contain;
		display: none;
		}
	.wptwa-search-posts.wptwa-show-loader:before {
		display: block;
		}
	
	.wptwa-inclusion {
		margin-left: 0;
		width: 25em;
		max-width: 100%;
		}
	.wptwa-inclusion li:not(.wptwa-placeholder) {
		background: #f9f9f9;
		padding: 5px 10px 5px 10px;
		margin-bottom: 2px;
		position: relative;
		}
	.wptwa-inclusion li.wptwa-placeholder {
		display: none;
		}
	.wptwa-inclusion li.wptwa-placeholder:only-child {
		display: block;
		}
	.wptwa-inclusion li p {
		margin: 0 auto;
		}
	
	.wptwa-inclusion .wptwa-title {
		display: block;
		font-weight: bold;
		}
	.wptwa-inclusion .wptwa-permalink a {
		opacity: .5;
		text-decoration: none;
		color: inherit;
		}
	.wptwa-inclusion .wptwa-permalink a:hover {
		text-decoration: underline;
		opacity: 1;
		}
	.wptwa-inclusion .dashicons {
		position: absolute;
		top: 5px;
		right: 5px;
		opacity: .5;
		}
	.wptwa-inclusion .dashicons:hover {
		opacity: 1;
		cursor: pointer;
		}
	
	/**/
	.wptwa-search-result {
		display: block;
		position: relative;
		width: 25em;
		max-width: 100%;
		z-index: 3;
		}
	.wptwa-search-result ul {
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(10px);
		background: white;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, .03);
		width: 100%;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		}
	.wptwa-search-result ul.wptwa-show {
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
		}
	.wptwa-search-result li {
		padding: 10px 15px;
		border-bottom: 1px solid #ededee;
		margin: 0;
		position: relative;
		transition: background .3s;
		}
	.wptwa-search-result li:first-child:before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		top: -7px;
		left: 30px;
		background: white;
		transform: rotate(45deg);
		z-index: -1;
		}
	.wptwa-search-result li:hover {
		background: #f5f5f5;
		cursor: pointer;
		}
	.wptwa-search-result .wptwa-title {
		display: block;
		font-weight: bold;
		margin-bottom: 2px;
		}
	.wptwa-search-result .wptwa-permalink {
		opacity: .7;
		}

@media screen and (max-width: 782px) {
	.wptwa-picker-container {
		display: block;
		}
	.wptwa-picker-container .wptwa-clicker {
		padding-top: 8px;
		padding-bottom: 8px;
		}
	.wptwa-account-item tr:last-child td:after {
		max-width: 100%;
		}
	.wptwa-account-item td select {
		width: auto;
		display: inline-block;
		}
	
	.minicolors-theme-default .minicolors-input {
		padding-left: 30px !important;
		}
	.minicolors-theme-default .minicolors-swatch {
		left: 10px !important;
		}
	.wptwa-search-posts,
	.wptwa-search-result,
	.wptwa-inclusion {
		width: 100%;
		}
	}