@font-face {
    font-family: "Russo One";
    src: url("../fonts/RussoOne-Regular.ttf");
    font-weight: regular;
}

body {
    margin: 0;
    font-family: sans-serif;
}
h3 {
    margin: 5px 0px 5px 0px;
    font-size: 1.33em;
    font-weight: 600;
    font-family: "Russo One";
    color: #777;
}
h3:not(:first-of-type) {
    margin: 25px 0px 5px 0px;
}
.as-link {
    color: #5DC0FF;
    cursor: pointer;
}
.as-link:hover {
    color: unset;
}
.stream-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
}
.grid-item {
    flex-basis: calc(20% - 20px); /* use .stream-grid gap value */
    position: relative;
}
.grid-item .item-order {
    cursor: default;
    position: absolute;
    background-color: #7CFAC3;
    padding: 0px 8px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    top: 10px;
    right: 10px;
}
.grid-item .img {
    width: 100%;
    height: 140px;
    display: block;
    background-color: #eee;
    border-radius: 3px;
}
.grid-item .img img {
    border-radius: 3px;
}
.grid-item .block {
    height: 10%;
    border-radius: unset!important;
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
}
.opts-box {
    margin-bottom: 20px;
}
.opts-box .pill {
    font-weight: bold;
    cursor: pointer;
    font-size: .85rem;
}
.opts-box .right {
    display: inline-block;
    margin-left: 10px;
}
.opts-sub {
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
    background-color: #5DC0FF;
    vertical-align: top;
    height: 34px;
}
.opts-sub .pill {
    display: inline-block;
    font-weight: normal;
    padding: 3px 7px 3px 7px;
    font-size: .75rem;
    vertical-align: top;
    
    background-color: #5DC0FF;
    color: #fff;
    font-weight: bold;
}
.opts-sub .pill.active {
    background-color: #fff;
    color: #888;
}
.opts-sub .pill:not(:last-child) {
    margin-right: 5px;
}
.opts-sub .sub-title {
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 5px;
    font-size: .85rem;
}

.action-links {
}
.action-links span {
    display: inline-block;
    color: #485fc7;
    cursor: pointer;
    text-decoration: none;
    font-size: .8rem;
    text-transform: lowercase;
    margin-right: 5px;
}
.action-links span.active {
    font-weight: bold;
}
.action-links span:hover {
    text-decoration: underline;
}

.form-error {
    padding-left: 10px;
    font-size: .8rem;
    /* font-family: 'Russo One'; */
    color: #ff7c00;
}

.oove-t {
    height: 100%;
    font-family: "Russo One";
    font-size: 125px;
    line-height: 135px;
    text-shadow: 0px 0px 5px #ddd;
    width: 100%;
    text-align: center;
    color: #777;
}
.oove-st {
    font-family: sans-serif;
    font-size: .6em;
    color: #fff;
    font-weight: 700;
}
.oove-t.sm {
    font-size: 50px;
}
.announce {
    height: 500px;
}
.field {
    position: relative;
}
.mylabel {
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 15px;
    background-color: #fff;
    padding: 0px 5px;
    font-weight: 500;
    color: #777;
}
.login-container {
    position: relative;
    width: 340px;
    margin: 0 auto;
    height: 400px;
}
.login-icon {
    margin-bottom:50px;
    cursor:default
}

