@font-face {
  font-family: 'OpenSans'; 
  src: url('/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold'; 
  src: url('/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'OpenSans-SemiBold'; 
  src: url('/OpenSans-SemiBold.ttf');
}

html[dir=ltr] li a {
  margin-left: unset;
}

body textarea {
  resize: vertical !important;
}

.fa.fa-plus-circle:before {
  content: "\002b" !important;
}

html *:focus,
body a:hover,
body a:focus,
body a:active {
  outline: none !important;
}

div.info.required label:after {
  content: ' *';
  color: red !important;
}

.offer-required:after{
  content:"\00a0*";
  color: red;
  font-weight:bold;
}

.page_section p {
  font-size: 15px;
  font-family: 'OpenSans';
  line-height: 20px;
  color: #1D2127;
  border: 0 none transparent !important;
  padding-bottom: 10px;
  padding-top: 0;
}

.page_section a {
  color: #378174;
}

.page_section a:focus,
.page_section a:hover {
  color: #367D6F;
}

/* Login Page */
.body-login {
  background-color: #F7F7F7;
}

.body-login #content-container #content .page-content {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 0 6px 6px 6px;
  background-image: url('/unifywatermark.png'); 
  background-repeat: no-repeat; 
  background-position: right center; 
  background-size: auto 500px;
}

.body-login .page-content {
  margin: 0 0 60px;
}

.body-login .page-content .row {
  margin: 0 !important;
}

.body-login .page-content .col-md-6 {
  padding: 0 !important;
}

.body-login .control-label {
  padding: 0 !important;
}

.body-login .section-title {
  font-family: 'OpenSans-Bold';
  font-size: 34px;
  text-align: left;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #DCDFE2;
  color: #333B3B;
}

.body-login .section-subtitle {
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  text-align: left;
  padding: 0;
  margin: 0 0 15px;
  color: #333B3B;
}

.tab-content--home  > *:not(.section-title) {
  max-width: 962px;
}

.tab-content--home p {
  color: #1D2127;
  font-family: 'OpenSans';
}

.tab-content--home b,
.tab-content--home strong {
  font-family: 'OpenSans-Bold';
}

.tab-content--home ol,
.tab-content--home ul {
  padding-left: 20px;
  color: #1D2127;
  font-family: 'OpenSans';
}

.body-login .nav-account {
  margin-top: 40px;
}

.body-login .nav-tabs {
  border: 0 none transparent;
}

.body-login .nav-tabs>li>a {
  color: #367D6F;
  background-color: transparent;
  border: 0 none transparent;
  cursor: pointer;
  outline: none !important;
  margin: 0 !important;
}

.body-login .nav-tabs>li>a:hover, 
.body-login .nav-tabs>li>a:focus {
  color: #1D2127;
  background-color: #eee;
  border: 0 none transparent;
  cursor: pointer;
  outline: none !important;
  margin: 0 !important;
}

.body-login .nav-tabs>li.active>a, 
.body-login .nav-tabs>li.active>a:hover, 
.body-login .nav-tabs>li.active>a:focus {
  color: #1D2127;
  background-color: #fff;
  border: 0 none transparent;
  cursor: pointer;
  outline: none !important;
  margin: 0 !important;
}

.body-login .login-heading-section {
  border-bottom: 0 none transparent;
  margin: 0 0 17px;
  color: #333B3B;
  font-family: 'OpenSans-Bold';
  padding: 0;
  font-size: 24px;
}


p.page-section-override {
  border-top:none;
}
.mb-5 {
  margin-bottom:5px;
}

.tr-detail .text-muted {
  position: static !important;
}

h1 {
    font-size: 45px;
}

.mb-10 {
  margin-bottom:10px;

}

li.text-black {
  color: #000;
  padding-bottom:5px;
}

div.help-tip {
  font-size: 0.85em;
  line-height: 2.5em;
}

.page-header {
  border-bottom:none;
  margin: 0;
}

.page_section .page-copy p {
  border-top: 0 none transparent;
  padding: 0;
}

#access {
    width: 100%;
    clear: both;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    position: absolute;
    left: -9999px;
    display:none;
    visibility: hidden;
}

/* Header styles */
.navbar-static-top .navbar-nav > li > a {
  color: #000;
}
.navbar-static-top .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #266357;
  border-bottom: 4px solid #333B3B;
}


/* Menu */

body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'OpenSans-SemiBold';
  font-size: 1em;
  font-weight: 600;
}

body .navbar-inverse .navbar-nav > .open > a, 
body .navbar-inverse .navbar-nav > .open > a:hover, 
body .navbar-inverse .navbar-nav > .open > a:focus,
body .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: unset;
  border-bottom: 4px solid #000;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  body > form > section.page_section:not(.page_section--home):first-of-type:before,
  body > section.page_section:not(.page_section--home):first-of-type:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 49px;
    height: 1px;
    background-color: #DCDFE2;
    z-index: 10;
  }
}

.page_section .menu-bar > .navbar-nav > li.weblink > a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 26px;
  color: #333B3B;
  margin-left: unset;
  font-family: 'OpenSans-SemiBold';
}

.page_section .menu-bar > .navbar-nav > li.weblink a:hover {
  outline: none;
}

.page_section .menu-bar > .navbar-nav > li.weblink a {
  border-bottom: 3px solid #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.page_section .menu-bar > .navbar-nav > li.weblink a:hover {
  border-bottom: 3px solid #eee;
}

