/*
* @Author: tim
* @Date:   2017-02-09 13:03:24
* @Last Modified by:   tim
* @Last Modified time: 2018-05-07 12:52:40
*/
.content .page .col-md-8 h4 {
    color: #055197;
    font-size: 1.4em;
}

textarea[rows] {
    height: auto !important;
}

.content form input[type=text],
.content form textarea,
.content form select {
    /*background: #fafafa;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px #0000001a;
    color: #000c;
    display: block;
    font-family: inherit;
    font-size: .875rem;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .15s linear,background .15s linear;
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) !important;
    background-position: 100% center !important;
    background-repeat: no-repeat !important;
    box-shadow: none !important;
}

.content .mm-btn input {
    color: #fff;
    font-size: .8em;
    text-decoration: none;
    text-transform: capitalize;
}

label {
    color: #055197;
    font-size: 0.85em;
    margin-bottom: 0;
}

.modal p {
    color: #333;
    font-size: 0.85em;
    margin-bottom: 0;
}

body.single-landing-page.standard .page {
    padding-top: 1em;
}

.content .page .col-md-8 div.schedule-bcs-box {
    margin: 0 auto 30px;
}

.form-group {
    margin-bottom: 8px;
}

.form-group.pr10 {
    padding-right: 10px;
}
.form-inline .form-group {
    float: left;
    margin-bottom: 8px;
    width: 50%;
}
.mm-btn input {
    font-size: 0.9em;
    line-height: 0.9em;
    padding: 0px;
}