﻿.droppable-active {
	background-color: #ffe !important;
}
.tools a {
	cursor: pointer;
	font-size: 80%;
	display: inline-block;
}
.form-body .col-md-12, .form-body .col-md-12 {
	min-height: 400px;
}
.draggable {
	cursor: move;
}
.draggable .form-control {
	display: none;
}
.draggable .mobile-hd {
	display: none;
}
.dropped .mobile-hd {
	display: block;
}
.dropped .form-control {
	display: block;
}
.heading.dropped label {
	display: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border: 1px solid #dddddd;
	padding: 10px;
}
.panel-title > a {
	color: inherit;
	display: block;
}
.panel-title > a:hover {
	text-decoration: none;
}
.panel-title > a:focus {
	outline: none;
}
.panel-primary > .panel-heading {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
}
.panel-body {
	border-radius: 0px;
}
.clickable {
	cursor: pointer;
}
.dropped h1, h2, h3, h4, h5, h6 {
	color: #333333;
}
.left-side button.attach {
	display: none;
}
.mandyDrg {
	font-size: 13px;
	margin-left: 3px;
	font-family: Verdana, Arial;
	position: relative;
	font-weight: bold;
	color: #ff0000;
}
/* MENU SECTION START */
.menuAccButton {
	width: 100%;
	float: left;
	background: #f1f1f1;
	cursor: pointer;/*margin-bottom: 15px;*/
}
.menuAccButton span.txt {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 10px;
	float: left;
}
.menuAccContent {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #e2e2e2;
}
.menuAccContentFrame {
	width: 100%;
	float: left;
	padding: 10px;
}
.menuAccContent p {
	color: #333333;
	font-size: 16px;
}
.menuAccButton .enableAcc {
	float: left;
	cursor: pointer;
	border: 0px;
	font-size: 16px;
}
.menuAccButton.enableAcc span.txt {
	color: #00b143;
	border: 0px;
}
.menuAccButton .hoverAcc {
	float: left;
	cursor: pointer;
	color: #0095d2;
	border: 0px;
}
.menuAccButton .hoverAcc span.txt {
	color: #333333;
	border: 0px;
}
.menuAccButton span.ArrowAcc {
	font-weight: bold;
	float: right;
	width: 28px;
	font-size: 27px !important;
	color: #555555;
	padding: 7px 0;
}
.menuAccButton.enableAcc span.ArrowAcc {
	color: #00c84b;
}
.menuAccButton > .txt > .subtxt {
	color: #8ab110 !important;
	margin: 0;
	padding: 0
}
/* MENU SECTION END */
.hrdottedline {
    border-top: 3px solid #c8d3da;
    width: 100%;
    float: left;
    height: 20px;
    margin-top: 10px;
}
.editordiv {
    border: thin dotted grey;
    min-height: 100px !important;
}