﻿body {
	padding: 0;
	margin-top: 0;
	font-family: Arial;
}

* {
	font-size: 12px;
}

.outermost-container {
	width: 720px;
	margin: 0 auto 0;
}

.geoman-header {
	color: white;
	font-weight: bold;
	background-color: #c22c30;
	padding: 3px;
}

.geoman-content {
	overflow: hidden;
	border: solid 1px #c22c30;
	background-color: #fff;
}

.geoman-header-text {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.geoman-form-item {
	clear: both;
	min-height: 18px;
}

.geoman-content .geoman-form-item {
	margin: 10px 15px;
}

.geoman-form-item > .editCtlWithCaption {
	margin-left: 155px;
}

.geoman-form-item > .editCtlWithCaption > input:not([type="checkbox"]),
.geoman-form-item > .editCtlWithCaption > textarea,
.geoman-form-item > .editCtlWithCaption > select {
	width: 97%;
}

.geoman-form-item > .editCtlWithCaption.content-container {
	line-height: normal; /*1.4;*/
}

.geoman-form-item > .editCtlWithCaption.content-container input[type="checkbox"]{
	margin: 0;
}

.geoman-form-item > .editCaption {
	width: 153px;
	color: #000;
	font-weight: bold;
	float: left;
	display: block;
	overflow: hidden;
}

.toolbarcontainer {
	margin: 19px 1px 28px;
}

.geoman-root-container-dialog .toolbarcontainer {
	margin-bottom: 0;
}

.toolbarcontainer .TOOLBAR td {
	border: none;
	padding: 0px;
}

.toolbarcontainer .TOOLBAR .CellButtonContextInfo,
.toolbarcontainer .TOOLBAR .CellButtonLast {
	display: none;
}

.toolbarcontainer .TOOLBAR .CellButton .CellDescription {
	border: solid 2px #c22c30;
	height: 36px;
	margin-right: 19px;
	cursor: pointer;
	background: #c22c30;
}

.toolbarcontainer .TOOLBAR .CellButton .CellDescription table {
	border-collapse: collapse;
	margin-left: 5px;
}

.toolbarcontainer .TOOLBAR .CellButtonImage {
	display: none;
}

.toolbarcontainer .TOOLBAR .CellButtonText {
	padding: 0px 9px 0px 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 36px;
	min-width: 79px;
	white-space: nowrap;
}

.tbcSaveLink a,
.tbcSaveLink a:hover,
.tbcSaveLink a:visited,
.tbcSaveLink a:active {
	text-decoration: none;
	color: #fff;
}

.tbcCancelLink a,
.tbcCancelLink a:hover,
.tbcCancelLink a:visited,
.tbcCancelLink a:active {
	text-decoration: none;
	color: #c22c30;
}

.toolbarcontainer .TOOLBAR .CellButton ~ .CellButton .CellDescription {
	border-color: #dfdfdf;
	background: #fff;
}

	.toolbarcontainer .TOOLBAR .CellButton ~ .CellButton .CellDescription .CellButtonText {
		color: #c22c30;
	}

.validation-failed {
	-webkit-box-shadow: 0 0 1px 1px red;
	-moz-box-shadow: 0 0 1px 1px red;
	box-shadow: 0 0 1px 1px red;
}

.required > label::after {
	content: '*';
}

.hidden {
	display: none;
}

.image-upload {
	min-height: 64px;
}

.image-upload > .opener {
	width: 64px;
	height: 64px;
	background-image: url(../img/camera.svg);
	background-size: 100%;
}

.image-upload > .preview > img {
	max-width: 100%;
}

.flex-vertical-center {
	display: flex;
	align-items: center;
}