﻿/* AutoComplete completion list */

    
.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0 !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    overflow-y: hidden;
    text-align: left;
    list-style-type: none;
    font-family: arial;
    font-size: 8pt;
    padding: 0;
}
#form1{
    width: 700px;
    height: 710px;
}

.darkBack {
    background: rgba(0, 0, 0, 0.30);
}

.modalPopup {
    background: whitesmoke;
    width: 450px;
    border: 5px solid #1C5E55;
    border-radius: 10px;
    padding: 0 0 20px 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .modalPopup h5 {
        font-family: Calibri;
        font-size: 12pt;
        font-weight: 500;
        margin: 15px 0;
    }



.tblStepOne {
    background: #D8DDB4;
    border-radius: 4px;
    display: inline-grid;
    padding: 10px;
    margin-left: 8px;
    margin-top: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .tblStepOne .dates {
        padding: 10px;
        background: white;
        border-radius:4px;
        box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
        width: 200px;
        height: 135px;
    }

    .tblStepOne table {
        margin-bottom: -2px;
    }

    .tblStepOne td {
        margin-bottom: 10px;
    }

    .tblStepOne .textBx {
        background: white;
    }

#stepOne {
    margin-left: 5px;
}

    

    #stepOne h4 {
        margin-top: 18px;
        margin-left: 3px;
    }

.row {
    display: flex justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}




#stepTwo {
    margin-left: 10px;
}

    #stepTwo h4 {
        margin-top: 18px;
        margin-left: -2px;
    }

#stepThree {
    margin-left: 13px;
}

    #stepThree h4 {
        margin-left: -5px;
        margin-top: 18px;
    }

#stepFour {
    margin-left: 13px;
}

    #stepFour h4 {
        margin-left: -5px;
        margin-top: 18px;
    }

.chkbx {
    text-align: center;
    vertical-align: middle;
}

.comment {
    margin-top: 8px;
    margin-bottom: -12px;
}

.remLabel {
    font-size: 11pt !important;
    margin-left: -5px !important;
    font-weight: 700 !important;
}

.imgBtn {
    margin-top: 3px;
    margin-left: -6px;
    margin-right: 1px;
}

.datesLabel {
    font-size: 12pt;
    color: #1C5E55;
    margin: 0;
    padding: 0;
}

.vehAddTblBtn {
    background-color: gray !important;
    border-color: gray !important;
    margin-right: -4px;
    float: right;
    color: white !important;
    font-weight: 700;
}

    .vehAddTblBtn:hover {
        background-color: dimgray !important;
        border-color: dimgray !important;
    }

    .vehAddTblBtn:disabled {
        background-color: dimgray !important;
        border-color: dimgray !important;
        margin-right: -4px;
        float: right;
        color: #424242 !important;
        text-shadow: 1px 1px 0 #D3D3D3;
        font-weight: 700;
        cursor: default;
    }

.vehClearTblBtn {
    background-color: white !important;
    border-color: white !important;
    margin-right: 7px;
    float: right;
    color: black !important;
}

    .vehClearTblBtn:hover {
        background-color: #EF5350 !important;
        border-color: #EF5350 !important;
        color: white !important;
        font-weight: 700 !important;
    }

.dropdown_List {
    color: #424242;
    border: 1px solid #BDBDBD;
    background-color: white;
    font: 14px Calibri;
    border-radius: 3px;
    padding: 1px 3px;
}

.DateCal {
    font-size: 12pt;
    color: black;
    width: 300px;
    border: 1px solid #D8DDB4;
}

.TitleStyle {
    font-weight: 700;
    background: #D8DDB4;
    padding: 5px 5px;
    color: #1C5E55;
    font-size: 18pt;
}

.DayStyle {
    border: 1px solid #8f8f8f;
    height: 30px;
    font-weight: 700;
}

.SelectedDayStyle {
    background: #1C5E55 !important;
    border: 1px solid gray;
    font-weight: 700;
}

    .SelectedDayStyle:hover {
        background: #497E76 !important;
        color: #D8DDB4;
        border: 1px solid gray;
        font-weight: 700;
    }

.DayHeaderStyle {
    background: black;
    color: white;
    border: 1px solid black;
}

.DayStyle:hover {
    color: #497E76;
    background: #eaedd7;
    height: 30px;
}

