/* Media */
@media only screen and (max-width: 1020px) and (min-width: 768px) {
    .sgtvfullfilmview_spanTitle{
        font-size: 16px !important;
    }
    .sgtvfullfilmview_spanFullPlan{
        font-size: 12px !important;
    }
    .sgtvfullfilmview_spanTitleMovie{
        font-size: 18px !important;
    }
    .sgtvfullfilmview_spanDirectorGenresMovie{
        font-size: 16px !important;
    }
    .sgtvfullfilmview_divMovieYear{
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .sgtvfullfilmview_emptyRatingDot{
        height: 14px !important;
        width: 14px !important;
        margin-right: 2px !important;
    }
    .sgtvfullfilmview_fullRatingDot{
        height: 14px !important;
        width: 14px !important;
        margin-right: 2px !important;
    }
    .sgtvfullfilmview_halfRatingDot{
        height: 14px !important;
        width: 7px !important;
        margin-right: 10px !important;
    }
    
    .sgtvfullfilmview_firstAired{
        width: 100px !important;
    }
}

/* @media only screen and (max-width: 800px) {
    .sgtvfullfilmview_spanTitleMovie{
        font-size: 18px !important;
    }
    .sgtvfullfilmview_spanDirectorGenresMovie{
        font-size: 16px !important;
    }
    .sgtvfullfilmview_spanTitle{
        font-size: 18px !important;
    }
    .sgtvfullfilmview_spanFullPlan{
        font-size: 14px !important;
    }
    .sgtvfullfilmview_divMovieYear{
        font-size: 18px !important;
        line-height: 40px !important;
    }
    .sgtvfullfilmview_emptyRatingDot{
        height: 20px !important;
        width: 20px !important;
    }
    .sgtvfullfilmview_fullRatingDot{
        height: 20px !important;
        width: 20px !important;
        margin-right: 4px !important;
    }
    .sgtvfullfilmview_halfRatingDot{
        height: 20px !important;
        width: 10px !important;
        margin-right: 14px !important;
    }
} */

@media only screen and (max-width: 640px) {
    .sgtvfullfilmview_logo{
        height: 45px !important;
    }
    .sgtvfullfilmview_divContainerChannelLogo{
        width: 100px !important;
    }
    .sgtvfullfilmview_emptyRatingDot{
        height: 16px !important;
        width: 16px !important;
    }
    .sgtvfullfilmview_fullRatingDot{
        height: 16px !important;
        width: 16px !important;
        margin-right: 2px !important;
    }
    .sgtvfullfilmview_halfRatingDot{
        height: 16px !important;
        width: 8px !important;
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 500px){
    .sgtvfullfilmview_divCell  {
        width: 100% !important;
    }
    .sgtvfullfilmview_divCell:nth-child(1n) .sgtvfullfilmview_divContent{
        margin-right: 0% !important;
        margin-left: 0% !important; 
    }
    
    .sgtvfullfilmview_logo{
        height: 55px !important;
    }
    .sgtvfullfilmview_divContainerChannelLogo{
        width: 120px !important;
    }
}
/* Media */


body {
    margin: 0px;
}

.sgtvfullfilmview_mainContainer{
    font-family: Helvetica !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
}

.sgtvfullfilmview_mainContainer_animation{
    opacity: 0;
    
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}


.sgtvfullfilmview_divCell{
    display: inline-block;
    position: relative;
    width: 50%;
}

.sgtvfullfilmview_divCell:nth-child(2n+1) .sgtvfullfilmview_divContent{
    margin-right: 3%;
    margin-left: 0%; 
}
.sgtvfullfilmview_divCell:nth-child(2n+2) .sgtvfullfilmview_divContent{
    margin-right: 0%;
    margin-left: 3%; 
}

.sgtvfullfilmview_divContent{
    background-color: #F3F4F5;
    width: calc(100% -36px);
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: hidden;
    border: 1px solid #CCCDCE;
    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0),-1px -1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0),-1px -1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0),-1px -1px 5px 0px rgba(50, 50, 50, 0.2);

}

.sgtvfullfilmview_divProgram{
    height: 76px;
    width: 100%;
}

.sgtvfullfilmview_displayTable {
    display: table;
    table-layout: fixed;
}

.sgtvfullfilmview_darkBackground{
    background: #302F2F;/* rgba(30, 30, 30, 0.8);*/
    color: white;
}

.sgtvfullfilmview_spanFullPlanA{
    width: 100%; 
    height: 100%; 
    position: relative; 
    display: table; color: white;
}

.sgtvfullfilmview_spanFullPlanA:link {
    color: white;
}
.sgtvfullfilmview_spanFullPlanA:visited {
    color:white;
}
.sgtvfullfilmview_spanFullPlanA:hover {
    color: #F2B53E;
}
.sgtvfullfilmview_spanFullPlanA:active {
    color: white;
}

.sgtvfullfilmview_divContainerChannelLogo{
    display: table-cell;
    vertical-align: middle;
    max-height: 76px;
    width: 120px;
}

