@charset "utf-8";
/* CSS Document */
@import url(fileuploader.css);


.clearfix{
	clear:both;
}
/*layout generator*/

ul.add_sidebar li{
	float:left;
	width:130px;
}
ul.add_sidebar li input[name="name_sidebar"]{
	width:100px;
}
ul.layout_base_info li select{
	width: 371px;
}
ul.layout_base_info  li.lay_disabled, ul.layout_base_info  li.lay_enabled{
	width: 33px;
	position: relative;
	padding: 5px 15px;	
}
ul.layout_base_info  li.lay_disabled span, ul.layout_base_info  li.lay_enabled span{
	position: absolute;
	display: block;
	height: 7px;
	width: 7px;
	left: 6px;
	top: 10px;
}
ul.layout_base_info  li.lay_disabled span{
	background: #ccc;
}
ul.layout_base_info li.loading_layout{
	position: absolute;
	right: 18px;
	display: none;
	top: 210px;
}
ul#lay_gen{
	padding: 5px 0;
	background: white;
	border: 1px solid #eee;
}
.notshow{
	display:none;
}

ul#lay_gen li{
	cursor:pointer;
	background:#eee;
	height: 55px;
	margin:5px 10px 0;
	position:relative;
	border-radius: 5px;
}
#lay_gen img.sd_close{
	position:absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}
ul#lay_gen div{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	cursor:pointer;
	z-index:1;
}
ul#lay_gen select{
	z-index:1;
}
ul#lay_gen li.nothover{
	height:auto;
	background: none;
}

ul#lay_gen li ul.horinzontal{
	overflow: hidden;
	text-align: center;
}
ul#lay_gen li ul.horinzontal li{
	width: 15%;
	margin: 0;
	padding:0;
	height: 100px;
	*display: inline;
	*zoom: 1;
	display: inline-block;
	vertical-align: top;
}
ul#lay_gen li ul.horinzontal li.content,
ul#lay_gen li ul.horinzontal li.content:hover,
ul#lay_gen li ul.horinzontal li.content:active{
	width: 36%;
	cursor: default;
	background: #00334F;
	background: rgba(0, 51, 79, .85);
}
ul#lay_gen li h4,
ul#lay_gen li ul.horinzontal li.content h4{
	text-align:center;	
	color:#666;
}
ul#lay_gen ul.horinzontal li.content h4{
	text-align:center;	
	color:#f1f1f1!important;
	font-size: 17px;
	line-height: 40px;
}
ul#lay_gen li h4{
	margin:0;
	font-size: 17px;
	padding: 20px 50px 0 0;
	text-transform:none;
}
ul#lay_gen li ul.horinzontal h4{
	font-size:13px;
	text-transform:none;
	padding: 30px 5px;
}
ul#lay_gen li#slider_page h4{
	padding-left:0;
	padding-right:0;
}
ul#lay_gen li ul.horinzontal li.last_hor{
	margin:0;
}
ul#lay_gen li.selected,
ul#lay_gen li ul.horinzontal li.selected,
ul#lay_gen li.selected:hover,
ul#lay_gen li.selected:active,
ul.layout_base_info li.lay_enabled span{
	background:#00334F;
	background: rgba(0, 51, 79, .85);
}
ul#lay_gen li.selected h4{
	color: #f1f1f1;
}
#lay_gen select.widget_style{
	position: absolute;
	top: 0; left: 0;
	width: 30%;
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}
ul#lay_gen  li:hover > select.widget_style{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.horinzontal select.widget_style{
	width: 100%;
}
ul.slider_opt select.widget_style{
	width:auto;
}
.loading_sld{
	display: none;
}

/*************/
/* uploader */
/***********/

div.uploader{
	border: 1px solid #CCC;
	background: white;
}
div.uploader .uploader-title{
	display: block;
	padding: 15px;
	font-size: 17px;
}
.arrow-up,.arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position:relative;
}
.arrow-up{
	bottom:36px;
	border-bottom: 8px solid #880000;
}
.arrow-down {
	bottom:24px;
	border-top: 8px solid #880000;
}
#file_stored,#logo_stored{
	display: none;
}
#ts_logo_file{
	margin: 15px 0;
}
#ts_logo_file p{
	margin:1px 0;
	font-weight:bold;
}
#file_ct span.number{
	font-size:20px;
	position:absolute;
	left: 10px;
	top: 10px;
	background: white;
	padding: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#file_ct li{
	background: white;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px;
}
#file_ct img.thumb{
	border:1px #ccc solid;
	margin:0 7px 0 0;
}
#file_ct input,#file_ct img.close{
	position:relative;
	padding: 6px 12px;
	display: inline-block;
	vertical-align: top;
}
#file_ct img.close,#lay_gen img.sd_close{
	cursor:pointer;
}

