@charset "UTF-8";
/* --           --*/
/* --          --*/
/* --          --*/
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Roboto-Flex", Helvetica, Arial, sans-serif !important;
}

body,
.e-control {
  font-family: "Roboto-Flex", Helvetica, Arial, sans-serif;
}

:root {
  --bs-body-color: #000;
}

body,
.e-control {
  color: var(--bs-body-color) !important;
}

/* Target the readonly input of the dropdown */
.e-ddl.e-input-group.e-control-wrapper input.e-input[readonly] {
  color: #000 !important;
}

/* Also ensure parent wrapper doesn’t override it */
.e-ddl.e-input-group.e-control-wrapper {
  color: #000 !important;
}

.e-ddl.e-input-group.e-control-wrapper input::placeholder {
  color: #000 !important;
  opacity: 1;
}

.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info) {
  background-color: #d5e4e9 !important;
  color: #000 !important;
  border-color: #d5e4e9 !important;
}

.e-footer-content .e-btn.e-flat:not([DISABLED]):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info) {
  background-color: #d5e4e9 !important;
  color: #000 !important;
  border-color: #d5e4e9 !important;
}

.e-dialog .e-dlg-header-content + .e-dlg-content {
  padding: 18px;
  background-color: #d5e4e9 !important;
}

.e-file-select-wrap {
  background-color: white;
}

.e-grid,
.e-grid .e-rowcell,
.e-grid .e-headercelldiv {
  font-size: 16px !important;
}

.e-grid .e-headercelldiv {
  text-transform: capitalize;
  color: #2f4f4f !important;
}

input,
select,
textarea,
button,
.e-input,
.e-dropdown,
.e-control,
.e-ddl,
.e-input-group,
.e-control,
.e-input,
.e-ddl,
.e-input-group {
  font-size: 16px !important;
}

.text-center {
  text-align: center !important;
}

.e-dropdownbase .e-list-item {
  font-size: 15px !important;
}

#chip-wrapper .e-chip .e-chip-text {
  color: black;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 10px !important;
}

.e-checkbox-wrapper .e-frame.e-check,
.e-pager .e-currentitem,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before {
  background-color: #2f4f4f !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after,
input.e-input::selection,
textarea.e-input::selection,
.e-input-group input.e-input::selection,
.e-input-group.e-control-wrapper input.e-input::selection,
.e-float-input input::selection,
.e-float-input.e-control-wrapper input::selection,
.e-input-group textarea.e-input::selection,
.e-input-group.e-control-wrapper textarea.e-input::selection,
.e-float-input textarea::selection,
.e-float-input.e-control-wrapper textarea::selection,
.e-float-input.e-small textarea::selection,
.e-float-input textarea::selection {
  background-color: #2f4f4f !important;
}

/* Example to set minimum height for the table */
.e-gridcontent {
  min-height: 300px; /* Adjust the height as needed */
}

.cssComp.hea > .row > .col.text-center {
  text-align: left !important;
}

div.cssComp.hom div.cssCompHea.hom > .row.BcDialogTextCompRowClass > .col.BcDialogTextCompColClass {
  padding-top: 50px;
  padding-bottom: 50px;
}

e-skeleton.e-shimmer-wave::after {
  background-image: linear-gradient(90deg, transparent calc(50% - 100px), #fff 50%, transparent calc(50% + 100px));
}

.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text,
.e-float-input input ~ label.e-label-top.e-float-text,
.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
.e-float-input.e-input-focus input ~ label.e-float-text {
  font-size: 16px !important;
}

.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: #2f4f4f !important;
}

.e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
  font-size: 16px !important;
}

.BcDialogTextCompTextClass {
  font-weight: 500;
}

.e-btn.e-primary,
.e-css.e-btn.e-primary {
  color: #fff !important;
  background-color: #2f4f4f;
}

.e-btn.e-primary:hover,
.e-css.e-btn.e-primary:hover {
  background-color: #5d5d5d;
}

.e-btn:disabled,
.e-btn.e-disabled,
.e-css.e-btn:disabled,
.e-css.e-btn.e-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.e-chip-list.e-selection .e-chip.e-active.e-outline,
.e-chip-list.e-selection .e-chip.e-active {
  background: #2f4f4f !important;
  color: #fff !important;
  border-color: #bdbdbd !important;
}

textarea {
  background-color: #fff !important;
}

.cssComp.hom .cssCompAct.hom.basSur #basSurEdi > div.cssCompHea.basSurEdi > div > div.col.text-center.cssComp.basSurEdi.pagCap > div > div > div {
  text-align: center !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cssComp.hom .cssCompAct.hom.basSur #basSurEdi > div.cssCompHea.basSurEdi > div > div.col.text-center.cssComp.basSurEdi.pagCap > div > div > div .col.text-center {
  text-align: center !important;
}
.cssComp.hom .cssCompAct.hom.basSur #basSurEdi > div.cssCompHea.basSurEdi > div > div.col.text-center.cssComp.basSurEdi.pagCap > div > div > div .col.text-center label.BcCaptionLarger:first-child {
  color: #2f4f4f !important;
}
.cssComp.hom .cssCompAct.hom.basSur #basSurEdi > div.cssCompHea.basSurEdi > div > div.col.text-center.cssComp.basSurEdi.pagCap > div > div > div .col.text-center label.BcCaptionLarger:last-child {
  font-weight: 400 !important;
}

a.rounded-btn:hover,
a.rounded-btn:focus {
  background-color: #5d5d5d;
  color: #ffffff !important;
  text-decoration: none;
}