.page_section .menu-bar > .navbar-nav > li.weblink a:focus {
  border-bottom: 3px solid #eee;
}

.page_section .menu-bar > .navbar-nav > li.weblink a.menuitem--is-active {
  border-bottom: 3px solid #4AAE9C;
}

.page_section .menu-bar > .navbar-nav > li.weblink .dropdown-menu {
  padding: 0;
}

.page_section .menu-bar > .navbar-nav > li.weblink .dropdown-menu a {
  border: 0 none transparent;
  padding-left: 15px;
  padding-right: 15px;
}

.page_section .menu-bar > .navbar-nav > li.weblink .dropdown-menu a:hover,
.page_section .menu-bar > .navbar-nav > li.weblink .dropdown-menu a:focus,
.page_section .menu-bar > .navbar-nav > li.weblink .dropdown-menu a:active {
  background-color: #efefef;
  padding-left: 15px;
  padding-right: 15px;
}

/* Menu - drop down */
.page_section .menu-bar > .navbar-nav ul.dropdown-menu {
  margin-top: unset !important;
  border: unset;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 23px 0 rgba(0,0,0,0.2);
}

.page_section .menu-bar > .navbar-nav ul.dropdown-menu > li > a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.93px;
  line-height: 26px;
  color: #333B3B;
  margin-left: unset;
  font-family: 'OpenSans-SemiBold';
}

/* Footer */
footer {
  padding: 20px 0;
  border-top: 3px solid #DCDFE2;
  background-color: #ffffff;
}

footer ul,
.footer-list h5 {
  padding: 0;
  margin: 0;
}

.footer-list h5 a {
  font-family: 'OpenSans-Bold';
  font-size: 14px;
  line-height: 18px;
  color: #367D6F;
}

.footer-content {
  color: #7C7575;
}

.footer-content a {
  color: #7C7575;
}

/* Page heading */

@media (min-width: 1200px) {
  .navbar.navbar-inverse.navbar-static-top {
    overflow: hidden;
  }
}

.page_section > .container > .page-content > .page-heading .page-header {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.page-heading > .page-header > h1 {
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 34px;
  line-height: 48px;
  color: #333B3B;
  margin: 0 0 15px;
}

body .page_section h2 {
  font-family: 'OpenSans', 'OpenSans-Bold';
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #333B3B;
  margin: 0;
}

.page_section .entitylist {
  margin-bottom: 60px;
}

.page_section .entitylist:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .navbar img {
    height: auto !important;
    max-width: 230px;
  }
}

/* Table */
.page_section .view-toolbar.grid-actions {
  border-bottom: 1px solid #DCDFE2;
}

.page_section .main-content.main-content--referral-edit .view-toolbar.grid-actions {
  margin: 0 0 18px;
}

.view-grid .table {
  margin-bottom: 0;
}

/* Table column heading */
.view-grid .table th a {
  font-family: 'OpenSans-Bold';
  font-size: 13px;
  line-height: 18px;
  color: #333B3B;
}

.view-grid .table th a:active,
.view-grid .table th a:focus,
.view-grid .table th a:hover {
  outline: none;
  text-decoration: none;
  outline-offset: 0;
}

.view-grid .table th a span.fa {
  color: #333B3B;
}

.view-grid .table > thead > tr > th {
  padding: 12px 4px;
  border-bottom: none;
  width: 1% !important;
}

/* Table row */
.view-grid .table td {
  font-size: 13px;
  line-height: 18px;
  color: #1D2127;
}

.view-grid .table td > a {
  color: #378174;
  text-decoration: underline;
}

.view-grid .table td ul.dropdown-menu a.details-link > span.fa {
  color: #367D6F;
}

.view-grid .table td ul.dropdown-menu a.delete-link > span.fa {
  color: #CF2030;
}

.view-grid .table td .dropdown.action button {
  background-color: #FFFFFF;
  border: 1px solid #DCDFE2;
  border-radius: 3px;
  height: 32px;
  width: 32px;
}
.view-grid .table > thead > tr {
  border-bottom: 1px solid #DCDFE2;
}

.view-grid .table > tbody > tr > td {
  padding: 13px 4px;
  border-top: none;
  vertical-align: top;
  text-align: left;
}

.view-grid .table > tbody > tr > td .action {
  text-align: right;
  padding-right: 5px;
}

.view-grid .table-striped tr:nth-child(odd) {
  background-color: #FFF;
}

.view-grid .table-striped tr:nth-child(even) {
  background-color: #F7F7F7;
}

.view-grid .table td .dropdown.action button span.fa {
  color: #367D6F;
  font-size: 11px;
}

.page-section :not(div[data-name="Summary"]) fieldset table.section tbody tr td.cell {
  padding: 0 0px 20px;
  background-color: red;
}

/* Table navigation/pagination */
.view-pagination {
  display: flex;
  justify-content: center;
}
.view-pagination .pagination li:not(:first-of-type) a, .view-pagination .pagination li:not(:last-of-type) a {
  font-family: 'OpenSans-Bold';
  padding: 0;
  width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #333B3B;
}
.view-pagination .pagination li.active a {
  background-color: #367D6F;
  color: #FFF;
  border-radius: 2px;
}

body .pagination > li > a, 
body .pagination > li > span {
  margin-left: 15px !important;
  font-size: 14px !important;
  font-family: 'OpenSans' !important;
  font-weight: 300 !important;
  color: #333B3B !important;
}

