.shortcode-preview-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 32px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.shortcode-preview-header {
	background: #f7f7f7;
	padding: 10px 0;
}
.shortcode-preview-modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: calc(100% - 40px);
}
.shortcode-preview-close {
	color: #fefefe;
	float: right;
	font-size: 28px;
	font-weight: bold;
	height: 50px;
	background: #FF5722;
	width: 50px;
	text-align: center;
	line-height: 46px;
}
.shortcode-preview-close:hover {
	background: #e7643b;
}
#shortcode-preview-delete,
#shortcode-preview-preview {
	display: none;
}
#shortcode-preview-delete {
	background: #ff4444;
	border-color: #ff4444 #ff4444 #ff4444;
	box-shadow: 0 1px 0 #ff4444;
	text-shadow: 0 -1px 1px #ff4444, 1px 0 1px #ff4444, 0 1px 1px #ff4444, -1px 0 1px #ff4444;
}
.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	display: none;
	margin: 20px auto;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
li.shortcode-previev a {
	color: #fff;
	background: #2196F3!important;
	font-size: 12px !important;
	text-transform: uppercase!important;
}
li.shortcode-previev a:active,
li.shortcode-previev a:focus,
li.shortcode-previev a:hover {
	color: #fff!important;
	background: #2380ca!important;
}
select#shortcode-preview-type {
    text-transform: capitalize;
}
.widefat {
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
    display: block;
		text-transform: capitalize;
}