.NextPrevStyle a {
    color: #1C5E55 !important;
    font-size: 12pt;
}

    .NextPrevStyle a:hover {
        color: #497E76 !important;
    }

.NextPrevStyle {
    Font-Size: 11pt;
    vertical-align: middle;
}

.canvas {
    cursor: default;
}

.canvasHover {
    cursor: pointer;
}

#CalendarPanel {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#DateCal td {
    float: none !important;
}

.button_raised {
    cursor: pointer;
    margin-left: 5px;
    background-color: #E0E0E0;
    color: #424242;
    border: 2px solid #E0E0E0;
    border-radius: 2px;
    font-family: Calibri;
    font-size: 12px;
    margin-bottom: 7px;
    height: 22px;
    min-width: 65px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}

    .button_raised:hover {
        background-color: #D4D4D4;
        border: 2px solid #D4D4D4;
        margin-bottom: 7px;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #1C5E55;
    color: white;
    padding: 3px;
    overflow: auto;
    border: 1px solid #1C5E55;
}

/* AutoComplete item */
.autocomplete_listItem {
    margin: 0 !important;
    background-color: #FFFFFF;
    color: windowtext;
    border: 1px solid #D8D8D8;
    cursor: default;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    padding: 3px;
}

body {
    font-family: Calibri;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: scroll;
}

.container h4 {
    font-family: Calibri;
    color: #1C5E55;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16pt;
}

header {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #D8DDB4;
    height: auto;
    min-width: 355px;
    max-width: 700px;
}

@media (max-width: 700px) {
    header {
        display: none;
    }
    #form1{
        width: 300px;
    }
    .row {
        display: inline;
    }
}

img {
    height: 50px;
}

.hidden {
    display: none;
}

.carRow {
    display: table-row;
}

#stepTwo td {
    float: left;
}

#stepThree td {
    float: left;
}

#stepFour td {
    float: left;
}

#tblVehicleInfo {
    border-collapse: separate;
    border-spacing: 0 10px;
    border: none;
    background: #D8DDB4;
    padding: 0 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    max-width: 650px;
}

    #tblVehicleInfo td {
        padding: 5px 8px;
        background: white;
        box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
        float: none !important;
        border: 1px solid white;
    }

    #tblVehicleInfo tr:first-child td {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0 0 0 15px;
    }

    #tblVehicleInfo tr:last-child td {
        border: none;
        background: none;
        box-shadow: none;
    }

    #tblVehicleInfo td:first-child {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        padding: 0 0 0 4px
    }

    #tblVehicleInfo td:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        padding: 0 4px 0 0;
    }

    #tblVehicleInfo .textBx {
        padding: 0 6px;
        background: white;
        width: 110px;
    }

    #tblVehicleInfo .invalidTextBx {
        background-color: transparent;
        color: #424242;
        font-family: Calibri;
        border-radius: 3px;
        height: 20px;
        width: 110px;
        padding: 0 6px;
        margin: 2px 5px 3px 5px;
        display: block;
        border: 1px solid #EF5350;
        box-shadow: 0 0 5px #EF5350, 0 0 5px #EF5350;
    }

.tblContactInfo {
    border-collapse: separate;
    border-spacing: 10px;
    background: #D8DDB4;
}

.tblConVehInfo {
    background: #D8DDB4;
    border-spacing: 0;
}

    .tblConVehInfo .confirmText {
        max-height: 35px;
        font-size: 10pt;
        overflow-y: auto;
    }

    .tblConVehInfo .tblLabel {
        margin-bottom: 3px;
        margin-left: 0;
        margin-right: 15px
    }

.tblContactInfo .confirmText {
    font-size: 10pt;
    max-height: 30px;
    overflow-y: auto;
}

.tblContactInfo tr:last-of-type .confirmText {
    font-size: 10pt;
    max-height: none;
    overflow-y: auto;
}

.tblContactInfo td,
.tblParkingInfo td,
.tblConVehInfo td {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    float: none !important;
    padding: 5px 5px 5px 10px;
    position: relative;
    z-index: 1;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
    vertical-align: top;
}

.tblContactInfo td {
    max-width: 150px;
    min-width: 130px;
    background: white;
    border-radius: 4px;
}

