﻿/*----------------------------- BODY ----------------------*/
body {
    margin: 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

a {
    text-decoration: none;
}

input[type=text], input[type=password], input[type=textarea], input[type=checkbox], input[type=radio], input[type=submit], select, textarea {
    outline: none;
}

    input[type=text]:focus, input[type=password]:focus, input[type=textarea]:focus, textarea:focus {
        border: solid 1px rgba(0,165,155,1.0);
        background-color: rgba(0,165,155,0.04);
    }

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,1.0);
    }
/*----------------------------- BODY ----------------------*/



/*----------------------------- MAIN ----------------------*/
.SM_Main {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(240,240,240,1.0);
    padding: 10px;
    font-family: 'IRANSans';
    -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);
}

.SM_Main_Top {
    flex: 0 1 75px;
    width: 100%;
    height: auto;
}

.SM_Main_Top_UT {
    flex-direction: column;
    align-content: stretch;
    justify-content: stretch;
    flex: 0 1 30px;
    width: 30px;
    height: 100%;
    padding: 3px;
}

.SM_Main_Top_Links {
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    padding: 3px;
}

.SM_Main_Middle {
    flex-direction: row-reverse;
    justify-content: stretch;
    align-content: stretch;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
}

.SM_Main_Middle_User_Menu {
    flex-direction: column;
    align-content: stretch;
    justify-content: stretch;
    flex: 0 1 250px;
    width: 250px;
    height: 100%;
}

.SM_Main_Middle_User_Key {
    position: relative;
    display: none;
    flex: 0 1 30px;
    width: 30px;
    height: 35px;
    padding: 3px;
}

.SM_Main_Middle_User {
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    padding: 3px;
}

.SM_Main_Middle_Menu {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    padding: 3px;
}

.SM_Main_Middle_Body {
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    padding: 3px;
}

.SM_Sep_H_5, .SM_Sep_H_10, .SM_Sep_H_15, .SM_Sep_H_20, .SM_Sep_V_5, .SM_Sep_V_10, .SM_Sep_V_15, .SM_Sep_V_20 {
    flex: 0 1 auto;
    width: auto;
    height: auto;
}

.SM_Sep_H_5 {
    width: 5px;
}

.SM_Sep_H_10 {
    width: 10px;
}

.SM_Sep_H_15 {
    width: 15px;
}

.SM_Sep_H_20 {
    width: 20px;
}

.SM_Sep_V_5 {
    height: 5px;
}

.SM_Sep_V_10 {
    height: 10px;
}

.SM_Sep_V_15 {
    height: 15px;
}

.SM_Sep_V_20 {
    height: 20px;
}
/*----------------------------- MAIN ----------------------*/



/*--------------------------- CONTENTS --------------------*/
.SM_Main_Top_Content_Mob_Key {
    display: none;
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(220,220,220,1.0);
    border-radius: 7px;
    padding: 5px;
}

    .SM_Main_Top_Content_Mob_Key svg {
        width: auto;
        height: auto;
        max-width: 25px;
        max-height: 25px;
        vertical-align: middle;
    }

.SM_Main_Top_Content_UT {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    background-color: rgba(70,165,175,1.0);
    border: none;
    border-radius: 7px;
}