body .pagination>.active>a, 
body .pagination>.active>a:focus, 
body .pagination>.active>a:hover {
  background-color: #367D6F !important;
  color: #fff !important;
  font-family: 'OpenSans-Bold' !important;
}

/* Toolbar - Drop down */
.view-toolbar .dropdown span.fa {
    display: none;
}
.view-toolbar .dropdown span.title {
    font-size: 14px;
    line-height: 20px;
    color: #323130;

    /*new style*/
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
    padding-right: 5px;
}
.view-toolbar .dropdown {
    border: 1px solid #CCC;
    border-radius: 3px;

    /*new style*/
    border: none;
}
.view-toolbar .dropdown span.caret {
    color: #367D6F;
    margin-left: 0.5em;
}
.view-toolbar .selected-view {
    min-width: 270px;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    /*new style*/
    padding-left: 4px;
}

.view-toolbar-title {
    display: inline-block;
    border: 1px solid #CCC;
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #323130;
    min-width: 270px;

    /*new style*/
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
    border: none;
    padding-left: 4px;
}


/* Toolbar - Search field */
.view-toolbar .pull-right.toolbar-actions {
  display: flex;
}

.view-toolbar .toolbar-actions .entitylist-search {
  width: 385px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.view-toolbar .toolbar-actions .view-search input {
    height: 40px;
    width: 360px;
    border: 0 none transparent;
    box-shadow: none;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}
.view-toolbar .toolbar-actions .input-group-btn .btn {
    height: 40px;
    border: 0 none transparent;
    border-left: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.view-toolbar .toolbar-actions .input-group-btn .btn span.fa {
    color: #367D6F;
}

.view-toolbar .toolbar-actions .input-group-btn .btn span.fa.fa-search {
    color: #367D6F;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}

/* Empty table */
.page_section > .container > .entitylist > .entity-grid {
  margin-top: 24px;
}

.entity-grid .view-empty.message {
  margin: 0;
  display: flex;
  justify-content: center;
  background-color: #FFF9DD;
  border-color: #FFF9DD;
  font-size: 13px;
  line-height: 18px;
  color: #1D2127;
  padding: 15px;
}
.entity-grid .view-empty.message .alert-warning {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  background-color: #FFF9DD;
  border-color: #FFF9DD;
  font-size: 13px;
  line-height: 18px;
  color: #1D2127;
  padding: 0;
}

/* Button */
.btn.btn-primary, 
.btn.btn-default {
  font-family: 'OpenSans-Bold';
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  border-color: #367D6F;
  background-color: #367D6F;
  border-radius: 4px;
  line-height: 24px;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:active:focus,
.btn.btn-default:hover {
  background-color: #266357;
  border-color: #266357;
  outline: none;
  outline-offset: 0;
  color: #fff;
}

body .page_section .btn {
  margin-top: unset ;
}

.input-group {
  display: flex;
}

.input-group a.btn.btn-primary {
  background-color: #367D6F;
  border: none;
}

.input-group a.btn.btn-primary:hover,a.btn.btn-primary:focus {
  background-color: #266357;
  border-color: #266357;
}

.control > .input-group {
  display: flex;
  width: 100%;
}

.control > .input-group input{
  display: flex;
}

.input-group .input-group-btn {
  display: flex;
  flex-direction: row;
  width: auto;
  place-content: flex-end;
  border-radius: 0 3px 3px 0;
  border: 1px solid #CCCCCC;
}

.input-group.view-search .input-group-btn {
  border: 0;
}

.input-group .input-group-btn button {
  color: #367D6F;
  background-color: #FFFFFF;
  line-height: inherit;
  border: unset;
  webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.input-group .input-group-btn button:hover {
  color: #266357;
  background-color: #eee;
}

/* Field label */
.form-control-cell .field-label, .status-cell .field-label, .picklist-cell .field-label, .boolean-radio-cell .field-label, .subgrid-cell .field-label {
  font-family: 'OpenSans-Bold';
  font-weight: 700;
  font-size: 14px;
  color: #333B3B;
  margin-bottom: 2px;
}

/* Input fields */
.control > input, 
.control > select, 
.control > textarea {
  border: 1px solid #CCC;
  border-radius: 3px;
  font-size: 14px;
  color: #4A4A4A;
}

.control textarea::placeholder,
.control input::placeholder {
  color: #999999;
}

/* Checkbox/radio field */
.checkbox-cell .field-label, .boolean-radio-cell .boolean-radio label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #333B3B;
}


/* Home Page */
.page_section.page_section--home {
  background-color: #F7F7F7;
}

.page_section.page_section--home .container--home {
  background-image: url('/unifywatermark.png'); 
  background-repeat: no-repeat; 
  background-position: right center; 
  background-size: auto 500px;
}

.page_section > .container > .container-home {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 6px;
  max-width: 900px;
  margin: 50px auto 120px auto;
}

.page_section > .container .content-home {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.page_section > .container > .container-home > .content-home > .heading-home {
  border-bottom: 1px solid #DCDFE2;
}

.page_section > .container > .container-home > .content-home > .heading-home h1 {
  font-family: 'OpenSans-Bold';
  font-size: 34px;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  color: #333B3B;
}

.page_section > .container > .container-home > .content-home > .content-home-nav {
  padding: 50px 60px 60px 60px;
}

.page_section > .container > .container-home > .content-home > .content-home-nav > .navbar-collapse {
  padding-left: unset;
  padding-right: unset;
}

.page_section > .container > .container-home > .content-home > .content-home-nav ul.navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 38px;
  width: 100%;
}

.page_section > .container > .container-home > .content-home > .content-home-nav ul.navbar-nav > li {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
  border-bottom: 8px solid #4AAE9C;
  height: 315px;
  max-width: 368px;
  width: 100%;
}

.page_section > .container > .container-home > .content-home > .content-home-nav ul.navbar-nav > li :hover {
  outline: none;
}

.page_section > .container > .container-home > .content-home > .content-home-nav ul.navbar-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: unset;
  border-radius: 8px 8px 0 0;
  color: #367D6F;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  padding: 30px;
  font-family: 'OpenSans-Bold';
}

/* CSP Home page container */
.page_section > .container > .container-csp-home {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 6px;
  max-width: 1438px;
  width: 100%;
  margin: 50px auto 50px auto;
  padding: 30px 50px 50px 50px;
}

/* CSP Referral summary */
.page_section .crmEntityFormView .entity-form h2 {
  margin: unset;
  color: #333B3B;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 14px 15px;
}

.page_section .crmEntityFormView #EntityFormControl_0aea400c87e0ea11a813000d3a6a0b70_EntityFormView.entity-form h2:first-of-type {
  padding: 12px 30px 15px 30px;
  background-color: #F7F7F7;
  margin: 24px 0 0 0;
  border-bottom: unset;
}

.page_section .crmEntityFormView .entity-form [data-name="Summary"] {
  background-color: #F7F7F7;
  margin-top: unset;
}

.page_section .form-custom-actions .col-sm-6 {
    padding-left: 0;
}

.page_section .form-custom-actions .form-action-container-left .workflow-link {
  background-color: #367D6F;
  margin-bottom: 15px;
  color: #fff;
}

.page_section .form-custom-actions .form-action-container-left .workflow-link:active
.page_section .form-custom-actions .form-action-container-left .workflow-link:focus,
.page_section .form-custom-actions .form-action-container-left .workflow-link:hover {
  background-color: #266357;
  border-color: #266357;
  color: #fff;
  outline: none;
}

.input-group input.text.form-control {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.boolean-radio input[type="radio"] {
  vertical-align: middle !important;
  margin-right: 9px;
}

.boolean-radio input[type="radio"]:checked {
  accent-color: #367D6F;
}

.checkbox input[type="checkbox"]:checked {
  accent-color: #367D6F;
}

.page_section .boolean-radio label {
  margin-right: 20px;
}

/*
.page_section div.clearfix {
  margin-top: 20px;
}
*/

.page_section .crmEntityFormView .entity-form h2.tab-title.tab-title--active {
  background-color: #367D6F; 
  color: #FFFFFF;
}

.page_section .clearfix .tab-column > div > fieldset {
  padding-left: 15px;
  padding-right: 15px;
}

.page_section .clearfix .tab-column > div > fieldset > table.section tbody > tr > td:last-child {
  padding-right: 0;
}

div.datetimepicker > input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

div.datetimepicker > span[role="button"] {
  border-radius: 0 3px 3px 0;
  border: 1px solid #CCCCCC;
  border-left: 0 none transparent;
  background-color: #FFFFFF;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
}

div.datetimepicker span.icon-calendar {
  padding: 0;
}

div.datetimepicker span.icon-calendar::before {
  color: #367D6F;
}

.page_section div[data-name="Referral Details"] fieldset legend{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: #333B3B;
}

/* Modal */

.modal .modal-content .modal-header {
  display: flex;
  align-items: center;
}

.modal .modal-content .modal-header .form-close {
  position: static !important;
  align-self: center;
}

.modal .modal-content .modal-header .modal-title {
  font-family: 'OpenSans-Bold';
  margin: auto;  
  width: fit-content;
  color: #333B3B;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 48px;
  text-transform: capitalize;
}

.wrapper-body .crmEntityFormView .tab-title {
  font-size: 20px;
  font-family: 'OpenSans-Bold';
  color: #333B3B;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal .modal-content .modal-header .modal-title span.fa-info-circle {
  display: none;
}

form fieldset legend.section-title {
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #DCDFE2 !important;
  color: #333B3B;
  text-transform: lowercase;
}

form fieldset legend.section-title::first-letter {
  text-transform: uppercase;
}

.modal .modal-footer {
  border-top: 0 none transparent;
  position: relative;
}

.modal .modal-footer .cancel {
  position: absolute;
  left: 10px;
  top: 14px;
  background-color: #757575;
  border-color: #757575;
}

.modal .modal-content {
  border-radius: 6px;
}

.modal.in .modal-dialog .modal-header {
  padding: 5px 15px;
}

/* Forms modal */
#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(3),
#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(4) {
  display: none;
}

#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(5),
#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(6) {
  background: #F7F7F7;
  display: block;
  float: left;
  width: 50%;
  padding-bottom: 30px;
  margin-bottom: 0;
}

#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(5) td,
#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(6) td {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(5) td .form-control,
#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(6) td .form-control {
  border: 0 none transparent !important;
}

