/* Show it is fixed to the top */
body {
    height: 100%;
    padding-top: 4.5rem;
    font-family: Roboto, Arial, sans-serif;
    line-height: 15px;
    font-weight: 400;
    color: #333;
    background-color: #fcfcfc;
    overflow-x: hidden;
    margin-bottom: 20px;
}


.fa-calendar{
    background-color:white;
}
.input-block{
    display: block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    height: 36px;
    padding: 20px 15px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
}

.button-primary {
    color: #fff;
    background-color: #ff7a34;
    font-size: 14px;
    width: 100%;
}
.button-selectAction{
    padding: 0;
    text-decoration: none;
    color:black;
    background-color: inherit;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    text-align: left;
    border: none;
    outline: none;
}
.disabledAction{
    pointer-events: none;
    cursor: default;
    user-select: none;
    color: gray;

}

.button-selectAction:hover{
    color: #ff7a34;
    border: none;
    outline: none;
}
.button-selectAction:focus{
    border: none;
    outline: none;
}

.startButtonIcon{
    font-size: 24px;
    margin-right: 5px;
    color:#ff7a34;
}
.startButtonArrow{
    font-size: 24px;
}



.btn{
    padding: 10px 19px;
}

.button-primary:hover{
    transition: background ease 0.2s;
    background: #333;
    color: white;
}


.button-secondary{
    color: white;
    background-color: #333;
    font-size: 14px;
}

canvas{
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid black;
    box-shadow: 1px 1px 10px 1px black;
}

.clearbtn-container{
    width: 35%;
}

.container{
    max-width: 1200px;
}

.button-clearPad{
    color: white;
    background-color: #333;
}

.button-clearPad:hover{
    transition: background ease 0.2s;
    background: #ff7a34;
    color: white;
}

@media only screen and (max-width: 770px) {
    .clearbtn-container {
        width: 100%;
    }
}

.button-secondary:hover{
    transition: background ease 0.2s;
    background: #ff7a34;
    color: white;
}



.input-label {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-span {
    padding: 10px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    opacity: 0.8;
}

.nav-search-input{
    border: none;
}
.nav-search-input:focus{
    border: none;
    outline: none;
}

.nav-button{
    border: none;
    outline: none;
    text-decoration: none;
    color: #333;

}

.nav-button:focus{
    border: none;
    outline: none;
}


.nav-button:hover {
    color: #ff7a34;

}



.nav-search-container{
    outline: 1px solid #ced4da;
    border-radius: 3px;
}
form.nav-search-container:focus-within {
    outline: 1px solid black;
}



.input-block:focus, .input-block:not(:placeholder-shown) {
    outline: none;
    border-color: #ff7a34;
}

.input-block:focus + .input-span, .input-block:not(:placeholder-shown) + .input-span {
    opacity: 1;
    background-color: white;
    font-weight: bold;
    color: #333;
    transform: scale(0.90) translateY(-65%) translateX(-1px);
}

label.required::after{
    content: "*";
    color: #ad0404;
}

.label-gap{
    margin-bottom: 8px;
}

.form-gap{
    margin-top: .75rem;
}

.form-checkbox{
    padding-top: 1rem;
    vertical-align: middle;
    word-wrap: break-word ;
}

input.checkbox-input{
    vertical-align: middle;
    line-height: normal;
    width: 20px;
    height: 20px;

}

.disabled-input{
    background-color: #e8e8e8;
}

.disabled-email{
    background-color: #e8e8e8;
}

.disabled-address{
    background-color: #e8e8e8;
}

.checkbox-input{
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
}

#orderID-container{
    font-weight: bold;
    transition: all 500ms;
    padding: 9px 9px;
}
#orderID-container:hover{
    background-color: blanchedalmond;
    cursor: pointer;
}


.form-check-label{
    font-size: 16px;
    vertical-align: middle;
}
small{
    font-size: 16px;
}

.horizontalBreak{
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px
}

.hidden{
    display: none;
}

.iti { width: 100%; }

.hidden-forms{
    display: none;
}

.correct{
    color:green;
}
.incorrect{
    color: darkred;
}

.form-wrapper-bottom{
    margin-top: 20px;
}

.input-label{
    margin-top: 10px;
    margin-bottom: 10px;
}

.changeDate-header{

}
.editAddress-header{
    margin-bottom: 10px;
}
.packageInfo-header{
    margin-top: 10px;
    user-select: none;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 0 !important;
    }
}

.choices__inner{
    background-color: white;
    font-size: 1rem;
    font-weight: 400;

}
.choices__list--dropdown .choices__list{
    max-height: 185px;
}

.choices{
    font-size: 1rem;
    padding: 0;
}
.success-message{
    font-size: 1.5rem;
    line-height: 24px;
    color: limegreen;
    float: right
}
.error-message{
    color:red;
    margin-bottom: 10px;
    margin-top: 5px;
    float:right;
    font-weight: bold;
}

.backEndValidationError{
    text-decoration: none;
}
.backEndValidationError:hover{
    color:red;
}

.startFormContainer{
    width: 50%;
}



input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

@media only screen and (max-width: 1089px) {
    #changeAddressButton-container {
        padding: 0 0;
    }

}



@media only screen and (max-width: 991px) {

    #changeAddressButton-container{
        padding: 0px 12px 0px 12px;
    }




    .choices__list--dropdown .choices__list{
        max-height: 100px;
    }

    .changeDate-header{
        margin-bottom: 10px;
    }
    .editAddress-header{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .form-container{
        width: 100%;
    }

    .startFormContainer{
        width: 100%;
    }


    .nav-search-input{
        width: 100%;
    }
    .nav-search-button{
        display: none;
    }

    .button-group{
        flex-direction: column;
        width: 60%;
    }

    .nav-search-container{
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
    }


    .nav-anchor-container{
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .form-wrapper-bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .button-primary, .button-secondary, .button-selectAction{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}
@media only screen and (max-width: 425px) {
    .lineConnectorSVG{
        height: 65px;
    }
}

@media only screen and (max-width: 325px) {
    .startButtonArrow {
        display: none;
    }
}

