.parking-pro-form {
    position: relative;
}

.parking-pro-form  input{
    width: 100%;
}

.parking-pro-form .loading-mask {
    z-index: 100;
    position: absolute;
}

.parking-pro-form .loading-color {
    background-color: #fff;
    opacity: .3;
    width: 100%;
    height: 100%;
}

.parking-pro-form .loading-text {
    text-indent: -4000px;
    text-align: center;
    position: absolute;
}

.parking-pro-form .loading-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/loading-image.gif');
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}

.parking-pro-form  label:not(.checkbox)
.parking-pro-form  label:not(.radio) {
    font-weight: bold;
}

.parking-pro-form  label,
.parking-pro-form  input:not([type=submit]),
.parking-pro-form  select,
.parking-pro-form  textarea{
    color: #000;
}

.parking-pro-form .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.parking-pro-form .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.parking-pro-form .radio input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
    width: auto;
}

.parking-pro-form .form-group {
    margin-bottom: 20px;
}

.parking-pro-form .form-group.has-error input,
.parking-pro-form .form-group.has-error select,
.parking-pro-form .form-group.has-error textarea {
    border-color: #ff0000;
}

.parking-pro-form .form-group .field-validation-message {
    color: #ff0000;
    display: none;
}

.parking-pro-form .form-group.has-error .field-validation-message {
    display: block;
}

.parking-pro-form select {
    background: white;
    border: 1px solid #E0E0E0;
    padding: 5px;
    margin-top: 0;
    height: 29px;
}

.parking-pro-form  input[type=checkbox],
.parking-pro-form  input[type=submit] {
    width: auto;
}

.parking-pro-form table {
    border: none;
    text-align: left;
}

.parking-pro-form td {
    border: none;
    padding: 0;
}

.parking-pro-form .section {
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 15px 10px 15px;
}

.parking-pro-form .section > h2 {
    border-bottom: 1px solid #ddd;
    margin: 0 -15px 10px -15px;
    padding: 5px 10px;
}

.parking-pro-form label.checkbox {
    cursor: pointer;
}

.parking-pro-form .reservation-price-breakdown {
    font-size: 14px;
    color: #000;
}

.parking-pro-form .reservation-price-breakdown td:last-child {
    text-align: right;
}

.parking-pro-form .reservation-price-breakdown tbody tr:last-child td {
    padding-bottom: 15px;
}

.parking-pro-form .reservation-price-breakdown tfoot tr:first-child td {
    padding-top: 10px;
}

.parking-pro-form input[type="submit"][disabled] {
    cursor: not-allowed;
}

.parking-pro-form .invalid-discount-code {
    color: #a94442;
}

.parking-pro-form .valid-discount-code {
    color: #3c763d;
}

.parking-pro-form .locations td {
    max-width: 10%;
}

.parking-pro-form .locations td label {
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    display: block;
}

.parking-pro-form .locations td label p {
    margin-bottom: 0;
}

.parking-pro-form .locations td label input {
    display: block;
    margin-top: 20px;
}

.parking-pro-form .locations td label input + p {
    visibility: hidden;
    color: #ff0000;
}

.parking-pro-form .locations td label input[disabled] + p {
    visibility: visible;
}

.parking-pro-form .info-tooltip {
    color: #fff;
    background-color: #337ab7;
    display: inline;
    border-radius: 8px;
    width: 15px;
    display: inline-block;
    text-align: center;
    height: 15px;
    cursor: help;
    line-height: 14px;
    font-size: 10px;
}