#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(5) {
  padding: 30px 0 30px 30px;
}

#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(5) .required label::after {
  display: none;
}

#content_form table[data-name="Referral_Details"] > tbody > tr:nth-child(6) {
  padding: 30px 30px 30px 0;
}

#content_form table.table-modal-form > tbody > tr:nth-child(6), 
#content_form table.table-modal-form > tbody > tr:nth-child(5), 
#content_form table.table-modal-form > tbody > tr:nth-child(3), 
#content_form table.table-modal-form > tbody > tr:nth-child(2) {
  display: block;
  float: left;
  width: 50%;
}

#content_form table.table-modal-form > tbody > tr:nth-child(6) > td:not(.zero-cell),
#content_form table.table-modal-form > tbody > tr:nth-child(5) > td:not(.zero-cell),
#content_form table.table-modal-form > tbody > tr:nth-child(3) > td:not(.zero-cell),
#content_form table.table-modal-form > tbody > tr:nth-child(2) > td:not(.zero-cell) {
  width: 100%;
  display: block;
}

#content_form table:not(.table-condensed) > tbody > tr > td:nth-child(odd) {
  padding-right: 20px;
  padding-bottom: 25px;
}

#content_form table:not(.table-condensed) > tbody > tr > td:nth-child(even) {
  padding-left: 20px;
  padding-bottom: 25px;
}

