﻿/* ANNOUN CIRC LIST V1 */

/*--------------------- LIST CENTER ----------------*/
.S_Announ_Circ_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_Announ_Circ_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_Announ_Circ_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_Announ_Circ_List_Content {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.S_Announ_Circ_List_Slice_L .S_Announ_Circ_List_Content {
    padding-left: 10px;
    padding-right: 10px;
}

.S_Announ_Circ_List_Slice_R .S_Announ_Circ_List_Content {
    padding-left: 10px;
    padding-right: 10px;
}
/*--------------------- LIST CENTER ----------------*/

/*------------------------ LIST MAIN ---------------------*/
S_Announ_Circ_List_Items_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.S_Announ_Circ_List_Row, .S_Announ_Circ_List_Row_O {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #CCCCCC;
    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;
    -moz-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.S_Announ_Circ_List_Row:hover
{
    background-color: #F5F5F5;
}
.S_Announ_Circ_List_Row_O
{
    background-color: #F5F5F5;
}
.S_Announ_Circ_List_More {
    position: absolute;
    display: block;
    width: 110px;
    height: auto;
    left: 5px;
    top: 7px;
    padding: 5px;
    border-radius: 3px;
    background-color: rgba(50,120,0,0.7);
    box-shadow: 0px 0px 0px 2px rgba(50,120,0,0.2);
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #FFFFFF;
    direction: rtl;
    z-index: 20;
    -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_Announ_Circ_List_More:hover
{
    background-color: rgba(50,120,0,1.0);
    box-shadow: 0px 0px 0px 2px rgba(50,120,0,0.3);
}
.S_Announ_Circ_List_More:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 2.0em;
    text-align: right;
    color: #FFFFFF;
    direction: rtl;
    content: '\E815';
}
.S_Announ_Circ_List_Status
{
    position: absolute;
    display: block;
    width: 80px;
    height: auto;
    right: 5px;
    top: 7px; 
    padding: 5px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 0.8em;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    z-index: 10;
    -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_Announ_Circ_List_Title, .S_Announ_Circ_List_Title_O
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 90px 5px 110px; 
    font-weight: 500;
    font-size: 0.9em;
    text-align: right;
    color: #0078FF;
    direction: rtl;
    clear: both;
    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_Announ_Circ_List_Title:after, .S_Announ_Circ_List_Title_O:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    text-align: right;
    color: #787878;
    direction: rtl;
}
.S_Announ_Circ_List_Title:after
{
    content: '\E80B';
}
.S_Announ_Circ_List_Title_O:after
{
    content: '\E80C';
}
.S_Announ_Circ_List_Text_main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -moz-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.S_Announ_Circ_List_Text_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #FFFFFF;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    cursor: default;
    -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_Announ_Circ_List_Text_Title, .S_Announ_Circ_List_Text_Title_Date
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0px 3px 0px;
    font-size: 0.8em;
    text-align: right;
    color: #888888;
    direction: rtl;
    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_Announ_Circ_List_Text_Title_Date:before
{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.8em;
    text-align: right;
    color: #5091BE;
    direction: rtl;
    content: '\E810';
}
.S_Announ_Circ_List_Text_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 10px 10px 10px;
    text-align: right;
    color: #555555;
    direction: rtl;
    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_Announ_Circ_List_Text_More
{
    position: relative;
    display: block;
    float: left;
    width: 100px;
    height: auto;
    padding: 5px;
    border-radius: 3px;
    background-color: rgba(50,120,0,1.0);
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    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_Announ_Circ_List_Text_More:hover
{
    background-color: rgba(50,120,0,1.0);
    box-shadow: 0px 0px 0px 2px rgba(50,120,0,0.3);
}
.S_Announ_Circ_List_Text_More:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    text-align: right;
    color: #FFFFFF;
    direction: rtl;
    content: '\E809';
}
/*----------------------- LIST DETAIL --------------------*/


/*----------------------- LIST OTHER ---------------------*/
.S_Announ_Circ_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_Announ_Circ_List_Other_L_Main:hover {
        background-color: rgba(255,255,255,1.0);
    }

.S_Announ_Circ_List_Other_L_Sep {
    display: none;
    width: 100%;
    clear: both;
}

.S_Announ_Circ_List_Other_L_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 2px;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
}

.S_Announ_Circ_List_Other_L_Date {
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-top: 10px;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    text-align: right;
    color: #A0A0A0;
    direction: rtl;
}

    .S_Announ_Circ_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_Announ_Circ_List_Other_L_Key_More {
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 3px 10px 3px 10px;
    background-color: #2869AF;
    font-family: 'Peyda';
    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_Announ_Circ_List_Slice_L, .S_Announ_Circ_List_Slice_R {
        float: none;
        width: 100%;
        clear: both;
    }

    .S_Announ_Circ_List_Slice_L .S_Announ_Circ_List_Content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .S_Announ_Circ_List_Slice_L {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .S_Announ_Circ_List_Slice_R .S_Announ_Circ_List_Content {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .S_Announ_Circ_List_Other_L_Main {
        float: right;
        width: 50%;
        padding: 10px 10px 10px 10px;
        clear: none;
    }

    .S_Announ_Circ_List_Other_L_Sep {
        display: block;
    }


    .S_Announ_Circ_List_Text
    {
        padding: 0px 160px 0px 10px;
        min-height: 115px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Announ_Circ_List_Text
    {
        padding: 0px 10px 0px 10px;
        min-height: 0px;
    }
}