﻿/* Top menu with LOGO Background Color */
.menu-back {
       background-color: #FFF;
}

/*************************** Social Menu Under Top Menu AND LOGO Background Color***********/
.div-social-top {
    background-color: #fc9747;
    min-height: 40px;
    padding: 20px 50px 10px 50px;
    color: #fff;
    font-size: 17px;
}

/************************** the footer Bar with Articles command social media**************/

.FooterBarBIG {
    background-color: #000;
    padding: 0px;
    color: white;
}

/* The footer BAR FOR HIDDEN TEXT (BAR 2 ) ABOVE the copyright data **************/


#footser-text {
    text-align: right;
    background-color: #ff7900;
    color: #fff;
    padding: 10px;
}


/******************************** The footer with the copyright data *******************/

#footser-end {
    text-align: right;
    background-color: #000000;
    color: #fff;
    padding: 10px;
}

/********************************************** LINKS SUCH AS IVO INC ON BOTTOM OF PAGE ******************/
#footser-end a:link {
    color: #000000;
    text-decoration: none;
}

#footser-end a:visited {
    color: #000000;
    text-decoration: none;
}

#footser-end a:active {
    color: #000000;
    text-decoration: none;
}

#footser-end a:hover {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:link {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:visited {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:active {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:hover {
    color: #000000;
    text-decoration: none;
}


/********************************************************* USER MENU COLORS ***********************************/

/* Font color of menu */
.navbar-default .navbar-nav > li > a {
    color: #c9202d;
    font-size: 14px;
}


    /*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #0e6c4e;
    }

/*****************************************************Contact use form button*********************************/

.btn-primary {
    color: #fff;
    background-color: #0e6c4e;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #c9202d;
        border-color: #285e8e;
    }



.panel-heading0 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #9DC2FB;
}


.panel-warning > .panel-heading0 {
    color: #31708f;
    background-color: #9DC2FB;
    border-color: #faebcc;
}


.panel-heading1 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #dff0d8;
}


.panel-warning > .panel-heading1 {
    color: #31708f;
    background-color: #dff0d8;
    border-color: #faebcc;
}



.panel-heading2 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #d9edf7;
}

.panel-warning > .panel-heading2 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #faebcc;
}

.panel-heading3 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #f2dede;
}

.panel-warning > .panel-heading3 {
    color: #31708f;
    background-color: #f2dede;
    border-color: #faebcc;
}

.panel-heading4 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #fcf8e3;
}

.panel-warning > .panel-heading4 {
    color: #31708f;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


.panel-heading5 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #dff0d8;
}


.panel-warning > .panel-heading5 {
    color: #31708f;
    background-color: #dff0d8;
    border-color: #faebcc;
}



.panel-heading6 {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #d9edf7;
}

.panel-warning > .panel-heading6 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #faebcc;
}

.panel-heading7 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #f2dede;
}

.panel-warning > .panel-heading7 {
    color: #31708f;
    background-color: #f2dede;
    border-color: #faebcc;
}

.panel-heading8 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #fcf8e3;
}

.panel-warning > .panel-heading8 {
    color: #31708f;
    background-color: #fcf8e3;
    border-color: #faebcc;
}



.panel-heading9 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #cd55b2;
}


.panel-warning > .panel-heading9 {
    color: #31708f;
    background-color: #9DC2FB;
    border-color: #faebcc;
}


.panel-heading10 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #87a689;
}


.panel-warning > .panel-heading10 {
    color: #31708f;
    background-color: #dff0d8;
    border-color: #faebcc;
}



.panel-heading11 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #5683a0;
}

.panel-warning > .panel-heading11 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #faebcc;
}

.panel-heading12 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #ee90e0;
}

.panel-warning > .panel-heading12 {
    color: #31708f;
    background-color: #f2dede;
    border-color: #faebcc;
}

.panel-heading13 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    background-color: #ec9f26;
}

