/* your styles go here */
/* .table-shadow {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  div.theadansition: box-shadow 0.3s ease-in-out;
} */
.table-shadow:hover {
  box-shadow: 0 .10rem .25rem rgba(0,0,0,.15)!important;
  cursor: pointer;
}

/* @media (min-width:1199px) {
    #filtersShow {
        display:block;
    }
} */


@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

#topBackButton {
  position: fixed;
  /* bottom: 80px; */
  bottom: 12px;
  right: 12px;
  z-index: 99;
  font-size: 12px;
}

#topBackButton:hover {
  background-color: #555;
}

@media (min-width: 768px) {
  #topBackButton {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 12px;
  }

  #topBackButton:hover {
    background-color: #555;
  }
}

/* .dropdown-toggle {
  color: #999;
  background: none;
  border: none;
}

.dropdown-toggle:after {
  display: none;
}

.dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 0.9em;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu a {
  color: #999 !important;
}

.dropdown-menu a:hover {
  background: #ef5285;
  color: #fff !important;
}

.dropdown-menu a i {
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
} */


/* --- */

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

 /* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* ----- */