.sgtvfullfilmview_logo{
    display: inline-block;
    height: 55px;
    margin-left: 10%;
}

.sgtvfullfilmview_spanFullPlan{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
    padding-right: 12px;
    font-size: 14px;
}

.sgtvfullfilmview_eventLink{
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.sgtvfullfilmview_eventLink:hover{
    color: #F2B53E;
}

.sgtvfullfilmview_divHours{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: large;
    font-weight:bold;
    width: 70px !important;
}

.sgtvfullfilmview_divEventInfo{
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
}

.sgtvfullfilmview_spanTitle{
    display: block;
    text-overflow: ellipsis;
    font-size: 18px;
    padding-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 27px !important;
}

.sgtvfullfilmview_spanEventType{
    display: inline-block;
    font-size: 14px;
    border-left: 10px solid;
    padding-left: 10px;
}

.sgtvfullfilmview_hr {
    color: #a1a1a1;
    height: 1px;
    background-color: #a1a1a1;
    margin: 0px;
    margin-left: 12px;
    border: 0px;
}

.sgtvfullfilmview_tablerow{
    display: table-row;
}

.sgtvfullfilmview_divBackdrop{
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 52%;
}

.sgtvfullfilmview_firstAired{
    background-repeat: no-repeat;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 115px;
    position: absolute;
    background-image: url('../../img/Rectangle_normal.png');
    top: 0px;
    z-index: 2;
    text-align: right;
    right: 0px;
    line-height: 25px;
}
.sgtvfullfilmview_firstAired span{
    padding-right: 9px;
    color: #111111;
}

.sgtvfullfilmview_backdrop{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.sgtvfullfilmview_divTrailer{
    width: 100%;
    bottom: 0px;
    height: 42px;
    position: absolute;
}

.sgtvfullfilmview_trailer{
    float: right;
    vertical-align: middle;
    padding-right: 12px;
}

.sgtvfullfilmview_serieInfo{
    width: 100%;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5) ;
    height: 40px;
    position: absolute;
    font-size: 20px;
    padding-left: 12px;
    line-height: 40px;
    color: white; 
    box-sizing: border-box;
}

.sgtvfullfilmview_divDuration{
    display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 18px;
}

.sgtvfullfilmview_spanMovieDuration{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    white-space: nowrap;
}

.sgtvfullfilmview_divContainerParentalLevel{
    display: table-cell !important;
    vertical-align: middle !important;
    width: 70px !important;
}

.sgtvfullfilmview_imageParentalControl{
    float: right !important;
    width: 35px !important;
    height: 35px !important;
    padding-right: 22px !important;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important; 
}

.sgtvfullfilmview_eventLink_movie{
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.sgtvfullfilmview_eventLink_movie:hover{
    color: #F2B53E;
}

.sgtvfullfilmview_spanTitleMovie{
    display: block;
    text-overflow: ellipsis;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    margin-left: 12px;
    line-height: 27px !important;
}

.sgtvfullfilmview_spanDirectorGenresMovie{
    display: block;
    text-overflow: ellipsis;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 12px;
    line-height: 30px;
    padding-right: 12px;
    min-height: 30px;
}

.sgtvfullfilmview_divMovieDetails{
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 12px;
}

.sgtvfullfilmview_divMovieCover{
    display: table-cell;
    position: relative;
    width:50%; 
}

.sgtvfullfilmview_divContainerCover {
    display: block;
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-top: 140%;
}

.sgtvfullfilmview_cover{
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.sgtvfullfilmview_trailerCover{
    display: block;
    margin: auto;
}

.sgtvfullfilmview_divMovieOtherInfo{
    display: table-cell;
    width:50%; 
    position: relative;
    vertical-align: middle;
    color: #111111;
}

.sgtvfullfilmview_divMovieYear{
    height: 50%;
    padding-left: 15px;
    line-height: 40px;
    font-size: 18px;
}

.sgtvfullfilmview_divMovieRating{
    display: block;
    height: 35px;
    line-height: 45px;
}

.sgtvfullfilmview_rating {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top:10px;
    padding-left: 15px;
}

.sgtvfullfilmview_rating li {
    position: relative !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    margin-left: 0px !important;
}

.sgtvfullfilmview_rating li div {
      box-sizing: border-box !important;
}

.sgtvfullfilmview_emptyRatingDot{
    height:20px;
    width:20px;
    border: 1px solid #90D046;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    z-index: 2;
    position: relative;
    margin-right: 4px;
}

.sgtvfullfilmview_halfRatingDot{
    height:20px;
    width:10px;
    border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    -webkit-border-radius: 12px 0px 0px 12px;
    background:#90D046;/*green*/
    position: absolute;
    left: 0px;
    z-index: 1;
    margin-right: 14px;
}

.sgtvfullfilmview_fullRatingDot{
    height:20px;
    width:20px;
    background:#90D046;/*green*/
        border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: 1px solid #90D046;
    margin-right: 4px;
}