/*
 * Alert Messages
 */
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*
 * Forms
 */
.row-form {
    height: auto;
    margin: 60px 0 0 0;
    padding: 0;
}

.title-form {
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.title-form h4.title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #245675;
}

.form-content {
    height: auto;
    padding: 0;
}

.form {
    height: auto;
    margin: 0;
    padding: 0;
}

.form .padding-right-10 {
    padding-right: 10px;
}

.form .padding-left-10 {
    padding-left: 10px;
}

.form-group {
    height: auto;
    padding: 0;
}

.form-group label {
    font-size: 14px;
    font-weight: normal;
    color: #245675;
}

span.required,
.form-group span.required {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: red;
}

.form-group .input-group {
    border: 1px solid #7c9aac;
}

.form-group .input-group .form-control {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.form-group .input-group .form-control:focus {
    border: 0;
}

.form-group textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #7c9aac;
}

.form-group input[type="checkbox"] {
    margin-top: 2px;
    pointer-events: none;
    font-size: 12px;
}

.form-group .checkbox-legal {
    font-size: 12px;
}

.form-group .checkbox-legal a.checkbox-legal-link {
    text-decoration: none;
    color: #245675;
    font-weight: bold;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-group .checkbox-legal a:hover.checkbox-legal-link {
    text-decoration: underline;
    color: #245675;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.row-required {
    margin-bottom: 15px;
    padding: 0;
}

.row-required h6 {
    color: #7c9aac;
}

.row-required span.required {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: red;
}

.checkbox,
.radio {
    margin-top: 0;
}

.checkbox label,
.radio label {
    color: #245675;
}

.checkbox:last-child,
.radio:last-child {
    margin-bottom: 0;
}

.box-file {
    height: auto;
    padding: 0;
    float: left;
}

.box-file label.input-file {
    width: 150px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background: #c9df8f;
    color: #245675;
    border: 1px solid #a9cd4c;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-file label.input-file:hover {
    border: 1px solid #a9cd4c;
    background: #a9cd4c;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-file input[type="file"] {
    visibility: hidden;
}

.upload-file small {
    color: #7c9aac;
    line-height: 40px;
}

.box-file span.file-name {
    color: #7c9aac;
    margin-left: 10px;
    line-height: 40px;
    float: left;
    font-size: 12px;
}

.btn-submit,
.btn-reset {
    height: 40px;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-submit {
    color: #245675;
    background: #c9df8f;
    border: 1px solid #a9cd4c;
}

.btn-submit:hover,
.btn-submit:focus {
    color: #245675;
    background: #a9cd4c;
    border: 1px solid #a9cd4c;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-reset,
.box-file label.input-file {
    color: #999999;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-reset:hover,
.box-file label.input-file:hover {
    color: #666666;
    background: #e6e6e6;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.m-top-20 {
    margin-top: 20px;
}

/* Media Queries */
@media (max-width: 767px) {
    .row-form {
        margin: 30px 0 0 0;
    }

    .form .padding-right-10 {
        padding-right: 0;
    }

    .form .padding-left-10 {
        padding-left: 0;
    }

    .form-group span.file-txt {
        width: 100%;
        margin-left: 0;
    }
}
