body {
    line-height: 1;
    color: #eee;
}
a{
    text-decoration: none;
    color: inherit;
}
.user-list img, .epos-logo img{
    width: 75%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.account-subscription-msg {
    padding: 10px;
    font-size: 130%;
    background-image: linear-gradient(to bottom, #deb792 0, #cf1b15 100%);
    color: #eee;
    margin: 1px 0px;
}
.whole-part {
    margin: 0;
    width: 100%;
}
.checkbox, .form-group, .radio {
    margin-bottom: 2px;
}
.nav-group {
    font-size: 11px;
}
.toolbar {
    box-shadow: inset 0 0px 0 #f5f4f5;
    min-height: 22px;
    color: #e7dede;
}
.text-capitalize{
    text-transform: capitalize;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-lowercase{
    text-transform: lowercase;
}
.tab-group {
    margin-top: -1px;
    display: flex;
    border-top: 1px solid transparent;
    border-bottom: 1px transparent;
}
.toolbar-header {
    border-top: none;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eee;
    font-weight: bold;
}
.toolbar-footer {
    border-top: none;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #000;
    font-weight: bold;
}
.footer-left {
    width: 38%;
    float: left;
    margin-top:15px;
}
.footer-mid {
    width: 24%;
    float: left;
    text-align: center;
}
footer-mid .title {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}
.footer-mid .title img {
    height: 35px;
    padding-top: 10px;
}
.footer-right {
    width: 38%;
    float: right;
    text-align: right;
    margin-top:15px;
}
footer small {
    color: #fff;
    font-size: 75%;
    font-weight: bold;
}
.brand-part {
    width: 50%;
    margin: 20px auto;
    text-align: center;
}
.brand-part img {
    height: 150px;
}
.hilisoft-epos-keyboard {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.brand-time {
    font-size: 200%;
    text-transform: capitalize;
    background-image: linear-gradient(to bottom, #1da8e0 0, #647b80 100%);
    padding: 5px;
    font-weight: bold;
}
.access-form-part {
    width: 90%;
    margin: 0 auto;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eee;
    font-weight: bold;
    border-radius: 15px;
}
.gateway-block {
    padding: 20px;
}
.gateway-block-btn {
    border-radius: 10px;
}
/*----Confirm Box CSS---- */
#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
#confirmBox {
    background: #eee none repeat scroll 0 0;
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
}
#confirmBox h1 {
    font-size: 15px;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eee;
    font-weight: bold;
    font-weight: bold;
    margin-top: 0;
    padding: 15px 5px;
}
#confirmBox p {
    padding: 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    background: none;
    font-size: 12px;
    line-height: 20px;
    min-height: 85px;
    color: #000;
}
#confirmButtons {
    padding: 10px 0 0px 0px;
    text-align: center;
}

#confirmBox .button {
    display: inline-block;
    position: relative;
    height: 33px;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    text-decoration: none;
    border: none;
}
#confirmBox .button:last-child {
    margin-right: 0;
}
#confirmBox .button span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 33px
}
#confirmBox .blue {
    background-position: left top;
    text-shadow: 1px 1px 0 #5889a2;
}
#confirmBox .blue span {
    background-position: -195px 0;
}
#confirmBox .blue:hover {
    background-position: left bottom;
}
#confirmBox .blue:hover span {
    background-position: -195px bottom;
}
#confirmBox .gray {
    background-position: -200px top;
    text-shadow: 1px 1px 0 #707070;
}
#confirmBox .gray span {
    background-position: -395px 0;
}
#confirmBox .gray:hover {
    background-position: -200px bottom;
}
#confirmBox .gray:hover span {
    background-position: -395px bottom;
}
.confirm-button.tab-item {
    background: #265066;
}
/*Alert Box CSS*/
#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}
#alertBox {
    position: relative;
    width: 400px;
    min-height: 150px;
    margin-top: 50px;
    border: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 20px 30px;
}
#modalContainer > #alertBox {
    position: fixed;
}
#alertBox h1 {
    margin: 0;
    padding: 10px;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eee;
    font-weight: bold;
    font-size: 13px;
}
#alertBox p {
    min-height: 90px;
    padding: 0px 10px;
    line-height: 20px;
    color: #000;
}
#alertBox #closeBtn {
    display: block;
    padding: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 40%;
    height: 40px;
    margin: 5px auto;
    border-radius: 4px;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eee;
    font-weight: bold;
}
/*Alert Box CSS END*/
small {
    font-size: 80%;
    color: #eeeeee;
}
.window {
    background-color: #01024a
}
.tab-group.footer-sticky{
    border: none;
}
.tab-item.active {
    background-color: #01024a;
    background-image: linear-gradient(to bottom,#006f8d 0,#2f3030 100%);
    color: #fff;
    font-weight: bold;
}
.tab-item {
    padding: 15px 1px;
    font-size: 12px;
    text-decoration: none;
    border-color: #9ca5a0;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eeeeee;
}
.pane {
    border-left: 1px solid #494751;
}
.pane:first-child,.pane:last-child{
    border:none;
}
.pane-one-half {
    width: 48.9%;
    float: left;
    margin: 0px 3px;
}
.pane-one-third {
    float: left;
    width: 33.33%
}
.pane-one-sixth {
    width: 16.66%;
}
.pane-one-seventh {
    width: 14.28%;
}
.pane-one-fifth {
    width: 20%;
}
.list-group-header {
    color: #ccc;
}
.caller-box {
    background-color: #268db0;
    border-color: #9ca5a0;
    border-left-color: rgb(156, 165, 160);
    font-weight: bold;
    height: 38px;
}
.form-control {
    background-color: #b5e2ec;
    border: none;
    color: #000;
    border-radius: 3px;
}
#eposCallerIdForm select {
    padding: 6.5px !important;
}
.pane.pane-one-sixth.radio.text-center.order-type-radios {
    padding-top: 5px;
}
.checkbox,.radio {
    overflow: hidden!important;
}
.window-content {
    background: #11111d;
    color: #eeeeee;
}
/*Order list*/
.order-item-img-block {
    width: 97%;
    border-radius: 3px;
    text-align: center;
}
.table-number {
    padding: 16px 0 0;
    font-weight: 900;
    font-size: 12px;
}
.table-guest-number {
    font-size: 12px;
    line-height: 0;
    padding-top: 0px;
    color: #eee
}

