/********** CSS for Shortcode Popup ***********/
.ww-vcsc-popup-content {
    margin: 0 auto 10px;
    min-height: 450px;
    display: none;
	position: absolute;
	border: 1px solid #555555;
	top: 60px;
	left: 0;
	right: 0;
	max-width: 800px;
	background: none repeat scroll 0 0 #FFFFFF;
	z-index:10002;
	font: 12px "Lucida Grande",Verdana,Arial,sans-serif;
	box-shadow: 0 4px 30px #000000;
	color: #000000;	
}
.ww-vcsc-popup-content .description {
	margin-left: 0px !important
}
.ww-vcsc-popup-overlay {
	display: none;
	background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.ww-vcsc-popup-header-title {
    float: left;
    padding: 6px 10px 0;
}
.ww-vcsc-popup-close {
 	float: right;
    padding: 6px 10px 0;
    text-align: right;
}
.ww-vcsc-header-popup {
    background-color: #222222;
    color: #CFCFCF;
    height: 27px;  
    position: relative;
    width: 100%;
}
.ww-vcsc-popup-content table.form-table {
	margin : 15px !important;
	width: 80% !important;	
}
#ww_vcsc_insert_shortcode {
	margin: 15px;	
}
.ww-vcsc-shortcode-options {
 	display: none;
}
/*.fbre-clear {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
	padding: 4px 4px 0px 4px;
}*/
.ww-vcsc-popup-error {
	padding:10px;
	border:1px solid #CC0000;
	background-color:#FFEBE8;
	border-radius:5px;
}
.ww-vcsc-shortcodes-options,.ww-vcsc-popup-error{
	display:none;
}
/********** CSS for Shortcode Popup END ***********/

@media only screen and (min-device-width : 320px) and (max-device-width : 768px)   {

	.wp-admin select{
		height:100%;
	}
	
	.ww-vcsc-popup-content{
		max-width:400px;
		 min-height: 350px;
		 
	}
}