.help-block {
    display: block;
    font-size: 12px;
    color: orangered;
}

.small-round-btn {
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #1fcd98;
    border-radius: 30px;
}

.btn-goldenrod {
    color: goldenrod !important;
    border: 1px solid goldenrod !important;;
}

li.series-list-title {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px dashed grey;
    padding: 0 !important;
    margin-top: 5px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

li.series-list-title:last-child {
    border-bottom: 1px dashed grey !important;
}

.series-list-title div {
    clear: both;
    min-height: 30px;
    margin-bottom: 10px;
}

.series-list-title-icon {
    padding-left: 20px;
    padding-bottom: 10px;
    display: inline-block;
    color: #1fcd98;
    font-weight: normal;
    float: right;
}

.series-list-title-icon img {
    width: 24px;
    display: none;;
}

li.series-list-title span {
    display: inline-block !important;
}

li.series-list-title span.coming-soon {
    display: none !important;
    color: darkgrey;
}

li.series-list-title span.active {
    font-weight: bold;
    color: orangered;
    /*padding-left: 20px;*/
    width: 100px !important;
    display: inline-block !important;
}

.livestream_share_list li {
    display: inline-block;
}

.livestream-icon-button {
    text-align: center;
    display: block;
    width: 100%;
    font-family: Title-Muli !important;
}
.livestream-icon-button img {
    width: 70px;
}

.livesteram-title-prefix {
    font-weight: bold;
    font-size: 16px;
}


.watermark {
    width: 10%;
    max-height: 15%;
    margin: 1em;
    position: absolute;
    pointer-events: none;
    opacity: 90%;
}

.theoplayer-container .vjs-big-play-button {
    font-size: 3em;
    border-radius: 100%;
    background: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.view-state-container div {
    display: none;
}


.video-js .vjs-play-control:before {
    display: block;
    content: "\f101";
}

.video-js .vjs-big-play-button:before {
    display: none !important;
    content: "\f101";
}



/* Customization css style */
.theo-primary-color,
.vjs-selected {
    color: #2fd5a1 !important;
}

.theo-primary-background {
    color: #000000 !important;
    background-color: #2fd5a1 !important;
}

.theo-secondary-color {
    color: #ffffff !important;
}

.theo-secondary-background {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.theo-tertiary-color {
    color: #000000 !important;
}

.theo-tertiary-background {
    color: #ffffff !important;
    background-color: #000000 !important;
}


