@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Work+Sans:wght@700&display=swap');

html, body  {
	padding:60px 3px 3px 3px !important;
	height:100% !important;
	/*-webkit-touch-callout: none !important;*/
}

input { 
	/*-webkit-user-select: none !important;*/ 
}

input[type=number] { 
	max-width:100px; 
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select {
  font-size: 12px;
}

.ve-form-row {
	text-align:left;
}

.ve-form-label {
	text-align:left;
}

.ve-form-control {
	float:right;
}


.container-fluid {
	margin:0; padding:0; position:absolute; top:50%; left:50%; -ms-transform: translate(-50%, -50%;); transform: translate(-50%, -50%); margin:auto; min-width:280px; text-align:center
}

.seite {
	max-width: 650px;
	min-height:calc(100% - 7px);
	margin: auto;
	text-align:center;
	align-items: center;
	background-color:#fff;
	padding:1px 10px 10px 10px;
	border-radius: 5px;
}


.ve-header {
	z-index:999; 
	width: 100%; 
	position:fixed; 
	top:0; left: 50%; 
	transform: translate(-50%, 0);
	background-image:linear-gradient(#eee, #ccc);
	padding:5px;
	text-align:center;
}

.ve-header h3 {
	text-shadow:2px 1px #aaa;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

.ve-footer {
	background-image:linear-gradient(#ccc, #eee);
	width:100%;
	max-width:100%;
	margin:0;
	padding:10px;
	position:fixed;
	left:0px;
	bottom:0px;
	text-align:center;
	height:55px;
}

.ve-anmeldung {
	margin:0; 
	position:absolute; 
	top:50%; 
	left:50%; 
	-ms-transform: translate(-50%, -50%;); 
	transform: translate(-50%, -50%);
	margin:auto;  
	text-align:center;
	padding:20px;
	background-color:#EEE;
	background-image:linear-gradient(#ccc, #fff);
	min-width:280px;
	max-width:300px;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 3px rgba(0, 0, 0, 0.19);
}

.ve-btn-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	height:45px;
}

.ve-btn-menu-datum {
	padding:0;
	min-width:210px;
	line-height: 1.1;
}

.ve-btn-menu-datum span {
	font-family: 'Work Sans', sans-serif;
	font-family: 'Arial', sans-serif;
	font-weight:bold;
	font-size: 16px;
}

.ve-btn-menu-schritt {
	height:45px;
}

.datum-pill {
	margin:3px;
}

.text1 {
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
}

.mb-5 {
	display: block;
	margin:0 !important;
	padding:0 !important;
	height:5px !important;
}
.mb-60 {
	display: block;
	margin:0 !important;
	padding:0 !important;
	height:60px !important;
}

.wrapper2 {
	display:grid;
	grid-template-columns: 1fr 1fr;   
}

.wrapper3 {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;   
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-header {
	text-align:left;
}

.card {
	border:1px solid #ccc;
	border-radius: 5px;
	text-align:left;
	padding:0;
	margin:0 15px 0 15px;
	max-width:550px;
}
.card-body {
	padding:0;
	margin:0;
}
.card-title {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top:0;
	padding:10px;
	background-color:#eee;
	background-image:linear-gradient(#eee, #ccc);
}
.card-text {
	padding:15px;
}

.list-group-item-action {
	background-color:#fff;
	background-image:linear-gradient(#eee, #fff);
	min-height:70px;
}
.list-group-item-action:hover {
	background-color:#eee;
	background-image:linear-gradient(#eee, #ddd);
}

.list-group-item-action-sucess {
	background-color:#fff;
	background-image:linear-gradient(#D0F5A9, #fff);
	min-height:70px;
}
.list-group-item-action-sucess:hover {
	background-color:#D0F5A9;
	background-image:linear-gradient(#D0F5A9, #ddd);
}


.list-group-item-menu {
	background-color:#fff;
	background-image:linear-gradient(#DF7401, #fff);
	min-height:150px;
	min-width:280px;
	font-size:22pt;
	text-align:center !important;
	font-weight:bold;
	padding:30px 30px;
	color: #EFF8FB !important;
	text-shadow: 2px 2px 4px #000000;
}
.list-group-item-menu:hover {
	background-color:#eee;
	background-image:linear-gradient(#eee, #DF7401);
}

.list-group-item-menu-1 {
	background-color:#fff;
	background-image:linear-gradient(#DF7401, #fff);
	min-height:30px;
	min-width:280px;
	font-size:22pt;
	text-align:center !important;
	font-weight:bold;
	padding:10px 10px;
	color: #EFF8FB !important;
	text-shadow: 2px 2px 4px #000000;
}
.list-group-item-menu-1:hover {
	background-color:#eee;
	background-image:linear-gradient(#eee, #DF7401);
}


.ve-primary {
	background-color:#0275d8;
}
.ve-secondary {
	background-color:gray;
}
.ve-info {
	background-color:#5bc0de;
}
.ve-success {
	background-color:#5cb85c;
}
.ve-warning {
	background-color:#f0ad4e;
}
.ve-danger {
	background-color:red;
}

.subtext span {
	font-weight:normal;
}

#container-eintraege {
	width:100%;
}

.camera-button input {
	display: none;
}

#sig-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 5px;
	cursor: crosshair;
}


#stu-header {
	padding: 0 !important;
	margin: 0 !important;
}
#stu-content {
	padding: 0 !important;
	margin: 0 !important;
	background: radial-gradient(#eee, #668);
	height: 96vh;
	width: 100vw;
}
#stu-header h1 {
	font-family: "Arial", sans-serif !important;
	font-size: 3.5em;
	color: #fff;
}
#date {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 2em;
	padding: 0.5em;
	text-align: center;
}
#clock {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
	height: 130px;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	left: calc(50% - 300px);
	position: absolute;
	top: calc(50% - 65px);
	width: 600px;
}
.unit {
	background: linear-gradient(#aaa, #777);
	border-radius: 15px;
	box-shadow: 0 2px 2px #444;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 5em;
	height: 100%;
	line-height: 130px;
	margin: 0 10px;
	text-align: center;
	text-shadow: 0 2px 2px #666;
	width: 23%;
}

.btn-default {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #777777;
	background-image: -moz-linear-gradient(top, #ccc, #777777);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#777777));
	background-image: -webkit-linear-gradient(top, #ccc, #777777);
	background-image: -o-linear-gradient(top, #ccc, #777777);
	background-image: linear-gradient(to bottom, #ccc, #777777);
	background-repeat: repeat-x;
	border-color: #777777;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#777777', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding:3px 25px;
}
.btn-default:hover {
	color: #FFFFFF !important;
	background-image: linear-gradient(to top, #ddd, #999);
}

.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
	color: #FFFFFF;
	background-color: #777777;
	*background-color: #003bb3;
}


.inline-white {
	display:inline-block;
	background-color: white;
	padding:2px 4px 2px 4px;
	margin:0;
}
.inline-yellow {
	display:inline-block;
	background-color: #ffffcc;
	padding:2px 4px 2px 4px;
	margin:0;
}
.inline-green {
	display:inline-block;
	background-color: #99ff99;
	padding:2px 4px 2px 4px;
	margin:0;
}
.inline-blue {
	display:inline-block;
	background-color: #99ccff;
	padding:2px 4px 2px 4px;
	margin:0;
}
.inline-grey {
	display:inline-block;
	background-color: #dedede;
	padding:2px 4px 2px 4px;
	margin:0;
}
.inline-red {
	display:inline-block;
	background-color: red;
	padding:2px 4px 2px 4px;
	margin:0;
}
.inline-orange {
	display:inline-block;
	background-color: #FFBF00;
	padding:2px 4px 2px 4px;
	margin:0;
}

.min-width-5 { min-width:5px; }
.min-width-7 { min-width:7px; }
.min-width-10 { min-width:10px; }
.min-width-20 { min-width:20px; }
.min-width-25 { min-width:25px; }
.min-width-30 { min-width:30px; }
.min-width-31 { min-width:31px; }
.min-width-32 { min-width:32px; }
.min-width-33 { min-width:33px; }
.min-width-34 { min-width:34px; }
.min-width-35 { min-width:35px; }
.min-width-40 { min-width:40px; }
.min-width-41 { min-width:41px; }
.min-width-42 { min-width:42px; }
.min-width-43 { min-width:43px; }
.min-width-44 { min-width:44px; }
.min-width-45 { min-width:45px; }
.min-width-50 { min-width:50px; }
.min-width-60 { min-width:60px; }
.min-width-70 { min-width:70px; }
.min-width-80 { min-width:80px; }
.min-width-90 { min-width:90px; }
.min-width-100 { min-width:100px; }
.min-width-103 { min-width:103px; }
.min-width-105 { min-width:105px; }
.min-width-110 { min-width:110px; }
.min-width-115 { min-width:115px; }
.min-width-120 { min-width:120px; }
.min-width-180 { min-width:180px; }
.min-width-200 { min-width:200px; }
.min-width-300 { min-width:300px; }

.left { text-align: left; }
.right { text-align: right; }
.middle { text-align: center; }

[data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;} 


@media only screen and (min-width: 780px) {
    #btn_stempeln { 
        display:none;  
    }
}

td { padding:3px 10px 3px 3px; border:1px solid #000; }
	


/***************************** Autocomplete ***********************************************/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  text-align: left;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.center-middle {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#bg-disabled
{
	z-index: 99999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.57;
}

/* div Table */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableCellNoBorder {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/*rotate*/
.rotate90 {

  transform: rotate(90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(90deg);

  /* Firefox */
  -moz-transform: rotate(90deg);

  /* IE */
  -ms-transform: rotate(90deg);

  /* Opera */
  -o-transform: rotate(90deg);

}


