
.mobilebutton img {
	height: 1.7vh ! important;
}
.mobilebutton {
	background: #ccf6ff;
	padding: 6px 10px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 600;
	border:1px solid black;
	color: #005b7f;
	margin-top: 8px;
	font-size: 1.8vh;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1) ! important;
}
.carddata div {
	font-weight:700;
}
.carddata {
	flex:1;
	padding:8px;
	font-size: 1.8vh;
	border-radius:12px;
	text-align:center;
	box-shadow:0 2px 6px rgba(0,0,0,0.1);
}
.processed  {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.03) 0px 3px 6px;
	border-radius: 10px;
	font-size:1.2vh ! important;
	padding:2px 5px 2px 5px ! important;
	color: white;
	display: inline-block;
}
.innerprocessed div {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.03) 0px 3px 6px;
	border-radius: 10px;
	font-size:1.4vh;
	padding:1px;
	width: 60%;
	color: white;
	text-align: center;
}
.chunk {
	font-size: 1.8vh;
	padding: 2px 0px 2px 0px;
}
.topcontainer img {
	max-height:6vh;
	max-width: 15vw;
}
.topcontainer .imgcontainer {
	left: 5px;
	margin-right: -18vw;
	top: 0px;
	margin-left: 5px;
}
.topcontainer {
	min-height: 7vh;
	text-align: left;
	background: #E0F0F0;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.03) 0px 3px 6px;
	margin-bottom: 10px;
	border-radius: 10px;
	width: calc(100% - 15px);
}
.topcontainer p {
	margin: 1px;
}
.topcontainer h5 {
	padding: 1px;
	margin: 0px;
	font-size: 2vh;
}
.topcontainer h3 img {
	height: 2.5vh;
}
.mobileblock h3, .topcontainer h3 {
	padding: 1px;
	margin: 0px;
	font-size: 2.5vh;
}
.topcontainer h4 {
	padding: 1px;
	margin: 0px;
	font-size: 2.1vh;
}

.fullwidth span {
	position: relative;
	top: -2px ! important;
}
.fullwidth a {
	text-decoration: none;
	color: black;
}
.fullwidth {
	text-align: left;
	margin: 0px ! important;
	width:100%;
	line-height: 17px ! important;
	padding: 5px ! important;
	vertical-align: top ! important;
}
.entryformclass label {
	font-size: 2.5vh;
}
.margin5 {
	margin: 5px ! important;
}

.margintop5 {
	margin-top: 5px ! important;
}

.marginbottom5 {
	margin-bottom: 5px ! important;
}

.pad5 {
	padding: 5px ! important;
}

.separator td {
	font-size: 5px;
}
.tablettable td  {
	margin: 0px;
	font-size: 2vh;
	padding: 3px;
	background-color: #C5F6C6;
}
.tablettable .left {
	width: 15vh ! important;
	border-right: 1px solid #ECEDF2;
	background: white;
}
.tablettable .right {
	background: white ! important;
}
.tablesurround {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.03) 0px 3px 6px;
	background: white ! important;
	font-family: "Arial Narrow" ;
	margin-bottom: 10px;
	color: black;
	padding: 5px;
	width: calc(100% - 15px);
	border-radius: 7px;
}
.tablettable table {
	width: 100%
}
#container{
	width:100%;
	margin:0px auto;
	color: black ! important;
}
.heading, .heading td {
	font-style: italic;
	font-size: 15px ! important;
}
.heading {
	padding:4px;
	margin-bottom: 1px;
	color: white;
	background-color: #007521 ! important;
	border: 1px solid black;
	box-shadow: 4px 0px 4px black;
}


.swiper-container {
     width: 100%;
     height: 100%;
     background-color:transparent ! important;
   }
   .swiper-wrapper {
     background-color:transparent ! important;
   }
   .swiper-slide {
   	color: black;
   	text-align: left;
   }
   .swiper-pagination {
         text-align: center;
         width: 100%;
   }
   .swiper-pagination-bullet {
     width: 20px ! important;
     height: 20px ! important;
     text-align: center ! important;
     line-height: 20px ! important;
     font-size: 12px ! important;
     color:#000;
     opacity: 1 ! important;
     background: rgba(0,0,0,0.2) ! important;
   }
   .swiper-pagination-bullet-active {
     color:black ! important;
     background: #007aff ! important;
   }
   
   .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.togglelabel {
	font-size: 17px ! important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -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: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

	
	
	

header #basket span {
	font-size: 9px;
	color: red;
	position: absolute;
	margin-top: -6px;
	margin-left: -3px;
}
header #basket {
	display: inline-block;
	width:100%;
	text-align: right;
	padding-right:15px;
	margin-top: -11px;
	margin-left: -17px;
}
.entryformclass h2 {
	font-size: 14px;
	width:calc(100% - 10px);
	padding:5px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid black;
	color: black;
}
.entryformclass label {
	margin-bottom:5px;
	color: blue;
}

