@import url('icons/css/fontello.css');
@import url('icons/css/animation.css');

/* Content Builder */
.drop-zone {
}

.empty {
	border: rgba(0, 0, 0, 0.25) 1px dashed;
}

.drop-zone.empty {
	background: #efefef;
}

.block-placeholder {
	height: 15px;
	background: rgba(225, 225, 225, 1);
}

/*.block-placeholder{height:0px !important;outline: rgba(225,225,225,1) 7px solid;}*/
.ui-draggable {
	position: relative
}

.ui-draggable.code > div:first-child {
	/*opacity:0.5;
	cursor:default;*/
}

/* Mode: code */
.ui-dragbox {
	-webkit-box-shadow: inset 11px 0px 0px -6px rgba(224, 224, 224, 1);
	-moz-box-shadow: inset 11px 0px 0px -6px rgba(224, 224, 224, 1);
	box-shadow: inset 11px 0px 0px -6px rgba(224, 224, 224, 1);
	z-index: 1
}

/*.ui-dragbox-outlined {
    outline: rgba(0, 0, 0, 0.43) dashed 1px; 
    z-index:1}  */
.ui-dragbox-outlined > div:first-child {
	outline: rgba(228, 156, 90, 0.5) solid 1px;
	z-index: 1
}

.ui-dragbox-outlined.firefox > div:first-child {
	outline: 1px dotted rgba(113, 54, 0, 0.5); /* For Firefox: uses dotted to prevent rendering issue on zoom */
	z-index: 1
}

.ui-dragbox-outlined.code > div:first-child {
	outline: rgba(171, 171, 171, 0.5) solid 1px;
}

.ui-dragbox-outlined.code.firefox > div:first-child {
	outline: 1px dotted rgba(171, 171, 171, 0.5);
}

.dynamic {
	width: 150px !important;
	height: 60px !important;
	border: rgba(225, 225, 225, 0.9) 5px solid !important;
	background: transparent !important;
}

#infoSource {
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 14px;
	font-family: sans-serif;
	background: #f1f1f1;
	letter-spacing: 1px;
}

.row-tool {
	display: none;
	z-index: 1005;
	width: 106px;
	height: 25px;
	font-size: 10px;
	color: rgba(200, 200, 200, 0.8);
	position: absolute;
	top: 0;
}

.row-tool [class*=row-] {
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	background: #2D3645;
	border-radius: 2px;
}

.row-tool [class*=row-]:hover {
	background: #474F5C;
}

.row-handle {
	cursor: move;
	left: 0;
}

.row-html {
	cursor: pointer;
	left: 27px;
}

.row-copy {
	cursor: pointer;
	left: 54px;
}

.row-remove {
	cursor: pointer;
	left: 81px;
}

.cb-icon-move:before {
	font-size: 13px;
}

.cb-icon-code:before {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.cb-icon-plus:before {
	font-size: 17px;
	position: relative;
	top: 2px;
}

.cb-icon-cancel:before {
	font-size: 17px;
	position: relative;
	top: 2px;
}

.row-handle *, .row-html *, .row-copy *, .row-remove * {
	color: rgba(255, 255, 255, 0.8) !important;
}

#divTool {
	z-index: 10001;
	position: fixed;
	top: 0;
	right: -300px;
	width: 270px;
	height: 100%;
	padding: 40px 13px 13px 13px;
	box-sizing: border-box;
	background-color: #2d3645;
	color: #111;
}

#lnkToolOpen {
	width: 30px;
	padding: 10px 3px;
	margin: 0;
	background: #2d3645;
	position: absolute;
	top: 100px;
	left: -30px;
	font-family: sans-serif;
	color: #fff0f0;
	font-size: 1.2em;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	box-sizing: border-box;
}

#lnkToolOpen.leftside {
	left: auto;
	right: -30px;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: none;
}

#divSnippetList {
	width: 100%;
	height: 100%;
	border-bottom: rgba(0, 0, 0, 0) 15px solid;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

#divSnippetList div {
	cursor: move;
	margin: 0 10px 12px 0;
	padding: 0;
	float: left;
	background: #acacac
}

#divSnippetList div:hover img {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

#divSnippetList div img {
	width: 100%;
	max-width: 194px;
	margin: 0;
	box-sizing: border-box;
	display: block;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#divSnippetList::-webkit-scrollbar {
	width: 12px;
}

#divSnippetList::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.49);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#divSnippetList::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*http://codepen.io/vcmg/pen/JdKeVG */
.dot {
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #ff6700;
	display: inline-block;
	margin: 25px 2px 0;
	-webkit-animation: jump 1.5s linear infinite;
}

