.container {
    padding-top: 5rem;
    min-height: 600px;
}

.card-title:before {
    padding-top: 3.5rem;
    margin-top: -3.5rem;
    content: "";
    display:block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metrics-number {
    text-align: right;
    margin-bottom: 0;
    font-size: 200%;
}

.metrics-delta {
    text-align: right;
    font-size: 120%;
}

.col-sortable {
    cursor: pointer;
}

.col-sortable:hover {
    text-decoration: underline;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.custom-switch {
    padding: 7px 0 7px 36px;
}

.smap .cluster div {
    box-sizing: unset;
}
