﻿/*--------------------- BODY --------------------*/
.S_SB_Body_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
}
.S_SB_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.4);
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*--------------------- BODY --------------------*/



/*-------------------- KEYBAR --------------------*/
.S_SB_Key_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.S_SB_Key_Item, .S_SB_Key_Item_Sel
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: 40px;
    padding: 0px 20px 0px 20px;
    margin-left: 1px;
    direction: rtl;
    cursor: pointer;
}
.S_SB_Key_Item
{
    background-color: rgba(255,255,255,0.08);
}
.S_SB_Key_Item_Sel
{
    background-color: rgba(255,255,255,1.0);
}
.S_SB_Key_Item:hover
{
    background-color: rgba(255,255,255,0.2);
}
.S_SB_Key_Item_Finish
{
    width: 100%;
    clear: both;
}
.S_SB_Key_Title
{
    display: table-cell;
    width: auto;
    height: inherit;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    text-align: right;
    vertical-align: middle;
    direction: rtl;
}
.S_SB_Key_Sign
{
    display: table-cell;
    width: auto;
    height: inherit;
    padding-left: 5px;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 2.0em;
    text-align: right;
    vertical-align: middle;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;    
    -webkit-user-select: none;
    user-select: none;
}
.S_SB_Key_Item .S_SB_Key_Title, .S_SB_Key_Item .S_SB_Key_Sign
{
    color: #FFFFFF;
}
.S_SB_Key_Item_Sel .S_SB_Key_Title, .S_SB_Key_Item_Sel .S_SB_Key_Sign
{
    color: #0078FF;
}
.S_SB_Key_Title .S_VO_Span_Middle, .S_SB_Key_Sign .S_VO_Span_Middle
{
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
}


/*-------------------- KEYBAR --------------------*/



/*-------------------- CENTER --------------------*/
.S_SB_Center_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 15px 20px 15px;
    background-color: #FFFFFF;
    -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_Center_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
/*-------------------- CENTER --------------------*/