@-webkit-keyframes jump {
	0%, 100% {
		transform: translateY(0px);
	}
	20% {
		transform: translateY(-10px);
	}
	40% {
		transform: translateY(0px);
	}
}

.dot:nth-of-type(2) {
	-webkit-animation-delay: 0.2s;
}

.dot:nth-of-type(3) {
	-webkit-animation-delay: 0.4s;
}

:focus {
	outline: none;
}

.row > * {
	min-height: 30px
}

/* Content Editor */

#rte-toolbar {
	display: none;
	width: 722px;
	padding: 0;
	text-align: center;
	position: fixed;
	top: 50px;
	left: calc((100% - 724px) / 2);
	background: #2d3645;
	margin: 0px;
	opacity: 1;
	z-index: 1001;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #383f4a;
	box-sizing: border-box;
	border-radius: 2px;
}

#rte-toolbar.rte-side {
	top: calc((100% - 600px) / 2);
	left: 20px;
	width: 50px;
	background: rgba(255, 255, 255, 0);
}

#rte-toolbar.rte-side.right {
	left: auto;
	right: 10px;
}

#rte-toolbar button {
	width: 48px;
	box-sizing: border-box;
	border-radius: 0px;
	padding: 12px 12px;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	background-color: #2d3645;
	border: none;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#rte-toolbar button + button {
	border-left: 1px solid #383f4a;
}

#rte-toolbar.rte-side button {
	padding: 10px 12px;
}

#rte-toolbar button:hover {
	background-color: #474F5C;
}

#rte-toolbar button:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

#rte-toolbar button:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

#rte-toolbar.rte-side button:first-child {
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

#rte-toolbar.rte-side button:last-child {
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.rte-pop {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 4px;
	border-radius: 2px;
	overflow: hidden;
	background: #2d3645;
}

.rte-pop button {
	width: 48px;
	box-sizing: border-box;
	border-radius: 0px;
	padding: 12px 12px;
	color: rgba(255, 255, 255, 0.8);
	background-color: transparent;
	border: none;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
}

.rte-pop.rte-side button {
	padding: 10px 12px;
	line-height: 1.6;
}

.rte-pop button:hover {
	background-color: #474F5C !important;
}

.rte-pop button + button {
	border-left: 1px solid #383f4a;
}

#pop-align {
	width: 192px;
	height: 42px;
	top: 108px;
	left: calc((100% - 192px) / 2);
}

#pop-align.rte-side {
	width: 45px;
	height: auto;
	top: calc((100% - 168px) / 2);
	left: 80px;
	right: auto;
}

#pop-align.rte-side.right {
	width: 45px;
	height: auto;
	top: calc((100% - 168px) / 2);
	left: auto;
	right: 73px;
}

#pop-list {
	width: 192px;
	height: 42px;
	top: 108px;
	left: calc((100% - 192px) / 2);
}

#pop-list.rte-side {
	width: 45px;
	height: auto;
	top: calc((100% - 168px) / 2);
	left: 80px;
	right: auto;
}

#pop-list.rte-side.right {
	width: 45px;
	height: auto;
	top: calc((100% - 168px) / 2);
	left: auto;
	right: 73px;
}

#divRteLink, #divFrameLink {
	display: none;
	white-space: nowrap;
	box-sizing: border-box;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index: 1000;
	background: #2d3645;
	cursor: pointer;
	border-radius: 3px;
	border: #B7DEF3 0px solid;
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 15px;
	line-height: 44px;
	transform: translateX(-100%);
}

#divRteLink:hover, #divFrameLink:hover {
	background-color: #474F5C;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#divRteLink {
		transform: none;
	}
}

#divRteLink .cb-icon-link:before {
	transform: rotate(
			90deg
	);
}

#divRteLink.forceshow {
	display: block !important
}

#divFrameLink {
	transform: none;
}

#divRteHtml {
	display: none;
	width: 100px;
	height: 35px;
	white-space: nowrap;
	position: absolute;
	text-align: right;
	vertical-align: middle;
	text-align: right;
	z-index: 1;
}

#divRteHtml #lnkRteHtml {
	border-radius: 3px;
	opacity: 0.9;
	cursor: pointer;
	border: #fff 0px solid;
	font-size: 12px;
	margin: 2px 2px 2px 2px;
	color: #fff;
	background: #000 /*#1AA3FF*/;
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}

@media (max-width: 600px) {
	#rte-toolbar {
		display: none !important
	}
}

/* Image Embed */

/* Custom Image Upload */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile img {
	width: 50px;
	height: 50px;
	border-radius: 50px
}

