/* GENERAL  ==============================================  */
html {
	min-height: 100%;
	height: 100%;
}
body {
	min-height: 100%; 
}
html, body {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: white;
	max-width: 100%;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
}
button, input{
	border-radius: 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	 -khtml-user-select: none; /* Konqueror */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  not supported by any browser */
}
.nopointer {
	pointer-events: none;
}
.clear {
	clear: both;
}
.clearfix_a:after {
	content: '';
	clear: both;
}
.printonly{
	display: none;
}
.multiline {
	white-space: pre-line;
}
.bar_placeholder{
	height: 48px;	
}
@media screen and (max-width: 767px) {
	.bar_placeholder{
		height: 56px;	
	}	
}
/* js tooltip ----------------- */
.jstooltip-tri,
.jstooltip-tri-top{
	border-color: transparent transparent #6c757d transparent;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	display: block;
	z-index: 3000;
}
.jstooltip-tri-top {
	border-color: #6c757d transparent transparent transparent;
	border-width: 10px 12px 0 12px;
}
.jstooltip-body {
	background-color: #6c757d;
	display: block;
	z-index: 3000;
	padding: 8px;
	box-sizing: border-box;
	color: white;
	border: 1px solid #000;
	text-align: left;
}
/* ------- highlighting ---------------------------- */
.bg_highlight {
	animation: highlight_yellow linear 2s;
	animation-iteration-count: 1;
	-webkit-animation: highlight_yellow linear 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation: highlight_yellow linear 2s;
	-moz-animation-iteration-count: 1;
	-o-animation: highlight_yellow linear 2s;
	-o-animation-iteration-count: 1;
	-ms-animation: highlight_yellow linear 2s;
	-ms-animation-iteration-count: 1;
}
@-moz-keyframes highlight_yellow {
	0% { background-color: #F8FFA6; }
	30% { background-color: #effe3f; }
	70% { background-color: #effe3f; }
	100% { background-color: unset; }
}
@-webkit-keyframes highlight_yellow {
	0% { background-color: #F8FFA6; }
	30% { background-color: #effe3f; }
	70% { background-color: #effe3f; }
 	100% { background-color: unset; }
}
@-webkit-keyframes highlight_yellow {
	0% { background-color: #F8FFA6; }
	30% { background-color: #effe3f; }
	70% { background-color: #effe3f; }
 	100% { background-color: unset; }
}
@-ms-keyframes highlight_yellow {
	0% { background-color: #F8FFA6; }
	30% { background-color: #effe3f; }
	70% { background-color: #effe3f; }
	100% { background-color: unset; }
}
@keyframes highlight_yellow {
	0% { background-color: #F8FFA6; }
	30% { background-color: #effe3f; }
	70% { background-color: #effe3f; }
	100% { background-color: unset; }
}
/* hTitle */
.hTitle {
	position: relative;
}
.hTitle[data-title]:not([data-title=""]):focus{
	z-index: 1130;
}
.hTitle[data-title]:not([data-title=""]):hover:after{
	opacity: 1;
	z-index: 1130 !important;
	display: block;
	position: absolute;
	min-width: 90px;
	bottom: 30px;
	left: -20px;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #000;
	background-color: #6c757d;
	content: attr(data-title);
}
.hTitle.hTitleBottom[data-title]:not([data-title=""]):hover:after{
	top: 30px;
	bottom: inherit;
}
/* css onoff */
label.css_onoff {
	cursor: pointer;
}
label.css_onoff:not(.use_color) {
	padding-left: 26px;
	display: inline-block;
	position: relative;
}
label.css_onoff > input[type="checkbox"] {
	display: none;
}
label.css_onoff:not(.use_color) > input[type="checkbox"] + span {
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid black;
	text-align: center;
	line-height: 17px;
	font-size: 16px;
	background-color: #fff;
}
label.css_onoff:not(.use_color) > input[type="checkbox"]:checked + span::before {
	display: inline;
	content:'\2713';
}
label.css_onoff.use_color > input[type="checkbox"] + span {
	color: #9c9c9c;
}
label.css_onoff.use_color > input[type="checkbox"]:checked + span {
	color: #000000;
}

	/* editable */
.editable {
	cursor: pointer;
	padding-right: 20px;
	padding-left: 3px;
	position: relative;
	min-height: 23px;
	vertical-align: middle;
	border: 1px solid transparent;
}
.editable:hover,
.editable:focus,
.editable:active{
	border: 1px solid #ddd;
	border-radius: 4px;
}
.editable:hover::after,
.editable:focus::after,
.editable:active::after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	content:'\f040';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	text-align: center;
	line-height: 25px;
}
/* BOOTSTRAP MENU ================================= */
/* Profile sidebar */
.profile-sidebar {
    box-sizing: border-box;
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 50px;
	width: 240px;
	position: fixed;
	z-index: 300;
}

.profile-usertitle {
    box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
}

.profile-usertitle-name {
    box-sizing: border-box;
	color: rgb(90, 115, 145);
	font-size: 16px;
	font-weight: 600;
	line-height: 22.85px;
	margin-bottom: 7px;
}
.profile-usermenu {
    box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}

.profile-usermenu ul {
	box-sizing: border-box;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.profile-usermenu ul li {
    border-bottom-color: rgb(240, 244, 247);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	box-sizing: border-box;
	display: block;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	color: rgb(147, 163, 181);
	display: block;
	font-weight: 500;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	text-decoration-color: rgb(147, 163, 181);
	text-decoration-line: none;
	text-decoration-style: solid;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
	padding-left: 13px;
}
/* Profiling  ==============================================  */
.profiling-output {
    position: fixed;
    background-color: white;
    top: calc(100% - 35px);
    left: 10px;
    z-index: 10;
	padding: 4px;
}
.profiling-output h3 {
	font-size: 18px;
	padding: 5px;
}
.profiling-output:hover {
    position: fixed;
    bottom: 0;
    top: inherit;
    max-height: 35%;
    overflow-y: auto;
	z-index:300;
	border: 1px solid #ddd;
}
.fa-angle-toggle::before {
    content: "\f106";
}

.profiling-output:hover .fa-angle-toggle::before {
    content: "\f107";
}
/* GENERAL CONTENT  ==============================================  */
.content_wrapper {
	width: 85%;
	width: calc(100% - 260px);
	margin-left: 250px;
	min-width: 300px;
	overflow-x: hidden;
	min-height: 90%;
	min-height: calc(100% - 56px);
	padding: 10px 0 30px 10px;
	position: relative;
	height: calc(100vh - 93px);
}
@media screen and (max-width: 767px) {
	.content_wrapper {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 3px;
	}
}
.main, .content {
	position: relative;
	transition: margin-left .5s;
	padding: 2px;
	width: 100%;
	min-width: 300px;
	/*max-width: 1450px;*/
}
.content img {
	max-width: 780px;
	height: auto;
}
/* MESSAGE SYSTEM  ==============================================  */
div.message_relative{
	position: relative;
	width: 100%;
}
#template__message_container{
	position: fixed;
	box-sizing: border-box;
	left: 20%;
	right: 16px;
	z-index: 1250;
}
.force_mobile #template__message_container{
	left: 2%;
	right: 2%;
}
@media screen and (max-width: 767px) {
	#template__message_container{
		left: 5px;
		right: 5px;
	}
}
#template__message_container div{
	box-sizing: border-box;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px 8px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	font-size: 1.2em;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(107,107,107,1);
	-moz-box-shadow: 1px 1px 5px 2px rgba(107,107,107,1);
	box-shadow: 1px 1px 5px 2px rgba(107,107,107,1);
}
#template__message_container div i{
	font-weight: bolder;
	font-style: normal;
	display: inline-block;
	position: absolute;
	right: 10px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;
}
#template__message_container div i:hover{
	color:#444;
}
.template__message_yellow {
	color: #c3bb61;
	border-color: #ffd500;
	background-color: #ffffee;
}
.template__message_red {
	color: red;
	border-color: red;
	background-color: #ffeeee;
}
.template__message_green {
	color: #3CC73E;
	border-color: #3CC73E;
	background-color: #ebf9eb;
}

.template__message_blue {
	color: #00ABFF;
	border-color: #00ABFF;
	background-color: #e5f6ff;
}
.template__message_white {
	color: #000000;
	border-color: #000000;
	background-color: #fff;
}
.bg-lightgreen {
	background-color: #afa;
}
.bg-lightred {
	background-color: #fdd;
}
.bg-lightblue {
	background-color: #c3e7ff;
}
.bg-lightyellow {
	background-color: #fffad1;
}
/* MODAL GENERAL ==============================================  */
.modalwrapper{
	position: relative;
	width: 100%;
	height: 0;
	z-index: 1300;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.5s;
}
.modalwrapper > * {
	display: none;
}
.modalwrapper.open{
	height: auto;
	opacity: 1;
}
.modalwrapper.open > * {
	display: inherit;
}
.modalwrapper.open .modal_bg{
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	background-color: #000;
	opacity: 0.3;
	display: none;
}
.modalwrapper.open .modal_bg{
	display: block;
}
.modalwrapper .modal_close{
	position: fixed;
	right: 30px;
	top: 100px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	cursor: pointer;
	display: none;
	text-align: center;
}
.modalwrapper .modal_close:hover{
	border: 3px solid #fff;
	line-height: 48px;
	font-size: 2.1em;
}
/* ---------- */
.modalwrapper .modal-box {
	position: fixed;
	left: 0;
	right: 0;
	margin: 20px auto 0;
	display: block;
	z-index: 500;
	width: 85%;
	width: calc(84% - 20px);
	margin-left: 15%;
	margin-left: calc(15% + 20px);
	margin-top: 15px;
	min-width: 300px;
	max-height: 86%;
	overflow-y: auto;
	background: #999;
}
.modalwrapper .modal-header {
	width: 85%;
	width: calc(84% - 20px);
	width: calc(84% - 20px);
	position: fixed;
	z-index: 10;
	top: 30px;
}
.modalwrapper .modal-header .close {
	cursor: pointer;
}
.modalwrapper .modal-header .modal-headtext {
	font-weight: bold;
	color: #fff;
}
.modalwrapper .modal-header.bg-warning .modal-headtext {
	color: #000;
}

.modalwrapper .modal-box .modal-footer {
	padding: 5px;
}
.modalwrapper .modal-box .modal-footer button {
	min-width: 125px;
}
.modalwrapper .modal-box .modal-footer {
	padding: 5px;
}
.modalwrapper .modal-content {
	border-radius: 0;
	border: 1px solid #999;
}
.modal-box.fullscreen {
	width: 99%;
	top: 50px;
	bottom: 10px;
	margin-left: 0.5%;
	min-width: inherit;
	max-height: inherit;
}
.modal-box.fullscreen .modal-header {
	width: 99%;
	top: 10px;
}
.modal-box.fullscreen .modal-content {
	height: 100%;
}
.modal-box.fullscreen .modal-body {
	height: 100%;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	position: relative;
}
.modalwrapper .modal-box.modal-file object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.modalwrapper .modal-box {
		position: fixed;
		width: 98%;
		left: 0;
		right: 0;
		margin: 20px auto 0;
		display: block;
		z-index: 500;
		min-width: auto;
	}
	.modalwrapper .modal-header {
		width: 98%;
	}
}



/* GENERAL HALF + FULL BOXES ==============================================  */
.half_container, 
.full_container{
	border: 1px solid #173d92;
	width: calc(50% - 10px);
	margin: 5px 5px;
	float: left;
	min-height: 200px;
	padding: 5px;
	position: relative;
}
.button_container{
	width: calc(50% - 10px);
	margin: 5px 5px;
	float: left;
	min-height: 120px;
	padding: 2px;
	position: relative;
}
.full_container {
	width: calc(100% - 10px);
}
.button_container {
	width: calc(20% - 10px);
	min-height: 120px;
	min-width: 270px;
	margin: 4px 4px;
}
.spacer,
.min_height10{
	min-height: 10px;
}
.max_height400{
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden; 
}
.max_height500{
	max-height: 500px;
}
.max_height600{
	max-height: 600px;
}
.max_height700{
	max-height: 700px;
}
.max_height766{
	max-height: 766px;
}
.max_height800{
	max-height: 800px;
}
.half_container h3, 
.full_container h3,
.button_container h3{
	margin: 5px 5px 10px;
	color: #173d92;
}
.half_container .addfooterspace,
.full_container .addfooterspace,
.button_container .addfooterspace {
	height:50px;
}
.half_container .adddoublefooterspace,
.full_container .adddoublefooterspace,
.button_container .adddoublefooterspace {
	height:72px;
}
.half_container .footerline, 
.full_container .footerline,
.button_container .footerline {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	padding: 5px;
}
/* GENERAL HALF + FULL BOXES MEDIA ==============================================  */
@media (max-width: 767px) {
	.half_container, 
	.full_container{
		margin: 5px 0px;
		width: 100%;
	}
	.button_container {
		margin: 5px 5px;
	}
}
@media (max-width: 560px) {
	.button_container {
		margin: 5px 0px;
		width: 100%;
	}
}
/*  GENERAL HALF + FULL BOXES CONTENT ==============================================  */
.half_container table, 
.full_container table {
	width: 100%;
	border-collapse: collapse;
}
.half_container table tr, 
.full_container table tr{
	height: 23px;
	line-height: 23px;
	transition: height 0.7s ease-in;
}
.half_container table tr div.spanhover,
.full_container table tr div.spanhover{
	max-height: 200px;
	transition: max-height 0.7s ease-in;
	overflow: hidden;
}
.half_container table.striped tr:nth-child(even),
.full_container table.striped tr:nth-child(even),
.striped tr:nth-child(even),
.striped .d-table-row:nth-child(even){
	background-color: #dedede;
}
.bg-thead{
	background-color: #a4a4a4;
}
.half_container table tr:hover,
.full_container table tr:hover{
	background-color: #efefef;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.half_container table tr:nth-child(1) th,
.full_container table tr:nth-child(1) th {
	border-bottom: 1px solid black;
	text-align: left;
}
.half_container table tr td,
.full_container table tr td {
	padding-left: 10px;
}
/* BUTTON CONTAINER ==============================================  */
.button_container a {
	display: block;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.button_container h3{
	text-align: left;
	text-align: start;
	white-space: pre-wrap;
	font-size: 1.10rem;
}
.button_container div.img{
	width: 90%;
	height: 125px;
	margin: 5px auto 5px;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.button_container small.form-text {
	margin-top: -10px;
	text-align: center;
	padding-right: 30px;
	font-style: italic;
	font-weight: bold;
	white-space: pre-line;
}
/* 404 / 403 ERROR  ==============================================  */
.access_not_found h3,
.access_denied h3 {
	padding: 0 15px;
	margin: 15px 0 3px;
	font-size: 2em;
}
.access_not_found > span,
.access_denied > span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 15px;
}
.access_not_found > div,
.access_denied > div {
	display: block;
	width: 100%;
	padding: 5px 15px;
}
.access_not_found > div > h5,
.access_denied > div > h5 {
	margin-bottom: 10px;
}
.access_not_found > div > span,
.access_denied > div > span {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 0.8em;
}
.half_container.access_not_found,
.half_container.access_denied {
	border: 5px solid red;
	margin-top: 20px;
}
/* KEYFRAMES  ==============================================  */
@keyframes shakeFrames{
	0% 		{ transform: translate(0px,0px)   rotate(0deg);	}
	14% 	{ transform: translate(1px,-1px)  rotate(3deg);	}
	37% 	{ transform: translate(0px,1px)   rotate(-3deg);}
	63% 	{ transform: translate(-1px,-1px) rotate(2deg);	}
	88% 	{ transform: translate(1px,0px)   rotate(-3deg);}
	101% 	{ transform: translate(0px,0px)   rotate(0deg);	}
}

@-moz-keyframes shakeFrames{
	0% 		{ -moz-transform: translate(0px,0px)  rotate(0deg);	}
	14% 	{ -moz-transform: translate(1px,-1px) rotate(3deg);	}
	37% 	{ -moz-transform: translate(0px,1px)  rotate(-3deg);}
	63% 	{ -moz-transform: translate(-1px,-1px)rotate(2deg);	}
	88% 	{ -moz-transform: translate(1px,0px)  rotate(-3deg);}
	101% 	{ -moz-transform: translate(0px,0px)  rotate(0deg);	}
}

@-webkit-keyframes shakeFrames {
	0% 		{ -webkit-transform: translate(0px,0px)  rotate(0deg); }
	14% 	{ -webkit-transform: translate(1px,-1px) rotate(3deg); }
	37% 	{ -webkit-transform: translate(0px,1px)  rotate(-3deg);}
	63% 	{ -webkit-transform: translate(-1px,-1px)rotate(2deg); }
	88% 	{ -webkit-transform: translate(1px,0px)  rotate(-3deg);}
	101% 	{ -webkit-transform: translate(0px,0px)  rotate(0deg); }
}

@-o-keyframes shakeFrames {
	0% 		{ -o-transform: translate(0px,0px)  rotate(0deg); }
	14% 	{ -o-transform: translate(1px,-1px) rotate(3deg); }
	37% 	{ -o-transform: translate(0px,1px)  rotate(-3deg);}
	63% 	{ -o-transform: translate(-1px,-1px)rotate(2deg); }
	88% 	{ -o-transform: translate(1px,0px)  rotate(-3deg);}
	101% 	{ -o-transform: translate(0px,0px)  rotate(0deg); }
}

@-ms-keyframes shakeFrames {
	0% 		{ -ms-transform: translate(0px,0px)	 rotate(0deg); }
	14% 	{ -ms-transform: translate(1px,-1px) rotate(3deg); }
	37% 	{ -ms-transform: translate(0px,1px)	 rotate(-3deg);}
	63% 	{ -ms-transform: translate(-1px,-1px)rotate(2deg); }
	88% 	{ -ms-transform: translate(1px,0px)	 rotate(-3deg);}
	101% 	{ -ms-transform: translate(0px,0px)	 rotate(0deg); }
}
@keyframes shakeFrames2{
	0% 		{ transform: translate(0px,0px)   rotate(0deg);	}
	14% 	{ transform: translate(1px,-1px)  rotate(3deg);	}
	37% 	{ transform: translate(0px,1px)   rotate(-3deg);}
	63% 	{ transform: translate(-1px,-1px) rotate(2deg);	}
	88% 	{ transform: translate(1px,0px)   rotate(-3deg);}
	101% 	{ transform: translate(0px,0px)   rotate(0deg);	}
}

@-moz-keyframes shakeFrames2{
	0% 		{ -moz-transform: translate(0px,0px)  rotate(0deg);	}
	14% 	{ -moz-transform: translate(1px,-1px) rotate(3deg);	}
	37% 	{ -moz-transform: translate(0px,1px)  rotate(-3deg);}
	63% 	{ -moz-transform: translate(-1px,-1px)rotate(2deg);	}
	88% 	{ -moz-transform: translate(1px,0px)  rotate(-3deg);}
	101% 	{ -moz-transform: translate(0px,0px)  rotate(0deg);	}
}

@-webkit-keyframes shakeFrames2 {
	0% 		{ -webkit-transform: translate(0px,0px)  rotate(0deg); }
	14% 	{ -webkit-transform: translate(1px,-1px) rotate(3deg); }
	37% 	{ -webkit-transform: translate(0px,1px)  rotate(-3deg);}
	63% 	{ -webkit-transform: translate(-1px,-1px)rotate(2deg); }
	88% 	{ -webkit-transform: translate(1px,0px)  rotate(-3deg);}
	101% 	{ -webkit-transform: translate(0px,0px)  rotate(0deg); }
}

@-o-keyframes shakeFrames2 {
	0% 		{ -o-transform: translate(0px,0px)  rotate(0deg); }
	14% 	{ -o-transform: translate(1px,-1px) rotate(3deg); }
	37% 	{ -o-transform: translate(0px,1px)  rotate(-3deg);}
	63% 	{ -o-transform: translate(-1px,-1px)rotate(2deg); }
	88% 	{ -o-transform: translate(1px,0px)  rotate(-3deg);}
	101% 	{ -o-transform: translate(0px,0px)  rotate(0deg); }
}

@-ms-keyframes shakeFrames2 {
	0% 		{ -ms-transform: translate(0px,0px)	 rotate(0deg); }
	14% 	{ -ms-transform: translate(1px,-1px) rotate(3deg); }
	37% 	{ -ms-transform: translate(0px,1px)	 rotate(-3deg);}
	63% 	{ -ms-transform: translate(-1px,-1px)rotate(2deg); }
	88% 	{ -ms-transform: translate(1px,0px)	 rotate(-3deg);}
	101% 	{ -ms-transform: translate(0px,0px)	 rotate(0deg); }
}
/* --------- SPINNING FONT AWESOME----------*/
.multifa {
  font-size: 14px;
  position:relative;
  width: 56px;
  height: 56px;
}
.multifa.center {
	margin: 0 auto;
	left: 0;
	right:0;
}
.multifa > span.fa {
  font-size: 56px;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.multifa > span.fa:last-child {
  position:absolute;
  top: 25px;
  left: 37px;
}
.sym-spin {
  -webkit-animation: spin 5s infinite linear;
  -moz-animation: spin 5s infinite linear;
  -o-animation: spin 5s infinite linear;
  animation: spin 5s infinite linear;
}
.sym-spin-reverse {
  -webkit-animation: spin 5s infinite linear reverse;
  -moz-animation: spin 5s infinite linear reverse;
  -o-animation: spin 5s infinite linear reverse;
  animation: spin 5s infinite linear reverse;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ===== CSS TOOLTIP ===== */
.css-tooltip {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
}
.css-tooltip:focus,
.css-tooltip:active {
	color: white;
	background-color: #007bff;
}
.css-tooltip .tooltiptext {
    visibility: hidden;
	display: none;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
	width: 250px;
	top: 1.5em;
	right: -50px;
	word-wrap: break-word;
	height: auto;
	text-align: left;
	white-space: initial;
	padding: 5px;
}
.css-tooltip .tooltiptext::before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #000 transparent;
	top: -0.5em;
	right: 47px;
}
.css-tooltip:active .tooltiptext,
.css-tooltip:focus .tooltiptext,
.css-tooltip:hover .tooltiptext{
    visibility: visible;
	display: block;
}
/* -------------------- */
@media screen and (min-width: 768px) {
	.navbar.navbar-expand-md {
		height: 3em;
	}
}
@media screen and (max-width: 570px) {
	.navbar-brand .hide_on_small {
		display: none;
	}
}
@media screen and (min-width: 571px) {
	.navbar .hide_on_big {
		display: none;
	}
}
.navbar{
	padding-top: 3px;
	padding-bottom: 3px;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
}
.navbar::-webkit-scrollbar { /* WebKit */
	width: 0;
	height: 0;
}
/* -------------------- */
.floating-links {
	top: 150px;
	left: 100%;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 20px;
	width: 275px;
	position: fixed;
	z-index: 300;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
	margin: 0;
	transition: left 0.3s ease;
	height: 400px;
	height: calc(100% - 160px);
}
.floating-links .link-box {
	max-height: calc(100% - 44px);
	overflow-y: auto;
}
.floating-links:hover,
.floating-links:focus,
.floating-links:active {
	left: calc(100% - 250px);
}
.floating-links .head-toggle {
	position: relative;
	padding: 8px 8px 8px 30px;
	color: #777;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #777;
}
.floating-links .head-toggle span.toggler {
	z-index: -1;
	display: block;
	padding: 8px 0 50px;
	position: absolute;
	text-align: center;
	width: 50px;
	top: 0;
	left: -46px;
	font-size: 30px;
	color: #bbb;
}
.floating-links .head-toggle span.toggler i.fa {
	transition: transform 0.3s ease;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.floating-links:hover .head-toggle span.toggler i.fa,
.floating-links:focus .head-toggle span.toggler i.fa,
.floating-links:active .head-toggle span.toggler i.fa{
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.floating-links .link-line {
	border-bottom-color: rgb(240, 244, 247);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	box-sizing: border-box;
	display: block;
	line-height: 20px;
	position: relative;
}
.floating-links .link-line:last-child {
	border: 0px solid transparent;
}
.floating-links .link-line a {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	color: rgb(147, 163, 181);
	display: block;
	font-weight: 500;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	text-decoration-color: rgb(147, 163, 181);
	text-decoration-line: none;
	text-decoration-style: solid;
}
.floating-links .link-line a:hover,
.floating-links .link-line a:focus {
	background-color: #fafcfd;
	color: #5b9bd1;
}
.floating-links .link-line a span.fa {
    margin-right: 8px;
    font-size: 14px;
}
.reftag {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
}
.reftag.top-100 {
	top: -100px;
}
.reftag.top100 {
	top: 100px;
}
.reftag.top-50 {
	top: -50px;
}
.reftag.top50 {
	top: 50px;
}
.reftag.top-130 {
	top: -130px;
}
.reftag.top130 {
	top: 130px;
}
.reftag.top-150 {
	top: -150px;
}
.reftag.top150 {
	top: 150px;
}
/* ------ member 2 wiki ------- */
.hover-bg-gray:hover, 
.hover-bg-gray:active {
	background-color: #eee;
}
.hover-bg-gray:hover .hover-bg-transparent, 
.hover-bg-gray:active .hover-bg-transparent{
	background-color: transparent;
}
.onelineRadios {
	padding-bottom: 0;
}
.onelineRadios > label {
	margin-bottom: 0;
	vertical-align: top;
}
/* ------------------- */
.fonts-half {
	font-size: 0.5em;
}
.mt-4p {
	margin-top: 4%;
}
/* ------- SPINNER ---------------------- */
/*-- https://github.com/tobiasahlin/SpinKit ---*/
/*-- Spinner: MIT LICENSE https://github.com/tobiasahlin/SpinKit/blob/master/LICENSE ---*/
/*-- Modified --*/
.planespinner {
	width: 50px;
	height: 50px;
	background-color: #333;
	margin: 20px auto 10px;
	-webkit-animation: sk-rotateplane 2.4s infinite ease-in-out;
	animation: sk-rotateplane 2.4s infinite linear;
	background-image: url(../img/logo_light);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-origin: content-box;
	padding: 3px;
}

@-webkit-keyframes sk-rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(179.9deg) }
	100% { -webkit-transform: perspective(120px) rotateY(359.9deg) }
}

@keyframes sk-rotateplane {
	0% { 
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
	} 50% { 
		transform: perspective(120px) rotateX(0) rotateY(179.9deg);
		-webkit-transform: perspective(120px) rotateX(0) rotateY(179.9deg) 
	} 100% { 
		transform: perspective(120px) rotateX(0) rotateY(359.9deg);
		-webkit-transform: perspective(120px) rotateX(0) rotateY(359.9deg);
	} 
}
/* --- loginwall/svreensaver --- */
.loginwallShow {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
	margin: 9px 5px;
	border: 1px solid #aaa;
	border-radius: 5px;
	cursor: pointer;
	display: none;
}
.loginwallShow:hover{
	border: 1px solid #777;
}
div.screensaver {
	position: absolute;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	background-image: url(../img/wallpaper);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 300;
	cursor: pointer;
	left: 0;
	top: 0%;
}
div.screensaver div.clockcontainer {
	position: absolute;
	color: white;
	font-size: 7em;
	font-weight: bold;
	bottom: 40px;
	right: 70px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
div.screensaver div.datecontainer {
	position: absolute;
	color: white;
	font-size: 3em;
	font-weight: bold;
	bottom: 150px;
	right: 70px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media screen and (max-width: 400px) {
	div.screensaver {
	}
	div.screensaver div.clockcontainer {
		font-size: 4em;
		right: 66px;
	}
	div.screensaver div.datecontainer {
		font-size: 1.5em;
		bottom: 107px;
	}
}
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 15px 5px;
	font-size: 0.8rem;
}
.button_container small.form-text {
	margin-top: -10px;
	text-align: center;
	padding-right: 30px;
	font-style: italic;
	font-weight: bold;
}
.button_container .css-tooltip {
	position: absolute;
	top: 40px;
	right: 5px;
}
@media (max-width: 560px) {
	.button_container {
		height: inherit;
		min-height: inherit;
	}
	.button_container a {
		position: relative;
		padding-left: 50px;
	}
	.button_container a div.fa-5x{
		position: absolute;
		font-size: 2rem;
		left: 5px; 
		top: 10px;
		margin-top: 0 !important;
	}
	.button_container a div.img{
		position: absolute;
		font-size: 2rem;
		left: 5px; 
		top: 10px;
		height: 30px;
		width: 40px;
		margin-top: 0 !important;
		margin: 0;
	}
	.button_container a div.fa-info{
		top: 32px;
	}
	.button_container a h3 {
	
	}
	.button_container a small.form-text {
		text-align: left;
	}
}
.slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #17a2b8;
}
input:focus + .slider {
	box-shadow: 0 0 1px #1fe6f3;
}
input:checked + .slider:before{
	-ms-transform: translateX(26px);
	-webkit-transform: translateX(26px);
	transform: translateX(26px);
}
.slider.round {
	border-radius: 5px;
}
.slider.round2 {
	border-radius: 32px;
}
.slider.round:before {
	border-radius: 50%;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.color-value{
	transition: background-color 0.4s, color 0.4s;
}
.color-value.bg-info{
	color: #fff;
}
.collapse-rotate-base .collapse-rotate{
    transition: transform 0.4s;
}
.collapse-rotate-base:not(.collapsed) .collapse-rotate{
    transform: rotate(180deg);
}
.collapse-rotate-base.collapsed .non-collapsed-text {
	display: none;
}
.collapse-rotate-base:not(.collapsed) .non-collapsed-text {
	display: block;
}
.collapse-rotate-base.collapsed .collapsed-text {
	display: block;
}
.collapse-rotate-base:not(.collapsed) .collapsed-text {
	display: none;
}

.cursor-pointer{
	cursor: pointer;
}
.table-fixed{
	table-layout: fixed;
}
/* ================================= */

.cell-table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 6px;
}

.cell-table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding: 6px;
	border-bottom: #6699FF 2px solid;
	background-color:#E4E4F1;
}
.sticky-left {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1019;
}
.bg-table-head {
	background-color: #E4E4F1;
}
.min-30 {
	min-width: 30px;
}
.min-40 {
	min-width: 40px;
}
.min-50 {
	min-width: 50px;
}
.min-60 {
	min-width: 60px;
}
.min-100 {
	min-width: 100px;
}
.min-110 {
	min-width: 110px;
}
.min-120 {
	min-width: 120px;
}

.error {
	background-color:#FF0000 !important;
}
.warning {
	background-color: #FFFF00 !important;
}
/* hceked radio*/
.styled_checkmarkradio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.styled_checkmarkradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.styled_checkmarkradio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.styled_checkmarkradio:hover input ~ .checkmark {
	background-color: #ccc;
}
.styled_checkmarkradio input:checked ~ .checkmark {
	background-color: #17a2b8;
}
.styled_checkmarkradio.red_bg_box input:checked ~ .checkmark {
	background-color: #dc3545;
}
.styled_checkmarkradio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.styled_checkmarkradio input:checked ~ .checkmark:after {
	display: block;
}
.styled_checkmarkradio .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
#navbar-header-slide-hide-cb,
.navbar-header-slide-hide-wrapper,
.navbar-header-line {
	display: none;
}
.enable-header-navbar ~ .navbar-header-line,
.enable-header-navbar.navbar-header-line {
	display: flex;
	height: 50px;
	position: fixed;
	width: 250px;
	transition: width 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
	.enable-header-navbar ~ .navbar-header-line,
	.enable-header-navbar.navbar-header-line {
		top: 46px;
		display: none;
	}
}
.enable-header-navbar ~ .navbar-header-line > label,
.enable-header-navbar.navbar-header-line > label {
	height: 50px;
	min-width: 50px;
	line-height: 50px;
	color: #aaa;
	background-color: #fff;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.enable-header-navbar ~ .navbar-header-line > label:hover,
.enable-header-navbar.navbar-header-line > label:hover {
	background-color: #ddd;
	color: #888;
}
.enable-header-navbar ~ .navbar-header-line > label > i.fa,
.enable-header-navbar.navbar-header-line > label > i.fa {
	font-size: 2em;
	line-height: 1.5em;
	/* fa-fw */
	width: 1.28571429em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.enable-toggle#navbar-header-slide-hide-cb ~ .navbar-header-line #navbar-header-slide-hide-label {
		display: block;
		text-align: center;
		vertical-align: top;
	}
	.enable-toggle#navbar-header-slide-hide-cb ~ .navbar-header-line #navbar-header-slide-hide-label i {
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		-ms-transition: -ms-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
	}
	.enable-toggle#navbar-header-slide-hide-cb ~ .content_wrapper {
		transition: width 0.4s ease-in-out, margin-left 0.4s ease-in-out;
	}
	.enable-toggle#navbar-header-slide-hide-cb ~ .d-none.d-md-block.noprint .profile-sidebar {
		transition: width 0.4s ease-in-out;
	}
	.enable-toggle#navbar-header-slide-hide-cb ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li {
		overflow: hidden;
		white-space: nowrap;
		max-width: 250px;
		transition: max-width 0.4s ease-in-out;
	}
	.enable-toggle#navbar-header-slide-hide-cb ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li.nav-separator hr {
		margin:1px 0;
		background: #aaa;
	}
	.enable-toggle#navbar-header-slide-hide-cb ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li a {
		transition: padding-left 0.4s ease-in-out;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .navbar-header-line {
		width: 10px;
		overflow: hidden;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .navbar-header-line #navbar-header-slide-hide-label i {
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .content_wrapper {
		margin-left: 10px;
		width: 96%;
		width: calc(100% - 20px);
		border-left: 1px solid #add8e6;
		min-height: calc(100vh - 48px);
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar:not(:hover),
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar:hover.nolihover {
		width: 10px;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usertitle {
		max-width: 10px;
		display: none;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li {
		max-width: 39px;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li:hover {
		max-width: 250px;
		z-index: 1027;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li.nav-separator:hover,
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li.nav-separator{
		max-width: 32px;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li:hover a {
		border-top: 2px solid #5b9bd1;
		padding-top: 8px;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li a {
		padding-left: 7px;
	}
	.enable-toggle#navbar-header-slide-hide-cb:checked ~ .d-none.d-md-block.noprint .profile-sidebar .profile-usermenu li a > i {
		margin-right: 11px;
	}
}
code {
	white-space: pre-line;
	word-break: break-all;
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
	font-size: 87.5%;
	color: #e83e8c;
}
/* floating label ----------------- */
.floating-label .error {
	background-color: transparent !important;
	font-style: italic;
	font-weight: bold;
	color: #ff2244;
	font-size: 0.8em;
}
.floating-label {
	position:relative;
	margin-top:20px;
	margin-bottom:3px;
}
.floating-label > input,
.floating-label > textarea,
.floating-label > select:not(:focus) {
	color: #333;
}
.floating-label > input,
.floating-label > select,
.floating-label > textarea {
	font-size:14px;
	padding:4px 4px;
	display:block;
	width:100%;
	height:30px;
	background-color: transparent;
	border:none;
	border-bottom:1px solid #333;
}
.floating-label > textarea {
	overflow-y: auto;
}
.floating-label > input:focus,
.floating-label > select:focus,
.floating-label > textarea:focus {
	outline:none;
	border-bottom:2px solid #f00;
}
.floating-label > select:focus {
	background-color: #ffffff70;
}
.floating-label label {
	color:#000;
	font-size:14px;
	font-weight:normal;
	position:absolute;
	pointer-events:none;
	left:0;
	padding-left:5px;
	top:5px;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	background-color: #fff;
	width: 100%;
}
.floating-label > input[type="checkbox"] ~ label {
	background-color: transparent;
}
.floating-label > input:focus ~ label,
.floating-label > input:not(:placeholder-shown) ~ label,
.floating-label > textarea:focus ~ label,
.floating-label > textarea:not(:placeholder-shown) ~ label {
	top:-18px;
	font-size:14px;
	color: #ff5718;
}
.floating-label textarea ~ label {
	height: 72px;
}
.floating-label > textarea:focus ~ label,
.floating-label > textarea:not(:placeholder-shown) ~ label {
	height: 21px;
}
.floating-label > input:placeholder-shown ~ label {
	/* color: #ff5718; */
}
.floating-label > select:focus ~ label,
.floating-label.simulateFocus > label,
.floating-label > label.simulateFocus,
.floating-label > select:not([value=""]):valid ~ label {
	top:-18px;
	font-size:14px;
	color:#ff5718;
}
.floating-label > textarea {
	min-height: 80px;
	min-width: 100%;
	max-width: 100%;
}
/* percentage bar -------- */
.percentage-bar-text{
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -1px;
	text-align: center;
	text-shadow: 0px 0px 2px #fff;
	font-weight: bold;
	font-size: 13px;
}
.percentage-bar-got{
	height: 22px;
	width: 0;
	animation-name: percentage-bar-grow;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}
.percentage-bar{
	overflow: hidden;
}
@keyframes percentage-bar-grow {
	from {width: 0;}
	to {width: 100%;}
}
/* -------------------------- */
.firm_sums .result-warning {
	background-color: #ff224438;
}
.firm_sums .result-ok {
	background-color: #00d2002b;
}
.firm_sums .data-table-container {
	font-size: 0.8em;
}
.firm_sums .other-info-text {
	height: 14px;
	width: 14px;
	line-height: 14px;
	font-size: 0.78em;
}

.firm_sums .other-info-text.hTitle[data-title]:not([data-title=""]):hover:after {
	bottom: 16px;
	width: 271px;
	left: -58px;
	font-weight: bold;
}
/* project-selector */
.project-selector div.bootstrap-select {
	max-width: 200px;
}
.project-selector-head.inheadline label {
	margin: -5px 0 0;
	display: block;
}
.project-selector-head.inheadline label select,
.project-selector-head.inheadline label > .placeholder{
	transition: all 0.3s ease-in-out;
	padding: 1px .65rem;
	font-size: 0.8rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: auto;
}
.project-selector-head.inheadline label select::-ms-expand {
	display: none;
}
.project-selector-head label select:not(:focus):not(:hover):not(:active),
.project-selector-head label > .placeholder {
	border: 1px solid transparent;
	padding: 1px 2px;
	font-size: 0.8rem;
	color: #6c757d;
}
@media screen and (min-width: 480px){
	.inheadline.flex-head-container {
		display: flex;
	}
	.inheadline.flex-head-container > h5,
	.inheadline.flex-head-container > h4,
	.inheadline.flex-head-container > h3,
	.inheadline.flex-head-container > h2,
	.inheadline.flex-head-container > h1 {
		flex-grow: 0;
		flex-shrink: 0;
		margin: 0;
	}
	.inheadline.flex-head-container > input.project-js-table-search {
		margin-top: 8px
	}
}
/* ------------------------------ */
.background-image-wall {
	display: block;
	width: 100%;
	height: 230px;
	position: relative;
}
.background-image-wall > div {
	position: absolute;
	height:100%;
	width: calc( 100% / 3 );
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.background-image-wall > .banner1 {
	left: 0;
}
.background-image-wall > .banner2 {
	left: calc( 100% / 3 );
}
.background-image-wall > .banner3 {
	left: calc( 200% / 3 );
}
.background-image-wall > .bimage1 {
	background-image: url("../img/banner01.jpg");
}
.background-image-wall > .bimage2 {
	background-image: url("../img/banner02.jpg");
}
.background-image-wall > .bimage3 {
	background-image: url("../img/banner03.jpg");
}
.background-image-wall > .bimage4 {
	background-image: url("../img/banner04.jpg");
}
.background-image-wall > .bimage5 {
	background-image: url("../img/banner05.jpg");
}
.background-image-wall > .bimage6 {
	background-image: url("../img/banner06.jpg");
}
.background-image-wall > .bimage7 {
	background-image: url("../img/banner07.jpg");
}
.background-image-wall > .bimage8 {
	background-image: url("../img/banner08.jpg");
}
.background-image-wall > .bimage9 {
	background-image: url("../img/banner09.jpg");
}
.background-image-wall > .bimage10 {
	background-image: url("../img/banner10.jpg");
}
.background-image-wall > .bimage11 {
	background-image: url("../img/banner11.jpg");
}
.background-image-wall > .bimage12 {
	background-image: url("../img/banner12.jpg");
}
.background-image-wall > .bimage13 {
	background-image: url("../img/banner13.jpg");
}
.unit.unit-dot::after{
	content: '.';
	display: inline;
}
.unit.unit-euro::after{
	content: '€';
	display: inline;
}
/** logout check **/
.logout-check .zzz-left {
	text-align: center;
}
.logout-check .zzz-left .text {
	font-weight: bold;
	padding: 20px;
}
.logout-check .zzz-left .text > span:nth-child(1) {
	font-size: 1.4em;
	margin-right: 5px;
}
.logout-check .zzz-left .text > span:nth-child(2) {
	font-size: 2.5em;
	margin-right: 5px;
}
.logout-check .zzz-left .text > span:nth-child(3) {
	font-size: 3.8em;
	margin-right: 5px;
}
.logout-check .zzz-left .text > span:nth-child(4) {
	font-size: 2.5em;
}
.logout-check .zzz-left .clock {
	font-size: 180px;
	line-height: 210px;
}
.logout-check .zzz-right {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.logout-check .zzz-right {
		padding: 0 80px 0 0;
	}
}
.logout-check .zzz-right .text1 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 39px 0 28px;
}
.logout-check .zzz-right .text2 {
	font-size: 1.4em;
}
.logout-check .zzz-right .text3 {
	font-size: 2em;
	font-weight: bold;
	padding: 32px 0;
}
.logout-check .zzz-right .text3 > a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 0 31px;
	text-decoration: none;
}
.logout-check .zzz-right .text3 > a:hover {
	background: #eee;
	border: 1px solid #aaa;
}
.logout-check-wrapper {
	max-width: 900px;
}
.modalwrapper .logout-check-wrapper .modal-header {
	max-width: 900px;
}