Patient Portal - General Information CSS Start*/
body {
    background: #f7f5f4 !important;
}

/*Client Information Read Only */
.crmEntityFormView .cell div.control {
    padding: 3px 0;
}

.crmEntityFormView .section {
    margin: 10px 0;
}

label#aces_iscommunicationsignoff_label {
    font-size: 1.5rem;
    font-weight: 400;
}

label#aces_iscontactinformationcode_label {
    font-size: 1.5rem;
    font-weight: 400;
}

.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 28px 20px;
}

fieldset > h5 {
    margin-left: 30px;
    /* font-size: 1.5rem; */
    font-weight: 700;
}

fieldset > p {
    font-size: 1.6rem !important;
}

/*--*/
.client-information-center {
    min-width: 1050px;
    background: #fff;
    margin-top: 50px;
}

.clientformlist[_ngcontent-qev-c0] {
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 30px
}

.clientformlist[_ngcontent-qev-c0] li[_ngcontent-qev-c0] {
 text-align: center;
 padding: 10px 4px 4px;
 width: 25%;
 float: left;
 list-style-type: none;
 /*border-top: 6px solid #ddd;*/
 font-size: 16px
}

.clientformlist[_ngcontent-qev-c0] li[_ngcontent-qev-c0]:after {
 content: "";
 position: absolute;
 top: 0;
 left: 50%;
 width: 0;
 height: 0;
 display: block;
 border: 5px solid transparent;
 margin-left: -5px
}

.hover-color[_ngcontent-qev-c0]:hover {
 color: #803c60
}

.activetab[_ngcontent-qev-c0] {
 /*border-top-color: #803d61!important;*/
 position: relative
}

/*.activetab[_ngcontent-qev-c0]:after {
 border-top-color: #803d61!important
}*/

h2 {
   display: none;
}

.btn-nextButton {
    color: #fff;
    background-color: #7f3e60;
    border-color: #7f3e60;
    font-weight: 500;
    min-width: 70px;
    min-height: 40px;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

.btn-nextButton:hover {
    color: #fff;
    background-color: #bb8ba4;
    border-color: #bb8ba4;
    cursor: pointer;
}

.btn-primary.create-action {
    color: #fff;
    background-color: #7f3e60;
    border-color: #7f3e60;
    font-weight: 500;
    min-width: 70px;
    min-height: 40px;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 5px;
}

.btn-primary.create-action:hover {
    color: #fff;
    background-color: #bb8ba4;
    border-color: #bb8ba4;
    cursor: pointer;
}

.btn-prevButton {
    color: #fff;
    background-color: #7f3e60;
    border-color: #7f3e60;
    font-weight: 500;
    min-width: 70px;
    min-height: 40px;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 5px;
}

.btn-prevButton:hover {
    color: #fff;
    background-color: #bb8ba4;
    border-color: #bb8ba4;
    cursor: pointer;
}

.btn-submitButton {
    color: #fff;
    background-color: #419DAD;
    border-color: #419DAD;
    font-weight: 500;
    min-width: 70px;
    min-height: 40px;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

.btn-submitButton:hover {
    color: #fff;
    background-color: #54b9cb;
    border-color: #54b9cb;
    cursor: pointer;
}

#btnSave {
    background-color: #7f3e60 !important;
    border-color: #7f3e60 !important;
}

#btnSave:hover {
    background-color: #bb8ba4 !important;
    border-color: #bb8ba4 !important;
}

.btn-group, .btn-group-vertical {
    padding: 5px;
}

.client-info-backgrnd {
    background: #D9D9D9;
    border-radius: 0px;
    width: 100%;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.c-title[_ngcontent-cjw-c0] {
    font-size: 22px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}

.col-md-12[_ngcontent-qev-c0]{
    padding-bottom: 30px;
}

.healthInsuranceHR{
    max-width: 95%;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    background: #fff;
    border: none;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 40%) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    padding-left: 0;
    padding-right: 0;
    color: #000!important;
    padding: 5px;
    pointer-events: none;
}

.form-control {
    border-radius: 0px !important;
    border: 1px solid #949494 !important;
    height: 38px !important;
}

input[type="checkbox"], input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    accent-color: #000 !important;
}

table[data-name="General_section_relationship"] span.checkbox input[type=checkbox], table[data-name="General_section_progress"] span.checkbox input[type=checkbox] {
    margin-top: -3px !important;
}

.crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 40px !important;
}

.crmEntityFormView .cell .field-label {
    float: left;
    display: inline;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin-bottom: 5px !important;
}

.text-muted {
    color: #777;
    display: none;
}

.crmEntityFormView .section-title.show-bar {
    font-size: 22px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    color: #000 !important;
}

.crmEntityFormView .section-title {
    border-bottom-width: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-style: normal;
    /*margin-top: 20px;*/
}

#pageHeaderText {
    color: #fff !important;
}

table[data-name='ClientInfoTab_responsiblePartySec']{
    margin-top: 30px;
}

table[data-name='ClientInfoTab_diagnosisInfosec']{
    margin-top: 30px;
}
table[id='insurancecardfront']{
    padding: 20px;
    margin-left: 30px;    
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
	width: 80% !important;
}
div[id='insurancecardDiv']{
    margin-left: 30px;
    padding: 5px;
    font-size: inherit;
    max-width: 80%;
}
.fileUploadImg{
    max-width: 60%;
    padding: 10px;
    min-height: 10px;
    min-width: 400px;
    display: block;
}
button {
    color: #fff;
    background-color: #7f3e60;
    border-color: #7f3e60;
    font-weight: 500;
    /*margin-top: 5px;*/
    border-radius: 0px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    font-size: 1.7rem !important;
}

input[type='button'] {
    border-radius: 0px !important;
}

button:hover {
    color: #fff !important;
    background-color: #bb8ba4;
    border-color: #bb8ba4;
    cursor: pointer;
}

.btn-default {
    border-color: #adadad !important;
}

.validation-summary a {
    color: #803c60 !important;
}

div > canvas+ div > button + button {
    margin-left: 10px;
}

/* End of Client Information Read Only */
@media (min-width: 1200px){
    .container {
        width: 1000px !important;
    }
}
.crmEntityFormView .section-title.show-bar{
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 16px !important;

}
.datepicker .picker-switch>button {
    border: none;
    background-color: #7f3e60;
}
.datepicker .next>button, .datepicker .prev>button {
    border: none;
    background: 0 0;
    padding: 0!important;
    background-color: #7f3e60;
}
.clearlookupfield{
    margin-top: -1px !important
}
.launchentitylookup{
    margin-top: -1px !important
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important; 
}

/* First Tab Modal Align Center */
.entity-lookup .client-info-backgrnd {
    float: unset !important;
}

fieldset .section-title {
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
}

.crm-wijmo-inputmask.wj-content input {
    border: 1px solid #949494 !important;
    height: 38px !important;
    font-size: 14px !important;
    color: #555 !important;
    font-weight: initial !important;
    background-color: #fff !important;
}

.crmEntityFormView .cell.boolean-radio-cell input[type="radio"] {
    margin: 0px 12px 5px 0px !important;
}

input[type="checkbox"] {
  margin: 6px 0 0 !important; 
}