.panel-warning > .panel-heading13 {
    color: #31708f;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


.dishname {
    text-align: left;
}

.dishprice {
    color: #bc9a57;
}

.dishdescription {
}


.menusubdescription {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 0px;
    color: red;
}


.PageFooterSubject {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.SelectedCategoryDescription {
    font-size: 18px;
    color: red;
    padding-bottom: 5px;
    padding-top: 5px;
}

.mydynamicpanel {
    padding-left: 10px;
}

.mydynamicpanel0 {
    padding-left: 10px;
    color: red;
}

.mydynamicpanel1 {
    padding-left: 20px;
    color: Green;
}

.mydynamicpanel2 {
    padding-left: 30px;
    color: Blue;
}

.mydynamicpanel3 {
    padding-left: 40px;
}

.mydynamicpanel4 {
    padding-left: 50px;
}

.mydynamicpanel5 {
    padding-left: 60px;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/*Category Menu */

.catMenuSubject {
    text-align: center;
    font-size: 14px;
    color: White;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FF7A00 none repeat scroll 0% 0%;
}

.captcha {
    background-color: rgba(242, 242, 232, 1);
    padding: 10px;
    color: #000;
    text-align: center;
}

.HeaderCats {
    padding: 0px;
}

.FooterCats {
    padding: 0px;
}

.glyphicon-chevron-left:before {
    /*content: "\e079";*/
}

.glyphicon-chevron-right:before {
    /*content: "\e080";*/
    /*content: "\e080";*/
}

.illustration-v4 .thumb-product-insmall h4 a {
    color: #687074;
    font-size: 10px;
}

.smallitemNameDescription {
    color: red;
    font-size: 10px;
    height: 40px;
}

.smallitemNameDetails {
    color: blue;
    font-size: 10px;
    height: 80px;
    line-height: 13px;
}

.MainMenuPadding {
    padding-top: 10px;
}

.hidden_Style {
    color: #FFFFFF;
    text-decoration: none;
}

#hideme a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#hideme a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#hideme a:active {
    color: #FFFFFF;
    text-decoration: none;
}


#hideme a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/*Pullupmenu items link color*/

#ddmenu a:link {
    color: #06C;
    text-decoration: none;
}

#ddmenu a:visited {
    color: #06C;
    text-decoration: none;
}

#ddmenu a:active {
    color: #06C;
    text-decoration: none;
}

#ddmenu a:hover {
    color: #06C;
    text-decoration: none;
}

.catMenuSubject a.CategoryName {
    color: #FFF;
    width: 100%;
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;   
}


.MainWebsiteBackground{
    background-color: white;
 /*   background-image: url("/images/bgservices.jpg");
    background-repeat: repeat-y; */
}


.BgSubCatNextToArticle{
padding-bottom: 50px;
/*background: url(../img/stats.jpg) no-repeat 50% 50%;
background-attachment: fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height: 250px;
color: #fff;
text-align:center;
margin-top:-10px;
}


#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}


/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}


/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.imgPopupBg {
    background-color: rgb(31, 111, 191);
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.ontheline {
    clear: both;
    display: -moz-box;
    font-weight: lighter;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 0px;
}

.onthelinerequired {
    clear: both;
    display: -moz-box;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 0px;
}

.sameline {
    margin-left: 20px;
}


.samelineHelp {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
}

.StartSectionInform {
    margin-top: 5px;
    background-color: #dce6f0;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #000;
}

.OrderTotal {
    text-align: right;
    font-size: large;
    font-weight: bold;
    color: #008000;
    padding-right: 20px;
}

.HowManyOrdered {
    color: Green;
    font-weight: bold;
}

.NoItemsOrdered {
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: RED;
    padding-right: 20px;
}

.wrapper_top {
    width: 100%;
    border-bottom: Gray 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: #fcf8e3;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #0066FF;
}

/*<div class="wrapper">
    <div class="box_top">My Subject</div>
    <div id="leftside">one</div>
    <div id="rightside">two</div>
</div>*/

.wrapper {
    border: 2px solid #000;
    overflow: hidden;
}

    .wrapper div {
        /*min-height: 200px;*/
        padding: 3px;
    }

#leftside {
    /*background-color:lightgray ;*/
    float: left;
    margin-right: 20px;
    width: 30%;
    /*border-right: 2px solid #000;*/
}

#rightside {
    background-color: white;
    overflow: hidden;
    margin: 10px;
    border: 2px dashed #ccc;
    min-height: 170px;
}

@media screen and (max-width: 750px) {
    #leftside {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
        visibility: hidden;
        position: absolute;
    }
}


.wrapperSetTable {
    border: 2px solid #000;
    overflow: hidden;
}

    .wrapperSetTable div {
        /*min-height: 200px;*/
        /*padding: 10px;*/
    }

#leftsideSetTable {
    background-color: #eaecee;
    float: left;
    margin-right: 20px;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
    /*border-right: 2px solid #000;*/
}

#rightsideSetTable {
    background-color: white;
    overflow: hidden;
    margin: 5px;
    border: 2px dashed #ccc;
}

@media screen and (max-width: 550px) {
    #leftsideSetTable {
        float: none;
        margin-right: 0px;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
        /*visibility: hidden;
        position: absolute;*/
    }
}

