﻿label {
    font-weight: normal;
    padding-right: 0 !important;
}

.form-control {
    height: 30px;
}

.form-group {
    margin-bottom: 5px;
}

form {
    margin-top: 10px;
}

.btn {
    min-width: 80px;
}

select.form-control {
    padding-left: 5px;
}

.dropdown-toggle {
    height: 30px;
    padding-top: 5px;
}

.validation-message-container {
    height: 2em;
}

.validation-message {
    color: #b94a48;
    font-size: 14px;
    display: none;
    line-height: 1em;
}
.p-l-15{
    padding-left: 15px;
}
    