@media screen and (max-width: 768px) {
    /*table {
        display: block;
        overflow: auto;
    }*/
    td.img {
        display: none !important;
    }
    .pagination {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .form-inline {
        display: block !important;
    }
    .form-group.col-3 {
        width: 100% !important;
        max-width: 100% !important;
    }
}
img {
    max-width: 100%;
}
.night_mode {
    position: fixed;
    bottom: 50px;
    left: 10%;
}
.swipe input[type="checkbox"] {
  width: 32px;
  height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cacaca;
  outline: none;
  border-radius: 6px;
  transition: 0.5s;
  position: relative;
  margin-bottom: 0px;
  margin-left: 10px;
  cursor: pointer;
  left: 0px;
  border: none;
}
.swipe input:checked[type="checkbox"] {
  background: #f1484c !important;
}
.swipe input[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #cacaca;
  border-radius: 50%;
  top: -3px;
  left: -4px;
  background: #efefef;
  transform: scale(1.1);
  transition: 0.5s;
}
.swipe input:checked[type="checkbox"]::before {
  left: 18px;
  border-color: #f1484c;
}
td.img {
    width: 122px;
    height: 122px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 100px;
    margin: 0 auto;
    float: left;
    line-height: normal;
    background: #212529;
    border: 1px solid #e0e0e0;
}

td.img img {
    max-height: 97px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: block;
}

td.name {
    background: #0095ff;
    color: #fff;
    padding: 2px 10px !important;
    display: inline-block;
    border-radius: 14px;
    font-weight: 600;
}
.table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table td,
.table th {
    text-align: center !important;
}

.menu {
    border: #d0d0d0 1px solid;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 10px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}

.menu a {
    padding: 5px 9px;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 15px;
    background: #585858;
    color: #fff;
    font-weight: 600;
}

.menu a.selected {
    background: #eee;
    color: #848484;
    border-color: #bfbfbf;
    pointer-events: none;
}
.menu .mapbtn:hover {
    color: white !important;
    background: black !important;
}
.menu .filt .filter {
    float: left;
    margin: 4px 0;
    margin-right: 8px;
    text-align: center;
    margin-bottom: 6px;
    padding: 5px 10px;
    border: 1px solid #000;
    font-weight: 600;
    font-size: 14px;
    background: 0 0 !important;
    transition: .2s all ease;
}
.menu .filt .filter:hover {
    background: #585858 !important;
    color: white;
}
.menu .filt .filter.selected {
    background: #d00d0d !important;
    color: #fff;
    border-color: red;
    cursor: default;
}

b.title {
    display: block;
}
.hidden {
    display: none !important;
}
.filter {
    cursor: pointer;
}
input,
select {
    margin-top: 0.5rem;
}
.small-light {
    position: absolute;
    background: url(https://www.slow.droidesmuonline.com/assets/heaven/assets/images/small-light.png) center no-repeat;
    width: 465px;
    height: 163px;
    left: 37%;
    top: -3px;
    animation-name: small-light;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1;
}
@keyframes small-light {
    0% {
        transform: scale(0.1);
    }
    20% {
        transform: scale(0.1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.1);
    }
    100% {
        transform: scale(0.1);
    }
}
