#main-wrapper .all-menu-details .qty-cart input[type="number"] {
    text-align: center;
    height: 30px;
    width: 60px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

.modal.modal-wide .modal-dialog {
  width: 50%;
}

body{
    /*color: #fff;*/
    font-family: Arial;
}

#main-wrapper .all-menu-details > .item-list:nth-child(odd) {
    background-color: #D8D8D8;
}

#main-wrapper .all-menu-details > .item-list {
    background-color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #003471;
    color: #fff;
    border-color: #003471;
}

.nav-tabs > li.active > a {
    background: #003471;
    border: 1px solid #003471;
}

.btn-default-red {
    padding: 5px 15px 5px 15px;
    border: 1px solid #003471;
    background: transparent;
    color: #003471;
    border-radius: 7px;
    font-size: 16px;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details label .price {
    position: absolute;
    top: 0;
    left: 220px;
    color: #282828;
    display: inline;
}

.checkbox-input label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
    content: "";
    width: 16px;
    height: 16px;
    line-height: 1em;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #000;
}

.nav-tabs {
    border-bottom: 3px solid #003471;
}

.nav-tabs > li a {
    border: 1px solid #ccc;
    border-bottom-color: #003471;
}

#main-wrapper .all-menu-details .price-option button {
    position: relative;
    border: none;
    outline: none;
    background: transparent;
    color: #003471;
    width: 100%;
    padding: 7px 5px 8px 20px;
}

#main-wrapper .all-menu-details .price-option button.active {
    background-color: #003471;
    color: #fff;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details label .price {
    position: absolute;
    top: 0;
    left: 220px;
    color: #282828;
    display: inline;
}

.btn-default-red-add-order {
    padding: 5px 15px 5px 15px;
    border: 1px solid #003471;
    background: #003471;
    color: #fff;
    border-radius: 7px;
    font-size: 20px;
}

#main-wrapper #rightcheck {
    background-color: #fff;
    height: auto;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.radio-input label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
    content: "";
    width: 17px;
    height: 17px;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #000;
}

#main-wrapper .side-panel {
    background-color: #fff;
    height: auto;
    width: 100%;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}
