﻿/* PICTURE VIDEO REPORT LIST */

/*--------------------- LIST CENTER ----------------*/
.S_Picture_Video_Report_List_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
    -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_Picture_Video_Report_List_Slice_L
{
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    padding: 20px 0px 20px 0px;
    background-color: #F5F5F5;
    -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_Picture_Video_Report_List_Slice_R
{
    position: relative;
    float: right;
    width: 75%;
    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;
}
.S_Picture_Video_Report_List_Content
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
}
.S_Picture_Video_Report_List_Slice_L .S_Picture_Video_Report_List_Content
{
    padding-left: 10px;
    padding-right: 10px;
}
.S_Picture_Video_Report_List_Slice_R .S_Picture_Video_Report_List_Content
{
    padding-left: 10px;
    padding-right: 10px;
}
/*--------------------- LIST CENTER ----------------*/


/*---------------------- LIST MAIN -----------------*/
.S_Picture_Video_Report_List_Items_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.S_Picture_Video_Report_List_Items {
    position: relative;
    display: inline-block;
    width: 33.333%;
    height: auto;
    padding: 10px 10px 20px 10px;
    cursor: pointer;
    -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_Picture_Video_Report_List_Pic_Main {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    clear: both;
}

.S_Picture_Video_Report_List_Pic_Body {
    position: absolute;
    width: auto;
    height: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
    overflow: hidden;
    z-index: 100;
}

.S_Picture_Video_Report_List_Pic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.S_Picture_Video_Report_List_Text_Main {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    min-height: 35px;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: rgba(0,0,0,0.2);
    z-index: 20;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -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_Picture_Video_Report_Date {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 20px;
    top: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
    color: rgba(255,255,255,0.8);
    direction: rtl;
    z-index: 10;
}
.S_Picture_Video_Report_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 100px;
    padding-bottom: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: rgba(255,255,255,1.0);
    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;
}
.S_Picture_Video_Report_Date:after, .S_Picture_Video_Report_Title:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    color: rgba(255,255,255,0.8);
    direction: rtl;
}
.S_Picture_Video_Report_Date:after
{
    padding-right: 7px;
    content: '\E810';
    text-align: left;
}
.S_Picture_Video_Report_Title:before {
    padding-left: 7px;
    content: '\E820';
    text-align: right;
}

.S_Picture_Video_Report_Desc_Main {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    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;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
/*
.S_Picture_Video_Report_List_Items:hover .S_Picture_Video_Report_Desc_Main {
    filter: alpha(opacity=100);
    opacity: 1;
    height: 120px;
}
*/
.S_Picture_Video_Report_Desc {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: 0%;
    border-top: solid 1px rgba(200,200,200,0.3);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: rgba(255,255,255,0.8);
    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;
}
/*---------------------- LIST MAIN -----------------*/


/*---------------------- LIST OTHER ----------------*/
.S_Picture_Video_Report_List_Other_L_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: rgba(255,255,255,0.0);
    border-bottom: solid 1px #E0E0E0;
    clear: both;
    -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_Picture_Video_Report_List_Other_L_Main:hover
{
    background-color: rgba(255,255,255,1.0);
}
.S_Picture_Video_Report_List_Other_L_Sep
{
    display: none;
    width: 100%;
    clear: both;
}
.S_Picture_Video_Report_List_Other_L_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
}
.S_Picture_Video_Report_List_Other_L_Date
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-top: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    text-align: right;
    color: #A0A0A0;
    direction: rtl;
}
.S_Picture_Video_Report_List_Other_L_Date:after
{
    padding-left: 5px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #555555;
    direction: rtl;
    content: '\E810';
}
.S_Picture_Video_Report_List_Other_L_Key_More
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 3px 10px 3px 10px;
    background-color: #004696;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    color: #FFFFFF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
/*---------------------- LIST OTHER ----------------*/





@media screen and (min-width:0px) and (max-width:800px) {
    .S_Picture_Video_Report_List_Slice_L, .S_Picture_Video_Report_List_Slice_R {
        float: none;
        width: 100%;
        clear: both;
    }

        .S_Picture_Video_Report_List_Slice_L .S_Picture_Video_Report_List_Content {
            padding-left: 10px;
            padding-right: 10px;
        }

    .S_Picture_Video_Report_List_Slice_L {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .S_Picture_Video_Report_List_Slice_R .S_Picture_Video_Report_List_Content {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .S_Picture_Video_Report_List_Other_L_Main {
        float: right;
        width: 50%;
        padding: 10px 10px 10px 10px;
        clear: none;
    }

    .S_Picture_Video_Report_List_Other_L_Sep {
        display: block;
    }

    .S_Picture_Video_Report_List_Items {
        width: 50%;
    }
}

@media screen and (min-width:0px) and (max-width:600px) {
    .S_Picture_Video_Report_List_Items {
        display: block;
        width: 100%;
    }

    .S_Picture_Video_Report_List_Pic_Body {
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
}

@media screen and (min-width:0px) and (max-width:400px) {
    .S_Picture_Video_Report_List_Pic_Body {
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
    }
}