body, html {
    margin: 0;
    padding: 0;
    font: 11px/18px Tahoma, Verdana, Arial, sans-serif;
    background-color: #f1f1f1;
    min-width: 320px;
}

a {
    color: #2789ce;
}

* {
    box-sizing: border-box;
}

.show-on-mobile{
    display: none;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.container {
    width: 1034px;
    margin: auto;
    padding: 0 1.9342%;
}

#ssc-header-container {
    display: inline-grid;
    width: -webkit-fill-available;
    min-width: 1034px;
}

.header-wrapper {
    background-color: #ffb80c;
    border-bottom: 4px solid #000;
    min-height: 66px;
    min-width: 1034px;
}

.header .logo {
    float: left;
    background: url("/images/img-bf-logo.png") 0 0 no-repeat;
    width: 112px;
    height: 18px;
    margin-top: 21px;
}

.header .login-form {
    float: right;
    padding-top: 6px;
}

.header .login-form input {
    border-radius: 2px;
    border: none;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    outline: none;
}

.header .login-form .input {
    background-color: #ffdc8a;
    color: #1e1e1e;
    font-size: 12px;
    height: 22px;
    padding-left: 10px;
    width: 150px;
}

.header .login-form .submit-btn {
    background-color: #1e1e1e;
    color: #ffb80c;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    padding: 0 3px;
}

.header .login-form .forgot-password {
    text-align: center;
    padding-top: 8px;
}

.header .login-form .forgot-password a {
    color: inherit;
}

.page-content {
    color: #1e1e1e;
}

.page-content .left-side {
    float: left;
    width: 50%;
    /*padding: 0 1.5473% 0 0;*/
}

.page-content .right-side {
    float: right;
    width: 50%;
    padding: 0 0 0 1.5473%;
}

.page-content h2 {
    color: #1e1e1e;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin: 20px 0 24px;
    font-weight: normal;
    line-height: normal;
}

.page-content h3 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin: 8px 0 10px;
    font-weight: normal;
    line-height: normal;
}

.page-content .video-player-tease {
    max-width: 480px;
    height: 400px;
    margin: auto;
    overflow: hidden;
}

.page-content .video-player-tease img{
    max-width: 100%;
    height: auto;
}

.page-content .event-filers {
    padding: 14px 14px 10px;
    background-color: #fff;
}

.page-content .event-filers select {
    width: 120px;
}

.page-content .streaming-list {
    max-height: 370px;
    overflow-y: auto;
    background-color: #fff;
    margin: 5px 0;
}

.streaming-list .clip {
    min-height: 52px;
    overflow: hidden;
}

.streaming-list .clip:nth-child(even) {
    background-color: #f8f8f8;
}

.streaming-list .clip .play {
    width: 8.74%;
    line-height: 52px;
    text-align: center;
    float: left;
}

.streaming-list .clip .play a {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.streaming-list .clip .play a img {
    display: block;
    width: 13px;
    height: auto;
}

.streaming-list .clip-info {
    padding: 10px;
    float: left;
    width: 72.08%;
}

.streaming-list .clip-info .clip-info-title {
    color: #2789ce;
    font-weight: bold;
}

.streaming-list .clip-bet {
    overflow: hidden;
    padding: 15px 0 10px;
}

.streaming-list .clip-bet .bet-now-btn {
    background-color: #1e1e1e;
    border: none;
    border-radius: 2px;
    color: #ffb80c;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 12px;
    min-height: 22px;
    min-width: 64px;
    outline: none;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.comments {
    background-color: #fff;
    padding: 20px 10px;
}

.comments .terms-and-conditions {
    float: right;
}

.page-content .video-warning,
.page-content .footer {
    font-size: 11px;
    padding-top: 15px;
}

.page-content .footer {
    margin-top: 10px;
}

.mobile-footer {
    display: none;
    background-color: #f1f1f1;
    padding: 0 4px;
}

.popup {
    background-color: #fff;
    display: none;
    left: 50%;
    margin-left: -200px;
    padding: 20px 20px 35px;
    position: fixed;
    top: 40%;
    width: 485px;
    z-index: 999;
    text-align: center;
}

.popup .close-popup {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    background: url("/images/close_btn.png") 0 0 no-repeat;
    width: 19px;
    height: 19px;
}

.popup .validation-message {
    color: #1e1e1e;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-top: 18px;
    width: 100%;
}

.popup .note-message {
    color: #1e1e1e;
    position: relative;
    margin-top: 10px;
}

#overlay {
    background-color: #1e1e1e;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}

.clip-info-inner {
    cursor: pointer;
}

.logoutBtn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    font-family: Arial;
    outline: none;
    border: none; margin-left: 10px;
}

.logoutBtn {
    background-color: #1e1e1e !important;
    color: #ffb80c; font-size: 14px; font-weight: bold;
    height: 22px; margin-right: 23px;
    cursor:pointer;
}

.logoutBtn {
    text-decoration: none; width: auto; padding: 3px;
}

#logoutDiv {
    margin-top: 14px;
    background-color: #ffb80c;
}

#videoPlayerIFrame {
    width: 100%;
    height: 100%;
    margin: auto;
}

#playerIframe {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}

#closeImg {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#validationMsg {
    position: relative;
    top: 18px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    color: #1e1e1e;
}

#noteMsg {
    position: relative;
    top: 30px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    color: #1e1e1e;
    line-height: 1.5;
}

#popup {
    background-color: #FFF;
    padding: 20px;
    width: 485px;
    position: fixed;
    z-index: 999;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    display: none;
    padding-bottom: 65px;
}

.close-footer {
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -7px;
}

.close-footer img {
    width: 14px;
    height: 14px;
}

.forgot-password span {
    text-decoration: underline;
    cursor: pointer;
}

.ssc-hidden {
    display: none;
}

#ssc-footer-container {
    display: inline-block;
    width: -webkit-fill-available;
    min-width: 1034px;
}
