﻿.streaming-main-container{padding:0;}

.streaming-header-wrapper{
    display:flex;flex-wrap:nowrap;justify-content:space-between;
    align-items:baseline;font-size: 14px; 
}
.streaming-controls-wrapper{
    text-align: center; font-weight: normal; display: flex; 
    justify-content: center; align-items: center;flex: 1 1 100%;
    flex-wrap:wrap;
    padding-top:30px;
    padding-left:10px;
}
.streaming-submenu-wrapper{
    flex:0 0 100px;
    text-align:right;
    display:flex;
    flex-wrap:wrap;
    padding: 30px 10px 30px 0;
}

.streaming-main-wrapper{
    /*max-width:1440px;*/
    margin:0 auto;
    /*padding-bottom:20px;*/
}

/*******************  FITERS  **********************/

.filter-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:center;
    margin-bottom:30px;
    margin-right:10px;
}
div.filter-rcb {
    width: 100% !important;
    max-width: 400px !important;

}
/*div.filter-rcb .rcbReadOnly.rcbFocused{
    color: #333;
    border-color: #fff;
    background-color: #ffffff;
}
.div.filter-rcb .rcbFocused {
    box-shadow: none;
}*/

.StreamingDropDownCssClass, .StreamingLabelCssClass{font-size:1.4em!important;width:100%!important;}
.RadComboBoxDropDown .rcbScroll{height:100%!important;}
.RadComboBoxDropDown .rcbCheckAllItems label, .RadComboBoxDropDown .rcbCheckAllItemsHovered label{font-weight:700!important;}
.RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered{border-bottom:1px solid #999!important;}

.filter-wrapper .btn.btn-search {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.175);
    -webkit-mask: url(../../Images/Icons/search.svg) no-repeat 100% 100%;
    mask: url(../../Images/Icons/search.svg) no-repeat 100% 100%;
    background-color: #666666;outline: none;font-size: 1rem;line-height: 1.5;border-radius: .25rem;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;
    width: 40px;height: 40px;cursor: pointer;margin: 0 0 0 10px;padding: 0;border: 0;transition: all 0.3s ease;-ms-touch-action: manipulation;touch-action: manipulation;
    display: inline-block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;padding: .375rem .75rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.filter-wrapper .btn.btn-search:not(.aspNetDisabled):hover {
    background-color: #ff0000;
}
.filter-wrapper .btn.btn-search.tohit {
    background-color: #ff0000;
}
.switch-wrapper{
    display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;margin-right:10px;
}
.switch {display: flex;flex-wrap: nowrap;align-items:center;}
.switch input {display: none;}
.switch label {
    position: relative;display: inline;min-width: 32px;cursor: pointer;
    padding: 16px 0 16px 36px;margin: auto 10px auto 5px;
}
.switch label:before, .switch label:after {
    content: "";position: absolute;margin: 0;outline: 0;top: 50%;
    -ms-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;transition: all 0.3s ease;
}
.switch label:before {
    left: 1px;width: 32px;height: 18px;background-color: #ddd;border-radius: 8px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch label:after {
    left: 0;width: 20px;height: 20px;background-color: #707070;border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch input:checked + label:before {background-color: #ddd;}
.switch input:checked + label:after {
    background-color: #ffd800;-ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);transform: translate(80%, -50%);
}
button.inplayer-button {
    width: 130px;height: 100%;padding: 10px;background-color:#fff;
    border: none;margin-left: auto;cursor: pointer;
}
button.inplayer-button > div {display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;}
button.inplayer-button span.text{transition:all 1s ease;}
button.inplayer-button:hover span.text { border-bottom:1px solid;}
.dropdown.inplayer-dropdown {
    width: 130px;display: block;margin-left: auto;
    border-radius: 5px;
    /*box-shadow: 0 0 2px rgb(204, 204, 204);*/
    transition: all .5s ease;position: relative;
    height: 100%;text-align: right;
}
.dropdown.inplayer-dropdown .select {cursor: pointer;display: block;padding: 10px}
.dropdown.inplayer-dropdown .select > i {
    font-size: 14px;color: #888;cursor: pointer;
    transition: all .3s ease-in-out;float: right;line-height: 20px;
}
.dropdown.inplayer-dropdown .select span {transition:all 1s ease;}
.dropdown.inplayer-dropdown .select:hover span.text {
    border-bottom:1px solid;
    /*box-shadow: 0 0 4px rgb(204, 204, 204);
    background-color:#f2f2f2;*/
}
.dropdown.inplayer-dropdown:active {background-color: #f8f8f8;}
.dropdown.inplayer-dropdown.active:hover,.dropdown.inplayer-dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);border-radius: 5px 5px 0 0;
    background-color: #f8f8f8;font-weight:400;
}
.dropdown.inplayer-dropdown.active .select > i {transform: rotate(-90deg)}
.dropdown.inplayer-dropdown .dropdown-menu {position: absolute;background-color: #fff;
    width: 100%;left: 0;margin-top: 1px;box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;overflow: hidden;text-align:right;
    display: none;max-height: 144px;overflow-y: auto;z-index: 9;min-width:unset;
}
.dropdown.inplayer-dropdown .dropdown-menu li {padding: 10px;transition: all .2s ease-in-out;cursor: pointer;}
.dropdown.inplayer-dropdown .dropdown-menu {padding: 0;list-style: none}
.dropdown.inplayer-dropdown .dropdown-menu li:hover {background-color: #f2f2f2;}
.dropdown.inplayer-dropdown .dropdown-menu li:active {background-color: #e2e2e2;}


/*******************  STREAMING  **********************/
.streaming-main-container{padding:0;}

.streaming--container{
    padding:20px 0;
    position:relative;
}
.streaming--container:not(:first-of-type){
    padding-top:30px;
}
.streaming--container.color3{
    background-color: #f2f2f2;
    color: #555;
}
.streaming--container.color2{
    background-color:#fff;
    color:#555;
}
.streaming--container.color1{
    background-color: #f2f2f2;
    color: #555;
}

.streaming--container.color1:not(:last-of-type):after{
    bottom: -10px;
    z-index: 10;
    background: inherit;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    content: '';
    pointer-events: none;
    /*box-shadow: -30px 30px 0 #222, 30px -30px 0 #222;*/
}

.streaming--container.color2:not(:last-of-type):after{
    bottom: -10px;
    z-index: 10;
    background: inherit;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    content: '';
    pointer-events: none;
    /*box-shadow: -30px 30px 0 #333, 30px -30px 0 #333;*/
}
   
/*#bigTriangleColor1 path {fill: #222;stroke: #222;stroke-width: 2;}
#bigTriangleColor2 path {fill: #333;stroke: #333;stroke-width: 2;}*/

.streaming--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.streaming-title--wrapper {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    /*color:#fff;*/
}

.streaming-item--wrapper {
    width: 390px;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 25%) ;
    grid-template-rows: 40px 140px 70px;
    z-index: 0;max-width:88vw;
}

.streaming-item--wrapper-championshipname {
    width: 390px;
    height: 290px!important;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 25%) ;
    grid-template-rows: 40px 40px 140px 70px!important;
    z-index: 0;max-width:88vw;
}

    /*.streaming-item--wrapper:before {
        background: url("../../Images/MainHome/streaming-bg.png") no-repeat center;
        background-size: 100%;
        content: "";
        opacity: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }*/
 
.streaming-item--wrapper figure{
        opacity: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        width:390px;
        height:250px;
        overflow:hidden;
        max-width:88vw;
}
.streaming-item--wrapper.streaming-item--wrapper-championshipname figure{height:290px;}

    .streaming-item--wrapper figure > img {
        width:100%;
        height:100%;
        margin:0 auto;
        -webkit-transform: scale(1);
	    transform: scale(1);
	    -webkit-transition: .2s ease-in-out;
	    transition: .2s ease-in-out;
    }

        .box-wrapper.cursor-pointer .streaming-item--wrapper:hover figure > img{
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

.streaming-item--wrapper *{
	-webkit-transition: .3s ease-in-out;
	transition: .2s ease-in-out;
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
.streaming--customerInfo--wrapper{
    padding: 20px 0 20px 0;
    background-color: #f2f2f2;
}
.streaming--customerInfo--container {
    position: relative;
}
    .streaming--customerInfo--container.color1 {
        color: #555;
    }
.streaming-customerInfo--wrapper {
    font-size: 14px;
    text-align: center;
}
    .streaming-customerInfo--wrapper a:link {
        text-decoration: underline !important;
    }

    .streaming-customerInfo--wrapper a:hover {
        background-color: #e7e7e7;
    }


.box-wrapper.cursor-pointer .streaming-item--wrapper:hover *:not(.minibox-wrapper):not(.team-logo):not(.item3):not(.item4):not(.fed-logo):not(.item2){
    -webkit-filter: sepia(20%);
    filter: sepia(20%);
}

.streaming-item--wrapper > * {
    display: flex;
    align-items: center;
    background-color: transparent;
}

/*.box-wrapper.cursor-pointer:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}*/
.box-wrapper.cursor-pointer{
    cursor: pointer !important;
    /*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
    .box-wrapper.cursor-pointer * {
        cursor: pointer !important;
    }

.item0 {
    grid-column: 1/span 4;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: rgba(10,10,10,0.75);
    line-height: 1.2;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 900;
}

.item1 .live-streaming--wrapper {
    background-color: #ffff00;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 2px 10px 2px 30px;
    margin-left: 11px;
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 18px 15px;
    font-size: 12px;
    cursor: pointer;
}
.item1 .prematch--wrapper {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 2px 10px;
    margin-left: 11px;
    font-size: 12px;
    cursor:default;
}
.item1 .prematch--wrapper:not(.free) {
    padding: 2px 10px 2px 30px;
    background-position: 8px center;
    background-size: 18px 15px;
}

.item1 .techissue--wrapper {
    background-color: #a90000;
    color:#fff;
    border: 1px solid #a90000;
    border-radius: 10px;
    padding: 2px 10px;
    margin-left: 11px;
    font-size: 12px;
    cursor:default;
}
.item1 .vod--wrapper {
    background-color: #707070;
    color: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 2px 10px 2px 30px;
    background-position: 8px center;
        background-size: 18px 15px;
    margin-left: 11px;
    font-size: 12px;
    cursor:default;
}


/*.livestreaming--wrapper--free{background-image: url("../../Images/MainHome/play_circle.svg");background-repeat: no-repeat;}
.livestreaming--wrapper--premium{background-image: url("../../Images/MainHome/crown.svg");background-repeat: no-repeat;}
.livestreaming--wrapper--auth{background-image: url("../../Images/MainHome/lock.svg");background-repeat: no-repeat;}
.vod--wrapper--free{background-image: url("../../Images/MainHome/play_circle-white.svg");background-repeat: no-repeat;}
.vod--wrapper--premium{background-image: url("../../Images/MainHome/crown-white.svg");background-repeat: no-repeat;}
.vod--wrapper--auth{background-image: url("../../Images/MainHome/lock-white.svg");background-repeat: no-repeat;}*/

.free.live-streaming--wrapper{background-image: url("../../Images/MainHome/play_circle.svg");background-repeat: no-repeat;}
.buy:not(.vod--wrapper):not(.techissue--wrapper){background-image: url("../../Images/MainHome/crown.svg");background-repeat: no-repeat;}
.signin:not(.vod--wrapper):not(.techissue--wrapper){background-image: url("../../Images/MainHome/lock.svg");background-repeat: no-repeat;}
.free.vod--wrapper{background-image: url("../../Images/MainHome/play_circle-white.svg");background-repeat: no-repeat;}
.buy.vod--wrapper{background-image: url("../../Images/MainHome/crown-white.svg");background-repeat: no-repeat;}
.signin.vod--wrapper{background-image: url("../../Images/MainHome/lock-white.svg");background-repeat: no-repeat;}

.item1 {
    grid-column: 1/span 3;
    font-weight: 900;
    text-transform: uppercase;
}

    .item1 span.span-live {
        color: #ff0000;
    }

.item1 .vod-premium--wrapper {
    padding: 2px 10px 2px 30px;
    margin-left: 11px;
    font-weight: 900;
    color: #fff;
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 14px;
    cursor: pointer;
}


.item1 .vod-free--wrapper {
    padding: 2px 10px 2px 30px;
    margin-left: 11px;
    background-position: 4px center;
    background-repeat: no-repeat;
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.item2 {
    grid-column: 4/span 1;
    /*margin-right: 20px;*/
    margin-right: 11px;
    justify-content: flex-end;
}

    .item2 img {
        /*max-height: 40px;*/
        /*transform: translateY(10px);*/
        max-height: 32px;
        transform: translateY(6px);
        box-shadow: rgba(39, 39, 39, 0.35) 3px 3px 3px;
    }

.item3 {
    grid-column: 1/span 2;
    margin-left: 20px;
    justify-content: flex-start;
}

.item4 {
    grid-column: 3/span 2;
    margin-right: 20px;
    justify-content: flex-end;
}

.team-logo {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    border: 1px solid #707070;
    border-radius: 50%;
    background-position: center;
    background-size: 50%;
}

    .team-logo.home {
        border: 1px solid #707070;
    }

    .team-logo.guest {
        border: 1px solid #939393;
    }

.item5{
    grid-column: 1/span 4;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: rgba(10,10,10,0.75);
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
}

    .item5 .team-names {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        width: 90%;
    }

        .item5 .team-names .team-home {
            text-align: right;
            flex: 0 1 auto;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            /*flex: 0 1 40%;*/
        }

        .item5 .team-names .vs {
            flex: 0 0 40px;
            text-align: center;
        }

        .item5 .team-names .team-guest {
            text-align: left;
            flex: 0 1 auto;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            /*flex: 0 1 40%;*/
        }

.streaming--wrapper .no-match {font-size:16px;}

@media (max-width:400px){
    .streaming-controls-wrapper{padding-top:10px;}
    .filter-wrapper{margin-bottom:10px;}
    .switch-wrapper{flex-direction:column;margin-bottom:10px;}
}

