@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

*, *::after, *::before{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
body{
  font-family: "Roboto Condensed", sans-serif;
  font-size:0.6rem;
}

div.c, div.cal, div.pax, div.sce{
  position: relative;
  margin-top:2em;
  margin-left:1em;
  margin-right:1em;
}

input[type=checkbox]{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}

h1{
  background:#0093d1;
  color:white;
  padding:1em;
  position: relative;
}

.myarrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
}

.mright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mup {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.mdown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.label::before{
  content:"";
  display: inline-block;
  border: 5px solid transparent; 
}

.label{
  font-size:18px;
}

label{
  cursor: pointer;
  position: relative;
  align-items: center;
  margin-left:20px;
}

div.p{
  max-height:0px;
  overflow-y:scroll;
  transition:max-height 0.5s;
  background-color: white;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
}
div.p p {
  padding:2em;
}

.selected::before {
  border-left:15px solid transparent;
  border-top:20px solid white;
  margin-top:12px;
  margin-right:10px;
}

.pelected{
  max-height:400px !important;
  overflow-y:scroll !important;
}

a{
  color:#0093d1;
}

.disabled {
	opacity:0.5;
}

.hidden {
	display:none;
}

.fixed-bottom {
    z-index: 999;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #FFF;
    border: none !important;
    outline: none !important;
}
.btn {
    display: inline-block;
    font-weight: normal;
    color: #464E5F;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    border-radius: 1.8rem;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.font-weight-bolder {
    font-weight: 600 !important;
}

.btn:disabled {
	opacity:0.5;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: #ff9a00;
    border-color: #ff9a00;
    width: 100% !important;
    font-family: "Roboto Condensed";
    font-size: 1.1rem !important;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
    border: none !important;
    outline: none !important;
    --background-activated: none !important;
    --background-focused: none !important;
    --box-shadow: none !important;
    cursor: pointer;
}


    
    .md-mobile-picker-button.mbsc-button {
        font-size: 13px;
        padding: 0 15px;
        line-height: 36px;
        float: right;
        margin: 6px 0;
        width: 100%;
    }
    
    .mbsc-col-no-padding {
        padding-left: 0;
    }

	
	.custom-next, .custom-prev {
		width:20%;
	}


[data-quantity] {
  position: relative;
  width: 100%;
  max-width: 9rem;
  padding: 0;
  margin: 0;
  border: 0;
}

[data-quantity] legend {
  display: none;
}

[data-quantity] input {
  font-size: 18px;
  height: 3.5rem;
  padding: 0 3rem;
  border-radius: 2rem;
  border: 0;
  background: #fff;
  color: #222;
  box-shadow: 0 10px 65px -10px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: lighter;
}

[data-quantity] input:focus {
  outline: none;
  box-shadow: 0 5px 55px -10px rgba(0, 0, 0, 0.2), 0 0 4px #3fb0ff; /* Allows border radius on focus */
}

[data-quantity] input[type=number]::-webkit-inner-spin-button,
[data-quantity] input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[data-quantity] input[type=number] {
  -moz-appearance: textfield;
}

[data-quantity] button {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: 0.3rem;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><path d="M17 25h16M67 25h16M75 17v16" fill="none" stroke="rgb(59,69,66)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" /></svg>')
    no-repeat 0 0;
  background-size: 5.6rem 2.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 1.4rem;
  cursor: pointer;
  transition: opacity 0.15s;
  opacity: 0.5;
}

[data-quantity] button:active {
  background-position-y: 1px;
  box-shadow: inset 0 2px 12px -4px #c5d1d9;
}

[data-quantity] button:focus {
  outline: none;
}

[data-quantity] button:hover {
  opacity: 1;
}

[data-quantity] button.sub {
  left: 0.6rem;
}

[data-quantity] button.add {
  right: 0.6rem;
  background-position-x: -2.8rem;
}

.price {
	color: rgb(0, 0, 0);
	font-weight: 500;
	text-align: left;
	font-size: 18px;
	padding-left:5px;
	padding-top:20px;
}

.price-label {
	float: left;
	height: 15px;
	margin-bottom: 0;
	padding-top: 0 !important;
	padding-left:5px;
	line-height: 14px;
	text-align:left;	
}

.price-label::before {
	content:none !important;
}

.total {
	color: rgb(0, 0, 0);
	font-weight: 500;
	text-align: right;
	font-size: 18px;
	padding-right:5px;
	padding-top:20px;
}

.total-label {
	float: right;
	height: 15px;
	margin-bottom: 0;
	padding-top: 0 !important;
	padding-right:5px;
	line-height: 14px;	
}

.col-4 {
	display:block; 
	float:left;
	width:30%;		
}

.col-6 {
	display:block; 
	float:left;
	width:50%;		
}

.col-12 {
	display:block; 
	float:left;
	width:100%;		
}
.input {
    font-size: 18px;
    margin-left: 30px;
    width: 80%;
    height: 35px;	
}

.timebox {
	border: 1px solid #0093d1;
	border-radius: 5px;
	text-align:center;
	font-size:18px;
	padding:10px;
	margin-top: 10px;
	margin-left:10px;
}