﻿/* Styles */
@font-face 
{
	font-family: 'RASAFont';
	src: url('/fonts/font.eot');                                    /* IE9 Compat Modes */
	src: url('/fonts/font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/fonts/font.woff') format('woff'),                    /* Modern Browsers */
	     url('/fonts/font.ttf')  format('truetype'),                /* Safari, Android, iOS */
	     url('/fonts/font.svg#svgFontName') format('svg');          /* Legacy iOS */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.1);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(0, 0, 0, 0.1);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(0, 0, 0, 0.1);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.1);
}
html,body {
    font: normal 9pt RASAFont;
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
}
a {
    text-decoration: none;
    color: black;
}
#dvUnderconst
{
    text-align: center;
    color: black;
}
.imSubMenu {
    width: 100%;
}
#dvAds {
    width: 100%;
    max-height: 128px;
    text-align: center;
}
#dvTopbar {
    position: fixed; 
    top: 0;
    line-height: 70px; 
    width: 100%; 
    text-align: right; 
    color: black; 
    background-color: whitesmoke; 
    opacity: 0.90; 
    z-index: 1000;
    display: none;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
.content {
    height:100%;
    min-height:100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.btWorkshopRegister_onMouseOver {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #31c8ff;
    color: #ffe3b8;
    text-shadow: 0 0 3px;
    padding: 0 8px 0 8px;
    animation: miframes_mouseover 150ms 1;
    -webkit-animation: miframes_mouseover 150ms 1; /* Safari and Chrome */
    -moz-animation: miframes_mouseover 150ms 1;
    -o-animation: miframes_mouseover 150ms 1;    
}
@keyframes miframes_mouseover
{
    0%   { background-color: #31a0ff; }
    25%  { background-color: #31a9ff; }
    55%  { background-color: #31b5ff; }
    75%  { background-color: #31bfff; }
    100% { background-color: #31c8ff; }
}
@-webkit-keyframes miframes_mouseover /* Safari and Chrome */
{
    0%   { background-color: #31a0ff; }
    25%  { background-color: #31a9ff; }
    55%  { background-color: #31b5ff; }
    75%  { background-color: #31bfff; }
    100% { background-color: #31c8ff; }
}
@-moz-keyframes miframes_mouseover /* Safari and Chrome */
{
    0%   { background-color: #31a0ff; }
    25%  { background-color: #31a9ff; }
    55%  { background-color: #31b5ff; }
    75%  { background-color: #31bfff; }
    100% { background-color: #31c8ff; }
}
@-o-keyframes miframes_mouseover /* Safari and Chrome */
{
    0%   { background-color: #31a0ff; }
    25%  { background-color: #31a9ff; }
    55%  { background-color: #31b5ff; }
    75%  { background-color: #31bfff; }
    100% { background-color: #31c8ff; }
}
.btWorkshopRegister_onMouseOut {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #31a0ff;
    color: #ffe3b8;
    text-shadow: 0 0 2px;
    padding: 0 8px 0 8px;
}
.btRegister_Enabled {
    font: normal small RASAFont;
    position: relative;
    display: inline-block;
    width: 96px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: rgba(128, 248, 0, 1.0);
    color: black;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 0 8px 0 8px;
    margin-right: -4px;
    margin-top:20px;
}
.btRegister_Disabled {
    font: normal small RASAFont;
    position: relative;
    display: inline-block;
    width: 96px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: silver;
    color: gray;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 0 8px 0 8px;
    margin-right: -4px;
    margin-top:20px;
}
.btReturnBack_Enabled {
    font: normal small RASAFont;
    position: relative;
    display: inline-block;
    width: 96px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: #ffe390;
    color: black;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 0 8px 0 8px;
    margin-right: 4px;
    margin-top:20px;
}
.btReturnBack_Disabled {
    font: normal small RASAFont;
    position: relative;
    display: inline-block;
    width: 96px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: silver;
    color: gray;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 0 8px 0 8px;
    margin-right: 4px;
    margin-top:20px;
}
#imDelivery {
    height: 200px; 
    margin-top: 28px;
}
#spTitle {
    display: block;
    font-size: medium; 
    line-height: 32px; 
    margin: 4px; 
    margin-right: 16px; 
    float: right;
}
#spMainMenu {
    display: normal;
}
.csSectionTitle {
    font-size: x-large;
    padding: 0 16px 0 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
#dvHeader {
    width:100%; 
    height: 96px;
    border-bottom: 1px solid silver;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
    background-color: whitesmoke;
}
#dvContent {
    background-image: url('/images/bkbg.png');
    width:100%; 
    min-height: 320px;
    text-align: center; 
    padding-bottom: 24px;   
    padding-top: 24px;   
}
.csLeftColumn {
    display: inline-block;
    margin: 0 auto;
    width: 280px;
    text-align: center;
    vertical-align: top;
}
.csRightColumn {
    display: inline-block;
    margin: 0 auto;
    width: 640px;
    min-width: 280px;
    height: 528px;
    vertical-align: top;
    text-align: right;
}
.csTitleCell {
    padding-right: 12px;
}
.csTrainningDetails {
    direction: rtl;
    font-size: 10pt;
}
.csTrainningDetatilsTitle
{
    font-size: x-large;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.csTrainningDetailsInstructor
{
    font-size: 8pt;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.csTrainningDetails li {
    font-size: 9pt;
    line-height: 24px;
}
.csRegisterWindow {
    width: 256px;
    height: 448px;
    background-color: #e0e0ff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding-right: 4px;
    margin-top: 40px;
    margin-right: 8px;
}
.csRegisterWindow div {
    margin-top: 22px;
}
.csRegisterWindow div span {
    float: right;
    width: 84px;
    height: 24px;
    padding-top: 4px;
}
#dvSlider {
    background-image: url('/images/top-banner/bk.jpg');
    width:100%; 
    height: 656px;
    text-align: center;
}
#btGo {
    position: absolute; 
    left: 0; 
    right: 0;
    top: 520px; 
    margin: auto auto 0 auto;
    overflow: auto;    
    z-index: 1;
}
#dvClickHere {
  font-size: 12pt;
  color: White;
  text-shadow: 0 0 2px Black;
  animation: blinker 1500ms linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
#dvAds {
    background: url('/images/bulletin/bbk.jpg') repeat;
    text-align: center;
    vertical-align: middle;
    height: 304px;
    padding-bottom: 40px;   
    padding-top: 40px;   
}
#dvBulletin {
    background-color: #f6f6f6;
    text-align: center;
    vertical-align: middle;
    min-height: 240px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvMobileApp {
    background-color: #f6f6f6;
    text-align: center;
    vertical-align: middle;
    min-height: 760px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvCounter {
    background: url('/images/bkpattern.png') repeat;
    text-align: center;
    vertical-align: middle;
    min-height: 304px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvProjects {
    background-color: rgba(150,100,0,0.25);
    text-align: center;
    vertical-align: middle;
    min-height: 320px;
    height: 550px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvTraining {
    background: white;
    text-align: center;
    vertical-align: middle;
    min-height: 240px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvWorkshops {
    background: url('/images/wsbg.png') repeat #ecfbff;
    width:100%; 
    min-height: 320px;
    text-align: center; 
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvPrograms {
    background: url('/images/wsbg.png') repeat #d7f8ff;
    width:100%; 
    min-height: 320px;
    text-align: center; 
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvCourses {
    background: url('/images/wsbg.png') repeat #ffe4f5;
    width:100%; 
    min-height: 320px;
    text-align: center; 
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvServices {
    background-color: white;
    text-align: center;
    vertical-align: middle;
    height: 320px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvConsultation {
    background-color: #c0d1ff;
    text-align: center;
    vertical-align: middle;
    height: 320px;
    padding-bottom: 40px;   
    padding-top: 24px;   
}
#dvBanner-Bottom {
    background-color: #e0e0e0;
    text-align: center;
    vertical-align: middle;
    height: 96px;
}
#dvFooter {
    background: url(/images/footer.jpg) center center no-repeat scroll #000000;
    height: 304px;
}
.csTraining {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    overflow: hidden;
    min-width: 280px;
    width: 30%;
    margin-top: 64px;
}
.csTrainingDesc {
    font-size: 10.5pt;
    color: black;
    width: 220px;
    text-align: justify;
    margin: 0 auto;
    line-height: 32px;
}
.csTrainingDesc a {
    color: orangered;
    text-decoration: none;
}
.csTrainingImage {
    width: 220px;
    border-radius: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin-top: 8px;
}
.csProcess {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    overflow: hidden;
    min-width: 280px;
    width: 20%;
    margin-top: 32px;
}
.csProcessDesc {
    font-size: 8pt;
    color: rgba(0, 0, 0, 0.7);
    width: 220px;
    text-align: justify;
    margin: 0 auto;
    line-height: 24px;
}
.csProcessImage {
    height: 128px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin-top: 8px;
}
.csWorkshop {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    overflow: hidden;
    min-width: 282px;
    width: 24%;
    margin-top: 68px;
}
.csWorkshopDesc {
    font-family: RASAFont;
    font-size: 10.5pt;
    color: black;
    width: 270px;
    line-height: 32px;
    text-align: justify;
    margin: 0px auto;
}
.csWorkshopFrame {
    width: 280px;
    background-color: rgb(240, 240, 240);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid silver;
    margin: 4px;
}
.csWorkshopDesc a {
    color: orangered;
    text-decoration: none;
}
.csWorkshopImage {
    width: 280px;
}
.csProgram {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    overflow: hidden;
    min-width: 282px;
    width: 24%;
    margin-top: 76px;
}
.csProgramFrame_onMouseOut {
    width: 280px;
    height: 74px;   
    background-color: #ffe3b8;
    border: 1px solid silver;
    border-radius: 5px;   
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.csProgramFrame_onMouseOver {
    width: 280px;
    height: 74px;   
    background-color: #ffe390;
    border: 1px solid silver;   
    border-radius: 5px;   
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.csProgramImage {
    width: 64px;
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    border-radius: 12px;
}
.csProgramTitle {
    font-size: 8pt;
    float: right;
    padding-top: 4px;
    padding-right: 4px;
}
.csProgramDesc {
    direction: rtl;
    width: 204px;
    text-align: justify;
    font-size: 7pt;
    float: right;
    padding: 12px 4px 4px 4px;
    padding-right: 4px;
    color: black;
}
.csCourse {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    overflow: hidden;
    min-width: 282px;
    width: 24%;
    margin-top: 60px;
}
.csCourseFrame_onMouseOut {
    width: 280px;
    height: 36px;   
    background-color: #e0f3cf;
    border: 1px solid silver;
    border-radius: 5px;   
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
}
.csCourseFrame_onMouseOver {
    width: 280px;
    height: 36px;   
    background-color: #e0f3b8;
    border: 1px solid silver;   
    border-radius: 5px;   
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
}
.csCourseImage {
    width: 32px;
    float: right;
    padding-top: 2px;
    padding-right: 8px;
    border-radius: 6px;
}
.csCourseTitle {
    font-size: 8pt;
    float: right;
    padding-top: 8px;
    padding-right: 12px;
}
.csTrainingFrame {
    width: 280px;
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(210, 210, 210);
    box-shadow: 0 0 3px silver;
    margin: 16px;
    float: left;
}
#cvFoodTypeTop {
    font-size: medium;  
    text-align: center;
    vertical-align: middle;
    padding-bottom: 24px;   
    padding-top: 24px;   
}
.csFoodTypeTop {
    position: relative;
    display: inline-block; 
    border: 1px solid #8a8a8a;
    vertical-align: middle;
    overflow: hidden;
    width: 24.5%;
    height: 120px;
}
.csFoodTypeTop:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.csFoodTypeTop img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#dvListHeader {
    position: fixed;
    top: 80px;
    left: 0;
    background: url(/images/headerlist.jpg) center center no-repeat scroll;
    width: 100%;
    height: 160px;
    text-align: center;
    z-index: 2;
}
#dvResturants {
    position: relative;
    background-color: white;
    margin-top: 240px;
    width: 100%;
    min-height: 500px;
}
#dvFilter {
    position: fixed;
    display: inline-block;
    text-align: right;
    color: black;
    width: 20%;
    height: 100%;
    padding-top: 8px;
    background-color: rgba(50,50,50,0.1);
    padding-top: 24px;
    border-left: solid 1px silver;
}
.dvFilterCategory {
    background-color: blue; 
    color: white; 
    font-size: 11pt; 
    width: 100%; 
    line-height: 40px; 
}
#dvMiniFilter {
    position: fixed;
    display: none;
    text-align: center;
    background-color: #1e0303;
    color: white;
    width: 100%;
    height: 40px;
}
#dvDataList {
    width: 80%;
    height: 100%;
    margin-right: 20%;
}
#dvResturantItem {
    padding: 16px 16px 16px 16px;
    height: 120px;
    background-color: white;
    border-bottom: solid 1px silver;
}
#dvResturantItem:hover {
    padding: 16px 20px 16px 16px;
    background-color: #ecfbff;
    border-bottom: solid 1px silver;
}
.imDiscount {
    position: absolute;
    display: block;
    width: 48px; 
    height: 48px; 
    z-index: 1;
}
.lbAddr {
    display: none;
    font-size: x-small; 
    color: gray;
}
.lbAddress {
    display: block;
    font-size: x-small; 
    color: gray;
}
#dvDataListOrder {
    width: 25%;
    height: 100%; 
    background-color: transparent; 
    float: left;
    display: inline-block;
    text-align: left;
}
#btOrderThesis {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #9838b4;
    padding: 0 8px 0 8px;
}
#btOrderThesis:hover {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #983894;
    padding: 0 8px 0 8px;
}
#btOrderLBook {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #9838b4;
    padding: 0 8px 0 8px;
}
#btOrderLBook:hover {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #983894;
    padding: 0 8px 0 8px;
}
#btAddItemEnable {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 332px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #46bd08;
    padding: 0 8px 0 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.csComments {
    font: normal 8pt RASAFont; 
    color: blue;
}
.csDescription {
    font: normal 8pt RASAFont; 
    color: green;
}
#dvRightWindow {
    position: relative;
    float: right; 
    display: inline-block;
    height: 100%;
    min-width: 350px;
    width: 33%; 
    text-align: center; 
    vertical-align: top;
    padding-top: 16px;
}
#dvCenterWindow {
    position: relative;
    float: right; 
    display: inline-block;
    height: 100%;
    min-width: 350px;
    width: 33%; 
    text-align: center; 
    vertical-align: top;
    padding-top: 32px;
}
#dvLeftWindow {
    position: relative;
    float: right; 
     display: inline-block;
   height: 100%;
    min-width: 350px;
    width: 33%; 
    text-align: center; 
    vertical-align: top;
    padding-top: 32px;
}
#btAddItemEnable:hover {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 332px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #469d08;
    padding: 0 8px 0 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#btRegOrderEnable {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #9838b4;
    padding: 0 8px 0 8px;
}
#btRegOrderEnable:hover {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: #983894;
    padding: 0 8px 0 8px;
}
#btReturnEnable {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: silver;
    padding: 0 8px 0 8px;
}
#btOrderUBook {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: silver;
    padding: 0 8px 0 8px;
}
#btOrderPic {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: silver;
    padding: 0 8px 0 8px;
}
#btRegOrderDisable {
    font: normal 12pt RASAFont;
    position: relative;
    display: inline-block;
    width: 80%;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    background-color: silver;
    padding: 0 8px 0 8px;
}
.dvShoppingHeader {
    position: fixed;
    top: 80px;
    left: 0;
    background: url() center center no-repeat scroll black;
    width: 100%;
    height: 160px;
    text-align: center;
    z-index: 2;
}
#dvCateringInfo {
    padding: 16px 160px 16px 16px;
    background-color: transparent;
}
.dvOrderArea {
    width: 25%;
    height: 100%; 
    background-color: transparent; 
    float: left;
    display: inline-block;
    text-align: left;
    margin-left: 128px; 
}
#dvOrderAccepted {
    font: normal small RASAFont;
    color: #1a00ff;
    position: relative;
    display: inline-block;
    width: 128px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    background-color: #53e50f;
    padding: 0 8px 0 8px;
}
#dvOrderRejected {
    font: normal small RASAFont;
    color: white;
    position: relative;
    display: inline-block;
    width: 128px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    background-color: silver;
    padding: 0 8px 0 8px;
}
#dvShoppingDetails {
    background: url('/images/wsbg.png') repeat #ddee00;
    position: relative;
    color: black;
    background-color: white;
    width: 100%;
    height: 100%;
    min-height: 640px;
    text-align: center;
    overflow: hidden;
}
#dvServiceProperties {
    position: relative;
    display: inline-block;
    width: 60%;
    padding: 32px 3% 0 0;
    height: 100%;
    vertical-align: top;
    text-align: right;
}
#dvFoodMenuItem {
    line-height: 32px;
    min-height: 96px;
    border-bottom: solid 1px silver;
}
#dvCartItem {
    float: right;
    line-height: 32px;
    height: 32px;
    padding: 0 24px 0 24px;
    width: 100%;
}
#dvCartItemQty {
    float: left;
    line-height: 32px;
    height: 32px;
    padding: 0 24px 0 24px;
}
#dvSelectedFood {
    position: relative;
    display: inline-block;
    top: 48px;
    margin-bottom: 96px;
    left: 0;
    text-align: center;
    color: black;
    width: 29.5%;
}
#dvOrderList {
    position: relative;
    width: 90%;
    line-height: 20px;
    border: solid 1px silver;
    box-shadow: 0 0 3px gray;
    border-radius: 5px 5px;
    margin: 0 5% 0 5%;
    background-color: rgba(50, 50, 50, 0.1);
    height: 100%;
}
.lbShoppingBusiness {
    font-size: large; 
    color: white;
}
.lbShoppingTypes {
    font-size: 10pt; 
    color: white;
}
.lbShoppingMinOrder {
    font-size: small; 
    color: silver;
}
.lbShoppingDescription {
    font-size: 7.5pt; 
    color: #5c5c5c;
}
.lbShoppingFee {
    font-size: medium; 
    color: red;
    text-decoration: line-through;
}
.lbShoppingDiscount {
    font-size: medium; 
    color: black;
}
.lbShoppingTitle {
    font-size: medium; 
    color: black;
}
.Register_Controls {
    font-family: RASAFont;
    font-size: 14pt;
    height:32px;
    width:220px;
    direction:rtl;
    border:1px solid silver;
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);
    box-shadow:0 2px 4px rgba(0,0,0,.2);
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
}
.DropDown_Controls {
    font-family: RASAFont;
    font-size: 14pt;
    height:40px;
    width:224px;
    direction:rtl;
    border:1px solid silver;
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);
    box-shadow:0 2px 4px rgba(0,0,0,.2);
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
}
.dvAddFood {
    float: left; 
    padding: 32px 0 0 32px;
}
.dvItemCount {
    position: fixed; 
    display: none;
    right: 0; 
    top: 0;
    background-color: transparent;
    opacity: 1.0;
    z-index: 2000;
}
.lbItemCount {
    position: fixed; 
    font-size: 12pt;
    right: 2px; 
    top: 2px;
    width: 24px;
    height: 24px;
    line-height: 28px;
    border-radius: 24px;
    background-color: #aeff00;
    color: black;
    text-align: center; 
    vertical-align: middle;
    box-shadow: 0 0 3px gray;
    text-shadow: 0 0 3px white;
}
.bannerItem {
    position: absolute;
    top: 0;
    width: 100%;
}
.bannerItem img {
    position: absolute;
    top: 328px;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 1920px;
}
.bannerText {
    font: normal 12pt RASAFont;
    color: #000000;
}
.ui-widget-header {
    display: none;
}
#imMiniLogo {
    color: gray; 
    height: 52px; 
    margin-top: 20px; 
    margin-left: 24px; 
    float: left;
}
#imInvLogo {
    position: relative;
    left: -221px;
    color: gray; 
    height: 52px; 
    margin-top: 20px; 
    margin-left: 24px; 
    float: left;
}
#imTopMiniLogo {
    color: gray; 
    height: 40px; 
    margin-top: 16px; 
    margin-left: 24px; 
    float: left;
}
#imTopInvLogo {
    position: relative;
    left: -176px;
    color: gray; 
    height: 40px; 
    margin-top: 16px; 
    margin-left: 24px; 
    float: left;
}
#dvSupport {
    display: normal;
    position: fixed; 
    left: 0; 
    width: 32px; 
    height: 188px; 
    color: white; 
    background-color: peru; 
    writing-mode: tb-rl; 
    z-index: 999; 
    border-radius: 0 15px 15px 0; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#dvSupport_Topbar {
    display: none;
    position: relative; 
    margin: 0 auto;
    width: 188px; 
    height: 32px; 
    color: white; 
    background-color: peru; 
    z-index: 999; 
    border-radius: 0 0 15px 15px; 
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {  
    .lbAddr { display: block; }
    .lbAddress { display: none; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .dvAddFood { padding-left: 16px; }
    .dvItemCount { display: block }
}

@media only screen and (max-width: 864px) {  
    .lbAddr { display: none; }
    .lbAddress { display: block; }
    .dvOrderArea { display: none; }
    #dvCateringInfo {padding-right: 64px; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .dvAddFood { padding-left: 8px; }
    .dvItemCount { display: block }
    .csLeftColumn { float: none; margin: 0 auto; }
    .csRightColumn { float: none; margin: 0 auto; }
}

@media only screen and (max-width: 740px) {  
    #cbLocation { width: 320px; }
    #tbLocation { width: 320px; }
    #imDelivery { height: 200px; margin-top: 28px; }
    .spFoodTypeMenu { margin-right: 8px; }
    .lbAddr { display: block; }
    .lbAddress { display: none; }
    .dvOrderArea { display: none; }
    #dvCateringInfo {padding-right: 64px; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .dvAddFood { padding-left: 8px; }
    .dvItemCount { display: block }
    .csLeftColumn { float: none; margin: 0 auto; }
    .csRightColumn { float: none; margin: 0 auto; width: 400px; }
    .csTrainningDetails { font-size: 9pt; }
    .csTrainningDetatilsTitle { font-size: 11pt; }
    .csTrainningDetails li { font-size: 9pt; line-height: 22px; }
}
@media only screen and (max-width: 570px) {  
    #cbLocation { width: 280px; }
    #tbLocation { width: 280px; }
    #imDelivery { height: 200px; margin-top: 28px; }
    #dvResturantItem { padding: 8px 8px 8px 8px; }
    #dvResturantItem:hover { padding: 8px 10px 8px 8px; }
    #dvDataList { width: 100%; margin-right: 0; }
    #dvFilter { display: none; }
    .lbAddr { display: block; }
    .lbAddress { display: none; }
    #spTitle { display: none; }
    #dvCateringInfo {padding-right: 64px; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .lbShoppingDescription { display: none; }
    .dvAddFood { padding-left: 4px; }
    .dvItemCount { display: block }
    .csLeftColumn { float: none; margin: 0 auto; }
    .csRightColumn { float: none; margin: 0 auto; width: 400px; }
    .csTrainningDetails { font-size: 9pt; }
    .csTrainningDetatilsTitle { font-size: 11pt; }
    .csTrainningDetails li { font-size: 9pt; line-height: 22px; }
    #imMiniLogo { display: none; }
    #imInvLogo { left: 0; }
    #imTopMiniLogo { display: none; }
    #imTopInvLogo { left: 0; }
}  
 
@media only screen and (max-width: 480px) {  
    #btNext { width: 242px; text-align: center; }
    #cbLocation { width: 232px; }
    #tbLocation { width: 232px; }
    #imDelivery { height: 188px; margin-top: 36px; }
    .csFoodType { width: 280px}
    #dvResturantItem { padding: 8px 8px 8px 8px; }
    #dvResturantItem:hover { padding: 8px 10px 8px 8px; }
    #dvDataList { width: 100%; margin-right: 0; }
    #dvFilter { display: none; }
    #dvDataListOrder { display: none; }
    .lbAddr { display: block; }
    .lbAddress { display: none; }
    #spTitle { display: none; }
    #dvCateringInfo {padding-right: 8px; }
    .lbShoppingBusiness { font-size: medium; }
    .lbShoppingTypes { font-size: x-small; }
    .lbShoppingMinOrder { font-size: xx-small; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .lbShoppingDescription { display: none; }
    .lbShoppingTitle { font-size: 9pt; }
    .lbShoppingFee { font-size: 9pt; }
    .lbShoppingDiscount { font-size: 9pt; }
    .dvAddFood { padding-left: 4px; }
    .dvItemCount { display: block }
    .csLeftColumn { float: none; margin: 0 auto; }
    .csRightColumn { float: none; margin: 0 auto; width: 400px; }
    .csTrainningDetails { font-size: 9pt; }
    .csTrainningDetatilsTitle { font-size: 11pt; }
    .csTrainningDetails li { font-size: 9pt; line-height: 22px; }
    #imMiniLogo { display: none; }
    #imInvLogo { left: 0; }
    #imTopMiniLogo { display: none; }
    #imTopInvLogo { left: 0; }
    #dvSupport { display: none; }
    #dvSupport_Topbar { display: block; }
}  
   
/** iPhone only **/ 
@media screen and (max-device-width: 480px) {  
    #btNext { width: 242px; text-align: center; }
    #cbLocation { width: 232px; }
    #tbLocation { width: 232px; }
    #imDelivery { height: 188px; margin-top: 36px; }
    .csFoodType { width: 280px}
    #dvResturantItem { padding: 8px 8px 8px 8px; }
    #dvResturantItem:hover { padding: 8px 10px 8px 8px; }
    #dvDataList { width: 100%; margin-right: 0; }
    #dvFilter { display: none; }
    #dvDataListOrder { display: none; }
    .lbAddr { display: block; }
    .lbAddress { display: none; }
    #spTitle { display: none; }
    #dvCateringInfo {padding-right: 8px; }
    .lbShoppingBusiness { font-size: medium; }
    .lbShoppingTypes { font-size: x-small; }
    .lbShoppingMinOrder { font-size: xx-small; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .lbShoppingTitle { font-size: 9pt; }
    .lbShoppingFee { font-size: 9pt; }
    .lbShoppingDiscount { font-size: 9pt; }
    .dvAddFood { padding-left: 4px; }
    .dvItemCount { display: block }
    .csLeftColumn { float: none; margin: 0 auto; }
    .csRightColumn { float: none; margin: 0 auto; width: 400px; }
    .csTrainningDetails { font-size: 9pt; }
    .csTrainningDetatilsTitle { font-size: 11pt; }
    .csTrainningDetails li { font-size: 9pt; line-height: 22px; }
    #imMiniLogo { display: none; }
    #imInvLogo { left: 0; }
    #imTopMiniLogo { display: none; }
    #imTopInvLogo { left: 0; }
    #dvSupport { display: none; }
    #dvSupport_Topbar { display: block; }
}

@media only screen and (max-width: 340px) {  
    #btNext { width: 242px; text-align: center; }
    #cbLocation { width: 232px; }
    #tbLocation { width: 232px; }
    #imDelivery { height: 188px; margin-top: 36px; }
    .csFoodType { width: 280px}
    #dvResturantItem { padding: 8px 4px 8px 4px; }
    #dvResturantItem:hover { padding: 8px 5px 8px 4px; }
    #dvDataList { width: 100%; margin-right: 0; }
    #dvFilter { display: none; }
    #dvDataListOrder { display: none; }
    .lbAddr { display: block; }
    .lbAddress { display: none; }
    #spTitle { display: block; }
    #dvCateringInfo { padding-right: 1px; }
    .lbShoppingBusiness { font-size: medium; }
    .lbShoppingTypes { font-size: x-small; }
    .lbShoppingMinOrder { font-size: xx-small; }
    #dvServiceProperties { text-align: center; width: 100%; padding-right: 0; }
    #dvSelectedFood { width: 100%; top: 0; padding: 24px 0 24px 0; }
    .lbShoppingDescription { display: none; }
    .lbShoppingTitle { font-size: 8pt; }
    .lbShoppingFee { font-size: 8pt; }
    .lbShoppingDiscount { font-size: 8pt; }
    .dvAddFood { padding-left: 4px; }
    .dvItemCount { display: block; }
    .csLeftColumn { float: none; margin: 0 auto; }
    .csRightColumn { float: none; margin: 0 auto; width: 280px; }
    .csTrainningDetails { font-size: 8pt; }
    .csTrainningDetatilsTitle { font-size: 10pt; }
    .csTrainningDetailsInstructor {display: none; }
    .csTrainningDetails li { font-size: 8pt; line-height: 20px; }
    #imMiniLogo { display: none; }
    #imInvLogo { left: 0; }
    #imTopMiniLogo { display: none; }
    #imTopInvLogo { left: 0; }
    #dvSupport { display: none; }
    #dvSupport_Topbar { display: block; }
}  