#regiration_form fieldset:not(:first-of-type) {
    display: none;
}


/*custom font*/


/*@import url(http://fonts.googleapis.com/css?family=Montserrat);*/


/*basic reset*/

* {
    margin: 0;
    padding: 0;
}

html {
    /*background:#2C3261;*/
}

body {}

.body-alternate {
    font-family: 'Roboto', sans-serif!important;
    color: #000;
    height: 100%;
    overflow-x: hidden !important;
    /*background: url('../images/webform_form-bg.jpg')no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 14px!important;
   
background: #ffffff; 
background: -moz-linear-gradient(top, #43c2c2 0%, #005d5d 100%); 
background: -webkit-linear-gradient(top, #43c2c2 0%,#005d5d 100%); 
background: linear-gradient(to bottom, #43c2c2 0%,#005d5d 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c2c2', endColorstr='#005d5d',GradientType=0 ); 




}

.form-container {
    margin-top: 94px;
}


/*form styles*/

#msform {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}


/*@media all and (max-width: 767px) {}*/

.form-enclose {
background: #ffffff; 
background: -moz-linear-gradient(top, #ffffff 50%, #b9ffff 100%); 
background: -webkit-linear-gradient(top, #ffffff 50%,#b9ffff 100%); 
background: linear-gradient(to bottom, #ffffff 50%,#b9ffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9ffff',GradientType=0 );


    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
}

#msform fieldset {
    /*stacking fieldsets above each other*/
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input[type="password"],
#msform input[type="text"],
#msform textarea,
#msform select {
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    box-sizing: border-box;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 9px;
    height: 36px;
    /*    -moz-box-shadow:    inset 2px 2px 3px #e3e3e3;       -webkit-box-shadow: inset 2px 2px 3px #e3e3e3;       box-shadow:         inset 2px 2px 3px #e3e3e3;*/
}

#msform input[type="button"] {
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    box-sizing: border-box;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 9px;
    height: 43px;
}

#msform input[type="password"] {
    font-size: 22px;
    height: 36px;
    padding: 8px;
}


/*buttons*/

#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}


/*headings*/

.fs-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
}

.fs-subtitle {
    float: left;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
}

.ps-subtitle {
    color: #18b2b8;
    padding-left: 15px;
    font-weight: 600;
}

.dh-subtitle {
    color: #18b2b8;
    padding-left: 15px;
}

.mh-subtitle {
    color: #f36230;
    padding-left: 15px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    position: relative;
    z-index: 99;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 11.11%;
    /* 24.33 for 4 colum*/
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
}

.logo-bg img {
    padding-top: 15px;
}

.logo-bg {
    height: auto;
    width: 100%;
}

.formSection {
    margin-top: 30px;
}

#formProgressBar {
    padding-left: 35px;
}

.phsician_name {
    color: #006e8a;
    font-size: 17px;
    padding-bottom: 10px;
    text-align: left;
}

.formText {
    text-align: left;
}

.text-left {
    text-align: left;
}

.radioLabel {
    padding-left: 0;
    text-align: left;
    margin-bottom: 20px;
}

.checkAllBox {
    margin-top: 10px margin-bottom: 20px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
}

.radioBtnText {
    margin-left: 10px;
    font-size: 15px;
}

.formTextNote {
    text-align: left;
    font-style: italic;
    font-weight: bold;
}

.condition_section_women {
    border: 1px solid #ccc;
    padding: 10px;
}

.women_checkbox_div {
    color: #ccc;
}

.allergicDiv {
    margin-top: 15px;
    margin-bottom: 5px;
}

.allergic_checkbox_div {}

.mandatoryCls {
    color: red;
    margin-left: 5px;
}

.nopad {
    padding: 0;
}

.controlled_substances_text {
    width: 100%;
    height: 100px;
    color: rgb(51, 51, 51);
}

.small_textarea_box {
    width: 100%;
    height: 100px;
    color: rgb(51, 51, 51);
    padding: 5px;
}

.modal-dialog {
    width: 30%;
    /* New width for default modal */
    margin: 0 auto;
}

.medical_history_comments_full {
    width: 100%;
    height: 100px;
    padding: 5px;
}

.mtop20 {
    margin-top: 10px;
}

.signatureDiv,
.signatureDiv1,
.signatureDivSecondaryInsurance,
.signatureDivPrimaryInsurance,
.signatureDivMap {
    border: 1px solid #18b2b8;
    min-height: 140px;
    padding: 10px;
    background: #fff;
}


/*.kbw-signature {    display: inline-block;    -ms-touch-action: none;    width: 100%;     height: 120px;    background:#D0E4ED;}*/

