﻿@import "Menu.css";
@import "Logo.css";
@import "Buttons.css";
@import "Progress.css";
@import "Step.css";
@import "Calendar.css";

/* html elements */
body {
	-webkit-text-size-adjust: none;
    text-align: center;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Arial', sans-serif;
    position: relative;
	height: 100%;
}
.skip-link{
	display:none;
}

dl {
    /* margin: auto; */
	margin: .5vw;
	margin-left: 0;
}

dd {
    /* margin: auto; */
	margin: .5vw;
	margin-left: 0;
}

select {
    width: 90%;
	font-size: 20px;
}

input[type=button], input[type=submit], input[type=reset] {
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    cursor: pointer;
}

footer {
    bottom: 0;
	height: 100%;
    clear: both;
    width: 100%;
}

/* classes */
.alert {
  color: red;
  font-weight:bold;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 99;
}

.headerLink {
	font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.apptMessage {
	font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    letter-spacing: normal;
    color: #333333;
}


.instructions {
	color: #000000;
	text-align: left;
	font-size: 28px;
	margin-top: 20px;
}


.Reason {
	color: rgb(0, 106, 175);
	text-align: left;
}
.emailInfo {
    color: blue;
    text-decoration: underline;
}

.Content {
    position: relative;
    padding-bottom: 2vw;
    height: 80%;
	min-height: 30vh;
}

.Confirmation-title {
    text-align: left;
    font-weight: bold;
	font-size: 28px;
}

.Confirmation-Subtitle {
	text-align: center;
    font-weight: bold;
	font-size: 20px;
}

.body-padding {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.disclaimer-text {
    color: #00626B;
    width: 90%;
    margin: auto;
    border-radius: .5em;
    font-weight: bold;
    border: #00626B solid 2px;
}

.footerPage {

    color: #fff;
	background-color: rgba(35, 35, 35, 1);
	width: 100%;
	padding-bottom: 2vw;
	padding-top: 10px;
	position: static;
}

.unit-Address {
	
}

.center-textDiv {
    margin: auto;
    width: 100%;
}

.control-label {
    text-align: left;
	font-size: 20px;

}

.displaydata-text {
    width: 25em;
    height: 80px;
    cursor: pointer;
    background-color: rgb(0, 106, 175);
    color: #fff;
    border-radius: 10px;
    margin: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .displaydata-text:hover {
        -webkit-filter: opacity(0.9);
    }

.displaydata-item {
    width: min-content;
    margin: auto;
}

.DisplayDataDataControl {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    margin: auto;
}

.label-center {
    text-align: center !important;
}

.div-containerbutton {
    width: 100%;
    display: flex;
    margin-top: 1em;
    margin-bottom: .5em;
    text-align: left;
    justify-content: center;
}

.border-menu {
    width: 100%;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

.border-bottom {
    margin-bottom: 2em;
}

.row {
    display: Flex;
    text-align: left;
	justify-content: center;
    width: 70%;
    margin: auto;
}

.footerPage .row {
	display: Flex;
	flex-direction: row;
    text-align: left;
	align-items: center;
	justify-content: center;
    width: 70%;
    margin: auto;
}

.card {
    border: solid 1px black;
    margin-left: 1em;
    margin-right: 1em;
	margin-bottm: 4em;
    width: 50%;
}

.card-header {
    border-bottom: solid 1px #d7d7d7;
    text-align: center;
    background-color: #8dc63f; 
    width: auto;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: .5em;
	border-bottom: solid 1px black;
    color: #fff;
}

.card-body {

    word-break: break-word;
    padding: .5em;
}

.lblConfirm {
    font-weight: bold;
}

.headerbar {
    background-color: #00626B;
    height: 50px;
}

.headerMenu {

    height: 100px;
    color: #03517c;
    display: inline-flex;
    width: 100%;
    border-bottom: #03517c 20px solid;
}

.slotsStyle {

    width: 90%;
    height: 45px;
    margin: auto;
}

.hideMobile {
    display: block;
}

.text-header {
    margin: auto;
}

.initContainer {
    text-align: -webkit-center !important;
    text-align: -moz-center !important;
    text-align: -ms-center !important;
    text-align: -o-center !important;
}

.field-validation-error {
    display: inline-block;
    color: red;
}

.Confirmation-container {
    width: 70%;
    margin: auto;
    border-radius: .3em;
}

.body-confirmation {
    text-align: left;
    margin-left: .7em;
    margin-right: .7em;

}

.NotificationConsent {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.serviceprofilebutton.appointment {
    background-color: rgb(0, 106, 175);
    border-radius: 25px;
}

.form-group {

	text-size: 20px;
    text-align: left;
    color: #000;
}



.form-control-selected {
    border: 1px solid #141c64;
}



.CustomerCustomProperty.T_C label {
    width: 60%;
    display: inline-block;
    float: right;
}

.CustomerCustomProperty.T_C .form-control-input {
    float: left;
    width: 40%;
}

.form-control {
    padding: .25vw;
    padding-left: 6px;
    padding-right: 0px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid black;
	font-size: 20px;

}

.serviceprofilelabelbox {
    -webkit-filter: grayscale(0%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 100%;
}

.serviceprofilelabel {
    vertical-align: middle;
    text-align: center;
    border-radius: 15px;
    color: white;
}

.version {

}

.phoneInfo {
    color: #CC331E;
}

.moveText {
    top: 70px;
}

.moveButton {
    top: -130px;
}

.moveText1 {
    top: 285px;
}

.moveText2 {
    top: 400px;
}



.CheckInMessage {
    text-align: center;
}

/* ids */

.detailsTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.detailsTable td, .detailsTable th {
  padding: 8px;
}

.detailsTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

#getLocation {
    cursor: pointer;
}




/* media queries */
/* Desktop */

@media only screen and (min-width: 1280px){


    .form-group.CustomerCustomProperty.T_C {
        width: 50%;
        float: right;
    }
	
}


/* mobile font size settings */
@media only screen and (max-width: 1280px){

.instructions {
	font-size: 20px;
}

.apptMessage {
	margin-top: 10px;
	font-size: 20px;
}
	
.Confirmation-container {
    width: 100%;
    margin: auto;
    border-radius: .3em;
}

.body-padding {
	width: 100%;
}
	
#PrintAction {
	width: 100%;
	font-size: 20px;
}

#CancelBtn {
	width: 100%;
	font-size: 20px;
}
	.footerPage {
		font-size: 14px;
	}
   
   .row {
    display: Flex;
	flex-direction: column;
    text-align: left;
	align-items: center;
	justify-content: center;
    width: 70%;
    margin: auto;
}

.card {
    border: solid 1px black;
    margin-left: 1em;
    margin-top: 20px;
    width: 100%;
}

    .card-body {

    word-break: break-word;
    padding: .5em;
    }
}