.entryformclass  {
	text-align: left;
	font-size:13px;
}

.entryformclass input, .entryformclass textarea, .entryformclass select, .entryformclass .contenteditable {
	margin-bottom: 2vh;
	width:calc(100% - 10px) ! important;
	border-radius: 7px;
	border: 1px solid black;
	background-color: #a9dbd8 ! important;
	font-size: 3vh;
}

.entryformclass input:focus, .entryformclass textarea:focus, .entryformclass select:focus,  .entryformclass .contenteditable:focus {
	box-shadow: 0px 0px 22px 0px rgba(37,45,45,1);
}

.entryformclass textarea, .entryformclass .contenteditable {
	height:14vh;
}
.blinking {
  animation-name: blinking;
  animation-duration: 2s;
  animation-iteration-count: 100000;
}
@keyframes blinking {
  50% {
    text-shadow: 1px 1px 1px black;
  }
}
input, select, textarea {
	border-radius: 3px;
	padding:1px;
}
input:required, select:required, textarea:required {
	border:1px #CC0000 solid ! important;
	background-color: #FFDDDD ! important;
}


.mobiletable {
	font-size:12px;
	color: black;
	padding:2px;
	width: 100%;
	table-layout: fixed;
}
.departed {
	font-weight:bold;
	font-style:italic;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.mobiletable .highlighted td {
	background: rgba(210, 20, 54, 0.8) ! important;
}

.mobiletable .description td, .mobiletable .first td, .mobiletable .middle td {
	padding:4px;
	font-family: Arial;
	font-weight: normal ! important;
	font-size:14px ! important;
	background: rgba(255, 255, 214, 0.9);
}
.mobiletable .description, .mobiletable .middle, .mobiletable .first {
	box-shadow: 2px 2px 5px 0px rgba(255,255,255,0.75);
}
.mobiletable .middle td:first-child, .mobiletable .first td:first-child {
	border-left:1px solid grey;
}
.mobiletable .middle td:last-child, .mobiletable .first td:last-child {
	border-right:1px solid grey;
}
.mobiletable .first td {
	border-top:1px solid grey;
	border-bottom:1px solid white;
}
.mobiletable .description td {
	margin:5px;
	padding-bottom:10px;
	border-bottom:1px solid grey;
	border-left:1px solid grey;
	border-right:1px solid grey;
}


.mobilemenu:hover {
	background: linear-gradient(to bottom, #22e2e2 0%,#dbdbdb 100%);	
}
.mobilemenu {
	padding:20px;
	font-size:17px;
	margin:20px;
	text-align:center;
	box-shadow: 3px 3px 5px #444444;
	border-radius: 128px;
	color: black;
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);	
	border: 1px solid #444444;
} 

html, body {
	height:100%; 
	margin:0;

	overflow:hidden;
	color: white;
	font-family: Arial;
	color: black;
	background-color: #F1F2F4;
}
 
.datepicker {
	width:75px ! important;
}

.timepicker {
	width:40px ! important;
}

header, footer {
	display:block;
	background: #F1F2F4;
	height:20px;
	padding:5px;
	font-family: Anton;
	width:100%;
	color: black ! important;
	text-align: center;
	vertical-align: middle ! important;
}

header .title {
	line-height:10px;
}

footer {
	background-color:black ! important;
	color: white ! important;
	height:65px ! important;
	padding:5px;
	vertical-align: bottom ! important;
}

input {
}

section {
	padding:5px;
	height:calc(100% - 105px);
	display:block;
	text-align: center;
	overflow:auto;
	margin: 0px;
	background-size: cover;
	background: #F1F2F4;
	color: white;
	font-size:20px;
}
 
label {
	display:block;
}

.logout {
	float: right;
}

.title {
	padding-top: 6px;
}

.profile img {
	border-radius: 50%;
	border:2px solid grey;
	-webkit-box-shadow: 0px -2px 53px 19px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px -2px 53px 19px rgba(0,0,0,0.51);
	box-shadow: 0px -2px 53px 19px rgba(0,0,0,0.51);
	height:100px;
	width:100px;
	margin-top:20px;
}

.toolbar {
	color: white;
	border: 0px;
	background-color: black;
	font-weight: normal;
	text-shadow: none;
	margin:4px;
}

.toolbar span {
	display: block;
}

.toast-bottom-center {
	bottom: 60px ! important;
}
table {
	text-align:left;
}
table td {
	font-size: 11px;
}

