@charset "UTF-8";
/* CSS Document test*/
	#full_name{display: none;}

	.login-box .modal-dialog,.login-box .modal-content{
		background: transparent !important;
		padding: 0px !important;
		min-height: 0px !important;
		color: #fff !important;
		margin:0px !important
	}
	.close span{
	color: #fff !important;
	opacity: 1 !important;
	}
.login-box input[type=checkbox], .login-box input[type=radio]{
	width:15px; 
	line-height: 15px; margin-top: 0px;
	min-height: 15px;
}
.form-check label{display: block; line-height: 1em;}
.feedback.error{
	color: #fff;
    background: red;
		margin:auto;
    padding: 15px;
    line-height: 1.2em;
    margin-bottom: 10px;
		max-width: calc(33.33% - 20px);
		border-radius: 10px;



}
.feedback.success{
    max-width: calc(33.33% - 20px);
    margin: auto;
    padding: 15px;
    background: #579f57;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}
.row .feedback{    max-width: 100%;
}
.iconlink svg{
	width: 20px;
	height: 20px;
}
.check-box {
	height: 60px;
	    width: 60px;
	    background-color: transparent;
	    border: 6px solid #fff;
	    border-radius: 5px;
	    position: relative;
	    display: inline-block;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    -moz-transition: border-color ease 0.2s;
	    -o-transition: border-color ease 0.2s;
	    -webkit-transition: border-color ease 0.2s;
	    transition: border-color ease 0.2s;
	    cursor: pointer;
			margin:2em 0;
}



	.check-box::before, .check-box::after {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  position: absolute;
	  height: 0;
	  width: 12px;
	  background-color: #fff;
	  display: inline-block;
	  -moz-transform-origin: left top;
	  -ms-transform-origin: left top;
	  -o-transform-origin: left top;
	  -webkit-transform-origin: left top;
	  transform-origin: left top;
	  border-radius: 0px;
	  content: ' ';
	  -webkit-transition: opacity ease .5;
	  -moz-transition: opacity ease .5;
	  transition: opacity ease .5;
	}
	.check-box::before {
		top: 41px;
    left: 28px;
    box-shadow: 0 10px 0px 8px #000000;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
	.check-box::after {
	  top: 22px;
	  left: 4px;
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	input[type=checkbox]:checked + .check-box,
	.check-box.checked {
	  border-color: #fff;
	}
	input[type=checkbox]:checked + .check-box::after,
	.check-box.checked::after {
	  height: 30px;
	  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
	  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
	  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
	  animation: dothabottomcheck 0.2s ease 0s forwards;
	}
	input[type=checkbox]:checked + .check-box::before,
	.check-box.checked::before {
	  height: 60px;
	  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
	  -o-animation: dothatopcheck 0.4s ease 0s forwards;
	  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
	  animation: dothatopcheck 0.4s ease 0s forwards;
	}


	/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}





.navbara {
	background-color: #88a;
}

body, html {
    height: 100%;
}
a{color: #fff;}
a:hover {
    color: #fff;
}
.bg {
    /* The image used */
    background-image: url("../img/bg.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;

}

.app-home{
	background-image: url("../img/bg.jpg");
}




.bga {
    /* The image used */
    background-color: #88a;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.hdr p {
	color: #ffffff;
	margin-top: 30px
}

.hdrlog {
	display: inline;
	color: #ffffff;
	margin-top: 30px;
}

.colheight {
	height:85vh;
}

.bgupld {
	height:auto;
	background-color: rgba(0,0,0, 1);
    padding: 15px 15px 35px 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.file-listing{   padding: 15px 15px 15px 15px; background-color:#000; }
.file-listing table{background-color:#000; margin-bottom: 0px;}
.file-listing .table tr:first-child td, .file-listing .table tr:first-child th{ border-top: none;}
.flexheight{min-height: 100vh; display: flex;}
.flexheight > .container{margin: auto;}


:invalid {
  border-color: #e88;
}

:required {
  border-color: #88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

form {
  margin: 20px auto;
}
#captcha{ width: 100%; height: auto;}
input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:16px;
  width:100%;
  min-height:30px;
  display:block;
  margin-bottom:10px;
  margin-top:5px;
  outline: none;
	color:white;
	background-color: transparent;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

input[type=submit] {
  padding:10px;
}
input[type=text],input[type=password] {
  padding:0 10px;
}
label {
	color: #ffffff;
	border-radius: 15px;

}


select {
	height: 30px;
	margin-bottom:10px;
	font-size: 16px;
	margin-top:5px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    border-image: initial;
	width: 100%;
	color:white;

}

.bgupld p {
	    margin-top: 10px;
    color: white;
    text-align: center;

}
.bgupld h2,.bgupld h3, .h2, h2{ color: #fff;}
.sec_width {
	text-align: center;
}

.konvert_btn {

	border-color: #88a;
	    bottom: 10px;
	    background-color: white !important;
	    color: black;
	    margin-bottom: 10px;
	    margin-top: 20px;

}
.konvert_btn:hover{color: #000 !important;}
.konvert_btn_sm {
	text-align: center;
	bottom: 10px;
	background-color: #000;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #88a;
	font-size: 14px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px;
}



.konvert_btn a {
	padding:10px;
	border-color: #88a;
	bottom:10px;
	background-color: white !important;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px;
  font-size:16px;
  width:300px;
  min-height:30px;
  display:block;
  margin-bottom:10px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;

}
progress{width: 100%;}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
	display: none;
}
.konvert_button {
	border-color: #88a;
	/*position: absolute;*/
	bottom:120px;
	background-color: white;
	width: 100%;
	height:100px;
	  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
	color: black;
	padding-bottom: 10px;
	padding-top: 10px;
}


.konvert_button_a {
	border-color: #88a;
	/*position: absolute;*/
	bottom:68px;
	background-color: white;
	width: auto;
	height:auto;
	  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
	color: black;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 50px;
}


.manu_button {

	border-color: #88a;
	position: absolute;
	background-color: transparent;
	width: 300px;
	  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}



#win2 .sec_width > p{
	margin-bottom: 20px;
}
#finalconversion{ display: none;}


.in_conversion .cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.in_conversion .cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: rgb(255,255,255);
}
.in_conversion .cssload-loader,
.in_conversion .cssload-loader:before,
.in_conversion .cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
		-o-animation: 1.15s infinite ease-in-out;
		-ms-animation: 1.15s infinite ease-in-out;
		-webkit-animation: 1.15s infinite ease-in-out;
		-moz-animation: 1.15s infinite ease-in-out;
}
.in_conversion .cssload-loader:before,
.in_conversion .cssload-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.in_conversion .cssload-loader:before,
.in_conversion .cssload-loader:after {
		content: "";
}

.in_conversion .cssload-loader {
		animation: cssload-animation 1.15s infinite linear;
		-o-animation: cssload-animation 1.15s infinite linear;
		-ms-animation: cssload-animation 1.15s infinite linear;
		-webkit-animation: cssload-animation 1.15s infinite linear;
		-moz-animation: cssload-animation 1.15s infinite linear;
}



@keyframes cssload-animation {
	0% {	 transform: rotate(0deg); border-radius: 50%; }
	50% {	transform: rotate(90deg); border-radius: 0%; }
	100% { transform: rotate(180deg); border-radius: 50%; }
}

@-o-keyframes cssload-animation {
	0% {	 -o-transform: rotate(0deg); border-radius: 50%; }
	50% {	-o-transform: rotate(90deg); border-radius: 0%; }
	100% { -o-transform: rotate(180deg); border-radius: 50%; }
}

@-ms-keyframes cssload-animation {
	0% {	 -ms-transform: rotate(0deg); border-radius: 50%; }
	50% {	-ms-transform: rotate(90deg); border-radius: 0%; }
	100% { -ms-transform: rotate(180deg); border-radius: 50%; }
}

@-webkit-keyframes cssload-animation {
	0% {	 -webkit-transform: rotate(0deg); border-radius: 50%; }
	50% {	-webkit-transform: rotate(90deg); border-radius: 0%; }
	100% { -webkit-transform: rotate(180deg); border-radius: 50%; }
}

@-moz-keyframes cssload-animation {
	0% {	 -moz-transform: rotate(0deg); border-radius: 50%; }
	50% {	-moz-transform: rotate(90deg); border-radius: 0%; }
	100% { -moz-transform: rotate(180deg); border-radius: 50%; }
}



.dontshowtogone {
	display: none;
}
.overview-table{color: #fff;}
#nav .container{    padding-top: 32px;
    padding-bottom: 21px;}
.kundename {
    padding-left: 14px;
		padding-top: 3px;
}
.kundename .nav-link img{
	margin-top: -6px;
}
.nav-link {
    display: block;
    padding: 0;
}
.nav-item p{ margin-bottom: 0px; color: #fff;}
.lobutton{padding: 0px;}
.lobutton  button {
    background-color: transparent;
    border-radius: 10px;
    color: white;
    border: 2px solid;
    margin-left: 80px;
}

.nested_padding_plus .col-6{
	padding-left: 15px;
	padding-right: 15px;
}


.btn-primary {
	margin-top:15px;
    color: #fff;
    background-color: transparent;
    border-color: #88a;
		transition: all .2s ease-in;
}
.transformationbutton{
	transition: all .2s ease-in;
	position: relative;
	overflow: hidden;
	height: 41px;

}
.transformationbutton.in_transition{ padding: 0px; }
.transformationbutton.in_transition progress{position: absolute;left: 0px; height: 20px; color: #fff

}
progress::-moz-progress-bar { background: #fff; }
progress::-webkit-progress-value { background: #fff; }

.transformationbutton.in_transition progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  height: 20px;
}
.transformationbutton.in_transition{
	width: 80%;
	height: 20px;
	overflow: hidden;
	transition: all .2s ease-in;
}
.in_transition > span{opacity: 0;}
.label-info {
	color:white;
}

.kuli {
	width: 300px;
	border: 1px solid #88a;
	border-radius: 5px;
	padding-top: 10px
}


.kuli ul{
	height:230px;
	width:95%;
	overflow:hidden;
	overflow-y:scroll;
	list-style: none;
}


.kuli ul li a{
	color: white;
}

::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #88a;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #88a;
}

a:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: white;
    text-decoration: none;
	cursor: pointer;
}








/*-----------Admin-Panel-----------------*/

.bguplda {
	height:auto;
	background-color: rgba(0,0,0, 1);
    width: fit-content;
    padding: 15px 15px 35px 15px;
    border-radius: 15px;
    top: 20%;
    position: absolute;
	margin-bottom: 10px;
}

.bguplda p {
	    margin-top: 10px;
    color: white;
    text-align: center;
}




.btn-primarya {
    margin-top: 15px;
    margin-left: 50%;
    transform: translate(-50%);
    color: #fff;
    background-color: transparent;
    border-color: #88a;
}

.maxw {
	max-width: 220px;
}

.wheelposa {
	margin-bottom: 30px;
	margin-top: 20px;
}


hr {
    width: 100%;
    margin-left: 50%;
    transform: translate(-50%);
    /* height: 0.2px; */
    background: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.center {
	margin-left: 50%;
	transform: translate(-50%);
}

.hght {
	height:400px;
}

.hght200 {
	height:300px;
}

.posfixed {
	position:fixed;
}

.nav-item p {
	color: white;
}

.nav-item a {
	padding-left: 10px;
	color: white;
}

.pad20 {
	padding-bottom: 20px;
	padding-top: 20px;
}



.btn_zwo a {
	float: left;
	margin-left: 20px;
	background-color: black;
	border-color: #88a;
	padding:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #88a;
  font-size:16px;
  width:300px;
  min-height:30px;
  display:block;
  margin-bottom:10px;
  margin-top:5px;
  outline: none;
	color:white;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;

}
.navigation-submenu{ background: rgb(24, 24, 24); }

.app-home .bgupld {
    padding: 50px 15px 65px 15px;
}
.highnumber{
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 0 10px 0 0;
	display: block;
	position: absolute;
	left: 15px;
}
.login-box .close{
position: absolute;
top: -40px;
right: 20px;
}
.modal-header{ padding: 0 1rem !important; border:none !important;}
.modal-body p{ padding-left: 15px; line-height: 1.2em; text-align: left; margin:0.5em !important;}
.modal-title {
    margin-bottom: 0;
    line-height: 1 !important;
}
.infomodal{
	display: block;
    width: 2em;
    height: 2em;
    border-radius: 0.5em;
  /*  border: 1px solid #fff;*/
    position: absolute;
    right: 15px;
		cursor: pointer;
		top: -32px;
}
.infomodal svg{ fill:#fff;}


.my-select {
    width: 100%;
    background-color: #999999;
    border: 1px;


}
.my-select .current{
	color: #fff !important;
}
.my-select.open .list{ width: 100%;}
.moreoptions{position: relative;
    background: #000;
    right: 0px;
    top: 0px;
    display: none;}

		.table-dark .tableemulator{ 	position: relative;}
		.table-dark .tableemulator:hover .moreoptions{ display: block;}

.tableemulatorwrap{position: relative; border-bottom: 1px solid #4e4e4e; cursor: pointer;}
.tableemulator{
	background: #000;

	padding: 15px;
}
.moreoptions a{font-size: 12px !important;}
.tableemulatorwrap:hover .moreoptions{ display:block; }
.tableemulator > div{flex:1}
.pdf-options > div,.html-options > div{display: flex;}
.pdf-options > div > div,.html-options > div > div{ flex: 1;}

.t1{
	flex: unset;
    padding: 0;
    float: left;
    width: 25px;
    display: block;
}
.t1 svg{ width: 25px; height: auto;}
.tableemulator > div.t2{
	flex: unset;
	padding: 0;
	float: left;
	width: 66%;
	display: block;
}
.moreoptions .konvert_btn_sm {
	text-align: center;
	bottom: 10px;
	background-color: #000;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #88a;
	font-size: 16px;
	width: 100%;
	height: auto !important;
	display: block;
	margin-bottom: 0px;
	margin-top: 5px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0% !important;
	transform: none !important;
	padding: 0px 10px;
}


/** ADMIN **/
.overview-table .avatar img{max-width:150px !important;}
.overview-table{font-size:12px;}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #000000;
}

/** Neu Footer **/
#fixed-form-container{
    position: fixed;
    bottom: 0px;
    left: -0%;
    width: 100%;
    text-align: center;
    margin: 0;
	background-color: #000000;
}