.ptop20 {
    padding-top: 20px;
}

.previewHeader {
    text-align: left;
    margin-top: 20px;
}

.previewBold {
    font-weight: bold;
}

.marginTop20 {
    margin-top: 20px;
}

.preview_main_div {
    color: #000;
}

.borderBox {
    border: 1px solid #ccc;
    padding-left: 5px;
    min-height: 23px;
    overflow: hidden;
}

.diseasPreview {
    font-size: 11px;
    margin-top: 5px;
    border-right: solid 1px #ccc;
}

.diseasPreviewNew {
    font-size: 11px;
    margin-top: 5px;
    min-height: 38px;
}

.diseaseLabel {
    overflow: hidden;
    padding-top: 5px;
    min-height: 35px;
}

.noborder {
    border: none;
}

#comments_prev_text {
    border: solid 1px #ccc;
    padding: 10px;
}

#signature_preview {
    height: auto;
    /*border-bottom:solid 1px;*/
}

#dateContentPdfunder {
    font-size: 19px;
    padding-top: 15%;
    text-align: center;
    height: 100%;
}

.dateLabelPdfunder {
    padding-top: 16%;
}

.text-right {
    text-align: right;
}


/*Patient Info CSS */

.bigCheckText {
    font-size: 17px;
    text-transform: uppercase;
}

.are_parent_check span {
    text-transform: uppercase;
}


/*.parentTxtCls {  color:rgb(204, 204, 204) !important;  border: solid 1px rgb(204, 204, 204) !important;}*/

#state_list {
    width: 100%;
}

.prevewHeaderTitle {
    background-color: #2c3162;
    margin-bottom: 10px;
    color: #2c3e50;
}

.clinicTitle {
    font-size: 25px;
    font-weight: bold;
}

.clinicTitle img {
    height: 100px;
}

.logo-bg img {
    height: 135px;
}

#DateTitleTxt {
    font-size: 20px;
    color: #fff;
}

.patient_info_cls .form5Label {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}

.lastVisitLabel {
    padding-top: 15px;
}

.visit_reason {
    width: 100%;
}

.patient_info_cls .formTextNote {
    font-style: normal;
    text-align: center;
}

.txtBold {
    font-weight: bold;
}

.patientInfoHeaderTxt {
    font-size: 20px;
    font-weight: bold;
}

.underLineTxt {
    border-bottom: 1px solid;
    padding-left: 10px;
    padding-right: 5px;
}

.previewLabel {
    line-height: 25px;
}

.previewUbTitle1 {
    font-size: 17px;
    text-decoration: underline;
}

.previewUbTitle2 {
    font-size: 16px;
    text-decoration: underline;
}

.mtop30 {
    margin-top: 30px;
}


/*vinesh edit 7:26:2016*/

.mtop20 {
    margin-top: 20px;
}

.mbot20 {
    margin-bottom: 20px;
}

.g_l_r {
    margin-right: 10px;
    margin-left: 10px;
}

.mtop10 {
    text-align: left;
}

.gin_patient_information {
    text-align: left;
}

.form_notes p {
    text-align: left;
}

.forms_title {
    text-align: left;
    font-weight: 700;
}

.formdate {
    margin-top: 10%;
    text-align: center;
}

.manTitleSection .radioBtnText {
    margin-left: 0;
}

#msform select {
    width: 100%;
}

#name_title {
    float: left;
}

.disableCls {
    color: rgb(204, 204, 204) !important;
}

.signatureHint {
    text-align: left;
    font-size: 13px;
    font-style: italic;
    color: #666;
}

.rightHeadTxt {
    margin-top: 10px;
    text-align: right;
}

.insuredPersonOp {
    border: 1px solid rgb(204, 204, 204);
    background: rgb(242, 241, 240) none repeat scroll 0% 0%;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 20px;
}

#insured_self_div .radioBtnText,
#insured_self_div_sec .radioBtnText {
    margin-right: 20px;
}


/*Medical History */

.medicalHistoryfirstPage {
    text-align: left;
}

.preLabelTxt {
    font-weight: bold;
}

.are_woman_check {
    color: #ccc;
}

.office_desc {
    text-align: left;
}

.mtop5 {
    margin-top: 5px;
}

#home-link-section {
    margin-top: 115px;
}

#home-link-section h2 {
    color: #505050;
    font-size: 45px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

#home-link-section .caption-logo-section {
    margin-left: -15px;
    margin-bottom: 6px;
}

#home-link-section .home-link {
    text-align: center;
}

#home-link-section .home-link a {
    color: #000;
    text-decoration: none;
}

.top-checkbox-section {
    margin-bottom: 45px;
}

