html {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

html, body {
    height: 100%;
    background: #F0F1F1;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.ml-auto {
    margin-left: auto;
}

header {
    background-color: #1E262B;
}

.navbar-brand {
    color: white;
    font-weight: bold;
}

    .navbar-brand:hover {
        color: white;
    }

.channel.channel-selected {
    background-color: #7296A4;
}

.channel {
    background-color: #9EBECB;
    color: white !important;
    width: 10em;
    text-align: center;
    margin-right: .5em;
}

.channel:hover {
    background-color: #7296A4;
    font-weight: bold;
}

.navbar-brand {
    width: 9rem;
    border-right: 1px solid #040D12;
    padding-right: 0;
}

.ml-1 {
    margin-left: 1.5rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.pr-3{
    padding-right: 3rem;
}

/* inputs */
button, input[type=button], input[type=submit], .button {
    background-color: #9EBECB;
    border: 1px solid #7296A4;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;
}

    button:hover, input[type=button]:hover, input[type=submit]:hover, .button:hover {
        background-color: #7296A4;
        color: lightgray;
    }


.streamview-card-button {
    flex-grow: 1;
    text-align: center;
    border-top: 1px solid #7296A4;
    background-color: #E6F0F2;
    padding: 2px 0;
    color: black;
}

    .streamview-card-button:hover {
        color: lightgray;
        background-color: #7296A4;
    }

.streamview .streamview-card {
    border: 1px solid #7296A4;
}

.streamview-card {
    margin-bottom: 1em;
}

.streamview-card-header {
    background-color: #7296A4;
    color: white;
    padding: 5px 0 5px 20px;
    font-weight: bold;
}

.streamview-card-name {
    padding: 15px;
    background-color: #EFEFEF;
}

.streamview-card-header-close {
    border: 1px solid white;
    padding: 0 .5em;
    background-color: darkred;
    cursor: pointer;
}

.streamview-card-header-close:hover {
    background-color: red;
}

.streamview-progress-bar-holder {
    width: 100%;
    height: 5px;
    background-color: #EFEFEF;
    border-top: 1px solid #7296A4;
    display: none;
}

.streamview-progress-bar-content {
    background-color: #7296A4;
    height: 100%;
    transition: all 0.5s;
}
