﻿.S_Member_Panel_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    -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_Member_Panel_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(0,180,30,0.1);
    border: solid 1px rgba(0,180,30,0.3);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #00B41E;
    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_Member_Panel_Items_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #FAFAFA;
    border: solid 1px #E5E5E5;
    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_Member_Panel_Items_Row
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    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_Member_Panel_Item_Title
{
    position: relative;
    display: block;
    float: right;
    width: 17%;
    height: auto;
    padding-left: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: top;
    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;
}
.S_Member_Panel_Item_Text_Main
{
    position: relative;
    display: block;
    float: left;
    width: 83%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: top;
    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;
}
.S_Member_Panel_Item_Finish
{
    width: 100%;
    clear: both;
}
.S_Member_Panel_Error, .S_Member_Panel_Message
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: transparent;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    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_Member_Panel_Error
{
    color: #C80000;
}
.S_Member_Panel_Message
{
    color: #00B41E;
}
.S_Member_Keys_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.S_Member_Keys_Main .S_Member_Key_Items_Col1, .S_Member_Keys_Main .S_Member_Key_Items_Col2, .S_Member_Keys_Main .S_Member_Key_Items_Col3, .S_Member_Keys_Main .S_Member_Key_Items_Col4
{
    position: relative;
    display: table;
    height: auto;
    text-align: center;
}
.S_Member_Keys_Main .S_Member_Key_Items_Col1
{
    width: 100%;
}
.S_Member_Keys_Main .S_Member_Key_Items_Col2
{
    float: right;
    width: 50%;
}
.S_Member_Keys_Main .S_Member_Key_Items_Col3
{
    float: right;
    width: 33.33%;
}
.S_Member_Keys_Main .S_Member_Key_Items_Col4
{
    float: right;
    width: 25%;
}
.S_Member_Keys_Main .S_Member_Key_Items_Finish
{
    width: 100%;
    clear: both;
}


/*------------------------- CONTROLS ---------------------*/
.S_Member_TextBox_FA
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #000000;
    direction: rtl;
}
.S_Member_TextBox_FA:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Member_TextBox_EN
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    direction: ltr;
}
.S_Member_TextBox_EN:focus 
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Member_TextBox_FA_Multi
{
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: top;
    color: #000000;
    direction: rtl;
}
.S_Member_TextBox_FA_Multi:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Member_TextBox_EN_Multi
{
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: left;
    vertical-align: top;
    color: #000000;
    direction: ltr;
}
.S_Member_TextBox_EN_Multi:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Member_Drop_FA
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    direction: rtl;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #000000;
}
.S_Member_Drop_FA:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Member_Drop_EN
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    direction: ltr;
}
.S_Member_Drop_EN:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}

.S_Member_Radio_Check_EN, .S_Member_Radio_Check_List_EN
{
    height: auto;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    color: #000000;
    direction: ltr;
    -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_Member_Radio_Check_EN
{
    width: auto;
}
.S_Member_Radio_Check_List_EN
{
    width: 100%;
    padding: 5px;
    border: solid 1px #E0E0E0;
    border-radius: 6px;
}
.S_Member_Radio_Check_FA, .S_Member_Radio_Check_List_FA
{
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    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;
}
.S_Member_Radio_Check_FA
{
    width: auto;
}
.S_Member_Radio_Check_List_FA
{
    width: 100%;
    padding: 5px;
    border: solid 1px #E0E0E0;
    border-radius: 6px;
}
input[type=text], input[type=password], input[type=textarea], input[type=checkbox], input[type=radio], input[type=submit], select, textarea
{
    outline:none;
}
.S_Member_Mandatory_Sign
{
    position: absolute;
    width: auto;
    height: auto;
    right: -10px;
    top: -4px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.7em;
    color: #C80000;
    z-index: 100;
}
.S_Member_Mandatory_Sign:before
{
    content: '*';
}
/*------------------------- CONTROLS ---------------------*/





/*-------------------------- GROUPS ----------------------*/
.SGroup_Main, .SGroup_Main_Border
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.SGroup_Main_Border
{
    padding-top: 5px;
    border-top: solid 1px #E0E0E0;
}
.SGroup_Items
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-left: 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;
}
.SGroup_Items_Sep, .SGroup_Items_Sep_Small
{
    position: relative;
    display: table;
    float: right;
    width: 15px;
    margin-right: 5px;
    border-right: solid 1px #E5E5E5;
}
.SGroup_Items_Sep
{
    height: 50px;
}
.SGroup_Items_Sep_Small
{
    height: 35px;
}
.SGroup_Items_Title
{
    width: 100%;
    height: auto;
    min-height: 17px;
    padding-bottom: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: #808080;
    direction: rtl;
    clear: both;
}
.SGroup_Items_Text, .SGroup_Items_Text_Min, .SGroup_Items_Text_Min_Info
{
    width: 100%;
    height: auto;
    padding-bottom: 7px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    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;
}
.SGroup_Items_Text_Min_Info
{
    margin-top: -5px;
    padding: 2px 7px 2px 7px;
    background-color: #404040;
    border-radius: 4px;
    font-size: 0.85em;
    color: #FFFFFF;
}
.SGroup_Items_Pic
{
    width: 150px;
    height: auto;
}
.SGroup_Items_Finish
{
    width: 100%;
    clear: both;
}