.progress-bar-section {
    margin-top: 30px;
    margin-bottom: 0px!important;
}

.questionnaire-row {
    text-align: left;
    margin-top: 6px;
    border: 1px solid #cadceb;
    padding: 12px 10px;
}

.progress-bar {
    background-color: #3ebec9!important;
    margin-bottom: 0!important;
}

.icons-section {
    background: white none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 20px 30px;
}

.icons-section a {
    text-decoration: none;
}

.icons-section a:focus,
.icons-section a:hover,
.icons-section a:active {
    text-decoration: none;
    outline: none;
}

.icons-section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.icons-section .icon-bottom-caption {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.icons-section .ps-link:hover .icon-bottom-caption {
    color: #18b2b8;
}

.icons-section .mh-link:hover .icon-bottom-caption {
    color: #f36230;
}

.icons-section .dh-link:hover .icon-bottom-caption {
    color: #e7a339;
}

.footer-home {
    background: #515151 none repeat scroll 0 0;
    padding-top: 12px;
    padding-bottom: 4px;
    width: 100%;
    color: #c1c1c1;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-home .copy-right-text {
    font-size: 11px;
    text-align: left;
    padding-left: 35px;
}

.footer-home .powered-by {
    font-size: 11px;
    margin-left: 38px;
}

.footer-home .footer-address {
    font-size: 14px;
    text-align: right;
    margin-top: 12px;
}

.step_div {
    text-align: center;
    margin-top: 14px;
}

.step_div p {
    background: #ececec none repeat scroll 0 0;
    border-radius: 8px;
    display: inline;
    font-size: 18px;
    margin: 0 auto auto;
    padding: 6px 20px;
    text-align: center;
    color: #7e7e7e;
}

@media (max-width:1199px) {
    .step_div {
        display: none;
    }
}

.inner-page-icon-section img {
    width: 55px;
}

.inner-page-icon-section .icon-bottom-caption {
    margin-bottom: 0;
    margin-top: 0;
}

.dh-icon-section .icon-bottom-caption {
    color: #18b2b8;
    font-size: 13px;
}

.mh-icon-section .icon-bottom-caption {
    color: #18b2b8;
    font-size: 13px;
}

.footer-home img {
    margin-top: -5px;
    margin-bottom: -5px;
}

.header-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #aeaeae;
}

.header-section h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    color: #4c4c4c;
    margin-top: 29px;
}

.ps-icon-section .icon-bottom-caption {
    font-size: 13px;
    color: #18b2b8;
}

.mh-icon-section .icon-bottom-caption {
    font-size: 13px;
}

.dh-icon-section .icon-bottom-caption {
    font-size: 13px;
}

.inactive-icon {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.reqField {
    color: #ea2222;
}

.fieldLabel {
    float: left;
    color: #0a3e44;
    font-weight: 400;
}

.next {
    background: #f26522 none repeat scroll 0 0;
    border: medium none!important;
    border-radius: 6px!important;
    color: #fff!important;
    font-size: 18px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    width: 132px!important;
    margin-bottom: 17px;
    margin-top: 25px;
}

.next:hover {
    background: #d24c09!important;
}

.previous {
    background: #636363 none repeat scroll 0 0;
    border: medium none!important;
    border-radius: 6px!important;
    color: #fff!important;
    font-size: 18px!important;
    padding-left: 23px!important;
    padding-right: 23px!important;
    width: 132px!important;
    margin-bottom: 17px;
    margin-top: 25px;
    margin-right: 6px;
}

.previous:hover {
    background: #585858!important;
}

.radioLabel {
    margin-bottom: 11px;
    padding-left: 0;
    text-align: left;
    font-size: 15px;
}

.text-left {
    text-align: left;
}

#dob,
#guard_dob {
    float: left;
    width: 82%;
}

#medical_last_visit_date_id,
#spouse_dob,
#primary_insuranceid_insuredbdate,
#secondary_insuranceid_insuredbdate {
    position: relative;
    width: 90%!important;
    float: left;
}

#primary_insuranceid_insuredbdate,
#secondary_insuranceid_insuredbdate {
    position: relative;
    width: 80%!important;
    float: left;
}

.dob-calendar-icon,
.dov-calendar-icon,
.spouse_dob_icon,
.pinsurance-date-icon,
.sinsurance-date-icon,
.guard-calendar-icon {
    font-size: 28px !important;
    color: #606060;
    bottom: 0;
    position: absolute;
    right: 29px;
    top: 17px;
    cursor: pointer;
    margin-top: 8px;
}

