﻿body {
    margin: 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}



/*------------------------------ MASTER ---------*/
.SM_M_Main
{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 800px;
    min-height: 400px;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
}
.SM_M_Main_Top
{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 0px;
    z-index: 30;
}
.SM_M_Main_Right
{
    position: absolute;
    display: block;
    width: 260px;
    height: auto;
    right: 0px;
    top: 51px;
    bottom: 0px;
    z-index: 10;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_M_Main_Right_Menu, .SM_M_Main_Right_Menu_Close
{
    position: absolute;
    display: block;
    height: auto;
    right: 0px;
    top: 99px;
    bottom: 0px;
    background-color: #323232;
    overflow: hidden;
    z-index: 11;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_M_Main_Right_Menu
{
    width: 260px;
}
.SM_M_Main_Right_Menu_Close
{
    width: 40px;
}
.SM_M_Main_Right_Menu .SM_RK_Main
{
    right: 0px;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.SM_M_Main_Right_Menu_Close .SM_RK_Main
{
    right: -20px;
    filter: alpha(opacity=0);
    opacity: 0.0;
}
.SM_M_Main_Right_Menu_Key_Resize, .SM_M_Main_Right_Menu_Key_Resize_Back
{
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.35);
    border-radius: 17px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
    cursor: pointer;
    z-index: 13;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_M_Main_Right_Menu_Key_Resize
{
    right: 216px;
    background-image: url('../_Images/Key_Right_MenuSize.png');
}
.SM_M_Main_Right_Menu_Key_Resize_Back
{
    right: 3px;
    background-image: url('../_Images/Key_Right_MenuSize_Back.png');
}
.SM_M_Main_Right_Menu_Key_Resize:hover, .SM_M_Main_Right_Menu_Key_Resize_Back:hover
{
    background-color: rgba(255,255,255,0.45);
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);
}
.SM_M_Main_Right_Menu_Narrow, .SM_M_Main_Right_Menu_Narrow_Close
{
    position: absolute;
    display: block;
    width: 40px;
    height: auto;
    top: 99px;
    bottom: 0px;
    background-image: url('../_Images/Key_Right_MenuNarrow.png');
    background-position: center 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 12;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_M_Main_Right_Menu_Narrow
{
    right: -40px;
    -moz-transition-delay: 0.0s;
	-ms-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}
.SM_M_Main_Right_Menu_Narrow_Close
{
    right: 0px;
    -moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.SM_M_Main_Center, .SM_M_Main_Center_Close
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 0px;
    top: 51px;
    bottom: 0px;
    background-color: #FFFFFF;
    box-shadow: 2px 0px 7px 0px rgba(0,0,0,0.4);
    z-index: 20;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_M_Main_Center
{
    right: 260px;
}
.SM_M_Main_Center_Close
{
    right: 40px;
}
.SM_T_Finish
{
    width: 100%;
    clear: both;
}
.SSpan_Middle
{
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
/*------------------------------ MASTER OTHERS ---------*/



/*------------------------------ MASTER TOP ---------*/
.SM_T_Top_Main
{
    position: absolute;
    display: block;
    width: 100%;
    height: inherit;
    margin: 0px;
    border-bottom: solid 1px #CCCCCC;
    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));
    z-index: 30;
}
.SM_T_Top_Main .SSign_Panel
{
    position: relative;
    display: block;
    float: right;
    width: 20px;
    height: inherit;
    border-left: solid 2px rgba(0,0,0,0.5);
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
    text-align: center;
    color: rgba(255,255,255,1.0);
    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;
}
.SM_T_Top_Main .SSign_Panel_Text
{
    position: absolute;
    display: block;
    width: 50px;
    height: auto;
    left: 35%;
    top: 50%;
    z-index: 30;
    -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: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.SM_T_Top_Main .SSign_Panel_Ver
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    right: 23px;
    top: 3px;
    color: rgba(0,0,0,0.5);
    font-size: 0.9em;
    z-index: 31;
}
.SM_T_Top_Main .SLogo
{
    position: relative;
    display: table;
    float: right;
    width: 240px;
    height: inherit;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #0050A0;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    direction: rtl;
}
.SM_T_Top_Main .SKeys_Sep_R
{
    position: absolute;
    display: block;
    width: 1px;
    height: auto;
    top: 10px;
    bottom: 10px;
    right: 0px;
    border-right: solid 1px #CCCCCC;
    z-index: 100;
}
.SM_T_Top_Main .SKeys_L, .SM_T_Top_Main .SKeys_R, .SM_T_Top_Main .SItems_L, .SM_T_Top_Main .SItems_L_EN
{
    position: relative;
    display: table;
    width: auto;
    height: inherit;
    background-color: rgba(255,255,255,0.0);
    background-repeat: no-repeat;
    -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;
}
.SM_T_Top_Main .SKeys_L
{
    float: left;
    cursor: pointer;
}
.SM_T_Top_Main .SKeys_R
{
    float: right;
    cursor: pointer;
}
.SM_T_Top_Main .SItems_L
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: rgba(0,120,255,0.04);*/
    background-color: rgba(0,120,255,1.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    /*color: #0050A0;*/
    color: #FFFFFF;
    line-height: 16px;
    direction: rtl;
}
.SM_T_Top_Main .SItems_L_EN
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: rgba(0,120,255,0.04);*/
    background-color: rgba(0,120,255,1.0);
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    /*color: #0050A0;*/
    color: #FFFFFF;
    line-height: 17px;
    direction: ltr;
}
.SM_T_Top_Main .SItems_L .SKeys_Sep_R, .SM_T_Top_Main .SItems_L_EN .SKeys_Sep_R
{
    /*border-right: solid 1px rgba(0,120,255,0.4);*/
    border-right: solid 1px rgba(255,255,255,0.2);
}
.SM_T_Top_Main .SKeys_L:hover, .SM_T_Top_Main .SKeys_R:hover
{
    background-color: rgba(255,255,255,0.8);
}
.SM_T_Top_Main .SKeys_Exit, .SM_T_Top_Main .SKeys_Password, .SM_T_Top_Main .SKeys_Message
{
    position: relative;
    display: table-cell;
    width: auto;
    height: inherit;
    padding-right: 20px;
    background: none;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
    direction: rtl;
    cursor: pointer;
    background-position: 20px center;
    background-repeat: no-repeat;
}
.SM_T_Top_Main .SKeys_Exit
{
    background-image: url('../_Images/Key_Top_Exit.png');
    padding-left: 47px;
}
.SM_T_Top_Main .SKeys_Password
{
    background-image: url('../_Images/Key_Top_Password.png');
    padding-left: 38px;
}
.SM_T_Top_Main .SKeys_Message
{
    background-image: url('../_Images/Key_Top_Message.png');
    padding-left: 49px;
}
/*------------------------------ MASTER TOP ---------*/



/*------------------------------ MASTER RIGHT ---------*/
.SM_R_Top_Main
{
    position: absolute;
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: solid 1px #CCCCCC;
    background: #E6E6E6;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1.0), rgba(230,230,230,1.0));
    background: -o-linear-gradient(bottom, rgba(255,255,255,1.0), rgba(230,230,230,1.0));
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1.0), rgba(230,230,230,1.0));
    background: linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(230,230,230,1.0));
    z-index: 10;
}
.SM_R_Top_Main .SPic, .SM_R_Top_Main .SPic_Close
{
    position: absolute;
    background-color: #FFFFFF;
    background-image: url('../_Images/User_Default.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_R_Top_Main .SPic
{
    width: 38px;
    height: 38px;
    right: 10px;
    top: 5px;
    border-radius: 19px;
}
.SM_R_Top_Main .SPic_Close
{
    width: 32px;
    height: 32px;
    right: 3px;
    top: 8px;
    border-radius: 16px;
}
.SM_R_Top_Main .SUser
{
    position: absolute;
    width: auto;
    height: 38px;
    left: 30px;
    right: 53px;
    top: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0078FF;
    direction: rtl;
    z-index: 30;
}
.SM_R_Top_Main .SArrow
{
    position: absolute;
    width: 32px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../_Images/Sign_Arrow_B.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20;
}
/*------------------------------ MASTER RIGHT ---------*/



/*------------------------------ MASTER RIGHT KEYS ---------*/
.SM_RK_Main
{
    position: absolute;
    display: block;
    width: 260px;
    height: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SM_RK_Main a
{
    text-decoration: none;
}
.SM_RK_Menu
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 30px 10px 20px;
    background-color: rgba(0,0,0,0.0);
    border-bottom: solid 1px #404040;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    color: #E0E0E0;
    direction: rtl;
    cursor: pointer;
    -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;
}
.SM_RK_Menu:hover
{
    background-color: rgba(0,0,0,0.7);
}
.SM_RK_Menu .SArrowL, .SM_RK_Menu .SArrowB
{
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 20;
}
.SM_RK_Menu .SArrowL
{
    background-image: url('../_Images/Sign_Arrow_L.png');
}
.SM_RK_Menu .SArrowB
{
    background-image: url('../_Images/Sign_Arrow_B.png');
}
    .SM_RK_Menu .SIcon_Home, .SM_RK_Menu .SIcon_AreaInfo, .SM_RK_Menu .SIcon_BasicInfo,
    .SM_RK_Menu .SIcon_Config, .SM_RK_Menu .SIcon_Kartabl, .SM_RK_Menu .SIcon_HotelBasic,
    .SM_RK_Menu .SIcon_TourBasic, .SM_RK_Menu .SIcon_FlightBasic, .SM_RK_Menu .SIcon_HotelInfo, .SM_RK_Menu .SIcon_HotelPrice,
    .SM_RK_Menu .SIcon_RestaurantInfo,
    .SM_RK_Menu .SIcon_TourInfo, .SM_RK_Menu .SIcon_TourPrice, .SM_RK_Menu .SIcon_FlightInfo,
    .SM_RK_Menu .SIcon_Visa, .SM_RK_Menu .SIcon_Hotel_Personnel,
    .SM_RK_Menu .SIcon_Survey, .SM_RK_Menu .SIcon_Inspection, .SM_RK_Menu .SIcon_Reservation, .SM_RK_Menu .SIcon_ReserveList,
    .SM_RK_Menu .SIcon_Contracts, .SM_RK_Menu .SIcon_Messages, .SM_RK_Menu .SIcon_UsersInfo, .SM_RK_Menu .SIcon_Office, .SM_RK_Menu .SIcon_Wallet, .SM_RK_Menu .SIcon_Club {
        position: absolute;
        width: 30px;
        height: 100%;
        right: 0px;
        top: 0px;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 10;
    }
.SM_RK_Menu .SIcon_Home
{
    background-image: url('../_Images/Key_Right_Home.png');
}
.SM_RK_Menu .SIcon_AreaInfo
{
    background-image: url('../_Images/Key_Right_AreaInfo.png');
}
.SM_RK_Menu .SIcon_BasicInfo
{
    background-image: url('../_Images/Key_Right_BasicInfo.png');
}
.SM_RK_Menu .SIcon_Config
{
    background-image: url('../_Images/Key_Right_Config.png');
}
.SM_RK_Menu .SIcon_Kartabl
{
    background-image: url('../_Images/Key_Right_Kartabl.png');
}
.SM_RK_Menu .SIcon_HotelBasic
{
    background-image: url('../_Images/Key_Right_HotelBasic.png');
}
.SM_RK_Menu .SIcon_TourBasic
{
    background-image: url('../_Images/Key_Right_HotelBasic.png');
}
.SM_RK_Menu .SIcon_FlightBasic
{
    background-image: url('../_Images/Key_Right_HotelBasic.png');
}
.SM_RK_Menu .SIcon_HotelInfo
{
    background-image: url('../_Images/Key_Right_HotelInfo.png');
}
.SM_RK_Menu .SIcon_HotelPrice
{
    background-image: url('../_Images/Key_Right_HotelPrice.png');
}
.SM_RK_Menu .SIcon_RestaurantInfo
{
    background-image: url('../_Images/Key_Right_RestaurantInfo.png');
}
.SM_RK_Menu .SIcon_TourInfo
{
    background-image: url('../_Images/Key_Right_TourInfo.png');
}
.SM_RK_Menu .SIcon_TourPrice
{
    background-image: url('../_Images/Key_Right_Tour_Price.png');
}
.SM_RK_Menu .SIcon_FlightInfo
{
    background-image: url('../_Images/Key_Right_FlightInfo.png');
}
.SM_RK_Menu .SIcon_Visa
{
    background-image: url('../_Images/Key_Right_Visa.png');
}
.SM_RK_Menu .SIcon_Hotel_Personnel
{
    background-image: url('../_Images/Key_Right_Hotel_Personnel.png');
}
.SM_RK_Menu .SIcon_Survey
{
    background-image: url('../_Images/Key_Right_Survey.png');
}
.SM_RK_Menu .SIcon_Inspection
{
    background-image: url('../_Images/Key_Right_Inspection.png');
}
.SM_RK_Menu .SIcon_Reservation
{
    background-image: url('../_Images/Key_Right_Reservation.png');
}
.SM_RK_Menu .SIcon_ReserveList
{
    background-image: url('../_Images/Key_Right_ReserveList.png');
}
.SM_RK_Menu .SIcon_Contracts
{
    background-image: url('../_Images/Key_Right_Contracts.png');
}
.SM_RK_Menu .SIcon_Messages
{
    background-image: url('../_Images/Key_Right_Messages.png');
}
.SM_RK_Menu .SIcon_UsersInfo
{
    background-image: url('../_Images/Key_Right_UsersInfo.png');
}
.SM_RK_Menu .SIcon_Office {
    background-image: url('../_Images/Key_Right_Office.png');
}
.SM_RK_Menu .SIcon_Wallet {
    background-image: url('../_Images/Key_Right_Wallet.png');
}
.SM_RK_Menu .SIcon_Club {
    background-image: url('../_Images/Key_Right_Club.png');
}





.SM_RK_SubMenu_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
    -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;
}
.SM_RK_SubMenu_Main a
{
    text-decoration: none;
}
.SM_RK_SubMenu_Main .STop
{
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
}
.SM_RK_SubMenu_Main .SBottom
{
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
}
.SM_RK_SubMenu
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding: 7px 30px 7px 20px;
    /*background-color: rgba(255,255,255,0.0);*/
    background-color: rgba(0,0,0,0.0);
    border-bottom: solid 1px #323232;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    color: #FFFFFF;
    direction: rtl;
    cursor: pointer;
    -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;
}
.SM_RK_SubMenu:hover
{
    /*background-color: rgba(255,255,255,0.2);*/
    background-color: rgba(0,0,0,0.7);
}
.SM_RK_Menu .SSel, .SM_RK_SubMenu .SSel
{
    position: absolute;
    width: 12px;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: url('../_Images/Key_Right_Sel.png');
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 30;
}
/*------------------------------ MASTER RIGHT KEYS ---------*/



