body, html {
  height: 100%;
  margin: 0;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* full viewport height */
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* this targets IE11 only, required so forms load correctly in CSDN */
  .wrapper {
    overflow: visible;
  }
}


header, 
#wb-sm, 
#wb-info .brand, 
#wb-sm .sm.open {
	background-color: #F0EDED;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 54px;
  z-index: 1000;
}
#wb-info {
	z-index: 1010;
}
#wb-info .container {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 100%;
}
#wb-info .gc-sub-footer, #wb-info .brand {
	padding: 2em;
}
#side_menu {
  position: fixed;
  left: 0px;
  top: 54px;
  bottom: 0px;
  width: 260px;
  z-index: 1012;
  background-color: #F0EDED;
  padding: 12px;
  padding-top: 1px;
	transition: left 0.5s ease;
	overflow-y: auto;
}
#side_menu.collapsed {
  left: -260px;
}
#side_menu ul {
  list-style: none;
  padding:0px;
  margin:0px;
}
#side_menu li {
  display: block;
  margin-bottom: 5px;
}
#side_menu li a {
  color: #46483F;
  text-decoration: none;
  padding: 10px 13px;	
  display: block;
  white-space: nowrap;
}
#side_menu li.current a, #side_menu li:hover a  {
  background-color: #E2E0F8; 
  border-radius: 100px;
  color: #1C1B1D;  
}
#side_menu li .rail-icon {
  display: inline-block;
  width: 26px;
  vertical-align: middle;
}
#side_menu li .rail-icon span {
	vertical-align:middle;
}
#side_menu li .text {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  max-width: 180px;
}
#side_menu li.current .text {
  font-weight:bold;
}
#side_menu hr {
	border-top: 1px solid #C6C7BC;
}
#right-sidebar {
  position: fixed;
  right: 0px;
  top: 54px;
  bottom: 0px;
  width: 10px;
  z-index: 999;
  background-color: #F0EDED;
  display: none;
}
#siderail {  
  position: fixed;
  left: 0px;
  top: 54px;
  bottom: 0px;
  width: 74px;
  z-index: 1011;
  background-color: #F0EDED;
  overflow-y: auto;
  overflow-x: hidden;
}
#siderail_menu {
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top: 10px;
}
#siderail_menu li, #siderail_more_icons li {
  display: block;
  margin-bottom: 20px;
  padding: 0px 8px;
}

#siderail_menu .rail-icon, #siderail_more_icons .rail-icon {
  display: block;
}
#siderail_menu .rail-icon span, #siderail_more_icons .rail-icon span {
  padding: 2px 15px;
}
#siderail_menu .rail-icon span[data-icon="productivity"] {
	padding: 4px 15px 0px 15px; /* nudge it down 2px since icon is offset from other */
}
#siderail_menu .text, #siderail_more_icons .text {
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#siderail_menu li.current .rail-icon span, #siderail_menu li:hover .rail-icon span, #siderail_more_icons li.current .rail-icon span, #siderail_more_icons li:hover .rail-icon span {
  background-color: #E2E0F8; 
  border-radius: 100px;
  display: inline-block;
}
#siderail_menu li.current .text, #siderail_more_icons li.current .text {
  font-weight: bold;
}
#siderail_menu li a, #siderail_more_icons li a {
  color: #46483F;
  text-decoration: none;
}
#siderail_menu li.current a, #siderail_more_icons li.current a {
  color: #1C1B1D;
}
#siderail_menu .more-icon .rail-icon span {
  padding: 0px;
  padding-top: 12px;
  height: 50px;
  width: 50px;
}
#siderail_menu li.more-icon:hover .rail-icon span {
  background-color: #DCD9D9; 
}
#siderail_more_toggle {
  cursor: pointer;
}
#siderail_menu li.more-icon .rail-icon span:before {
  position: relative;
  top: 13px;
}
#siderail_extended_menu {
  position: fixed;
  width: 300px;
  z-index: 1020;
  left: 74px;
  background-color: #F0EDED;
  padding: 14px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  border: 0px;
  text-align: left;
}
#siderail_extended_menu li {
  display: inline-block;
  width: 82px;
  height: 64px;
  vertical-align: top;
  text-align: center;
}
.side-panel {
  position: fixed;
  width: 300px;
  z-index: 1001;
  top: 54px;
  left: 0px; /* will be set to 74px at 992px breakpoint */
  bottom: 0px;
  background-color: #F5F3F3;
  border: 0px;
  text-align: left;
	transition: left 0.5s ease;
  overflow-y: auto;
}
.side-panel.collapsed {
	left: -300px;
}