.SM_Main_Top_Content_UT_Text {
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.75em;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
    color: rgba(255,255,255,1.0);
    -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(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.SM_Main_Top_Content_Links {
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(220,220,220,1.0);
    border-radius: 7px;
    padding: 5px 10px;
}

.SM_Main_Top_Content_Logo {
    flex: 0 1 auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    padding-bottom: 0px;
    border-bottom: none;
}

    .SM_Main_Top_Content_Logo img {
        width: auto;
        height: 100%;
        max-height: 50px;
    }

.SM_Main_Top_Content_Logo_Key_SO {
    display: none;
}

.SM_Main_Middle_User_Content_Body {
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -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);
}

.SM_Main_Middle_User_Content {
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(220,220,220,1.0);
    border-radius: 7px;
}

.SM_Main_Middle_User_Content_Layout_Gr_0 {
    flex-grow: 0;
}

.SM_Main_Middle_User_Content_Layout_Gr_1 {
    flex-grow: 1;
}

.SM_Main_Middle_User_Content_Layout_25 {
    flex-basis: 25%;
    width: 25%;
}

.SM_Main_Middle_User_Content_Layout_50 {
    flex-basis: 50%;
    width: 50%;
}

.SM_Main_Middle_User_Content_Layout_75 {
    flex-basis: 75%;
    width: 75%;
}

.SM_Main_Middle_User_Content_Layout_100 {
    flex-basis: 100%;
    width: 100%;
}

.SM_Main_Middle_User_Content_Text {
    height: auto;
    padding: 5px 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    vertical-align: top;
    direction: rtl;
    color: rgba(100,100,100,1.0);
}

.SM_Main_Middle_User_Content_Key_SO {
    display: block;
    height: auto;
    vertical-align: top;
    direction: rtl;
}

.SM_Main_Middle_User_Content_Al_R_R {
    text-align: right;
}

.SM_Main_Middle_User_Content_Al_R_L {
    text-align: right;
}

.SM_Main_Middle_User_Content_Al_L_L {
    text-align: left;
}

.SM_Main_Middle_User_Content_Al_L_R {
    text-align: left;
}

.SM_Main_Middle_Menu_Content {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(220,220,220,1.0);
    border-radius: 7px;
}

.SM_Main_Middle_Menu_Content_Key {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 5px;
    padding: 0px;
    border: solid 1px rgba(230,230,230,1.0);
    border-radius: 7px;
    cursor: pointer;
    z-index: 10;
}

    .SM_Main_Middle_Menu_Content_Key svg {
        flex: 0 1 auto;
        width: auto;
        height: auto;
        max-width: 14px;
        max-height: 14px;
    }

.SM_Main_Middle_Menu_Content_Detail {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 5px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1;
}

.SM_Main_Middle_Body_Content {
    flex: 1 1 auto;
    width: auto;
    height: auto;
    padding: 0px;
}

.SM_Main_Middle_Body_Content_Detail {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 0px;
    right: 5px;
    top: 0px;
    bottom: 5px;
    padding: 5px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*--------------------------- CONTENTS --------------------*/



/*------------------------- DIALOG PANEL -----------------*/
.SM_Dialog_Message_Back {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,30,25,0.25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 100000;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=0);
    opacity: 0.0;
    animation-name: sm_dialog_message_back_a;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-duration: 0.3s;
}

@keyframes sm_dialog_message_back_a {
    0% {
        filter: alpha(opacity=0);
        opacity: 0.0;
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }
}

.SM_Dialog_Message_Main {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    max-width: 700px;
    left: 50%;
    top: 50%;
    padding: 15px;
    -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-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
    -ms-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
    -o-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
    transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
    filter: alpha(opacity=0);
    opacity: 0.0;
    animation-name: sm_dialog_message_main_a;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.000, 0.700, 0.300, 1.000);
    animation-direction: normal;
    animation-duration: 0.5s;
}

@keyframes sm_dialog_message_main_a {
    0% {
        -moz-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
        -ms-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
        -o-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
        -webkit-transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
        transform: scale(0.9,0.9) translateX(-50%) translateY(-50%);
        filter: alpha(opacity=0);
        opacity: 0.0;
    }

    100% {
        -moz-transform: scale(1.0,1.0) translateX(-50%) translateY(-55%);
        -ms-transform: scale(1.0,1.0) translateX(-50%) translateY(-55%);
        -o-transform: scale(1.0,1.0) translateX(-50%) translateY(-55%);
        -webkit-transform: scale(1.0,1.0) translateX(-50%) translateY(-55%);
        transform: scale(1.0,1.0) translateX(-50%) translateY(-55%);
        filter: alpha(opacity=100);
        opacity: 1.0;
    }
}

