﻿/*------------------------------------- KEYS IN LIST ----------------------------*/
.S_VO_Key_Button_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #A0A0A0;
    cursor: pointer;
    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_VO_Key_Button_Text:hover
{
    color: #535353;
}
.S_VO_Key_Button_Sign {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.7em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #A0A0A0;
    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_VO_Key_Button_Sign:hover
{
    color: #535353;
}
.S_VO_Key_Click_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    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_VO_Key_Click_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    color: #A0A0A0;
    direction: rtl;
}
.S_VO_Key_Click_Sign
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.7em;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    color: #A0A0A0;
}
.S_VO_Key_Click_Main:hover .S_VO_Key_Click_Text, .S_VO_Key_Click_Main:hover .S_VO_Key_Click_Sign
{
    color: #535353;
}
/*------------------------------------- KEYS IN LIST ----------------------------*/





/*----------------------------------------- LIST --------------------------------*/
.S_VO_List_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 5px #CCCCCC;
    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_VO_List_Row, .S_VO_List_Row_Title, .S_VO_List_Row_Filters, .S_VO_List_Row_List
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #CCCCCC;
    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;
}
.S_VO_List_Row
{
    background-color: #FFFFFF;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.S_VO_List_Row_Title
{
    background-color: #F0F0F0;
}
.S_VO_List_Row_Filters, .S_VO_List_Row_List
{
    background-color: #4B7DB4;
    cursor: pointer;
}
.S_VO_List_Table_Body
{
    position: relative;
    display: block;
    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;
}
.S_VO_List_Table_Body_Scroll
{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -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_VO_List_Table_Main
{
    width: 100%;
    height: auto;
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
}
.S_VO_List_Table_Row, .S_VO_List_Table_Row_Title, .S_VO_List_Table_Row_Sort, .S_VO_List_Table_Row_MoreInfo
{
    width: 100%;
    height: auto;
}
.S_VO_List_Table_Row
{
    background-color: #FFFFFF;
}
.S_VO_List_Table_Row:hover
{
    background-color: #F7FAFF;
}
.S_VO_List_Table_Row_Title
{
    background-color: #F0F0F0;
}
.S_VO_List_Table_Row_Sort
{
    height: 20px;
    background: #E6E6E6;
    background: -webkit-linear-gradient(top, rgba(245,245,245,1.0), rgba(230,230,230,1.0));
    background: -o-linear-gradient(bottom, rgba(245,245,245,1.0), rgba(230,230,230,1.0));
    background: -moz-linear-gradient(bottom, rgba(245,245,245,1.0), rgba(230,230,230,1.0));
    background: linear-gradient(to bottom, rgba(245,245,245,1.0), rgba(230,230,230,1.0));
}
.S_VO_List_Table_Row_MoreInfo
{
    background-color: #FFFFFF;
}
.S_VO_List_SortItem_AZ_Active, .S_VO_List_SortItem_AZ_DeActive, .S_VO_List_SortItem_ZA_Active, .S_VO_List_SortItem_ZA_DeActive
{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0px;
    background-color: rgba(255,255,255,0.0);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    cursor: pointer;
}
.S_VO_List_SortItem_AZ_Active:hover, .S_VO_List_SortItem_AZ_DeActive:hover, .S_VO_List_SortItem_ZA_Active:hover, .S_VO_List_SortItem_ZA_DeActive:hover
{
    background-color: rgba(255,255,255,1.0);
}
.S_VO_List_SortItem_AZ_Active
{
    right: 0px;
    background-image: url('../Images_Office/Sign_Sort_AZ_Active.png');
}
.S_VO_List_SortItem_AZ_DeActive
{
    right: 0px;
    background-image: url('../Images_Office/Sign_Sort_AZ_DeActive.png');
}
.S_VO_List_SortItem_ZA_Active
{
    right: 20px;
    background-image: url('../Images_Office/Sign_Sort_ZA_Active.png');
}
.S_VO_List_SortItem_ZA_DeActive
{
    right: 20px;
    background-image: url('../Images_Office/Sign_Sort_ZA_DeActive.png');
}
.S_VO_List_Items, .S_VO_List_Table_Items, .S_VO_List_Table_Items_EN, .S_VO_List_Table_Items_NoPad, .S_VO_List_Table_Items_Sort, .S_VO_List_Table_Items_MoreInfo, .S_VO_List_Table_Items_Sign
{
    height: auto;
    padding: 10px;
    border-collapse: collapse;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    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_VO_List_Table_Items_EN
{
    font-family: 'HelveticaLt';
    direction: ltr;
}
.S_VO_List_Table_Items_NoPad
{
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.S_VO_List_Table_Items_NoPad p
{
    margin-top: -2px;
}
.S_VO_List_Table_Items_Sort
{
    height: 20px;
    padding: 0px;
}
.S_VO_List_Table_Items_MoreInfo
{
    height: auto;
    padding: 0px;
    overflow: hidden;
}
.S_VO_List_Table_Items_Sign
{
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
}


.S_VO_List_Table_Items_Slice_Bottom, .S_VO_List_Table_Items_Slice_Bottom_Key
{
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #CCCCCC;
    font-family: 'IRANSans';
    font-style: normal;
    font-size: 0.85em;
    color: #0078FF;
    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_VO_List_Table_Items_Slice_Bottom
{
    position: relative;
    display: table;
    margin-top: 5px;
}
.S_VO_List_Table_Items_Slice_Bottom_Key
{
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 100;
}
.S_VO_List_Table_Items_Slice_Bottom_Key:hover
{
    background-color: #0078FF;
    color: #FFFFFF;
}
.S_VO_List_Status
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    border-radius: 3px;
    font-size: 0.9em;
    clear: both;
    direction: ltr;
}
.S_VO_List_Sign
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: #0078FF;
    clear: both;
}
.S_VO_List_Row .S_VO_List_Items
{
    display: block;
    font-weight: 300;
    font-size: 0.9em;
    color: #000000;
    text-align: right;
}
.S_VO_List_Row_Title .S_VO_List_Items
{
    display: block;
    font-weight: bold;
    font-size: 0.85em;
    color: #004696;
    text-align: right;
}
.S_VO_List_Row_Filters .S_VO_List_Items
{
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 20px 0px 0px;
    background-image: url('../Images_Office/Sign_Filter.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.S_VO_List_Row_List .S_VO_List_Items
{
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 0px;
    background-image: url('../Images_Office/Sign_List.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.S_VO_List_Items .SArrow_D, .S_VO_List_Items .SArrow_U
{
    position: relative;
    display: table-cell;
    width: auto;
    height: 30px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: 300;
    font-size: 0.9em;
    color: #333333;
    text-align: right;
    vertical-align: middle;
}
.S_VO_List_Items .SArrow_D
{
    background-image: url('../Images_Office/Sign_Arrow_B.png');
}
.S_VO_List_Items .SArrow_U
{
    background-image: url('../Images_Office/Sign_Arrow_T.png');
}
.S_VO_List_Items .SArrow_D, .S_VO_List_Items .SArrow_U
{
    color: #0078FF;
}
.S_VO_List_Table_Row .S_VO_List_Table_Items, .S_VO_List_Table_Row .S_VO_List_Table_Items_EN, .S_VO_List_Table_Row .S_VO_List_Table_Items_NoPad
{
    border: solid 1px #CCCCCC;
    font-weight: 300;
    font-size: 0.9em;
    color: #000000;
}
.S_VO_List_Table_Row_Title .S_VO_List_Table_Items, .S_VO_List_Table_Row_Title .S_VO_List_Table_Items_EN, .S_VO_List_Table_Row_Title .S_VO_List_Table_Items_NoPad
{
    border: solid 1px #CCCCCC;
    font-weight: bold;
    font-size: 0.85em;
    color: #004696;
}
.S_VO_List_Table_Row_Sort .S_VO_List_Table_Items_Sort
{
    border: solid 1px #CCCCCC;
}
.S_VO_List_Table_Row_MoreInfo .S_VO_List_Table_Items_MoreInfo
{
    border: solid 1px #CCCCCC;
    padding: 0px;
}
.S_VO_List_Images
{
    width: 100%;
    height: auto;
    max-width: 130px;
}
.S_VO_List_Images_Small
{
    width: 100%;
    height: auto;
    max-width: 50px;
}
.S_VO_List_Table_Items_MoreInfo_Body_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_VO_List_Table_Items_MoreInfo_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_VO_List_Table_Items_MoreInfo_Items_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 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_VO_List_Table_Items_MoreInfo_Items
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin: 10px;
}
.S_VO_List_Table_Items_MoreInfo_Items_Finish
{
    width: 100%;
    clear: both;
}
.S_VO_List_Table_Items_MoreInfo_Message
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    padding: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    text-align: right;
    vertical-align: top;
    text-decoration: none;
    color: #000000;
    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 --------------------------------*/