.side-panel .side-panel-fields {
  padding: 35px;
  padding-top: 0px;
  padding-bottom: 15px;
}
.side-panel .side-panel-icons {
  padding: 15px;
  padding-bottom: 0px;
  text-align: right;
}
.side-panel .side-panel-fields input[type=text] {
	width: 100%;
}
.side-panel .priority label, .side-panel .form-type label, .filters-form-type-checkboxes label {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-panel .priority > div {
  font-weight: 700;
}
.side-panel .side-panel-button {
  border-top: 1px solid #C6C7BC;
  padding: 15px 35px;
  position: sticky;
  bottom: 0px;
  background-color: #F5F3F3;  
}
#filters-form-type-toggle {
  position: relative;
  left: -25px;
}
#filters-form-type-toggle span {
  font-size: 32px;
}
#filters-form-type-toggle:focus {
  outline: none;
  text-decoration: none;
  color: #19192A;
}
.side-panel hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #C6C7BC;
}
.side-panel .collapsed, .collapsed {
	display: none;
}
#filters-form-type-checkboxes {
  padding-left: 25px;
  max-height: 180px;
  overflow-y: auto;
  padding-right: 5px;
}
#acct-menu-icon {
  position: relative;
  padding: 0px;  
}
.acct-menu-icon {
  font-size: 16px; 
  color: #444559; 
  background-color: #E1E0FA; 
  width: 40px; 
  height: 40px; 
  line-height: 40px; 
  text-align: center; 
  border-radius: 50px;
  display: inline-block; 
}
#acct-menu-icon .expicon {
  display: none;
}
#help-support-menu-icon {
  position: relative;
  top: 6px;
}

#help-support-menu-icon .expicon {
  display: none;
}
.fa-large {
	font-size: 24px !important; 
}

.accepting-status {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 16px; 
  height: 16px;
  font-size: 14px;
  line-height: 0px;
}
.accepting-status i {
  border: 1px solid #ffffff;
  border-radius: 8px;
}
#acct-menu {
  right: 5px;
  margin-top: 7px;
  width:320px;
}
.acct-menu {
  border-bottom: 1px solid #C6C7BC;
  vertical-align: top;
}
.acct-menu .acct-menu-icon {
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.acct-menu .acct-menu-details {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  font-size: 12px
}
.acct-menu .acct-menu-details .accepting-status {
  position: static;
  font-size: 20px;
}
.acct-menu .acct-menu-details .accepting-status i {
  border: 0px;
}
.acct-menu .acct-menu-details .client-name {
  font-size: 16px;
}
.acct-menu .acct-menu-details .client-accepting-status {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 3px;
}

#help-support-menu {
  right: 5px;
  margin-top: 13px;
}
.help-support-menu {
  border-bottom: 1px solid #C6C7BC;
  vertical-align: top;
}
#side-menu-icon {
  margin-left: 25px;
  margin-right: 20px;
  padding-top: 4px;
  text-align: center;
  display: inline-block;
}
#side-menu-icon-open, #side-menu-icon-close {
  color: #1C1B1D;
}
header .brand img {
  margin-bottom: 0px;
  margin-top: 0px !important;
}





#change-status-link {
  padding: 0px 0px 10px 87px !important;
  font-size: 12px;
}
#wb-sm #change-status-link:hover {
  background: none;
}
#wb-sm .sm.open li #change-status-link:focus {
	background: none;
}
	
#mb-pnl .modal-header {
  box-shadow: none;
  border: 0px;
}
#mb-pnl .modal-footer {
  background: none !important;
}
#mb-pnl .acct-menu-icon {
  display:none;
}
#mb-pnl .acct-menu-details {
  color: #ffffff;
  line-height: 20px;
  display: block;	
  font-size: 14px;
}
#mb-pnl .acct-menu-details .client-name {
  font-size: 16px;
}
#mb-pnl .acct-menu-details .client-accepting-status {
  margin-top:10px;
}
#mb-pnl .accepting-status {
  position: static;
  font-size: 18px;
}
#mb-pnl .accepting-status i {
  border: none;
}
#mb-pnl #change-status-link {
  padding: 0px 0px 0px 30px !important;
  width: auto !important;
  margin: 0px;
}

.header-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-right {
  display: flex;
  gap: 1.25rem;
}

#wb-sm .menu > li {
	padding-right: 30px;
  padding-left: 0px;
}
#wb-sm .menu > li:last-child {
	padding-right: 15px;
}
#wb-sm .menu > li a {
	padding: 0px;
}

#wb-sm .menu {
  margin-left: 0;
  position: relative;
}
#wb-sm .menu > li {
  padding-right: 30px;
}
#wb-sm .sm {
  display: none;
  max-height: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
#wb-sm .sm.open {
  display: block;
  max-height: 1000px;
  min-width: 250px;
  position: absolute;
  text-transform: none;
  top: auto;
  z-index: 500;
}
#wb-sm .sm.open li {
  display: block;
}
#wb-sm .menu > li a {
  display: block;
}
#wb-sm .menu > li a, #wb-sm .menu > li a:hover, #wb-sm .menu > li a:focus, #wb-sm .active > a {
  text-decoration: none;
}
#wb-sm .sm.open li a {
  text-align:left;
}
#wb-sm .menu > li > ul > li.current a, #wb-sm .menu > li > ul > li.current a:hover {
  font-weight: bold;
}
#wb-sm .menu li ul li a span {
  position: relative;
  top: 6px;
  padding-right: 3px;
}

