.am-tabs-nav, .am-tabs-nav li a, .am-nav-tabs li.am-active > a, .am-nav-tabs li.am-active > a:hover, .am-nav-tabs li.am-active > a:focus {border: 0;}
.am-show-lg-only .am-tabs-nav li {float: none;}
.am-hide-lg-only .am-tabs-nav li {float: left;}
.am-tabs-nav li.am-active a:hover, .am-tabs-nav li.am-active a:focus {background-color: #eee;}

.am-tabs-bd {border: 0;}

/** mobile button-group in screen bottom */
#bottom-btn-group {
	padding: 0;
	background-color: #2d3e50;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
#bottom-btn-group div > a {
  padding-bottom: 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
#bottom-btn-group div:last-child > a {border: 0;}
#bottom-btn-group div > a:hover, #bottom-btn-group div > a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
#bottom-btn-group div.active > a {color: #0bb59b;}
#bottom-btn-group div > a > span {display: block;}
#bottom-btn-group div > a > span.label {
  padding-top: 2px;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
#bottom-btn-group div > a > span.am-badge {
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 60%;
}

#content-panel, #content-panel .am-tab-panel {padding: 0;}

/** Panel - menu list */
#menu ul > li:hover, #menu ul > li:focus {
  background-color: #f5f5f5;
  cursor: pointer; 
}
.menu-item {
  text-align: center;
  display: block;
}
.menu-item .thumbnail {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
.menu-item .thumbnail > img {
  width: 120px;
  height: auto;
  margin-top: 10px;
  border: 0;
  vertical-align: middle;
}
.menu-item .detail {
  font-size: 18px; 
  color: #0e90d2;
}
.price-tag {
  font-weight: bold;
  color: #333;
}
.price-tag > i {margin: 0 4px;}
/** Button: add menu */
#btn-added {
  margin-top: 15px;
  position: absolute;
  right: 20px;
  z-index: 150;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* ===================================== */
/*                                  Responsive                                */
/* ===================================== */
@media (max-width: 640px) {
  .menu-item {
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  }
  .menu-item .detail {
      padding: 10px 10px 10px 0;
      text-align: left;
    }
}
/* @media (max-width: 1024px) {
  #main > div.am-container {padding: 0;}
} */

/* Modal menu */
#modal-menu .am-close, #modal-edit-menu .am-close {
  width: 28px;
  background-color: #dd514c;
  filter: alpha(opacity=75); 
  opacity: 0.75;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#modal-menu form input[type="reset"], #menu-edit-form .form-bottons, #menu-edit-form input[type="reset"] {display: none;}
#menu-form form button#submit, #menu-edit-form button#edit-submit {
  margin: 0;
  background-color: #0e90d2;
  border-color: #0e90d2;
  color: #fff;
  font-weight: bold;
}
/** Modal edit-menu */
#menu-edit-form button.btn-edit, #menu-edit-form .form-bottons button {
  font-weight: bold; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#menu-edit-form button.btn-edit > i {margin: 0 4px;}