.pri_insure_fieldset_section .radioBtnText,
.sec_insure_fieldset_section .radioBtnText,
.women-checkbox-section,
.allergic-qn-section {
    text-align: left;
}

.top-txt {
    text-align: left;
    font-size: 15px;
}

.warn-txt {
    text-align: left;
    font-size: 15px;
    color: red;
    margin-bottom: 6px;
    margin-top: 24px;
}

.inactive-section {
    background: #efefef none repeat scroll 0 0;
    color: #b5b5b5;
}

.women-checkbox-section {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}

.allergic-qn-section {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}

.alergic-title {
    font-size: 17px;
    margin-top: 30px;
}

.women-title {
    font-size: 17px;
}

.seriousillness_notlisted-radiobtn-section {
    margin-bottom: 20px;
    margin-top: 20px;
}

.progress-bar-section {
    display: none;
}

@media all and (max-width: 767px) {
    .radioBtnText {
        font-size: 14px;
        margin-left: 0px;
    }
}

.pad-bottom15 {
    padding-bottom: 9px;
}

#msform select {
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/arrowdown.png") no-repeat 90% 50%;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

#msform select:focus {
    outline: none;
}

#msform select option {
    background: transparent;
    border: 0;
}

input[type=text]:focus,
textarea:focus,
input[type=password]:focus,
select:focus {
    box-shadow: 0 0 5px rgba(16, 179, 185, 1);
    border: 1px solid rgba(7, 153, 159, 1)!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*Najmu*/

.signOptionsDraw {
    border-right: none !important;
}

.SignOption:hover {
    color: #18b2b8;
    background: rgb(233, 253, 246) none repeat scroll 0 0;
}

.SignOption {
    color: #18b2b8;
    border: solid 1px #18b2b8;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.activeSignOption {
    color: #fff;
    background: #18b2b8 none repeat scroll 0 0;
}

.signOptionsType {
    border-right: none;
}

.signOptionsUpload {
    border-radius: 0 4px 4px 0;
}

.signOptionsDraw {
    border-radius: 4px 0 0 4px;
}

.patientSignModal {
    width: 50%;
}

#patientSignModal .modal-footer {
    border-top: none;
}

#patientSignModal .modal-body {
    border-bottom: 1px solid #e5e5e5;
}

#user_first_name {
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    font-size: 18px;
}

.signatureTypeSectionDiv {
    height: 120px;
}

.signatureTypeSectionDiv:hover {
    background: rgb(233, 253, 246) none repeat scroll 0 0;
    cursor: pointer;
}

.mtop15 {
    margin-top: 25px;
}

.firsttype_draw_one {
    font-family: 'Mr Dafoe', cursive;
}

.secondtype_draw_two {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-weight: bold;
}

.thirdtype_draw_three {
    font-family: 'Dawning of a New Day', cursive;
    font-weight: bold;
}

.fourthtype_draw_four {
    font-family: 'Sacramento', cursive;
    font-weight: bold;
}

.fifthtype_draw_five {
    font-family: "Yellowtail", cursive;
}

.sixthtype_draw_six {
    font-family: 'Clicker Script', cursive;
    font-weight: bold;
}

.signatureTypeSectionDiv {
    font-size: 30px;
    padding: 15px;
}

.signTypeDivArea {
    border: 1px solid #18b2b8;
}

.kbw-signature {
    width: 400px;
    height: 120px;
    border: 1px solid #18b2b8 !important;
}

.signHintModal {
    height: 120px;
    padding: 30px;
}

#signatureClear {
    border: 1px solid rgb(24, 178, 184);
    padding: 5px;
    color: rgb(24, 178, 184);
}

#signatureClear:hover {
    background: #18b2b8 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

#signatureClear:focus {
    text-decoration: none;
}

#signatureDivOneDrawType .signatureTypeSectionDiv:hover {
    background: none !important;
}

#upload_sign_one {
    height: 35px;
    width: 200px;
    display: inline;
}

.uploadSignSection {
    text-align: center;
}

.uploadSignSectionTitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.btn-success {
    background-color: #18b2b8;
    border-color: #18b2b8;
    color: #fff;
}

.btn-success:hover {
    background-color: #004144;
    border-color: #004144;
}

.mr0 {
    margin-left: 0;
    margin-right: 0;
}

.thumbnail {
    margin-bottom: 0;
}

.previewTitleDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nomarg {
    margin-left: 0;
    margin-right: 0;
}

.borderBottomBlack {
    border-bottom: solid 1px #000;
}

.text-center {
    text-align: center;
}

.signsectioncol {
    min-height: 140px;
}

.patient_info_sign_date_preview {
    text-transform: uppercase;
}

.signLabel {
    font-size: 12px;
}

