.subtitle {
  white-space: pre-wrap;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 100% !important;
}

@media (max-width: 767px) {
  .navbar-vertical .navbar-brand-img,
  .navbar-vertical .navbar-brand > img {
    max-width: 100%;
    max-height: 2rem !important;
  }
}

@media (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}

a.table-action {
  font-size: 0.875rem;
  margin: 0 0.25rem;
  color: #adb5bd;
}

a.table-action-run:hover {
  color: #2dce89;
}

a.table-action-delete:hover {
  color: #f5365c;
}

/* LOAD DO WAITING MODAL */
.lds-dual-ring {
  display: inline-block;
  width: 46px;
  height: 46px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #172b4d;
  border-color: #172b4d transparent #172b4d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END LOAD WAITING MODAL */

.card-color-top {
  height: 10vh;
}

.table.wrap-line th,
.table.wrap-line td {
  white-space: normal !important;
}

.bg-cogtech-green {
  background-color: #003838;
}

.btn-cogtech-green {
  color: #fff;
  background-color: #003838;
  border-color: #003838;
  box-shadow:
    0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-cogtech-green:hover {
  color: #fff;
}

.btn-cog.btn-cogtech-green:hover {
  color: #fff;
  background-color: #003838;
  border-color: #003838;
}

.btn-cogtech-green:focus,
.btn-cogtech-green.focus {
  box-shadow:
    0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 0 0 0 rgba(94, 114, 228, 0.5);
}

.btn-cogtech-green.disabled,
.btn-cogtech-green:disabled {
  color: #fff;
  background-color: #003838;
  border-color: #003838;
}

.btn-cogtech-green:not(:disabled):not(.disabled):active,
.btn-cogtech-green:not(:disabled):not(.disabled).active,
.show > .btn-cogtech-green.dropdown-toggle {
  color: #fff;
  background-color: #005959;
  border-color: #003838;
}

.btn-cogtech-green:not(:disabled):not(.disabled):active:focus,
.btn-cogtech-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-cogtech-green.dropdown-toggle:focus {
  box-shadow:
    none,
    0 0 0 0 rgba(94, 114, 228, 0.5);
}
