﻿@import url(var.css);
.callout {
  border-left-style: solid;
  border-left-width: 1em;
  border-left-color: var(--ci-base-color); }
  .callout-danger {
    border-left-color: var(--ci-red) !important; }

body {
  background-color: #cceef2; }

.content-wrapper {
  margin: 50px 0;
  padding: 0 1.5rem; }

@media (min-width: 641px) {
  .content-wrapper > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important; } }

@media (min-width: 992px) {
  .content-wrapper {
    margin-left: 140px; } }

.title-row {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff; }

.sticky {
  position: sticky;
  z-index: 0;
  padding-left: 1rem;
  padding-right: 1rem; }
  .sticky-top-0 {
    top: 0; }
  .sticky-top-1 {
    top: 56px; }
    @media (min-width: 992px) {
      .sticky-top-1 {
        top: 0; } }

.span-pill {
  color: #fff;
  width: 41px; }

.table-button {
  background-color: #fff; }

.rounded-1 {
  border-radius: 0.5rem !important; }

.flex-column-fluid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-row-fluid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 auto;
  min-width: 0; }

.bg-custom {
  background-color: #181c32; }

.bg-light-custom {
  background-color: rgba(0, 0, 0, 0.2); }

.text-muted-custom {
  color: #6c757d; }

@media (min-width: 992px) {
  .custom-margin {
    margin-top: 100px; } }

.search {
  width: 50%; }
  .search.in {
    width: 80%; }

@media (min-width: 576px) {
  .search {
    width: 30%; }
    .search.in {
      width: 50%; } }

@media (min-width: 768px) {
  .search {
    width: 30%; }
    .search.in {
      width: 45%; } }

@media (min-width: 992px) {
  .search {
    width: 20%; }
    .search.in {
      width: 40%; } }

@media (min-width: 1200px) {
  .search {
    width: 15%; }
    .search.in {
      width: 35%; } }

@media (min-width: 1400px) {
  .search {
    width: 10%; }
    .search.in {
      width: 30%; } }

.custom-offset {
  margin-left: 0; }
  @media (min-width: 576px) {
    .custom-offset {
      margin-left: 250px; } }
  @media (min-width: 768px) {
    .custom-offset {
      margin-left: 250px; } }
  @media (min-width: 992px) {
    .custom-offset {
      margin-left: 250px; } }
  @media (min-width: 1200px) {
    .custom-offset {
      margin-left: 250px; } }
  @media (min-width: 1400px) {
    .custom-offset {
      margin-left: 250px; } }

.custom-input > input {
  width: 32px !important;
  height: 32px !important;
  position: inherit !important;
  margin: 0 !important; }

.form-control {
  height: 100% !important; }

.text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.h-custom {
  height: calc(100vh - 109px); }

@media (min-width: 992px) {
  .h-custom {
    height: calc(100vh - 53px); } }

@media (min-width: 992px) {
  .text-lg-custom {
    font-size: 2rem; } }
