﻿html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
}

body {
    color: #000;
}

.iti__flag {
    background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}

#telephone,
#mobilePhone {
    padding-right: 10px !important;
}

#toggleId {
    cursor: pointer;
    font-weight: bold;
}

#toggleId i {
    font-size: 12px;
    font-weight: bold;
}

.introContainer .customNavbar {
    top: 0px;
    left: 0px;
    right: 0px;
    color: #848484;
    height: 35px;
    padding: 5px 15px;
    position: absolute;
    font-size: 19px;
    background: #fff;
    text-align: center;
}

.introContainer button.btn.btn-primary {
    width: 200px;
    padding: 20px 40px;
    font-size: 22px;
    margin-top: 50px;
    font-weight: bold;
    margin-left: 20px;
    border-radius: 50px;
}

#findbooking h3 {
    color: #000;
}

input.form-control.emptyField {
    border: solid red 2px;
}

.requiredFieldError {
    color: red;
}

.errorMessage {
    display: none;
    color: red;
    width: 100%;
}

#logo-container {
    padding-top: 85px;
}

#logo {
    display: none;
}

label {
    height: 22px;
}

select.form-control {
    height: 50px;
}

input.form-control + i {
    top: 40px;
    right: 25px;
    color: #000;
    font-size: 20px;
    position: absolute;
}

.faCont {
    top: 12px;
    right: 25px;
    height: 50px;
    display: none;
    position: absolute;
}

.faCont i {
    color: green;
    font-size: 26px;
}

#findbooking {
    padding-top: 50px;
}

#con-number, #firstName, #lastName, #readonlyLastName {
    text-transform: uppercase;
}

#con-number::placeholder, #firstName::placeholder, #lastName::placeholder, #readonlyLastName::placeholder {
    text-transform: initial;
}

#findbooking .col-xs-1 {
    padding-top: 15px;
}

#bookingError {
    color: red;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

input {
    color: #000;
}

input.form-control {
    height: 50px;
    border: 1px solid #adadad;
    outline: none;
    padding: 10px;
    min-height: 45px;
    box-shadow: none !important;
    background: #fff;
    line-height: 20px;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button {
    padding: 10px 40px;
    border-radius: 30px;
}

.introContainer h2 {
    color: #fff;
    font-size: 90px;
    margin-top: 200px;
    margin-left: 20px;
    font-weight: bold;
}

.introContainer h2 span {
    font-weight: normal
}

.introContainer, #findbooking, #express, #expressName, #expressInformation, #expressAddress, #expressPassport, #expressLicence, #express {
    top: 0px;
    left: 0%;
    width: 100vw;
    bottom: 0px;
    position: absolute;
    transition: linear left .4s;
}

.introContainer {
    background-color: #001f50;
}

#findbooking, #express, #expressName, #expressInformation, #expressAddress, #expressPassport, #expressLicence, #express {
    background-color: #efefef;
}

#findbooking .col-sm-8 .col-xs-3 {
    margin-top: 7px;
}

#findbooking .col-sm-8 .col-xs-3 button {
    width: 100%;
    padding: 10px 12px;
}

.introContainer {
    z-index: 1000;
}

#findbooking {
    z-index: 900;
}

#expressName {
    z-index: 800;
}

#expressInformation {
    z-index: 700;
}

#expressAddress {
    z-index: 600;
}

#expressPassport {
    z-index: 500;
}

#expressLicence {
    z-index: 400;
}

#express {
    z-index: 300;
}

.introContainer {
    backface-visibility: hidden;
}

#expressName .col-sm-8, #expressInformation .col-sm-8, #expressAddress .col-sm-8, #expressPassport .col-sm-8, #expressLicence .col-sm-8 {
    margin-top: 30px;
}

#express {
    overflow-y: scroll;
    padding-bottom: 30px;
}

#express label.showInfoLbl {
    display: block;
    font-size: 16px;
    margin-top: 2px;
}

#express label:first-child {
    font-weight: normal;
    margin-bottom: 0px;
}