.SM_Dialog_Message_Body {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(150,150,150,1.0);
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -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_Dialog_Message_Title {
    position: relative;
    width: 100%;
    height: auto;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    padding-bottom: 25px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    color: rgba(75,75,75,1.0);
    direction: rtl;
    clear: both;
}

.SM_Dialog_Message_Keys_Main {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    -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_Dialog_Message_Keys_Item {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
}
/*------------------------- DIALOG PANEL -----------------*/



/*--------------------------- UPDATING --------------------*/
.SM_Dialog_Updating {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,30,25,0.25);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 100000;
    filter: alpha(opacity=0);
    opacity: 0.0;
    animation-name: sm_dialog_updating_a;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-duration: 0.6s;
}

@keyframes sm_dialog_updating_a {
    0% {
        filter: alpha(opacity=0);
        opacity: 0.0;
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }
}

.SM_Dialog_Updating_Body {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
    border-radius: 40px;
    z-index: 100;
    -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: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -o-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
}

.SM_Dialog_Updating_Title, .SM_Dialog_Updating_Title_Stroke {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 0px;
    top: 50%;
    margin-top: -90px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.1em;
    color: #00A59B;
    text-align: center;
    direction: rtl;
    filter: alpha(opacity=0);
    opacity: 0.0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    animation-name: sm_dialog_updating_title_a;
    animation-delay: 3s;
    animation-direction: normal;
    animation-duration: 3.0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.SM_Dialog_Updating_Title {
    z-index: 3;
    -webkit-text-fill-color: #00A59B;
}

.SM_Dialog_Updating_Title_Stroke {
    z-index: 2;
    -webkit-text-stroke: 2px #FFFFFF;
    -webkit-text-fill-color: #00A59B;
}

@keyframes sm_dialog_updating_title_a {
    0% {
        filter: alpha(opacity=0);
        opacity: 0.0;
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        animation-timing-function: ease-in-out;
    }

    10% {
        filter: alpha(opacity=100);
        opacity: 1.0;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        animation-timing-function: linear;
    }

    80% {
        filter: alpha(opacity=100);
        opacity: 1.0;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        animation-timing-function: ease-in-out;
    }

    90% {
        filter: alpha(opacity=0);
        opacity: 0.0;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        animation-timing-function: ease-in-out;
    }
}

.SM_Dialog_Updating_Sign {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
    -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: sm_dialog_updating_sign_a;
    animation-delay: 0s;
    animation-duration: 2.0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.600, 0.100, 0.400, 0.900);
    animation-direction: normal;
}

@keyframes sm_dialog_updating_sign_a {
    0% {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateZ(1080deg);
        -ms-transform: rotateZ(1080deg);
        -o-transform: rotateZ(1080deg);
        -webkit-transform: rotateZ(1080deg);
        transform: rotateZ(1080deg);
    }
}

.SM_Dialog_Updating_Rotate_C, .SM_Dialog_Updating_Rotate_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%;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-direction: normal;
}

.SM_Dialog_Updating_Rotate_C {
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    animation-name: sm_dialog_updating_rotate_c_a;
    animation-delay: 0s;
    animation-duration: 1.7s;
}

.SM_Dialog_Updating_Rotate_CC {
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    animation-name: sm_dialog_updating_rotate_cc_a;
    animation-delay: 0s;
    animation-duration: 1.7s;
}

