.table {
  color: rgb(33, 37, 41) !important;
}
.table-red {
  background-color: red !important;
  color: white;
}
body {
  color: rgb(33, 37, 41) !important;
}

strong {
  font-weight: 600;
}

.login-page {
  background: white;
  background-image: url("../gfx/Triangle_Background.png");
  background-size: cover;
  background-position: center center;
}

.login-card {
  background: rgba(255,255,255,0.3);
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  color: white;
  /* max-width: 500px;
	min-width: 250px; */
  padding: 0;
}

.field-livehouse,
.field-livehouse:focus {
  background: transparent;
  color: white;
  border: 0;
  border-bottom: solid 1px white;
  border-radius: 0;
  box-shadow: 0;
  padding: 0;
  text-align: center;
}

.content {
  /* Move the content up from default 3rem to 1.5rem */
  margin-top: 1.5rem !important;
}

.table-livehouse {
  background-color: rgba(220, 220, 20, 0.5);
}

.table-livehouse:hover {
  background-color: rgba(220, 220, 20, 0.7) !important;
}

.badge-livehouse,
.alert-livehouse {
  background-color: rgba(220, 220, 20, 1);
  color: #000;
}

.xray-menu-spacer {
  height: 10px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.strong {
  font-weight: 600;
}

.hand {
  cursor: pointer;
}

ol.breadcrumb {
  margin-bottom: 0.5rem !important;
}

li.breadcrumb-item {
  background: #6e9bc1 !important;
  border: solid 1px #6e9bc1 !important;
  border-radius: 5px !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  padding: 5px 10px 5px 5px !important;
  text-align: center !important;
  color: #fff !important;
  cursor: pointer !important;
}

li.breadcrumb-item:before {
  content: "" !important;
}

li.breadcrumb-item:hover {
  transform: scale(1.05) !important;
  transition: 0.1s ease-in-out !important;
  border: solid 1px #eee !important;
}

li.breadcrumb-item a {
  color: #fff !important;
}

li.breadcrumb-item a:hover {
  text-decoration: none !important;
}

.highlightOnAutosave {
  border: solid 3px green;
  transition: 0.1s;
}

.card .bg-light:hover {
  cursor: pointer;
  filter: brightness(95%);
}

.display-0 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Titillium Web";
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Titillium Web";
}

.localdate {
  margin-left: 10px;
}

.modal-image-hover:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 5px #6e9bc1;
}

.trash-hand:hover {
  color: #ff0000;
}

.edit-hand:hover {
  color: green;
}

.bg-move {
  background-color: rgba(0, 165, 187, 0.2);
  border: solid 2px rgb(0, 108, 122) !important;
}

.btn {
  font-family: "Titillium Web" !important;
}

#toast-container > div {
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  color: #fff;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  cursor: pointer;
}
.nav-item {
  background-color: #dddddd;
  border-bottom: solid 1px #ccc;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 1px;
}
.nav-item > a {
  color: black;
  text-decoration: unset;
}
.nav-item > .active {
  color: white;
}


.nav-item:hover {
  background-color: #00a5bb;
}
.tab-content {
  background-color: white;
  padding: 10px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-in-Row {
  font-size: 13px;
  margin-bottom: -6px;
  margin-top: -5px;
}
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 3em;
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.active_tab {
  background-color: #b96e0f !important;
}
.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}
.scrollable {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  max-height: 400px !important;
}
.ui-sortable-handle > .lhBoxTitle {
  cursor: move !important;
}
.bagde {
  display: inline;
  padding: 3px;
  padding-left: 8px;
  padding-top: 1px;
  padding-right: 8px;
  border-radius: 4px;
  color: white;
}
.draftOuotes {
  font-size: 113px;
  text-align: center;
  position: absolute;
  margin-left: 33%;
  margin-top: 8%;
  color:#999;
}
.loaderContent {
  position: absolute; 
  left: 0; 
  right: 0; 
  top:50%;
  margin-left: auto; 
  margin-right: auto; 
  width: 100px; /* Need a specific value to work */
}
.profile-img {
  width: 106px;
  border-radius: 12px;
  transition: transform .2s; /* Animation */
  box-shadow: 1px -1px 5px 1px #3b3b3b73;;
}
.profile-img:hover {
  transform: scale(1.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
@page {
  size: A4;
  margin: 0;
}

@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  .sidebar,
  .wrapper:before,
  .header,
  .footer,
  .noprint,
  .btn {
    display: none !important;
  }
  .card {
    border: solid 1px black !important;
  }
}