/**************/
/* boxes css */
/************/

#default_widget_boxes{
	border-top: 1px solid rgb(204, 204, 204);
	padding: 10px 0;
}

.question_tooltip{
	font-weight: bold;
	background: #2600FF;
	position: relative;
	padding: 0 4px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .3);
}
.question_tooltip:hover .question_tooltip-desciption{
	display: block;
}
.question_tooltip .question_tooltip-desciption{
	display: none;
	width: 340px;
	padding: 10px;
	position: absolute;
	font-size: 11px;
	left: -150px;
	bottom: 16px;
	background: #fafafa;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	border: 3px solid #ccc;
	z-index: 100;
}
.question_tooltip .question_tooltip-desciption img{
	float: right;
	margin: 10px 0 0 5px;
	border: 2px solid #aaa;
}
.question_tooltip .question_tooltip-desciption p{
	text-align: justify;
	color: #333;
	text-transform: none;
}

/* new layout themegenerator */

#wrapper-options-wpthemegenerator{
	_text-align: center;
}
#wrapper-options-wpthemegenerator input[type="text"]{
	padding: 7px;
}
#wrapper-options-wpthemegenerator select{
	padding: 5px 7px;
	height: auto;
}
#wrapper-options-wpthemegenerator #icon-wpthemegenerator{
	background: url(ico-wpthemegenerator.png) no-repeat;
}
#wrapper-options-wpthemegenerator h2{
	text-align: left;
}
.wptg-cols{
	text-align: left;
	width: 47%;
	margin: 10px 20px 0 0;
	display: inline-block;
	vertical-align: top;
	min-width: 400px;
}
#wrapper-options-wpthemegenerator h3{
	cursor: default;
	font-size: 15px;
	font-weight: normal;
	padding: 7px 10px;
	margin: 0;
	line-height: 1;
}

/* inside-cols */
.inside{
	/*overflow: hidden;*/
}
.inside-cols{
	width: 30%;
	float:left;
	min-width: 150px;
}
.inside-cols > label, .inside-cols > input, .inside-cols > small, .inside-cols > textarea{
	width: 98%;
	display: block;
}

.inside-cols2{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.display-table-cell{
	display: table-cell;
	vertical-align: top;
}
.display-table-row{
	display: table-row;
}
.inside-row{
	display: block;
	padding: 5px 0;
}

/* Logo setup */
.title_type_logo{
	padding: 10px 5px 0;
	margin: 5px 0 0;
	font-size: 15px;
	display: block;
}
.setup-logo-area{
	background: rgba(255, 255, 255, .5);
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	margin: 10px 0;
}
.header-logo-setup{
	padding: 5px;
	background: #f3f3f3;
	text-align: right;
}
.footer-logo-setup{
	background: #f3f3f3;
	padding: 10px;
}
.area_options_logo{
	padding: 10px 10px;
	position: relative;
}
.logo-footer-area{
	padding: 10px 0 0;
}
.logo-currenty-disabled{
	position: absolute;
	display: none;
	width: 100%; left:0; top: 0;
	height: 100%;
	z-index: 1;
	background: #999;
	background: rgba(255, 255, 255, .9);
	text-align:center;
}
.logo-currenty-disabled label{
	font-size: 25px;
	color: #777;
}
.area_options_logo div label{
	display: inline-block;
	min-width: 110px;
}
.area_options_logo div select, .area_options_logo div input{
	display: inline-block;
	width: 250px;
}
.header-logo-setup label{
	padding: 5px 0 5px 10px;
	display: inline-block;
}
.setup-logo-area #logo_url{
	max-width: 100%;
	height: auto;
}
#ts_logo_file{
	padding: 10px;
	background: rgba(200, 200, 200, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
	border-radius: 4px;
	text-align: center;
}