@keyframes sm_dialog_updating_rotate_c_a {
    0% {
        -moz-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        -o-transform: rotateZ(-180deg);
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }

    100% {
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes sm_dialog_updating_rotate_cc_a {
    0% {
        -moz-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        -o-transform: rotateZ(-180deg);
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }

    100% {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}
/*--------------------------- UPDATING --------------------*/



/*------------------------ OBJECT UPDATING ----------------*/
.SM_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_Obj_Updating {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.SM_Obj_Updating_Sign {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}

.SM_Obj_Updating_SRotate_C, .SM_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: sm_obj_updating_rotate_c_a;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.SM_Obj_Updating_SRotate_C {
    filter: alpha(opacity=100);
    opacity: 1.0;
    animation-direction: normal;
    animation-duration: 0.7s;
}

@keyframes sm_obj_updating_rotate_c_a {
    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 ----------------*/





@media screen and (min-width:0px) and (max-width:1000px) {

    .SM_Main_Top_Content_Logo img {
        max-height: 35px;
    }
}

@media screen and (min-width:0px) and (max-width:800px) {

    body {
        font-size: 16px;
    }
}

@media screen and (min-width:0px) and (max-width:700px) {

    .SM_Main {
        padding: 0px;
    }

    .SM_Main_Top_UT {
        justify-content: space-between;
        flex-basis: 40px;
    }

    .SM_Main_Top_Content_Mob_Key {
        display: flex;
    }

    .SM_Main_Top_Content_UT {
        display: none;
    }

    .SM_Main_Top_Content_UT {
        background-color: rgba(70,165,175,0.08);
        border: solid 1px rgba(70,165,175,1.0);
    }

    .SM_Main_Top_Content_UT_Text {
        font-weight: 400;
        font-size: 0.70em;
        color: rgba(70,165,175,1.0);
    }

    .SM_Main_Top_Content_Links {
        flex-direction: column;
        align-content: stretch;
        justify-content: space-between;
        padding: 5px 10px;
    }

    .SM_Main_Top_Content_Logo {
        justify-content: space-between;
        width: auto;
        height: auto;
        padding-bottom: 0px;
        border-bottom: solid 1px rgba(220,220,220,1.0);
    }

        .SM_Main_Top_Content_Logo img {
            max-height: 30px;
        }

    .SM_Main_Top_Content_Logo_Key_SO {
        display: block;
    }

    .SM_Main_Middle {
        flex-direction: column;
        align-content: stretch;
        justify-content: stretch;
    }

    .SM_Main_Middle_User_Menu {
        flex-direction: column;
        align-content: stretch;
        justify-content: flex-start;
        flex: 0 1 auto;
        width: auto;
        height: auto;
    }

    .SM_Main_Middle_User_Key {
        display: flex;
    }

    .SM_Main_Middle_User {
        flex: 1 1 auto;
        width: auto;
        height: auto;
        padding: 3px;
    }

    .SM_Main_Middle_User_Content_Body {
        height: 0px;
        filter: alpha(opacity=0);
        opacity: 0.0;
    }

    .SM_Main_Middle_User_Content_Text {
        padding: 3px 5px;
    }

    .SM_Main_Middle_User_Content_Key_SO {
        display: none;
    }

    .SM_Main_Middle_User_Content_Layout_25, .SM_Main_Middle_User_Content_Layout_50, .SM_Main_Middle_User_Content_Layout_75, .SM_Main_Middle_User_Content_Layout_100 {
        flex-basis: 50%;
        width: 50%;
    }

    .SM_Main_Middle_User_Content_Al_R_R {
        text-align: right;
    }

    .SM_Main_Middle_User_Content_Al_R_L {
        text-align: left;
    }

    .SM_Main_Middle_User_Content_Al_L_L {
        text-align: left;
    }

    .SM_Main_Middle_User_Content_Al_L_R {
        text-align: right;
    }

    .SM_Main_Middle_Menu {
        position: fixed;
        flex: 1 1 auto;
        width: 300px;
        height: 100%;
        top: 0px;
        right: -100%;
        padding: 3px;
        z-index: 1000;
        filter: alpha(opacity=0);
        opacity: 0.0;
        -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);
    }

    .SM_Main_Middle_Menu_Content_Key {
        display: flex;
    }

    .SM_Main_Middle_Menu_Content_Detail {
        top: 40px;
    }

    .SM_Main_Middle_Body {
        padding: 0px;
    }

    .SM_Main_Middle_Body_Content {
        padding: 0px;
        background-color: rgba(255,255,255,1.0);
        border: none;
        border-radius: 0px;
    }

    .SM_Main_Middle_Body_Content_Detail {
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        padding: 3px;
    }
}
