
body, html {
	width: 100%;
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none !important;
    -ms-text-size-adjust: 100%;
	-ms-content-zooming: none;
    /*-ms-touch-action: none;
    touch-action: none;*/
	overflow: auto;
    overscroll-behavior: contain;
}

body {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	background-color: #FFFFFF;
}

body,h1,h2,h3,h4,a,p,ul,ol,div,font,textarea,label {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	}

::-webkit-scrollbar {
    background: #FFFFFF;
}

td,tr {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight : normal;
	color: #333333;
	line-height: 16px;
	padding: 0px;
	margin-bottom: 10px;
}

label {
	cursor: pointer;
}

form, input {
	margin: 0px;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  width: auto;
  border: 1px solid #c7c7c7;
  padding: 6px 16px 6px 6px;
  background-color: white;
  background-image: url(../images/bg/bg_dropdown.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
}
.Hover select:hover {
	border: 1px solid #0D8136;
	cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  width:auto;
  float: left;
  margin-right: 10px;
  background: transparent;
  border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	display: block;
	cursor: pointer;
	padding: 0px 0px 0px 25px;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
  	border: 1px solid #c7c7c7;
    background: white;
    margin-right: 8px;
	margin-left: -25px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

.Hover input[type='checkbox']:hover  + label::before,
.Hover input[type='radio']:hover  + label::before {
	/*background: #0D8136;
	box-shadow: inset 0 0 0 3px white;*/
	border: 1px solid #0D8136;
}

input[type='checkbox']:disabled  + label::before,
input[type='radio']:disabled  + label::before {
	background: white;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
	border: 1px dashed #c7c7c7;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background: #0D8136;
  box-shadow: inset 0 0 0 3px white;
}

/* graceful degradation for ie8 */
input[type='text'],
input[type='password'],
input[type='textarea'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #c7c7c7;
}

input[type='text']:disabled,
input[type='password']:disabled,
input[type='textarea']:disabled,
textarea:disabled {
  border: 1px dashed #c7c7c7;
}

.Hover input[type='text']:hover,
.Hover input[type='password']:hover,
.Hover input[type='textarea']:hover,
.Hover textarea:hover {
	border: 1px solid #0D8136;
}

input[type='button'].Button:disabled {
	opacity: 0.5;
}

input[type='checkbox'].error:not(:checked)+label::before,
input[type='radio'].error:not(:checked)+label::before {
    border: 1px solid red;
}

span.error {
    display: block !important;
    margin: 5px 5px 5px 5px;
    color: red;
    max-width: 100%;
    box-sizing: border-box;
}

label span.error {
    margin: 5px 0px;
    display: block !important;
}

input.Field.error,
textarea.Fieldtextarea.error {
    outline: 1px solid red;
    outline-offset: -1px;
}

.Duty {
    font-size: 17px;
    line-height: 20px;
    color: red;
    font-weight: bold;
}

.Scrolling {
	font-size: 12px;
	text-decoration: none;
	font-weight : normal;
	color: #333333;
	line-height: 16px;
	}

fieldset {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight : normal;
	color: #333333;
	line-height: 16px;
	padding: 0px 20px 20px 20px;
	margin-bottom: 10px;
		
	border: 1px solid #c7c7c7;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

legend {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #0D8136;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	padding: 0px 10px;
	margin: 0px;
	margin-bottom: 3px;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.Hover ::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

.Navigation,
.Navigation ul,
.Navigation li,
.Navigation span,
.Navigation div,
.olControlSearching,
.olControlSearching div {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

table .Top {
	padding-top: 7px;
	vertical-align: top;
}

table .TopMedium {
	padding-top: 12px;
	vertical-align: top;
}

.Hidden {
	display: none !important;
	visibility: hidden !important;
}

.Visible {
	display: block !important;
	visibility: visible !important;
}

.DisplayMobile {
	display: none !important;
	visibility: hidden !important;
}

.DisplayGeolocation {
	display: none !important;
	visibility: hidden !important;
}

.Geolocation .DisplayGeolocation {
	display: block !important;
	visibility: visible !important;
}

.Clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

.Highlight {
	color: #0D8136;
	font-weight: bold;
}

.NoDisplay {
	display: none;
}

.NoSpace {
	text-decoration: none;
	color: #e9e9e9;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

.Space1,
.Space,
.Space5,
.Space10,
.Space15,
.Space20,
.Space30,
.Space40,
.Space50,
.Space60,
.Space70,
.Space80,
.Space90,
.Space100 {
	text-decoration: none;
	color: #333333;
    padding: 0px !important;
	margin: 0px !important;
    min-height: auto !important;
}

.Space1 {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.Space {
	line-height: 2px;
	font-size: 2px;
	height: 2px;
}

.Space5 {
	line-height: 5px;
	font-size: 5px;
	height: 5px;
}

.Space10 {
	line-height: 10px;
	font-size: 10px;
	height: 10px;
}

.Space15 {
	line-height: 15px;
	font-size: 15px;
	height: 15px;
}

.Space20 {
	line-height: 20px;
	font-size: 20px;
	height: 20px;
}

.Space30 {
	line-height: 30px;
	font-size: 30px;
	height: 30px;
}

.Space40 {
	line-height: 40px;
	font-size: 40px;
	height: 40px;
}

.Space50 {
	line-height: 50px;
	font-size: 50px;
	height: 50px;
}

.Space60 {
	line-height: 60px;
	font-size: 60px;
	height: 60px;
}

.Space70 {
	line-height: 70px;
	font-size: 70px;
	height: 70px;
}

.Space80 {
	line-height: 80px;
	font-size: 80px;
	height: 80px;
}

.Space90 {
	line-height: 90px;
	font-size: 90px;
	height: 90px;
}

.Space100 {
	line-height: 100px;
	font-size: 100px;
	height: 100px;
}

.Line {
    display: block !important;
	text-decoration: none;
	line-height: 1px;
	height: 1px;
    min-height: auto !important;
	font-size: 0px;
	background-image: url(../images/bg/bg_glue_horz.png);
	padding: 0px !important;
	margin: 0px !important;
}

.LineSolid {
    display: block !important;
	text-decoration: none;
	line-height: 1px;
	height: 1px;
    min-height: auto !important;
	font-size: 0px;
	background-color: #c5c5c5;
	padding: 0px !important;
	margin: 0px !important;
}

table td.Line,
table td.LineSolid,
table td.LineVertical,
table th.Line,
table th.LineSolid,
table th.LineVertical {
    display: table-cell !important;
}

.LineVertical {
	text-decoration: none;
	line-height: 1px;
	font-size: 1px;
	width: 1px;
	background-color: #c5c5c5;
	padding: 0px !important;
	margin: 0px !important;
}

.Border {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #c7c7c7;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.Display {
	display: block;
}

.Header {
	display: block;
	position: fixed;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	background: #FFFFFF url(../images/blank.gif) no-repeat left top;
}

.Content {
	display: block;
	position: relative;
	top: 120px;
	left: 0px;
	width: 100%;
	min-height: 500px; 
	/*overflow: auto;*/
	z-index: 10;
}

.Invert {
	-webkit-filter: invert(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=invert'><feColorMatrix type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert"); /* Firefox 3.5+ */
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	-o-filter: invert(100%);
	filter: invert(100%);
}

.Dashboard {
	margin: 40px 0px 0px 0px;
	padding: 15px 20px 20px 20px;
}

.Dashboard #ViewHeader {
	top: 2%;
}

.Dashboard .Start {
	display: block;
	text-align: center;
	padding: 5%;
}

.Dashboard .Start .Button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0px;
    margin: 4%;
	border: 1px solid #34FF34;
	border-radius: 10px;
    background: none;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: auto 60%;
	width: 20%;
	height: 150px;
}

.Dashboard .Start .Button span {
    display: block;
    position: absolute;
    top: 75%;
    left: 0px;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #0080C9;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 5%;
    margin: 0px;
}

.Minimized .MainmenuSub {
    padding: 0px 25px 0px 10px;
}

.Hover .Minimized .MainmenuSub:hover .Invert {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}

#TBViewMap {
	overflow: hidden !important;
}

#TBViewContent h1,
#TBViewContent h2 {
    font-size: 14px;
    text-decoration: none;
    color: #0080C9;
    font-weight: bold;
    font-style: italic;
    line-height: 21px;
    margin: 15px 0px 5px 0px;
}

#TBViewContent h2 {
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}

#TBViewContent ul {
    margin: 0px 0px 0px 30px;
}

.Button {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #919090;
	line-height: 16px;
	padding: 8px 25px 8px 45px;
	cursor: pointer;
	outline: none;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background: transparent url(../images/buttons/button.png) no-repeat left center;
	
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.Hover .Button:hover {
	text-decoration: none;
	color: #0D8136;
}

a.Button,
input.Button {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 8px 25px 8px 45px !important;
}

.ButtonSmall {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #919090;
	line-height: 14px;
	padding: 4px 15px 4px 35px;
	margin: 0px;
	cursor: pointer;
	outline: none;
	background-image: url(../images/buttons/button.png);
	
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);

    box-sizing: border-box;
}
.Hover .ButtonSmall:hover {
	color: #0D8136;
}

a.ButtonSmall,
input.ButtonSmall {
    font-size: 11px !important;
    line-height: 14px !important;
    padding: 4px 15px 4px 35px !important;
}

.ButtonImage {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 5px 0px 5px;
	color: #333333;	
	cursor: pointer;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.Hover .ButtonImage:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.ButtonBox,
.ButtonBoxActive,
.ButtonBoxInactive,
.ButtonIcon,
.ButtonIconActive,
.ButtonIconInactive {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #34FF34;
	line-height: 16px;
	padding: 7px;
	cursor: pointer;
	outline: none;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background: transparent url(../images/buttons/button.png) no-repeat left center;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.ButtonIcon,
.ButtonIconActive,
.ButtonIconInactive {
	padding: 4px;
}

.Hover .ButtonBox:hover,
.Hover .ButtonBoxActive:hover,
.Hover .ButtonBoxInactive:hover,
.Hover .ButtonIcon:hover,
.Hover .ButtonIconActive:hover,
.Hover .ButtonIconInactive:hover {
	text-decoration: none;
	color: #0D8136;
	border: 1px solid #0D8136;
}

.ButtonBoxActive,
.ButtonBoxInactive,
.ButtonIconActive,
.ButtonIconInactive {
	color: #0D8136;
	border: 1px solid #0D8136;
}
.ButtonBoxInactive,
.ButtonIconInactive {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.Hover .ButtonBoxInactive:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.ButtonCalendar {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	line-height: 16px;
	padding: 4px;
	cursor: pointer;
	outline: none;
	margin: 4px 0px 4px 7px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent url(../images/actions/calendar.png) no-repeat center;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.CheckboxContainer {
	display: inline-block;
	clear: both;
}

.Checkbox {
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

input[type="checkbox"].Visibility + label {
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

input[type="checkbox"].Visibility:checked + label::before,
input[type="checkbox"].Visibility:not(:checked) + label::before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    border: none;
    background: transparent url(../images/actions/hidden.png) no-repeat center;
    background-size: contain;
    margin: -5px 0px 0px 0px;
    box-shadow: none;
}

input[type="checkbox"].Visibility:checked + label::before {
    background-image: url(../images/actions/show.png);
}

.Field,
.FieldActive,
.FieldInactive,
.FieldSlider,
.FieldColor,
.FieldSearch,
.Field:before,
.FieldInactive:before {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 6px;
	line-height: 16px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
    box-sizing: border-box;
}

.FieldInactive,
.FieldInactive:before {
	color: #666666 !important;
	font-style: italic !important;
}

.FieldActive,
.FieldActive:before {
	background: none;
	background-color: #e6e6e6;
}

.Field::before,
.FieldActive::before,
.FieldInactive::before,
.FieldLoginUser::before,
.FieldLoginPassword::before {
	position: absolute;
	content: attr(data-placeholder) " ";
}

.FieldLoginUser {
	background: transparent url(../images/bg/bg_login_user.png) no-repeat 7px 50%;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 6px 6px 30px;
}

.FieldLoginPassword {
	background: transparent url(../images/bg/bg_login_password.png) no-repeat 6px 50%;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 6px 6px 30px;
}

.FieldColor {
	cursor: pointer;
}

.FieldFile,
.FieldFileActive,
.FieldFileIcon,
.FieldFileIconActive {
	display: block;
	position: relative;
	cursor: pointer;
	top: 0;
	left: 0;
	overflow: visible;
	height: 30px;
	width: 240px;
    box-sizing: border-box;
	text-align: right;
	background: url(../images/input/file.png) no-repeat right center;
	cursor: pointer;
}

.FieldFileActive,
.FieldFileIconActive {
	background: url(../images/input/file_active.png) no-repeat right center;
}

.FieldFileIcon,
.FieldFileIconActive {
	height: 30px;
	width: 30px;
	overflow: hidden !important;
}

.FieldFileInput,
.FieldFileInputIcon {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
	border: none;

	padding: 0px;
	line-height: 16px;
	
	height: 100%;
	width: 100%;
    box-sizing: border-box;
	
	-moz-opacity: 0;
	opacity: 0;
		cursor: pointer;
}

.FieldFileInputIcon {
	padding: 0px;
	width: 20px !important;
	cursor: pointer;
}

.FieldFileText {
	display: block;
    position: absolute;
	z-index: 2;
	right: 25px;
    left: 0px;
    top: 0px;
    bottom: 0px;
	
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 6px;
	line-height: 16px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
	
	height: 100%;
	width: 100%;
    box-sizing: border-box;
	
	-moz-opacity: 1;
	opacity: 1;
	}

.FieldFilterContainer {
	position: relative;
	display: block;
	float: left;
	z-index: 1;
}

.FieldFilterInput {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 6px;
	line-height: 16px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
}

.FieldFilterText {
	position: relative;
	display: block;
	z-index: 10;
}

.FieldFilterList {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 500;
	display: none;
	margin: 0px;
	padding: 5px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
}

.FieldExplorerPreview {
	display: block;
	float: left;
	padding: 3px;
	line-height: 1px;
	border: 1px solid #c7c7c7;
}
.FieldExplorerPreview.Directory {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 6px;
	line-height: 16px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
	overflow: auto;
    height: 16px;
}
.FieldExplorerAction {
	display: block;
	float: left;
}

.FieldSearchAlphabet {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border: 1px solid #c7c7c7;
	padding: 1px;
	margin: 2px 2px;
	float: left;
	display: block;
	width: 12px;
	text-align: center;
}

.Select {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 0px 20px 0px 6px;
	line-height: 18px;
	height: 30px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
		margin: 0px;
	cursor: pointer;
	vertical-align: middle;
    box-sizing: border-box;
}

.SelectAssigning {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 0px 0px 0px 3px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	background: none;
	background-color: #FFFFFF;
		margin: 0px;
    box-sizing: border-box;
}

.SelectBold {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 0px 0px 0px 3px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
		margin: 0px;
    box-sizing: border-box;
}

.Fieldtextarea,
.FieldtextareaInactive {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding: 6px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
	    box-sizing: border-box;
}

.FieldtextareaInactive {
	color: #666666;
	font-style: italic;
}

A {
	text-decoration: none;
	color: #0D8136;
}
.Hover A:hover {
	text-decoration: underline;
	color: #34FF34;
}

.Error {
	font-size: 12px;
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
}

.Preloader {
	position: absolute;
	z-index: 99990;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow:hidden;
	background-color: #333333;
	opacity: 0.5;
	
	display: none;
}

.Loading {
	position: fixed;
	z-index: 99999;
	width: 140px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -109px;
	display: block;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	background: #FFFFFF url(../images/loading.gif) no-repeat 10px 10px;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	
	padding: 15px 15px 15px 60px;
	
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}

.Actions {
	position: absolute;
	z-index: 99999;
	width: 1px;
	height: 1px;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	display: none;
	overflow: hidden;
}

.ErrorBackground,
.MessageBackground,
.ConfirmBackground {
	position: fixed;
	display: none;
	z-index: 9999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #666666;
	cursor: pointer;
	
	-webkit-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.ErrorContainer,
.MessageContainer,
.ConfirmContainer {
	display: block;
	overflow: auto;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: auto;
	max-width: 70%;
	height: auto;
	max-height: 70%;
	padding: 30px 30px;
	text-align: center;
	
	background-color: #FFFFFF;
	
	border: 1px solid #919090;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

	
.ErrorContainer .Message,
.MessageContainer .Message,
.ConfirmContainer .Message {
	display: block;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	color: #e20202;
	font-weight: bold;
	line-height: 20px;
}

.MessageContainer .Message,
.ConfirmContainer .Message {
	color: #333333;	
}

.ErrorContainer .Close,
.MessageContainer .Close,
.ConfirmContainer .Yes,
.ConfirmContainer .No {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #919090;
	line-height: 16px;
	padding: 8px 25px 8px 45px;
	cursor: pointer;
	pointer-events: visible;
	outline: none;
	margin: 20px 5px 0px 5px;
	text-align: center;
	background-color: #FFFFFF;
	background: transparent url(../images/buttons/button_accept.png) no-repeat left center;
	
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.ConfirmContainer .No {
	background: transparent url(../images/buttons/button_cancel.png) no-repeat left center;
}

.Hover .ErrorContainer .Close:hover,
.Hover .MessageContainer .Close:hover,
.Hover .ConfirmContainer .Yes:hover,
.Hover .ConfirmContainer .No:hover {
	text-decoration: none;
	color: #0D8136;
}

.LoadingMap {
	position: absolute;
    z-index: 4900;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 2px;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    cursor: default;
    display: none;
}

.LoadingMap div {
    display: block;
    background: #036400;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.Title {
	font-size: 15px;
	text-decoration: none;
	color: #0D8136;
	font-weight: bold;
	font-style : normal;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.Subtitle {
	font-size: 14px;
	text-decoration: none;
	color: #0D8136;
	font-weight: bold;
	font-style : normal;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.Textnormal {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}

.TextnormalWhite {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 16px;
}

.Textbold {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
}

.TextboldActive {
	font-size: 12px;
	text-decoration: none;
	color: #0D8136;
	font-weight: bold;
	line-height: 16px;
}

.TextboldWhite {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
}

.Textsmall {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	line-height: 14px;
}

.TextsmallBold {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 14px;
}

.TextsmallBoldActive {
	font-size: 11px;
	text-decoration: none;
	color: #0D8136;
	font-weight: bold;
	line-height: 14px;
}

.Points {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding: 2px 0px;
	background-image: url(../images/bg/bg_point.png);
	background-repeat: repeat-x;
 	background-position: bottom;
}

.PointsText {
	display: inline;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	background-color: #FFFFFF;
}

.SelectObject {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	line-height: 16px;
}

.SelectObjectActive {
	font-size: 12px;
	text-decoration: none;
	color: #0D8136;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	line-height: 16px;
	cursor: pointer;
}

.Info {
	width:  20px;
	height: 20px;
	padding: 0px;
	margin: 2px 2px 2px 2px;
	border: none;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.Hover .Info:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.MapToolbar {
	padding: 0px 1px 1px 0px;
	background-color: #e6e6e6;
	border: solid 1px #cccccc;
	width: 25px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0px;
}

.MapToolbarActive {
	padding: 1px 0px 0px 1px;
	background-color: #e5e5e5;
	border: solid 1px #d3d3d3;
	width: 25px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0px;
}

.RegisterSubDialogs {
	background-color: #FFFFFF;
}

#SubdialogRegisters .Register {
	border-color: #0D8136;
	border-bottom: 0px;
}
#SubdialogRegisters .Register.Active {
	border-color: #0D8136;
	border-bottom: 1px solid #FFFFFF;
}

.Toggle {
	display: block;
	position: relative;
	z-index: 5000;
	top: 0px;
	left: 0px;
	padding: 5px 10px;
	margin: 0px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	text-align: left;
	cursor: pointer;
			
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 18px;
}

.Hover .Toggle:hover {
	color: #0D8136;
	text-decoration: none;
	background-color: transparent;
}

.Toggle .PullRight,
.Toggle.Expanded .PullRight,
.Toggle.Collapsed .PullRight {
	margin-right: 0px;
	margin-top: 6px;
	border-top: 0 dotted;
	border-bottom: 6px solid #000000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	float: right !important;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 20px;
}

.Toggle.Collapsed .PullRight {
	border-bottom: 0 dotted;
	border-top: 6px solid #000000;
}

.Hover .Toggle:hover .PullRight,
.Hover .Toggle.Expanded:hover .PullRight,
.Hover .Toggle.Collapsed:hover .PullRight {
	border-bottom: 6px solid #0D8136;
}

.Hover .Toggle.Collapsed:hover .PullRight {
	border-bottom: 0 dotted;
	border-top: 6px solid #0D8136;
}

.Register,
.Register.Active {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 16px;
	margin-right: 5px;
	white-space: nowrap;
	display: block;
	cursor: pointer;
	
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
	
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	border-bottom: 0px;
			
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.Hover .Register:hover,
.Register.Active {
	color: #0D8136;
	text-decoration: none;
	margin-bottom: -1px;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.Register.Active {
	font-weight: bold;
}

.RegisterLine {
	display: block;
	clear: both;
	text-decoration: none;
	line-height: 1px;
	height: 1px;
	font-size: 0px;
	background-color: #cccccc;
}



.BubbleContainer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	color: #FFFFFF;
	background: #4C545A;
	padding: 5px 10px;
	z-index: 99999999;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.BubbleContainer .Title {
	display: block;
	font-size: 11px;
    line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	max-width: 300px;
	margin: 0px;
	padding: 0px;
}

.BubbleContainer .Tail {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 5px solid #4C545A;
	font-size: 0px;
	line-height: 0px;
	color: white;
	white-space: pre;
	padding: 0px;
	margin: 0 auto;
	margin-left: -5px;
	margin-top: 0px;
}

.FieldSliderContainer .SliderContainer {
	position: relative;
	top: 0px;
	left: 0px;
 	height: 18px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
    box-sizing: border-box;
}
.FieldSliderContainer .SliderHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 40px;
	height: 18px;
    margin: -1px 0px;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 3px;
	line-height: 18px;
	text-align: center;
}
.FieldSliderContainer .SliderHandle .disabled {
	background: #898989;
}

.ColorPickerContainer {
	display: block;
	background: #0D8136;
	z-index: 25000;
	
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.ColorPickerContainer .FieldColorPicker .PadHs {
	background: transparent url(../images/colorpicker/hs.png) no-repeat 0px 0px;
}
.ColorPickerContainer .FieldColorPicker .PadHv {
	background: transparent url(../images/colorpicker/hv.png) no-repeat 0px 0px;
}
.ColorPickerContainer .FieldColorPicker .PadCross {
	background: transparent url(../images/colorpicker/cross.png) no-repeat center;
}
.ColorPickerContainer .FieldColorPicker .Slider {
	background: transparent url(../images/colorpicker/arrow.png) no-repeat center;
}

.MaxImage {
    display: block;
    height: auto;
    max-width: 250px;
    width: auto;
    max-height: 250px;
    border: 1px dashed #c7c7c7;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.AutoSize {
	display: block;
	width: 100%;
	height: 100%;
}

.Pointer {
	cursor: pointer;
	pointer-events: visible;
}

.StreetSmart,
.Infra3D {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}

.StreetSmart .cmt .mosaic-tile {
    margin: 0px !important;
}

body > #DEBUG {
    position: absolute;
    z-index: 9999999;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 0, 0, 0.8);
    height: 200px;
    box-sizing: border-box;
    padding: 10px;
}

#DEBUG a {
    display: inline-block;
    margin: 0px 5% 10px 0px;
    width: 44%;
    box-sizing: border-box;
}

#DEBUG br {
    display: none;
}
