body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-right: 30px;
}

.no-city .city-required {
    display: none;
}

.city-group {
    display: none;
}
.no-city .city-group {
    display: block;
}

.form-error {
    color: red;
}

.loading-indicator {
    min-width: 100%;
    min-height: 100%;
}

.loading-indicator img{
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

body.loading .container {
    display: none;
}
body.loading #loading-indicator {
    display: block;
}
.loading-indicator {
    display: none;
}

#vehicles.deny-delete .remove {
    display: none;
}
#vehicles > .vehicle-information[data-index="1"] h3 {
    display: none;
}

.deny-add .add {
    display: none;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    max-width: 200px;
}

.page-error-container {
    display: none;
}

.success-message {
    display: none;
}
.success-message p {
    margin-top: 5px;
}

.success-message .permit-line {
    font-weight: bold;
}



@media only screen and (max-width: 500px) {
    #logo {
        max-height: 100px;
        max-width: 100px;
    }
}

form {
    display: block;
}

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

.required label.not-required:after {
    content: "";
}

.load-error {
    display: none;
}
