div.onetgrid {
    display:grid;
    grid-template-columns: 50% auto;
    grid-gap:5px;
}
div.onetgrid label { text-align:right;margin-top: auto;margin-bottom: auto;;font-size:14px;}
div.onetgrid label:after { content: ""; }
div.onetgrid select {height: 50px;}
.extracell{text-align: center;border-color: transparent;background-color: #ffffff;}

.form-move .pt20{padding-top: 20px;}
.form-move .pb20{padding-bottom: 20px;}
.form-move .mt15{margin-top:15px;}
.form-move .mb15{margin-bottom:15px;}
.form-move .mt-15{margin-top:-15px;}

@media only screen and (max-width: 690px){
.form-move .row{padding-bottom:0;}
.form-move .col{margin-bottom:0;}
div.onetgrid {grid-template-columns: 30% auto;}
}
@media only screen and (min-width: 690px) and (max-width: 999px){
.form-move .row{padding-bottom:0px;}
.form-move .col{margin-bottom: 10px;}
}
.form-move .row{padding-bottom:0px;}
.form-move .col{margin-bottom:0;}
.form-move {
	margin:10px auto;
	max-width:100%;
}

.form-move li {
	text-align:left;
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-move label{
	margin:0;
	padding:0px;
	display:inline-block;
	font-weight: bold;
	font-size:14px;
}

.arrivaltime label{
	font-weight: 400!important;
}

.form-move input[type=text], 
.form-move input[type=date],
.form-move input[type=datetime],
.form-move input[type=number],
.form-move input[type=search],
.form-move input[type=time],
.form-move input[type=url],
.form-move input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #c4c4c4;
	height: 50px;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
	font-size:1em;
}
.form-move input[type=text]:focus, 
.form-move input[type=date]:focus,
.form-move input[type=datetime]:focus,
.form-move input[type=number]:focus,
.form-move input[type=search]:focus,
.form-move input[type=time]:focus,
.form-move input[type=url]:focus,
.form-move input[type=email]:focus,
.form-move textarea:focus, 
.form-move select:focus{
	/*-moz-box-shadow: 0 0 8px #88D5E9; 
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9; */
	border: 1px solid #3374ba;
}
.form-move .field-divided{
	width: 49%;
}

.form-move .field-long{
	width: 100%;
}
.form-move .field-select{
	width: 100%;
}
.form-move .field-textarea{
	height: 100px;
}
/*.form-move input[type=submit], .form-move input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-move input[type=submit]:hover, .form-move input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
} */
.form-move .required{
	color:red;
}

/* TEST CHECKBOX */
.checkbox section{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
.checkbox .tile{
    height: 95px;
    width: 110px;
    position: relative;
}
.checkbox input[type="checkbox"],.checkbox input[type="radio"]{
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    outline: none;
    box-shadow: 5px 5px 5px rgba(2,28,53,0.05);
}
.checkbox input[type="checkbox"]:after,.checkbox input[type="radio"]:after{
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f111";
    font-size: 15px;
    top: 5px;
    left: 5px;
    color: #e2e6f3;
}
.checkbox h6{
	padding-left: 5px;
    padding-right: 5px;
}
.checkbox i[class*=" icon-"] {
	background-color: rgb(0 0 0 / 0%);
	top: -5px;
	}
.checkbox [class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 30px;
    font-weight: 100;
}

.checkbox input[type="checkbox" i], .checkbox input[type="radio" i] {margin: 0 0 0 0;}

.checkbox input[type="checkbox"]:hover, .checkbox input[type="radio"]:hover{
    transform: scale(1.02);
}
.checkbox input[type="checkbox"]:checked, .checkbox input[type="radio"]:checked{
    border: 2px solid #478bfb;
}
.checkbox input[type="checkbox"]:checked:after, .checkbox input[type="radio"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #478bfb;
}
.checkbox label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.checkbox label .fas{
    font-size: 60px;
    color: #2c2c51;
}
.checkbox input[type="checkbox"]:checked + label .fas{
    animation: grow 0.5s;
}
.checkbox label h6{
    font-family:Montserrat;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b93;
}
.hrsminus, .hrsplus {
    width:50px !important;
    height:50px !important;
    padding: 0px 0px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 900 !important;
    float: left;
    position: relative;
    vertical-align: top;
	touch-action: manipulation;
}
.hours input[type=button]{border: 1px solid #CFCFCF !important;background-color:#ffffff;color:black;touch-action: manipulation;}
.hours input[type=button]:hover,.hours input[type=button]:hover{background-color:#3574BA}

.spanhrs{color:inherit;font-size:13px;}

@keyframes grow{
    50%{
        font-size: 60px;
    }
}

.svctype section {
	align-items: center;
    justify-content:center;
    flex-wrap: nowrap;
}
.hours section {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: nowrap;
}
.hours .labelhrs{position:relative;width:225px;}
.hours .labelhrs .spanhrs{position:absolute;left:65px;top:12.5px;}
.arrivaltime {
	text-align:center;padding-left:15px;
}
#card-element {
	border: 0px solid #c4c4c4;
	border-radius: 4px;
	height: 50px;
	background: #f1f1f1;
	padding: 10px;
	padding-top:17px;
}


.StripeElement--focus { 
	border: 1px solid #3374ba;
	box-shadow: 0 0 0 .1rem #4971b9; 
}