.btn-primary, .qq-upload-button{
	border-radius: 4px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006DCC;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
	background-image: -webkit-linear-gradient(top, #08C, #04C);
	background-image: -o-linear-gradient(top, #08C, #04C);
	background-image: linear-gradient(to bottom, #08C, #04C);
	background-image: -moz-linear-gradient(top, #08C, #04C);
	background-repeat: repeat-x;
	border-color: #04C #04C #002A80;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.qq-upload-button{
	margin: auto;
}

/* setup meta & favicon */
.setup-meta-favicon .inside-cols2 input, .setup-meta-favicon .inside-cols2 textarea{
}
.setup-meta-favicon .display-table-cell label,
#wptg-footer-info .display-table-cell label,
#wptg_google_analytics-sortables .display-table-cell label,
#wptg-shopping-cart .display-table-cell label,
#wptg-slider .display-table-cell label,
#wptg-page-layout .display-table-cell label, 
#wptg-testimonial-quotes .display-table-cell label,
#wptg-font-style .display-table-cell label{
	width:  145px!important;
	display: block;
}
.table-cell-2{
	width: 100%;
}
.display-table-cell input[type="text"],
.display-table-cell textarea,
.display-table-cell select{
	width: 100%;
	display: block;
	resize: none;
}
.description-full{
	padding: 0 0 10px;
	margin-bottom: 10px; 
	border-bottom: 1px solid #e1e1e1;
}
.description-full2{
	display: block;
	clear: both;
}
.display-block{
	display: block;
}

/* setup posts area */
.setup-posts-area label, .tg_social_network label{
	width: 150px;
	display: inline-block;
}
.setup-posts-area select{
	width: 55%;
	display: inline-block;
}

/* setup wpthemegenerator */
.wptg-cpt-area label{
	display: inline-block;
	vertical-align: top;
}
.wptg-cpt-area select{
	width: 100%;
}

/* area save btn */
.area-save-btn{
	padding: 5px 0;
	text-align: right;
}

/* Custom Post type disable/enable */
#wptg-custom-post-types input[type="checkbox"]{
	margin: 0 10px 0 0;
}

/* wptg shopping cart */
#wptg-shopping-cart .display-block{
	padding: 5px 0;
}

/* wptg socials networks */
#wptg-socials-networks .table-cell-2 input[type="text"]{
	width: 90%;
	display:inline-block;
}

/* wptg_ctg_shortcode */
.wptg_ctg_shortcode{
	width: 80%;
}

/* wptg slider */
.slider-images-controls{
	padding: 7px 0;
}
.slider-images-controls input[type="checkbox"]{
	margin-top: 7px;
}
#file_ct.qq-upload-list{
	margin: 20px 0 0;
	border-top: 1px solid #E0E0E0;
}

/* page layout */
.setup-new-sidebar{
	padding: 10px 0;
	background: white;
	border: 1px solid #EEE;
}
input[name="add_sidebar"], .setup-new-sidebar{
	display: none;
}
.container-controls-new-sidebar{
	text-align: right;
}
.controls-new-sidebar{
	margin:16px 0 0;
}
.setup-new-sidebar .inside-row{
	padding: 5px 10px;
}
.controls-new-sidebar{
	padding: 7px;
}
ul.layout_base_info{
	display:block;
	position:relative;
	text-align: right;
	margin: 0;
}
ul.layout_base_info li{
	display: inline-block;
	vertical-align: top;
}

.option_content_layout{
	padding: 20px 0;
}
.title_option_tg_full{
	display: block;
	font-weight: bold;
	padding: 0 0 10px;
}

/* Setup font style */
#wptg-font-style .table-cell-first{
	vertical-align: middle;
}
#wptg_font_style-sortables .fontStyle_inputs select,
#wptg_font_style-sortables .fontStyle_inputs input[type="text"],
#wptg_font_style-sortables .fontStyle_inputs span{
	zoom: 1;
	_display: inline!important;
	display: inline-block;
}
#wptg_font_style-sortables .fontStyle_inputs input[type="text"], #wptg_font_style-sortables .fontStyle_inputs select{
	width: 40%;
}
/*
#wptg_font_style-sortables .fontStyle_inputs input[type="text"]{
	width: 20%;
}*/

/* set icon post */
#wptg-icon-posts .inside span:last-child{
	color: red;
}

@media screen and (max-width: 1024px){
	.wptg-cols{
		width: 100%;
	}
}
