/* force media manager to stay on top */
.media-modal {
	z-index: 9999999;
}

/* force editor dropdown to stay on top */
.mce-floatpanel {
	z-index: 9999999 !important;
}

#wolf-core-popup {
	width: 625px;
}

#wolf-core-popup-head {
	padding: 10px 0;
}

#wolf-core-popup-head strong {
	display: inline-block;
}

#wolf-core-popup select {
	width: 94%;
}

#wolf-core-popup input {
	position: relative;
}

#wolf-core-popup fieldset.wolf-core-tab-field input,
#wolf-core-popup fieldset.wolf-core-tab-field textarea {
	width: 100%;
}

#wolf-core-popup fieldset.wolf-core-tab-field label {
	height: 25px;
	line-height: 25px;
}

#wolf-core-popup fieldset.wolf-core-section-field input,
#wolf-core-popup fieldset.wolf-core-section-field textarea {
	width: 100%;
}

#wolf-core-popup fieldset.wolf-core-section-field label {
	height: 25px;
	line-height: 25px;
}

#wolf-core-popup a.close {
	color: #ff0000 !important;
	text-decoration: none;
}

#wolf-core-popup a.close:hover {
	text-decoration: underline;
}

#wolf-core-popup .help {
	color: #333 !important;
}

#wolf-core-popup .button-primary,
#wolf-core-popup .button {
	text-align: center;
	height: 30px;
	line-height: 18px;
	padding: 5px 12px;
	background-color: #21759b;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#2a95c5),
		to(#21759b)
	);
	background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
	background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
	background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
	background-image: -o-linear-gradient(top, #2a95c5, #21759b);
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	border-color: #21759b;
	border-bottom-color: #1e6a8d;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#wolf-core-popup a.button {
	margin-top: 0px;
}

#TB_window {
	height: 90% !important;
	z-index: 100105 !important;
}
#TB_ajaxContent {
	height: 92% !important;
}

.mce-i-wpb_shortcodes_tiny_mce_button {
	background-image: url(../../img/admin/mce_shortcode_icon.png) !important;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
}

.wolf-core-force-view {
	opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
}

div.mce-inline-toolbar-grp.mce-arrow-up,
div.mce-inline-toolbar-grp {
	z-index: 100105 !important;
}

i.wvc_shortcodes_tiny_mce_button.mce-ico {
	background: transparent center center no-repeat;
	background-image: url('../../img/admin/mce_shortcode_icon.png') !important;
	background-size: 20px 20px;
}