/*------------------ GROUPS > DATE TIME BOX --------------*/
.SGroup_Main_DateTime
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding-right: 2px;
    padding-left: 2px;   
    border: solid 1px #B4B4B4;
    background-color: #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
    clear: both;
}

.SGroup_Items_DateTime, .SGroup_Items_DateTime_Sign, .SGroup_Items_DateTime_Last
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    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;
}
.SGroup_Items_DateTime, .SGroup_Items_DateTime_Sign
{
    padding-left: 3px;
}
.SGroup_Items_DateTime_Sign
{
    padding-top: 3px;
}
.SGroup_Items_Text_DateTime
{
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    clear: both;
}
.SGroup_Items_Text_DateTime_Label_FA, .SGroup_Items_Text_DateTime_Label_EN, .SGroup_Items_Text_DateTime_Label_Nights
{
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #00B41E;
    clear: both;
}
.SGroup_Items_Text_DateTime_Label_FA
{
    font-family: 'IRANSans';
    font-size: 1.0em;
    direction: rtl;
}
.SGroup_Items_Text_DateTime_Label_Nights
{
    font-family: 'IRANSans';
    font-size: 1.2em;
    direction: rtl;
    text-align: right;
}
.SGroup_Items_Text_DateTime_Label_EN
{
    font-family: 'HelveticaLt';
    font-size: 1.1em;
}
.SGroup_Items_DateTime_Cal
{
    position: relative;
    display: table;
    float: right;
    width: 25px;
    height: 23px;
    margin: 2px 2px 0px 0px;    
    border-right: solid 1px #E0E0E0;
    background-color: rgba(0,120,255,0.0);
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    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;
}
.SGroup_Items_DateTime_Cal:hover
{
    background-color: rgba(0,120,255,0.1);
}
/*------------------ GROUPS > DATE TIME BOX --------------*/

.SGroup_Items_Text_DateTime .S_Member_TextBox_EN, .SGroup_Items_Text_DateTime .S_Member_TextBox_FA, .SGroup_Items_Text_DateTime .S_Member_TextBox_EN_Multi, .SGroup_Items_Text_DateTime .S_Member_TextBox_FA_Multi, .SGroup_Items_Text_DateTime .SDrop_EN, .SGroup_Items_Text_DateTime .SDrop_FA
{
    border: none;
    text-align: center;
    border-radius: 0px;
}
.SGroup_Items_Text_DateTime .S_Member_TextBox_EN:focus, .SGroup_Items_Text_DateTime .S_Member_TextBox_FA:focus, .SGroup_Items_Text_DateTime .S_Member_TextBox_EN_Multi:focus, .SGroup_Items_Text_DateTime .S_Member_TextBox_FA_Multi:focus, .SGroup_Items_Text_DateTime .S_Member_Drop_EN:focus, .SGroup_Items_Text_DateTime .S_Member_Drop_FA:focus
{
    border: none;
}
/*-------------------------- GROUPS ----------------------*/





