﻿/* HOME PLAYS LEAGUE V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Home_Plays_League_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.S_Home_Plays_League_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.S_Home_Plays_League_Clear {
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Home_Plays_League_Item_Main {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: auto;
    padding: 10px 10px 10px 10px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Home_Plays_League_Item_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Home_Plays_League_Item_Body img {
    width: 100%;
    height: auto;
    max-width: 500px;
}
/*---------------------- ITEM MAIN ------------------*/


/*------------------------ PLAYS --------------------*/
.SHome_Plays_Main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_Plays_Item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    border: solid 1px #006ED2;
    border-radius: 5px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_Plays_Item_DateTime {
    position: relative;
    float: right;
    width: 50%;
    height: auto;
    background-color: rgba(0,110,210,0.8);
    border-bottom: solid 1px #FFFFFF;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_Plays_Item_Date {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 0px;
    text-align: right;
    color: white;
    direction: rtl;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_Plays_Item_Time {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0px 5px 10px;
    border-right: solid 1px rgba(255,255,255,0.4);
    text-align: left;
    font-weight: 500;
    color: white;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_Plays_Item_Title {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 10px;
    background-color: rgba(0,0,0,0.15);
    text-align: right;
    color: black;
    direction: rtl;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*------------------------ PLAYS --------------------*/


/*------------------------ LEAGUE -------------------*/
.SHome_League_Main {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_League_Col {
    position: relative;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_League_Title {
    position: relative;
    float: right;
    width: 50%;
    height: auto;
    background-color: rgba(50,50,50,0.8);
    padding: 5px 0 5px 0;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: white;
    direction: rtl;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SHome_League_Items {
    position: relative;
    float: right;
    width: 50%;
    height: auto;
    padding: 5px 0 5px 0;
    text-align: center;
    font-size: 0.9em;
    color: #006ED2;
    direction: rtl;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*------------------------ LEAGUE -------------------*/


/*---------------------- ITEM KEY -------------------*/
.S_Home_Plays_League_Key_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*---------------------- ITEM KEY -------------------*/





@media screen and (min-width:0px) and (max-width:1100px)
{
    
}

@media screen and (min-width:0px) and (max-width:900px)
{
    .S_Home_Plays_League_Item_Main {
        float: none;
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Home_Plays_League_Main {
        padding: 20px 10px 20px 10px;
    }
}