/*------------------------------ MASTER CENTER ---------*/
.SM_C_Title_Main
{
    position: absolute;
    display: block;
    width: 100%;
    height: 48px;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.SM_C_Title_Main .SBorder_Back
{
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background-color: #F5F5F5;
    z-index: 10;
}
.SM_C_Title_Main .SBorder_Highlight
{
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background-color: #D7EBFF;
    z-index: 15;
}
.SM_C_Title_Main .SText_Main
{
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: 20px;
    right: 40px;
    top: 0px;
    z-index: 20;
}
.SM_C_Title_Main .SText
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: 100%;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
}
.SM_C_Title_Main .SText_Home
{
    position: relative;
    display: table;
    float: right;
    width: 22px;
    height: 100%;
    background-image: url('../_Images/Sign_Main_Nav_Home.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.SM_C_Title_Main .SText_Sep
{
    position: relative;
    display: table;
    float: right;
    width: 28px;
    height: 100%;
    background-image: url('../_Images/Sign_Arrow_L.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.SM_C_Title_Main .SFinish
{
    width: 100%;
    clear: both;
}


.SM_C_Main
{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 48px;
    left: 0px;
    bottom: 0px;
    font-size: 13px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 20;
}
/*------------------------------ MASTER CENTER ---------*/

/*------------------------------ MASTER UPDATING ---------*/
.SM_C_Main_Updating
{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 48px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}
.SM_C_Main_Updating_Back
{
    position: absolute;
    width: auto;
    height: auto;
    padding: 20px;
    left: 50%;
    top: 50%;
    background-color: #FFFFFF;
    border-radius: 4px;
    z-index: 10010;

    -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: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.SM_C_Main_Updating .SSign
{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 40%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
}
.SM_C_Main_Updating .SSign_SPG
{
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.SM_C_Main_Updating .SPG_Message_Master
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    direction: rtl;
}

.SM_C_Main_Updating .SRotate_C, .SM_C_Main_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;
}
.SM_C_Main_Updating .SRotate_C
{
    filter: alpha(opacity=50);
    opacity: 0.5;
    animation-direction: normal;
    animation-duration: 1.1s;
}
.SM_C_Main_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);
    }
}
/*------------------------------ MASTER UPDATING ---------*/

/*------------------------------ OBJECT UPDATING ---------*/
.SM_C_Obj_Updating_BodyCenter
{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 100000;
}
.SM_C_Obj_Updating
{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
.SM_C_Obj_Updating .SSign
{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}
.SM_C_Obj_Updating .SRotate_C, .SM_C_Obj_Updating .SRotate_CC
{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    z-index: 20;
    

    -moz-transform-origin: 15px 15px;
    -ms-transform-origin: 15px 15px;
    -o-transform-origin: 15px 15px;
    -webkit-transform-origin: 15px 15px;
    transform-origin: 15px 15px;

    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);

    animation-name: anim_rotate_obj;
    
    animation-delay: 0s;
    
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.SM_C_Obj_Updating .SRotate_C
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    animation-direction: normal;
    animation-duration: 0.7s;
}
@keyframes anim_rotate_obj {
    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);
    }
}
/*------------------------------ OBJECT UPDATING ---------*/





/*
.SM_C_Main
{
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
}
.SM_M_Main
{
    position: relative;
    height: auto;
    overflow: visible;
}
*/