#content_form table:not(.table-condensed) > tbody > tr > td:last-child {
  padding-right: 0 !important;
}

#content_form table:not(.table-condensed) > tbody > tr:last-child > td {
  padding-bottom: 0;
}

#content_form table:not(.table-condensed) > tbody > tr > td .form-control:not(.readonly):not([readonly]) {
  box-shadow: none;
  outline: none;
  border: 1px solid #CCCCCC;
}

#content_form table:not(.table-condensed) > tbody > tr > td .input-group .input-group-btn button {
  box-shadow: none !important;
}

#content_form table:not(.table-condensed) > tbody > tr > td .input-group .form-control,
#content_form table:not(.table-condensed) > tbody > tr > td .input-group .form-control:focus,
#content_form table:not(.table-condensed) > tbody > tr > td .datetimepicker .form-control {
  border-right: 0 none transparent !important;
}

#content_form table:not(.table-condensed) div[data-name="general"] fieldset:nth-child(3),
#content_form table:not(.table-condensed) div[data-name="general"] {
  padding: 0;
  margin: 0;
}

#content_form table:not(.table-condensed) .input-group .input-group-btn {
  border-left: 0 none transparent;
  box-shadow: none;
}

#content_form table:not(.table-condensed) .input-group .input-group-btn button:hover {
  background-color: unset;
  border-left: 0 none transparent;
  box-shadow: none;
}

#content_form table:not(.table-condensed) .input-group .input-group-btn button:active .fa {
  color: #367D6F;
}

#content_form .actions {
  text-align: right;
  border: 0 none transparent;
  padding: 0;
  margin: 0;
}

.form-custom-actions .btn,
#content_form .actions > input[type="button"] {
  float: none;
  padding: 8px 50px;
}

.form-attachments .tab-column {
  width: 100% !important;
  padding: 0 !important;
}

.form-attachments .tab-column td[colspan='2'] {
  padding-right: 0 !important;
}

.form-attachments .tab-column .entity-notes,
.form-attachments .tab-column .notes-cell {
  padding: 0 !important;
}

.form-attachments .tab .tab-column:first-child fieldset:not(:first-child) {
  display: none;
}

.view-toolbar .toolbar-actions .entitylist-search input.query {
  border: 0 none transparent !important;
}

.view-grid .table.table-hover > thead > tr > th:not(:first-child) {
  width: 20% !important;
}

.modal .grid-actions {
  border-bottom: 0 none transparent !important;
}

.tooltip {
  display: none !important;
}

.table th {
  font-family: 'OpenSans-Bold';
  font-size: 13px;
  color: #333B3B;
}

.table td {
  font-family: 'OpenSans';
  font-size: 13px;
  color: #1D2127;
}

/* SCAN PORTAL */

/* Mobile menu */

/* Dropdowns */
.dropdown-menu {
  font-size: 14px;
  border: 0 none transparent;
  padding: 0;
  margin: 0;
}

.dropdown-menu > li > a {
  padding: 7px 15px;
  color: #1D2127;
  margin: 0 !important;
  font-family: 'OpenSans';
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  padding: 7px 15px;
  color: #1D2127;
  border: 0 none transparent;
  font-size: 14px;
  outline: none;
}

.dropdown-menu > li > a::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #367D6F;
  align-self: center;
  margin-right: 9px;
  font-size: 16px;
}

.dropdown-menu > li > a.workflow-link:not(.edit-link):not(.details-link)::before {
  content: "\e020";
  color: #CF2030;
}

.dropdown-menu > li > a.edit-link::before {
  content: "\e065";
}

.dropdown-menu > li > a.edit-link .fa {
  display: none;
}

.dropdown-menu > li > a.details-link::before {
  content: "\e086";
}

.dropdown-menu > li > a.details-link .fa {
  display: none;
}

.dropdown-menu > li > a.delete-link::before {
  content: "\e020";
  color: #CF2030;
}

.dropdown-menu > li > a.delete-link .fa {
  display: none;
}


/* Scan Home Page */
.page_section.page_section.page_section--csp-home,
.page_section.page_section.page_section--scan-home {
  background-color: #F7F7F7;
}

.page_section.page_section--csp-home .content-csp-home,
.page_section.page_section--scan-home .content-scan-home {
  background-image :url('/unifywatermark.png'); 
  background-repeat: no-repeat; 
  background-position: right center; 
  background-size: auto 500px;
  background-color: #ffffff;
  padding: 30px 40px 3px;
  margin: 50px 0;
  border-radius: 6px;
}