#express div.form-group {
    margin-bottom: 10px;
}

.registrationContainer input,
.registrationContainer button {
    border-radius: 0px;
}

.requiredColor {
    color: red;
    font-size: 16px;
}

.sectionSplitter {
    margin-top: 20px;
}

#express .sectionSplitter {
    margin-top: 45px;
}

.sectionSplitter .row {
    margin-left: -15px;
    margin-right: -15px;
}

.sectionSplitter label {
    font-size: 16px;
    height: 34px;
    margin-bottom: 0px;
    line-height: 34px;
}

.sectionSplitter button {
    width: 100%;
    margin-top: -12px;
}

.sectionSplitter div.split.col-xs-12 {
    border: solid 1px rgba(0, 0, 0, .2);
}


.btn.btn-default.btn-lg {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

input.form-control:focus {
    border: solid red 1px;
}

.btn.btn-primary:active /*, .btn.btn-primary:focus*/ {
    color: #000;
    background-color: #d8d8d8;
    border: solid 1px #000;
}

.btn.btn-primary {
    padding: 10px 12px;
}

input.form-control[readonly] {
    background-color: #fff;
}

.btn-lg.btn.btn-default.recheck {
    color: #fff;
    background-color: #8c8c8c;
}

.introContainer .customNavbar a.continueBtn, #findbooking .customNavbar a.continueBtn, #expressName .customNavbar a.continueBtn,
#expressInformation .customNavbar a.continueBtn, #expressAddress .customNavbar a.continueBtn, #expressPassport .customNavbar a.continueBtn,
#expressLicence .customNavbar a.continueBtn, #express .customNavbar a.continueBtn {
    left: unset;
    right: 10px;
    color: red;
}

#express button:first-child {
    height: 45px;
}

/* Stepper CSS */
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.country-select {
    display: block;
}

.multi_step_form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 950;
    background-color: white;
}

.progressbar {
    padding-left: 0;
}

#msform {
    padding-top: 5px;
}

.photo-label {
    display: inline-block;
    margin-bottom: 5px;
}

#passport-camera-icon,
#licence-camera-icon,
#passport-delete-photo-icon,
#licence-delete-photo-icon,
#passport-fileUpload-icon,
#licence-fileUpload-icon {
    margin-left: 10px;
    font-size: 24px;
    cursor: pointer;
}

#passport-camera-icon,
#licence-camera-icon {
    vertical-align: text-bottom;
}

#passport-fileUpload-icon,
#licence-fileUpload-icon {
    font-size: 21px;
}

#passport-delete-photo-icon,
#licence-delete-photo-icon {
    display: none;
}

#videoSystemOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1100;
    display: none;
}

#videoSystemContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
}

#videoContainer {
    position: relative;
    width: 1920px;
    background-color: black;
    overflow-y: hidden;
}

#takePictureButtonContainer {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: calc(2.5% + 3rem + 20px);
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    background-color: #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    padding: 15px;
    border: 1px solid black;
    display: none;
}

#takePictureButton {
    height: 3rem;
    font-size: 3rem;
}

#closeCameraButton {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    height: 3rem;
    font-size: 3rem;
    cursor: pointer;
    margin-top: 20px;
}

.photoPreview {
    height: 270px;
}

#previewPhotographsContainer {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 10px;
    margin: 0 5px 8px 5px;
}

#previewPassportPhoto,
#previewLicencePhoto {
    margin: 0;
    width: calc(50% - 10px);
    height: auto;
}

.missingPhotoMessage {
    color: red;
    display: none;
}

.wireframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    width: 50%;
    pointer-events: none;
    touch-action: none;
}

.navigation-buttons-container {
    display: flex;
    width: 100%;
    margin: 5px;
}

.navigation-buttons-container button {
    cursor: pointer;
}

.back-button-container > button, .continue-button-container > button {
    border-radius: 0;
}

.back-button-container {
    margin-right: 5px;
}

.back-button-container, .continue-button-container {
    width: 15%;
}

