@import "variables";
@import "tables";
@import "navbar";
@import "scrollbar";

html,
body {
  height: 100%;
  max-width: 100%;
  font-weight: 400;
  font-family: $font-family-sans-serif;
  margin: 0;
  font-size: 12px;
  overflow: hidden;
}
.active-link {
  color: $primary;
  cursor: pointer;
}
.v-tooltip__content {
  background-color: rgb(40, 44, 52);
  text-align: left;
  padding: 10px;
  .v-icon {
    cursor: default;
  }
}
.panel-details-items {
  padding: 0 1.5rem;
  margin: 0px !important;
}
.div-progress {
  width: 100%;
}
.info-icon {
  cursor: default;
}
.status-succeeded {
  color: $succeeded;
  font-weight: 600;
}
.status-failed{
  color: $failed;
  font-weight: 600;
}
th.column.sortable.active i {
  color: $primary !important;
}
.highlight {
  background-color: #ff9632;
  color: black
}
.v-datatable__actions .v-btn {
  color: $primary;
}
.logo-icon {
  margin-left: 40px;
  height: 50px;
  max-width: 50px;
  min-width: 50px;
  cursor: pointer;
  g path {
    fill: $primary;
  }
}
.home-search-results .v-list__tile--highlighted {
  background-color: lighten($primary, 25%) !important;
}
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.panels .container {
  padding-left: 15px;
  padding-right: 15px;
}

.v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat) {
  box-shadow: none;
}