.page_section.page_section--csp-home .content-wrap-csp-home,
.page_section.page_section--scan-home .content-wrap-scan-home {
  max-width: 960px;
  font-family: 'OpenSans';
  font-size: 15px;
  line-height: 20px;
  color: #1D2127;
}

.page_section.page_section--scan-home .content-scan-home br {
  display: none;
}

.page_section.page_section--csp-home .content-csp-home h1,
.page_section.page_section--scan-home .content-scan-home h1 { 
  font-family: 'OpenSans-Bold';
  font-size: 34px !important;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #DCDFE2;
  color: #333B3B;
}

.page_section.page_section--csp-home .content-csp-home h1 span,
.page_section.page_section--scan-home .content-scan-home h1 span {
  color: #333B3B !important;
}

.page_section.page_section--csp-home .content-csp-home p,
.page_section.page_section--scan-home .content-scan-home p {
  padding-bottom: 27px;
  margin-bottom: 0;
}

.page_section.page_section--csp-home .content-csp-home ul,
.page_section.page_section--scan-home .content-scan-home ul {
  padding-left: 20px;
  padding-bottom: 27px;
  margin-bottom: 0;
}

.page_section.page_section--csp-home .content-csp-home p + ul,
.page_section.page_section--scan-home .content-scan-home p + ul {
  margin-top: -15px;
}

.page_section.page_section--csp-home .content-csp-home p,
.page_section.page_section--csp-home .content-csp-home li,
.page_section.page_section--scan-home .content-scan-home p,
.page_section.page_section--scan-home .content-scan-home li {
  border-top: 0 none transparent;
  padding-top: 0;
  font-family: 'OpenSans';
  font-size: 15px;
  line-height: 20px;
  color: #1D2127;
  margin-bottom: 0;
}

.page_section.page_section--csp-home .content-csp-home strong,
.page_section.page_section--csp-home .content-csp-home b,
.page_section.page_section--scan-home .content-scan-home strong,
.page_section.page_section--scan-home .content-scan-home b {
  font-family: 'OpenSans-Bold';
}


.container {
  max-width: 1448px;
}

body .main-content textarea:focus,
body .main-content input:focus,
.main-content a,
.main-content a:hover,
.main-content a:active,
.main-content a:focus {
  outline: none !important;
}

.main-content #notescontrol .entity-notes {
  padding: 0;
  width: 100%;
  float: none;
}

.main-content #notescontrol .note-actions {
  padding: 0;
  margin: 0;
}

.btn--text {
  margin-left: 10px;
  display: inline-block;
}

.crmEntityFormView td.cell {
  vertical-align: middle;
  padding: 0;
}

.crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: none !important;
}

.main-content.main-content--referral-create {
  width: 944px;
}

.page_section .main-content .clearfix .tab-column > div > fieldset {
  padding: 0;
  margin-bottom: 0;
}

.main-content__expand-all-btn-container {
  display: none;
}

.main-content.main-content--referral-edit .main-content__expand-all-btn-container {
  display: block;
  margin-bottom: 25px;
}

.main-content .toggle-accordions {
  padding: 5px 15px;
  margin-bottom: 20px;
}

.page_section .main-content .crmEntityFormView .entity-form h2 {
  padding-left: 0;
  color: #333B3B;
  font-size: 24px;
  border: 0 none transparent;
  margin-top: 20px;
}

.crmEntityFormView .form-control.readonly, 
.crmEntityFormView .form-control[readonly][disabled], 
.form-readonly .form-control {
  padding-top: 2px;
}


.form-control,
.main-content .control,
.main-content .form-control {
  font-family: 'OpenSans';
  font-size: 14px;
  color: #1D2127;
}

.main-content .control .input-group input.form-control {
  /*border: 0 none transparent;*/
}

.main-content .input-group .input-group-btn {
  /*border: 0 none transparent;*/
}

.main-content .input-group .input-group-btn button {
  box-shadow: none;
  font-size: 15px;
}

.main-content .control select.form-control,
.main-content .control input.form-control {
  box-shadow: none;
  font-family: 'OpenSans';
  color: #4A4A4A;
  border-radius: 3px;
  font-size: 14px;
}

.main-content .control input.form-control:read-only {
  border-right: none;
  border-radius: 3px 0 0 3px;
  height: unset;
}

.main-content .control {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

.main-content .datetime .control {
  overflow: unset;
}

.main-content.main-content--referral-create .section-title {
  font-size: 24px;
  text-align: left;
  border-bottom: 0 none transparent !important;
  color: #333B3B;
  margin-bottom: 0 !important;
}

.main-content.main-content--referral-create .entity-form .tab fieldset:first-child legend.section-title {
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 24px;
  text-transform: lowercase;
  background: #F7F7F7;
  padding: 30px 30px 0;
  margin: 0 !important;
  border-bottom: 0 none transparent !important;
}

.main-content.main-content--referral-create .entity-form .tab fieldset:first-child legend.section-title::first-letter {
  text-transform: uppercase;
}

.main-content .crmEntityFormView .tab {
  margin-bottom: 0;
}

.main-content .crmEntityFormView .actions {
  border-top: 0 none transparent;
  margin: 40px 0 20px;
  padding: 0;
}

.main-content .crmEntityFormView .actions .btn {
  padding: 8px 50px;
}

.main-content textarea#hs_referralprompttext {
  height: 46px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.main-content textarea#hs_referralprompttext:focus {
  outline: none;
}

