﻿.submit-color {
    display: block;
    background: url(/_Content/Images/btnGreenBg.jpg) repeat-x 0 0 #00a7ab;
    padding: 5px 16px 6px;
    color: #fff !important;
    text-shadow: 1px 1px 1px #067a91;
    border: 1px solid #0292a0;
    border-top: 1px solid #75d7e2;
    border-left: 1px solid #75d7e2;
    outline: 1px solid #ccc;
    line-height: 1;
    margin-bottom: 10px;
}

.provider-column-left {
    background: white;
}

.titsub {
    margin: 0 0 10px 10px
}

mpws-form,
.page-intro-section {
    color: #3d3d3d;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
}

    .mpws-form a,
    .page-intro-section a {
        color: #005F61;
    }

    .mpws-form h2,
    .page-intro-section h2 {
        font-size: 21px;
        font-weight: 700;
        margin-top: 7px;
        line-height: 1.4;
    }

.mpws-form .form-info {
    padding-top: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

.mpws-form .form-error-summary {
    color: red;
    text-align: center;
    display: none;
}

.mpws-form .astric {
    color: red;
}

.mpws-form h3 {
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    background-color: #f0f0f0;
}

.mpws-form .form-field {
    margin-bottom: 15px;
    align-items: flex-start;
}

.mpws-form .col-lg-4 {
    padding: 0 5px;
}

.mpws-form .form-field-label {
    margin-bottom: 0;
    text-align: right;
}

.mpws-form label {
    margin-bottom: 0;
    display: inline;
}

.mpws-form input[type=text] {
    width: calc(100% - 15px);
    font-size: 13px;
    line-height: normal;
    box-sizing: content-box;
    background: url(/_Content/Images/bg-input-form001.png) repeat-x 0 0 transparent;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    height: 16px;
    padding: 5px;
    color: #3d3d3d
}

    .mpws-form input[type=text]:focus {
        outline: 1px dotted #000;
    }

.mpws-form select {
    width: calc(100% - 15px);
    font-size: 13px;
    line-height: normal;
    box-sizing: content-box;
    background: url(/_Content/Images/title_bar_bg.gif) repeat-x;
    border: 0;
    border-left: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    height: 16px;
    padding: 5px;
    color: #3d3d3d
}

    .mpws-form select:focus {
        outline: 0;
    }

.mpws-form .form-field-select::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: rgba(0,0,0,.15);
    right: 8px;
    top: 0px;
    border-radius: 0 3px 3px 0;
    width: 27px;
    height: 26px;
    background: url(/_Content/images/icon-sprite.png) repeat scroll -244px -23px transparent;
}

.mpws-form .form-field-error {
    color: red;
    font-size: 13px;
    display: none;
}

.mpws-form textarea {
    width: calc(100% - 15px);
    box-sizing: content-box;
    line-height: normal;
    background: url(/_Content/Images/bg-input-form001.png) repeat-x 0 0 transparent;
    border: 1px solid #ccc;
    padding: 5px;
    height: 75px;
    color: #3d3d3d;
    resize: none;
}

.mpws-form .form-field-radio label {
    display: block;
}

.mpws-form input[type=radio] {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.mpws-form .form-info-sec {
    margin-bottom: 15px;
}

.mpws-form .form-field-full-Width .form-field-label {
    text-align: left;
    margin-bottom: 15px;
}

.mpws-form .g-recaptcha {
    transform: scale(0.76,0.63);
    -webkit-transform: scale(0.76,0.63);
    -ms-transform: scale(0.76,0.63);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    height: 51px;
}

.mpws-form .g-recaptcha-cntr .form-field-error {
    text-align: left !important;
}

.mpws-form button.submit-mpws-form,
.mpws-form button.reset-mpws-form,
.mpws-form input[type=submit].submit-mpws-form,
.mpws-form input[type=submit].reset-mpws-form {
    display: block;
    float: left;
    background: url('/_Content/Images/btnGreenBg.png') repeat-x 0 0 #00a7ab;
    padding: 5px 16px 6px;
    color: #fff !important;
    text-shadow: 1px 1px 1px #067a91;
    border: 1px solid #0292a0;
    border-top: 1px solid #75d7e2;
    border-left: 1px solid #75d7e2;
    outline: 1px solid #ccc;
}

    .mpws-form button.submit-mpws-form:hover, .mpws-form input[type=submit].submit-mpws-form:hover {
        opacity: .8;
    }

.mpws-form button.reset-mpws-form, .mpws-form input[type=submit].reset-mpws-form {
    margin-left: 15px;
}

.form-email-error-summary,
.form-captcha-error-summary,
.form-phone-error-summary,
.form-zipcode-error-summary,
.form-fax-error-summary {
    display: none;
    color: red;
    text-align: center;
}

.form-success-text {
    color: green;
    display: none;
}

.mpws-form.nomination-form span.astric.d-inline {
    float: left;
    position: relative;
    top: 8px;
}

.mpws-form.nomination-form .form-info.d-inline {
    display: block !important;
    width: 100%;
}


@media only screen and (max-width: 992px) {
    .mpws-form .col-lg-4 {
        padding: 0 15px;
    }

    .mpws-form .form-field-label {
        text-align: left;
    }

    .mpws-form .form-field-select::before {
        right: 18px;
    }
}