.tblConVehInfo td {
    max-width: 106px;
    background: white;
    border-bottom: 1px solid #D8DDB4;
    border-left: 1px solid white;
    border-top: none;
}

#conVehHeader td {
    border-radius: 0;
    border-left: 1px solid white;
}

.tblConVehInfo th {
    box-shadow: none;
    float: left;
    margin-left: 9px;
    margin-top: -4px;
    margin-bottom: 6px
}

#divConVehInfo {
    margin-bottom: 15px;
    float: left;
    margin-top: 5px;
    padding: 10px;
    background: #D8DDB4;
    display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#divContactInfo {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    background: #D8DDB4;
    margin-bottom: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#conVehHeader td:first-child {
    border-top-left-radius: 3px;
}

#conVehHeader td:last-child {
    border-top-right-radius: 3px;
}

select::-ms-expand {
    background: transparent;
    border: none;
}

.label {
    font-family: Calibri;
    color: #1C5E55;
    font-size: 13px;
    font-weight: 700;
    margin: 0 5px 0 6px;
    display: inline-block;
}

.redLabel {
    font-family: Calibri;
    color: #EB2120;
    font-size: 13px;
    font-weight: 700;
    margin: 0 5px 0 6px;
    display: inline-block;
}

.confirmLabel {
    font-size: 12pt;
    margin-left: -2px;
}

.confirmText {
    font-size: 11pt;
    display: block;
}

.tblLabel {
    margin: -2px 0 3px 0;
    font-size: 11pt;
    padding-top: 5px;
}

.btnClearDates {
    background-color: #D8DDB4;
    border-color: #D8DDB4;
    color: #1C5E55;
    font-weight: 700;
    font-size: 10pt;
    text-shadow: 1px 1px 0 #dcdcdc;
}

    .btnClearDates:hover {
        background-color: #cfd5a2;
        border-color: #cfd5a2;
        color: #1C5E55;
        font-weight: 700;
        font-size: 10pt;
        text-shadow: 1px 1px 0 #dcdcdc;
    }

.DateText {
    background-color: transparent;
    border-color: transparent;
    font-family: Calibri;
    font-size: 14pt;
    cursor: default;
    color: black;
    max-width: 200px;
    height: 110px;
    overflow: hidden;
    resize: none;
}

.invalidDateText {
    background-color: transparent;
    border-color: transparent;
    font-family: Calibri;
    font-size: 14pt;
    cursor: default;
    color: red;
    max-width: 200px;
    height: 110px;
    overflow: hidden;
    resize: none;
}

.textBx {
    background-color: transparent;
    color: #424242;
    font-family: Calibri;
    border: 1px solid #BDBDBD;
    border-radius: 3px;
    height: 20px;
    padding: 0 6px;
    margin: 2px 5px 3px 5px;
    display: block;
    width: 153px;
}

    .textBx:focus {
        cursor: text;
        outline: none;
        box-shadow: 0 0 6px rgba(28,94,85,0.18), 0 0 6px rgba(28,94,85,0.33);
    }

.invalidTextBx {
    background-color: transparent;
    color: #424242;
    font-family: Calibri;
    border-radius: 3px;
    height: 20px;
    width: 153px;
    padding: 0 6px;
    margin: 2px 5px 3px 5px;
    display: block;
    border: 1px solid #EF5350;
    box-shadow: 0 0 5px #EF5350, 0 0 5px #EF5350;
}

#stepThree .validateText {
    font-size: 11pt;
    color: red;
    margin-left: 5px;
    display: inline-block;
}

.validateText {
    font-size: 11pt;
    color: red;
    margin-left: 20px;
    display: inline-block;
}

#stepOne .validateText {
    font-size: 10.5pt;
    color: red;
    margin-left: 5px;
    display: inline-block;
    position:absolute;
}

.submit {
    background-color: #CCCCCC;
    border-radius: 2px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

    .submit:hover {
        border: none;
        background: gray;
        box-shadow: 0 0 1px #777;
    }

.accordionHeader {
    color: #1C5E55;
    background-color: #D8DDB4;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
}

.accordionContent {
    background-color: white;
    font: normal 10px auto Verdana, Arial;
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
}

.selectedheader {
    background-color: #1C5E55;
    color: #D8DDB4;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
}

.Over {
    overflow: auto;
    width: 95%;
}