.back-button-container > button, .continue-button-container > button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

#consentContainer label, #consentContainer input {
    cursor: pointer;
}

#consentContainer label {
    padding-left: 5px;
}

#stateContainer, #previewStateContainer {
    display: none;
}

#stateContainer {
    margin-right: 5px;
}

#certifyAndConsent-outer-container {
    flex-direction: column !important;
}

@media (max-width: 375px) {
    #certifyAndConsent-outer-container, #contactWays-container {
        font-size: 1.3rem;
    }
}

#certify-container, #privacyPolicy-container, #consentcontact-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.consentOption-container {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

#certify-container label, #privacyPolicy-container label, .consentOption-container label {
    margin: 0px !important;
}

#certify-container input, #privacyPolicy-container input, .consentOption-container input {
    margin: 5px !important;
}

#consentContact-container label {
    margin: 0 0 0 5px !important;
}

#consentContact, label[for='consentContact'] {
    cursor: pointer;
}

#errorOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1200;
    display: none;
    background-color: black;
}

#address {
    background-color: rgb(240, 240, 240) !important; /* overrides bing maps autosuggest color */
}

#errorContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 2rem;
    text-align: center;
}

#errorMsg {
    margin-bottom: 1em;
}

#camRetryBtn {
    cursor: pointer;
}

.sectionSplitter {
    width: 100% !important;
}

@media (min-width: 550px) {
    div.form-group {
        width: calc(50% - 10px);
        margin: 5px;
    }
}

@media (min-width: 1024px) {
    div .dateContainer.col-sm-1 {
        width: calc(25% - 10px);
    }

    div.country-container, div.city-container {
        width: calc(25% - 10px);
    }

    #expressAddress .fix-small-input {
        width: 25%;
        display: flex;
    }
}

@media (max-width: 549px) {
    #zipCodeContainer {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    #zipCodeContainer {
        width: 100%;
    }
}

/* Camera Media Queries */
@media (max-width: 2000px) {
    #videoContainer {
        width: 1280px;
        height: 720px;
    }
}

@media (max-width: 1024px) {
    #videoContainer {
        width: 960px;
    }
}

@media (max-width: 768px) {
    #videoContainer {
        width: 750px;
    }
}

@media (max-width: 425px) {
    #videoContainer {
        width: 420px;
    }

    .wireframe {
        width: 70%;
    }
}
/* Camera Media Queries -- END */

/* SMS */
#smsOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1200;
    width: 100%;
    height: 100%;
}

#smsBox {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

#smsBox > *:not(:last-child) {
    margin-bottom: 1.7rem;
}

@media (max-width: 500px) {
    #smsBox {
        width: 95%;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    #smsBox {
        width: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #smsBox {
        width: 40%;
    }
}

@media (min-width: 1401px) and (max-width: 1800px) {
    #smsBox {
        width: 30%;
    }
}

@media (min-width: 1801px) {
    #smsBox {
        width: 25%;
    }
}

#smsTitle {
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
}

#smsPIN-container {
    display: flex;
    width: 80%;
    justify-content: center;
}

.PIN-dig {
    font-size: 1.5rem;
    border: 1px solid rgba(0, 0, 0, .7);
    border-radius: 0;
    text-align: center;
    width: calc(100% / 6);
    height: 3.2em;
    outline: none;
    box-shadow: none;
}

.PIN-dig.dig1, .PIN-dig.dig2, .PIN-dig.dig4, .PIN-dig.dig5 {
    border-right: none;
}

.PIN-dig.dig1, .PIN-dig.dig4 {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.PIN-dig.dig3, .PIN-dig:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#PIN-separator {
    font-weight: 100;
    font-size: 3rem;
    margin: 0 10px;
}

#smsStatus {
    display: none;
}

#resendCode-container {
    position: relative;
    width: 80%;
}

#smsBox > #resendCode-container {
    margin-bottom: 2.3rem;
}

#resendCode {
    font-size: 1.2em;
    position: relative;
    display: inline-block;
}

