.wpso-handles .wpso-handle {
	position: relative;
	transition: all .3s linear;
	background-color: #fff !important;
}

.wpso-handles .wpso-handle dl {
	margin: 0;
	padding: 0;
}

.wpso-handles .wpso-handle dt {
    float: left;
    clear: left;
    width: 80px;
	/*font-style: italic;*/
    /*text-align: right;*/
    /*font-weight: bold;*/
    /*color: green;*/
}

.wpso-handles .wpso-handle dt:after {
    content: ":";
}

.wpso-handles .wpso-handle dd {
    margin: 0 0 0 90px;
}

.wpso-handles .wpso-handle > td,
.wpso-handles .wpso-handle > th {
	color: #000;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

.wpso-handles .wpso-handle > th {
	border-left: 4px solid transparent;
}

.wpso-handles .wpso-handle > th > input {
	margin: 0 0 0 4px;
}

.wpso-handles .wpso-handle.is-active > td,
.wpso-handles .wpso-handle.is-active > th {
	background-color: #f7fcfe;
}

.wpso-handles .wpso-handle.is-active > th {
	border-left-color: #00a0d2;
}

.wpso-handles .wpso-handle.is-inactive > td,
.wpso-handles .wpso-handle.is-inactive > th {
	background-color: #fef7f1;
}

.wpso-handles .wpso-handle.is-inactive > th {
	border-left-color: #d54e21;
}

.wpso-handles .wpso-handle.has-conditions > td,
.wpso-handles .wpso-handle.has-conditions > th {
	background-color: #e8f5e9;
}

.wpso-handles .wpso-handle.has-conditions > th {
	border-left-color: #46b450;
}

.wpso-handles .wpso-handle.not-exist > td,
.wpso-handles .wpso-handle.not-exist > th {
	background-color: #f9f9f9;
	color: grey;
}

.wpso-handles .wpso-handle.not-exist > th {
	border-left-color: #9E9E9E;
}

.wpso-handles .wpso-handle-edit > td {
	margin: 0;
	padding: 0;
}

.wpso-handles .wpso-handle.wpso-active-edit td,
.wpso-handles .wpso-handle.wpso-active-edit th {
	background-color: #0085ba !important;
}

.wpso-handles .wpso-handle.wpso-active-edit td,
.wpso-handles .wpso-handle.wpso-active-edit th,
.wpso-handles .wpso-handle.wpso-active-edit a {
	color: #fff !important;
}

.wpso-handles .wpso-active-edit a:hover {
	text-decoration: underline;
}




.wpso-handles .wpso-handle-title {
	font-size: 14px;
}

.wpso-handles .wpso-handle-title > img {
	max-height: 16px;
	max-width: auto;
}

.wpso-handles .wpso-handle-source {

}

.wpso-handles .wpso-handle-deps {
	margin: 5px 0;
}

.wpso-handles .wpso-flex {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.wpso-handles .wpso-label {
	width: 20%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.05);
	padding: 12px;
}

.wpso-handles .wpso-content {
	padding: 12px;
	flex: 1;
}

.wpso-handles .wpso-meta {
	color: #888 !important;
	font-size: smaller !important;
}

.wpso-handles .wpso-conditions-options {
	display: flex;
	justify-content: flex-end;
}

.wpso-handles .wpso-delete-conditions {
	margin-right: 15px;
	color: #F44336;
}

#post-body .spinner {
	float: none;
}

.wpso-handles .wpso-table {
	min-width: 100%;
}


.wpso-handles .wpso-table td {
	padding: 2px;
	vertical-align: middle;
}

.wpso-handles .wpso-table td > select {
	width: 100%;
}

.wpso-handles .wpso-table .wpso-condition-single td.condition {
	width: 25%;
}

.wpso-handles .wpso-table .wpso-condition-single td.operator {
	width: 15%;
}

.wpso-handles .wpso-table .wpso-condition-single td.add-condition {
	width: 40px;
}

.wpso-handles .wpso-table .wpso-condition-single td.remove-condition {
	width: 40px;
	text-align: center;
}

.wpso-handles .wpso-table .wpso-condition-single td.remove-condition > .remove-condition-single {
	display: inline-block;
	min-width: 21px;
	min-height: 21px;
	background-color: #9e9e9e;
	border: 1px solid rgba(0,0,0,0.20);
	border-radius: 50%;
	color: #B71C1C;
    font-size: 25px;
    line-height: 15px;
    font-weight: bold;
	visibility: hidden;
}

.wpso-handles .wpso-table .wpso-condition-single:hover td.remove-condition > .remove-condition-single {
	visibility: visible;
}

.wpso-handles .wpso-conditions [data-condition-group="1"] .wpso-condition-single:first-child td.remove-condition > .remove-condition-single {
	visibility: hidden !important;
}
