@import url(https://fonts.googleapis.com/css?family=Roboto:300);

:root{
	--dark-theme: #454c56; 
	--light-theme: #797c81; 
	--button-hover-color: #797c81;	
}


.login-page {
  /*min-width: 50%;*/
  min-width: 720px !important;
  max-width: 940px !important;
  padding: 100px 0 0;
  margin: auto;
  min-width: 250px;
}
.logo {
	position: absolute;
	z-index: 999;
	top: 45px;
	right: 45px;
	height: 50px;
	width: 50px;	
}

h2 {
	
}

.base-color {
	color: (var(--dark-theme));
}

.bold {
	font-weight: bold;
}



#logoimg {
	background-image:url(/resources/icons/favicons/kapo2_lite.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	width: 50px;
	display: block;
	text-indent: -9999px;	
}
.kapo-copy{
	text-align: right;
	margin-top: 20px;
}
.kapo-copy a {
	text-decoration: none;
}


.main-form {
	
	position: relative;
  	z-index: -2;
	border: 1px;
	border-color: #000000;
}
.form {
  position: relative;
  z-index: 1;
 
  background: #FFFFFF;
  /*margin: 0 auto 100px;*/
  padding: 40px 45px;
  text-align: center;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
  /*box-shadow: 3px 4px 4px black;*/
  box-shadow: 3px 4px 4px black;
  border-left: 10px solid var(--dark-theme);
}
.maintenance-form {
	text-align: left;
	/*background: #ffffcc;*/
	padding:5px 10px 5px 10px;
	border: 1px solid #000;
}
.label {
    text-align: left;
    clear: both;
    float:left;
    margin-right:15px;
	
}
.form h3 {
	color: #162c81;
}

::placeholder {
	color: rgba(59, 59, 59, 0.582)
	
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  
  background: rgb(247, 246, 246);
  border: none;
  /*width: 20%;*/
  /*border: 1px solid gainsboro;*/
  border-bottom: 1px solid var(--dark-theme);
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 7px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  

  
}

.form select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: rgb(247, 246, 246);
  border: none;
  border-bottom: 1px solid var(--dark-theme);
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 7px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;

}

select:hover {
	color: #444645;
	
	background: rgb(252, 252, 252);
	}

/*
option:hover {
	background-color: yellow;
}

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #09ff00 inset;
}*/

/*
.form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;

	-moz-padding-start: calc(10px - 3px);
	width: 100%;
	height: 40px;
	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px;
	background: url(fff-0-2.png) repeat;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
 	border-radius: 3px;
	outline: none;  
	color: #ff0000;
	
  }*/

  select {
	/* ... */
	
  }



.form textarea {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  resize: none;
}
.form button {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: var(--dark-theme);
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active{
  background: var(--button-hover-color);/*var(--light-theme);*/
  
  /*color: black;*/
}


.form .buttonlink {
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	cursor: pointer;
	color:#2341b4;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #1b3495;
  text-decoration: none;
}
.form .register-form {
  display: none;
}



.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  /*background: var(--dark-theme); /* fallback for old browsers */
  background: var(--light-theme);
  /*background: -webkit-linear-gradient(right, var(--light-theme), var(--dark-theme));
  background: -moz-linear-gradient(right, var(--light-theme), var(--dark-theme));
  background: -o-linear-gradient(right, var(--light-theme), var(--dark-theme));
  background: linear-gradient(to left, var(--light-theme), var(--dark-theme));*/

  

  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
    /* iPhone 6 Portrait */ 
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
    /* iPhone 6 landscape */
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
    /* iPhone 6+ Portrait */
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
    /* iPhone 6+ landscape */
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
    /* iPhone 6 and iPhone 6+ portrait and landscape */
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
    /* iPhone 6 and iPhone 6+ portrait */
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 
    /* iPhone 6 and iPhone 6+ landscape */
    .login-page {
	  width: 100%;
	  padding: 0 0 0 0;
	  margin: auto;
	}
	
	.logo {
		top: 15px;
		right: 15px;	
	}
	.form {
		padding: 15px;
	}
}

.input-label {
	padding-left: 5px;
	width: 90%;
	display: inline-block;
	text-align: left;
    clear: both;
    float:left;
    
}

.sub-label {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.text-area {
	margin-top: 15px;
}


.label-td {
	width: 28% !important;
	
}


.input-td {
	width: 36%;	
}

.input-td-3 {

	width: 24%;	
	
}

.input-td-4 {

	width: 18%;	
	
}

.input-td-half {
	width: 37.5% !important;	
}



.form-table tr{
	width:100%;
	margin: 20 0 20 0;

}

.form-table{
	width:100%;
	border-spacing: 12px;
}

.form-tr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.double-input {
	margin: 0px;
	padding: 0px;
	width: 100%;
}



.cat-div {
	
	border-bottom: 2px solid var(--dark-theme);
	
	padding-top: 10px;
	padding-bottom: 40px;
	
	margin-bottom: 40px;
	/*box-shadow: 2px 1px 2px 2px var(--dark-theme);*/
}

/*
.main-form:last-child {
	border-width: 0px;
}*/

.title {
	color: var(--dark-theme);
	font-size:36px;
	margin-bottom: 40px;
}	


.category {
	color: var(--dark-theme);
	font-size:xx-large;
	text-align: left;
	margin-bottom: 20px;
}	

.sub-category {
	color: var(--dark-theme);
	font-size:x-large;
	text-align: left;
	margin-bottom: 16px;
}


#header {
	background-color: red;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	word-wrap: break-word;
	align-self: center;
	align-content: center;
	max-width: 920px !important;
}

.text-left{
	text-align: left;
}


.box {
	border: 1px solid var(--dark-theme);
	border-radius: 2px;
}


.empty-row{
	font-size: 8px !important;
}

.ui-widget-header{
	background-color: var(--light-theme);
}
/*
.ui-dialog-title{
	background-color: var(--light-theme);
}*/
 
input:invalid {
	background-color: #fee;
	/*opacity: 0.9;*/
	border-bottom:1px solid rgb(248, 74, 74);
}

/* MULTI STEP FORM*/

/* Style the form */

  /* Hide all steps by default: */
  .tab {
	display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
	height: 15px;
	width: 15px;
	margin: 0 10px;
	background-color: var(--dark-theme);
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.15;
  }
  
  /* Mark the active step: */
  .step.active {
	opacity: 1;
	height: 18px;
	width: 18px;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
	background-color: #04AA6D;
  }

.showcss{
	display:block;
}
.hidecss{
	display:none;
}

@media print {
	.form {
		position: relative;
		z-index: 1;
	   
		background: #FFFFFF;

		padding: 40px 45px;
		text-align: center;

		box-shadow: none;
		border-left: none;
	  }

	.buttons, .ara-header, .ara-footer, .step {
		display: none;
	}

	body {
		margin-top: -175px;
		background-color: white;
	}

	select,
	input[type="text"],
    input[type="email"],
	input[type="date"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="textarea"],
	input[type="number"],
    textarea {
        font-size: 10px; /* Hier kannst du die gewünschte Textgröße für den Druck festlegen */
    }

	.tab {
		display: contents !important;
	}
	
	.cat-div {
		border-bottom: none;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.page-break {
		page-break-after: always;
	}
	.category {
		margin-bottom: 20px;
		margin-top: 40px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.form-table {
		margin-bottom: 5px;
		margin-top: 20px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	

	@page {
		size: 210mm 297mm; 
		/* Chrome sets own margins, we change these printer settings */
		margin: 10mm 10mm 10mm 10mm; 
	  }
}