#img-file {
	width: 50px;
	height: 50px;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity:0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

#divUploadImg {
	display: none;
	width: 50px;
	height: 50px;
	white-space: nowrap;
	position: absolute;
	z-index: 15;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.95;
	background: #2a2a2a;
	cursor: pointer;
}

#divUploadImg i {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	line-height: 50px;
	text-align: center;
}

/* Content Image Upload */
input.my-file {
	width: 30px;
	height: 30px;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity:0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

#divToolImg {
	display: none;
	width: 30px;
	height: 30px;
	white-space: nowrap;
	position: absolute;
	z-index: 10000;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	background: rgba(0, 163, 204, 0.9)
}

#divToolImg #lnkEditImage {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	line-height: 30px;
	text-align: center;
}

#divToolImgSettings {
	display: none;
	width: 30px;
	height: 35px;
	white-space: nowrap;
	position: absolute;
	z-index: 10000;
	text-align: center;
	vertical-align: middle;
}

#divToolImgSettings #lnkImageSettings {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	opacity: 0.8;
	background: rgba(233, 84, 0, 0.9);
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	line-height: 30px;
	text-align: center
}

#divToolImgLoader {
	display: none;
	width: 50px;
	height: 50px;
	margin-top: -15px;
	margin-left: -15px;
	white-space: nowrap;
	position: absolute;
	z-index: 10000;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	cursor: pointer;
	background: rgba(255, 255, 255, 0)
}

#divToolImgLoader #lnkImageLoader {
	font-size: 30px;
	color: rgba(0, 163, 204, 1);
	display: inline-block;
	line-height: 50px;
	text-align: center;
}

#img-control button, #btnChangeImage, #btnImageMoreOk {
	padding: 5px;
	margin-right: 2px;
	font-family: Sans-Serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #333;
}

#btnChangeImage, #btnImageMoreOk {
	color: #ffffff !important;
	background-color: rgba(0, 163, 204, 0.8);
	padding-right: 4px;
}

#btnImageMoreOk {
	width: 120px;
	height: 35px;
	margin-top: 10px;
}

#divImageMore {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(62, 62, 62, 0.3);
}

#divImageMore label {
	display: inline
}