.main-content--referral-create table[data-name="Referral_Details"] .input-group .btn.btn-primary, 
.main-content--referral-create table[data-name="Referral_Details"] .input-group .btn.btn-default {
  padding-left: 15px;
  padding-right: 15px;
}

.main-content--referral-create table[data-name="Referral_Details"] .input-group .form-control {
  height: 40px;
}

.main-content--referral-create table[data-name="Referral_Details"] > tbody > tr:nth-child(11) {
  display: none;
}

.main-content--referral-create table .tr-detail {
  background: #F7F7F7;
  padding-bottom: 30px;
}

.main-content--referral-create table .tr-detail td {
  padding: 20px 30px 30px;
  vertical-align: top;
  word-break: break-all;
}

.main-content--referral-create table .tr-detail + tr > td {
  padding-top: 30px;
}

.main-content--referral-create table .tr-detail td .control {
  margin-bottom: 0;
}

.main-content--referral-create table .tr-detail td .form-control {
  padding: 0;
  height: auto;
  color: #1D2127;
  font-size: 15px;
}

.main-content--referral-create table .tr-detail .field-label::after {
  display: none;
}

.main-content--referral-create table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info + .control,
.main-content--referral-create table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info {
  display: none;
}

.main-content--referral-create table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info.required + .control,
.main-content--referral-create table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info.required {
  display: block;
}

/* Validation Box */

.page_section .alert.alert-success {
  border-color: #367D6F;
  position: relative;
}

.page_section .alert.alert-success *:focus,
.page_section .alert.alert-success *:active {
  outline: none !important;
}

.page_section .alert.alert-success span {
  font-family: 'OpenSans-Bold';
  font-size: 16px !important;
  line-height: 16px;
  color: #333B3B !important;
  padding: 0;
  margin: 0 0 10px;
}

.page_section .alert.alert-success .close {
  position: absolute;
  right: 5px;
  background-color: transparent;
  top: 5px;
}

#content_form .validation-summary,
.page_section .main-content .alert-danger:not(.alert-success),
.page_section .main-content .validation-summary {
  background-color: #F6EDEF;
  border: 1px solid #CF2030 !important;
  position: relative;
}

.page_section .main-content .alert-danger .close {
  border-style: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #CF2030;
}

#content_form .validation-summary .validation-header,
.page_section .main-content .validation-summary .validation-header {
  font-family: 'OpenSans-Bold';
  font-size: 16px !important;
  line-height: 16px;
  color: #333B3B !important;
  padding: 0;
  margin: 0 0 10px;
}

.page_section .main-content .alert-danger #MessageLabel {
  border: 0 none transparent;
  outline: none;
}

#content_form .validation-summary ul li a,
.page_section .main-content .alert-danger .text-danger,
.page_section .main-content .validation-summary ul li a {
  font-family: 'OpenSans-Bold';
  font-size: 14px;
  color: #367D6F !important;
  border: 0 none transparent;
  outline: none;
  padding: 0;
  margin: 0;
}

.page_section .main-content .alert-danger .text-danger span {
  margin-right: 10px;
}

/* ACCORDIONS */

.page_section .main-content.main-content--referral-edit .clearfix .tab-column > div > fieldset {
  margin-bottom: 0;
}

.main-content--referral-edit .tab.clearfix {
  margin: 0;
}

.main-content.main-content--referral-edit .actions {
  margin: 20px 0 20px;
}

.main-content .section-hide,
.main-content .section-show {
  padding: 10px 15px !important;
  margin: 0 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-family: 'OpenSans-SemiBold' !important;
  line-height: normal !important;
  cursor: pointer;
  position: relative;
}

.main-content .section-show {
  background: #367D6F !important;
  color: #fff !important;
  margin-bottom: 20px !important;
}

.main-content fieldset[aria-label="REFERRAL DETAILS"] .section-show {
  margin-bottom: 0 !important;
}

.main-content .section-show + * {
  margin-bottom: 50px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}

.main-content .section-show:hover,
.main-content .section-show:focus {
  color: #efefef !important;
}

.main-content .section-hide {
  background: #fff !important;
  color: #333B3B !important;
  border-top: 1px solid #DCDFE2 !important;
  border-bottom: 0 !important;
}

.main-content .section-hide:hover,
.main-content .section-hide:focus {
  color: #367D6F !important;
}

.main-content .section-hide::after,
.main-content .section-show::after {
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-content .section-hide::after {
  content:"\e114";
}

.main-content .section-show::after {
  content:"\e113";
}


table.section.highlight {
    background-color: #f8f8f8;
    margin: 0 0 20px !important;
    border-top: 20px solid #f8f8f8;
    border-left: 5px solid #f8f8f8;
    border-right: 5px solid #f8f8f8;
}

table.section.highlight td {
    padding: 0 30px !important;
}


.main-content--referral-edit .input-group,
.main-content--referral-edit .form-control.text,
.main-content--referral-edit .form-control.picklist,
.main-content--referral-edit .form-control.textarea {
  max-width: 944px;
}

.main-content--referral-edit .input-group.pull-left:not(.view-search) {
  border: 0 none transparent;
}

.main-content--referral-edit .form-control#hs_culturalprompttext {
  height: 170px;
}

.main-content--referral-edit .form-control#hs_referralsummaryprompttext {
  height: 60px;
}

.main-content--referral-edit .form-control.textarea.readonly {
  max-width: 100%;
}

.main-content--referral-edit .form-control.textarea.readonly:focus {
  outline: none;
}