body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea {
  margin: 0 auto !important;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #e4eff5;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea .col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea .col.text-center {
  margin: 0px auto 0px auto;
  text-align: left !important;
  padding-left: 35px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea .col.text-center label:first-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea .col.text-center label:first-child {
  font-size: 27px;
  font-weight: 400;
  color: #333 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea .col.text-center label:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea .col.text-center label:last-child {
  font-size: 24px;
  font-weight: 400;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea > .sdePatLab, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea > .sdePatLab {
  display: inline-block;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea > .sdePatLab > .row.BcLabelCompRowClass:first-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea > .sdePatLab > .row.BcLabelCompRowClass:first-child {
  display: inline-block;
  font-size: 27px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea > .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea > .BcCaptionCompDivClass {
  display: inline-block;
  padding-left: 0px !important;
  color: #2f4f4f !important;
}

body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div div.row div.col-auto {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div div.row label {
  font-size: 22px;
  font-weight: 600 !important;
  color: #3c2a10 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div div.row button {
  background-color: #fff;
  border-color: #5d5d5d;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 4px;
  box-shadow: none;
  color: #5d5d5d;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div div.row button:disabled {
  border-color: #cccccc;
  color: #cccccc;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div div.row button:hover {
  color: white !important;
  background-color: #5d5d5d;
}
@media (max-width: 992px) {
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActConMen > div div.row label {
    clear: both;
    display: block;
  }
}

body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child {
  width: 100% !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child div.col.text-center {
  background-color: #e4eff5;
  color: #194756;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button {
  margin: 0 0.5em !important;
  height: 100%;
  border: 0px !important;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 16px;
  color: #194756;
  background-color: #e4eff5;
  box-shadow: none;
  border-radius: 0px !important;
  line-height: 2.2;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  flex: 0 0 auto;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button:hover {
  border-radius: 0px !important;
  background-color: #5d5d5d !important;
  color: #ffffff !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button:first-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button:first-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button:first-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button:first-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button:first-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button:first-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button:first-child::before {
  font-family: "Material Icons";
  content: "\e5cb"; /* chevron_left */
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: middle;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button:last-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button:last-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button:last-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button:last-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button:last-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button:last-child::before, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button:last-child::before {
  font-family: "Material Icons";
  content: "\e5d5"; /* refresh */
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media (max-width: 992px) {
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child {
    display: block !important;
  }
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 div.col.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child div.col.text-center {
    padding: 0px !important;
    display: block !important;
  }
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button {
    font-weight: 400;
    clear: both;
    display: block;
    margin: 0 auto !important;
    width: 100%;
    height: 50px;
    text-align: center;
    border-top: 1px solid #f2f2f2 !important;
  }
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button:last-child, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button:last-child {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct div.cssActMen button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .row.my-3 button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas > .cssComp.patDas > .row.my-3:last-child button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .row.my-3 button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row.my-3:last-child button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel > div.row.my-3 button:hover, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .row.my-3:last-child button:hover {
    border-radius: 0px !important;
    color: #ffffff !important;
  }
}

body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen {
  background-color: #e4eff5;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 96px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen #sidBarPagCap {
  font-size: larger;
  font-weight: 800;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen > div.e-btn-group.e-vertical {
  padding-top: 10px;
  box-shadow: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen > div.e-btn-group.e-vertical > label {
  line-height: 30px;
  padding-left: 30px;
  text-align: left;
  background-color: #e4eff5;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen > div.e-btn-group.e-vertical > label span {
  float: left;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen > div.e-btn-group.e-vertical .e-btn-icon {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen > div.row.g-0:last-child {
  justify-content: center;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen > div.row.g-0:last-child button {
  background-color: #e4eff5;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen .e-btn-group input:checked + label.e-btn {
  background: rgb(86.4, 93.6, 100) !important;
  color: #fff;
  outline: #6c757d 0 solid;
  outline-offset: 0;
}
@media (max-width: 871px) {
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen {
    width: 100% !important;
    margin-bottom: 15px;
    /*.e-btn-group.e-vertical .e-btn {
      display: flex;
      width: 100%;
      justify-content: flex-start;
    }*/
  }
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct #sidBarMen .e-btn-group.e-vertical {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0px !important;
  }
}

body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass {
  background: #e4eff5;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompRowClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompRowClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompRowClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompRowClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass {
  font-size: 25px !important;
  display: inline-block;
  font-weight: 500 !important;
  color: #333;
  padding-left: 35px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass {
  padding-left: 22px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass label.BcCaptionCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass .BcCaptionCompDivClass label.BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass label.BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass label.BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass label.BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass label.BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass label.BcCaptionCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass .BcCaptionCompDivClass label.BcCaptionCompTextClass {
  font-size: 27px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompRowClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompRowClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompRowClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompRowClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompRowClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .row.BcCaptionCompColClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .row.BcCaptionCompColClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .row.BcCaptionCompColClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .row.BcCaptionCompColClass > .col.BcCaptionCompColClass h4.Headline, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .row.BcCaptionCompColClass > .col.BcCaptionCompColClass h4.Headline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass .BcCaptionCompTextClass > .col.BcCaptionCompColClass h4.Headline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass > .col.BcCaptionCompColClass h4.Headline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcCaptionCompDivClass .BcCaptionCompTextClass > .col.BcCaptionCompColClass h4.Headline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcCaptionCompDivClass .BcCaptionCompTextClass > .col.BcCaptionCompColClass h4.Headline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcCaptionCompDivClass .BcCaptionCompTextClass > .col.BcCaptionCompColClass h4.Headline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcCaptionCompDivClass .BcCaptionCompTextClass > .col.BcCaptionCompColClass h4.Headline {
  font-size: 25px;
  font-weight: 500;
  color: #333 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcLabelCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcLabelCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcLabelCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcLabelCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcLabelCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcLabelCompDivClass {
  display: inline-block;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcLabelCompDivClass .BcLabelCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .row.BcCaptionCompRowClass > .BcLabelCompDivClass .BcLabelCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas .cssCompHea.patDas > .BcLabelCompDivClass .BcLabelCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .BcLabelCompDivClass .BcLabelCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.ocuU21Das > .BcLabelCompDivClass .BcLabelCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass > .BcLabelCompDivClass .BcLabelCompColClass {
  padding-left: 35px;
  font-size: 22px;
}

.cssComp.diaTex {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400 !important;
  margin-bottom: 510px !important;
}
.cssComp.diaTex label {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cssComp.diaTex {
    margin-bottom: 420px !important;
  }
}

/* Header background */
.e-grid .e-headercell {
  background-color: rgb(230, 234, 237) !important;
}

/* Even rows */
.e-grid .e-row:nth-child(even) {
  background-color: #fefdf8;
}

/* Odd rows */
.e-grid .e-row:nth-child(odd) {
  background-color: #fafafa;
}

.e-grid .e-table {
  min-width: 100% !important;
}

td.e-active {
  background-color: #194756 !important;
  color: white !important;
}

.e-grid td.e-selectionbackground {
  background-color: #00b7ea; /* default blue highlight */
}

body > div.container-fluid {
  overflow: auto;
  padding: 0 !important;
  height: auto !important;
  background-color: #f5f9fa;
}
body > div.container-fluid > div.sdeCssMainLayout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  /*    .BcLabelCompTextClass {
    color: #1a62b0 !important;
  }*/
}
body > div.container-fluid > div.sdeCssMainLayout > div.cssComp {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #d5e4e9;
}
body > div.container-fluid > div.sdeCssMainLayout .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader {
  display: flex;
  flex-shrink: 0;
  background-color: #ffffff;
  height: 59px;
  border-color: #e2eaf5;
  box-shadow: #e2eaf5 0 8px 11px -6px;
  /*  overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  */
  justify-content: center;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader div.tbcHeaRig {
  padding-left: 0px;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader div.tbcHeaRig button.tbcHeaUseInf {
  box-shadow: none;
  background-color: transparent;
  text-transform: none;
  font-size: 14px !important;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
  font-style: italic;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader div.tbcHeaRig button.tbcHeaUseInf::before {
  font-family: "Material Icons";
  content: "\e7fd"; /* person */
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 16px;
  background-color: #d5e4e9;
  color: #757575;
  border-radius: 50%;
  border: 1px solid #ced4da;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader div.tbcHeaRig span.liiUserName {
  color: #2f4f4f;
  margin-left: 5px;
  margin-right: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader div.tbcHeaRig span.liiOfficeName {
  color: #161616;
  font-weight: 400;
  font-style: italic;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader div.tbcHeaRig a {
  display: inline-block;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 14px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.row.mb-3 div.col.text-center {
  height: 103px;
  padding-top: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.row.mb-3 div.col.text-center img {
  height: auto;
  width: 50px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block {
  display: flex !important;
  width: 100%;
  box-sizing: border-box;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row {
  display: flex !important;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row > div:first-child > table {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row > div:first-child > table img {
  height: 30px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row > div:first-child > table label {
  font-weight: 600;
  font-size: 24px !important;
  color: #000000;
  position: relative;
  margin-left: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row > div:first-child > table label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #c71585;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row > div:nth-child(2) {
  text-align: right !important;
  width: auto !important;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row > div:nth-child(2) label {
  display: block;
  text-align: right !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: 23px !important;
  text-transform: uppercase;
  color: #161616 !important;
  padding-right: 15px;
  border-right: 1px solid #dee2e6;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none {
  display: flex;
  flex-wrap: wrap !important;
  width: 100% !important;
  box-sizing: border-box !important;
  gap: 0px; /* Optional: control spacing between children */
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:first-child {
  display: flex !important;
  width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:first-child table {
  margin-bottom: 0px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:first-child table img {
  height: 30px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:first-child table label {
  font-weight: 600;
  font-size: 24px !important;
  color: #000000;
  position: relative;
  margin-left: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:first-child table label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #c71585;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:nth-child(2):not(:last-child) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box !important;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:nth-child(2):not(:last-child) label {
  font-size: 18px !important;
  text-align: center !important;
  font-weight: 400 !important;
  margin-top: 0px !important;
  color: #161616 !important;
  display: block;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:last-child {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-none > div:last-child a {
  display: inline-block;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 14px;
}
@media (max-width: 768px) {
  body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader {
    min-height: 165px;
  }
  body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.row.mb-3 > div:first-child {
    padding-top: 25px;
  }
  body > div.container-fluid > div.sdeCssMainLayout > div.sdeCssTbcMainLayoutHeader > div.d-md-block > div.row {
    display: none !important;
  }
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent {
  display: flex;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp {
  background: #d5e4e9;
  max-width: none;
  min-width: unset;
  align-self: flex-start;
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 98%;
  display: inline-block;
  align-self: flex-start;
  min-width: 700px;
  /*& > .cssCompHea {
    @extend %domain-title;

    .BcDialogTextCompRowClass {
      min-height: 65px;
    }
  }*/
  /*SideBar General*/
  /*-- PATIENT PORTAL PART --*/
}
@media (max-width: 992px) {
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp {
    max-width: 98%;
    min-width: 0px !important;
  }
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.hamIco {
  min-width: 96px;
  background-color: #e4eff5;
  text-align: center;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.hamIco #sidBarHamIco.menu {
  font-size: 30px;
  cursor: pointer;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pagCap {
  margin-bottom: -35px !important;
  background-color: #d5e4e9;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarHamIco.menu:before {
  font-family: "Material Icons";
  content: "\e5d2"; /* menu */
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct {
  max-width: 100%;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp > .cssCompAct .cssCompHea .sdePatLab {
  margin-bottom: 18px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.hom {
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* shadow-sm */
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.hom > .cssCompAct.home.offSel {
  width: 400px;
  height: 115px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: auto !important;
  margin-right: auto !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen {
  margin-top: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen {
  width: 700px !important;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 25px;
  padding-bottom: 15px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass {
  margin-bottom: 5px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass {
  text-align: center;
  padding-top: 0px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 98%;
  display: inline-block;
  align-self: flex-start;
  min-width: 700px;
  /* mappings */
  /* assignment */
  /* fact_check */
  /* file_download */
  /* medical_information */
  /* dashboard */
  /* dashboard_customize */
  /* manage_accounts */
  /* supervisor_account */
  /* person */
  /* settings */
  /* info */
}
@media (max-width: 992px) {
  body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass {
    max-width: 98%;
    min-width: 0px !important;
  }
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button {
  box-shadow: none;
  width: 90%;
  text-align: left;
  padding: 5px 0 5px 50px;
  border-radius: 4px;
  font-weight: 400;
  color: #1b1c1c;
  border: 1px solid #ced4da !important;
  font-size: 18px;
  background-color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 1.2em auto;
  line-height: 50px;
  height: auto;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.12 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.133 13.133 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/svg%3E");
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button:hover {
  background-color: #c2d8dd !important;
  color: #1b1c1c !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.12 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.133 13.133 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/svg%3E");
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* adjust */
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  content: "\e5cc";
  /* ensure ligatures aren’t disabled by a reset */
  font-variant-ligatures: normal;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 1em;
  vertical-align: middle;
  color: #2f4f4f;
  padding: 5px;
  border-radius: 2px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button:hover:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* adjust */
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  vertical-align: middle;
  padding: 5px;
  border-radius: 2px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#DryEyeNewBaseSurvey::before {
  content: "\e85d";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#DryEyeNewBaseExam::before {
  content: "\e256";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#DryEyeImportDeviceExam::before {
  content: "\e2c4";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#DryEyeNewTreatmentPlan::before {
  content: "\ebed";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#DryEyeNewPatientDashboard::before {
  content: "\e871";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#U12Dashboard::before {
  content: "\e99b";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#UserAdmin::before {
  content: "\f02e";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#PartnerAdmin::before {
  content: "\e8d3";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#Profile::before {
  content: "\e7fd";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#Settings::before {
  content: "\e8b8";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass > .col.BcMenuButtonCompColClass button#About::before {
  content: "\e88e";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass:first-child > .col.text-center {
  padding-top: 7px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.maiMen .cssComp.maiMen .cssActMen.maiMen > div.row.BcMenuButtonCompRowClass:last-child > .col.text-center {
  margin-bottom: 50px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew {
  padding-left: 20px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew > .BcCaptionCompDivClass {
  padding-left: 22px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompHea.basSurNew .BcLabelCompColClass label {
  color: #2f4f4f !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .entExaDat {
  padding-top: 20px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew > div > .row.m-2,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .cssCompAct.visAcu > .row.m-2 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew > div > .row.m-2 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .cssCompAct.visAcu > .row.m-2 > div {
  border: 1px solid #dee2e6 !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .cssComp.diaRigEyeLefEye > .row > .col > .row:nth-child(2) > .col.text-center:first-child {
  color: #ff0000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basExaNew .cssComp.diaRigEyeLefEye > .row > .col > .row:nth-child(2) > .col.text-center:last-child {
  color: #00a000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .sdeBasSurRevSep1,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .sdeBasSurRevSep2 {
  height: 1px;
  background-color: #dee2e6;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev strong {
  font-size: 16px;
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #tbcPatRev .tbcPatRevFra1 > .BcLabelCompDivClass {
  margin-top: 5px;
  margin-bottom: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #tbcPatRev .col.BcLabelCompColClass.text-left {
  margin-left: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #sdeBasSurRevAna,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #sdeBasSurRevOsd6 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 16px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child {
  margin-top: 5px;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev textarea.e-control.e-textbox.e-lib.e-input {
  border: 1px solid #dee2e6 !important;
  border-bottom: 0px !important;
  margin-top: 10px;
  padding: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev > div.row {
  border-bottom: 1px solid #dee2e6;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev > div:empty {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev > div {
  background-color: white !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
  border: 1px solid #ced4da;
  /*div {
    border: 0px !important;
  }*/
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev > div .col.p-2 {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev > div .col.p-2 .col.BcLabelCompColClass .BcLabelCompTextClass {
  color: black !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev > div > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.rigEyeLefEye .BcLabelCompDivClass {
  padding-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:first-child strong {
  color: #ff0000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:last-child strong {
  color: #00a000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.rem .BcLabelCompDivClass {
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.fluSta .row .col .row .col-auto:first-child table tr:nth-child(1) th:nth-child(2) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.fluSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.lisSta .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.lisSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.visAcu .row .col .row .col-auto:first-child .BcLabelCompDivClass:first-child label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.visAcu .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.intPre .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.intPre .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.sli .row .col .row .col-auto:first-child .BcLabelCompColClass label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basExaRev .cssComp.sli .row .col .row .col-auto:last-child .BcLabelCompColClass label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas #sidBarPagCap {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #194756;
  display: inline-block;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > div.BcCaptionCompDivClass:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > div.BcLabelCompDivClass {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #2f4f4f !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .cssComp.rem > .row.m-2 > .col.p-2 {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa textarea {
  background-color: #fff !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .cssComp.filUpl div.BcLabelCompColClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.impDevExa > .cssComp.rem div.BcLabelCompColClass {
  color: #1a62b0 !important;
  margin-bottom: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurEdi .BcChipSelectorCompDivClass {
  padding-top: 7px;
  padding-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurEdi > .cssComp > .row > .col {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurEdi > .cssComp > .row > .col .cssActMen .row .col {
  background-color: #fff;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurEdi > .cssComp > .row > .col .cssActMen .row .col button {
  background-color: #f2f0e1 !important;
  color: black !important;
  border-radius: 3px !important;
  padding: 5px 15px !important;
  font-weight: 500 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurEdi > .cssComp > .row > .col .cssActMen .row .col button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurEdi .cssComp.hea {
  text-align: center;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi {
  /* format_color_fill */
  /* format_color_fill */
  /* link */
  /* restore */
  /* home */
  /* dashboard */
  /* assessment */
  /* settings */
  /* info */
  /* help */
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem0:before {
  font-family: "Material Icons";
  content: "\e88a";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem1:before {
  font-family: "Material Icons";
  content: "\e23a";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem2:before {
  font-family: "Material Icons";
  content: "\e157";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem3:before {
  font-family: "Material Icons";
  content: "\e8b3";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem4:before {
  font-family: "Material Icons";
  content: "\e2c7";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem5:before {
  font-family: "Material Icons";
  content: "\e871";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem6:before {
  font-family: "Material Icons";
  content: "\e85c";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem7:before {
  font-family: "Material Icons";
  content: "\e8b8";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem8:before {
  font-family: "Material Icons";
  content: "\e8a1";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #sidBarMen.basSurEdi .sidBarItem9:before {
  font-family: "Material Icons";
  content: "\e8cc";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div#basSurEdiPagCon {
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: flex;
  flex-direction: column;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div#basSurEdiPagCon > div.cssActMen.basSurEdi {
  display: flex;
  flex-direction: column;
  margin-top: auto !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.chiLis .row.g-0 > .col-auto:last-child {
  margin-top: 6px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.chiLis .row.g-0 > .col-auto:last-child .e-chip-list.e-chip.e-outline,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.chiLis .row.g-0 > .col-auto:last-child .e-chip-list .e-chip.e-outline {
  background: #fff;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.filUpl .row > .col-4 div.BcLabelCompDivClass {
  font-size: 18px;
  padding-bottom: 5px;
  color: #1a62b0 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.filUpl .row > .col {
  font-size: 18px;
  padding-bottom: 5px;
  color: #1a62b0 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.filUpl .row > .col .e-control-container.e-control-wrapper {
  background-color: white;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .sdeBasSurRevSep1,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .sdeBasSurRevSep2 {
  height: 1px;
  background-color: #dee2e6;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev strong {
  font-size: 16px;
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #tbcPatRev .tbcPatRevFra1 > .BcLabelCompDivClass {
  margin-top: 5px;
  margin-bottom: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #tbcPatRev .col.BcLabelCompColClass.text-left {
  margin-left: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #sdeBasSurRevAna,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #sdeBasSurRevOsd6 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 16px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child {
  margin-top: 5px;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev textarea.e-control.e-textbox.e-lib.e-input {
  border: 1px solid #dee2e6 !important;
  border-bottom: 0px !important;
  margin-top: 10px;
  padding: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev > div.row {
  border-bottom: 1px solid #dee2e6;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev > div:empty {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev > div {
  background-color: white !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
  border: 1px solid #ced4da;
  /*div {
    border: 0px !important;
  }*/
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev > div .col.p-2 {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev > div .col.p-2 .col.BcLabelCompColClass .BcLabelCompTextClass {
  color: black !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev > div > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.rigEyeLefEye .BcLabelCompDivClass {
  padding-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:first-child strong {
  color: #ff0000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:last-child strong {
  color: #00a000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.rem .BcLabelCompDivClass {
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.fluSta .row .col .row .col-auto:first-child table tr:nth-child(1) th:nth-child(2) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.fluSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.lisSta .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.lisSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.visAcu .row .col .row .col-auto:first-child .BcLabelCompDivClass:first-child label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.visAcu .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.intPre .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.intPre .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.sli .row .col .row .col-auto:first-child .BcLabelCompColClass label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .rev > .cssComp.basSurRev .cssComp.sli .row .col .row .col-auto:last-child .BcLabelCompColClass label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.hea {
  text-align: center;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.hea .col.text-center label.BcCaptionLarger:first-child {
  color: #2f4f4f !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.hea .col.text-center label.BcCaptionLarger:last-child {
  font-weight: 400 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.pagCap .cssComp.hea {
  margin-top: 15px;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.pagCap .cssComp.hea .col.text-center {
  text-align: center !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.pagCap .cssComp.hea .col.text-center label.BcCaptionLarger:first-child {
  color: #2f4f4f !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.basSurNew .cssComp.pagCap .cssComp.hea .col.text-center label.BcCaptionLarger:last-child {
  font-weight: 400 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .hom #sdeBasExaNew > .cssCompHea.basSurNew .sdePatLab {
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurAna {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurAna .BcLabelCompDivClass {
  color: #2f4f4f;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurAna > div:nth-child(2) {
  border: 0px !important;
  height: 1px;
  background-color: #dee2e6;
  width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurAna .row.m-2 > div {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.basSurAna .row.m-2 > div .BcLabelCompDivClass {
  padding-left: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi .row .col.text-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form {
  margin-top: 20px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > div:not(.cssActMen.patEdi) {
  font-size: 16px !important;
  width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #fff;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form div.cssActMen.patEdi {
  margin-top: 20px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .BcCommonCenterContent.px-3.mb-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .row.px-3.mt-3 .BcLabelCompDivClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .BcLabelCompDivClass {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .row.px-3.mt-3 .BcLabelCompDivClass .col.BcLabelCompColClass.text-center, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .BcLabelCompDivClass .col.BcLabelCompColClass.text-center {
  text-align: left !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .row.px-3.mt-3 .BcLabelCompDivClass .col.BcLabelCompColClass.text-center label.BcLabelCompTextClass, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi form > .BcLabelCompDivClass .col.BcLabelCompColClass.text-center label.BcLabelCompTextClass {
  font-size: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi div.cssComp.patEdi .row.g-0 > .col:first-child > div.d-md-block, body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi div.cssComp.patEdi .row.g-0 > .col:first-child > .row {
  width: 300px;
  margin-left: auto !important;
  flex-wrap: nowrap;
  margin-right: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi div.cssComp.patEdi .row.g-0 > .col:first-child > .row > .col {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi div.cssComp.patEdi .row.g-0 > .col:first-child > .row > .col-auto:nth-child(2) {
  padding-left: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi div.cssComp.patEdi .row.g-0 > .col:first-child > .row > .col-auto:nth-child(3) {
  padding-right: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssComp.patEdi div.cssComp.patEdi .row.g-0 > .col:nth-child(2) div.d-md-block {
  width: 300px;
  margin-right: auto;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssActMen.hom.u12Das .row.mb-3 {
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro .row.BcCaptionCompRowClass label.h5.Headline {
  color: #1a62b0;
  font-weight: 400;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro > .BcCaptionCompDivClass {
  margin-top: 15px;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro > .row.my-2 {
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro > .row.my-2 > .col.text-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro > .row.my-2 > .col.text-center form > div:not(.cssActMen.pro) {
  background-color: #fff;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 800px;
  padding-bottom: 15px;
  padding-top: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssComp.pro > .row.my-2 > .col.text-center form .cssActMen.pro {
  margin-top: 25px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .col.text-center.cssComp.ocuJenVisRepRev.pagCap {
  padding-top: 10px;
  padding-bottom: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRevPagCon {
  padding-bottom: 20px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev {
  /* format_color_fill */
  /* format_color_fill */
  /* link */
  /* restore */
  /* home */
  /* dashboard */
  /* assessment */
  /* folder */
  /* description */
  /* settings */
  /* info */
  /* help */
  /* logout */
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem0:before {
  font-family: "Material Icons";
  content: "\e88a";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem1:before {
  font-family: "Material Icons";
  content: "\e23a";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem2:before {
  font-family: "Material Icons";
  content: "\e157";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem3:before {
  font-family: "Material Icons";
  content: "\e8b3";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem4:before {
  font-family: "Material Icons";
  content: "\e5c3";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem5:before {
  font-family: "Material Icons";
  content: "\e871";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem6:before {
  font-family: "Material Icons";
  content: "\e85c";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem7:before {
  font-family: "Material Icons";
  content: "\e2c7";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem8:before {
  font-family: "Material Icons";
  content: "\e873";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem9:before {
  font-family: "Material Icons";
  content: "\e8b8";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem10:before {
  font-family: "Material Icons";
  content: "\e88e";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem11:before {
  font-family: "Material Icons";
  content: "\e887";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #ocuJenVisRepRev .sidBarItem12:before {
  font-family: "Material Icons";
  content: "\e9ba";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel {
  /* format_color_fill */
  /* format_color_fill */
  /* link */
  /* restore */
  /* home */
  /* dashboard */
  /* assessment */
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon {
  padding-left: 0px;
  padding-right: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel > div.row:last-child #patDasVisSelPagCon > div.row:first-child {
  margin-bottom: 30px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem0:before {
  font-family: "Material Icons";
  content: "\e88a";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem1:before {
  font-family: "Material Icons";
  content: "\e23a";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem2:before {
  font-family: "Material Icons";
  content: "\e157";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem3:before {
  font-family: "Material Icons";
  content: "\e8b3";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem4:before {
  font-family: "Material Icons";
  content: "\e2c7";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem5:before {
  font-family: "Material Icons";
  content: "\e871";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp #patDasVisSel .sidBarItem6:before {
  font-family: "Material Icons";
  content: "\e85c";
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.visSel div.cssActMen.patDas.visSel {
  background-color: green;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea .col.BcCaptionCompColClass {
  text-align: left !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew .cssCompHea .col.BcCaptionCompColClass label {
  font-size: 24px;
  padding-left: 35px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 {
  border: 1px solid #dee2e6 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .BcCaptionCompDivClass {
  font-weight: 600;
  font-size: 20px;
  color: #2f4f4f;
  margin-bottom: 20px;
  margin-top: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > .cssCompHea.basSurRev,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > .cssCompHea.basSurRev {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .sdeBasSurRevSep1,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .sdeBasSurRevSep2,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .sdeBasSurRevSep1,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .sdeBasSurRevSep2 {
  height: 1px;
  background-color: #dee2e6;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev strong,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev strong {
  font-size: 16px;
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #tbcPatRev .tbcPatRevFra1 > .BcLabelCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #tbcPatRev .tbcPatRevFra1 > .BcLabelCompDivClass {
  margin-top: 5px;
  margin-bottom: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #tbcPatRev .col.BcLabelCompColClass.text-left,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #tbcPatRev .col.BcLabelCompColClass.text-left {
  margin-left: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #sdeBasSurRevAna,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #sdeBasSurRevOsd6,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #sdeBasSurRevAna,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #sdeBasSurRevOsd6 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 16px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child {
  margin-top: 5px;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev textarea.e-control.e-textbox.e-lib.e-input,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev textarea.e-control.e-textbox.e-lib.e-input {
  border: 1px solid #dee2e6 !important;
  border-bottom: 0px !important;
  margin-top: 10px;
  padding: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > div.row,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > div.row {
  border-bottom: 1px solid #dee2e6;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > div:empty,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > div:empty {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > div {
  background-color: white !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
  border: 1px solid #ced4da;
  /*div {
    border: 0px !important;
  }*/
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > div .col.p-2,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > div .col.p-2 {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > div .col.p-2 .col.BcLabelCompColClass .BcLabelCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > div .col.p-2 .col.BcLabelCompColClass .BcLabelCompTextClass {
  color: black !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev > div > .row,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev > div > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.rigEyeLefEye .BcLabelCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.rigEyeLefEye .BcLabelCompDivClass {
  padding-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:first-child strong,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:first-child strong {
  color: #ff0000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:last-child strong,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:last-child strong {
  color: #00a000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.rem .BcLabelCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.rem .BcLabelCompDivClass {
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.fluSta .row .col .row .col-auto:first-child table tr:nth-child(1) th:nth-child(2) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.fluSta .row .col .row .col-auto:first-child table tr:nth-child(1) th:nth-child(2) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.fluSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.fluSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.lisSta .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.lisSta .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.lisSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.lisSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.visAcu .row .col .row .col-auto:first-child .BcLabelCompDivClass:first-child label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.visAcu .row .col .row .col-auto:first-child .BcLabelCompDivClass:first-child label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.visAcu .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.visAcu .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.intPre .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.intPre .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.intPre .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.intPre .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.sli .row .col .row .col-auto:first-child .BcLabelCompColClass label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.sli .row .col .row .col-auto:first-child .BcLabelCompColClass label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .cssComp.basSurRev .cssComp.sli .row .col .row .col-auto:last-child .BcLabelCompColClass label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 .cssComp.basExaRev .cssComp.sli .row .col .row .col-auto:last-child .BcLabelCompColClass label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:first-child > .col.p-2 > .row .col button {
  background-color: #e4eff5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 {
  border: 1px solid #dee2e6 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .BcCaptionCompDivClass {
  color: #2f4f4f;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .row > .col:first-child > .row > .col {
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  padding: 20px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .row > .col:first-child > .row > .col > .row:first-child label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .row > .col:first-child > .row > .col .row .col.p-2 {
  border: 1px solid #dee2e6 !important;
  margin-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .row > .col:last-child > .row > .col {
  border: 1px solid #dee2e6 !important;
  background-color: #fff;
  padding: 20px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .row > .col:last-child > .row > .col > .row:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .row > .col:last-child > .row > .col .row .col.p-2 {
  border: 1px solid #dee2e6 !important;
  margin-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .cssComp.rem {
  margin-top: 15px;
  background-color: #fff;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp div.cssCompAct.treNew > .row.m-2:nth-child(2) > .col.p-2 > .cssComp.rem > .row > .col {
  border: 1px solid #dee2e6 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompHea.trePlaNew div.BcCaptionCompDivClass {
  font-size: 24px !important;
  color: #333 !important;
  padding-left: 35px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompHea.trePlaNew div.BcCaptionCompDivClass label.BcCaptionCompTextClass {
  font-weight: 400;
  font-size: 24px;
  color: #2f4f4f;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row {
  margin-top: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .row .col {
  background-color: white;
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .row .col > div.BcCaptionCompDivClass {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #2f4f4f;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > .cssCompHea.basSurRev,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > .cssCompHea.basSurRev {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .sdeBasSurRevSep1,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .sdeBasSurRevSep2,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .sdeBasSurRevSep1,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .sdeBasSurRevSep2 {
  height: 1px;
  background-color: #dee2e6;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev strong,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev strong {
  font-size: 16px;
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #tbcPatRev .tbcPatRevFra1 > .BcLabelCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #tbcPatRev .tbcPatRevFra1 > .BcLabelCompDivClass {
  margin-top: 5px;
  margin-bottom: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #tbcPatRev .col.BcLabelCompColClass.text-left,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #tbcPatRev .col.BcLabelCompColClass.text-left {
  margin-left: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #sdeBasSurRevAna,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #sdeBasSurRevOsd6,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #sdeBasSurRevAna,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #sdeBasSurRevOsd6 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 16px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #sdeBasSurRevAna .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev #sdeBasSurRevOsd6 .col.sdeBasSurRevFra1 > div.BcLabelCompDivClass:first-child {
  margin-top: 5px;
  margin-bottom: 15px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev textarea.e-control.e-textbox.e-lib.e-input,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev textarea.e-control.e-textbox.e-lib.e-input {
  border: 1px solid #dee2e6 !important;
  border-bottom: 0px !important;
  margin-top: 10px;
  padding: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > div.row,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > div.row {
  border-bottom: 1px solid #dee2e6;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > div:empty,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > div:empty {
  display: none;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > div,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > div {
  background-color: white !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
  border: 1px solid #ced4da;
  /*div {
    border: 0px !important;
  }*/
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > div .col.p-2,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > div .col.p-2 {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > div .col.p-2 .col.BcLabelCompColClass .BcLabelCompTextClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > div .col.p-2 .col.BcLabelCompColClass .BcLabelCompTextClass {
  color: black !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev > div > .row,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev > div > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.rigEyeLefEye .BcLabelCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.rigEyeLefEye .BcLabelCompDivClass {
  padding-bottom: 7px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:first-child strong,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:first-child strong {
  color: #ff0000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:last-child strong,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.rigEyeLefEye > .row > .col > .row > div.col-auto:last-child strong {
  color: #00a000;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.rem .BcLabelCompDivClass,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.rem .BcLabelCompDivClass {
  font-weight: 600;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.fluSta .row .col .row .col-auto:first-child table tr:nth-child(1) th:nth-child(2) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.fluSta .row .col .row .col-auto:first-child table tr:nth-child(1) th:nth-child(2) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.fluSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.fluSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.lisSta .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.lisSta .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.lisSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.lisSta .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.visAcu .row .col .row .col-auto:first-child .BcLabelCompDivClass:first-child label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.visAcu .row .col .row .col-auto:first-child .BcLabelCompDivClass:first-child label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.visAcu .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.visAcu .row .col .row .col-auto:last-child .BcLabelCompDivClass:first-child label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.intPre .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.intPre .row .col .row .col-auto:first-child .BcLabelCompDivClass:nth-child(1) label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.intPre .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.intPre .row .col .row .col-auto:last-child .BcLabelCompDivClass:nth-child(1) label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.sli .row .col .row .col-auto:first-child .BcLabelCompColClass label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.sli .row .col .row .col-auto:first-child .BcLabelCompColClass label {
  color: #ff0000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basSurRev .cssComp.sli .row .col .row .col-auto:last-child .BcLabelCompColClass label,
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssComp.basExaRev .cssComp.sli .row .col .row .col-auto:last-child .BcLabelCompColClass label {
  color: #00a000 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:first-child .cssActMen.trePlaNew.rev > .col {
  border: 1px solid #dee2e6 !important;
  background: #e4eff5;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row > div.col {
  border: 1px solid #dee2e6 !important;
  background: #fff;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row > div.col .BcCaptionCompRowClass {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 20px;
  color: #2f4f4f;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row div.row div.col div.row div.col {
  background-color: rgb(213, 228, 233);
  border: 1px solid #dee2e6 !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row div.row div.col div.row div.col > div.row {
  margin-bottom: 10px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row .cssComp.rem {
  background-color: white;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row .cssComp.rem div.row div.col {
  border: 0px !important;
  background-color: white;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row .cssComp.rem div.row div.col .col.BcLabelCompColClass {
  padding-top: 5px;
  padding-bottom: 5px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.trePlaNew .cssCompAct.trePlaNew.entDat > div.row > div.col:nth-child(2) > div.row .cssComp.rem div.row div.col textarea {
  background-color: white !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.hom.patDas .sdePatLab {
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.senToRead > .BcLabelCompDivClass {
  margin-top: 20px;
  font-size: 20px;
  color: #2f4f4f;
  font-weight: bold;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.senToRead .cssComp.rem > .row > .col {
  border: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.senToRead .cssComp.rem > .row > .col .BcLabelCompDivClass {
  margin-top: 10px;
  margin-bottom: 10px;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutContent > .cssComp .cssCompAct.patDas.senToRead .cssComp.rem > .row > .col .row .col .e-control-container {
  background-color: #fff;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutFooter {
  flex-shrink: 0;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutFooter > div.row {
  background-color: #5d5d5d;
  min-width: 100%;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutFooter > div.row div.col.text-center {
  background-color: #5d5d5d;
  color: #ffffff;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutFooter > div.row label {
  border-top: 0px !important;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  width: auto !important;
  display: block;
}
body > div.container-fluid > div.sdeCssMainLayout > .sdeCssTbcMainLayoutFooter button {
  background: transparent;
  color: #fff !important;
  text-transform: none;
  font-size: 14px !important;
  box-shadow: none;
}
body > div.container-fluid > div.sdeCssMainLayout .cssCompAct .cssComp div .row {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
body > div.container-fluid > div.sdeCssMainLayout .cssCompAct .cssComp div .row .col.text-center .e-btn {
  background: transparent;
  box-shadow: none;
}
body > div.container-fluid > div.sdeCssMainLayout #chip-wrapper .e-chip-list .e-chip.e-outline {
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  color: #000 !important;
  font-size: 15px !important;
  padding: 15px;
}

/*# sourceMappingURL=SdeSite.css.map */
