body, html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased
}
body {
  padding: 0;
  margin: 0;
  font-size: .875rem;
  font-family: Gotham SSm A, Gotham SSm B, sans-serif;     /*"Century Gothic", */    /*Century Gothic,CenturyGothic,AppleGothic,sans-serif*/
  font-weight: 400;
  line-height: 1.5;
  color: #002550;
  background: #fff;
  -moz-osx-font-smoothing: grayscale
}
/**
 * Fix for IE/Edge bug. See:
 *
 * https://github.com/twbs/bootstrap/issues/22489#issuecomment-400063448
 * https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4540401/
 */
.modal-content {
  background-clip: border-box;
  border: none;
}
.page-header {
  margin: 0px 0 10px;
}
.bts-element-section {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.bts-element-section-extra-padding {
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.bts-header {
  background-color: #4f657a;				/*#002550 => #00a5aa*/
  color: #fff;
  line-height: 9px;
  font-weight: 500;
  /*opacity: .7;*/							/*Not in Elis*/
}
.bts-header * h1 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
}
.bts-header * h5 {
  font-size: 16px;
  font-weight: 500;
}
.bts-header-data {
  font-size: .800rem;
  font-weight: 500;
  table-layout: inherit;
}
.bts-header * .table {
  margin-bottom: 5px;
}
.bts-header * .table > tbody > tr > td {
  border-top: 0px;
  padding-bottom: 4px;
  line-height: 0.9;
  vertical-align: middle;
}
table.bts-header-data {
  table-layout: fixed;
}
table.bts-header {
  table-layout: fixed;
}
button.dropdown-toggle {
  color: #002550;
}
.bts-icon {
  fill: #4f657a;			/*#7f92a7 => #4f657a*/
  color: #4f657a;			/*#7f92a7 => #4f657a*/
  width: 16px;
  height: 16px;
}
.bts-icon-navbar {
  fill: #ffffff;			/*#7f92a7 => #ffffff*/
  color: #ffffff;			/*#7f92a7 => #ffffff*/
  width: 1.875em;
  height: 1.563em;
}
.navbar-nav:hover * .bts-icon-navbar {
  fill: #4f657a;				/*#8cc83c => #4f657a*/
  color: #4f657a;				/*#8cc83c => #4f657a*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.bts-icon-text {
  font-family: Gotham SSm A, Gotham SSm B, sans-serif;
}
.btn-group.bootstrap-select > button[data-id=sortSelect] > span:first-child::before {
  content: "Sortering: ";
}
.btn-group.bootstrap-select > button[data-id=levelSelect] > span:first-child::before {
  content: "Opdeling: ";
}
button[aria-expanded='true'] > span.bs-caret > span {
  transform: rotate(180deg);
  transition: all .25s ease-out;
}
button[aria-expanded='true'] > span.glyphicon-print > span {
  transform: rotate(180deg);
  transition: all .25s ease-out;
}
.bts-gly-rotate-180 {
  transform: rotate(180deg);
  margin-left: 10px;
}
table.bts-dataTable > tbody > tr > td.break-words {
  word-break: break-all;
  word-wrap: break-all; /*IE*/
}
table.bts-dataTable > tbody > tr > td.break-words > a {
  word-break: break-word;
}
table.bts-dataTable > tbody > tr.locked {
  color: #3f7ea6;
  font-style: italic;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  content: "\2228"; /* adjust as needed, taken from bootstrap.css */
  font-size: 2.5rem;
  font-weight: 700;
  float: right; /* adjust as needed */
  color: #002550; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "003E"; /* adjust as needed, taken from bootstrap.css */
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #4f657a;				/*#4D6785 => #4f657a*/
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.panel-default > .panel-heading > table > tbody > tr > td > a {
  color: #fff;
  padding-left: 1em;
}
.panel-default > .panel-heading > table > tbody > tr > td > a:hover {
  color: #8cc83c;
}
.panel-group {
  border-radius: 5px;
  border: thin solid #7F92A7;
  padding: 0;
}
.panel-body > .panel-default > .panel-heading {
  color: #333;
  background-color: #7F92A7;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.panel-body > .panel-default.unsubscribed > .panel-heading {
  color: #3f7ea6;
  font-style: italic;
}
.panel-body > .panel-default > .panel-heading > table > tbody > tr > td > a {
  color: #0060d0;
}
.panel-body > .panel-default > .panel-heading > table > tbody > tr > td > a:hover {
  color: #8cc83c;
}
.panel-collapse > .panel-body {
  background-color: #7F92A7;
  color:  #002550;
  background: #fff;
  padding: 0.20rem 0.35rem;
  display: block;
}
.panel-default > .bts-panel-heading {
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-body > .panel-default > .bts-panel-heading {
  color: #002550;
  background-color: #e7ebf0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
input[type=checkbox].header-checkbox {
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}
table.bts-dataTable {
  table-layout: auto;
  border: 1px solid #e4e5e7;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #e4e5e7;
}
table.bts-dataTable.no-footer {
  border-bottom: 1px solid #e4e5e7;
}
table.bts-dataTable thead tr {
  color: #002550;
  background-color: #e7ebf0;
  font-size: 12px;
}
table.bts-dataTable thead tr td.bts-date {
  text-align: center;
}
table.bts-dataTable tbody tr {
  font-size: 12px;
}
table.bts-dataTable tbody tr td.bts-numeric {
  text-align: right;
}
table.bts-dataTable tfoot tr td.bts-f-numeric {
  text-align: right;
}
table.bts-dataTable tbody tr td.bts-date {
  text-align: center;
}
table.bts-dataTable tbody tr td.bts-text {
  text-align: left;
}
table tbody tr td.bts-cell {
  width: 25px;
}
table.dataTable tfoot tr.bts-hidden-border td {
  border-top: hidden;
}
.bts-accordion-caret {
  color: #002550;
}
.panel-heading[aria-expanded='true'] * .bts-accordion-caret {
  transform: rotate(180deg);
  transition: all .25s ease-out;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #e4e5e7;
}
table.bts-dataTable.row-border tbody tr:first-child th, table.bts-dataTable.row-border tbody tr:first-child td, table.bts-dataTable.display tbody tr:first-child th, table.bts-dataTable thead .sorting::after, table.bts-dataTable thead .sorting_asc::after {
  display: none;
}
table.bts-dataTable thead .sorting_desc::after {
  display: none;
}
table.bts-dataTable thead .sorting {
  background-image: url(../gfx/bs-sort-both_24.png);
  background-repeat: no-repeat;
  background-position: center right;
}
table.bts-dataTable thead .sorting_asc {
  background-image: url(../gfx/bs-sort-asc_24.png);
  background-repeat: no-repeat;
  background-position: center right;
}
table.bts-dataTable thead .sorting_desc {
  background-image: url(../gfx/bs-sort-desc_24.png);
  background-repeat: no-repeat;
  background-position: center right;
}
table.bts-dataTable thead .sorting_asc_disabled {
  background-image: url(../gfx/bs-sort-asc-disabled_24.png);
  background-repeat: no-repeat;
  background-position: center right;
}
table.bts-dataTable thead .sorting_desc_disabled {
  background-image: url(../gfx/bs-sort-desc-disabled_24.png);
  background-repeat: no-repeat;
  background-position: center right;
}
button.btn-default:hover {
  background: #00a5aa;			/*#8cc83c => #00a5aa*/
  color: #ffffff;				/*Elis added*/
}
button.bts-filter-button {
  border-radius: 11px;
  padding-left: 5px;
  padding-right: 5px;
  background: #7F92A7;
  font-family: Gotham SSm A, Gotham SSm B, sans-serif;
}
.dropdown-bubble .dropdown-menu .button-bubble .section-top {
  margin-top: 1em;
}
.section-bottom {
  margin-bottom: 0.5em;
}
.dropdown-bubble .dropdown-menu:before, .dropdown-bubble .dropdown-menu:after {
  content: ' ';
  display: block;
  border-style: solid;
  border-width: 0 .5em .8em .5em;
  border-color: transparent;
  position: absolute;
  left: 1em;
}
.dropdown-bubble .dropdown-menu:before {
  top: -.8em;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.dropdown-bubble .dropdown-menu:after {
  top: -.7em;
  border-bottom-color: #fff;
}
@media (min-width: 979px) {
  .image-info {
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .image-info {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  table.economy-info-table {
    margin-bottom: 30px;
  }
	.table.bts-dataTable tfoot tr td.bts-quantity, td.sm {
    min-width: 10px;
    max-width: 20px;
  }
  .table.bts-dataTable tbody tr td.bts-quantity, td.sm {
    min-width: 10px;
    max-width: 20px;
  }
}
.container-fluid.custom-width {
  margin-left: 40px;
  margin-right: 40px;
}
.page-header.bts-header > .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 15px;
}
.navbar {
  position: relative;
  min-height: 70px;	
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.menu-nav.navbar-nav > li > a {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 35px;
  font-size: 0.9rem;
}
.navbar-form {
  margin-right: -15px;
  padding: 15px 15px;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1), 0 0px 0 rgba(255, 255, 255, 0.1);		/*Elis - Remove white circle around logo*/
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1), 0 0px 0 rgba(255, 255, 255, 0.1);				/*Elis - Remove white circle around logo*/
}
.header-custom-margin {
  margin-bottom: -8px;
}
.top-menu-text {
  font-family: Gotham SSm A, Gotham SSm B, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #002550;
  font-size: 14px;
}
label.required::after {
  content: '*';
}
.glyphicon-home.home-icon-font {
  font-size: 1.563em;
}
.glyphicon-comment.comment-icon-font {
  font-size: 1.563em;
}
.adjust-img-parent {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adjust-img {
  height: inherit;
  object-fit: contain;
  flex-shrink: 0;
}
.logo {
  min-height: 30px;		/*40px => 30px*/
  max-height: 30px;		/*Elis added*/
  min-width: 150px;		/*Elis added*/
  max-width: 150px;		/*Elis added*/
  margin-top: -10px;
  margin-bottom: -10px;
}
/* override text-shadow  */
.btn {
  text-shadow: none;
}
/* override "greyed out text" when nothing is selected in bootstrap-select  */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #002550;
}
/* handling field-validation errors */
/* error-text in a block w/o 'has-error' is not shown */
.error-text {
  display: none;
}
/* error-text in a block marked with 'has-error' is shown... */
.has-error > .error-text {
  display: block;
  margin-bottom: 0px;
}
.error-message {
  color: red;
}
.bts-card {
  border: 1px solid #ccd3dc;
  border-radius: 2px;
  padding: 5px 15px 5px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.bts-label {
  color: #7f92a7;
  font-weight: normal;
}
.table.bts-dataTable tbody tr td.bts-quantity {
  text-align: right;
  padding-right: 50px;
  vertical-align: middle;
}
.table.bts-dataTable tfoot tr td.bts-quantity {
  text-align: right;
  padding-right: 50px;
  vertical-align: middle;
}
.bts-label-info {
  background-color: #4f657a;		/*#002550 => #4f657a*/
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  									/*opacity: 0.7; - Removed from Elis*/
}
.bts-card-top-margin {
  border: 1px solid #ccd3dc;
  border-radius: 2px;
  padding: 5px 15px 5px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.bts-card-top-padding {
  border: 1px solid #ccd3dc;
  border-radius: 2px;
  padding: 15px 5px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.custom-width-select-container {
  width: 12em;
  max-width: 14em;
  display: inline-block;
}
.bts-cap-letter {
  text-transform: capitalize;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.padding-xs {
  padding: .25em;
}
.padding-sm {
  padding: .5em;
}
.padding-md {
  padding: 1em;
}
.padding-lg {
  padding: 1.5em;
}
.padding-xl {
  padding: 3em;
}
.padding-x-xs {
  padding: .25em 0;
}
.padding-x-sm {
  padding: .5em 0;
}
.padding-x-md {
  padding: 1em 0;
}
.padding-x-lg {
  padding: 1.5em 0;
}
.padding-x-xl {
  padding: 3em 0;
}
.padding-y-xs {
  padding: 0 .25em;
}
.padding-y-sm {
  padding: 0 .5em;
}
.padding-y-md {
  padding: 0 1em;
}
.padding-y-lg {
  padding: 0 1.5em;
}
.padding-y-xl {
  padding: 0 3em;
}
.padding-top-xs {
  padding-top: .25em;
}
.padding-top-sm {
  padding-top: .5em;
}
.padding-top-md {
  padding-top: 1em;
}
.padding-top-lg {
  padding-top: 1.5em;
}
.padding-top-xl {
  padding-top: 3em;
}
.padding-right-xs {
  padding-right: .25em;
}
.padding-right-sm {
  padding-right: .5em;
}
.padding-right-md {
  padding-right: 1em;
}
.padding-right-lg {
  padding-right: 1.5em;
}
.padding-right-xl {
  padding-right: 3em;
}
.padding-bottom-xs {
  padding-bottom: .25em;
}
.padding-bottom-sm {
  padding-bottom: .5em;
}
.padding-bottom-md {
  padding-bottom: 1em;
}
.padding-bottom-lg {
  padding-bottom: 1.5em;
}
.padding-bottom-xl {
  padding-bottom: 3em;
}
.has-image img {
  display: none;
}
.events-auto {
  pointer-events: auto;
}
table tbody tr.highlight-row {
  background-color: #E7EBF0;
}
.has-image:hover img {
  display: block;
  position: fixed;
  overflow: hidden;
  bottom: 5em;
  right: 4em;
  opacity: 0;
  pointer-events: none;
  width: 25em;
  height: 28em;
  opacity: 1;
  border: 1px solid #7f92a7;
  transition-duration: 400ms;
  z-index: 100;
  background-color: white;
}
.has-image:hover img.img-hoover-close {
  display: block;
  position: fixed;
  overflow: hidden;
  bottom: 31em;
  border: none;
  right: 4.5em;
  opacity: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition-duration: 400ms;
  z-index: 100;
}
.img-hoover-close:hover, .img-hoover-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.option-disabled {
  color: #7f92a7 !important;
}
td.order-quantity {
  max-width: 5rem;
}
td.order-adjust {
  width: 5rem;
}
button.order-adjust {
  width: 100%;
  text-align: left;
}
tr.order-data-table-row td {
  vertical-align: middle !important;
}
td.order-quantity input.quantity {
  text-align: right;
}
.glyphicon-list-alt:before {
  vertical-align: middle;
}
.custom-border {
  border-color: #4d6785;
  border-width: 2px;
}
.linen-extra-padding {
  padding-top: 15px;
  padding-bottom: 10px;
}
.linen-printed-btn-group {
  margin-top: 30px;
}
.linen-confirm-padding {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.economy-excel-btn {
  margin-top: 20px;
}
table.bts-dataTable thead th.linen-header-checkbox {
  padding-right: 0px;
  padding-left: 0px;
}
table.bts-dataTable tbody tr.preordered {
  color: gray;
}
table.bts-dataTable tbody td.removed {
  text-decoration: line-through;
}
table.dataTable, table.dataTable th, table.dataTable td td.linen-order {
  box-sizing: inherit;
}
table.panel-title-data.linen-order {
  table-layout: inherit;
}
table.panel-title.linen-order > tbody > tr > td {
  vertical-align: middle;
}
table.bts-dataTable tbody tr td.item-quantity {
  text-align: center;
}
.highlight-enabled-days td.day {
  background-color: #dce6f1;
}
.bts-loader {
  margin: 10px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #4D6785;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.bts-linen-margin {
  margin-top: 25px;
}
input.form-control.quantity.linen-previous-ordered {
  color: #0060d0;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Booking Calendar specifics, styles for "slots" given different status' */
.bts-bc-status-free {
  font-style: italic;
  color: #7f92a7;
  cursor: pointer;
}
.bts-bc-status-used {
  cursor: pointer;
}
.bts-bc-status-reserved {
  cursor: not-allowed;
}
.bts-bc-status-na {
  background-color: #e7ebf0;
}
.bts-col-xs-05 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bts-col-xs-05 {
  float: left;
}
.bts-col-xs-05 {
  width: 5.0%;
}
.nowrap {
  white-space: nowrap;
}
.highlight-enabled-days td.day {
  background-color: #dce6f1;
}
ul.dash {
  list-style: none;
}
ul.dash > li {
  padding-bottom: 5px;
  padding-top: 5px;
  text-indent: -5px;
}
ul.dash > li:before {
  content: "-";
  position: absolute;
  margin-left: -1.1em;
}
.bts-modal-header {
  padding: 15px;
  border-bottom: none;
}
.bts-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none;
}
.white-space-pre {
  white-space: pre-wrap;
}
.booking-add-btn {
  margin-top: 25px;
}
/*width/height classes*/
.width-25 {
  width: 25% !important;
}
.width-50 {
  width: 50% !important;
}
.width-75 {
  width: 75% !important;
}
.width-100 {
  width: 100% !important;
}
.height-25 {
  height: 25% !important;
}
.height-50 {
  height: 50% !important;
}
.height-75 {
  height: 75% !important;
}
.height-100 {
  height: 100% !important;
}
.max-width-100 {
  max-width: 100% !important;
}
.max-hight-100 {
  max-height: 100% !important;
}
.fixed-width > div > button > span.filter-option.pull-left {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bts-fixed-bottom {
  margin-bottom: 0px;
}
td.fixed-delivery-date {
  background-color: #8cc83c !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.bts-notify-dropdown-menu {
    padding: 5px;
    min-width: 220px;
}
.glyphicon-bell.bell-icon-font {
  font-size: 1.563em;
  margin-bottom: -5px;
}
.bts-notify-error-badge {
	color: #ffffff;
	background-color: #e84155;
	margin-bottom:  2.5em;
	margin-left: -0.28em;
	padding-bottom: 0.55em;
}
.bts-notify-warning-badge {
	color: #ffffff;
    background-color: #f07d22;
	margin-bottom:  2.5em;
	margin-left: -0.28em;
	padding-bottom: 0.55em;
}
.bts-notify-info-badge {
	color: #ffffff;
	background-color: #dce6f1;
	margin-bottom:  2.5em;
	margin-left: -0.28em;
	padding-bottom: 0.55em;
}
.bve-btn-inactive {				/*Elis added*/
  color: #e3000b;
  background-color: #ffffff;
  border-color: #e3000b;
}
.bve-btn-inactive:hover {				/*Elis added*/
  color: #ffffff;
  background-color: #00a5aa;
  border-color: #00a5aa;
}
.bve-btn-active {				/*Elis added*/
  color: #00a5aa;
  background-color: #ffffff;
  border-color: #00a5aa;
  border-right-width: 2px;
}
.bve-btn-active:hover {				/*Elis added*/
  color: #ffffff;
  background-color: #00a5aa;
  border-color: #00a5aa;
}

.bve-valid {
  color: #4cae4c;
}

.bve-invalid {
  color: #ac2925;
}

.bts-fixed-top {
  margin-top: 0px;
}

.table.bts-dataTable tbody tr td.bve-bts-general {
  vertical-align: middle
}

.table.bts-dataTable tbody tr td.bve-bts-printed {
  vertical-align: middle;
  background-color: #00a5aa;		/*#8cc83c => #00a5aa*/
}
.table.bts-dataTable tbody tr td.bve-bts-print-ready {
  vertical-align: middle;
  background-color: #fecf52;		/*#FDF06B => #fecf52*/
}
.table.bts-dataTable tbody tr td.bve-bts-extra {
  vertical-align: middle;
  background-color: #fecf52;		/*#FDF06B => #fecf52*/
}
.table.bts-dataTable tbody tr td.bve-bts-no-order-date {
  vertical-align: middle;
  background-color: #4f657a;			/*#A6A6A6 => #4f657a*/
}
.table.bts-dataTable tbody tr td.bve-bts-failed {
  vertical-align: middle;
  background-color: #e84155;			/*#EB7C7E => #e84155*/
}
.table.bts-dataTable tbody tr td.bve-bts-deadline-passed {
  vertical-align: middle;
  font-weight: 900;
  color: #e3000b;				/*#D90508 => #e3000b*/
}