* {
	outline: none !important;
}

.body-expanded, .modal-open {
	overflow-y: hidden;
}

.modal-open #content {
	z-index: inherit;
}

.body-expanded .expanded-panel, .fancybox-margin .expanded-panel,
	.modal-open .expanded-panel {
	margin-right: 15px;
}

.box {
	display: block;
	z-index: 1999;
	position: relative;
	border: 1px solid #007EC4;
	background: transparent;
	margin-bottom: 20px;
}

.full-content .box {
	border: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.box-header {
	color: #ffffff;
	position: relative;
	overflow: hidden;
	height: 24px;
	border-bottom: 1px solid #007EC4;
	background-color: #007EC4;
	background-image: -webkit-linear-gradient(top, #007EC4, #007EC4);
	background-image: -moz-linear-gradient(top, #007EC4, #007EC4);
	background-image: -ms-linear-gradient(top, #007EC4, #007EC4);
	background-image: -o-linear-gradient(top, #007EC4, #007EC4);
	background-image: linear-gradient(to bottom, #007EC4, #007EC4);
}

.box-name, .modal-header-name {
	padding-left: 15px;
	line-height: 24px;
}

.box-name:hover {
	cursor: move;
}

.box-name>i {
	margin-right: 5px;
}

.box-icons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.no-move {
	display: none;
}

.expanded .no-move {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.box-content {
	position: relative;
	padding: 15px;
	background: #ffffff;
}

.height {
	min-height: 400px;
}

.box-content.dropbox, .box-content.sortablebox {
	overflow: hidden;
}

.full-content .box-content {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.box-icons a {
	cursor: pointer;
	text-decoration: none !important;
	border-left: 1px solid #ffffff;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	width: 28px;
	display: block;
	float: left;
	text-align: center;
	color: #ffffff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.box-icons a:hover {
	background: #ffffff;
	color: #007EC4;
}

.box-icons a.beauty-table-to-json {
	width: auto;
	padding: 0 10px;
	font-size: 14px;
}

.expanded a.close-link {
	display: none;
}

.expanded {
	overflow-y: scroll;
	border: 0;
	z-index: 3000 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.expanded-padding {
	background: rgba(0, 0, 0, 0.7);
	padding: 50px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.box-content .page-header, legend, .full-calendar .page-header {
	margin: 0 0 10px;
	border-bottom: 1px dashed #B6B6B6;
}

.invoice-header {
	margin: 0 0 10px;
	border-bottom: 1px dashed #B6B6B6;
	display: inline-block;
}

.box-content .form-group, .devoops-modal-inner .form-group {
	margin-top: 15px;
	margin-bottom: 15px;
}

#modalbox {
	display: none;
	position: fixed;
	overflow: auto;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5000;
	background: rgba(0, 0, 0, 0.8);
}

#modalbox .devoops-modal {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #505559;
	background: transparent;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 600px;
	z-index: 6000;
}

#modalbox .devoops-modal-header {
	color: #505559;
	position: relative;
	overflow: hidden;
	height: 24px;
	border-bottom: 1px solid #ccc;
	background-color: #007EC4;
	background-image: -webkit-linear-gradient(top, #007EC4, #007EC4);
	background-image: -moz-linear-gradient(top, #007EC4, #007EC4);
	background-image: -ms-linear-gradient(top, #007EC4, #007EC4);
	background-image: -o-linear-gradient(top, #007EC4, #007EC4);
	background-image: linear-gradient(to bottom, #007EC4, #007EC4);
}

#modalbox .devoops-modal-inner {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: #ffffff;
	height: 100%;
}

#modalbox .devoops-modal-bottom {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: #d8d8d8;
}