/* General Classes */

.inline {
  display: inline;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.numbered {
  counter-reset: numbered-item-counter;
}

.numbered .item {
  counter-increment: numbered-item-counter;
}

.numbered .item::before {
  content: counter(numbered-item-counter) ".";
  font-weight: bold;
}

#ui-datepicker-div {
    z-index: 1110 !important;
}
.date-picker-container {
    position: relative;
    display: flex;
}

.date-picker-container input {
    box-sizing: border-box;
    width: auto;
}

.date-picker-container img {
    right: 10px;
    top: 50%;
    margin-left: -25px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

/* End General Classes */

/* Splash Page (Welcome.jsp) */

.splash #bg {
   background-color: #f4f7f9;
}


.splash .sp-bx {
    background-color: #fff!important;
    padding: 30px 30px 19px;
    border-top: 8px solid #57bd84!important;
}

@media ( min-width :768px) {
	.splash .sp-hb {
		margin: 50px auto;
		width: 550px
	}
}

@media ( min-width :992px) {
	.splash .sp-hb {
		margin: 175px auto;
		width: 550px
	}
}

@media ( min-width :1200px) {
	.splash .sp-hb {
		margin: 175px auto;
		width: 550px
	}
}






/* Login Screen */
.partners-list-item {
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}


@media screen and (max-width: 991px) {
  .login-resource-panel {
    position: relative;
    top: 18px;
  }
}

.login-pull-right {
  float: right !important;
  position: relative;
  bottom: 690px;
}

/* End Login Screen */

/* Inbox Screen */

table.dataTable {
	margin-bottom: 23px; /* fix needed for bottom of page */
}

.comment-box {
    width: 100%;
}

/* End Inbox Screen */

/* View Routing Screen */

ul.tree li {
    list-style-type: none;
    position: relative;
}

ul.tree li ul {
    display: none;
}

ul.tree li.open > ul {
    display: block;
}

ul.tree .treeNode {
    color: black;
    text-decoration: none;
}

ul.tree .treeNode span:before {
    height: 1em;
    padding:0 .1em;
    font-size: .8em;
    display: block;
    position: absolute;
    left: -1.3em;
    top: .2em;
}
/* End View Routing Screen */

/* Forms General */
.panel-heading {
  border-bottom: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;  
  padding: 24px 24px 0px 24px;
  background-color: #F5F3F3 !important;
}
.panel-title {
	font-size: 1.5em;
  line-height: 2em;
  font-weight: 100;
  color: #1B1C1C;
}
.panel-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
	padding: 24px 24px 24px 24px;
	background-color: #F5F3F3;
}
.panel-default {
	border: none;
}
.panel {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	border: 0px;
}
.panel-footer {
	padding: 24px 24px 24px 24px;
	background-color: #F5F3F3;
	border-top: 0px;
  margin-top: 20px;
}
.panel-body .panel-footer {
	border-radius: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 24px;
}

.form-thumb {
  border: 1px solid #777;
  padding: 1px;
}

.form-thumb-selected {
  border: 1px solid #4B4;
  padding: 1px;
}

#related-resources ul {
	list-style: none;
	padding-left: 30px;	
}

/* End Forms General */

/* VAC523 Form */
.mm-text-input {
  display:inline;
}

/* End VAC523 Form */

/* VAC525 Form */
.vac525-total {
  max-width: 30%;
}

.gds-radio {
  font-weight: bold;
}
/* End VAC525 Form */

/* VAC762 Form */
.sketch {
  height: 250px;
}
/* End VAC762 Form */

/* VAC850 Form */
.tdheader {
  border: none !important;
  display: table;
  margin-top: 20px;
  margin-bottom: 3px;
  margin-left: 0
}

.tddata {
  border: none !important;
  display: table;
  width: 100%;
  padding: 0;
}
/* End VAC850 Form */

/* VAC687 Form */
.tdvac687header {
  border: none !important;
  display: table;
  width: 95%;
  margin-left: 20px;
  margin-top: 20px;
}

.tdvac687header60 {
  width: 60%;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0;
}

.tdvac687header50 {
  width: 50%;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0;
}

.tdvac687header20 {
  width: 20%;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0;
}

.tdvac687header10 {
  width: 10%;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0;
}

.tdvac687space {
  padding-top: 0
}

.tdvac687data {
  border: none !important;
  display: table;
  width: 95%;
  margin-left: 20px;
  margin-top: 0;
}

.tdvac687data60 {
  width: 60%;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}

.tdvac687data50 {
  width: 50%;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}

.tdvac687data20 {
  width: 20%;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}

.tdvac687data10 {
  width: 10%;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}

.divbuttonalign {
  margin-left: 5px;
}

.labelactionsteptitlefontsize {
  font-size: 35px;
}
.dateformattitlefontsize {
  font-size: 10px;
}

