@charset "UTF-8";

/*!
* mmb.css
* Version - 0.2
* Copyright (c) 2019 Markus Maria Bachbauer

	box
	fade
	fadein
	fine
	fullscreen
	hand
	help
	hide
	highlight
	hr
	hr2
	plr3
	plr5
	rotate
	rotated
	select
	tag
	zoom
	
*/


*{ outline:none; }
*{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}
body, html {
	height: 100%;
	line-height: 1.8;
}

.scroll::-webkit-scrollbar { width: 5px; }
.scroll::-webkit-scrollbar-track { background: #ddd; }
.scroll::-webkit-scrollbar-thumb { background: #666; }

pre{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

input, select, textarea{
	padding: 5px;
	border: 0;
	width: 100%;
	font-size: 1rem;
}

.select{
	border-bottom: 1px solid white;
	margin-bottom: 10px;
	max-width:100%; 
	min-width: 250px;
	padding:10px; 
	height:38px; 
	cursor:pointer;
	color: #fff;
	background-color: #393939;
}

.select:focus {
    outline: none !important;
    border:1px solid white;
    box-shadow: 0 0 10px #719ECE;
	margin-bottom: 10px;
	min-width: 250px;
	max-width: 100%;
	color: #fff;
	background-color: #282c2f;
}

.input{
	border-bottom: 1px solid white;
	margin-bottom: 10px;
	min-width: 250px;
	max-width: 100%;
	color: #fff;
	background-color: #393939;
	height:38px; 
	line-height:1.1;
}

.input:focus {
    outline: none !important;
    border:1px solid white;
    box-shadow: 0 0 10px #719ECE;
	margin-bottom: 10px;
	min-width: 250px;
	max-width: 100%;
	color: #fff;
	background-color: #282c2f;
}

.hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #aaaaaa;
	margin: 2px 0;
	padding: 0; 
}
 
.hr2{
	border:0;
	height:1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.plr3{
	padding:1px;
	padding-left:3px;
	padding-right:3px;
}

.plr5{
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

.tag{
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin:3px;
	border-radius:2px;
	cursor:pointer;
}

.label{
	padding:1px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	font-size:12px;
	height:15px;
	position:absolute;
	margin-top:-19px;
	margin-left:3px;
}

.help{
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#fff;
	border-radius:5px;
	padding:10px;
	color:#000;
	z-index:99999;
}

.info{
	display:none;
	border:1px solid #333;
	background-color:#ffeb3b;
	border-radius:3px;
	padding-left:5px;
	padding-right:5px;
	color:#000;
	margin-left:3px;
	z-index:99;
}
.info:hover{
	border:1px solid #ffeb3b;
	background-color:#ccc;
}
.infotext{
	display:none;
	text-align:center;
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #282c2f;
	color: #02ae72;
	box-shadow: 0 0 1px 0 #666666;
	text-transform: uppercase;
	cursor:pointer;
	overflow: hidden;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
}
.btn:hover {
	color: #282c2f;
	background-color: #02ae72;
	border-color: #02ae72;
	box-shadow: 0 10px 10px 0 #202020;
}

.btnround {
	position:absolute; 
	color: #ccc;
	height:50px; 
	width:50px; 
	border-radius:50px; 
	text-align:center;
	text-decoration: none;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
}

.btnround:hover {
	background-color: #666;
	color: #fff;
}

.btnadd {
	position:fixed; 
	right:25px; 
	bottom:25px; 
	height:50px; 
	width:50px; 
	border-radius:50px; 
	text-align:center;
	z-index:3;
}
.btnadd2 {
	position:fixed; 
	right:25px; 
	bottom:90px; 
	height:50px; 
	width:50px; 
	border-radius:50px; 
	text-align:center;
	z-index:3;
}
.btnadd3 {
	position:fixed; 
	right:25px; 
	bottom:155px; 
	height:50px; 
	width:50px; 
	border-radius:50px; 
	text-align:center;
	z-index:3;
}
.btnadd > i , .btnadd2 > i , .btnadd3 > i {
	font-size:40px; 
	line-height:50px; 
	overflow:none;
}



.icon {
	position:relative;
	margin-right: 5px;
	top:3px;
	font-size: 1.1em;
}

.iconbig {
	position:relative;
	margin-right: 5px;
	top:5px;
	font-size: 1.1em;
}

.menu {
	position:relative;
	margin-right: 15px;
	top:3px;
	transform: scale(1.08);
}

.highlight{
	background-color:yellow;
}

.hand{
	cursor:pointer;
}

.fine{
	font-family:'Raleway';
}

.hide{
	display:none;
}

.fade{
	transition:0.3s;
}

.fadein{
	opacity:0.3;
}

.full{
	position:fixed; top:0; left:0; width:100vw; height:100vh;
}

.fullscreen{
	position:fixed; top:0; left:0; width:100vw; height:100vh;
}

.box{
	display:inline-block;
}

.rotated{ 
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rotate, .rotate90, .rotate180, .rotate270{
  border-radius: 50%;
  -webkit-transition: -webkit-transform .4s ease-in-out;
		  transition:         transform .4s ease-in-out;
}

.rotate:hover{
  -webkit-transform: rotate(360deg);
		  transform: rotate(360deg);
}
.rotate90:hover{
  -webkit-transform: rotate(90deg);
		  transform: rotate(90deg);
}
.rotate180:hover{
  -webkit-transform: rotate(180deg);
		  transform: rotate(180deg);
}
.rotate270:hover{
  -webkit-transform: rotate(270deg);
		  transform: rotate(270deg);
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.3);
}


.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 62px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #707070;
  transition: background-color ease 0.3s;
}

.toggle:before {
  content: "on off";
  display: block;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
  background-color: #4CD964;
}

.toggle:checked:before {
  left: 32px;
}


.animgrad{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
}
@keyframes gradientBG {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.grad1{
	background: #FF416C;  /* redish fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad2{
	background: #00B4DB;  /* blueish fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad3{
	background: #22c1c3;  /* summer fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fdbb2d, #22c1c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad4{
	background: #c2e59c;  /* greenblue fallback for old browsers */
	background: -webkit-linear-gradient(to right, #64b3f4, #c2e59c);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #64b3f4, #c2e59c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad5{
	background: #FFB75E;  /* orange fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 12px; /* opinion 3 */
  line-height: 12px;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 4; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 5; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}