.sem-form div.form-group {
    padding: 5px 0;
}

.sem-form label.control-label {
    margin-top: 4px;
    clear: both;
}

.sem-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.sem-form legend {
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-top: 4px;
    white-space: normal;
}

.sem-form input.ccm-input-text {
    margin: 2px;
    width: 100%;
    padding: 10px;
}

.sem-form .sem-form-section textarea {
    margin: 2px;
    width: 100%;
}

.sem-form .sem-form-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/grey-dropdown-arrow.png) no-repeat 99% center;
    background-image: none \9;
    background-size: 15px 15px;
    margin: 2px;
    width: 100%;
}

.sem-form .sem-form-section select::-ms-expand {
    display: none;
}

.sem-form .sem-form-section option {
    width: 100%;
}

.sem-form .checkbox label {
    display: block;
    clear: both;
    margin-left: 15px;
    font-weight: bold;
}

.sem-form button.sem-submit {
    margin: 2px;
    width: auto;
}

.sem-form .sem-form-section .form-control {
    width: 100%;
    padding: 10px;
    height: auto;
    border-radius: 0;
    border-color: #bebebe;
    border-width: 1px;
    border-style: solid;
    font-weight: 300;
    color: #4d4d4d !important;
}

.sem-form .sem-form-section .text-muted {
    font-size: 0;
    height: 0;
    width: 0;
    color: transparent;
    position: relative;
}

.sem-form .sem-form-section .text-muted:before {
    content: "*";
    color: #d4731a !important;
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 18px;
    font-weight: bold;
}