#resendWord {
    font-weight: 500;
    border-bottom: 2px solid #367ff5;
    cursor: pointer;
}

#closeSmsDialog-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#closeSmsDialog-container > i {
    cursor: pointer;
    font-size: 1.6em;
}

@media (max-width: 1024px) {
    #smsPIN-container, #resendCode-container {
        width: 100%;
    }
}

@media (min-width: 700px) {
    #smsLabel, #smsPIN, #smsSubmit {
        font-size: 1.5rem;
    }
}

@media (min-width: 2000px) {
    #smsLabel, #smsPIN, #smsSubmit {
        font-size: 2.5rem;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* SMS - END */
#emailError,
#taxIdError {
    color: red;
    display: none;
}

.back-button-container button {
    background-color: #bbb;
    color: #111;
}

.express-large-container {
    display: inline-block !important;
}

@media (max-width: 550px) {
    #previewPhotographsContainer {
        margin: 0;
        margin-bottom: 8px;
    }

    .country-select {
        margin-bottom: 15px;
    }

    .photoPreview {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    #previewPassportPhoto,
    #previewLicencePhoto {
        width: 100%;
    }

    #zipCodeContainer {
        width: 100% !important;
    }
}

@media (min-width: 1800px) {
    .express-large-container {
        width: calc(25% - 10px) !important;
    }
}

@media (min-width: 1181px) and (max-width: 1799px) {
    .expressName-large-container {
        width: calc(45% - 10px) !important;
    }
}

@media (min-width: 1181px) {
    #bookingError {
        margin-left: 5px;
    }
}

@media (max-width: 550px) {
    .expressName-large-container {
        width: calc(100% - 10px) !important;
    }
}

@media (min-width: 1900px) {
    .form-fix-large {
        width: 70% !important;
    }

    .preview-forms {
        width: 40% !important;
    }
}

@media (max-width: 550px) {
    .phoneContainer {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 1024px) {
    .phoneContainer {
        width: calc(25% - 10px) !important;
    }
}

@media (min-width: 550px) {
    #tax-id-container {
        width: calc(25% - 10px);
    }
}

@media (min-width: 551px) {
    .country-container {
        width: calc(50% - 10px);
    }
}

@media (min-width: 700px) and (max-width: 1000px) {
    #email-container label[for="email"] {
        margin-bottom: 5px;
    }
}

/* cut-paste apo autohellas.css */
h1 {
    color: #000;
}

.form-control {
    border-radius: 0;
    border: none;
}

h1 {
    font-size: 30px;
}

.introContainer {
    backface-visibility: hidden;
}

div.row {
    margin: 0px;
}

.introContainer button.btn.btn-primary {
    border-radius: 0;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0;
}

input.form-control.emptyField {
    border: solid red 2px;
}

.requiredFieldError {
    color: red;
}

.errorMessage {
    display: none;
    color: red;
    width: 100%;
}

#logo {
    /*margin-top: 85px;*/
    height: 25px;
    margin-left: 15px;
}

label {
    height: 22px;
}

select.form-control {
    height: 50px;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faCont {
    top: 12px;
    right: 25px;
    height: 50px;
    display: none;
    position: absolute;
}

.faCont i {
    color: green;
    font-size: 26px;
}

#findbooking, #expressName, #expressInformation, #expressAddress, #expressPassport, #expressLicence, #express {
    padding-top: 80px;
}

#findbooking.hasGenericError,
#expressName.hasGenericError,
#expressInformation.hasGenericError,
#expressAddress.hasGenericError,
#expressPassport.hasGenericError,
#expressLicence.hasGenericError,
#express.hasGenericError {
    padding-top: 130px;
}

#findbooking .col-xs-1 {
    padding-top: 15px;
}

input.form-control {
    height: 50px;
    border: none;
    outline: none;
    padding: 10px;
    min-height: 45px;
    box-shadow: none !important;
    background: var(--input-background-color);
    line-height: 20px;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-right: 36px !important;
}

.iti {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
    margin-left: 0;
    margin: 5px;
}

