﻿/* Color setup */
/*DIGITAL CLOCK FONT*/
@font-face {
  font-family: 'digital-7';
  src: url("/fonts/digital-7.ttf"); }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif; }

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif; }

body {
  font-size: 13px;
  color: #575962; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #26688C !important; }

.dropdown-menu-dark .dropdown-item {
  font-size: 12px; }

.modal-content {
  background-color: #fff; }

.hydra_message1 {
  font-size: 14px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  margin-top: 60px;
  margin-left: 10px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/"); }

.breadcrumb-item.active {
  color: #6c757d; }

/* Grid buttons edit/delete specifics */
.hydra-grid-button {
  line-height: 1;
  padding: 0.2rem 0.2rem; }

.hydra-grid-button-add {
  line-height: 1;
  color: green;
  padding: 0.2rem 0.2rem; }

.hydra-grid-button-edit {
  line-height: 1;
  color: cornflowerblue;
  padding: 0.2rem 0.2rem; }

.hydra-grid-button-delete {
  line-height: 1;
  color: dimgrey;
  padding: 0.2rem 0.2rem; }

/* Grid Specifics end*/
/* Card styling */
.card {
  border-radius: 5;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 20px 1px rgba(69, 65, 78, 0.08);
  -moz-box-shadow: 0 1px 20px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0 1px 20px 1px rgba(69, 65, 78, 0.08);
  border: 0; }

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  margin-bottom: 10px; }

.alert-IQ-Available {
  color: forestgreen; }

.alert-IQ-Occupied {
  color: darkred; }

.alert-IQ-Unavailable {
  color: darkgrey; }

.alert-IQ-Faulted {
  color: darkred; }

.alert-IQ- {
  color: #D9A279; }

.card .card-header {
  padding: 15px 15px;
  background-color: #668371;
  color: whitesmoke;
  border-bottom: 1px solid #ebedf2 !important; }

.card .card-title {
  margin: 0;
  color: #575962;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6; }

.card .card-category {
  margin-top: 8px;
  font-size: 13px;
  color: #9a9a9a;
  margin-bottom: 0;
  word-break: normal; }

.card .card-body {
  padding: 15px; }

.card .card-footer {
  background-color: transparent;
  line-height: 30px;
  border-top: 1px solid #ebedf2 !important;
  font-size: 13px; }

/* Card styling end*/
/* Tab styling */
/*.nav-tabs .nav-link {
    border: 0px solid transparent;
}*/
.consistent-height .tab-content {
  display: flex; }

.consistent-height .tab-content > .tab-pane {
  display: block;
  /* undo "display: none;" */
  visibility: hidden;
  margin-right: -100%;
  width: 100%; }

.consistent-height .tab-content > .active {
  visibility: visible; }

.nav-tabs {
  /*border-bottom: 0px solid #dee2e6;*/ }

.nav-tabs .nav-link.active {
  border-bottom: solid;
  border-bottom-color: #D9A279; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #575962; }

.nav-pills .nav-link {
  background: none;
  /*border: 0;*/
  border-radius: 0.25rem; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: black;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.nav-link:hover {
  color: darkred; }

.iq-chargelink:link, .iq-chargelink:visited, .iq-chargelink:hover, .iq-chargelink:active {
  text-decoration: none;
  color: #575962; }

/* Tab styling end*/
.form-group, .form-check {
  margin-bottom: 0;
  padding: 10px 5px; }

.form-group label {
  color: dimgrey !important;
  font-size: 11px !important;
  text-transform: uppercase;
  padding: 5px 0px;
  margin-top: 10px; }

/*.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}*/
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #0d6efd;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); }

.wrap table {
  text-align: left;
  position: relative;
  border-collapse: collapse; }

.wrap table thead {
  z-index: 11; }

.wrap table thead tr th {
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  color: #084C61;
  font-size: 0.8rem;
  position: sticky;
  background-color: white;
  z-index: 11; }

@media (min-width: 768px) {
  .wrap table thead tr th {
    cursor: alias;
    padding-right: 18px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right center;
    background-blend-mode: multiply; }
  .wrap table thead tr th:hover {
    background-color: #eee; }
  .wrap table thead tr th.sortable {
    color: #56A3A6; } }

.wrap table tbody tr {
  background-color: rgba(15, 85, 106, 0.9);
  transition: 0.8s ease all; }

.wrap table tbody tr:nth-child(odd) {
  background-color: rgba(29, 94, 114, 0.9); }

.wrap table tbody tr:hover {
  background-color: #5CA8AC;
  cursor: pointer;
  color: #fff; }

.wrap table tbody tr td {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; }

.bootstrap-table table, .bootstrap-table tr, .bootstrap-table th, .bootstrap-table td {
  border: none; }

.bootstrap-table table thead {
  background-color: #ffffff; }

.bootstrap-table table tbody tr {
  background-color: Gray;
  -webkit-transition: 0.8s easy all;
  transition: 0.8s easy all; }

.bootstrap-table table tbody tr:nth-child(odd) {
  background-color: #999999; }

.bootstrap-table table tbody tr:hover {
  background-color: #88001b;
  cursor: pointer; }

.bootstrap-table table tbody tr td {
  color: #ffffff;
  font-weight: 400; }

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  color: white; }

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container {
  color: white; }

.table > :not(:first-child) {
  border-top: 0; }

.bootstrap-table .fixed-table-container .table {
  border-radius: 0.5em;
  overflow: hidden; }

.bootstrap-table .fixed-table-container .table thead th {
  background-color: #575962;
  color: #ffffff; }

.modal-footer button {
  font-size: 13px; }

.validation-summary-errors {
  color: red; }

.k-pane-wrapper .k-grid .k-grid-search {
  width: auto; }

.k-grid {
  font-size: 13px; }

.k-editor {
  border-color: rgba(255, 255, 255, 0.08); }

.k-grid-header {
  background-color: #54859B;
  color: whitesmoke; }

.k-pager-numbers .k-link.k-state-selected {
  color: #ff6358;
  background-color: rgba(255, 99, 88, 0.2); }

/*.alert-primary {
    color: #ffffff;
    background-color: #084C61;
    border-color: #b8daff;
}
.alert-warning {
    color: #ffffff;
    background-color: #084C61;
    border-color: #b8daff;
}*/
.bg-success {
  /*--bs-bg-opacity: 1;*/
  background-color: #D9A279 !important; }

.bg-info {
  /*--bs-bg-opacity: 1;*/
  background-color: #54859B !important; }

.btn-primary {
  background-color: #54859B !important;
  border-color: #54859B; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  /*color: $IQ-color-orange;*/
  /*background-color: $IQ-color-orange;*/
  border-color: #668371;
  /*set the color you want here*/ }

.bg-primary {
  /*--bs-bg-opacity: 1;*/
  background-color: #54859B !important; }

.alert-warning {
  background-color: #D9A279 !important; }

.alert-primary {
  background-color: #668371 !important;
  color: aliceblue; }

.alert-danger {
  background-color: #D9A279 !important; }

/* Admin and management */
.adminbox {
  border: 1px solid #dee2e6 !important;
  background-color: #9FB0A7;
  border-radius: 0.5em; }

.dropdown-menu-dark {
  background-color: #54859B; }

.btn-group-user-roles button {
  background-color: #54859B;
  border: 1px solid aliceblue;
  background-image: url(../gfx/icon_add_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
  width: 100%;
  display: block; }

.btn-group-user-roles-selected button {
  background-color: #54859B;
  /* Green background */
  background-image: url(../gfx/icon_added.svg); }

.btn-group-user-roles button:not(:last-child) {
  border-bottom: none;
  /* Prevent double borders */ }

/* Add a background color on hover */
.btn-group-user-roles button:hover {
  background-color: #D9A279; }