.login-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-top: 100px;
    height: 100%;
    position: relative;
}
.login-box .control {
    position: unset;
}
.login-box .control input.input {
    padding-left: 15px;
    height: 3em;
}
.login-box .control input.input::placeholder {
    font-size: 12px;
}
.login-box .field:not(:last-child) {
    margin-bottom: 25px;
}
.login-box .oove-t {
    line-height: unset;
}
.login-box .control button {
    background-color: #5DC0FF;
}
.login-box .mybutton {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.pill {
    color: #fff;
    padding: 5px 5px 5px 15px;
    background-color: #5DC0FF;
    border-radius: 5px;
    text-shadow: unset;
    line-height: unset;
}
.pill-icon {
    display: inline-block;
    height: 45px;
    width: 50px;
    margin-left: 10px;
}
.pill-icon.desc {
    background-image: url(/img/chevron.png);
    background-position: 0px 8px;
    background-size: 30%;
    height: 17px;
    background-repeat: no-repeat;
    margin-right: -25px;
}
.pill-icon.asc {
    background-image: url(/img/chevron.png);
    background-position: 35px 1px;
    background-size: 30%;
    height: 17px;
    background-repeat: no-repeat;
    margin-right: -25px;
    transform: rotate(180deg);
}
.pill-icon.video-white {
    background-image: url(/img/video-white-co.png);
    background-position: 0 0;
    background-size: 100%;
}
.pill-icon.video {
    background-image: url(/img/video.png);
    background-position: 0 0;
    background-size: 200%;
    filter: invert(95%) sepia(55%) saturate(0%) hue-rotate(287deg) brightness(106%) contrast(101%);
    height: 45px;
    width: 50px;
}

.site-icon {
    cursor: default;
    padding-top: 5px;
    margin-right: 0.75rem; /* fix padding of nav elements */
}
.site-icon .oove-t.sm {
    font-size: 30px;
}
.site-icon .pill-icon {
    height: 30px;
    width: 40px;
}
.site-icon .p-version {
    top: 30px;
    left: 90px;
}
.site-icon .oove-st {
    font-size: .4em;
}

.co-details {
    padding: 10px;
    cursor: default;
}
.co-details span {
    font-size: .6em;
    color: #999;
    display: block;
}
.p-version {
    position: absolute;
    top: 64px;
    left: 160px;
}

.stream-list {
    overflow-y: scroll;
    max-height: 265px;
}
.stream-list li {
    margin-bottom: 5px;
}
.grid-item .block,
.stream-list li .block {
    border: 1px solid #5DC0FF;
    vertical-align: middle;
    padding: 15px 0px 15px 12px;
    background-color: #5DC0FF;
    position: relative;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.grid-item .block a,
.stream-list li .block a {
    line-height: 20px;
    color: #fff
}
.grid-item .block span,
.stream-list li .block span {
    line-height: 20px;
    color: #fff
}
.block.single {
    border-radius: 3px!important;
}

.grid-item .block span.download,
.stream-list li .block span.download {
    background-image: url(/img/download.png);
    background-position: 0 0;
    background-size: 100%;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    filter: invert(1);
    cursor: pointer;
}

.stream-list li .img {
    width: 100%;
    height: 140px;
    display: block;
    background-color: #eee;
}
.stream-list li .img img {
    border-radius: 3px;
}

/** 
 * Tune up type=checkbox
 * https://stackoverflow.com/questions/2639373/css-html-how-do-i-change-the-color-of-the-check-mark-within-the-checkbox-input
 */
.grid-item .block input[type=checkbox],
.stream-list li .block input[type=checkbox] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    appearance: none;
}
.grid-item .block input[type=checkbox]:checked:after,
.stream-list li .block input[type='checkbox']:checked:after {
    content: '\2B1C';
    height: 30px;
    width: 30px;
    font-size: 0px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    background-color: #7CFAC3;
    padding-left: 1px;
    border: 3px solid #fff;
}
.grid-item .block input[type=checkbox]:checked,
.stream-list li .block input[type='checkbox']:checked {
    background-color: #fff;
    appearance: none;
}
/**
 * end tune up
 */


/**
 * Overrides bulma 0.9.x
 */
.button.is-link.is-hovered, .button.is-link:hover {
    background-color: #6596BB;
    border-color: transparent;
    color: #fff;
}
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: inherit;
    color: inherit;
    text-decoration: underline;
}
.navbar-item.active {
    text-decoration: underline;
}