.trpaddingtop {
  padding-top: 0;
  margin: 0;
  align: top;
  line-height: 2px;
}

.trspacing {
  padding-bottom: 0; margin: 0;
  align: top;
  line-height: 5px
}

.trspacinglineheight8px {
  padding-bottom: 0;
  margin: 0;
  align: top;
  line-height: 20px
}

.tablenospacing {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0; margin: 0;
  align: top;
}
/* End VAC687 Form */

/* Below Gutter Space for all (I think this is meant for a sass file somewhere, not this one?) */
/*$grid-gutter-width: 1.5rem;*/
/*$gutters: (*/
/*  0: 0,*/
/*  1: $spacer * .25,*/
/*  2: $spacer * .5,*/
/*  3: $spacer,*/
/*  4: $spacer * 1.5,*/
/*  5: $spacer * 3,*/
/*);*/

/* Fix alert icon */
.alert::before {
  margin-left: initial;
  left: 13px;
}

/*
    Fix a few things that looked odd after updating WET
 */

th button {
  background: none;
  border: none;
}

.mfp-container {
  background: none;
  border: none;
}

table.dataTable thead .sorting_asc .sorting-icons:before, table.dataTable thead .sorting_desc .sorting-icons:after {
  background: #ccc;
  border: 1px solid #111;
  color: #333333;
}
table.dataTable tr.has-new-activity td {
  font-weight: 600;
  background: #ffffff;
}
table.dataTable > thead > tr > th { 
  background-color: #F5F3F3;
  border-bottom: 1px solid #76786E;
  font-size: 14px;
  font-weight: 500;	
}
table.dataTable > thead > tr > th:first-child, table.dataTable > thead > tr > th.left-corner {
  border-top-left-radius: 12px;
}
table.dataTable > thead > tr > th:last-child {
  border-top-right-radius: 12px;
}
table.dataTable {
  border: 0px !important;
  border-radius: 0px;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  background-color: #F5F3F3;
}
table.dataTable > thead > tr > th:hover .sorting-icons:after, table.dataTable > thead > tr > th:hover .sorting-icons:before {
  background-color: #DCD9D9;
}
table.dataTable > thead > tr > th button {
  padding: 4px 8px;
}
table.dataTable > thead > tr > th:not(.sorting_desc):not(.sorting_asc):hover button {
  background-color: #DCD9D9;
  border-radius: 14px;
}
table.dataTable thead .sorting-icons:before, table.dataTable thead .sorting-icons:after {
  font-family: 'Material Symbols Outlined';
  font-size: 16px;
  color: #1B1C1C;
  visibility: hidden;
}
.fonts-loaded table.dataTable thead .sorting-icons:before, .fonts-loaded table.dataTable thead .sorting-icons:after {
  visibility: visible;
}


table.dataTable thead .sorting-icons:before {
  content: "arrow_downward";
  display: none;
}
table.dataTable thead .sorting-icons:after {
  content: "arrow_upward";
  display: none;	
}
table.dataTable > thead > tr > th.sorting_desc .sorting-icons:before {
  display: block;
}
table.dataTable > thead > tr > th.sorting_asc .sorting-icons:after {
  display: block;
}
table.dataTable thead .sorting .sorting-icons:before, table.dataTable thead .sorting .sorting-icons:after, table.dataTable thead .sorting_asc .sorting-icons:after, table.dataTable thead .sorting_desc .sorting-icons:before {
  border: none;
  border-radius: 50%;
  padding: 2px;
  background: #F5F3F3;
  font-weight: 500;
  color: #1B1C1C;	
}
table.dataTable > tbody > tr:first-child > td {
  border-top: 0px;
}
#inbox-table {
  width: auto !important;
  min-width: 100%;
}
#inbox-table_processing {
  padding-top: 50px;
}
table.dataTable > tbody > tr > td {
  font-size: 75%;
}
/*
      Phase 2 styling
 */
textarea.form-control {
  min-height: 60px;
}

.bhsol-form h1,
.bhsol-form h2,
.bhsol-form h3,
.bhsol-form h4,
.bhsol-form h5 {
  font-weight: bold;
  border: none;
  margin: 10px 0;
  padding: 0;
}

.bhsol-form h1 {
  font-size: 30px;
}

.bhsol-form h2 {
  font-size: 24px;
}

.bhsol-form h3 {
  font-size: 22px;
  padding-top: 70px;
  border-top: 1px solid #d5e2e9;
  margin-top: 14px;
}

.bhsol-form h4 {
  font-size: 20px;
}

.bhsol-form h5 {
  font-size: 18px;
}

.bhsol-form .panel-title .col-md-12 {
  padding-left: 27px;
  padding-right: 27px;
}

.bhsol-inner-panel-content {
  padding: 27px;
  border-top: 1px solid #b4b4b4;
}

.bhsol-card {
  padding: 12px;
}

.bhsol-card label.required:before,
.bhsol-card legend.required:before,
.bhsol-card .checkbox.required:before {
  margin-left: -11px;
}