/*! rangeslider.js - v0.3.1 | (c) 2014 @andreruffert | MIT license | https://github.com/andreruffert/rangeslider.js */
.rangeslider,
.rangeslider__fill {
	background: #e6e6e6;
	display: block;
	height: 10px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.rangeslider {
	position: relative;
}

.rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.rangeslider__fill {
	background: #ccc;
	position: absolute;
	top: 0;
}

.rangeslider__handle {
	background: white;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5px;

	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider__handle:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#divCb input[type="range"]:focus + .rangeslider .rangeslider__handle {
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* Simple Modal - Inspired by modalEffects.js from http://www.codrops.com */
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	/*max-width: 630px;*/
	min-width: 150px;
	height: auto;
	z-index: 10002;
	visibility: hidden;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.md-modal.md-draggable {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.md-show {
	visibility: visible;
	display: block;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
	opacity: 1;
	top: 0;
	left: 0;
	z-index: 10001;
	/*background: rgba(255, 255, 255, 0.8);*/
	background: rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-content {
	color: #000;
	background: #fff;
	position: relative;
	border-radius: 5px;
	margin: 0 auto;
	overflow: hidden; /*new: to make border-radius applied on iframe scrollbar */
}

.md-body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.md-footer {
	text-align: center;
	padding: 20px;
	margin: 0;
	background: #ffffff;
	border-radius: 5px;
}

.md-body input[type=text], .md-body textarea {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	height: 63px;
	line-height: 1.7;
	color: #000;
	background-color: #ffffff;
	background-image: none;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid #b3b3b3;*/
	border: none;
	/*border-radius: 5px;*/
	border-bottom: #eaeaea 1px solid;
	border-collapse: collapse;

}

.md-body select {
	padding: 5px;
	margin: 0 0 10px;
	font-size: 14px;
	letter-spacing: 1px;
	height: 35px;
	line-height: 1.7;
	color: #454545;
	border-radius: 5px;
	border: none;
	background: #eee;
}

.md-body select#linkToForm {
	margin-left: 20px;
	margin-top: 14px;
}

.md-body select option {
	background: #fff;
}

.md-body .inpchk {
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7;
	float: left;
	height: 63px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
}

.md-footer button {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
	min-height: 25px;
	line-height: 25px;
	padding: 10px 25px;
	height: auto;
	border-radius: 3px;
	box-shadow: none;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	min-width: 130px;
}

.md-footer button:hover {
	background-color: #d9d9d9;
}

.md-footer button.primary {
	color: #ffffff;
	background-color: #00a0dc;
	margin-right: 15px;
}

.md-footer button.primary:hover {
	background-color: #2790C3;
}

.md-footer button.secondary {
	color: #00a0dc;
	background-color: transparent;
	border-color: #00a0dc;
}

.md-footer button.secondary:hover {
	color: #2790C3;
	border-color: #2790C3;
}

.md-label {
	float: left;
	height: 63px;
	line-height: 63px;
	padding: 0 0 0 20px;
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
	width: 40%;
	box-sizing: border-box;
	background: #f7f7f7;
	border-top-left-radius: 5px;
}

.md-btnbrowse {
	float: left;
	cursor: pointer;
	font-size: 15px;
	height: 63px;
	line-height: 1.7;
	padding-top: 20px;
	text-align: center;
	box-sizing: border-box;
	color: #aaa;
	background: #efefef;
}

#md-imageselect, #md-fileselect {
	z-index: 10005;
}

/*new*/

/* Sometimes when editing, empty paragraph created (ex. when paste from external source). Hide it. Then clean it when reading the html */
/* p:empty {display:none;} */

.md-pick {
	width: 24px;
	height: 25px;
	float: left;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.md-pickpara {
	width: 170px;
	height: 40px;
	border: none;
	border-radius: 5px;
	display: block;
	margin: 10px;
	padding: 0px;
	box-sizing: border-box;
	cursor: pointer;
}

.md-pickpara * {
	margin: 0 !important;
	line-height: 0 !important;
}

.md-picksize {
	width: 170px;
	min-height: 40px;
	border: none;
	border-radius: 5px;
	display: block;
	margin: 10px;
	padding: 7px;
	box-sizing: border-box;
	cursor: pointer;
}

.md-picksize * {
	margin: 0 !important;
	line-height: 0 !important;
}

::-moz-selection {
	color: #fff;
	background: rgb(43, 160, 217);
}

::selection {
	color: #fff;
	background: rgb(43, 160, 217);
}

#btnInsertPlh, #btnDelRowCancel, #btnDelRowOk, #btnTextColorOk, #btnTextColorClear, .md-pick-tag {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
	min-height: 25px;
	line-height: 25px;
	padding: 10px 25px;
	height: auto;
	border-radius: 3px;
	box-shadow: none;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	min-width: 130px;
}

#btnTextColorOk, #btnTextColorClear {
	min-width: auto;
	height: 35px;
}

#btnTextColorOk {
	color: #ffffff !important;
	background-color: #00a0dc;
}

#btnLinkOk {
	color: #ffffff;
	background-color: #00a0dc;
}

#btnLinkOk:hover {
	background-color: #2790C3;
}

#btnInsertPlh, #btnDelRowCancel {
	color: #00a0dc;
	background-color: transparent;
	border-color: #00a0dc;
}

#btnInsertPlh:hover, #btnDelRowCancel:hover, #btnTextColorOk:hover, #btnTextColorClear:hover, .md-pick-tag:hover {
	color: #2790C3;
	border-color: #2790C3;
}

#btnDelRowOk {
	color: #ffffff;
	background-color: #00a0dc;
	margin-right: 15px;
}

#btnDelRowOk:hover {
	background-color: #2790C3;
}

#btnCleanColor {
	background: #fff
}

#divCustomTags {
	max-height: 287px;
	overflow-y: auto;
	overflow-x: hidden;
}

.md-pick-tag {
	height: 40px;
	border-radius: 0;
}

.custom-block {
	min-height: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #EAEAEA;
}

a.is-lightbox {
	cursor: pointer
}

.ui-draggable > div:first-child i.icon:hover {
	cursor: pointer
}

.ui-draggable > div:first-child i.icon-ok:hover {
	cursor: pointer
}

.ui-draggable > div:first-child i.icon-quote:hover {
	cursor: pointer
}

.md-tabs {
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: rgba(152, 152, 152, 0.19) 1px solid;
}

.md-tabs > * {
	padding: 3px 20px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 1);
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.88);
	cursor: pointer;
	margin: 0 5px;
	font-family: sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

.md-tabs > .active {
	background: rgba(0, 0, 0, 0.88);
	text-decoration: none;
	color: rgba(255, 255, 255, 0.95);
	cursor: auto;
}

.cp-color-picker {
	z-index: 100000;
}

/*tinyColorPicker*/
#inpTextColor {
	padding: 2px 7px;
	width: 180px;
	height: 36px;
	margin: 0 0 0 10px;
	display: inline-block;
	border: #dcdcdc 1px solid
}
