/* DO NOT EDIT THIS FILE ::: if it is NOT the SCSS file, your changes will be overwritten. This is a dynamically generated file. */
/* DO NOT EDIT THIS FILE ::: if it is NOT the SCSS file, your changes will be overwritten. This is a dynamically generated file. */
/* vars */
@import "../../css/_vars.scss";

/* Existing Selectors *//* Existing Selectors *//* Existing Selectors *//* Existing Selectors *//* Existing Selectors */
/*
 * Tel Link
 */
/* NONE */

/* --- */
/* --- */

/* Custom Selectors*//* Custom Selectors*//* Custom Selectors*//* Custom Selectors*//* Custom Selectors*//* Custom Selectors*/
/*
 * Tel Link
 */
/* NONE */

/* --- */
/* --- */

/* UNSORTED */
.lct-edit-shortcode-form{
	padding: 5px 15px;
}


.lct-edit-shortcode-form input, .lct-edit-shortcode-form textarea{
	border:             1px solid #DDDDDD;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow:         inset 0 1px 2px rgba(0, 0, 0, 0.07);
	background-color:   #FFFFFF;
	color:              #333333;
	outline:            none;
	-webkit-transition: 0.05s border-color ease-in-out;
	transition:         0.05s border-color ease-in-out;
	max-width:          100%;
}


.lct-edit-shortcode-form textarea{
	width:      100%;
	max-width:  100%;
	min-height: 100px;
}


.lct-edit-shortcode-form .lct-edit-shortcode-form-fields > div{
	margin-bottom: 10px;
}


.lct-edit-shortcode-form .field-block label{
	display:    block;
	margin-top: 15px;
}


.lct-edit-shortcode-form .field-inline{
	padding-top: 10px;
}


.lct-edit-shortcode-form .field-inline label{
	display: inline-block;
}


.lct-edit-shortcode-form-standard-attrs div{
	margin-right: 15px;
}


#lct-edit-shortcode-form-advanced-attrs div{
	margin-bottom: 5px;
}


#lct-edit-shortcode-form-advanced-attrs{
	margin-left: 15px;
}


#TB_ajaxContent{
	height: 92% !important;
}
