#new-fantastic-restaurant-menu .multiple-price-box{display: none;}

#new-fantastic-restaurant-menu input.add-new-menu-item {
    clear: both;;
    margin: 10px;
   	background: #00a0d2;
    border:none;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    text-decoration: none;
    color: white !important;
    text-align: center;
    padding: 10px 20px 10px 20px;
}

#new-fantastic-restaurant-menu input.item-name-box {
    width: 50%;
    display: inline-block;
}

#new-fantastic-restaurant-menu input.item-price-box {
    width: 70px;
    display: inline-block;
}

 #new-fantastic-restaurant-menu input[type="button"]{cursor: pointer;}



#new-fantastic-restaurant-menu div.menu-item-section {
    padding: 10px;
    background: #F9F9F9;
    margin: 10px 0 10px 0;
    position: relative;
    border-left: 3px solid gray;
}


#new-fantastic-restaurant-menu input.delete-item-button {
    position: absolute;
    right: 10px;
    top: 10px;
}


/*tab control*/
#new-fantastic-restaurant-menu ul.ui-widget-header{
    border: 1px solid #ddd;
    background: none;
}


#new-fantastic-restaurant-menu #fantasticmenu-admintabs .ui-state-default{
    background: #ddd;
}

#new-fantastic-restaurant-menu #fantasticmenu-admintabs li.ui-state-default a{
    color: gray;
}

#new-fantastic-restaurant-menu #fantasticmenu-admintabs li.ui-tabs-active a{
    color: white;
}
 
#new-fantastic-restaurant-menu #fantasticmenu-admintabs li a:focus{
    box-shadow: none;
}

#new-fantastic-restaurant-menu #fantasticmenu-admintabs .ui-state-active{
    background: #ff503f;
}

#new-fantastic-restaurant-menu #fantasticmenu-admintabs .ui-state-active, .ui-widget-content .ui-state-active, #fantasticmenu-admintabs .ui-widget-header .ui-state-active {
    border: 0px;
}

#new-fantastic-restaurant-menu .fantasticmenu-itemdescription, .price-option-name, .item-price-box{
    margin-bottom: 10px;
}



#new-fantastic-restaurant-menu input:read-only {color: #aaa;}



.setting-item input[type=radio]{
    margin: 5px 4px 5px 0;
}


/*price option buttons*/
#new-fantastic-restaurant-menu div.notlast>input.remove-price-option{display: inline-block;}
#new-fantastic-restaurant-menu div.notlast>input.add-price-option{display: none;}

#new-fantastic-restaurant-menu div.last>input.remove-price-option{display: none;}
#new-fantastic-restaurant-menu div.last>input.add-price-option{display: inline-block;}


#new-fantastic-restaurant-menu div.pricetype_single{display: none;}

#new-fantastic-restaurant-menu .toggle-wrap {
    display: inline-block;
    border: 1px dashed gray;
    border-radius: 5px;
    padding: 5px;
}


/*media upload*/
#new-fantastic-restaurant-menu .set-WPimageUpload-thumbnail:hover{
    color: #00a0d2 !important;
}


/*Toggle button*/
#new-fantastic-restaurant-menu a.toggler {
    background: green;
    cursor: pointer;
    border: 2px solid black;
    border-right-width: 15px;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s ease;
}

#new-fantastic-restaurant-menu a.toggler.off {
    background: red;
    border-right-width: 2px;
    border-left-width: 15px;
}


/*Feature image*/
#new-fantastic-restaurant-menu .featured-WPimageUpload-image-container img {
    max-height: 150px;
}


/*Toggle menu section*/

#new-fantastic-restaurant-menu h3.single-menu-section-header>a{text-decoration: none;}
#new-fantastic-restaurant-menu h3.single-menu-section-header>a>span{color: black;}
#new-fantastic-restaurant-menu h3.single-menu-section-header>a>i.on{display: inline-block;}
#new-fantastic-restaurant-menu h3.single-menu-section-header>a>i.off{display: none;}

#new-fantastic-restaurant-menu h3.single-menu-section-header>a.off>i.on{display: none;}
#new-fantastic-restaurant-menu h3.single-menu-section-header>a.off>i.off{display: inline-block;}



#new-fantastic-restaurant-menu div.single-menu-section-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #ff503f;
    margin-bottom: 5px;
}

#new-fantastic-restaurant-menu a.delete-this-menu-section {
    float: right;
    font-size: 20px;
}

#new-fantastic-restaurant-menu a.sort-menu-section{
    float: right;
    margin-right: 10px;
}

#new-fantastic-restaurant-menu textarea.fantasticmenu-itemdescription {
    width: 80%;
}


/*Setting Tab*/
#new-fantastic-restaurant-menu section.setting-item {
    margin: 10px;
}

#new-fantastic-restaurant-menu section.setting-item label{margin-right: 10px;}


#new-fantastic-restaurant-menu p.help-footer{
    margin-top: 30px;
    font-size: 12px;
}

#new-fantastic-restaurant-menu p.help-footer a{
    color:#337ab7;
}

#new-fantastic-restaurant-menu section.setting-item .toggle-wrap{
    margin-right: 10px;
}

#new-fantastic-restaurant-menu section.setting-color input.colorpicker, section.setting-color.off div.sp-replacer{
    display: none;
}

#new-fantastic-restaurant-menu section.setting-color .toggle-wrap label{
    margin-left: 10px;
}

#new-fantastic-restaurant-menu a.skin-default {
    color: #00a0d2;
    margin-left: 20px;
}




/* Admin Panel Theme */
#new-fantastic-restaurant-menu .item-box input.delete-item-button{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-style: none;
}


#new-fantastic-restaurant-menu h3.single-menu-section-header{
    border: 1px solid #d3d7da;
    border-left: 5px solid #ff503f;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 0;
}

#new-fantastic-restaurant-menu .menu-items-wrapper{
    margin-bottom: 20px;
}

#new-fantastic-restaurant-menu input.form-control.price-option-name {
    display: inline-block;
    width: 50%;
}

#new-fantastic-restaurant-menu input.add-a-menu-section{
    border-radius: 0 !important;
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
}