.main-content--referral-edit .tr-detail {
  background: #F7F7F7;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.main-content--referral-edit .tr-detail td {
  padding: 30px 30px 0;
  vertical-align: top;
  word-break: break-all;
}

.main-content--referral-edit .tr-detail td .control {
  word-break: break-all;
}

.main-content--referral-edit .tr-detail.tr-detail--last td {
  padding: 0 30px;
}

.main-content--referral-edit .tr-detail.tr-detail--last + tr > td {
  padding-top: 30px;
}

.main-content--referral-edit .tr-detail .form-control {
  padding: 0;
  height: auto;
  color: #1D2127;
  font-size: 15px;
  border: 0 none transparent;
}

.main-content--referral-edit .tr-detail .form-control:focus {
  outline: none;
}

.main-content--referral-edit .tr-detail .field-label::after {
  display: none;
}

.main-content--referral-edit table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info + .control,
.main-content--referral-edit table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info {
  display: none;
}

.main-content--referral-edit table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info.required + .control,
.main-content--referral-edit table[data-name="Referral_Details"] > tbody > tr[role="group"] + tr .info.required {
  display: block;
}

.main-content.main-content--referral-edit *[data-name="tab_7"] .info {
  display: none;
}

/* Dashboard */
.dashboard-block {
  margin-bottom: 80px;
  border-bottom: 1px solid #DCDFE2;
}

/* Section 7 */
.page_section .main-content.main-content--cases .view-toolbar.grid-actions {
  margin: 0 0 18px;
}
.main-content.main-content--cases .main-content__expand-all-btn-container {
  display: block;
  margin-bottom: 25px;
}
.page_section .main-content.main-content--cases .crmEntityFormView .entity-form h2 {
  padding-left: 0;
  color: #333B3B;
  font-size: 24px;
  border: 0 none transparent;
}
.page_section .main-content.main-content--cases .clearfix .tab-column > div > fieldset {
  margin-bottom: 0;
}
.main-content.main-content--cases .actions {
  margin: 20px 0 20px;
}

form .main-content--cases fieldset:first-child legend.section-title {
  text-align: left;
  padding-bottom: 10px;
  color: #333B3B;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 24px;
  text-transform: lowercase;
  background: #F7F7F7;
  padding: 30px 30px 0;
  margin: 0 !important;
  border-bottom: 0 none transparent !important;
}

.main-content--cases .table-detail {
  margin-bottom: 30px;
}


.main-content--cases .tr-detail {
  background: #F7F7F7;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.main-content--cases .tr-detail td {
  padding: 30px 30px 0;
  vertical-align: top;
  word-break: break-all;
}

.main-content--cases .tr-detail td .control {
  word-break: break-all;
}

.main-content--cases .tr-detail.tr-detail--middle td {
  padding: 0 30px;
}

.main-content--cases .tr-detail.tr-detail--last td {
  padding: 0 30px;
}

.main-content--cases .tr-detail .form-control {
  padding: 0;
  height: auto;
  color: #1D2127;
  font-size: 15px;
  border: 0 none transparent;
}

.main-content.main-content--cases .subgrid-cell {
  position: relative;
}

.main-content--cases .tr-detail .form-control:focus {
  outline: none;
}

.main-content--cases .tr-detail .field-label::after {
  display: none;
}

.main-content--cases fieldset[aria-label="CASE ITEMS"] table tbody .info label {
  font-family: 'OpenSans-Bold';
  font-size: 18px;
  color: #333B3B;
  margin-bottom: 20px;
}

.main-content.main-content--cases .control .input-group {
  border: 0 none transparent;
}

#Subgrid_6 .view-toolbar.grid-actions {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}

.main-content--cases .input-group,
.main-content--cases .form-control.text,
.main-content--cases .form-control.picklist,
.main-content--cases .form-control.textarea {
  max-width: 944px;
}

.main-content--cases .input-group.pull-left:not(.view-search) {
  border: 0 none transparent;
}

.main-content--cases .form-control#hs_culturalprompttext {
  height: 70px;
}

.main-content--cases .form-control#hs_referralsummaryprompttext {
  height: 60px;
}

.main-content--cases .form-control.textarea.readonly {
  max-width: 100%;
}

.main-content--cases .form-control.textarea.readonly:focus {
  outline: none;
}

.main-content--cases .tr-detail {
  background: #F7F7F7;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.main-content--cases .tr-detail td {
  padding: 30px 30px 0;
  vertical-align: top;
  word-break: break-all;
}

.main-content--cases .tr-detail td .control {
  word-break: break-all;
}

.main-content--cases .tr-detail.tr-detail--last td {
  padding: 0 30px;
}

.main-content--cases .tr-detail.tr-detail--last + tr > td {
  padding-top: 30px;
}

.main-content--cases .tr-detail .form-control {
  padding: 0;
  height: auto;
  color: #1D2127;
  font-size: 15px;
  border: 0 none transparent;
}

.main-content--cases .tr-detail .form-control:focus {
  outline: none;
}

.main-content--cases #Subgrid_6 .table thead tr th:nth-child(1),
.main-content--cases #Subgrid_5 .table thead tr th:nth-child(1) {
  width: 3% !important;
}

/* SECTION 2 */
.crmEntityFormView .state, .crmEntityFormView .status {
  padding: 0;
}

table[data-name="Subject_Children"] table.table-fluid tr th:nth-child(12),
table[data-name="Subject_Children"] table.table-fluid tr td:nth-child(12) {
  display: none;
}