button {
    padding: 10px 40px;
    border-radius: 30px;
}

.introContainer h2 span {
    font-weight: normal
}

/*-----date picker-----*/

.table-condensed {
    width: 100%;
}

#findbooking .col-sm-8 .col-xs-3 {
    margin-top: 7px;
}

#findbooking .col-sm-8 .col-xs-3 button {
    width: 100%;
    padding: 10px 12px;
}

#expressName .col-sm-8, #expressInformation .col-sm-8, #expressAddress .col-sm-8, #expressPassport .col-sm-8, #expressLicence .col-sm-8, #findbooking .col-sm-8 {
    margin-top: 85px;
    padding: 10px;
    width: 60%;
    position: fixed;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#findbooking .col-sm-8, #expressInformation .col-sm-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#express {
    overflow-y: scroll;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#express label.showInfoLbl {
    display: block;
    font-size: 16px;
    margin-top: 2px; /* 31082020*/
}

.registrationContainer input,
.registrationContainer button {
    border-radius: 0px;
}

.requiredColor {
    color: red;
    font-size: 16px;
}

.sectionSplitter {
    margin-top: 0;
}

.sectionSplitter .row {
    margin-left: 0;
    margin-right: 0;
}

.sectionSplitter button {
    width: 100%;
    margin-top: -12px;
}

.sectionSplitter div.split.col-xs-12 {
    border-bottom: none;
    padding: 0;
}

input.form-control:focus {
    border: none;
}

.btn.btn-primary:active {
    color: #000;
    border: none;
}

/*.btn.btn-primary {
    padding: 10px 12px;
}*/

.btn-primary:hover, .btn.btn-primary:active, .btn-primary:focus {
    border: 0;
    outline: none;
}

.col-sm-4 {
    width: 49%;
}

.col-sm-6 {
    width: 49%;
}

.col-sm-1 {
    width: 24%;
}

.col-sm-2 {
    width: 24%;
}

.preview-forms {
    margin-top: 36px;
    padding: 0;
    width: 60%;
    /* position: fixed; */
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    height: -webkit-fill-available;
}

.preview-forms label {
    margin-top: 5px;
    height: auto;
}

.col-sm-offset-1 {
    margin-left: 0;
}

.col-sm-8 {
    width: 100%;
}

.col-sm-10 {
    width: 63%;
}

.preview-forms h3, .preview-forms .col-sm-8, .preview-forms .col-sm-4 {
    padding: 0px;
}

.preview-forms h3 {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: grey;
}

#express .preview-forms label:first-child {
    font-weight: bold;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 15px;
}

.preview-forms .showInfoLbl {
    font-weight: normal;
}

.riview-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.preview-forms .col-sm-10 {
    width: 100%
}

.preview-forms .col-sm-10:last-child, .preview-forms .col-xs-12:last-child {
    padding: 0;
    margin-bottom: 5px;
}

.preview-forms .col-sm-offset-2 {
    margin-left: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.btn {
    display: flex;
    justify-content: center;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.sectionSplitter label {
    line-height: 20px;
}

#findbooking, #expressName, #expressInformation, #expressAddress, #expressPassport, #expressLicence {
    display: flex;
    justify-content: center;
}

.form-fix {
    width: 100%;
}

#findbooking .form-fix {
    display: flex;
    flex-direction: row;
}

#expressPassport .form-fix, #expressLicence .form-fix {
    display: flex;
    flex-direction: column;
}

#express .back-button-container {
    margin-right: 5px;
    margin-bottom: 5px;
}

input[type=checkbox], input[type=radio] {
    margin: 5px;
}

.fix-check-box {
    display: flex;
    justify-content: flex-start;
}

.btn-primary {
    border: 0;
}