.wrapperNoBorder {
    overflow: hidden;
}

    .wrapperNoBorder div {
        /*min-height: 200px;*/
        padding: 0px;
    }

#leftsideMenuMan {
    float: left;
    margin-right: 20px;
    width: 400px;
    padding-left: 0px;
    /*border-right: 2px solid #000;*/
}

#rightsideMenuMan {
    /*background-color: white;*/
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}

@media screen and (max-width: 550px) {
    #leftsideMenuMan {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        /*border-bottom: 2px solid #000;*/
        /*visibility: hidden;
        position: absolute;*/
    }
}

.btn-primary1 {
    color: #fff;
    background-color: #1763bb;
    border-color: #357ebd;
}

    .btn-primary1:hover,
    .btn-primary1:focus,
    .btn-primary1:active,
    .btn-primary1.active,
    .open .dropdown-toggle.btn-primary1 {
        color: #fff;
        background-color: #c9202d;
        border-color: #285e8e;
    }

.DragAndDropSection {
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
}

#mycontrolpanel {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #4C9ED980;
    line-height: 1;
    text-align: center;
    color: #042E64;
    font-size: 12px;
    padding: 3px;
}

.information-item-overlay:active, .information-item-overlay:hover, .information-item-overlay:visited,
.cart-overlay:active, .cart-overlay:hover, .cart-overlay:visited {
    text-decoration: none;
    color: white !important;
}

.information-item-overlay i {
    cursor: pointer;
}

.information-item-overlay {
    left: 0px !important;
    top: 0px !important;
    position: absolute;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0px 0px;
    padding: 5px;
    font-weight: bold;
    font-size: 25px;
    color: white;
}

.cart-overlay {
    right: 0px !important;
    top: 0px !important;
    position: absolute;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0px 0px;
    padding: 20px;
    font-weight: bold;
    font-size: 25px;
    color: white;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .cart-overlay, .information-item-overlay {
        font-size: 50px;
        padding: 50px;
    }
}

.share_box {
    position: fixed;
    width: 20px;
    top: 10%;
    /*left:10%;*/
    border: 3px solid #a1a1a1;
    background: #FFF;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1000;
}



.home-item-overlay {
    top: 1% !important;
    left: 5px !important;
    position: fixed;
    color: white;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0px 0px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 100000;
}

.restaurant-home-item-overlay {
    top: 10% !important;
    left: 5px !important;
    position: fixed;
    color: white;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0px 0px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 100000;
}

.icon-success {
    color: white;
}

.restaurant-invoice-overlay {
    top: 10% !important;
    right: 5px !important;
    position: fixed;
    color: white;
    background: #63bd63 none repeat scroll 0px 0px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 100000;
}


.restaurant-myorder-overlay {
    top: 1% !important;
    right: 5px !important;
    position: fixed;
    color: white;
    background: #bd8363 none repeat scroll 0px 0px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 100000;
}


.btn-text-col {
    color: white !important;
}

.restaurant-mytables-overlay {
    top: 20% !important;
    left: 5px !important;
    position: fixed;
    color: white;
    background: #ce636b none repeat scroll 0px 0px;
    padding: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 100000;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    width: 50%;
    text-align: center;
    letter-spacing: 10px;
}

.ManageCategoryBranches {
    text-align: center;
    padding: 10px;
}

.SubcategoriesLayout {
    margin-left: auto;
    margin-right: auto;
}

.AddItemsHere {
    text-align: center;
    padding: 10px;
}

.SubCatHeader {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    background-color: aliceblue;
    padding: 10px;
}

.myProductsHeader {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    background-color: aliceblue;
    padding: 10px;
}

.MainArticlePosition {
    padding: 30px;
}

.DragDropSection {
    padding-top: 5px;
    padding-bottom: 10px;
}

.MainArticleSection {
    padding-top: 10px;
}

@media (max-width: 768px) {
  .navbar-logo {
width:200px;
  }
}

@media (max-width: 375px) {
  .navbar-logo {
width:200px;
  }
}


.dropdown-menu-action {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu-action .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu-action > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  /*white-space: nowrap;*/
   white-space: pre-wrap;
}
.dropdown-menu-action > li > a:hover,
.dropdown-menu-action > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu-action > .active > a,
.dropdown-menu-action > .active > a:hover,
.dropdown-menu-action > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.open > .dropdown-menu-action {
  display: block;
}
.open > a {
  outline: 0;
}

.navbar-fixed-bottom .dropdown .dropdown-menu-action {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu-action {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu-action , .navbar-fixed-bottom .dropdown .dropdown-menu-action  {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
