#titlediv .inside p.description {
	margin: 8px 2px 0;
}

#titlediv .inside p.description label {
	cursor: pointer;
}

span.shortcode {
	display: block;
	margin: 2px 0;
}

span.shortcode.old {
	background: #777;
	color: #fff;
}

span.shortcode > input {
	background: inherit;
	color: inherit;
	font-size: 12px;
	border: none;
	box-shadow: none;
	padding: 4px 8px;
	margin: 0;
}

#submitpost input.copy {
	margin-bottom: 10px;
}

#submitpost input.delete {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background: inherit;
	color: #a00;
}

#submitpost input.delete:hover {
	color: #f00;
}

#submitpost input.delete:focus {
	outline: thin dotted;
}

.postbox-container .postbox h3 {
	border-bottom: 1px solid transparent;
}

.keyboard-interaction {
	visibility: hidden;
	color: #23282d;
}

div.config-error, span.config-error {
	color: #d00;
	font-style: normal;
	font-size: 13px;
}

/*
 * Tabs
 */
#contact-form-editor-tabs {
	border-bottom: 1px solid #aaa;
	padding: 9px 15px 0 10px;
	margin: 0;
}

#contact-form-editor-tabs li {
	display: inline-block;
	list-style: none;
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	padding: 0;
	margin: 0 4px -1px;
	background-color: #e4e4e4;
}

#contact-form-editor-tabs li:hover {
	background-color: #fff;
}

#contact-form-editor-tabs li.ui-tabs-active,
#contact-form-editor-tabs li.ui-tabs-active:hover {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}

#contact-form-editor-tabs li a {
	padding: 6px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-decoration: none;
}

#contact-form-editor-tabs li.ui-tabs-active a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#contact-form-editor-tabs li a:hover {
	color: #000;
}

#contact-form-editor .contact-form-editor-panel h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 8px 0;
	padding: 0;
}

#contact-form-editor .contact-form-editor-panel {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	border-top: none;
	padding: 16px;
}

.contact-form-editor-panel .skfom-msg-1{
	width:48%;
	float:left;
	}
.contact-form-editor-panel .skfom-msg-2{
	width:48%;
	float:left;
	}

#contact-form-editor .form-table th {
	width: 100px;
}

#contact-form-editor .contact-form-editor-panel fieldset legend {
	line-height: 1.5;
	margin: .6em 0 .4em;
}

/*
 * Form Panel
 */
#tag-generator-list a.button {
	font-size: 12px;
	height: 26px;
	line-height: 24px;
	margin: 2px;
	padding: 0 8px 1px;
}

.tag-generator-panel {
	position: relative;
	height: 495px;
	overflow-x: hidden;
    overflow-y: scroll; 
}

.tag-generator-panel .control-box {
	padding: 0;
	margin: 0;
	height: 380px;
}

.tag-generator-panel .control-box > fieldset legend {
	border: 1px solid #dfdfdf;
	border-left: 4px solid #00a0d2;
	background: #f7fcfe;
	padding: 4px 12px;
	margin: 4px 0;
	line-height: 1.4em;
	width: 95%;
}

.tag-generator-panel table {
	width: 100%;
}

.tag-generator-panel table.form-table th {
	width: 120px;
	padding: 4px 10px 4px 0;
	font-size: 13px;
}

.tag-generator-panel table.form-table td {
	padding: 4px 10px;
	font-size: 13px;
}

.tag-generator-panel .control-box input.oneline {
	width: 200px;
}

.tag-generator-panel .control-box textarea.values {
	width: 200px;
	height: 6em;
}

.tag-generator-panel .control-box input[type="number"],
.tag-generator-panel .control-box input[type="date"] {
	width: 88px;
}

.tag-generator-panel .control-box table caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	color: #777;
	margin: 10px 0 5px;
}

.tag-generator-panel .control-box table.form-table td label {
	line-height: 1.1em;
}

.tag-generator-panel .control-box table.form-table td label .description {
	line-height: 1.4em;
}

.tag-generator-panel .insert-box {
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: -15px;
	width: 100%;
	height: 84px;
	margin: 0;
	padding: 8px 16px;
	background-color: #fcfcfc;
	border-top: 1px solid #dfdfdf;
	overflow: auto;
}

.tag-generator-panel .insert-box input.tag {
	width: 470px;
	float: left;
	background-color: transparent;
	box-shadow: none;
}

.tag-generator-panel .insert-box .submitbox {
	padding: 2px 4px;
}

