.text-bold{
    font-weight: bold;
}
.text-navy {
    color: navy;
}
.slot-badge {
    width: 134px;
    margin-right: 6px;
}
.btn {
    line-height: 1.3;
}
.container-fluid {
    padding: 30px;
}
.nav-item.d-inline a{
    color: #ffe484;
    font-size: 0.9em;
}
.errorlist {
    padding: 0;
}
.errorlist li {
    list-style: none;
    color: crimson;
}

.timeline{
    display: block;
}

.borderless td, .borderless th {
    border: none;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.list-group-item {
    padding: 3px 10px
}
.my-slot{
    font-size: 1.1rem;
    font-weight: normal;
}
span.disabled, .btn:disabled {
    opacity: 0.5;
}

.opacity75 {
    opacity: 0.75;
}

.slot {
    min-width: 70px;
    width: auto;
    font-weight: normal;
}
.page-item{
    cursor: default;
}
.list-group-item a {
    font-weight: normal !important;
}
.btn-delete-slot {
    padding: 0 0 0 10px !important;
}
.btn-link.active{
    font-weight: bold;
}
.outdated span{
    opacity: 0.5;
}

.alert.score{
    padding: 2px 5px;
    text-align: center;
    margin: 0;
    float: left;
    white-space: nowrap;
}

.day-verbose{
    width: 230px;
    text-align: center;
}

.sunset-sunrise{
    margin-top: -5px;
}

input {
    max-width: 500px;
}


.c-default{
    cursor: default;
}

.tooltip-inner {
    max-width: 600px;
}

#chat-container {
    background-color: aliceblue;
}
#chat {
    height: 800px;
    overflow: auto;
}
#chat :not(:first-child) .list-group-item{
    margin-top: -1px;
}

#chat .time {
    color:gray;
}
.weather {
    font-size: 0.65em;
    display: inline-block;
    color: #464a4e;
}
.weather, .weather-placeholder{
    display: inline-block;
    width: 60px;
}

.sunset, .sunrise {
    color: #464a4e;
    font-size: 0.9em;
    font-family: initial;
    padding: 7px 0;
    display: inline-block;
    margin-left: -2px;
}


@media (max-width: 1000px) {
    .container-fluid {
        padding: 10px;
    }
    .agenda .col {
        flex-basis: unset;
    }
    .agenda .col.my-slots{
        margin-top: 15px;
    }
    .agenda .pagination {
        justify-content: center;
    }

}

.dark-sky-banner {
    height: 2rem;
    margin-top: 15px;
}

.nowrap{
    white-space: nowrap;
}

td.raw{
    padding: 5px;
    border: 0;
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}

/*
a.nav-link[href*=liga] {
    color: yellow !important;
    font-weight: bold;
}*/



img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {

     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
/*    .modal-footer{
      display:none;
    }*/