.bhsol-card-content .form-group textarea {
  width: 75ch;
}

.bhsol-card-content .form-group input[type=date].form-control {
  line-height: initial;
}

.bhsol-card-content label + .checkbox,
.bhsol-card-content .bhsol-divider + .checkbox {
  margin-top: 0;
}

.bhsol-card-content input + .checkbox,
.bhsol-card-content textarea + .checkbox {
  margin-top: 25px;
}

.bhsol-card-content select + label,
.bhsol-card-content textarea + label {
  margin-top: 10px;
}

.bhsol-card-content select {
  max-width: 50ch;
}

.bhsol-card-content p.required:before,
.bhsol-card-content h4.required:before {
  content: "* ";
  color: #d3080c;
  margin-left: -11px;
}

.bhsol-card-content p.required {
  font-weight: 700;
}

.bhsol-card-content strong.required {
  color: #d3080c;
  font-weight: 700;
}

.bhsol-card-content input[type="text"]:read-only,
.bhsol-card-content textarea:read-only {
  cursor: not-allowed;
}

.bhsol-card-content input[type="text"]:read-only::placeholder,
.bhsol-card-content textarea:read-only::placeholder {
  opacity: 0;
}

.bhsol-card-content .bhsol-indent + .checkbox,
.bhsol-card-content .bhsol-checkbox-controlled + .checkbox {
  margin-top: -5px;
}

.bhsol-card-content input[type=hidden] + .checkbox {
  margin-top: -5px;
}

.bhsol-inner-panel {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
}

.bhsol-inner-panel-title {
  background-color: #f5f5f5;
  padding: 10px 27px;
}

.bhsol-card-content .bhsol-inner-panel-title-required legend {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.bhsol-inner-panel-title label,
.bhsol-inner-panel-title .checkbox,
.bhsol-inner-panel-title p {
  margin: 0;
}

.bhsol-inner-panel-title select {
  margin-top: 5px;
}

.bhsol-indent,
.bhsol-checkbox-controlled,
.bhsol-select-controlled {
  margin-left: 20px;
  margin-bottom: 15px;
}

.bhsol-bold {
  font-weight: bold;
  margin: 0;
}

p.bhsol-bold + .checkbox {
  margin-top: 4px;
}

.bhsol-divider {
  padding-top: 12px;
  border-top: 1px solid #d5e2e9;
  margin-top: 14px;
}

.bhsol-spacer {
  margin-top: 24px;
}

#bhsol-form-errors {
  display: flex;
  flex-direction: column;
  background-color: #f3e9e8;
  width: 100%;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #d3080c;
  padding: 15px;
  margin-bottom: 23px;
}

#bhsol-form-errors-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#bhsol-form-errors-heading svg {
  min-height: 32px;
  min-width: 32px;
}

#bhsol-form-errors-heading span {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}

#bhsol-form-errors a {
  font-size: 16px;
}

.bhsol-radio-group {
  display: flex;
  flex-direction: column;
}

.bhsol-radio-group .radio {
  margin: 0;
}

.bhsol-field-error {
  display: flex;
  margin-bottom: 8px;
}

.bhsol-field-error span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #d3080c;
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  background-color: rgb(243, 233, 232);
}

.bhsol-field-error + input,
.bhsol-field-error + textarea,
.bhsol-field-error + select {
  border: 1px solid #a94442;
}

.bhsol-field-error + input:focus,
.bhsol-field-error + textarea:focus,
.bhsol-field-error + select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.bhsol-field-error-scroll-margin {
  scroll-margin-top: 250px;
}

.bhsol-error-link a:visited {
  color: #284162;
}

/* Toast (notification on bottom of screen) */
.bhsol-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  border-radius: 5px;
  display: none;
  z-index: 1020;
}

.bhsol-toast section {
  margin-right: 40px;
}

.bhsol-toast-title {
  font-weight: bold;
  font-size: 18px;
}

.alert .bhsol-toast-description {
  margin-top: -3px;
  padding-bottom: 12px;
}

.bhsol-toast-dismiss {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  margin: 13px;
}

.bhsol-toast .alert {
  margin-bottom: 0;
}

.bhsol-toast-success {
  background-color: #d8eeca;
}

.bhsol-toast-info {
  background-color: #d7faff;
}

.bhsol-toast-danger {
  background-color: #f3e9e8;
}