.tag-generator-panel .insert-box .submitbox input[type="button"] {
	float: right;
}

.tag-generator-panel .insert-box .description label {
	cursor: text;
}

/*
 * Mail Panel
 */
.contact-form-editor-box-mail span.mailtag {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 1px 2px;
	cursor: pointer;
	color: #000;
}

.contact-form-editor-box-mail span.mailtag.used {
	color: #666;
}

#skfom-mail{
	float:left;
	width:49%;
	    border-right: 1px solid #AAAAAA;
    margin-top: -16px;
    margin-bottom: -16px;
	}
#skfom-mail-2 {
	float:left;
	width:49%;
	    margin-left: 10px;
    margin-top: -16px;
	}

.clear{
	clear:both;
	}
/*
 * Messages Panel
 */
#messages-panel p.description {
	margin: 5px 0 10px;
}

/*
 * List Table
 */
.fixed .column-title {
	width: 38%;
}

.fixed .column-shortcode {
	width: 38%;
}

/*
 * Welcome Panel
 */
.welcome-panel h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.1em;
	margin: 1.33em 0 0;
}

.welcome-panel p.message {
	line-height: 1.4em;
	margin-right: 25px;
}

.welcome-panel li {
	margin-bottom: 12px;
}

.welcome-panel-close {
	z-index: 2;
}

/*
 * Integration
 */
.card {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-left: 4px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	margin-top: 20px;
	max-width: 520px;
	min-width: 255px;
	padding: 0.7em 2em 1em;
	position: relative;
	float:left;
}

.modify-card {
	background: #fff none repeat scroll 0 0;
	max-width: 520px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	height: 227px;
	padding: 0;
		float:left;
		margin-top: 20px;
		border-left: 4px solid #e5e5e5;
		position: relative;
	}

.card.active {
	border-color: #00a0d2;
}

.card img.icon {
	float: left;
	margin: 8px 8px 8px -8px;
}

.card h2.title {
	float: left;
	max-width: 240px;
	font-size: 1.3em;
	font-weight: 600;
}

.card .infobox {
	float: right;
	font-size: 13px;
	color: #666;
	margin: 2px 0 5px;
	line-height: 1.5;
	max-width: 240px;
}

.card .inside .form-table th {
	padding: 15px 10px 15px 0;
	width: 160px;
}

.card .inside .form-table td {
	padding: 10px 10px;
}
.skfom-textarea-new {
    width: 80%;
}
.skfom-textarea-top {
    width: 100%;
    float: left;
}
.textarea-inner{
    display:inline-block;
	height:400px;
	width:75%;
}
.awidth{
	width:100%;
	height: 400px;
}
    
.skfom-tag-menu-shadow-block-menu-v{
    display: inline-block;
    overflow-y: scroll;
    height: 396px;
    border: 2px solid #00b9eb;
}

.skfom-tag-menu-shadow-block-menu-v ul{
padding: 0;
margin: 0;
list-style: none;
}

.skfom-tag-menu-shadow-block-menu-v ul li{
    border-bottom: 1px solid #0073aa;
    text-align: left;
    margin: 0;
    padding: 0;
}

.skfom-tag-menu-shadow-block-menu-v ul li a{
    display: block;
    text-transform: uppercase;
    /* color: #494949; */
    padding: 10px 15px;
    text-decoration: none;
    box-shadow: inset 0px 0 1px #00b9eb;
    transition: all 0.1s ease-in-out;
    
}

.skfom-tag-menu-shadow-block-menu-v ul li a:hover, .skfom-tag-menu-shadow-block-menu-v ul li a.selected{
    color: black;
    box-shadow: inset 10px 0px 0px #00b9eb;
}

.scrollbar1
{
	margin-left: 30px;
	float: left;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.style-3::-webkit-scrollbar-track ::-moz-scrollbar-track 
{
	-webkit-box-shadow: inset 0 0 6px #cccccc;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #CCCCCC;
}

.style-3::-webkit-scrollbar-thumb
{
	    background-color: #00b9eb;
}

#TB_window{
	border:10px solid #AAAAAA;
	}
	#TB_ajaxWindowTitle{
		background-color: #AAAAAA;
    color: white;
		
		}
		.tb-close-icon {
			color:#FFFFFF !important;
			background-color: #AAAAAA;
		}
		@media all and(min-width:1250px)
.skfom-welcome-tab  {
    display:inline-block;
    width: 30%;
}
		@media all and(min-width:871px)
.skfom-welcome-tab  {
    display:inline-block;
    width: 48%;
}