.inputlist .gvinput {
    width: 50%;
}

.inputlist .gvinput .input-title,
.inputlist .gvinput .inputContainer .inputLabel {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-size: 17px !important;
    line-height: 18px !important;
    letter-spacing: 0.17px !important;
    padding: 0 !important;
}

.inputlist .gvinput .input-subtitle,
.inputlist .gvinput .inputContainer.hide {
    display: none !important;
}

.inputlist .gvinput .editable-placeholder,
.inputlist .gvinput .passwordWrapper .editable-placeholder::placeholder {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border: none;
    height: 40px;
    width: 95%;
    padding: 10px;
    font-family: "Metropolis Regular";
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.17px;
}

.inputlist .gvinput select {
    width: 95%;
    margin-bottom: 0;
    height: 40px;
    padding: 0 10px;
    font-family: "Metropolis Regular";
    line-height: 1.21;
    letter-spacing: 0.14px;
}

.inputlist .inputContainer div,
.inputlist .inputContainer select,
.inputlist .inputContainer input,
.gvinput .heightContainer .inputLabel,
.inline-block,
.inputlist .gvinput .heightContainer.metric .metric {
    display: inline-block;
}

.inputlist .inputContainer input:read-only {
    cursor: default;
}

.inputlist .gvinput .heightContainer.metric .imperial {
    display: none;
}

.inputlist .gvinput .heightContainer .metric {
    display: none;
}

.inputlist .inputContainer .selectInput {
    max-width: 70%;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: linear-gradient(45deg, transparent 36%, #0d4962 53%, transparent 1%),
        linear-gradient(135deg, transparent 36%, #0d4962 53%, transparent 1%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px);
    background-size: 9px 9px, 9px 9px;
    background-repeat: no-repeat;
    border: none;
}

.inputlist .inputContainer {
    display: flex;
    margin: 10px auto;
    justify-content: unset;
}

.inputlist .passwordWrapper {
    display: flex;
    width: 100%;
    position: relative;
}

#searchfield {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

#searchfield form {
    display: inline-block;
    background: #eeefed;
    padding: 0;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0 0 0;
}
#searchfield form .biginput {
    width: 600px;
    height: 40px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #aeaeae;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#searchfield form .biginput:focus {
    color: #858585;
}

.flatbtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #f3faef;
    text-decoration: none;
    background-color: #6bb642;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-weight: bold;
    padding: 12px 22px 12px 22px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover {
    color: #fff;
    background-color: #73c437;
}
.flatbtn:active {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

#w {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding-top: 30px;
}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

/* Custom arrow instead of calendar icon */
.inputlist .datepickerTrigger {
    background-image: linear-gradient(45deg, transparent 36%, #0d4962 53%, transparent 1%),
        linear-gradient(135deg, transparent 36%, #0d4962 53%, transparent 1%);
    background-position: calc(100% - 7px) calc(1em + -2px), calc(100% - -1px) calc(1em + -2px);
    background-size: 9px 9px, 9px 9px;
    background-repeat: no-repeat;
}

/* DARK MODE */
.dark .inputlist .inputContainer .selectInput,
.dark .inputlist .datepickerTrigger {
    background-image: linear-gradient(
            45deg,
            transparent 36%,
            rgba(255, 255, 255, 0.87) 53%,
            transparent 1%
        ),
        linear-gradient(135deg, transparent 36%, rgba(255, 255, 255, 0.87) 53%, transparent 1%);
}