@media print {
  body, html {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: initial !important;
  }

  embed {
    display: none;
  }

  /* Set font size for header to 12px */
  body header {
    font-size: 14px !important;
  }

  /* Set font size for all elements */
  body * {
    font-size: 12px !important;
  }

  /* Reset font size for header children */
  body header * {
    font-size: inherit !important;
  }
  [class^="col-md-"] {
    float: left;
  }

 .col-md-1 input[type="radio"],
  .col-md-2 input[type="radio"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px;
  }

  .col-md-1 {
    width: 8.3333%; /* 1/12 */
  }

  .col-md-2 {
    width: 16.6667%; /* 2/12 */
  }

  .col-md-3 {
    width: 25%; /* 3/12 */
  }

  .col-md-4 {
    width: 33.3333%; /* 4/12 */
  }

  .col-md-5 {
    width: 41.6667%; /* 5/12 */
  }

  .col-md-6 {
    width: 50%; /* 6/12 */
  }

  .col-md-7 {
    width: 58.3333%; /* 7/12 */
  }

  .col-md-8 {
    width: 66.6667%; /* 8/12 */
  }

  .col-md-9 {
    width: 75%; /* 9/12 */
  }

  .col-md-10 {
    width: 83.3333%; /* 10/12 */
  }

  .col-md-11 {
    width: 91.6667%; /* 11/12 */
  }

  .col-md-12 {
    width: 100%; /* 12/12 */
  }

  @page {
    size: auto;
  }
  .wrapper {
    display: block;
  }
}

#bhsol-spinner {
  margin-bottom: 48px;
}

#bhsol-spinner .text-center {
  margin-top: 8px;
}

.bhsol-loader {
  margin: 0 auto;
  border: 8px solid #f5f5f5;;
  border-radius: 50%;
  border-top: 8px solid #26374A;
  width: 60px;
  height: 60px;
  -webkit-animation: bhsol-spin 2s linear infinite; /* Safari */
  animation: bhsol-spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes bhsol-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes bhsol-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

 /* Main styling for Back to Top button */
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 1em;
    z-index: 2001;
    background-color: #19192A !important;
    padding: 12px;
    display: none;
    transition: opacity 0.3s ease;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    align-items: center;
}

/* Styling for the icon inside the button */
.back-to-top i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    font-size: 28px;
    height: 50px;
    width: 50px;
    color: #fff;
}

/* Show button with fade-in effect */
.back-to-top.show {
     display: flex;
     opacity: 1;
}

.back-to-top:hover {
 cursor: pointer;
}

/* Fix responsiveness issues on maintain users page tables */
.bhsol-table-fixed {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

/* Styling for sticky nav bar */
#navbar {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-box;
  display: -moz-box;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -ms-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  background-color: #FBF9F9;
  padding: 10px 0;
  position: relative;  
}

#navbar #clear-form-button {
  margin-left: auto;
}
@media (max-width: 750px) {
  #navbar #print-button {
    margin-left: inherit;
  }
}

.sticky {
  position: fixed !important;
  top: 54px;
  width: 100%;
}
/* this adds a bar across the page that the content can scroll under and it hides box-shadows */
.sticky::before {
  content: "";
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FBF9F9;
  z-index: -1;
}

/* set the width of the navbar to match the .container class. subtracting -30px from each to account for .row padding */
#navbar.sticky {
  width: calc(100% - 30px);
}

.bhsol-mm-radio {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .bhsol-mm-radio {
    display: flex;
    flex-direction: column;
  }
}

.bhsol-mm-radio input[type="radio"]:not(:only-of-type):last-of-type {
  margin-left: 30px;
}

.bhsol-mm-radio-all input[type="radio"]:not(:first-of-type) {
  margin-left: 30px;
}

.bhsol-readonly-select {
  word-wrap: break-word;
  white-space: normal;
  display: block;
}

.bhsol-readonly-text {
  word-wrap: break-word;
  white-space: normal;
  display: block;
  padding-top: 7px
}

.bhsol-readonly-textarea {
  word-wrap: break-word;
  white-space: pre-wrap;
  display: block;
  padding: 7px 0;
}

.select2-selection--single {
  min-height: 37px !important;
  padding: 6px 12px;
  width: auto;
}

.select2-selection--single .select2-selection__rendered {
 line-height: 1.5 !important;
 padding-left: 0 !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
}

.select2-results__options {
  line-height: 1;
  max-height: 320px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #767676 !important;
}
#inbox-table td.checkbox-col:empty {
  display: none;
}

/* New Inbox loading animation/look */
.table-loading {
  opacity: 0.3;
}

.dataTables_wrapper {
	position: static;
}
.dataTables_wrapper .dataTables_processing {
  z-index: 1;
  background: none !important;
}
.search-wrapper {
  position: relative;
  max-width: 550px;
  width: 100%;  
}

#inbox-table_filter input.form-control {
  padding-left: 50px;
  padding-right: 50px;
  height: 56px;
  box-sizing: border-box;
  border-radius: 28px;
  box-shadow: none;
  border: 0px;
  background-color: #F5F3F3;
  color: #1B1C1C !important;
  position: relative;
  width: 100%;
  max-width: 550px;
  font-weight: 400;
}
#inbox-table_filter input::placeholder {
	color: #46483F !important;
	font-weight: 300;
}
#inbox-table_filter .hover-icon {
  color: #46483F;
  position: absolute;
  font-size: 20px;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 20px;
}
#inbox-table_filter .material-symbols-outlined {
  line-height: 35px !important;
}
#inbox-table_filter .hover-icon:hover {
  background: #c6c4db;
}
#inbox-table_filter #search_icon {
  left: 10px;
  top: 10px;
  cursor: pointer;
}