.zaman-nav-item-pane {
    width: 20%;
    float: left;
    margin: 2px 0px;
}
.pane-content {
    margin: 0px 0px 0px 2px;
}
.zaman-nav-item-pane .table-number {
    padding-top: 17px;
    margin-top: 5px;
}
.zaman-nav-item-pane .media-body.order-item-img-info p {
    line-height: 3px;
}
.menu-paginations {
    margin-right: 0px;
    padding: 0;
}
/*-------------End Of order ----------------*/
.sidebar.order-sidebar-nav {
    background-color: #228ba2;
}
.order-sidebar-nav.category-list .nav-group-item {
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eeeeee;
}
.order-sidebar-nav.category-list.manage-sidebar .nav-group-item {
    font-size: 12px;
    padding: 13px 5px;
    margin: 0px 0px 1px 0px;
}
.nav-group-item img {
    height: 30px;
}
.nav-group-item.active, .nav-group-item:active {
    background-color: #01024a;
    background-image: linear-gradient(to bottom,#006f8d 0,#2f3030 100%) !important;
    color: #fff;
    font-weight: bold;
}
span.nav-group-item-text {
    padding: 9px;
    display: flex;
    color: #eeeeee;
}
.category-list span.nav-group-item-text {
    color: #f3e7e7;
    font-size: 11px;
}
.category-navigation-left {
    width: 33.33%;
    float: left;
    text-align: center;
}
.category-navigation-mid {
    width: 33.33%;
    float: left;
    text-align: center;
}
.category-navigation-right {
    width: 33.33%;
    float: right;
    text-align: center;
}
.category-navigation .nav-group-item.text-center {
    padding: 20px 25px;
}
.click-disable {
    pointer-events: none;
}
ul.breadcurmb-page {
    list-style: none;
    display: flex;
    color: #eeeeee;
    font-weight: bold;
    font-size: 11px;
}
/*Cart */
.pane-one-fourth.sidebar.order-sidebar-nav.cart-pane {
    background: #01024a;
}
.order-cart {
    padding: 0;
    margin: 0;
    color: #1a1717;
    background: #b5e2ec;
}
item-attr-define-part {
    width: 100%;
    margin: 0;
    padding: 0;
}
.name-define-part {
    width: 60%;
    float: left;
    text-align: center;
}
.qty-define-part {
    width: 10%;
    float: left;
    text-align: center;
}
.price-define-part {
    width: 10%;
    float: left;
    text-align: right;
}
.order-cart .title {
    font-size: 11px;
    color: #eee;
    text-align: left;
}
.cart-list-head{
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    font-size: 11px;
    font-weight: bold;
}
.food-cart .cart-list {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    height: 38vh;
    overflow-x: hidden;
    font-size: 13.5px;
    font-weight: normal;
}
.non-food-cart .cart-list {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    height: 22vh;
    overflow-x: hidden;
    font-size: 13.5px;
    font-weight: normal;
}
.calculation-cart .cart-list {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    height: 14.5vh;
    overflow-x: hidden;
    font-size: 13.5px;
}
.order-cart .item-part {
    width: 50%;
    float: left;
}
.order-cart .item-attr-part {
    width: 50%;
    text-align: center;
    float: right;
}
.order-cart .qty-part {
    width: 30%;
    float: left;
}
.order-cart .unit-price-part {
    width: 30%;
    float: left;
}
.order-cart .price-part {
    width: 40%;
    float: right;
    text-align: right;
}
.order-cart .item-attr-part.calculation-field {
    text-align: right;
}
span.cart-item-set-items {
    padding-left: 10px;
}
span.cart-item-toppings {
    padding-left: 10px;
}
span.cart-item-modifier {
    padding-left: 10px;
}
.cart-item.active {
    background: #36eaff;
}
li.cart-item {
    padding: 7px 0px;
}
li.cart-item:not(:last-child) {
    padding: 7px 0px;
    border-bottom: 1px solid #007798;
}
.cart-list-head .cart-item .price-part{
    text-align: center;
}
.tab-group.cart-nav {
    border: none;
}
.tab-group.cart-nav .tab-item {
    border-radius: 0px;
    border: none;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    font-size: 12px;
    height: 51px;
    font-weight: bold;
    text-align: center;
}
.item-sent-yes {
    background: #c7e7d7;
}
.menu-list {
    margin: 0 auto;
}
.menu-button {
    width: 32.45%;
    float: left;
    text-align: center;
    margin: 1.8px;
}
.menu-button-inner {
    border-radius: 3px;
    padding: 15px 1px;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #6690ae 0, #176778 100%);
    color: #eee;
    font-size: 11px;
}
.menu-button-inner:active {
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #000000 0, #ffffff 100%);
    color: #eee;
    font-weight: bold;
}
#eposCategoryList .menu-category.menu-button-inner.active{
    color: #ddfc0d;
    font-weight: bold;
}
.menu-paginations {
    margin-top: 20px;
    width: 100%;
}
.menu-paginations .previous {
    width: 34%;
    float: left;
    text-align: center;
}
.previous .menu-button-inner,.page .menu-button-inner,.next .menu-button-inner {
    border-color: #9ca5a0;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eeeeee;
    font-weight: bold;
    bottom: 10px;
}
.previous .menu-button-inner {
    border-radius: 10px 0px 0px 10px;
    color: #eeeeee;
    border-right: 1px solid #9C9C9C;
}
.next .menu-button-inner {
    border-radius: 0px 10px 10px 0px;
    color: #eeeeee;
}
.page .menu-button-inner {
    border-radius: 0px;
    color: #eeeeee;
    border-right: 1px solid #9C9C9C;
}
.menu-paginations .page {
    width: 33%;
    float: left;
    text-align: center
}
.menu-paginations .next {
    width: 33%;
    float: left;
    text-align: center
}
.tab-item.zaman-epos-nav.quantity-digit.total {
    text-align: right;
    padding: 4px 10px;
    border: none;
}
.zaman-new-order-block {
    margin: 0px auto;
    top: 10%;
    position: fixed;
    left: 35%;
    right: 35%;
    width: 30%;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #3490d4 0, #387721 100%);
    border-radius: 3px;
}
.tab-item.zaman-epos-nav.quantity-digit.new-order-type {
    padding: 7%;
    font-size: 200%;
    text-align: left;
    border-radius: 0px;
    margin: 1px 0px;
}
.table-bg {
    background-color: #3e758d;
}
.waiting-bg {
    background-color: #5f686c;
    background-image: linear-gradient(to bottom, #888c8c 0, #c87000 100%);
}
.bar-bg {
    background-color: #5f686c;
    background-image: linear-gradient(to bottom, #170960 0, #fcff94 100%);
}
.collection-bg {
    background-color: #5f686c;
    background-image: linear-gradient(to bottom, #0773b4 0, #0f0f0f 100%);
}
.delivery-bg {
    background-color: #5f686c;
    background-image: linear-gradient(to bottom, #091 0, #00b1cf 100%);
}
.booking-bg {
    background-color: #0d1c23;
    background-image: linear-gradient(to bottom, #0a2871 0, #babada 100%);
}
.online-bg {
    background-color: #0d1c23;
    background-image: linear-gradient(to bottom, #dd138c 0, #707099 100%);
}
.order-process-status-1 {
    background-image: linear-gradient(to bottom,#006f8d 0,#006f8d 100%);
    color: #eee !important;
}
.order-process-status-2 {
    background-color: #3e758d;
    background-image: linear-gradient(to bottom, #962e13 0, #962e13 65%);
}
.order-process-status-3 {
    background-color: #3e758d;
    background-image: linear-gradient(to bottom, #004196 0, #085ad5 65%);
}
.order-process-status-4 {
    background-color: #3e758d;
    background-image: linear-gradient(to bottom, #157a02 0, #008f16 65%);
}
.popup-content .pane h5 {
    background: #086e8a;
    padding: 10px 20px;
    border-radius: 0px 50px;
}
.new-order-type img {
    height: 24px;
}
.neworder-table {
    width: 100%;
    margin: 0 auto;
}
.neworder-table-number {
    width: 50%;
    float: left;
    margin: 0 auto;
    padding: 10px;
}
.neworder-table-guest {
    width: 50%;
    float: right;
    margin: 0 auto;
    padding: 10px;
}
.neworder-waiting {
    width: 100%;
    margin: 0 auto;
}
.neworder-waiting .neworder-table-number {
    width: 70%;
    float: left;
    margin: 0 auto;
    padding: 10px;
}
.neworder-waiting .neworder-table-guest {
    width: 30%;
    float: right;
    margin: 0 auto;
    padding: 10px;
}
.tab-group.new-order-type-submit.waiting {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}
.neworder-waiting .neworder-table-number.collection-customer {
    width: 50%;
    float: left;
    margin: 0 auto;
    padding: 10px;
}
.neworder-waiting .neworder-table-guest.collection-phone {
    width: 25%;
    float: left;
    margin: 0 auto;
    padding: 10px;
}
.neworder-waiting .neworder-table-guest.collection-time {
    width: 25%;
    float: right;
    margin: 0 auto;
    padding: 10px;
}
.tab-group.new-order-type-submit.waiting {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}
.keypad-key {
    font-size: 17px !important;
    border: none;
    margin: 2px;
    border-radius: 3px;
    color: #ffffff;
}
.text-highlight {
    color: yellow;
}
.delivery-field {
    width: 23.2%;
    float: left;
    margin: 0 10px 0px 10px;
}
#bookingInfoCollectForm .delivery-field{
    width: 23%;
}
.delivery-field.one-fifth {
    width: 17.9%;
}
.delivery-field.one-fifth.truned-one-third {
    width: 29.5%;
}
.delivery-field.booking {
    width: 31.7%;
    float: left;
}
.pane.content-configuration {
    padding: 2px;
}
.pane.content-configuration .pane-one-fourth.block {
    float: left;
}
.block-inner {
    margin: 0px;
    padding: 2px;
}
.block-inner .title {
    color: #cccdcc;
    font-size: 11px;
    padding: 3px 0 5px 0;
}
.block.thumbnail {
    width: 100%;
    margin: 0px auto;
    height: 116px;
    background-color: #303547;
}
.thumbnail img {
    max-width: 245px;
    max-height: 100px;
}
.tab-group.config-submit {
    width: 100%;
    border: none;
    margin: 0 auto;
}
.config-submit .tab-item {
    padding: 15px;
    font-size: 11px;
    border-radius: 0px 0px 35px 35px;
}
/*.config-submit button {
    padding: 15px 0px;
    font-size: 15px;
    font-weight: bold;
     border: none;
    width: 100%;
    background-image: linear-gradient(to bottom, #6690ae 0, #176778 100%);
}
*/
.config-submit button {
    padding: 14px 0px;
    font-size: 11px;
    font-weight: bold;
    border: none;
    width: 100%;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    border-radius: 0px 0px 35px 35px;
}
.tab-group.keypad {
    border: none;
}
.table-striped tr:nth-child(2n),thead {
    background: #2a2a2a;
}
tbody {
    background: transparent;
}
td,th {
    padding:2;
    border: none;
    color: #eeeeee;
}
caption {
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eeeeee;
    font-size: 11px;
    text-transform: capitalize;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
}
.caption {
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eeeeee;
    font-size: 11px;
    text-transform: capitalize;
    width: 100%;
    margin: 0 auto;
    padding: 5.5px;
    text-align: center;
}
.breadcurmb.caption {
    border-radius: 0px;
}
.caption-inner {
    text-transform: capitalize;
    color: #eee;
}
.employee-add-block .one-fifth {
    float: left;
    width: 25%;
}
.employee-add-block {
    margin: 0;
    padding: 0;
    width: 100%
}
.employee-add-block .block-inner {
    margin: 0;
    border: none;
    padding: 0px 10px;
    border-radius: 0px;
}
.caption.nav-group.gateway-block-btn {
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eee;
    font-weight: bold;
}
.restaurant-setup-block {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.restaurant-setup-block .block-inner {
    margin: 0 auto;
    border: none;
    padding: 0;
    border-radius: 0px;
    width: 50%;
}
.restaurant-setup-block .block-inner .form-group {
    padding: 10px;
    font-size: 20px;
}
.shcedule-table .checkbox {
    margin-bottom: 0px;
}
.shcedule-table td {
    padding: 1px 5px;
    border: none;
}
.shcedule-table caption {
    padding: 1px 10px;
    border: none;
    text-align: left;
    background: none;
}
.shcedule-table .form-control {
    padding: 3px 10px;
}
.shcedule-table-save .caption-inner {
    padding: 5px;
    color: #ccc;
    text-transform: capitalize;
}
.list-block .caption {
    text-transform: capitalize;
}
.list-block .caption-inner {
    text-transform: capitalize;
    padding: 4px;
    font-size: 12px;
}
.form-block {
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.tab-item.zaman-epos-item {
    padding: 10px;
    text-align: left;
    border: none;
    border-radius: 10px;
    margin: 2px 0px;
}
.item-group {
    padding: 5px;
}
.item-group .tab-group {
    border: none;
}
/* Acordeon styles */
.accordion-wrapper .tab {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.accordion-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-wrapper input.hook-checkbox {
    position: relative!important;
    opacity: 1;
    z-index: 0;
}
.accordion-wrapper label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #007fa1;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    margin-bottom: 1px;
}
.accordion-wrapper .blue label {
    background: #007fa1;
    ;
}
.accordion-wrapper .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #007fa1;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    margin:1px 0px;
}
.accordion-wrapper .blue .tab-content {
    background: #007fa1;
}
.accordion-wrapper .tab-content p {
    margin: 1em;
}
/* :checked */
.accordion-wrapper input:checked ~ .tab-content {
    max-height: 20em;
}
.checkbox {
    margin: 0px;
}
/* Icon */
.accordion-wrapper label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.accordion-wrapper input[type=checkbox] + label::after {
    content: "+";
}
.accordion-wrapper input[type=radio] + label::after {
    content: "\25BC";
}
.accordion-wrapper input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
.accordion-wrapper input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}
.table-striped.table-special {
    margin: 0;
    padding: 0;
}
.table-striped.table-special td, .table-striped.table-special th {
    background: #1D186E;
    padding: 1px 8px;
}
.table-striped.table-special td .form-control, .table-striped.table-special th .form-control {
    padding: 2px;
}
select.form-control {
    height: 31px;
}
.table-special caption {
    padding: 3px;
    text-transform: capitalize;
    font-size: 12px;
}
table tr:active {
    background: none;
}
tr:active, .table-striped tr:active:nth-child(even) {
    background: none;
}
.menu-manager-nav .tab-item.zaman-epos-nav {
    padding: 7px;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eee;
    font-weight: bold;
}
.customer-search-box {
    width: 100%;
    margin: 0px 0px;
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom,#006f8d 0,#2f3030 100%);
    padding: 0px 0px;
    border-radius: 0px;
}
.search-input {
    width: 90%;
    float: left;
    border-radius: 0px;
}
.search-btn {
    width: 10%;
    float: left;
    display: flex;
}
.special-modify-btn-groups .menu-button {
    width: 19.3%;
    float: left;
    text-align: center;
    margin: 2px;
}
.icon, .nav-group-item .icon {
    color: #fff;
}
.list-group-item.order-list-item {
    padding: 2px 5px;
}
.popup-header {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
}
.popup-title {
    width: 90%;
    float: left;
    padding: 13px;
    text-align: left;
}
.popup-close-btn {
    width: 10%;
    padding: 5px 10px;
    float: right;
    text-align: right;
    font-size: 30px;
}
.popup-close-btn .icon {
    color: #bd2d2d;
}
.popup-content {
    color: #eeeeee;
    background: transparent;
    border-radius: 3px;
    overflow-y: auto;
}
.epos-order-list-page .popup-content {
    max-height: 80vh;
    min-height: 80vh;
}
.popup-attributes .popup-content {
    max-height: 80vh;
}
.popup-block .block {
    float: left;
    padding: 0px 5px;
}
.neworder-table-guest.collection-phone.ccfee, #neworderContent .order-new-order, #convertContent .order-new-order {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.tab-group.text-center.radio-checkbox-optiongroup {
    border: none!important;
    background: #064651;
    margin-bottom: 2px;
}
#modifyContent .tab-item.zaman-epos-nav, #toppingsContent .tab-item.zaman-epos-nav{
    padding: 20px 1px;
    font-size: 11px;
}
#modifyContent .search-input {
    width: 89.5%;
}
#modifyContent .menu-button-inner, #toppingsContent .menu-button-inner {
    padding: 15px 2px;
    font-weight: normal;
    font-size: 11px;
    text-transform: capitalize;
}
#paymentContent .tab-group {
    border: none;
}
.pane-payment{
    padding: 10px;
}
.pane-payment-left {
    width: 25%;
    float: left;
}
.pane-payment-middle {
    width: 50%;
    float: left;
}
.pane-payment-right {
    width: 25%;
    float: right;
}
.pane-form-label {
    padding: 10px 0px;
}
#paymentContent .tab-group.payment-type-list .tab-item {
    padding: 20px 0px !important;
    border: none;
    border-radius: 3px;
    margin: 7px 2px;
    font-size: 25px;
    background-image: linear-gradient(to bottom,#006f8d 0,#2f3030 100%);
}
.pane-payment .pane-payment-right .tab-item {
    padding: 14.6px 0px;
    border-radius: 3px;
    margin: 3px 0px;
    background: #005971;
}
.pane-payment .pane-payment-right .tab-item span{
    font-size: 14px;
}
.payment-cancel-icon {
    font-size: 25px !important;
    padding-left: 23px;
    color: #FECCCC;
}
.pane-payment-balance {
    border-radius: 3px;
    padding: 5px;
    height: 360px;
}
.payment-balance-block {
    padding: 20px;
    text-align: center;
    background: #005971;
    margin: 6px 0;
    border-radius: 3px;
    font-size: 14px;
}
.payment-balance-block.due-block {
    background-image: linear-gradient(to bottom, #0773b4 0, #0f0f0f 100%);
    padding: 50px 0px !important;
    font-size: 30px;
}
.menu-button.config-dashboard-icon {
    height: 90px;
    background: #7a80b3;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #244650 0, #00a3c9 100%);
    color: #eeeeee;
    margin: 2px;
}
.dashboard-icon-block {
    padding: 5px;
    font-size: 12px;
}
.dashboard-icon-list {
    padding: 2px;
}
.number-icon {
    padding: 10px;
}
.dashboard-icon-block.icon {
    font-size: 32px;
}
label {
    margin-bottom: 5px;
    font-size: 11px;
}
.tab-group.secondary-navigation {
    border: none;
    background: transparent;
}
.tab-group.secondary-navigation .tab-item {
    background: transparent;
    padding: 10px;
}
.restaurant-setup-block .table-bg, .restaurant-setup-block .bar-bg, .restaurant-setup-block .waiting-bg, .restaurant-setup-block .collection-bg, .restaurant-setup-block .delivery-bg, .restaurant-setup-block .online-bg, .restaurant-setup-block .booking-bg{
    border-radius: 50px;
}
.set-category-item .pane-one-fourth{
    float: left;
    width: 19.5%;
    margin: 2px 2px;
    background: #44657e;
    padding: 5px;
    border-radius: 2px;
}
.has-error{
    color: #f3acac;
}
.tab-content-attr > div {
    padding: 5px;
}
.menu-info-attr {
    padding: 3px;
    font-size: 12px;
}
.attr-block {
    padding: 5px;
    border: 1px solid #a3bcc9;
    border-radius: 10px;
    margin: 10px;
}
.attr-block .pane-one-fourth,.caller-box .pane-one-fourth {
    float: left;
}
.loader {
    width: 15px;
    height: 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #e39c0d;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: 0px auto 0;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.page-loader {
    width: 50px;
    height: 50px;
    border: 9px solid rgba(255, 255, 255, 0.3);
    border-top-color: #e39c0d;
    border-radius: 50%;
    position: fixed;
    animation: loader-rotate 1s linear infinite;
    top: 9%;
    margin: 0px auto 0;
    z-index: 99;
    left: 48%;
}
.newly-added-row {
    background: #8c0a0a;
    border-top: 1px solid #1e1414;
}
.tab-group.quantity-digit-pad {
    border: none;
}
.tab-group.quantity-digit-pad .tab-item {
    padding: 11.8px;
}
.tab-group.quantity-digit-pad.search-digit .tab-item {
    padding: 15px 2px;
}
.tab-group.page-order-tab {
    border: none;
}
.tab-group.page-order-tab .tab-item {
    padding: 13px 0px;
    border: none;
    border-radius: 0px;
}
.qty-badge {
    background: #fff;
    color: #fe0a0a;
    border-radius: 49px;
    padding: 0px 3px;
}
.xdsoft_datetimepicker {
    background: #b5d4d4;
    border-color: #00334b;
    border-width: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eeeeee;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eeeeee;
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label {
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    text-decoration: none !important;
    text-align: left;
}
.qty-box {
    padding: 8px 18px;
    background: #c0f7fe;
    color: #000;
    border-radius: 3px;
}
.popup-attributes .tab-group {
    border: none;
}
.popup-attributes .tab-item{
    text-align: left;
}
.popup-attributes .tab-group .zaman-epos-nav.quantity-digit {
    padding: 16px 10px !important;
}
.popup-attributes td, .popup-attributes th {
    padding: 2px 5px;
    border: none;
    color: #eeeeee;
}
.selectedToppingPlaceHolder .attr-category-element-table {
    border-radius: 0px !important;
}
.attr-category-element-table td, .attr-category-element-table th{
    padding: 2px 10px !important;
}
.popup-attributes .modifier-part .attr-category-element-table td, .popup-attributes .modifier-part .attr-category-element-table th {
    padding: 5px 10px!important;
}
.suggestions-container {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    z-index: 1000;
    position: absolute;
    display : none;
    max-height: 300px;
    overflow: auto;
    opacity: 0.9;
}
.suggestions-container-row {
    padding: 10px;
    margin: 0px;
}
.suggestions-container-row:not(:last-of-type) {
    border-bottom: 1px dashed #eeeeee;
}
.suggestions-container-row:hover,.suggestions-container-row:hover {
    background-image: linear-gradient(to bottom,#006f8d 0,#2f3030 100%);
    border:none;
}
.tab-item.cart-header-nav {
    border-radius: 0px !important;
    padding: 16.9px 10px !important;
}
.report-table{
    background: #eee;
}
.report-table td, .report-table th {
    color: #000;
    padding: 5px 0px;
    border: 1px solid #FFF;
}
.report-table th{
    color: #eee;
}
.report-table .icon{
    color: #078042 
}
caption .icon, .caption .icon, button .icon,.tab-item .icon{
    color: #eee!important;
}
.user-list {
    position: relative;
}

.user {
    width: 50%;
    float: left;
    text-align: center;
}
.login-sidebar{
    background-color: #32b1ec;
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #eeeeee;
}
.hide-category-option{
    display: none;
}
.hide-menu-option{
    display: none;
}
.hide-selection-option{
    display: none;
}
.serveice-date-time .date {
    width: 50%;
    float: left;
}
.serveice-date-time .time {
    width: 50%;
    float: right;
}
.display-area {
    padding: 10px;
}
.kitchen-pane-one{
    background: #eee;
    color: #000;
}
.kitchen-pane-two{
    background: #eee;
    color: #000;
}
.kitchen-pane-three{
    background: #eee;
    color: #000;
}
.kitchen-pane-four{
    background: #eee;
    color: #000;
}
.kitchen-pane-five{
    background-image: linear-gradient(to bottom, #061d26 0, #00d2ff 100%);
    color: #000;
}
.tab-item.kitchen-tab-item {
    padding: 10px 0px;
}
.tab-group.kitchen-tab{
    border-bottom: none;
}
.kitchen-item-category {
    padding: 15px 0px;
    font-size: 24px;
}
.kitchen-item-part {
    padding-left: 12px;
}
.kitchen-item-part .item {
    font-size: 20px;
}
.description,.item-topping {
    font-size: 16px;
}
.report-table.kitchen-counter-table th, .report-table.kitchen-counter-table td {
    font-size: 20px;
}
.tab-group.cart-nav.new-order-tab {
    border: none;
}
.tab-group.cart-nav.new-order-tab .tab-item {
    border-radius: 3px;
}
.sidebar.order-sidebar-nav.category-list.tweenty-five-percent {
    width: 25%;
}
.sidebar.order-sidebar-nav.category-list.tweenty-five-percent .nav-group {
    margin-top: -4px;
}
#eposCategoryList .menu-button-inner {
    border-radius: 3px;
    padding: 15px 1px 1px 1px;
    background-color: #32b1ec;
    color: #ddd8b3;
    font-size: 12.5px;
    height: 55px;
    font-weight: bold;
}
#eposCategoryList .menu-button {
    width: 48.3%;
    float: left;
    text-align: center;
    margin: 0px 3px 1px 1px;
}
#eposCategoryMenuList .menu-button-inner {
    border-radius: 3px;
    padding: 15px 1px 1px 1px;
    background-color: #2f3030;
    background-image: linear-gradient(to bottom,#1f8dad 0,#300202 100%);
    color: #fff;
    font-size: 12px;
    height: 55px;
}

#eposCategoryMenuList .menu-button {
    width: 32.3%;
    float: left;
    text-align: center;
    margin: 2px;
    text-transform: capitalize;
}
.pane-payment-middle .tab-item.zaman-epos-nav {
    padding: 21px 1px;
}
.footer-sticky-top .tab-item.zaman-epos-nav:last-child {
    border-right: 0px!important;
}
.tab-group.footer-sticky.footer-sticky-top .tab-item {
    padding: 10px 1px;
}
.btn-primary-custom-1 {
    border-color: #007d99 #007d99 #007d99;
    background-color: #6eb4f7;
    background-image: linear-gradient(to bottom,#8fbed2 0,#067dab 100%);
    border-radius: 0px;
    color: #eeeeee;
}
.btn-primary-custom-2 {
    border-color: #007d99 #007d99 #007d99;
    background-color: #6eb4f7;
    background-image: linear-gradient(to bottom,#8fbed2 0,#067dab 100%);
    border-radius: 10px;
}
.delivery-bg .table-number,.collection-bg .table-number,.waiting-bg .table-number,.bar-bg .table-number{
    padding-top: 5px;
}
.common-bg{
    background-color: #6eb4f7;
    /*background-image: linear-gradient(to bottom,#8fbed2 0,#067dab 100%);
    */
    background-image: linear-gradient(to bottom,#006f8d 0,#2f3030 100%);
    color: #eee;
}
.tab-item.booking.order-process-status-1 {
    background-image: linear-gradient(to bottom,#006f8d 0,#006f8d 100%);
    color: #eee !important;
}
.tab-item.booking.order-process-status-2 {
    background: #028a00;
}
.tab-item.booking.order-process-status-3 {
    background: #bd1f1f;
}
.booking.order-process-status-1{
    background-image: linear-gradient(to bottom,#006f8d 0,#006f8d 100%);
    color: #eee !important;
}
.booking.order-process-status-2{
    background: #028a00;
}
.booking.order-process-status-3{
    background: #bd1f1f;
}

.logo-lg, .logo-sm, .user-female, .user-male, .new-order, 
.booking-icon, .collection-icon, .delivery-icon, .table-icon, .waiting-icon, 
.bar-icon
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite-responsive.png'); }
.logo-lg { background-position: 0 0%; background-size: 100%; }
.logo-sm { background-position: 0 21.276596%; background-size: 125%; }
.user-female { background-position: 0 30.627871%; background-size: 265.957447%; }
.user-male { background-position: 0 46.248086%; background-size: 265.957447%; }
.new-order { background-position: 0 58.465991%; background-size: 390.625%; }
.booking-icon { background-position: 0 66.195191%; background-size: 520.833333%; }
.collection-icon { background-position: 0 72.984441%; background-size: 520.833333%; }
.delivery-icon { background-position: 0 79.773692%; background-size: 520.833333%; }
.table-icon { background-position: 0 86.562942%; background-size: 520.833333%; }
.waiting-icon { background-position: 0 93.352192%; background-size: 520.833333%; }
.bar-icon { background-position: 0 100%; background-size: 531.914894%; }
.confirm-button.tab-item.green {background: green;}
.confirm-button.tab-item.black {background: black;}
.confirm-button.tab-item.red {background: red;}
@media only screen and (max-width: 768px) {
    .user-list{
        font-size: 75%;
    }
    .brand-time{
        font-size: 150%;
    }
    .login-pad .keypad-key{
        font-size: 150%;
    }
    .dashboard-icon-block{
        font-size: 75%;
    }
    .special-modify-btn-groups .menu-button {
        width: 24%;
    }
    .delivery-field.one-fifth.truned-one-third {
        width: 28.5%;
    }
}
@media only screen and (max-width: 840px) {
    .user-list{
        font-size: 75%;
    }
    .brand-time{
        font-size: 150%;
    }
    .login-pad .keypad-key{
        font-size: 150%;
    }
    .dashboard-icon-block{
        font-size: 75%;
    }
    .special-modify-btn-groups .menu-button {
        width: 24%;
    }
    .delivery-field.one-fifth.truned-one-third {
        width: 28.5%;
    }
}
@media only screen and (max-width: 1024px) {
    .user-list{
        font-size: 75%;
    }
    .brand-time{
        font-size: 150%;
    }
    .login-pad .keypad-key{
        font-size: 150%;
    }
    .dashboard-icon-block{
        font-size: 75%;
    }
    .special-modify-btn-groups .menu-button {
        width: 24%;
    }
    .delivery-field.one-fifth.truned-one-third {
        width: 28.5%;
    }
}
@media print{
    .tab-group,button,form,.no-print{
        display: none !important;
        height: 0;
    }
    .no-print, .no-print *{
        display: none !important;
        height: 0;
    }
}

#category-70 {background-image: linear-gradient(to bottom,#4db919 0,#000 100%);}
#category-71 {background-image: linear-gradient(to bottom,#4db919 0,#000 100%);}
#category-72 {background-image: linear-gradient(to bottom,#f36116 0,#000 100%);}
#category-73 {background-image: linear-gradient(to bottom,#ea2d82 0,#000 100%);}
#category-74 {background-image: linear-gradient(to bottom,#1870fd 0,#000 100%);}
#category-75 {background-image: linear-gradient(to bottom,#f72424 0,#000 100%);}
#category-76 {background-image: linear-gradient(to bottom,#1a153c 0,#352b2b 100%);}
#category-77 {background-image: linear-gradient(to bottom,#061d31 0,#000 100%);}
#category-78 {background-image: linear-gradient(to bottom,#30e4ac 0,#000 100%);}
#category-79 {background-image: linear-gradient(to bottom,#82860b 0,#000 100%);}
#category-80 {background-image: linear-gradient(to bottom,#b919b9 0,#000 100%);}
#category-81 {background-image: linear-gradient(to bottom,#c1b25e 0,#000 100%);}
#category-82 {background-image: linear-gradient(to bottom,#eade26 0,#000 100%);}
#category-83 {background-image: linear-gradient(to bottom,#146517 0,#000 100%);}
#category-84 {background-image: linear-gradient(to bottom,#1923b9 0,#000 100%);}
#category-85 {background-image: linear-gradient(to bottom,#5a1104 0,#000 100%);}
#category-86 {background-image: linear-gradient(to bottom,#19b99e 0,#1020dac7 100%);}
#category-87 {background-image: linear-gradient(to bottom,#b91959 0,#a29e0d 100%);}
#category-88 {background-image: linear-gradient(to bottom,#c3c133 0,#099e97 100%);}
#category-89 {background-image: linear-gradient(to bottom,#5a5e7d 0,#000 100%);}
#category-90 {background-image: linear-gradient(to bottom,#1a0d58 0,#c50909 100%);}
#category-91 {background-image: linear-gradient(to bottom,#690606 0,#000 100%);;}
#category-92 {background-image: linear-gradient(to bottom,#35081e 0,#000 100%);}
#category-93 {background-image: linear-gradient(to bottom,#ece90c 0,#000 100%);}
#category-94 {background-image: linear-gradient(to bottom,#d4597f 0,#000 100%);}
#category-95 {background-image: linear-gradient(to bottom,#021f08 0,#000 100%);}
#category-96 {background-image: linear-gradient(to bottom,#022924 0,#000 100%);}
#category-97 {background-image: linear-gradient(to bottom,#4db919 0,#000 100%);}
#category-98 {background-image: linear-gradient(to bottom,#4db919 0,#000 100%);}
#category-99 {background-image: linear-gradient(to bottom,#f36116 0,#000 100%);}
#category-100 {background-image: linear-gradient(to bottom,#ea2d82 0,#000 100%);}
#category-101 {background-image: linear-gradient(to bottom,#1870fd 0,#000 100%);}
#category-102 {background-image: linear-gradient(to bottom,#f72424 0,#000 100%);}
#category-103 {background-image: linear-gradient(to bottom,#1a153c 0,#352b2b 100%);}
#category-104 {background-image: linear-gradient(to bottom,#061d31 0,#000 100%);}
#category-105 {background-image: linear-gradient(to bottom,#30e4ac 0,#000 100%);}
#category-106 {background-image: linear-gradient(to bottom,#82860b 0,#000 100%);}
#category-107 {background-image: linear-gradient(to bottom,#b919b9 0,#000 100%);}
#category-108 {background-image: linear-gradient(to bottom,#c1b25e 0,#000 100%);}
#category-109 {background-image: linear-gradient(to bottom,#eade26 0,#000 100%);}
#category-110 {background-image: linear-gradient(to bottom,#146517 0,#000 100%);}
#category-111 {background-image: linear-gradient(to bottom,#1923b9 0,#000 100%);}
#category-112 {background-image: linear-gradient(to bottom,#5a1104 0,#000 100%);}
#category-113 {background-image: linear-gradient(to bottom,#19b99e 0,#1020dac7 100%);}
#category-114 {background-image: linear-gradient(to bottom,#b91959 0,#a29e0d 100%);}
#category-115 {background-image: linear-gradient(to bottom,#c3c133 0,#099e97 100%);}
#category-116 {background-image: linear-gradient(to bottom,#5a5e7d 0,#000 100%);}
#category-117 {background-image: linear-gradient(to bottom,#1a0d58 0,#c50909 100%);}
#category-118 {background-image: linear-gradient(to bottom,#690606 0,#000 100%);;}
#category-119 {background-image: linear-gradient(to bottom,#35081e 0,#000 100%);}
#category-120 {background-image: linear-gradient(to bottom,#ece90c 0,#000 100%);}
#category-121 {background-image: linear-gradient(to bottom,#d4597f 0,#000 100%);}
#category-122 {background-image: linear-gradient(to bottom,#021f08 0,#000 100%);}
#category-123 {background-image: linear-gradient(to bottom,#022924 0,#000 100%);}


