body {
	background-color: #fff;
	margin: 0px;
	overflow: hidden !important;
}
#canvas {
	width: 100% !important;
	height: 100% !important;
}
#preload{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11110;
	text-align: center;
	visibility: visible;
	display: block;
	background-color: rgb(51, 51, 51);
}
#load {
  max-width: 200px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.hiddenLoad{
	visibility: hidden;
}
.visuallyhidden {
 	opacity: 0;
}
.loadingText {
	position: absolute;
  	z-index: 6000;
  	top: 50%;
  	left: 50%;
  	display: none;
  	transform: translateY(-50%);
}
.loadingText img {
  	width: 50px;
}
.switchHeader {
	margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}
.form-modul-title {
    color: #82949a !important;
    word-break: break-word;
    text-align: left !important;
    margin-left: 47px !important;
}
.form-modul-title:hover{
    color: #294954 !important;
}
.feeds li .col1 > .cont {
    margin-right: 0px !important;
}
.form-modul-color {
    color: #45B6AF !important;
}
/* next */
.form-modul-title {
    color: #82949a !important;
    word-break: break-word;
    text-align: left !important;
    margin-left: 47px !important;
}
.form-modul-title:hover{
    color: #294954 !important;
}
.form-modul-color {
    color: #45B6AF !important;
}
.empty-form-field {
	box-shadow: 0px 0px 2px #F34747 !important;
}

.blockUI {
    z-index: 10000000 !important;
}

.highlighted {
  border: 2px solid white;
}