#inbox-table_filter label {
	width:100%;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left:0px;
}
#inbox-table_filter #clear_icon {
  right: 59px;
  top: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  user-select: none;
  display: none;
}
#inbox-table_filter #divider {
  border-left: 1px solid #C6C7BC;
  position: absolute;
  height: 28px;
  width: 1px;
  right: 52px;
  top: 14px;
  display: none;
}

#inbox-table_filter #filter_icon {
  right: 10px;
  top: 10px;
}
.dataTables_wrapper .top {
	margin-top: 14px;
	margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dataTables_wrapper .dataTables_filter {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
	float: none;
  margin-right: 40px;  
}

.dataTables_wrapper .inbox-table_info,
.dataTables_wrapper .dataTables_length {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .dataTables_wrapper .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-right: 0px;
  }
  .dataTables_wrapper .inbox-table_info,
	.dataTables_wrapper .dataTables_length {
    margin-left: 0;
    margin-top: 5px;
  }
	.dataTables_wrapper .dataTables_info:after {
		content: "";
  }  
}
/* Inbox table filters */
.filter {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;	
  border-radius: 10px;
  padding: 8px 10px;  
  color: #19192A;
  text-align: center;
  white-space: nowrap;
  background-color: #E2E0F8;
}
.filter > span {
  position: relative;
  top: 4px;
  font-size: 20px;
}
#active-filters {
  margin-top:15px;
}
#active-filters label {
  font-size: 16px;
  line-height: 16px;
}
.active-filter {
  display: inline;
}
#active-filters-row {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
#active-filters-row .applied-filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  flex: 0 1 auto;
  max-width: calc(100% - 120px);
  scrollbar-width: thin;
  padding-bottom: 10px;
  margin-bottom:14px;
}

#active-filters-row .clear-button {
  flex: 0 0 auto;
  margin-left: 10px;
}
.active-filter .dismiss {
  cursor: pointer;
  background: none;
  border-radius: 50%;
  padding: 2px;
}
.active-filter:hover .dismiss {
  background: #C6C4DB; 
}
#mailbox-advanced-search-form label {
  font-weight: 400;
  display: block;
}
.mfp-bg {
  opacity: 0.4;
}
.overlay-def {
  box-shadow: none;
}
#mailbox-advanced-search-modal {
  width: calc(100% - 20px);
  max-width: 700px;
  margin: 0px;
}
#mailbox-advanced-search-modal .modal-footer {
  border-top: 1px solid #C6C7BC;
}

.inbox-nav {
	border: 1px solid #76786E;
	width: 160px;
	color: #46483F;
}

html[lang="fr"] .inbox-nav {
  width: 260px;
}

.inbox-nav:hover {
	background-color: #B2B1C9 0.8;
}

.inbox-nav.active {
	color: #1B1C1C;
	background-color: #E2E0F8;
}

.inbox-nav.active:hover {
	background-color: #C6C4DB;
} 

.inbox-nav-count {
	padding-left: 5px;
}

.mailbox-check.active {
	padding-right: 5px;
}

/* checkbox and radio styles */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  width: 18px;
  height: 18px;
  border: 2px solid #46483F;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  position: relative !important;
  top: -4px;
}
input[type="checkbox"]:checked {
  background-color: #46483F;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);  
}
input[type="checkbox"]:disabled {
  background-color: #DCD9D9;
  opacity:0.64;
}
input[type="checkbox"]:disabled:checked {
  background-color: #46483F;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  width: 20px;
  height: 20px;
  border: 2px solid #46483F;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  position: relative !important;
  top: -4px;
}
input[type="radio"]:checked {
  background-color: transparent;
}
input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #46483F;
}
input[type="radio"]:disabled {
  opacity: 0.64;
}
.radio input[type="radio"] {
	margin-right: 4px;
}

@media print {
  .panel-heading {
    padding: 24px 0px 0px 0px;
    background-color: transparent !important;
  }
  .panel-body {
    padding: 24px 0px 0px 0px;
  }
  .bhsol-card {
    padding: 12px 0px;
  }
  .bhsol-form .panel-title .col-md-12 {
    padding-left: 14px;
    padding-right: 14px;	
  }
  input[type="checkbox"] {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; 
    background-color: transparent !important;
    border: 2px solid #46483F !important;
  }
  input[type="checkbox"]:checked {
    background-color: #46483F !important;
  }
  input[type="radio"] {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  input[type="radio"]:checked::after {
    color: #46483F !important;
    background: #46483F !important;
  }
}

.routing-availability-icon {
	padding-left: 5px;
}

.routing-availability {
	font-size: 16px; 
}

.user-available {
	color: #1CA56F;
}

.user-not-available {
	color: #D3080C;
}

.client-tooltip {
	visibility: hidden;
  border: 1px solid #C6C7BC;
  padding: 25px;
  position: absolute;
  z-index: 1020;
	background-color: #F0EDED;
  width: 640px;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.2s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	font-weight: 400;
}
.client-tooltip h2 {
  margin-top: 0px;
}
.trigger-client-tooltip {
	display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.trigger-client-tooltip:hover .client-tooltip, .trigger-client-tooltip:focus .client-tooltip {
  visibility: visible !important;
  opacity: 1;
}

.trigger-client-tooltip::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
}

@media (max-width: 768px) {
  .client-tooltip {
    width: 360px;
    left: 25px;
  }
  .trigger-client-tooltip {
    display: inline;
    width: auto;
    height: auto;
    position: static;
    margin-left: 5px;
  }  
}

.modal-header, .modal-body, .modal-footer {
  background-color: #EAE8E8 !important;
}
.modal-header .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal-icon {
	color: #1B1C1C;
}

@media print {
  #back-button {
    display: none !important;
  }
}

