html {
    font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #444;
}
body {
    margin: 0;
    padding: 1em;
}
a {
    background: 0 0
}
a:active,a:hover {
    outline: 0
}
b,strong {
    font-weight: 700
}
img {
    border: 0
}
audio,canvas,iframe,img,svg,video {
vertical-align: middle
}
audio,canvas,img,svg,video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}
address,blockquote,dl,fieldset,figure,ol,p,pre,ul {
    margin: 0 0 15px 0
}
*+address,*+blockquote,*+dl,*+fieldset,*+figure,*+ol,*+p,*+pre,*+ul {
    margin-top: 15px
}
.uk-form input,
.uk-form select,
.uk-form textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}
.uk-form select {
    text-transform: none;
}
.uk-form optgroup {
    font: inherit;
    font-weight: bold;
}
.uk-form input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
    padding: 0;
}
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
    cursor: pointer;
}
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
    -webkit-appearance: none;
}
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.uk-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.uk-form textarea {
    overflow: auto;
    vertical-align: top;
}
.uk-form ::-moz-placeholder {
    opacity: 1;
}
.uk-form :invalid {
    box-shadow: none;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
    vertical-align: middle;
}
.uk-form> :last-child {
    margin-bottom: 0;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all 0.2s linear;
    transition-property: border, background, color, box-shadow, padding;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #999;
}
.uk-form :-ms-input-placeholder {
    color: #999 !important;
}
.uk-form ::-moz-placeholder {
    color: #999;
}
.uk-form ::-webkit-input-placeholder {
    color: #999;
}
.uk-form :disabled:-ms-input-placeholder {
    color: #999 !important;
}
.uk-form :disabled::-moz-placeholder {
    color: #999;
}
.uk-form :disabled::-webkit-input-placeholder {
    color: #999;
}
.uk-form legend {
    width: 100%;
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.uk-form legend:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
    height: 25px;
    padding: 3px 3px;
    font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
    height: 40px;
    padding: 8px 6px;
    font-size: 16px;
}
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
    height: auto;
}
.uk-form-danger {
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}
.uk-form-success {
    border-color: #8ec73b !important;
    background: #fafff2 !important;
    color: #659f13 !important;
}
.uk-form-blank {
    border-color: transparent !important;
    border-style: dashed !important;
    background: none !important;
}
.uk-form-blank:focus {
    border-color: #ddd !important;
}
input.uk-form-width-mini {
    width: 40px;
}
select.uk-form-width-mini {
    width: 65px;
}
.uk-form-width-small {
    width: 130px;
}
.uk-form-width-medium {
    width: 200px;
}
.uk-form-width-large {
    width: 500px;
}
.uk-form-row:before,
.uk-form-row:after {
    content: "";
    display: table;
}
.uk-form-row:after {
    clear: both;
}
.uk-form-row+.uk-form-row {
    margin-top: 15px;
}
.uk-form-help-inline {
    display: inline-block;
    margin: 0 0 0 10px;
}
.uk-form-help-block {
    margin: 5px 0 0 0;
}
.uk-form-controls> :first-child {
    margin-top: 0;
}
.uk-form-controls> :last-child {
    margin-bottom: 0;
}
.uk-form-controls-condensed {
    margin: 5px 0;
}
.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
@media (max-width: 959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
}
@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 160px;
        margin-top: 5px;
        float: left;
    }
    .uk-form-horizontal .uk-form-controls {
        margin-left: 175px;
    }
    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 5px;
    }
}
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #eee;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}
.uk-button:not(:disabled) {
    cursor: pointer;
}
.uk-button:hover,
.uk-button:focus {
    background-color: #f5f5f5;
    color: #444;
    outline: none;
    text-decoration: none;
}
.uk-button:active,
.uk-button.uk-active {
    background-color: #ddd;
    color: #444;
}
.uk-button-primary {
    background-color: #00a8e6;
    color: #fff;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #35b3ee;
    color: #fff;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #0091ca;
    color: #fff;
}
.uk-button-success {
    background-color: #8cc14c;
    color: #fff;
}
.uk-button-success:hover,
.uk-button-success:focus {
    background-color: #8ec73b;
    color: #fff;
}
.uk-button-success:active,
.uk-button-success.uk-active {
    background-color: #72ae41;
    color: #fff;
}
.uk-button-danger {
    background-color: #da314b;
    color: #fff;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
    background-color: #e4354f;
    color: #fff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #c91032;
    color: #fff;
}
.uk-button:disabled {
    background-color: #f5f5f5;
    color: #999;
}
.input-dropdown select, .input-dropdown input, .input-dropdown .selectize-control {
    max-width: 160px;
}
#map {
    height: 500px;
}
.info-window-table .info-window-title {
    text-align: center;
}
.info-window-table .info-window-header {
    text-align: right;
}

#loginForm {
    text-align: center;
    margin: 50px;
    font-size: 18px;
}

#loginForm input,
#loginForm select {
    font-size: 18px;
}

#loginForm input[type="submit"] {
    display: block;
    margin: 20px auto;
}

#loginForm input[type="password"] {
    width: 100px;
    margin-right: 10px;
}

#language {
    vertical-align: middle;
}

#loginError {
    display: block;
    text-align: center;
    margin: 50px;
    font-size: 18px;
}

.user-header {
    width: 250px;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.form-input-half-width {
    width: 49%;
    display: inline-block;
}

.form-input-full-width {
    width: 98.5%;
}

.form-input input.form-input-half-width {
    vertical-align: top !important;
    height: 36px;
}

.form-input .form-input-half-offset:not(.selectize-dropdown) {
    margin-left: 49.5%;
}

.form-input button.uk-button {
    margin-top: 10px;
}

.form-input {
    margin: 35px;
}

.form-input label {
    margin-top: 25px;
}

.form-input button {
    font-size: 18px;
    padding: 5px 20px;
    margin-top: 25px !important;
}

#submitButton {
    float: right;
    margin-right: 1.5%;
}

#resetButton {
    float: right;
    margin-right: 1.5%;
}

#backToLoginButton {
    float: right;
    margin-right: calc(1.5% + 35px);
}

.success-display {
    margin: 50px;
    text-align: center;
}

.success-display span,
.success-display a {
    font-size: 18px;
}

.success-display table {
    margin: 25px auto;
    text-align: center;
    width: 100%;
}

.success-display table td {
    width: 20%;
}

.success-display table > tbody > tr > td:first-child {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

.success-display table > tbody > tr > td:last-child {
    text-align: left;
    font-weight: bold;
    padding-right: 5px;
}