@media screen and (max-width: 550px) {
    #findbooking, #expressName, #expressInformation, #expressAddress, #expressPassport, #expressLicence, #express {
        padding-top: 0;
    }

    #findbooking.hasGenericError, 
    #expressName.hasGenericError, 
    #expressInformation.hasGenericError, 
    #expressAddress.hasGenericError, 
    #expressPassport.hasGenericError, 
    #expressLicence.hasGenericError, 
    #express.hasGenericError {
        padding-top: 50px;
    }

    #findbooking.hasGenericError > *:first-child {
        top: 105px;
    }

    /*#express {
        padding-top: 40px;
    }*/

    input.form-control {
        margin-bottom: 15px;
    }

    #express .sectionSplitter {
        margin-top: 60px;
    }

    .customNavbar a {
        top: 60px;
    }

    h3 {
        font-size: 20px;
    }

    input.form-control + i {
        top: 45px;
    }

    .findbooking a {
        padding: 0;
    }

    #findbooking .form-fix {
        display: flex;
        flex-direction: column;
    }

    #expressAddress .fix-small-input {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .introContainer .customNavbar, #findbooking .customNavbar, #expressName .customNavbar, #expressInformation .customNavbar, #expressAddress .customNavbar, #expressPassport .customNavbar, #expressLicence .customNavbar, #express .customNavbar {
        padding: 5px 0px;
        display: block;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        height: auto;
    }

    .navigation-buttons-container {
        display: flex;
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }

    .introContainer .customNavbar a, #findbooking .customNavbar a, #expressName .customNavbar a, #expressInformation .customNavbar a, #expressAddress .customNavbar a, #expressPassport .customNavbar a, #expressLicence .customNavbar a, #express .customNavbar a {
        left: 0;
    }

    .introContainer .customNavbar a.continueBtn, #findbooking .customNavbar a.continueBtn, #expressName .customNavbar a.continueBtn, #expressInformation .customNavbar a.continueBtn, #expressAddress .customNavbar a.continueBtn, #expressPassport .customNavbar a.continueBtn, #expressLicence .customNavbar a.continueBtn, #express .customNavbar a.continueBtn {
        right: 0;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .sectionSplitter .row {
        margin-left: 0;
        margin-right: 0;
    }

    .preview-forms .col-sm-2 {
        margin-top: 0;
        width: 100%;
    }

    .col-sm-1 {
        width: 100%;
    }

    .col-sm-4 {
        width: 50%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-sm-2 {
        width: 49%;
    }

    .col-xs-5 {
        width: 50%;
    }

    .col-sm-6 {
        width: 100%;
    }

    .col-xs-8 {
        width: 100%;
    }

    .col-sm-10 {
        width: 95% !important;
    }

    .sectionSplitter div.split.col-xs-12 {
        width: 100%;
    }

    .preview-forms h3:first-child {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    #expressName .col-sm-8, #expressInformation .col-sm-8, #expressAddress .col-sm-8, #expressPassport .col-sm-8, #expressLicence .col-sm-8, #findbooking .col-sm-8 {
        width: 100%;
        top: 90px;
        height: calc(100% - 85px);
        margin-left: 0;
        margin-top: 0;
        overflow: scroll;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        align-content: space-between;
    }


    .preview-forms {
        width: 95%;
        max-height: -webkit-fill-available;
    }

    #express label:first-child {
        font-weight: normal;
        margin-bottom: 0px;
        width: 100%;
        font-size: 15px;
    }

    #express button:first-child {
        height: 45px;
        margin-right: 5px;
    }

    .form-group {
        margin: 0;
    }

    label {
        height: auto;
        margin: 5px 0px;
    }

    #express label {
        margin: 0;
    }

    /*----date picker-----*/
    .datepicker.dropdown-menu {
        width: 95%;
    }

    .table-condensed {
        width: 100%;
    }

    /*----camera-----*/
    .back-button-container, .continue-button-container {
        width: 50%;
    }

    #express .col-sm-12.fix-small-input {
        display: flex;
        flex-direction: row;
    }

    .fix-check-box {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 642px) {
    .introContainer h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
    .introContainer .customNavbar a, #findbooking .customNavbar a, #expressName .customNavbar a, #expressInformation .customNavbar a, #expressAddress .customNavbar a, #expressPassport .customNavbar a, #expressLicence .customNavbar a, #express .customNavbar a, label, .form-control,
    .btn.btn-primary, .sectionSplitter label {
        font-size: 20px;
    }
}