a#swap-language {
	font-weight: 400;
	color: #46483F;
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 991px) {
  #siderail {
		display: none;
  }
  #side_menu {
  	padding: 5px;
  }
  #side-menu-icon {
    margin-left: 15px;
    margin-right: 10px;  
  }
  #wb-sm .menu > li {
  	padding-right: 15px;
  }
  header .brand img {
  	max-width: 200px;
  }
}
@media (max-width: 1200px) {
  #table-container, #client-table {
  	overflow-x: auto;
  }
}

.btn .material-symbols-outlined {
	vertical-align: middle;	
	font-size: 20px;
	position: relative;
	top: -2px;
}

.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  visibility: hidden;
}

.fonts-loaded .material-symbols-outlined,
.fonts-loaded .material-symbols-rounded,
.fonts-loaded .material-symbols-sharp {
  visibility: visible;
}

.main-container {
  flex: 1; /* pushes footer down */
	margin-top: 54px;
	transition: padding-left 0.5s ease;
	min-height: 700px;
}
.container {
	width: 100%;
}
#wb-glb-mn {
	margin-top: 0px !important;
}

/* Custom Select2 overrides */
.select2-dropdown .bhsol-s2-name {
  font-size: 16px;
  line-height: 20px;
  color: #1B1C1C;
}
.select2-dropdown .bhsol-s2-additional-details {
  padding-top:2px;
}
.select2-dropdown .bhsol-s2-accepting-forms {
  font-size: 14px;
  line-height: 20px;
  color: #46483F;
}
.select2-dropdown .bhsol-s2-form-count {
  font-size: 14px;
  line-height: 20px;
  color: #46483F;
}
.select2-dropdown .select2-results__option {
  padding: 15px;
  border-bottom:1px solid #C6C7BC;
}
.select2-dropdown {
  background-color:#F0EDED !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
  border:1px solid #C6C7BC !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #1B1C1C !important;
  background-color: #E4E2E2 !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #E4E2E2 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #C6C7BC;
  background-color: #F5F3F3;
  height: 56px;
  border-radius: 4px;
  padding-left: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-dropdown .select2-search--dropdown {
  padding:15px;
}
.select2-dropdown .bhsol-s2-selection-render {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.select2-dropdown .bhsol-s2-title {
  color: #46483F;
}
.select2-dropdown .select2-selection__rendered {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single {
  background-color: #F0EDED !important;
  border: 0px !important;
  border-bottom: 1px solid #76786E !important;
  border-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  height: 40px !important;
  padding: 8px 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display:none; /* hides the select2 arrow */
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "arrow_drop_down";
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 8px;
  pointer-events: none;
}

@media (min-width: 768px) {
  #navbar.sticky {
  	width: calc(100% - 30px);
  }
  .main-container {
  	padding-left: 0px;
  	padding-right: 0px;
  }
  .side-panel {
  	left: 0px;
  }
}
/* values used in the calculated widths below: .container width - .main-container left padding - .main-container right padding - content padding */
@media (min-width: 992px) {
  .main-container {
		padding-left: 74px; /* should be same as left siderail width */
		padding-right: 10px; /* should be same as right fixed rail width */
	}
  .container {
		max-width: 970px;
  }
  .side-panel {
  	left: 74px;
  }  
  #navbar.sticky {
		width: calc(100% - 74px - 10px - 30px);
		max-width: calc(1100px - 74px - 10px - 30px);
  }  
  #right-sidebar {
  	display: block;
  }  
}
@media (min-width: 1200px) {
  body.expanded-menu-panel .main-container {
		padding-left: calc(74px + 300px + 20px);
		padding-right: calc(10px + 20px);
	}
  .container {
		max-width: calc(1170px - 74px - 10px);
  }
  #navbar.sticky {
		width: calc(1170px - 74px - 10px - 30px);
		max-width: none;
  }   
}
@media (min-width: 1430px) {
  .container {
		max-width: calc(1400px - 74px - 10px);
  }
  #navbar.sticky {
		width: calc(1400px - 74px - 10px - 30px);
		max-width: none;
  }  
}
