body.wp-admin.Premise-WP {}

#premise-split-view .premise-row {
	padding-top: 20px;
}

#premise-split-view .psv-ui-separator {
	top: 20%;
	left: 50%;
	height: 60%;
	width: 1px;
	margin-left: -.5px;
	background-color: #ddd;
}

#premise-split-view .psv-cpt-ui {
	box-sizing: border-box;
	padding: 40px;
}

.psv-ui-insert {
	min-height: 70px;
}

.psv-insert-content {
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .6s ease-in-out;
}

.psv-insert-content.psv-content-active {
	visibility: visible;
	opacity: 1;
}

/**
 * The modal
 */

#pwpsv-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 99999;

	/*display: block !important;*/
}

#pwpsv-modal .pwpsv-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pwpsv-modal .pwpsv-modal-wrapper {
	position: relative;
	width: 90%;
	height: auto;
	max-height: 80%;
	max-width: 800px;
	margin: 10% auto 0;
	padding: 40px;
	background-color: rgba( 255, 255, 255, 1 );
	border-radius: 3px;
	box-shadow: 0 0 100px 0px #444;
}

#pwpsv-modal .pwpsv-modal-wrapper #pwpsv_insert_editor_ifr {
	min-height: 300px;
}

#pwpsv-modal #pwpsv-insert-content {
	background-color: #148a43;
	color: #ededed;
	border: 1px solid #148a43;
}

#pwpsv-modal #pwpsv-insert-cancel {
	background-color: #d62323;
	color: #ededed;
	border: 1px solid #d62323;
}


/* 900px */
@media screen and (max-width:900px) {

	/* Horizontal line */
	#premise-split-view .psv-ui-separator {
		top: 50%;
		left: 0;
		height: 1px;
		width: 100%;
		margin-left: 0;
	}

	/* Reduce padding */
	#premise-split-view .psv-cpt-ui {
		padding: 30px 40px;
	}

	.psv-ui-insert {
		min-height: 52px;
	}
}