.signPrevOne .signatureTypeSectionDiv {
    height: auto;
}

.signPrevOne .signatureTypeSectionDiv:hover {
    background: none;
    cursor: pointer;
}

.signatureContent p {
    text-align: left;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif !important;
}

.signatureContent {
    text-align: left;
}


/*End Najmu's Code*/

.preview_main_div {
    color: #000;
}

.prevewHeaderTitle {
    background-color: #2c3162;
    color: #2c3e50;
    margin-bottom: 10px;
}

.nopad {
    padding: 0;
}

.clinicTitle {
    text-align: center;
    background: #54b7cb none repeat scroll 0 0;
}

.previewHeader {
    margin-top: 20px;
    text-align: left;
    border-bottom: 1px solid #18b2b8;
}

.previewLabel {
    line-height: 25px;
}

.underLineTxt {
    border-bottom: 1px solid;
    padding-left: 10px;
    padding-right: 5px;
}

#patient_signin_preview span {
    text-align: left!important;
}

#patient_signin_preview h4 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
}

.person_info_preview_enclose,
.spouse_info_preview_enclose,
.pri_insu_info_preview_enclose,
.sec_insu_info_preview_enclose {
    display: none;
}

.not_married_condition,
.no_primary_ins_condition,
.no_employment_condition,
.no_secondary_ins_condition {
    margin-top: 10px;
    margin-bottom: 10px;
}

.preview-thankyou-txt {
    font-size: 15px;
    padding-bottom: 5px;
    margin-top: 20px;
    text-align: center;
}

.last-one-margin {
    margin-bottom: 20px;
}

.medical-preview-enclose,
.dental-preview-enclose {
    border-top: 2px dotted #909090;
    margin-top: 24px;
    padding-top: 25px;
}

.medical-preview-enclose input[type="checkbox"],
.dental-preview-enclose input[type="checkbox"],
.final-policy-txt-section input[type="checkbox"] {
    margin-right: 6px;
}

.phy-details-preview,
.neck-injury-preview,
.mpd-preview,
.purpose-of-visit-preview,
.fba-preview,
.anything_other_brush_floss_preview,
.phenfen-preview,
.wisdom_teeth_preview,
.serious_illnesses_preview,
.no_happy_with_smilelooks,
.hospitalized-preview,
.women-details-preview,
.allergic_other_reason_preview,
.controlled_substances_preview {
    display: none;
}

.medical-preview-enclose .previewHeader,
.dental-preview-enclose .previewHeader {
    margin-bottom: 18px;
}

.medical-preview-enclose .details {
    margin-bottom: 25px!important;
    margin-top: 5px;
}

.medical-preview-enclose .med-qn-txt {
    /*font-weight: 600;*/
    /*padding-left: 12px;*/
}

#patient_signin_preview .checkbox {
    margin: 3px 0;
}

.purpose-of-visit-preview {
    margin-bottom: 20px;
}

.purpose-of-visit-preview h5 {
    font-weight: bold;
    margin: 12px 0 0;
}

.rec_appt_enclose {
    margin-bottom: 20px;
    margin-top: 15px;
}

.applicable-field {
    font-style: italic;
    margin-bottom: 15px;
}

.final-policy-txt-section h3 {
    font-weight: bold;
}

.borderBottom {
    border-bottom: solid 1px #000;
}

.capsText {
    text-transform: uppercase;
}

#patient_email_id_prev_reminder,
#patient_cell_phone_prev_reminder {
    height: 27px;
    border-bottom: 1px solid #000;
    margin-left: 10px;
}

.em_notify_label,
.cell_notify_label {
    margin-top: 27px!important;
}

#signature_dive_one .ptop20 {
    padding-top: 0;
}

#patient_signin_preview .patientInfoHeaderTxt {
    color: #18b2b8;
}

.detail-head {
    color: #737373;
}

.medtable1 {
    width: 100%;
}

.guardian-info-section {
    display: none;
}

.mandatory-txt {
    font-weight: normal;
    font-size: 14px;
    color: #ea2222;
    margin-left: 6px;
}

.inactive-qn {
    background: #dedede none repeat scroll 0 0;
    color: #9d9d9d;
}

.guarddetails_preview_enclose {
    display: none;
}

.fl-names {
    color: #000;
}

.previewTitleDiv {
    font-weight: bold;
}

.dent_table {
    width: 100%;
}

.dent_table tr td {
    padding-right: 5px;
}

#patient_signin_preview input[type="radio"] {
    margin-right: 5px;
}

@media all and (max-width: 767px) {
    .modal-dialog {
        width: 100%!important;
    }
}

.self-rel {
    display: none;
}