﻿/*------------------------ PANEL -------------*/
.S_SB_Content_Panel_Main, .S_SB_Content_Panel_Main_Full {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 2px;
    -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_SB_Content_Panel_Main {
    max-width: 900px;
}

.S_SB_Content_Panel_Title, .S_SB_Content_Panel_Title_Blue, .S_SB_Content_Panel_Title_Green, .S_SB_Content_Panel_Title_Red {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.0em;
    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_SB_Content_Panel_Title {
    background-color: #F0F0F0;
    border-bottom: solid 1px #CCCCCC;
    color: #0078FF;
}

.S_SB_Content_Panel_Title_Blue {
    background-color: #0078FF;
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
}

.S_SB_Content_Panel_Title_Green {
    background-color: #00B41E;
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
}

.S_SB_Content_Panel_Title_Red {
    background-color: #C80000;
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
}

.S_SB_Content_Panel_Items_Main_Show_Hide {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    overflow: hidden;
    clear: both;
    -moz-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}

.S_SB_Content_Panel_Items_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    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_SB_Content_Panel_Items_Row_Title, .S_SB_Content_Panel_Items_Row_Values {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: solid 1px #F0F0F0;
    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_SB_Content_Panel_Item_Text_Sch_Radif, .S_SB_Content_Panel_Item_Text_Sch_Sharh, .S_SB_Content_Panel_Item_Text_Sch_Value {
    position: relative;
    display: table;
    float: right;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-size: 1.0em;
    vertical-align: top;
    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_SB_Content_Panel_Items_Row_Title .S_SB_Content_Panel_Item_Text_Sch_Radif, .S_SB_Content_Panel_Items_Row_Title .S_SB_Content_Panel_Item_Text_Sch_Sharh, .S_SB_Content_Panel_Items_Row_Title .S_SB_Content_Panel_Item_Text_Sch_Value {
    font-weight: 500;
    color: #999999;
}

.S_SB_Content_Panel_Items_Row_Values .S_SB_Content_Panel_Item_Text_Sch_Radif, .S_SB_Content_Panel_Items_Row_Values .S_SB_Content_Panel_Item_Text_Sch_Sharh, .S_SB_Content_Panel_Items_Row_Values .S_SB_Content_Panel_Item_Text_Sch_Value {
    font-weight: normal;
    color: #000000;
}

.S_SB_Content_Panel_Item_Text_Sch_Radif {
    width: 10%;
}

.S_SB_Content_Panel_Item_Text_Sch_Sharh {
    width: 50%;
}

.S_SB_Content_Panel_Item_Text_Sch_Value {
    width: 40%;
}

.S_SB_Content_Panel_Item_Title {
    position: relative;
    display: block;
    float: right;
    width: 25%;
    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: #787878;
    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_SB_Content_Panel_Item_Text_Main {
    position: relative;
    display: block;
    float: left;
    width: 75%;
    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_SB_Content_Panel_Item_Text_Wide_Main {
    position: relative;
    display: block;
    width: 100%;
    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_SB_Content_Panel_Item_Finish {
    width: 100%;
    clear: both;
}

.S_SB_Content_Panel_Error, .S_SB_Content_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_SB_Content_Panel_Error {
    color: #C80000;
}

.S_SB_Content_Panel_Message {
    color: #00B41E;
}

.S_SB_Content_Pages_Sep_20, .S_SB_Content_Pages_Sep_50, .S_SB_Content_Pages_Sep_Line_20, .S_SB_Content_Pages_Sep_Line_50 {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

.S_SB_Content_Pages_Sep_20 {
    height: 20px;
}

.S_SB_Content_Pages_Sep_50 {
    height: 50px;
}

.S_SB_Content_Pages_Sep_Line_20 {
    height: 20px;
    border-top: solid 1px #CCCCCC;
}

.S_SB_Content_Pages_Sep_Line_50 {
    height: 50px;
    border-top: solid 1px #CCCCCC;
}
/*------------------------ PANEL -------------*/



/*-------------------------- PANEL2 ----------------------*/
.S_SB_Content_Panel2_Green, .S_SB_Content_Panel2_Red, .S_SB_Content_Panel2_Blue, .S_SB_Content_Panel2_Yellow, .S_SB_Content_Panel2_Gray, .S_SB_Content_Panel2_Magenta, .S_SB_Content_Panel2_Green_B, .S_SB_Content_Panel2_Red_B, .S_SB_Content_Panel2_Blue_B, .S_SB_Content_Panel2_Yellow_B, .S_SB_Content_Panel2_Gray_B, .S_SB_Content_Panel2_Magenta_B {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    min-width: 50px;
    min-height: 40px;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    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_SB_Content_Panel2_Green {
    border: solid 1px #00B41E;
}

.S_SB_Content_Panel2_Red {
    border: solid 1px #C80000;
}

.S_SB_Content_Panel2_Blue {
    border: solid 1px #0078FF;
}

.S_SB_Content_Panel2_Yellow {
    border: solid 1px #FF8C00;
}

.S_SB_Content_Panel2_Gray {
    border: solid 1px #DCDCDC;
}

.S_SB_Content_Panel2_Magenta {
    border: solid 1px #B400B4;
}

.S_SB_Content_Panel2_Green_B {
    border: solid 2px #00B41E;
    background-color: rgba(0,180,30,0.1);
}

.S_SB_Content_Panel2_Red_B {
    border: solid 2px #C80000;
    background-color: rgba(200,0,0,0.1);
}

.S_SB_Content_Panel2_Blue_B {
    border: solid 2px #0078FF;
    background-color: rgba(0,120,255,0.1);
}

.S_SB_Content_Panel2_Yellow_B {
    border: solid 2px #FF8C00;
    background-color: rgba(255,140,0,0.1);
}

.S_SB_Content_Panel2_Gray_B {
    border: solid 2px #DCDCDC;
    background-color: rgba(220,220,220,0.1);
}

.S_SB_Content_Panel2_Magenta_B {
    border: solid 2px #B400B4;
    background-color: rgba(180,0,180,0.1);
}

.S_SB_Content_Panel2_Title {
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 15px;
    top: -12px;
    padding: 2px;
    background-color: #FFFFFF;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.0em;
    text-align: right;
    direction: rtl;
}

.S_SB_Content_Panel2_Green .S_SB_Content_Panel2_Title {
    color: #00B41E;
}

.S_SB_Content_Panel2_Red .S_SB_Content_Panel2_Title {
    color: #C80000;
}

.S_SB_Content_Panel2_Blue .S_SB_Content_Panel2_Title {
    color: #0078FF;
}

.S_SB_Content_Panel2_Yellow .S_SB_Content_Panel2_Title {
    color: #FF8C00;
}

.S_SB_Content_Panel2_Gray .S_SB_Content_Panel2_Title {
    color: #DCDCDC;
}

.S_SB_Content_Panel2_Magenta .S_SB_Content_Panel2_Title {
    color: #B400B4;
}

.S_SB_Content_Panel2_Green_B .S_SB_Content_Radio_Check_FA, .S_SB_Content_Panel2_Red_B .S_SB_Content_Radio_Check_FA, .S_SB_Content_Panel2_Blue_B .S_SB_Content_Radio_Check_FA, .S_SB_Content_Panel2_Yellow_B .S_SB_Content_Radio_Check_FA, .S_SB_Content_Panel2_Gray_B .S_SB_Content_Radio_Check_FA, .S_SB_Content_Panel2_Magenta_B .S_SB_Content_Radio_Check_FA {
    font-size: 0.9em;
}
/*-------------------------- PANEL2 ----------------------*/



/*--------------------------- KEYS -----------------------*/
.S_SB_Content_Keys_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col1, .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col2, .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col3, .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col4 {
        position: relative;
        display: table;
        height: auto;
        text-align: center;
    }

    .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col1 {
        width: 100%;
    }

    .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col2 {
        float: right;
        width: 50%;
    }

    .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col3 {
        float: right;
        width: 33.33%;
    }

    .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Col4 {
        float: right;
        width: 25%;
    }

    .S_SB_Content_Keys_Main .S_SB_Content_Key_Items_Finish {
        width: 100%;
        clear: both;
    }
/*--------------------------- KEYS -----------------------*/



/*------------------------- CONTROLS ---------------------*/
.S_SB_Content_Info_Message_FA {
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    background-color: #C80000;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    vertical-align: middle;
    color: #FFFFFF;
    direction: rtl;
    clear: both;
}

.S_SB_Content_Info_Message_EN {
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    background-color: #C80000;
    border-radius: 20px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
    vertical-align: middle;
    color: #FFFFFF;
    direction: ltr;
    clear: both;
}

.S_SB_Content_TextBox_FA {
    width: 100%;
    height: 25px;
    background-color: #FAFAFA;
    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;
    -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_SB_Content_TextBox_FA:focus {
        border: solid 1px #0078FF;
        background-color: #F3F9FF;
    }

.S_SB_Content_TextBox_EN {
    width: 100%;
    height: 25px;
    background-color: #FAFAFA;
    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;
    -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_SB_Content_TextBox_EN:focus {
        border: solid 1px #0078FF;
        background-color: #F3F9FF;
    }

.S_SB_Content_TextBox_FA_Multi {
    width: 100%;
    height: 100px;
    background-color: #FAFAFA;
    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;
    -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_SB_Content_TextBox_FA_Multi:focus {
        border: solid 1px #0078FF;
        background-color: #F3F9FF;
    }

.S_SB_Content_TextBox_EN_Multi {
    width: 100%;
    height: 100px;
    background-color: #FAFAFA;
    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;
    -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_SB_Content_TextBox_EN_Multi:focus {
        border: solid 1px #0078FF;
        background-color: #F3F9FF;
    }

.S_SB_Content_Drop_FA {
    width: 100%;
    height: 25px;
    background-color: #FAFAFA;
    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;
    -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_SB_Content_Drop_FA:focus {
        border: solid 1px #0078FF;
        background-color: #F3F9FF;
    }

.S_SB_Content_Drop_EN {
    width: 100%;
    height: 25px;
    background-color: #FAFAFA;
    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;
    -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_SB_Content_Drop_EN:focus {
        border: solid 1px #0078FF;
        background-color: #F3F9FF;
    }

.S_SB_Content_Radio_Check_EN, .S_SB_Content_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_SB_Content_Radio_Check_EN {
    width: auto;
}

.S_SB_Content_Radio_Check_List_EN {
    width: 100%;
    padding: 5px;
    border: solid 1px #E0E0E0;
    border-radius: 6px;
}

.S_SB_Content_Radio_Check_FA, .S_SB_Content_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_SB_Content_Radio_Check_FA {
    width: auto;
}

.S_SB_Content_Radio_Check_List_FA {
    width: 100%;
    padding: 5px;
    background-color: #FAFAFA;
    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_SB_Content_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_SB_Content_Mandatory_Sign:before {
        content: '*';
    }
/*------------------------- CONTROLS ---------------------*/





/*------------------------------ SIGNS ---------*/
.S_SB_Sign_Icon {
    display: inline;
    width: auto;
    height: auto;
    padding-left: 5px;
    font-family: 'AtrinWebSign1';
    font-size: 1.2em;
}

.S_SB_Sign_Message_Blue, .S_SB_Sign_Message_Green, .S_SB_Sign_Message_Red {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding-right: 37px;
}

.S_SB_Sign_Message_Icon {
    position: absolute;
    display: table;
    width: 28px;
    height: 28px;
    right: 0px;
    top: 50%;
    margin-top: -16px;
    border: solid 2px #FFFFFF;
    border-radius: 16px;
}

.S_SB_Sign_Message_Blue .S_SB_Sign_Message_Icon {
    background-color: rgba(0,120,255,0.1);
    color: #0078FF;
}

.S_SB_Sign_Message_Green .S_SB_Sign_Message_Icon {
    background-color: rgba(0,165,80,0.1);
    color: #00A550;
}

.S_SB_Sign_Message_Red .S_SB_Sign_Message_Icon {
    background-color: rgba(200,0,0,0.1);
    color: #C80000;
}

.S_SB_Sign_Message_Icon span {
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*------------------------------ SIGNS ---------*/





/*-------------------------- GROUPS ----------------------*/
.S_SB_Content_Group_Main, .S_SB_Content_Group_Main_Border {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    border-collapse: separate;
    clear: both;
}

.S_SB_Content_Group_Main_Border {
    padding-top: 5px;
    border-top: solid 1px #E0E0E0;
}

.S_SB_Content_Group_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;
}

.S_SB_Content_Group_Items_Sep, .S_SB_Content_Group_Items_Sep_Small, .S_SB_Content_Group_Items_Sep_Smaller {
    position: relative;
    display: table;
    float: right;
    width: 15px;
    margin-right: 5px;
    border-right: solid 1px #E5E5E5;
}

.S_SB_Content_Group_Items_Sep {
    height: 50px;
}

.S_SB_Content_Group_Items_Sep_Small {
    height: 35px;
}

.S_SB_Content_Group_Items_Sep_Smaller {
    height: 20px;
    width: 11px;
    margin-right: 1px;
}

.S_SB_Content_Group_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;
}

.S_SB_Content_Group_Items_Text, .S_SB_Content_Group_Items_Text_EN, .S_SB_Content_Group_Items_Text_Min, .S_SB_Content_Group_Items_Text_Min_EN, .S_SB_Content_Group_Items_Text_Min_Info, .S_SB_Content_Group_Items_Text_Min_Info_EN, .S_SB_Content_Group_Items_Text_Max, .S_SB_Content_Group_Items_Text_Max_EN {
    width: 100%;
    height: auto;
    padding-bottom: 7px;
    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;
}

.S_SB_Content_Group_Items_Text, .S_SB_Content_Group_Items_Text_Min, .S_SB_Content_Group_Items_Text_Min_Info, .S_SB_Content_Group_Items_Text_Max {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
}

.S_SB_Content_Group_Items_Text_EN, .S_SB_Content_Group_Items_Text_Min_EN, .S_SB_Content_Group_Items_Text_Min_Info_EN, .S_SB_Content_Group_Items_Text_Max_EN {
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    direction: ltr;
}

.S_SB_Content_Group_Items_Text_Min_Info, .S_SB_Content_Group_Items_Text_Min_Info_EN {
    margin-top: -5px;
    padding: 2px 7px 2px 7px;
    background-color: #404040;
    border-radius: 4px;
    font-size: 0.85em;
    color: #FFFFFF;
}

.S_SB_Content_Group_Items_Pic {
    width: auto;
    height: auto;
    max-width: 150px;
}

.S_SB_Content_Group_Items_Finish {
    width: 100%;
    clear: both;
}

/*-------------------------------------- GALLERY -----------------------------*/
.S_SB_Content_Group_Items_Pic_Gallery_Main {
    position: relative;
    display: table;
    float: right;
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.S_SB_Content_Group_Items_Pic_Gallery_Border {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.4);
    z-index: 10;
}

.S_SB_Content_Group_Items_Pic_Gallery_Key_Del {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    right: -4px;
    top: -4px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 2px rgba(200,0,0,0.5);
    background-color: #C80000;
    background-position: center center;
    background-image: url('../_Images/Sign_Key_Cancel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 20;
}

.S_SB_Content_Group_Items_Pic_Gallery_Main:hover .S_SB_Content_Group_Items_Pic_Gallery_Border {
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.8);
}

.S_SB_Content_Group_Items_Pic_Gallery_Main:hover .S_SB_Content_Group_Items_Pic_Gallery_Key_Del {
    filter: alpha(opacity=100);
    opacity: 1;
}

.S_SB_Content_Group_Items_Pic_Gallery_Finish {
    width: 100%;
    clear: both;
}
/*-------------------------------------- GALLERY -----------------------------*/


/*----------------------------------- DATE TIME BOX --------------------------*/
.S_SB_Content_Group_Main_DateTime {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 10px;
    border: solid 1px #B4B4B4;
    border-radius: 3px;
    overflow: hidden;
    clear: both;
}

.S_SB_Content_Group_Items_DateTime, .S_SB_Content_Group_Items_DateTime_Sign, .S_SB_Content_Group_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;
}

.S_SB_Content_Group_Items_DateTime, .S_SB_Content_Group_Items_DateTime_Sign {
    padding-left: 3px;
}

.S_SB_Content_Group_Items_DateTime_Sign {
    padding-top: 3px;
}

.S_SB_Content_Group_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;
}

.S_SB_Content_Group_Items_Text_DateTime_Label_FA, .S_SB_Content_Group_Items_Text_DateTime_Label_EN, .S_SB_Content_Group_Items_Text_DateTime_Label_Nights {
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #00B41E;
    clear: both;
}

.S_SB_Content_Group_Items_Text_DateTime_Label_FA {
    font-family: 'IRANSans';
    font-size: 1.0em;
    direction: rtl;
}

.S_SB_Content_Group_Items_Text_DateTime_Label_Nights {
    font-family: 'IRANSans';
    font-size: 1.2em;
    direction: rtl;
    text-align: right;
}

.S_SB_Content_Group_Items_Text_DateTime_Label_EN {
    font-family: 'HelveticaLt';
    font-size: 1.1em;
}

.S_SB_Content_Group_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;
}

    .S_SB_Content_Group_Items_DateTime_Cal:hover {
        background-color: rgba(0,120,255,0.1);
    }
/*----------------------------------- DATE TIME BOX --------------------------*/

.S_SB_Content_Group_Items_Text .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text .S_SB_Content_Drop_FA {
    min-width: 191px;
}

.S_SB_Content_Group_Items_Text_EN .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text_EN .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text_EN .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text_EN .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text_EN .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text_EN .S_SB_Content_Drop_FA {
    min-width: 191px;
}

.S_SB_Content_Group_Items_Text_Max .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text_Max .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text_Max .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text_Max .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text_Max .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text_Max .S_SB_Content_Drop_FA {
    min-width: 191px;
    max-width: 100%;
}

.S_SB_Content_Group_Items_Text_Max_EN .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text_Max_EN .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text_Max_EN .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text_Max_EN .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text_Max_EN .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text_Max_EN .S_SB_Content_Drop_FA {
    min-width: 191px;
    max-width: 100%;
}

.S_SB_Content_Group_Items_Text_Min .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text_Min .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text_Min .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text_Min .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text_Min .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text_Min .S_SB_Content_Drop_FA {
    min-width: 40px;
}

.S_SB_Content_Group_Items_Text_Min_EN .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text_Min_EN .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text_Min_EN .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text_Min_EN .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text_Min_EN .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text_Min_EN .S_SB_Content_Drop_FA {
    min-width: 40px;
}

.S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_EN, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_FA, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_EN_Multi, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_FA_Multi, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_Drop_EN, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_Drop_FA {
    min-width: 20px;
    border: none;
    text-align: center;
}

    .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_EN:focus, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_FA:focus, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_EN_Multi:focus, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_TextBox_FA_Multi:focus, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_Drop_EN:focus, .S_SB_Content_Group_Items_Text_DateTime .S_SB_Content_Drop_FA:focus {
        border: none;
    }
/*-------------------------- GROUPS ----------------------*/





/*--------------------------- LIST -----------------------*/
.S_SB_Content_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_SB_Content_List_Row, .S_SB_Content_List_Row_Title, .S_SB_Content_List_Row_Filters, .S_SB_Content_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_SB_Content_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_SB_Content_List_Row_Title {
    background-color: #4B7DB4;
}

.S_SB_Content_List_Row_Filters, .S_SB_Content_List_Row_List {
    background-color: #F0F0F0;
    cursor: pointer;
}

.S_SB_Content_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_SB_Content_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_SB_Content_Table_Body_Scroll_H {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: 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_SB_Content_Table_Main {
    width: 100%;
    height: auto;
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
}

.S_SB_Content_Table_Body_Scroll_H .S_SB_Content_Table_Main {
    min-width: 1000px;
}

.S_SB_Content_Table_Row, .S_SB_Content_Table_Row_Title, .S_SB_Content_Table_Row_Sort, .S_SB_Content_Table_Row_More {
    width: 100%;
    height: auto;
}

.S_SB_Content_Table_Row {
    background-color: #FFFFFF;
}

    .S_SB_Content_Table_Row:hover {
        background-color: #F3F6FB;
    }

.S_SB_Content_Table_Row_Title {
    background-color: #4B7DB4;
}

.S_SB_Content_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_SB_Content_Table_Row_More {
    background-color: #FFFFFF;
}

.S_SB_Content_SortItem_AZ_Active, .S_SB_Content_SortItem_AZ_DeActive, .S_SB_Content_SortItem_ZA_Active, .S_SB_Content_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_SB_Content_SortItem_AZ_Active:hover, .S_SB_Content_SortItem_AZ_DeActive:hover, .S_SB_Content_SortItem_ZA_Active:hover, .S_SB_Content_SortItem_ZA_DeActive:hover {
        background-color: rgba(255,255,255,1.0);
    }

.S_SB_Content_SortItem_AZ_Active {
    right: 0px;
    background-image: url('../_Images/Sign_Sort_AZ_Active.png');
}

.S_SB_Content_SortItem_AZ_DeActive {
    right: 0px;
    background-image: url('../_Images/Sign_Sort_AZ_DeActive.png');
}

.S_SB_Content_SortItem_ZA_Active {
    right: 20px;
    background-image: url('../_Images/Sign_Sort_ZA_Active.png');
}

.S_SB_Content_SortItem_ZA_DeActive {
    right: 20px;
    background-image: url('../_Images/Sign_Sort_ZA_DeActive.png');
}

.S_SB_Content_List_Items, .S_SB_Content_Table_Items, .S_SB_Content_Table_Items_EN, .S_SB_Content_Table_Items_NoPad, .S_SB_Content_Table_Items_Sort {
    height: auto;
    padding: 10px;
    border-collapse: collapse;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 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_SB_Content_Table_Items_EN {
    font-family: 'HelveticaLt';
    direction: ltr;
}

.S_SB_Content_Table_Items_NoPad {
    padding: 10px 0px 0px 0px;
    text-align: center;
}

    .S_SB_Content_Table_Items_NoPad p {
        margin-top: -2px;
    }

.S_SB_Content_Table_Items_Sort {
    height: 20px;
    padding: 0px;
}

.S_SB_Content_Table_Items_Slice_Bottom, .S_SB_Content_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_SB_Content_Table_Items_Slice_Bottom {
    position: relative;
    display: table;
    margin-top: 5px;
}

.S_SB_Content_Table_Items_Slice_Bottom_Key {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 100;
}

    .S_SB_Content_Table_Items_Slice_Bottom_Key:hover {
        background-color: #0078FF;
        color: #FFFFFF;
    }

.S_SB_Content_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_SB_Content_List_Row .S_SB_Content_List_Items {
    display: block;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
    text-align: right;
}

.S_SB_Content_List_Row_Title .S_SB_Content_List_Items {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: right;
}

.S_SB_Content_List_Row_Filters .S_SB_Content_List_Items {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 20px 0px 0px;
    background-image: url('../_Images/Sign_Filter.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.S_SB_Content_List_Row_List .S_SB_Content_List_Items {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 0px;
    background-image: url('../_Images/Sign_List.png');
    background-repeat: no-repeat;
    background-position: right center;
    color: #0078FF;
}

.S_SB_Content_List_Items .S_SB_Content_Arrow_D, .S_SB_Content_List_Items .S_SB_Content_Arrow_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;
    text-align: right;
    vertical-align: middle;
}

.S_SB_Content_List_Items .S_SB_Content_Arrow_D {
    background-image: url('../_Images/Sign_Arrow_B.png');
}

.S_SB_Content_List_Items .S_SB_Content_Arrow_U {
    background-image: url('../_Images/Sign_Arrow_T.png');
}

.S_SB_Content_List_Row_Filters .S_SB_Content_List_Items .S_SB_Content_Arrow_D, .S_SB_Content_List_Row_Filters .S_SB_Content_List_Items .S_SB_Content_Arrow_U {
    color: #585858;
}

.S_SB_Content_List_Row_Filters .S_SB_Content_List_Items:hover .S_SB_Content_Arrow_D, .S_SB_Content_List_Row_Filters .S_SB_Content_List_Items:hover .S_SB_Content_Arrow_U {
    color: #000000;
}

.S_SB_Content_Table_Row .S_SB_Content_Table_Items, .S_SB_Content_Table_Row .S_SB_Content_Table_Items_EN, .S_SB_Content_Table_Row .S_SB_Content_Table_Items_NoPad {
    border: solid 1px #CCCCCC;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
}

.S_SB_Content_Table_Row_Title .S_SB_Content_Table_Items, .S_SB_Content_Table_Row_Title .S_SB_Content_Table_Items_EN, .S_SB_Content_Table_Row_Title .S_SB_Content_Table_Items_NoPad {
    border: solid 1px #CCCCCC;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
}

.S_SB_Content_Table_Row_Sort .S_SB_Content_Table_Items_Sort {
    border: solid 1px #CCCCCC;
}

.S_SB_Content_Table_Row_More .S_SB_Content_Table_Items {
    border: solid 1px #CCCCCC;
    padding: 0px;
}

.S_SB_Content_List_Images {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.S_SB_Content_List_Images_Small {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.S_SB_Content_List_Icon_Translate {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 3px;
    top: 11px;
    background-image: url('../_Images/Sign_List_Translate.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
/*--------------------------- LIST -----------------------*/



/*------------------------------ POPUP MESSAGES ---------*/
.S_SB_Content_Table_Row .S_SB_Content_List_PopUp_Message_Error {
    position: absolute;
    display: none;
    width: auto;
    height: 24px;
    right: 0px;
    top: -20px;
    padding: 5px;
    border-radius: 12px;
    background: #C80000;
    background: -webkit-linear-gradient(top, rgba(230,0,0,1.0), rgba(180,0,0,1.0));
    background: -o-linear-gradient(bottom, rgba(230,0,0,1.0), rgba(180,0,0,1.0));
    background: -moz-linear-gradient(bottom, rgba(230,0,0,1.0), rgba(180,0,0,1.0));
    background: linear-gradient(to bottom, rgba(230,0,0,1.0), rgba(180,0,0,1.0));
    box-shadow: 3px 1px 0px 0px rgba(0,0,0,0.2);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #FFFFFF;
    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;
    z-index: 1000;
}

.S_SB_Content_Table_Row:hover .S_SB_Content_List_PopUp_Message_Error {
    display: block;
}
/*------------------------------ POPUP MESSAGES ---------*/




/*------------------------------ UPDATING ---------*/
.S_SB_Content_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_SB_Content_Updating .SSign {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 40%;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 1;
    }

    .S_SB_Content_Updating .SRotate_C, .S_SB_Content_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_SB_Content_Updating .SRotate_C {
        filter: alpha(opacity=50);
        opacity: 0.5;
        animation-direction: normal;
        animation-duration: 1.1s;
    }

    .S_SB_Content_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 ---------*/





/*------------------------------ CHECKBOX ---------*/
.S_SB_Content_Filter_Items {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    min-height: 28px;
    padding-left: 5px;
    padding-right: 27px;
    margin-bottom: 1px;
    background-color: rgba(255,255,255,0.0);
    border: solid 1px rgba(255,255,255,0.0);
    border-radius: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    vertical-align: middle;
    color: #666666;
    direction: rtl;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -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_SB_Content_Filter_Items:hover {
        background-color: rgba(255,255,255,0.3);
        border: solid 1px rgba(255,255,255,0.7);
    }

.S_SB_Content_Filter_Items_Text {
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: right;
    vertical-align: middle;
}

.S_SB_Content_Filter_Items input {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
    z-index: 100;
}

.S_SB_Content_Filter_Items_Checkmark {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px;
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(150,150,150,0.7);
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -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: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
    -moz-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}

.S_SB_Content_Filter_Items:hover input ~ .S_SB_Content_Filter_Items_Checkmark {
    background-color: rgba(255,255,255,1.0);
    border: solid 1px rgba(150,150,150,1.0);
}

.S_SB_Content_Filter_Items input:checked ~ .S_SB_Content_Filter_Items_Checkmark {
    background-color: rgba(0,180,30,0.1);
    border: solid 1px rgba(150,150,150,0.0);
}

.S_SB_Content_Filter_Items input:checked ~ .S_SB_Content_Filter_Items_Text {
    color: #000000;
}

.S_SB_Content_Filter_Items_Checkmark:after {
    position: absolute;
    content: "";
    filter: alpha(opacity=0);
    opacity: 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: scale(0.5,0.5) rotate(45deg);
    -ms-transform: scale(0.5,0.5) rotate(45deg);
    -o-transform: scale(0.5,0.5) rotate(45deg);
    -webkit-transform: scale(0.5,0.5) rotate(45deg);
    transform: scale(0.5,0.5) rotate(45deg);
    */
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 0.5s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}

.S_SB_Content_Filter_Items input:checked ~ .S_SB_Content_Filter_Items_Checkmark:after {
    left: 6px;
    top: 2px;
    height: 9px;
    filter: alpha(opacity=100);
    opacity: 1;
    /*
    -moz-transform: scale(1.0,1.0) rotate(45deg);
    -ms-transform: scale(1.0,1.0) rotate(45deg);
    -o-transform: scale(1.0,1.0) rotate(45deg);
    -webkit-transform: scale(1.0,1.0) rotate(45deg);
    transform: scale(1.0,1.0) rotate(45deg);
    */
}

.S_SB_Content_Filter_Items .S_SB_Content_Filter_Items_Checkmark:after {
    left: 3px;
    top: 9px;
    width: 4px;
    height: 0px;
    border: solid #00B41E;
    border-width: 0px 2px 2px 0px;
}
/*------------------------------ CHECKBOX ---------*/


/*------------------------------- RATE --------------*/
.S_SB_Rate_Item_Main {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px;
    -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_SB_Rate_Item_Green, .S_SB_Rate_Item_Gold, .S_SB_Rate_Item_Red {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    direction: rtl;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.S_SB_Rate_Item_Green {
    border: solid 2px rgba(0,165,155,1.0);
    /*
    background: rgba(0,165,155,1.0);
    background: -webkit-linear-gradient(top, rgba(10,200,185,1.0), rgba(0,165,155,1.0), rgba(0,130,120,1.0));
    background: -o-linear-gradient(bottom, rgba(10,200,185,1.0), rgba(0,165,155,1.0), rgba(0,130,120,1.0));
    background: -moz-linear-gradient(bottom, rgba(10,200,185,1.0), rgba(0,165,155,1.0), rgba(0,130,120,1.0));
    background: linear-gradient(to bottom, rgba(10,200,185,1.0), rgba(0,165,155,1.0), rgba(0,130,120,1.0));
    box-shadow: 0px 0px 0px 2px rgba(0,165,155,0.2);
    */
}

.S_SB_Rate_Item_Gold {
    border: solid 2px rgba(205,150,50,1.0);
    /*
    background: rgba(205,150,50,1.0);
    background: -webkit-linear-gradient(top, rgba(230,175,70,1.0), rgba(205,150,50,1.0), rgba(190,140,35,1.0));
    background: -o-linear-gradient(bottom, rgba(230,175,70,1.0), rgba(205,150,50,1.0), rgba(190,140,35,1.0));
    background: -moz-linear-gradient(bottom, rgba(230,175,70,1.0), rgba(205,150,50,1.0), rgba(190,140,35,1.0));
    background: linear-gradient(to bottom, rgba(230,175,70,1.0), rgba(205,150,50,1.0), rgba(190,140,35,1.0));
    box-shadow: 0px 0px 0px 2px rgba(205,150,50,0.2);
    */
}

.S_SB_Rate_Item_Red {
    border: solid 2px rgba(200,0,0,1.0);
    /*
    background: rgba(200,0,0,1.0);
    background: -webkit-linear-gradient(top, rgba(225,50,50,1.0), rgba(200,0,0,1.0), rgba(170,0,0,1.0));
    background: -o-linear-gradient(bottom, rgba(225,50,50,1.0), rgba(200,0,0,1.0), rgba(170,0,0,1.0));
    background: -moz-linear-gradient(bottom, rgba(225,50,50,1.0), rgba(200,0,0,1.0), rgba(170,0,0,1.0));
    background: linear-gradient(to bottom, rgba(225,50,50,1.0), rgba(200,0,0,1.0), rgba(170,0,0,1.0));
    box-shadow: 0px 0px 0px 2px rgba(200,0,0,0.2);
    */
}

.S_SB_Rate_Item_Title {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    /*
    color: rgba(255,255,255,1.0);
    */
    color: rgba(0,0,0,1.0);
    direction: rtl;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.S_SB_Rate_Item_Icon {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 5px;
    vertical-align: middle;
}

    .S_SB_Rate_Item_Icon svg {
        width: auto;
        height: 20px;
        fill: rgba(255,255,255,0.8);
    }

.S_SB_Rate_Item_Green .S_SB_Rate_Item_Icon svg {
    fill: rgba(0,165,155,1.0);
}

.S_SB_Rate_Item_Gold .S_SB_Rate_Item_Icon svg {
    fill: rgba(205,150,50,1.0);
}

.S_SB_Rate_Item_Red .S_SB_Rate_Item_Icon svg {
    fill: rgba(200,0,0,1.0);
}
/*------------------------------- RATE --------------*/


/*-------------------------- RADIO LIST STYLE TEXTS -----*/
.S_SB_Content_Radiolist_Style_Texts input[type=radio] {
    display: none;
}

.S_SB_Content_Radiolist_Style_Texts label {
    position: relative;
    display: inline;
    width: auto;
    height: 20px;
    padding: 3px 25px 3px 5px;
    margin: 0px;
    background-color: rgba(250,250,250,1.0);
    border: 1px solid rgba(220,220,220,1.0);
    border-radius: 14px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    font-size: 1.0em;
    text-align: center;
    vertical-align: middle;
    color: #999999;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .S_SB_Content_Radiolist_Style_Texts label:hover {
        border: 1px solid rgba(160,160,160,1.0);
        color: #000000;
    }

    .S_SB_Content_Radiolist_Style_Texts label:before {
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        right: 5px;
        top: 50%;
        margin-top: -6px;
        background-color: rgba(255,255,255,1.0);
        border: 3px solid rgba(255,255,255,1.0);
        box-shadow: 0px 0px 0px 2px rgba(200,200,200,1.0);
        border-radius: 6px;
        content: "";
        -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_SB_Content_Radiolist_Style_Texts input[type=radio]:checked + label:before {
    background-color: rgba(50,50,50,1.0);
}

.S_SB_Content_Radiolist_Style_Texts input[type=radio]:checked + label {
    background-color: rgba(0,120,255,0.05);
    border: 1px solid rgba(0,120,255,1.0);
    color: #0078FF;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Green input[type=radio] + label, .S_SB_Content_Radiolist_Style_Texts_Item_Blue input[type=radio] + label, .S_SB_Content_Radiolist_Style_Texts_Item_Gray input[type=radio] + label, .S_SB_Content_Radiolist_Style_Texts_Item_Red input[type=radio] + label, .S_SB_Content_Radiolist_Style_Texts_Item_Yellow input[type=radio] + label, .S_SB_Content_Radiolist_Style_Texts_Item_Magenta input[type=radio] + label {
    display: block;
    width: auto;
    height: inherit;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Green input[type=radio]:checked + label {
    background-color: rgba(0,180,30,0.05);
    border: 1px solid rgba(0,180,30,1.0);
    color: #00B41E;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Blue input[type=radio]:checked + label {
    background-color: rgba(0,120,255,0.05);
    border: 1px solid rgba(0,120,255,1.0);
    color: #0078FF;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Gray input[type=radio]:checked + label {
    background-color: rgba(220,220,220,0.05);
    border: 1px solid rgba(220,220,220,1.0);
    color: #CCCCCC;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Red input[type=radio]:checked + label {
    background-color: rgba(200,0,0,0.05);
    border: 1px solid rgba(200,0,0,1.0);
    color: #C80000;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Yellow input[type=radio]:checked + label {
    background-color: rgba(255,140,0,0.05);
    border: 1px solid rgba(255,140,0,1.0);
    color: #FF8C00;
}

.S_SB_Content_Radiolist_Style_Texts_Item_Magenta input[type=radio]:checked + label {
    background-color: rgba(180,0,180,0.05);
    border: 1px solid rgba(180,0,180,1.0);
    color: #B400B4;
}
/*-------------------------- RADIO LIST STYLE TEXTS -----*/


/*-------------------------- CHECK LIST STYLE TEXTS -----*/
.S_SB_Content_Check_List_Style_Texts input[type=checkbox] {
    display: none;
}

.S_SB_Content_Check_List_Style_Texts label {
    position: relative;
    display: inline;
    width: auto;
    height: 50px;
    min-width: 250px;
    padding: 7px 50px 3px 5px;
    margin: 0px;
    background-color: rgba(250,250,250,0.0);
    border-radius: 14px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .S_SB_Content_Check_List_Style_Texts label:hover {
        background-color: rgba(250,250,250,1.0);
    }

.S_SB_Content_Check_List_Style_Texts input[type=checkbox] + label {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.S_SB_Content_Check_List_Style_Texts label:before {
    position: absolute;
    display: block;
    width: 40px;
    height: 22px;
    right: 2px;
    top: 50%;
    margin-top: -12px;
    border-radius: 12px;
    background-color: rgba(200,200,200,1.0);
    border: 1px solid rgba(200,200,200,0.4);
    content: "";
    -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;
    z-index: 10;
}

.S_SB_Content_Check_List_Style_Texts input[type=checkbox]:checked + label:before {
    background-color: rgba(0,120,255,1.0);
    border-color: rgba(0,120,255,1.0);
}

.S_SB_Content_Check_List_Style_Texts_Green input[type=checkbox]:checked + label:before {
    background-color: rgba(0,180,30,1.0);
    border-color: rgba(0,180,30,1.0);
}

.S_SB_Content_Check_List_Style_Texts_Blue input[type=checkbox]:checked + label:before {
    background-color: rgba(0,120,255,1.0);
    border-color: rgba(0,120,255,1.0);
}

.S_SB_Content_Check_List_Style_Texts_Gray input[type=checkbox]:checked + label:before {
    background-color: rgba(220,220,220,1.0);
    border-color: rgba(220,220,220,1.0);
}

.S_SB_Content_Check_List_Style_Texts_Red input[type=checkbox]:checked + label:before {
    background-color: rgba(200,0,0,1.0);
    border-color: rgba(200,0,0,1.0);
}

.S_SB_Content_Check_List_Style_Texts_Yellow input[type=checkbox]:checked + label:before {
    background-color: rgba(255,140,0,1.0);
    border-color: rgba(255,140,0,1.0);
}

.S_SB_Content_Check_List_Style_Texts_Magenta input[type=checkbox]:checked + label:before {
    background-color: rgba(180,0,180,1.0);
    border-color: rgba(180,0,180,1.0);
}

.S_SB_Content_Check_List_Style_Texts label:after {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    border-radius: 9px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    content: "";
    -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;
    z-index: 20;
}

.S_SB_Content_Check_List_Style_Texts input[type=checkbox]:checked + label:after {
    right: 23px;
    background-color: rgba(255,255,255,1.0);
}
/*-------------------------- CHECK LIST STYLE TEXTS -----*/


/*----------------------------- CHECK STYLE TEXTS -------*/
.S_SB_Content_Check_Style_Texts input[type=checkbox], .S_SB_Content_Check_Style_Texts_Green input[type=checkbox], .S_SB_Content_Check_Style_Texts_Blue input[type=checkbox], .S_SB_Content_Check_Style_Texts_Gray input[type=checkbox], .S_SB_Content_Check_Style_Texts_Red input[type=checkbox], .S_SB_Content_Check_Style_Texts_Yellow input[type=checkbox], .S_SB_Content_Check_Style_Texts_Magenta input[type=checkbox] {
    display: none;
}

.S_SB_Content_Check_Style_Texts, .S_SB_Content_Check_Style_Texts_Green, .S_SB_Content_Check_Style_Texts_Blue, .S_SB_Content_Check_Style_Texts_Gray, .S_SB_Content_Check_Style_Texts_Red, .S_SB_Content_Check_Style_Texts_Yellow, .S_SB_Content_Check_Style_Texts_Magenta {
    position: relative;
    display: table;
    width: auto;
    height: 26px;
    margin: 3px 0px 3px 0px;
}

    .S_SB_Content_Check_Style_Texts label, .S_SB_Content_Check_Style_Texts_Green label, .S_SB_Content_Check_Style_Texts_Blue label, .S_SB_Content_Check_Style_Texts_Gray label, .S_SB_Content_Check_Style_Texts_Red label, .S_SB_Content_Check_Style_Texts_Yellow label, .S_SB_Content_Check_Style_Texts_Magenta label {
        position: relative;
        display: inline;
        width: auto;
        height: 50px;
        padding: 7px 50px 3px 5px;
        margin: 0px;
        background-color: rgba(250,250,250,0.0);
        border-radius: 14px;
        font-family: 'IRANSans';
        font-style: normal;
        font-weight: 300;
        font-size: 1.0em;
        text-align: right;
        vertical-align: middle;
        color: #000000;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        direction: rtl;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .S_SB_Content_Check_Style_Texts label:hover, .S_SB_Content_Check_Style_Texts_Green label:hover, .S_SB_Content_Check_Style_Texts_Blue label:hover, .S_SB_Content_Check_Style_Texts_Gray label:hover, .S_SB_Content_Check_Style_Texts_Red label:hover, .S_SB_Content_Check_Style_Texts_Yellow label:hover, .S_SB_Content_Check_Style_Texts_Magenta label:hover {
            background-color: rgba(250,250,250,1.0);
        }

    .S_SB_Content_Check_Style_Texts input[type=checkbox] + label, .S_SB_Content_Check_Style_Texts_Green input[type=checkbox] + label, .S_SB_Content_Check_Style_Texts_Blue input[type=checkbox] + label, .S_SB_Content_Check_Style_Texts_Gray input[type=checkbox] + label, .S_SB_Content_Check_Style_Texts_Red input[type=checkbox] + label, .S_SB_Content_Check_Style_Texts_Yellow input[type=checkbox] + label, .S_SB_Content_Check_Style_Texts_Magenta input[type=checkbox] + label {
        display: block;
        width: auto;
        height: inherit;
    }

    .S_SB_Content_Check_Style_Texts label:before, .S_SB_Content_Check_Style_Texts_Green label:before, .S_SB_Content_Check_Style_Texts_Blue label:before, .S_SB_Content_Check_Style_Texts_Gray label:before, .S_SB_Content_Check_Style_Texts_Red label:before, .S_SB_Content_Check_Style_Texts_Yellow label:before, .S_SB_Content_Check_Style_Texts_Magenta label:before {
        position: absolute;
        display: block;
        width: 40px;
        height: 22px;
        right: 2px;
        top: 50%;
        margin-top: -12px;
        border-radius: 12px;
        background-color: rgba(200,200,200,1.0);
        border: 1px solid rgba(200,200,200,0.4);
        content: "";
        -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;
        z-index: 10;
    }

    .S_SB_Content_Check_Style_Texts input[type=checkbox]:checked + label:before {
        background-color: rgba(0,120,255,1.0);
        border-color: rgba(0,120,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Green input[type=checkbox]:checked + label:before {
        background-color: rgba(0,180,30,1.0);
        border-color: rgba(0,180,30,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Blue input[type=checkbox]:checked + label:before {
        background-color: rgba(0,120,255,1.0);
        border-color: rgba(0,120,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Gray input[type=checkbox]:checked + label:before {
        background-color: rgba(220,220,220,1.0);
        border-color: rgba(220,220,220,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Red input[type=checkbox]:checked + label:before {
        background-color: rgba(200,0,0,1.0);
        border-color: rgba(200,0,0,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Yellow input[type=checkbox]:checked + label:before {
        background-color: rgba(255,140,0,1.0);
        border-color: rgba(255,140,0,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Magenta input[type=checkbox]:checked + label:before {
        background-color: rgba(180,0,180,1.0);
        border-color: rgba(180,0,180,1.0);
    }

    .S_SB_Content_Check_Style_Texts label:after, .S_SB_Content_Check_Style_Texts_Green label:after, .S_SB_Content_Check_Style_Texts_Blue label:after, .S_SB_Content_Check_Style_Texts_Gray label:after, .S_SB_Content_Check_Style_Texts_Red label:after, .S_SB_Content_Check_Style_Texts_Yellow label:after, .S_SB_Content_Check_Style_Texts_Magenta label:after {
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        right: 5px;
        top: 50%;
        margin-top: -9px;
        border-radius: 9px;
        background-color: rgba(255,255,255,1.0);
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
        content: "";
        -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;
        z-index: 20;
    }

    .S_SB_Content_Check_Style_Texts input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Green input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Blue input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Gray input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Red input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Yellow input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }

    .S_SB_Content_Check_Style_Texts_Magenta input[type=checkbox]:checked + label:after {
        right: 23px;
        background-color: rgba(255,255,255,1.0);
    }
/*----------------------------- CHECK STYLE TEXTS -------*/






@media screen and (min-width:0px) and (max-width:600px) {
    .S_SB_Content_Panel_Item_Title {
        float: none;
        width: 100%;
        padding-left: 0px;
        clear: both;
    }

    .S_SB_Content_Panel_Item_Text_Main {
        float: none;
        width: 100%;
        clear: both;
    }
}
