/* Robobook Final Lite */

/* فقط فونت تیترها و بخش‌های مورد نیاز */
#main_nav,
#header_menu,
.t_table,
.sb_title,
.widg_list li{
    font-family:chfont,"IRANSansWeb(FaNum)",Tahoma,Arial,sans-serif !important;
}

/* منو */
#main_nav{
    background:#fff !important;
    box-shadow:0 2px 10px rgba(0,0,0,.08) !important;
}

#header_menu li a{
    height:48px !important;
    line-height:48px !important;
    padding:0 16px !important;
    font-weight:700 !important;
    transition:all .2s ease;
}

#header_menu li a:hover{
    color:#ff6b00 !important;
}

/* کارت‌ها */
.sr_table{
    border-radius:8px !important;
    overflow:hidden !important;
    box-shadow:0 2px 10px rgba(0,0,0,.08) !important;
    transition:.2s;
}

.sr_table:hover{
    box-shadow:0 6px 16px rgba(0,0,0,.12) !important;
}

.sr_table .t_head{
    background:#142a86 !important;
    border-bottom:2px solid #ff6b00 !important;
}

.sr_table .t_table{
    color:#fff !important;
    font-weight:700 !important;
}

.sr_table .line{
    padding:6px 10px !important;
}

.sr_table .line:hover{
    background:#eef5ff !important;
}

/* ستون سمت راست */
#search_flight>.sb_title,
.widg_about>.sb_title,
.widg_list>.sb_title{
    background:#ff6b00 !important;
    color:#fff !important;
    font-weight:700 !important;
}

/* دکمه‌ها */
button,
input[type=submit],
.ch_button,
#search_submit{
    border-radius:6px !important;
}