@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
  font-family: 'Roboto', Arial;
}
.navbar{
  display: inline;
  left:0;
  right:0;
  top:0;
  font-size: 150%;
  padding: 8px;
  height: 34px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  background-color: white;
  z-index:99;
  overflow-x: auto;
}
i.material-icons{
  cursor: default;
}
.navbar .icon{
  margin: 4px;
}
.main{
  position: absolute;
  left:0;
  right:0;
  top:50px;
  bottom:0;
  padding: 8px;
  z-index: 98;
}
.cardflow.center{
  width:
}
.pointer{
  cursor: pointer !important;
}
input, .input, select{
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
  padding: 4px 6px;
  background-color: white;
  outline: none;
  cursor: pointer;
}
input:disabled{
  filter: grayscale(100%);
}
select:disabled{
  opacity:.9;
}
.input.min-number{
  width: 100px;
}
.input3{
  border: none;
  border-bottom: 1px solid var(--p-d);
  padding: 4px 6px;
  background-color: white;
  outline:none;
  border-radius: 0;
  padding-bottom:6px;

  border: 1px solid var(--p-d);
  border-radius: 3px;
  width: 50px;
  vertical-align: middle;
}
.input2{
  border: none;
  border-bottom: 1px solid var(--p-d);
  padding: 4px 6px;
  background-color: white;
  outline:none;
  border-radius: 0;
  padding-bottom:6px;
}
.input2:focus, .input3:focus{
  border-bottom: 2px solid var(--p-d);
  padding-bottom:5px;
}
.padding{
  padding: 8px;
}
.fartop{
  margin-top:16px;
}
ul.nopaddingstart{
  padding-inline-start:0;
}
.button{
  color: var(--p-d);
  font-weight: bold;
  cursor: pointer;
}
.button2{
  color: white;
  border: 2px solid var(--p-d);
  background-color: var(--p-d);
  font-weight: bold;
  cursor: pointer;
  transition: .2s;
  padding: 2px 6px;
}
.button:not(:disabled):hover{

}
.button2:not(:disabled):hover{
  background-color: white;
  color: var(--p-d);
}
.blue{
  --p-d: var(--s-d);
}
.input.blue, .input2.blue{
  border-color: ;
}
.button.blue{
  background-color: #2B8FF3;
}
input.number{
  width: 50px;
}
.number2{
  width: 50px;
}
.center{
  margin:auto;
  text-align: center;
}
.card.round{
  border-radius: 45px;
}
.card{
  position: relative;
	padding: 12px;
	margin: 8px;
	width: calc(100% - 24px - 16px);
	border-radius: 15px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  background-color: white;
}
.dark{
  background-color: #eee;
}
.card .title{
  font-size: 120%;
  font-weight: bold;
  margin-right: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.card.round .title{
  margin-left: 8px;
}
ul.inline li{
  display: inline-block;
}
ul.lstn{
  list-style-type: none;
}
.center{
  text-align: center;
}
/*.checkbox2.chip.red:has(input:checked){*/
.checkbox2 input + span::before{
    transition: all 1s ease;
    background:transparent;
}
.checkbox2 input:checked + span::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  padding: 4px 8px;
  left: -8px;
  top: -4px;
  border-radius: 14px;
  position: absolute;
  background: var(--p-d);
  color: white;
  z-index: -1;
}
.checkbox2 input:checked + span{
  color: white;
}
.radio, .checkbox, .checkbox2 {
  margin: 8px 16px;
  display: block;
  cursor: pointer;
}
.radio input, .checkbox input, .checkbox2 input {
  display: none;
}

.radio input + span, .checkbox input + span, .checkbox2 input + span{
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
  z-index:1;
}
.checkbox2 input + span{
  padding: 0px;
  user-select: none;
}
.radio input + span:not(:empty), .checkbox input + span:not(:empty){
  padding-left: 30px;
}
.radio input + span:before, .radio input + span:after,
.checkbox input + span:before, .checkbox input + span:after{
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before, .radio input + span:after{
  border-radius: 50%;
}
.radio input + span:before, .checkbox input + span:before {
  background: #d1d7e3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after, .checkbox input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before,
.checkbox input:checked + span:before {
  transform: scale(1.04);
  background: #2B8FF3;
}
.radio input:checked + span:after,
.checkbox input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}
.radio:hover input + span:before,
.checkbox:hover input + span:before {
  transform: scale(0.92);
}
.radio:hover input + span:after,
.checkbox:hover input + span:after {
  transform: scale(0.74);
}
.radio:hover input:checked + span:after,
.checkbox:hover input:checked + span:after {
  transform: scale(0.4);
}
.none{
	display:none;
}
.fixed{
  position:fixed;
}

.lds-ripple {
  display: inline-block;
  position:absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.card .form{
  margin-top: 16px;
  text-align: center;
}
.card .desc{
  margin-left: 16px;
  margin-top: 16px;
}
.menu.horizontal .menu-item{
  display: inline-block;
}
.link a{
  text-decoration: none;
  padding: 4px;
}
.link a:hover{
  font-weight: bold;
}
.navbar a > .title{
  line-height: 34px;
}
.navbar .title{
  display: inline-block;
  margin: 0;
  padding:0;
  cursor: pointer;
  color: black;
  font-family: 'Courier New';
  font-weight: bold;
  line-height: 34px;
}
.navbar .menu{
  display: inline-block;
  font-size: 80%;
  float: right;
}
.card .attributes .attribute{
  display: inline-block;
  padding: 4px 8px;
}
.card .attributes .attribute label{
  vertical-align: super;
  margin-left: 8px;
}
.card .titleright{
  float: right;
  display: inline-block;
}
.right{
  float: right;
}
.pointer{
  cursor: pointer;
}
.chip{
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 14px;
  width: fit-content;
  display:inline-block;
  margin: 4px;
}
.hover-toggle .hover{
  display:none;
}
.hover-toggle:hover .hover{
  display: inherit;
}
.hover-toggle:hover .nhover{
  display: none;
}
.rating{
  vertical-align: bottom;
  color: #e6b800;
  display: inline-block;
}
.rating [class^=star-]{
  display:inline-block;
  cursor: pointer;
}
.rating [class^=star-] .material-icons{
  font-size: 200%;
}
.rating [class^=star-]:hover .material-icons:after{
  content: 'star';
  opacity: .7;
}
.rating [class^=star-] .material-icons:after{
  content: 'star_outline';
}
.rating [class^=star-].selected .material-icons:after{
  content: 'star';
}
.rating [class^=star-].selected{
  color: #e6b800;
}
.scroll-x{
  overflow-x:auto;
}
.alertcont{
 display: inline;
 position: fixed;
 bottom: 0;
 right: 0;
 z-index: 99;
}
.alert{
	display:none;
	margin: 16px;
	padding: 4px;
	font-size: 100%;
	background-color: #fbbc5c;
  border: 2px solid #e08906;
  color: black;
	border-radius: 3px;
	top: 50px;
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
}
.alert i, .alert div{
	display: inline;
	font-size: inherit;
	line-height: 1em;
  padding: 8px !important;
  margin: 8px;
}
.alert input{
	display: none;
	border-color: black;
	margin:0 !important;
	height: 1em !important;
}
.alert:hover{
	opacity: 0.8;
}
.inline{
  display:inline-block;
}
.half {
  position: absolute;
  width: calc(50% - 64px);
  height: calc(100% - 72px);
  margin: 16px; padding: 16px;
}
.half.left{
  left:0;
}
.half.right{
  right:0;
}
.hidden{
  display:none;
}
