.wlc-table{
	width: 100% !important;
}
.wlc-table-reset{
	padding:0px !important;
	border-spacing:0px !important;
    margin-bottom: 0px !important;	
    background-color: transparent;	
	border: none;
}
.wlc-td-reset,
table tbody>tr:nth-child(odd)>td.wlc-td-reset{
	padding:0px !important;
	border-spacing:0px !important;
	background-color: transparent;
	border: none;
}
.wlc-p-reset{
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;	
}
.wlc-reset-button,
.wlc-reset-button:focus,
.wlc-reset-button:hover {
    background-color: transparent;
    font: inherit;
    color: inherit;
    font-size: inherit;
    border-width: 0px;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
}

.wlc-opt-title{
	font-size:18px;
	line-height:25px;
}
.wlc-opt-desc{
	font-size:15px;
	line-height:20px;
}
.wlc-opt-version{
	
}
.wlc-opt-plugin-icon{
	width:16px !important;
	height:16px !important;
	margin-left:5px;
	vertical-align: sub;
}
.wlc-opt-plugin-pagetitle{
	font-size:20px;
	line-height:30px;
	margin: 0.3em 0;
}
.wlc-opt-drop-down{

}
.wlc-opt-tabcontrol{
	margin-top:-35px !important;
}
.wlc-opt-tabitem{
	cursor: pointer;
}
.wlc-opt-subtabitem{
	cursor: pointer;
}
.wlc-opt-table{
	width:100%;
	padding:10px;
}
.wlc-opt-col1{	
	width:25%;
	min-width:220px;
	height: 50px;
	vertical-align:top;
}
.wlc-opt-col2{	
	padding-left:15px;
	vertical-align:top;
}
.wlc-opt-col-align-left{
	text-align:left;
}
.wlc-opt-div-submit{
	text-align:right;
	width:100%;
}
.wlc-opt-submit{

}
.wlc-form-settings{
	margin-top: 15px;
}
.wlc-opt-checkbox{
    margin: -4px 4px 0 0 !important;
}
.wlc-opt-text{
	width:100%;
}
.wlc-opt-textarea-caption{
	border-bottom: 1px solid #ccc;
	/* border-top: 1px solid #ccc; */
	margin-bottom:15px;
}
.wlc-opt-textarea-caption h3{
    margin: 0.5em 0;
}
.wlc-opt-textarea-desc{
	/* height: 20px; */
	border-bottom: 1px solid #ccc;	
	margin-bottom:15px;	
}
.wlc-opt-textarea-desc h4{
	font-size: 1.3em;
	font-style: italic;
	font-weight: 600;
	margin: 0.5em 0;
}
.wlc-opt-textarea{
	height:400px;
	width:100%;
	border: 1px solid #ccc;
	font-family: Consolas, Monaco, monospace;
	line-height: 150%;
	outline: 0;
	padding: 10px;
	resize: vertical;
}
.wlc-opt-textarea-small{
	min-height:200px !important;
}
.wlc-opt-textarea-inlist{
	height:100px;
	min-height:100px !important;
}
.wlc-bn-img{
	height:24px !important;
}
.wlc-opt-fontsize{
	width:30px;
}

.wlc-font-small{
	line-height: 16px !important;
	font-size: 11px !important;
}
.wlc-editor{
	margin-bottom: 10px !important;
}
.wlc-tickbox-icon{
    vertical-align: middle !important;
}
.wlc-stretch{
	width: -webkit-fill-available !important;
}
.wlc-table-stretch{
	width: 100% !important;
}
.wlc-table-log, .wlc-table-user{
	margin-top: -40px;
}
.wlc-selectors-query-header{
	color:#999;
}
.wlc-button-show{
	display:inline-block;
}
.wlc-button-hide{
	display:none;
}
.wlc-list-item-submit{
	color: #0073aa;
}
.wlc-list-item-submit:hover,
.wlc-list-item-submit:active{
	color: #00a0d2;
}

/* --- ACCORDION --- */
.wlc-accordion-table>tbody>tr>td{
	vertical-align: top;
	padding:unset;
}
.wlc-accordion-buttons{

}
.wlc-accordion-table td.wlc-accordion-buttons-col{
	width: 10%;
}
.wlc-accordion-button{
	width: 230px;
	height:50px;	
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.wlc-accordion-button-active{
	background-color:red;
	border-color:white;
	color:white;
	font-weight:bold;
}
.wlc-accordion-panels{
	width:100%;
}
.wlc-accordion-table td.wlc-accordion-panels-col{
	width: 90%;	
	padding-left:15px;
}
.wlc-accordion-panel{
	display:none
}
.wlc-accordion-panel-show{
	display:table-row;
}
.wlc-editor .wp-picker-container{
	margin:0 !important;
}

/* --- SWITCH --- */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-slider:before {
	position: absolute;
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	line-height: 26px;
	text-align: center;
}

input:checked + .switch-slider {
	background-color: #2196F3;
}

input:focus + .switch-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
	border-radius: 34px;
}

.switch-slider.round:before {
	border-radius: 50%;
}
.switch-slider.wlc-italic:before{
	content: "I";
	font-style:italic;
}
/*
.switch-slider.wlc-bold:before{
	content: "G";
	font-weight:bold;
}
*/
.switch-slider.wlc-underline:before{
	content: "U";
	text-decoration:underline;
}
.switch-slider.wlc-overline:before{
	content: "O";
	text-decoration:overline;
}
.switch-slider.wlc-linethrough:before{
	content: "T";
	text-decoration:line-through;
}

/* --- COLOR PICKER --- */
.wlc-opt-tabpage .wp-picker-container .wp-color-result.button{
	width: -webkit-fill-available !important;
	margin:unset !important;
}

/* --- THICKNESS --- */
.left-rounded-box
{
	background-color: #ccc !important;
    border-spacing: 0.5px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.left-rounded-box input[type=text]
{
	width:40px !important;
}
.left-rounded-box .wlc-arrow-box
{
	vertical-align: sub !important;
    margin-left: 4px !important;
    margin-right: 3px !important;
}
.left-rounded-box .wlc-arrow-bottom-right, 
.left-rounded-box .wlc-arrow-bottom-left{
    -ms-transform: rotate(180deg) !important; /* IE 9 */
    -webkit-transform: rotate(180deg) !important; /* Safari 3-8 */
    transform: rotate(180deg) !important;	
}

/* --- SLIDER-FADE --- */
.wlc-slider{
	margin-top: 7px;
}
.wlc-slider-value{
	font-weight:bold;
}
.wlc-slider-value-descr{
	margin-left: 1em;
}

