ul.user-lang-selection {
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}
ul.user-lang-selection li {
	display: inline-block;
}
ul.user-lang-selection li a {
	margin: 0 3px;
	filter: opacity(50%);
}
ul.user-lang-selection li a:hover {
	filter: none;
}
ul.user-lang-selection li.selected a {
	filter: none;
}
ul.user-lang-selection li.selected a:hover {
	filter: opacity(50%);
}
.table a {
	text-decoration: none;
}
.text-red {
	color: #FF0000;
}

.search-form {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 1030px;
	height: 325px;
	/*background: #d1d1d1;*/
}

.resize-block {

	font-size: 0;

	background-image: repeating-linear-gradient(45deg, #ededed, #ededed 1px, transparent 1px, transparent 10px),repeating-linear-gradient(135deg, #ededed, #ededed 1px, transparent 1px, transparent 10px);
	background-color: #f8f8f8;
	-webkit-background-size: 15px 15px, 15px 15px;
	background-size: 15px 15px, 15px 15px;
}

.iframe {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 0;
	/*border-right: 2px solid #000000;*/
	/*cursor: se-resize;*/
}

.iframe .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.iframe .right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	background: #ffffff url(/img/dotted.png) center center no-repeat;
	cursor: e-resize;
	z-index: 2;
	border: 1px solid #A8A8A8;
	border-radius: 2px;
}

.iframe .right:hover {
	background-color: #e2e2e2;
}

.iframe .bottom {
	position: absolute;
	left: 0;
	right: 10px;
	bottom: 0;
	height: 10px;
	background: #7f7f7f;
	cursor: s-resize;
	z-index: 2;
}


.iframe .right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	background: #7f7f7f;
	cursor: se-resize;
	z-index: 2;
}

.colors {

}

.colors .color {
	display: inline-block;
	padding: 1px;
	border: 2px solid #ffffff;
	cursor: pointer;
}

.colors .color.current {
	border: 2px solid #676767;
}

.colors .color span {
	display: block;
	width: 24px;
	height: 24px;
}

.colors .color.default span {
	background: #00bd00;
}

.colors .color.blue span {
	background: #259ccf;
}

.colors .color.orange span {
	background: #f5821c;
}

.colors .color.black span {
	background: #000000;
}

.colors .color.red span {
	background: #f06060;
}

.colors .color.purple span {
	background: #c180e6;
}

.colors .color.pink span {
	background: #ec2f87;
}

.colors .color.brown span {
	background: #bea881;
}

.colors .color.custom span {
	background: url(/img/colorpicker.png) center center;
	border: 1px #aaa solid;
}

.vertical {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.powered {
	text-align: center;
	max-width: 230px;
}

.driver-popover-btn-disabled {
  display: none !important;
}