/*------------------ CONTROLS --------------------*/
.S_SB_Row_R, .S_SB_Row_R_Auto, .S_SB_Row_L
{
    position: relative;
    display: table;
    float: none;
    width: auto;
    height: auto;
    padding: 10px 0px 10px 0px;
    clear: both;
}
.S_SB_Row_R, .S_SB_Row_L
{
    width: 100%;
    max-width: 800px;
        
}
.S_SB_Row_R, .S_SB_Row_R_Auto
{
    float: right;
}
.S_SB_Row_L
{
    float: left;
}
.S_SB_Row_finish
{
    width: 100%;
    clear: both;
}
.S_SB_Items_5, .S_SB_Items_20, .S_SB_Items_30, .S_SB_Items_40, .S_SB_Items_50, .S_SB_Items_100, .S_SB_Items_Auto, .S_SB_Items_Key
{
    position: relative;
    display: block;
    float: right;
    height: auto;
    padding-left: 5px;
    padding-right: 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_Items_5
{
    float: none;
    width: 25px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    clear: both;
}
.S_SB_Items_20
{
    width: 50%;
    margin-bottom: 20px;
}
.S_SB_Items_30
{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}
.S_SB_Items_40
{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}
.S_SB_Items_50
{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}
.S_SB_Items_100
{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}
.S_SB_Items_Auto
{
    display: table;
    width: auto;
    margin-bottom: 20px;
}
.S_SB_Items_Key
{
    display: table;
    float: none;
    width: auto;
    margin-bottom: 0px;
    clear: both;
}
.S_SB_Items_finish
{
    width: 100%;
    clear: both;
}
/*------------------ CONTROLS --------------------*/



/*------------------ TITLE --------------------*/
.S_SB_C_Title
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    text-align: right;
    direction: rtl;
    z-index: 6;
    -moz-user-select: none;
    -ms-user-select: none;    
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*------------------ TITLE --------------------*/



/*------------------- SIGN --------------------*/
.S_SB_C_Sign
{
    position: absolute;
    display: table;
    width: auto;
    height: 100%;
    left: 5px;
    top: 0px;
    z-index: 8;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;    
    -webkit-user-select: none;
    user-select: none;
}
.S_SB_C_Sign span
{
    display: table-cell;
    width: auto;
    height: inherit;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6em;
    text-align: left;
    vertical-align: middle;
    direction: rtl;
}
/*------------------- SIGN --------------------*/



/*----------------- SIGN KEY ------------------*/
.S_SB_C_SignKey_Reverse_Main
{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.S_SB_C_SignKey_Reverse
{
    position: relative;
    display: table-cell;
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 0px 1px rgba(0,120,255,0.3);
    border-radius: 13px;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    color: #0078FF;
    direction: rtl;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -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;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    
    -moz-transition: all 0.7s cubic-bezier(0.270,-0.400,0.100,1.400);
	-ms-transition: all 0.7s cubic-bezier(0.270,-0.400,0.100,1.400);
	-o-transition: all 0.7s cubic-bezier(0.270,-0.400,0.100,1.400);
	-webkit-transition: all 0.7s cubic-bezier(0.270,-0.400,0.100,1.400);
	transition: all 0.7s cubic-bezier(0.270,-0.400,0.100,1.400);
}
/*----------------- SIGN KEY ------------------*/



/*------------------- RADIO --------------------*/
.S_SB_C_Radio, .S_SB_C_Radio_Sel
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    min-width: 100px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: #000000;
    direction: rtl;
    cursor: pointer;
}
.S_SB_C_Radio_Sign
{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    background-color: #0078FF;
    border-radius: 7px;
    -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-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_SB_C_Radio .S_SB_C_Radio_Sign
{
    border: solid 7px #FFFFFF;
    box-shadow: 0px 0px 0px 1px #0078FF;
}
.S_SB_C_Radio_Sel .S_SB_C_Radio_Sign
{
    border: solid 3px #FFFFFF;
    box-shadow: 0px 0px 0px 1px #0078FF;
}
/*------------------- RADIO --------------------*/



/*------------------- TEXT --------------------*/
.S_SB_C_Text, .S_SB_C_Text_Sel
{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px 1px 20px;
    background-color: #FFFFFF;
    -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_C_Text
{
    border-bottom: solid 1px #CCCCCC;
}
.S_SB_C_Text_Sel
{
    border-bottom: solid 1px #0078FF;
}
.S_SB_C_Text .S_SB_C_Title
{
    top: 7px;
    font-size: 0.9em;
    color: #999999;
}
.S_SB_C_Text_Sel .S_SB_C_Title
{
    top: -8px;
    font-size: 0.75em;
    color: #0078FF;
}
.S_SB_C_Text .S_SB_C_Sign
{
    color: #999999;
}
.S_SB_C_Text_Sel .S_SB_C_Sign
{
    color: #0078FF;
}
.S_SB_C_Text_Box_Main
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    bottom: 1px;
    right: 10px;
    left: 20px;
    z-index: 10;
    -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_C_Text_Box_FA
{
    outline:none;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: #000000;
    direction: rtl;
}
.S_SB_C_Text_Box_FA:focus
{
    background-color: transparent;
    border: none;
}
/*------------------- TEXT --------------------*/



/*----------- TEXT LIST AUTOCOMPLETE ----------*/
.S_SB_C_Text_Complete_List
{
    position: absolute;
    width: 100%;
    height: 0px;
    right: 0px;
    top: 100%;
    overflow: hidden;
    z-index: 2000;
    -moz-transition: all 0.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}

.S_SB_C_Text_Complete_List .S_Arrow
{
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 3px;
    left: 50%;
    border-width: 0px 6px 6px;
    border-style: solid;
    border-image: initial;
    border-color: #E0E0E0 transparent;
    line-height: 0px;
    z-index: 2;
}
.S_SB_C_Text_Complete_List .S_List
{
    position: relative;
    display: block;
    margin-top: 8px;
    width: 100%;
    height: auto;
    max-height: 225px;
    padding: 5px;
    background-color: #E0E0E0;
    border-radius: 3px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: 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_C_Text_Complete_List .S_List_Item
{
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 0 2px 0;
    margin-bottom: 2px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    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_C_Text_Complete_List .S_List_Item_NameFA
{
    position: absolute;
    display: block;
    width: auto;
    height: 40px;
    left: 50px;
    right: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: #000000;
    overflow: hidden;
    direction: rtl;
    z-index: 10;
}
.S_SB_C_Text_Complete_List .S_List_Item_Code
{
    position: absolute;
    display: block;
    left: 10px;
    width: 40px;
    height: 30px;
    padding-top: 10px;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    direction: rtl;
    z-index: 20;
}
.S_SB_C_Text_Complete_List .S_List_Item:hover
{
    background-color: #D9EBFF;
    border-bottom: solid 1px #0078FF;
}
/*----------- TEXT LIST AUTOCOMPLETE ----------*/



/*------------------- DATE --------------------*/
.S_SB_C_Date, .S_SB_C_Date_Sel
{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px 1px 20px;
    background-color: #FFFFFF;
    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_C_Date
{
    border-bottom: solid 1px #CCCCCC;
}
.S_SB_C_Date_Sel
{
    border-bottom: solid 1px #0078FF;
}
.S_SB_C_Date .S_SB_C_Title
{
    top: 7px;
    font-size: 0.9em;
    color: #999999;
}
.S_SB_C_Date_Sel .S_SB_C_Title
{
    top: -8px;
    font-size: 0.75em;
    color: #0078FF;
}
.S_SB_C_Date .S_SB_C_Sign
{
    color: #999999;
}
.S_SB_C_Date_Sel .S_SB_C_Sign
{
    color: #0078FF;
}
.S_SB_C_Date_Box_FA
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    min-height: 20px;
    bottom: 1px;
    right: 10px;
    left: 20px;
    background-color: transparent;
    border: none;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: #000000;
    direction: rtl;
    z-index: 10;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------- DATE --------------------*/



/*---------------- PASSENGERS -----------------*/
.S_SB_C_Pass, .S_SB_C_Pass_Sel
{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px 1px 20px;
    background-color: #FFFFFF;
    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_C_Pass
{
    border-bottom: solid 1px #CCCCCC;
}
.S_SB_C_Pass_Sel
{
    border-bottom: solid 1px #0078FF;
}
.S_SB_C_Pass .S_SB_C_Title
{
    top: 7px;
    font-size: 0.9em;
    color: #999999;
}
.S_SB_C_Pass_Sel .S_SB_C_Title
{
    top: -8px;
    font-size: 0.75em;
    color: #0078FF;
}
.S_SB_C_Pass .S_SB_C_Sign
{
    color: #999999;
}
.S_SB_C_Pass_Sel .S_SB_C_Sign
{
    color: #0078FF;
}
.S_SB_C_Pass .S_SB_C_Sign span, .S_SB_C_Pass_Sel .S_SB_C_Sign span
{
    font-size: 1.3em;
}
.S_SB_C_Pass_Box_FA
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    min-height: 20px;
    bottom: 1px;
    right: 10px;
    left: 20px;
    background-color: transparent;
    border: none;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    direction: rtl;
    z-index: 10;
    -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_C_Pass_Menu_Main
{
    position: absolute;
    width: 100%;
    height: 0px;
    right: 0px;
    top: 100%;
    z-index: 2000;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_SB_C_Pass_Menu_Main .S_Arrow
{
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 3px;
    left: 50%;
    border-width: 0px 6px 6px;
    border-style: solid;
    border-image: initial;
    border-color: #E0E0E0 transparent;
    line-height: 0px;
    z-index: 2;
}
.S_SB_C_Pass_Menu
{
    position: relative;
    display: block;
    margin-top: 8px;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #E0E0E0;
    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_C_Pass_Menu_Row
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    background-color: #FFFFFF;
    border-radius: 3px;
    -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_C_Pass_Menu_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 80px;
    padding-right: 7px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    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_C_Pass_Menu_Key_Add_Rem_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 7px;
    top: 10px;
    z-index: 10;
}
.S_SB_C_Pass_Menu_Key_Add_Rem
{
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-color: #0078FF;
    border-radius: 2px;
    cursor: pointer;
}
.S_SB_C_Pass_Menu_Key_Add_Rem:hover
{
    background-color: #008CFF;
}
.S_SB_C_Pass_Menu_Key_Add_Rem_Text
{
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;    
    -webkit-user-select: none;
    user-select: none;
}
.S_SB_C_Pass_Menu_Count
{
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    -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_C_Pass_Menu_Count_Text
{
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.S_SB_C_Pass_Menu_Key_Close_Row
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    -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_C_Pass_Menu_Key_Close
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 2px 7px 2px 7px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    direction: rtl;
    cursor: pointer;
    clear: both;
}
.S_SB_C_Pass_Menu_Key_Close:after
{
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    color: #A0A0A0;
    padding-right: 5px;
    content: '\E826';
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;    
    -webkit-user-select: none;
    user-select: none;
}
/*---------------- PASSENGERS -----------------*/



/*---------------- KEY SEARCH -----------------*/
.S_SB_C_Key_Search, .S_SB_C_Key_Search_Btn {
    position: relative;
    display: block;
    width: 150px;
    height: 30px;
    max-width: 150px;
    background: #FFB400;
    background: -webkit-linear-gradient(right, rgba(255,190,0,1.0), rgba(255,180,0,1.0), rgba(255,170,0,1.0));
    background: -o-linear-gradient(left, rgba(255,190,0,1.0), rgba(255,180,0,1.0), rgba(255,170,0,1.0));
    background: -moz-linear-gradient(left, rgba(255,190,0,1.0), rgba(255,180,0,1.0), rgba(255,170,0,1.0));
    background: linear-gradient(to left, rgba(255,190,0,1.0), rgba(255,180,0,1.0), rgba(255,170,0,1.0));
    box-shadow: 0px 0px 0px 2px rgba(255,180,0,0.5);
    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;
    -moz-transition: all 1.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -ms-transition: all 1.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -o-transition: all 1.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    -webkit-transition: all 1.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
    transition: all 1.4s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.S_SB_C_Key_Search:hover, .S_SB_C_Key_Search_Btn:hover {
    background: #FFA000;
    background: -webkit-linear-gradient(right, rgba(255,190,0,1.0) , rgba(255,190,0,1.0) , rgba(255,120,0,1.0));
    background: -o-linear-gradient(left, rgba(255,190,0,1.0) , rgba(255,190,0,1.0) , rgba(255,120,0,1.0));
    background: -moz-linear-gradient(left, rgba(255,190,0,1.0) , rgba(255,190,0,1.0) , rgba(255,120,0,1.0));
    background: linear-gradient(to left, rgba(255,190,0,1.0) , rgba(255,190,0,1.0) , rgba(255,120,0,1.0));
    box-shadow: 0px 0px 0px 7px rgba(255,180,0,0.1);
}
.S_SB_C_Key_Search .S_SB_C_Sign
{
    left: 10px;
    color: #FFFFFF;
}
.S_SB_C_Key_Search .S_SB_C_Sign span
{
    font-size: 1.8em;
}
.S_SB_C_Key_Search_Box_FA
{
    position: absolute;
    display: table;
    width: auto;
    height: 100%;
    right: 15px;
    top: 0px;
    z-index: 10;
}
.S_SB_C_Key_Search_Box_FA span
{
    display: table-cell;
    width: auto;
    height: inherit;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #FFFFFF;
    direction: rtl;
}
.S_SB_C_Key_Search_Btn {
    border: none;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    direction: rtl;
}
/*---------------- KEY SEARCH -----------------*/



/*---------------- ERROR SIGN -----------------*/
.S_SB_C_Error
{
    position: absolute;
    display: table;
    width: auto;
    height: 24px;
    left: 50%;
    top: -20px;
    padding-left: 10px;
    padding-right: 20px;
    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);
    z-index: 1000;
    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;

    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.S_SB_C_Error .S_Arrow
{
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    bottom: -4px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px 8px 0px;
    border-style: solid;
    border-image: initial;
    border-color: #B40000 transparent;
    line-height: 0px;
    z-index: -1;
}
.S_SB_C_Error_Message
{
    position: relative;
    display: table-cell;
    width: 100%;
    height: inherit;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    color: #FFFFFF;
    direction: rtl;
}
.S_SB_C_Error_Sign
{
    position: absolute;
    display: table;
    width: auto;
    height: 100%;
    right: 5px;
    top: 0px;
}
.S_SB_C_Error_Sign span
{
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinReserveSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}
/*---------------- ERROR SIGN -----------------*/