@media screen and (min-width: 1000px) and (max-height: 900px) {
    .col-sm-4 {
        width: 48%;
    }
}

@media screen and (min-width: 551px) and (max-width: 1180px) {
    #findbooking, #expressName, #expressInformation, #expressAddress, #expressPassport {
        display: flex;
        justify-content: center;
    }

    .sectionSplitter .row {
        margin-left: 0;
        margin-right: 0;
    }

    #express .sectionSplitter {
        margin-top: 45px;
    }

    .back-button-container, .continue-button-container {
        width: 49.5%;
    }

    .form-fix {
        display: flex;
        flex-wrap: wrap;
    }

    #expressName .col-sm-8, #expressInformation .col-sm-8, #expressAddress .col-sm-8, #expressPassport .col-sm-8, #expressLicence .col-sm-8, #findbooking .col-sm-8 {
        margin-top: 0;
        padding: 25px 10px 0px 10px;
        width: 100%;
        position: fixed;
        margin-left: 0;
        height: calc(100% - 100px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        align-content: space-between;
    }

    #findbooking .customNavbar, #expressName .customNavbar, #expressInformation .customNavbar, #expressAddress .customNavbar, #expressPassport .customNavbar, #expressLicence .customNavbar, #express .customNavbar {
        background-color: white;
        height: 110px;
        padding: 0;
        z-index: 100;
    }

    .fix-small-input {
        display: flex;
        flex-direction: row;
    }

    #findbooking, #expressName, #expressInformation, #expressAddress, #expressPassport, #expressLicence, #express {
        padding-top: 100px;
    }

    #findbooking.hasGenericError,
    #expressName.hasGenericError,
    #expressInformation.hasGenericError,
    #expressAddress.hasGenericError,
    #expressPassport.hasGenericError,
    #expressLicence.hasGenericError,
    #express.hasGenericError {
        padding-top: 150px;
    }

    .form-group {
        margin: 5px;
    }

    .col-sm-1 {
        width: 48%;
    }

    .col-sm-2 {
        width: 47%;
    }

    .col-sm-4 {
        width: 48%;
    }

    .col-sm-6 {
        width: 48%;
    }

    .col-sm-10 {
        width: 98%;
    }

    .form-control {
        width: 100%;
    }

    .preview-forms {
        width: 95%;
        max-height: -webkit-fill-available;
        margin-top: 40px;
    }

    label {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 0;
        padding-left: 0;
    }

    input[type=checkbox], input[type=radio] {
        margin: 11px 5px;
        margin-top: 1px\9;
        line-height: normal;
        width: 15px;
        height: 15px;
    }

    p {
        font-size: 18px;
    }

    input.form-control + i {
        top: 45px;
    }

    .missingPhotoMessage {
        font-size: 18px;
    }

    .multi_step_form {
        width: 100%;
    }

    .multi_step_form #msform {
        max-width: 100%;
    }

    /*-----date picker-----*/
    .datepicker.dropdown-menu {
        width: 40%;
    }

    .table-condensed {
        width: 100%;
    }
}

#findbooking .customNavbar, #expressName .customNavbar, #expressInformation .customNavbar, #expressAddress .customNavbar, #expressPassport .customNavbar, #expressLicence .customNavbar, #express .customNavbar {
    height: 95px;
    padding: 0;
    z-index: 100;
}

.progressbar {
    margin-bottom: 0;
}

#genericError {
    display: none;
    color: red;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

@media (max-width: 550px) {
    #genericError {
        padding: 5px 10px;
        text-align: start;
    }

    #express.hasGenericError {
        padding-top: 50px;
    }
}

input[type='file'].fileInput {
    display: none;
}

.requiredStar {
    color: red;
    margin-left: 2px;
    display: none;
}

.requiredField > .requiredStar {
    display: inline-block;
}