/* Hiding Elements
    **************************************************************/
.hidden {
    display: none !important;
    visibility: hidden;
}
/* Hide from everything. */

/* Form Style	
	**************************************************************/
.container {
    font-family: var(--ods-font-family) !important;
    font-size: 1em;
    background-color: #FFFFFF;
    padding: 0.5em;
    line-height: 3em;
    border: 1px dotted #c5c5c5;
}

.hdr {
    background-color: #771B61;
    line-height: 35px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

.hdr ul li {display:inline-block;}
.hdr span { font-size: 12px;font-weight: bold;}

.info {
    padding: 0.75em;        
}

.provider-web-form input[type=text] {
    border: 1px solid #666666;
    width: 95%;
}

.provider-web-form input[type=radio] {
    margin-left :0.5em;   
}

.provider-web-form label {
    font-weight: normal;
}

.provider-web-form p {
    line-height: 1.5em;
}
.border-red {
    border: 1px solid #DD2E0B !important;
}

.form_err {
    color: red;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}

.multiline_label {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}

.btn-purple {
    color: #fff;
    background: #771B61;
    border: 0;
    width: 200px;
    height: 50px;
    padding: 1px 3px 0;
    font: 16px/50px var(--ods-font-family);
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.purple-text {
    color: #771B61 !important;
}

.leadform-select {
    width: 95% !important;
}

.leadform-column, .leadform-label-column, .leadform-board-column, .leadform-board-label-column, .leadform-street-column, .leadform-err-column,.leadform-degree-column,.leadform-suffix-column,.leadform-phone-column {
    width: 100%;
    float: left;
}

.leadform-state-zip-column, .leadform-suffix-degree-column {
    width: 98%;
    float: left;
}

.leadform-state-column, .leadform-zip-column,.leadform-half-column {
    width: 50%;
    float: left;
}

.leadform-col_left {
    width: 40%;
    float: left;
}
.leadform-col_right {
    width: 60%;
    float: right;
}
.pad-top5 { 
    padding-top:5px; 
}


@media only screen and (min-width:48em) {

    .provider-web-form input[type=text] {
        width: 90%;
    }

    .provider-web-form input[type=radio] {
        margin-left :3.5em;   
    }

    .leadform-column {
        width: 22%;
        padding-right: 2%;       
    }

    .leadform-label-column {
        width: 15%;
        padding-right: 1%;
    }

    .leadform-board-label-column {
        width: 23%;
    }

    .leadform-board-column {
        width: 15%;
    }

    .leadform-street-column {
        width: 40%;
        margin-right: 45%;
    }

    .leadform-state-zip-column {
        width: 45%;
    }

    .leadform-state-column {
        width: 60%;
    }

    .leadform-zip-column {
        width: 40%;
    }

    .leadform-suffix-degree-column {
        width: 37%;
    }

    .leadform-suffix-column {
        width: 81%;
    }

    .leadform-degree-column {
        width: 33%;
    }
   
    .leadform-err-column {
        width: 25%;
    }

    .leadform-select {
        width: 90% !important;
    }

    .leadform-phone-column {
        width: 44%;             
    }

    .leadform-phone-column input {width:100% !important;}   
}