/*--------------------------- LIST -----------------------*/
.S_Member_List_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 7px #404040;
    -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_Member_List_Row, .S_Member_List_Row_Title, .S_Member_List_Row_Filters, .S_Member_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_Member_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_Member_List_Row_Title
{
    background-color: #4B7DB4;
}
.S_Member_List_Row_Filters, .S_Member_List_Row_List
{
    background-color: #F0F0F0;
    cursor: pointer;
}
.S_Member_Table_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    direction: rtl;
}
.S_Member_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_Member_Table_Main
{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    border-left: solid 1px #CCCCCC;
}
.S_Member_Table_Row, .S_Member_Table_Row_Title
{
    position: relative;
    display: table-row;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #CCCCCC;
}
.S_Member_Table_Row_Title
{
    background-color: #4B7DB4;
}
.S_Member_Table_Row
{
    background-color: #FFFFFF;
}
.S_Member_Table_Row:hover
{
    background-color: #F3F6FB;
}
.S_Member_List_Items, .S_Member_Table_Items, .S_Member_Table_Items_NoPad
{
    position: relative;
    display: table-cell;
    height: auto;
    padding: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    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_Member_Table_Items_NoPad
{
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.S_Member_Table_Items_NoPad p
{
    margin-top: -2px;
}
.S_Member_Table_Items_Slice_Bottom
{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-top: solid 1px #CCCCCC;
    font-family: 'IRANSans';
    font-style: normal;
    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_Member_List_Items .SStatus
{
    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_Member_List_Row .S_Member_List_Items
{
    display: block;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
    text-align: right;
}
.S_Member_List_Row_Title .S_Member_List_Items
{
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: right;
}
.S_Member_List_Row_Filters .S_Member_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_Member_List_Row_List .S_Member_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_Member_List_Row_Filters .S_Member_List_Items .SArrow_D, .S_Member_List_Row_Filters .S_Member_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: normal;
    font-size: 0.9em;
    color: #333333;
    text-align: right;
    vertical-align: middle;
}
.S_Member_List_Row_Filters .S_Member_List_Items .SArrow_D
{
    background-image: url('../Images_Office/Sign_Arrow_B.png');
}
.S_Member_List_Row_Filters .S_Member_List_Items .SArrow_U
{
    background-image: url('../Images_Office/Sign_Arrow_T.png');
}
.S_Member_List_Row_Filters:hover .S_Member_List_Items .SArrow_D, .S_Member_List_Row_Filters:hover .S_Member_List_Items .SArrow_U
{
    color: #0078FF;
}
.S_Member_Table_Row .S_Member_Table_Items, .S_Member_Table_Row .S_Member_Table_Items_NoPad
{
    border-right: solid 1px #CCCCCC;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
}
.S_Member_Table_Row_Title .S_Member_Table_Items, .S_Member_Table_Row_Title .S_Member_Table_Items_NoPad
{
    border-right: solid 1px #CCCCCC;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
}
.S_Member_List_Images
{
    width: 100%;
    height: auto;
    max-width: 130px;
}
.S_Member_List_Images_Small
{
    width: 100%;
    height: auto;
    max-width: 50px;
}
.S_Member_List_Key
{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 2px;
    background-color: rgba(0,120,255,0.0);
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    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_Member_List_Key:hover
{
    background-color: rgba(0,120,255,0.1);
}
/*--------------------------- LIST -----------------------*/





/*------------------------------ UPDATING ---------*/
.S_Member_Updating
{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}
.S_Member_Updating .SSign
{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 40%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
}
.S_Member_Updating .SRotate_C, .S_Member_Updating .SRotate_CC
{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    z-index: 20;
    

    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);

    animation-name: anim_rotate;
    
    animation-delay: 0s;
    
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.S_Member_Updating .SRotate_C
{
    filter: alpha(opacity=50);
    opacity: 0.5;
    animation-direction: normal;
    animation-duration: 1.1s;
}
.S_Member_Updating .SRotate_CC
{
    filter: alpha(opacity=20);
    opacity: 0.2;
    animation-direction: reverse;
    animation-duration: 1.0s;
}
@keyframes anim_rotate {
    0%
    {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100%
    {
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/*------------------------------ UPDATING ---------*/





@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Member_Panel_Item_Title
    {
        float: none;
        width: 100%;
        padding-left: 0px;
        clear: both;
    }
    .S_Member_Panel_Item_Text_Main
    {
        float: none;
        width: 100%;
        clear: both;
    }
}


