.green-b {
  background-color: #209695;
}
.blue-b {
  background-color: #3498db;
}
.purple-b {
  background-color: #9b59b6;
}
.lgrey-b {
  background-color: #f5f5f5;
}
.white-b {
  background-color: #fff;
}
.blue-link {
  color: #02689A !important;
}
body,
html {
  height: 100%;
}
body {
  background-color: #F8F8F8;
  color: black;
  font-weight: normal;
  overflow-x: hidden;
  font-family: 'Open Sans';
}
table,
.table {
  color: black;
}
.body-container {
  padding-top: 125px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
a {
  color: black;
  text-decoration: none;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:active {
  text-decoration: dotted;
}
h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins';
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
.open-sans {
  font-family: 'Open Sans';
}
p {
  color: #000000;
  font-weight: 400;
  font-family: 'Open Sans';
  font-size: 16px;
}
p.img-text {
  font-size: 14px;
}
dl.dl-horizontal dt {
  margin-bottom: 2px;
  margin-top: 2px;
}
dl.dl-horizontal dd {
  margin-left: 0;
  padding-left: 180px;
}
dl.dl-horizontal dt:hover,
dl.dl-horizontal dt:hover + dd,
dl.dl-horizontal dd:hover {
  background: #edf2f5;
}
dl.dl-horizontal dt:hover + dd,
dl.dl-horizontal dd:hover {
  color: #465463;
}
div.spinner {
  width: 175px;
  height: 175px;
  margin: 0 auto;
  background: url("../images/spinner-chart.png");
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.icon-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.grid-stack-container {
  margin-top: 0;
  margin-bottom: 15px;
}
.main-wrapper-sidebar {
  padding: 20px;
  width: 85%;
  height: 100%;
}
.main-wrapper-sidebar div.spinner {
  position: absolute;
  top: 25%;
  left: calc(42.5% - 87px);
  z-index: 1000;
}
@media (max-width: 1200px) {
  .main-wrapper-sidebar {
    width: 75%;
  }
}
.main-wrapper-nosidebar {
  padding: 20px;
}
.main-wrapper-nosidebar div.spinner {
  width: 175px;
  height: 175px;
  position: absolute;
  top: calc(50% - 87px);
  right: calc(50% - 87px);
  z-index: 1000;
}
@media (max-width: 768px) {
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
  }
}
.centering-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.v-centering-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.error {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.error .content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #204332 - Highlight search text */
mark {
  background-color: yellow;
  color: black;
}
.list-select {
  padding: 5px;
  border-radius: 3px;
  font-family: 'Open Sans';
}
.list-select:hover {
  background: #EBEBEB;
  cursor: pointer;
}
.list-select.selected {
  background: #D3D3D3;
  color: #000000;
}
.filter-category.list-select.selected {
  font-weight: 600;
}
.filters.list-select.selected {
  font-weight: 400;
}
.color-dot {
  width: 5px;
  height: 30px;
  vertical-align: central;
  border-radius: 1px;
  margin-right: 10px;
  background-color: black;
}
i.fa-border {
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 0 2px #D6D6D6;
  padding: 0.3em 0.4em;
  background-color: #D6D6D6;
}
.product-metadata {
  height: 60px;
  vertical-align: top;
}
.details-table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.details-table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.details-table tbody tr {
  font-size: 16px;
}
.details-table th {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  background-color: #E6E6E6;
}
.details-table td,
.details-table th {
  padding: 8px;
}
/* SVG Color Changes */
.info-icon {
  filter: invert(18%) sepia(0%) saturate(1227%) hue-rotate(217deg) brightness(101%) contrast(79%);
}
input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
.list-select.unmatched {
  opacity: 0.8;
}
.list-select.unmatched:hover {
  background: none;
  cursor: default;
}
.list-select.unmatched span {
  text-decoration: line-through;
  color: #999;
}
/* --------------------------------------> UTILITY CLASSES */
.nopadding {
  padding: 0;
}
.no-radius {
  border-radius: 0;
}
.marbot-10 {
  margin-bottom: 10px;
}
.marbot-20 {
  margin-bottom: 40px;
}
.marbot-40 {
  margin-bottom: 40px;
}
.martop-10 {
  margin-top: 10px;
}
button > h4 {
  margin: 0;
}
.primary-background {
  background-color: #5B0428;
  color: #fff;
}
.pad-left-10 {
  padding-left: 10px;
}
.reg-lg {
  font-size: 11px;
  position: relative;
  top: -10px;
  left: 2px;
  opacity: 0.8;
  margin-right: 2px;
}
.select2-results__options {
  color: black;
}
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-date-icon {
  background: url("../content/icons/calendar.svg") no-repeat 5px 5px;
  padding-left: 40px;
  text-align: left !important;
}
.tableFixHead {
  overflow: auto;
  height: 100%;
}
.tableFixHead thead th {
  position: sticky;
  top: -3px;
}
/* --------------------------------------> TOP-BAR */
.bar-top {
  height: 75px;
  background-color: #FFFFFF;
  padding: 0px;
  z-index: 1030;
}
div.brand {
  color: #3E3E3E;
  font-size: 24pt;
  text-decoration: none;
  font-family: 'Poppins';
  font-weight: 600;
}
/* --------------------- MENU BAR */
.division-line {
  padding: 20px 20px 20px 0px;
  border-left: 1px solid #000000;
  height: 35px;
  margin-left: 20px;
}
button.user-account,
button.user-account:active,
button.user-account:focus {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #5B0428;
}
ul.nav.navbar-nav.navbar-right {
  margin: 2px 0;
  padding: 0 10px;
}
ul.subheader {
  padding-top: 75px;
  z-index: 1029;
  font-family: "Poppins";
  font-size: 16px;
  color: #3E3E3E;
  background-color: #F8F8F8;
}
a.ul-logo {
  background-image: url('../images/ultrus_logo_dkred_tm_rgb.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 130px;
  padding: 13px;
  background-size: cover;
}
a.pull-right.ul-logo {
  margin-top: -8px;
  padding: 0;
}
a.pull-right.ul-logo:hover {
  background-color: transparent;
}
.nav > li > a {
  color: black;
  font-weight: normal;
  padding: 10px;
  text-decoration: none;
  text-shadow: none;
}
.nav > li > a:hover {
  background-color: #e5e8ec;
}
.nav > li > div > a.dropdown-item:visited,
.nav > li > div > a.dropdown-item:link {
  color: black;
}
.nav > li.active,
.nav > li.active a:not(.dropdown-item) {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #5B0428;
  position: relative;
}
nav > li > div > .dropdown-item.active {
  background-color: #e5e8ec;
  color: black;
}
.dropdown-item.active {
  background-color: #e5e8ec;
  color: black;
}
.user-btn {
  background-color: transparent;
  color: #fff;
  border: none;
  text-shadow: none;
}
.btn {
  border-radius: 100px;
}
.btn.user-btn:hover,
.btn.user-btn:active,
.btn.user-btn:focus,
.dropdown-toggle.btn-default:hover,
.dropdown-toggle.btn-default:focus {
  background-color: #5B0428;
  color: #fff;
  outline: none;
}
a#menu {
  color: #fff;
  font-size: 21px;
  margin-right: 20px;
  cursor: pointer;
}
div#datepick {
  margin-top: 8px;
  font-weight: normal;
}
.msg-icon {
  position: absolute !important;
  top: 0px !important;
  left: 22px;
}
/* --------------------------------------> SUUB-NAV */
nav.navbar.navbar-default.sub-nav {
  margin: 0 -20px;
  background-color: #e5e8ec !important;
  background-image: none;
  z-index: 10;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #4d4d4d;
  min-height: 20px;
}
.sub-nav li.active,
.sub-nav li.active a {
  background-color: #f5f5f5 !important;
  color: black !important;
}
.sub-nav .nav li a {
  padding: 4px 25px;
  color: black;
  margin-left: 2px;
}
.sub-nav li a:hover {
  background-color: #f5f5f5 !important;
  color: black !important;
}
/* --------------------------------------> LEFT SIDE-BAR */
.side-menu-left {
  width: 200px;
  position: fixed;
  background-color: #fff;
  transition: width 0.2s;
  z-index: 999;
  -webkit-box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.32);
  top: 45px;
  bottom: 0;
  left: 0;
}
.side-menu-left-close {
  width: 0;
  overflow: hidden;
}
#MainMenu a.list-group-item {
  padding: 20px 15px;
  text-decoration: none;
}
#MainMenu .list-group.panel,
#MainMenu a.list-group-item {
  border-radius: 0;
  background-color: transparent;
  color: black;
  border-left: 0;
  border-bottom: 1px solid transparent;
  border-right: 0;
  border-top: 0;
}
#MainMenu a.list-group-item.active,
#MainMenu a.list-group-item:hover,
.list-group-item.active {
  background-color: #f5f5f5;
  background-image: none;
  color: black;
  text-shadow: none;
  text-decoration: none;
}
/* --------------------------------------> RIGHT SIDE-BAR */
.right-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e8ec;
  border-left: 1px solid #4d4d4d;
  width: 15%;
  padding: 45px 5px 0 5px;
  z-index: 10;
  transition: padding-top 0.2s;
}
@media (max-width: 1200px) {
  .right-sidebar {
    width: 25%;
  }
}
.right-sidebar .list-unstyled .navbar-link {
  padding: 0 0 5px;
}
.right-sidebar .list-unstyled .navbar-link a:hover {
  text-decoration: underline;
}
.btn.btn-sidebar {
  display: block;
  margin: 5px 0;
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
  color: #333333;
}
.btn.btn-sidebar:hover {
  background-color: #333333;
  color: #fff;
}
/* --------------------------------------> NEWS */
.demo1 {
  overflow-y: hidden;
  height: auto;
}
.news-item {
  margin: 10px 0;
  border-bottom: 1px solid #4d4d4d;
  padding: 5px;
}
.panel.right-sidebar-panel {
  border: none;
  background-color: transparent;
  margin: 10px 0;
}
.right-sidebar-panel .panel-heading {
  background-color: transparent;
  padding: 5px;
}
.right-sidebar-panel .panel-body {
  padding: 5px;
}
.right-sidebar-panel .panel-footer {
  height: 42px;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  padding-top: 7px;
}
.pagination {
  margin: 0;
  width: 100%;
}
a.news-pagination.prev,
a.news-pagination.next {
  background-color: transparent;
  color: black;
}
.advert {
  border: 1px solid #4d4d4d;
  height: 250px;
  width: 100%;
  text-align: center;
  padding: 100px 5px;
  border-radius: 12px;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
/* --------------------------------------> DASHBOARD TOOL MENU */
.dropdown.dashboard-tool-menu.pull-right {
  right: 15%;
}
.dashboard-tool-menu .btn {
  background-color: transparent;
  padding: 4px 10px;
  display: none;
}
/* --------------------------------------> BUTTONS */
.btn {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  box-shadow: none !important;
  font-family: 'Poppins';
}
.btn-sm {
  font-size: 14px;
  line-height: 14px;
  border-radius: 50px;
  font-weight: 400;
}
.btn-primary {
  color: #fff;
  background-color: #5B0428;
  border-color: #40001A;
}
.btn-primary:link,
.btn-primary:visited {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:hover:enabled {
  background-color: #40001A;
  border-color: #40001A;
  color: #fff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:enabled,
.btn-primary:focus:enabled,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #40001A !important;
  border-color: #40001A !important;
  color: #fff;
  box-shadow: none !important;
  outline: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #A87C8E;
  border: none !important;
}
.btn-secondary {
  color: black;
  background-color: #e6e6e6;
  font-family: 'Poppins';
  border-color: #e6e6e6;
}
.btn-secondary:hover,
.btn-secondary:hover:enabled {
  color: black;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary:active:enabled,
.btn-secondary:focus:enabled,
.btn-secondary .btn-secondary:not(:disabled):not(.disabled):active {
  color: black !important;
  background-color: #cccccc !important;
  border-color: #3972bf !important;
  border-width: 3px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: black;
  background-color: #f2f2f2;
  border: none !important;
}
.btn-danger {
  color: #fff;
  background-color: #c82a32;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  border-color: #c82a32;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:hover:enabled {
  color: #fff;
  background-color: #af1e32;
  border-color: #af1e32;
}
.btn-danger:active:enabled,
.btn-danger:focus:enabled,
.btn-danger .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #af1e32 !important;
  border-color: #3972bf !important;
  border-width: 3px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #de3c52;
  border: none !important;
}
.btn-danger.btn-sm {
  font-size: 14px;
  line-height: 14px;
}
.btn-info {
  color: #FFFFFF;
  background-color: #5B0428;
  border-color: #5B0428;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  box-shadow: none !important;
  border-width: 1px;
}
.btn-info:hover,
.btn-info:hover:enabled {
  color: #FAFAF9;
  background-color: #A87C8E;
  border-color: #A87C8E;
}
.btn-info:active:enabled,
.btn-info:focus:enabled,
.btn-info .btn-info:not(:disabled):not(.disabled):active {
  color: #FAFAF9;
  background-color: #A87C8E;
  border-color: #A87C8E;
}
.btn-info-invert {
  color: #5B0428;
  background-color: #FFFFFF;
  border-color: #5B0428;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  box-shadow: none !important;
  border-width: 1px;
}
.btn-info-invert:hover,
.btn-info-invert:hover:enabled {
  color: #A87C8E;
  background-color: #FAFAF9;
  border-color: #A87C8E;
}
.btn-info-invert:active:enabled,
.btn-info-invert:focus:enabled,
.btn-info-invert .btn-info:not(:disabled):not(.disabled):active {
  color: #A87C8E;
  background-color: #FAFAF9;
  border-color: #A87C8E;
}
.btn-left {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 0px;
}
.btn-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 0px;
}
.btn-outline-primary {
  color: #5B0428;
  background-color: #fff;
  border-color: #5B0428;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  box-shadow: none !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:hover:enabled {
  background-color: #40001A;
  border-color: #40001A;
  color: #fff;
}
.btn-outline-primary:active:enabled,
.btn-outline-primary:focus:enabled,
.btn-outline-primary .btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary .show > .btn-outline-primary.dropdown-toggle {
  background-color: #40001A !important;
  border-color: #3972bf !important;
  color: #fff;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #A87C8E;
  background-color: #fff;
  border-color: #A87C8E;
}
.btn-outline-primary.btn-sm {
  font-size: 14px;
  line-height: 14px;
}
.btn-outline-light {
  color: black;
  background-color: #fff;
  border-color: lightgrey;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 14px;
  box-shadow: none !important;
}
.btn-bolder {
  font-weight: 600;
}
.btn-regular {
  font-weight: 400;
}
/*---------------------------------------- MORE FILTERS DIALOG*/
.filter-left {
  background-color: #444;
  padding: 10px;
  margin: -15px;
  color: #fff;
}
.filter-left a.list-group-item {
  background-color: #555;
  color: #fff;
  border: 0;
  margin: 4px 0;
  cursor: pointer;
}
.filter-left a.list-group-item:hover {
  background-color: #303030;
}
.filter-left a.list-group-item.active {
  background-color: #5B0428;
}
.modal-body.filter-body.no-radius {
  background: #444444;
  /* Old browsers */
  background: -moz-linear-gradient(left, #444444 0%, #444444 50%, #444444 50%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #444444 0%, #444444 50%, #444444 50%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #444444 0%, #444444 50%, #444444 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
/*---------------------------------------- DIALOGS*/
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header .close:hover {
  opacity: 0.5;
}
.modal-header .close {
  color: #1a1a1a;
  opacity: 1;
}
.modal-header {
  background-color: #fff;
  color: #1a1a1a;
}
.modal-body ul.list-group li.list-group-item {
  padding: 0;
}
.modal-body ul.list-group li.list-group-item.active {
  border-color: #4d4d4d;
}
.modal-body ul.list-group li.list-group-item.active:hover {
  background-color: #f5f5f5;
}
.modal-body ul.list-group li.list-group-item a {
  display: block;
  padding: 10px 15px;
}
.modal-body ul.list-group li.list-group-item a:hover,
.modal-body ul.list-group li.list-group-item a:active {
  background: #e5e8ec;
}
/*---------------Confirm Modal----------------------*/
#ModalBase_Global_Confirmation_Container .modal.show {
  z-index: 1052 !important;
}
#ModalBase_Global_Confirmation_Container .modal-content {
  border: 2px solid red !important;
}
#ModalBase_Global_Confirmation_Container .modal-header {
  display: none !important;
}
/*------------------TOOLTIPS------------------------*/
.tooltip-inner {
  max-width: 500px !important;
  text-align: left;
  color: #002b45;
  background-color: #ffffff;
}
.tooltip > .tooltip-arrow {
  border-top-color: #c9c9c9;
}
.tooltip > .tooltip-arrow {
  border-right-color: #c9c9c9;
}
.tooltip > .tooltip-arrow {
  border-bottom-color: #c9c9c9;
}
.tooltip > .tooltip-arrow {
  border-left-color: #c9c9c9;
}
.panel {
  border: 1px solid #4d4d4d;
}
.panel-heading {
  color: black;
  font-size: 18px;
  border-bottom: 1px solid #4d4d4d;
  background-color: #fff;
}
.panel-heading .dropdown .dropdown-menu li a {
  cursor: pointer;
}
.dash-panel {
  height: 300px;
  margin: 0 auto;
}
#dialogInformation .modal-body,
#dlgProductView .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
#dialogInformation .modal-body div.spinner,
#dlgProductView .modal-body div.spinner {
  height: 32px;
  width: 32px;
  border: none;
  opacity: 0.8;
  animation: spin 4s infinite linear;
  background: url("../images/spinner-jqgrid.gif");
}
#dialogInformation .modal-body .panel,
#dlgProductView .modal-body .panel {
  margin: 0;
  margin-bottom: 1px;
  border-radius: unset;
  border: none;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
  background: white;
}
#dialogInformation .modal-body .panel:first-child,
#dlgProductView .modal-body .panel:first-child {
  border-top: 1px solid #e5e8ec;
}
#dialogInformation .modal-body .panel:last-child,
#dlgProductView .modal-body .panel:last-child {
  border-bottom: 1px solid #e5e8ec;
}
#dialogInformation .modal-body .panel .panel-heading,
#dlgProductView .modal-body .panel .panel-heading {
  padding: 0;
  border: none;
  cursor: pointer;
}
#dialogInformation .modal-body .panel .panel-heading h4,
#dlgProductView .modal-body .panel .panel-heading h4 {
  color: black;
  margin: 0;
}
#dialogInformation .modal-body .panel .panel-heading h4 a,
#dlgProductView .modal-body .panel .panel-heading h4 a {
  display: block;
  padding: 10px;
  background-color: #f5f5f5;
}
#dialogInformation .modal-body .panel .panel-heading h4 a:visited,
#dlgProductView .modal-body .panel .panel-heading h4 a:visited {
  color: black;
}
#dialogInformation .modal-body .panel .panel-heading h4 a:hover,
#dlgProductView .modal-body .panel .panel-heading h4 a:hover {
  background-color: #f5f5f5;
}
#dialogInformation .modal-body .panel .panel-heading h4 a:after,
#dlgProductView .modal-body .panel .panel-heading h4 a:after {
  font-family: "Glyphicons Halflings";
  content: "\e253";
  font-size: 14px;
  float: right;
}
#dialogInformation .modal-body .panel .panel-heading h4 a.collapsed,
#dlgProductView .modal-body .panel .panel-heading h4 a.collapsed {
  background-color: transparent;
}
#dialogInformation .modal-body .panel .panel-heading h4 a.collapsed:hover,
#dlgProductView .modal-body .panel .panel-heading h4 a.collapsed:hover {
  background-color: #f5f5f5;
}
#dialogInformation .modal-body .panel .panel-heading h4 a.collapsed:after,
#dlgProductView .modal-body .panel .panel-heading h4 a.collapsed:after {
  content: "\e252";
}
.modal-body.filter-body {
  max-height: calc(100vh - 150px);
}
.modal-body.filter-body .filter-left {
  background-color: #444;
  margin: 0;
  margin-right: -15px;
  color: #fff;
  -ms-scrollbar-face-color: #696969;
  scrollbar-face-color: #696969;
  -ms-scrollbar-track-color: #525252;
  scrollbar-track-color: #525252;
  -ms-scrollbar-highlight-color: #525252;
  scrollbar-highlight-color: #525252;
  -ms-scrollbar-arrow-color: #696969;
  scrollbar-arrow-color: #696969;
  -ms-scrollbar-base-color: #525252;
  scrollbar-base-color: #525252;
  -ms-scrollbar-3dlight-color: #525252;
  scrollbar-3dlight-color: #525252;
  -ms-scrollbar-darkshadow-color: #525252;
  scrollbar-darkshadow-color: #525252;
  -ms-scrollbar-shadow-color: #525252;
  scrollbar-shadow-color: #525252;
}
.modal-body.filter-body .filter-left::-webkit-scrollbar {
  width: 8px;
}
.modal-body.filter-body .filter-left::-webkit-scrollbar-track {
  background: #525252;
}
.modal-body.filter-body .filter-left::-webkit-scrollbar-thumb {
  background-color: #696969;
  border-radius: 5px;
  min-height: 40px;
}
.modal-body.filter-body .filter-left,
.modal-body.filter-body .parameters-right {
  max-height: calc(100vh - 165px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}
.modal-body.filter-body .filter-left::-webkit-scrollbar,
.modal-body.filter-body .parameters-right::-webkit-scrollbar {
  width: 8px;
}
.modal-body.filter-body .parameters-right {
  max-height: calc(100vh - 164px);
}
.modal-body.filter-body .parameters-right .form-group {
  margin-right: 0;
  margin-left: 0;
}
.modal-body.filter-body .parameters-right .list-group {
  margin-top: 10px;
}
.modal-body.filter-body .parameters-right .list-group .checkbox {
  margin: 0;
}
.moreFilterDlg .modal-body {
  max-height: calc(100vh - 194px);
  height: calc(100vh - 194px);
}
.moreFilterDlg .modal-body .filters-scroll {
  height: calc(100vh - 514px);
  overflow-y: auto;
}
.moreFilterDlg .modal-body .filters-area {
  height: 75%;
}
.moreFilterDlg .modal-body .breadcrumbs-container {
  min-height: 90px;
  max-height: calc(100vh - 800px);
  overflow-y: auto;
}
.columnsSelectorDialog .modal-body {
  overflow: hidden !important;
  display: flex;
}
#item-sync-page {
  max-height: calc(100vh - 174px);
  height: calc(100vh - 174px);
  overflow-y: auto;
}
/*Notifications*/
.notification-image-container {
  display: block;
  max-width: 80px;
  margin-bottom: 10px;
}
.notification-image-container img {
  max-width: 100%;
  height: auto;
}
.notification-panel-footer {
  position: fixed;
  bottom: 10px;
  padding: 0 18px;
  line-height: 10px;
  right: 0;
  z-index: 999;
  display: block;
}
.modal.notificationsPanel .modal-footer {
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid #59595A;
  border-bottom-color: #fff;
}
/* Begin Form Control */
.form-control {
  color: #000000;
  display: flex;
  padding: 2px;
  border: 1px solid #59595A;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans';
}
.form-control.disabled,
.form-control:disabled {
  color: #080808;
}
.form-control input[type="search"] {
  border-color: #FFFFFF;
  border-width: 0px;
  background-color: #FFFFFF;
  width: 95%;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: #000000;
  border-radius: inherit;
  height: 95%;
}
.form-control input[type="search"]::placeholder {
  font-family: 'Open Sans';
  font-style: normal;
  color: #808080;
}
.form-control button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 50px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
.form-control button[type="submit"]:hover {
  opacity: 1;
}
.form-control button[type="submit"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}
/* End Form Control */
/* Family Checkboxes */
input[type=checkbox].form-check-input {
  background-color: #FFFFFF;
  outline: 2px solid #59595A;
  -webkit-box-shadow: 0px 1px 0px 1px #59595A;
  -moz-box-shadow: 0px 1px 0px 1px #59595A;
  box-shadow: 0px 1px 0px 1px #59595A;
}
div.form-check {
  margin-left: 2px;
}
/* End Family Checkboxes */
/* Old & Simpler More Filters Modal*/
#moreFiltersModal .modal-body .form-group label {
  padding-top: 20px;
}
#moreFiltersModal .btn-link {
  color: #5B0428;
}
#dash_main {
  padding-top: 30px;
  padding-right: 10px;
  width: 100%;
}
#letter-container {
  padding-left: 5px;
  padding-right: 5px;
}
#chart-onboarded {
  margin-top: 25px;
  margin-left: 20px;
}
#chart-overtime {
  margin-top: 10px;
  margin-left: 20px;
}
#chart-category {
  margin-top: 25px;
  height: 100%;
  flex: auto;
}
#main_letters {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-grow: 1;
}
.cta {
  min-height: 340px;
  color: #fff;
  padding: 0;
}
.cta .panel-title {
  min-height: 150px;
}
.cta .panel-body {
  padding: 20px 30px;
}
.cta .panel-body a,
.cta .panel-body a:link {
  color: white;
}
.cta .panel-body a:hover,
.cta .panel-body a:link:hover,
.cta .panel-body a:active,
.cta .panel-body a:link:active {
  border-bottom: 1px dotted white;
}
.cta .panel-body .btn.btn-lg {
  text-transform: uppercase;
}
.cta h1 {
  font-size: 32px;
  margin-top: 5px;
}
.cta .cta .cta p {
  font-size: 18px;
}
.cta-webviewer {
  background-image: url('../images/cta02.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 30px;
}
.cta-lookup {
  background-image: url('../images/cta03.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 30px;
}
.cta-purview {
  background-image: url(../images/ct101.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 30px;
}
#datepick {
  font-size: 16px;
  padding: 10px 15px 0 10px;
  border: 1px solid #f5f5f5;
}
#datepick b.caret {
  position: relative;
  top: -7px;
  left: 5px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background-color: lightgrey;
  color: #777;
  cursor: default;
  cursor: not-allowed;
  border: 1px solid white;
}
.datepicker table tr td.disabled:first-child,
.datepicker table tr td.disabled:hover:first-child {
  border-left: none;
}
.datepicker table tr td.disabled:last-child,
.datepicker table tr td.disabled:hover:last-child {
  border-right: none;
}
.datepicker table tr td.disabled:first-child tr td.disabled,
.datepicker table tr td.disabled:hover:first-child tr td.disabled,
.datepicker table tr td.disabled:first-child tr td.disabled:hover,
.datepicker table tr td.disabled:hover:first-child tr td.disabled:hover {
  border-top: none;
}
.datepicker table tr td.disabled:last-child tr td.disabled,
.datepicker table tr td.disabled:hover:last-child tr td.disabled,
.datepicker table tr td.disabled:last-child tr td.disabled:hover,
.datepicker table tr td.disabled:hover:last-child tr td.disabled:hover {
  border-bottom: none;
}
.news-feed h2 {
  font-size: 20px;
}
.news-feed li.news-item h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.news-feed li.news-item p {
  color: #333;
}
.news-feed li.news-item a,
.news-feed li.news-item a:link {
  color: black;
}
.news-feed li.news-item a:hover,
.news-feed li.news-item a:link:hover,
.news-feed li.news-item a:active,
.news-feed li.news-item a:link:active {
  text-decoration: underline;
}
.news-feed li.news-item a.btn.btn-link,
.news-feed li.news-item a:link.btn.btn-link {
  padding-left: 0;
}
.news-feed li.news-item div.news-content p:last-child {
  font-size: 11px;
}
#status-check-page #dialogInformation .modal-dialog,
#status-check-page #dialogInformation .modal-content:not(.no-radius) {
  /* 80% of window height */
  height: 80%;
}
#status-check-page #dialogInformation .modal-body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(100% - 120px);
  overflow-y: auto;
}
#status-check-page .search-row .list-inline li {
  padding: 0;
}
#status-check-page ul.timeline {
  list-style-type: none;
  position: relative;
}
#status-check-page ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
#status-check-page ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
#status-check-page ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
#status-check-page ul.timeline > li small {
  color: #002b45;
  font-weight: 600;
}
#status-check-page .product-health i {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
#status-check-page .product-health i.text-warning {
  color: #FFD451;
}
#status-check-page .product-health i.text-warning:hover {
  color: #ffc71e;
}
#status-check-page .product-health i.text-info {
  color: #3498db;
}
#status-check-page .product-health i.text-info:hover {
  color: #217dbb;
}
#status-check-page #filterList,
#status-check-page .filter-button {
  display: none;
}
.product-lookup {
  /*.modal-body {
        max-height: calc(~"100vh - 150px");
    }

    .filter-left {
        background-color: #444;
        margin: 0;
        margin-right: -15px;
        color: #fff;
    }

    .filter-left, .parameters-right {
        max-height: calc(~"100vh - 150px");
        overflow-y: auto;
        overflow-x: hidden;
        padding: 10px;
    }

    .parameters-right {
        .list-group {
            margin-top: 10px;

            .checkbox {
                margin: 0;
            }
        }
    }*/
}
.product-lookup .panel {
  margin-bottom: 4px;
  background-color: #e5e8ec;
}
.product-lookup .panel .panel-heading {
  padding: 0 8px;
  cursor: pointer;
  border-bottom: none;
  background-color: #e5e8ec;
}
.product-lookup .panel .panel-body {
  padding: 8px;
}
.product-lookup .valueSelected {
  background-color: #aaa !important;
}
.product-lookup #pLookUp input#lookup {
  width: 100%;
}
.product-lookup #pLookUp ul.list-inline li {
  padding: 0;
}
.product-lookup .no-results {
  width: 216px;
  position: absolute;
  top: 50vh;
  left: calc(50% - 108px);
  z-index: 1000;
}
.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
input[type="search"].select2 {
  border: 1px solid #59595A;
  font-size: 10px !important;
}
.table-page-nav {
  height: 120px;
}
.tooltip {
  pointer-events: none;
}
.select-sm {
  width: 207px !important;
}
@media (max-width: 576px) {
  .notificationsPanel .modal-dialog {
    width: 80%;
  }
}
.notificationsPanel .modal-body {
  max-height: calc(99vh - 155px);
  height: calc(99vh - 275px);
  overflow: hidden;
}
.notificationsPanel .modal-dialog {
  min-height: calc(95% - 155px);
  width: 400px;
  margin: 155px 0 0 auto;
  background: #fff;
}
.modal.fade.notificationsPanel .modal-dialog {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.modal.fade.show.notificationsPanel .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-flow: column;
}
.notificationsPanel .modal-dialog .modal-content {
  border: 0;
}
.notificationsPanel .actionLink {
  text-decoration: underline;
  font-size: 0.85em;
  font-style: italic;
}
/*Begin ItemSync*/
.itemsync-table-container {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.itemSyncResultsTable {
  margin-bottom: 0;
}
.itemSyncResultsTable table {
  border-collapse: collapse;
  max-height: 100%;
  overflow-y: scroll;
}
.itemSyncResultsTable th,
.itemSyncResultsTable td {
  white-space: nowrap;
  position: relative;
}
.itemSyncResultsTable th:nth-child(2),
.itemSyncResultsTable td:nth-child(2) {
  border-right: 2px dotted #dee2e6;
}
.itemSyncResultsTable th:nth-child(2),
.itemSyncResultsTable th:first-child,
.itemSyncResultsTable td:first-child,
.itemSyncResultsTable th:nth-child(2),
.itemSyncResultsTable td:nth-child(2),
.itemSyncResultsTable tfoot td {
  position: sticky;
  left: 0;
}
.itemSyncResultsTable th:nth-child(2),
.itemSyncResultsTable td:nth-child(2),
.itemSyncResultsTable tfoot td {
  position: sticky;
  left: 68px;
}
.itemSyncResultsTable tbody tr:nth-child(odd) td:nth-child(1),
.itemSyncResultsTable tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #FFFFFF;
  z-index: 10;
}
.itemSyncResultsTable tbody tr:nth-child(even) td:nth-child(1),
.itemSyncResultsTable tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #F5F5F5;
  z-index: 10;
}
.itemSyncResultsTable tbody tr:nth-child(odd) td:nth-child(n+3) {
  background-color: #FFFFFF;
  z-index: 1;
}
.itemSyncResultsTable tbody tr:nth-child(even) td:nth-child(n+3) {
  background-color: #F5F5F5;
  z-index: 1;
}
.itemSyncResultsTable thead {
  background-color: #E6E6E6;
}
.itemSyncResultsTable thead th:nth-child(1),
.itemSyncResultsTable thead th:nth-child(2) {
  background-color: #E6E6E6;
  z-index: 10;
}
.itemSyncResultsTable thead th:nth-child(n+3) {
  background-color: #E6E6E6;
  z-index: 1;
}
/*End ItemSync*/
.webviewerfooter {
  bottom: 0;
  padding: 20px 40px 20px;
  background-color: #FFF;
  color: #000;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  height: 80px;
  margin-top: auto;
}
.webviewerfooter div.logoContainer {
  content: url('../images/ulsolutions_logo_horz_grad_rgb.png');
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  display: block;
}
.webviewerfooter .ul-rights {
  font-weight: 300;
  padding-left: 30px;
}
.webviewerfooter .truste-cookie-link {
  color: #fff;
  text-decoration: none;
}
.webviewerfooter img :not(.truste-consent-close) {
  width: 235px;
}
.webviewerfooter span.footer-link,
.webviewerfooter a.footer-link {
  padding-left: 20px;
}
.webviewerfooter a {
  text-decoration: underline;
}
.align-bottom {
  bottom: 0;
  position: absolute;
}
