body {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #055576 transparent transparent transparent;
  }

    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s;
    }

    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s;
    }

    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s;
    }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a, .navbar, button, input, ul.image_list li a.fancybox:after {
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

a, button {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

#wrapper {
  width: 100%;
}

.container {
  float: none;
  margin: 0 auto;
  max-width: 816px;
  width: 100%;
}

.head_section {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0;
}

.log-btn {
  display: inline-block;
  font-size: 17.46px;
  font-family: 'MyriadPro-Regular';
  color: #fff;
}

  .log-btn .fa {
    font-size: 25px;
    color: #055576;
  }

.log-btn {
  display: inline-block;
  font-size: 17.46px;
  font-family: 'MyriadPro-Regular';
  color: #fff;
  position: relative;
  top: 6px;
  margin-left: 8px;
}

.user_menu {
  text-align: right;
}

.log-btn .fa {
  font-size: 25px;
  color: #055576;
  top: 3px;
  position: relative;
}

.user_menu {
  text-align: right;
  float: right;
  margin-top: 15px;
}

.head_info {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10% 0 0;
}

  .head_info h1 {
    font-size: 32.49px;
  }

.menu_area {
  float: left;
  width: 100%;
}

  .menu_area ul {
    float: left;
    width: 100%;
    text-align: center
  }

    .menu_area ul li {
      display: inline-block;
    }

  .menu_area li a {
    display: inline-block;
    font-size: 17.46px;
    font-family: 'MyriadPro-Regular';
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
  }

  .menu_area li:hover a, .menu_area li.active a {
    background: #055576;
  }

.menu_area {
  float: left;
  width: 100%;
  margin-top: 69px;
}

.dash-order-tab li {
  height: 105px;
  width: 290px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 40px;
}

  .dash-order-tab li:nth-child(3),
  .dash-order-tab li:nth-child(6),
  .dash-order-tab li:nth-child(9),
  .dash-order-tab li:nth-child(12),
  .dash-order-tab li:nth-child(15),
  .dash-order-tab li:nth-child(18),
  .dash-order-tab li:nth-child(21) {
    margin-right: 0px;
  }

  .dash-order-tab li .dbox {
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 105px;
    padding: 20px 15px;
    transition: all 0.5s linear;
    position: relative
  }

.tab-icon .fa {
  font-size: 50px;
  color: #055576;
}

.tab-icon {
  float: left;
}

.tab_text {
  float: right;
  text-align: right;
  color: #67757c;
}

  .tab_text h2 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 38px;
  }

  .tab_text span {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  }

.order-section {
  float: left;
  width: 100%;
  padding: 68px 0 180px;
}

.dash-order-tab ul li.active .dbox, .dash-order-tab ul li .dbox:hover {
  background: #055576;
  border-color: #055576;
}

  .dash-order-tab ul li.active .dbox .fa, .dash-order-tab ul li .dbox:hover .fa {
    color: #fff;
  }

  .dash-order-tab ul li.active .dbox .tab_text, .dash-order-tab ul li .dbox:hover .tab_text {
    color: #fff;
  }

.link.card-btn-reload {
  position: absolute;
  top: 0;
  right: 8px;
}

  .link.card-btn-reload .fa.fa-circle-thin, .link.card-btn-reload2 .fa.fa-circle-thin, .tab_text .fa.fa-ellipsis-v {
    color: #d6d6d6;
  }

.link.card-btn-reload2 {
  position: absolute;
  top: 0;
  right: 21px;
}

.tab_text .card-controls {
  position: absolute;
  top: 0;
  right: 8px;
}

#footer {
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}

#footer {
  font-size: 13px;
}

.order-section-menu {
  float: left;
  width: 100%;
  padding: 42px 0;
}

.panel .card-link:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 23px;
  position: relative;
  right: 26px;
}

.panel-open .card-link:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 23px;
  position: relative;
  right: 26px;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: none;
  border-bottom: none;
  background: none;
}

.card-link {
  text-align: center;
  float: left;
  width: 100%;
  background: #055576;
  color: #fff !important;
  font-size: 23.39px;
  font-family: 'MyriadPro-Regular';
  padding: 9px 0;
  border-radius: 100px;
}

.panel .card-link {
  background: #ff0000;
}

.panel-open .card-link {
  background: #055576;
}

.card {
  border: 1px solid #fff;
  margin-bottom: 29px;
}


.item_img {
  float: left;
  width: 100%;
}

  .item_img img {
    float: left;
    width: 100%;
  }

.card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}

.menuList {
  float: left;
  width: 100%;
  margin-bottom: 33px;
}

.itemDetail h4, .itemPrice h4 {
  font-size: 23.39px;
  font-family: 'MyriadPro-Regular';
  color: #000;
  line-height: 20px;
}

.itemDetail span {
  color: #055576;
  font-size: 15px;
  font-family: 'MyriadPro-Regular';
}

.itemDetail p {
  font-size: 19.49px;
  color: #000;
  line-height: 26px;
  float: left;
  width: 100%;
  margin-top: 14px;
}

.item-btn a {
  float: left;
  width: 100%;
  text-align: center;
  color: #055576;
  font-size: 16.25px;
  border: 1px solid #055576;
  border-radius: 100px;
  padding: 3px 0;
  margin-bottom: 10px;
}

  .item-btn a:hover, a.show {
    border: 1px solid #ff0101;
    color: #ff0101;
  }

.item-btn {
  float: left;
  width: 100%;
  margin-top: 28px;
}

.itemPrice {
  float: left;
  width: 100%;
  text-align: center;
}

.addNewItem {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 65px;
}

  .addNewItem button.item-add-btn {
    display: inline-block;
    max-width: 492px;
    width: 100%;
    border: none;
    background: #055576;
    color: #fff;
    font-size: 23.39px;
    font-family: 'MyriadPro-Regular';
    border-radius: 100px;
    padding: 8px 0;
    transition: all 0.5s linear;
  }

    .addNewItem button.item-add-btn:hover {
      opacity: 0.8
    }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

  [type="checkbox"]:checked + label,
  [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
  }

    [type="checkbox"]:checked + label::before, [type="checkbox"]:not(:checked) + label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border: 2px solid #3b3b3b;
      border-radius: 3px;
      background: #fff;
    }

    [type="checkbox"]:checked + label::after, [type="checkbox"]:not(:checked) + label::after {
      content: '\f00c';
      font-family: 'FontAwesome';
      color: #fff;
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font-size: 15px;
      background: #055576;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 2px;
    }

    [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }






[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
  }

    [type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border: 2px solid #3b3b3b;
      border-radius: 3px;
      background: #fff;
    }

    [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
      content: '\f00c';
      font-family: 'FontAwesome';
      color: #fff;
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font-size: 15px;
      background: #055576;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 2px;
    }

    [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

.modal-body {
  text-align: left;
}

.modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #67757c;
  font-weight: 300;
}

.modal-body label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #67757c;
  width: 100%;
}

.form-group p {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.select2-container {
  width: 100% !important;
}

.select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  height: 35px;
}

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8f99aa;
    line-height: 33px;
    font-size: 14px;
  }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
  font-size: 14px;
  color: #8f99aa;
  opacity: 1 !important;
  padding: 0 3px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  cursor: text;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 35px;
  user-select: none;
  -webkit-user-select: none;
  /* line-height: 26px; */
}

.form-control {
  font-size: 14px;
  color: #8f99aa;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0px;
  padding: .375rem .50rem;
  height: auto;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f99aa;
  opacity: 1 !important;
}

.modal-body ::-moz-placeholder { /* Firefox 19+ */
  color: #8f99aa;
  opacity: 1 !important;
}

.modal-body :-ms-input-placeholder { /* IE 10+ */
  color: #8f99aa;
  opacity: 1 !important;
}

.modal-body :-moz-placeholder { /* Firefox 18- */
  color: #8f99aa;
  opacity: 1 !important;
}

.modal-content {
  border-radius: 0px;
}

.modal-footer .btn-primary[type="submit"] {
  background: #faa64b;
  border-color: #faa64b;
  border-radius: 0px;
  float: left;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}

  .modal-footer .btn-secondary[type="button"] {
    background-color: #f4f4f4;
    color: #455a64;
    border-color: #ddd;
    float: right;
    border-radius: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

.btn-secondary[type="button"]:hover {
  background-color: #e7e7e7;
}

.modal-footer .btn-primary[type="submit"]:hover {
  background: #055576;
}

.close.fileinput-remove {
  display: none;
}

.input-group.file-caption-main .btn {
  padding: 0.280rem .75rem;
}

.btn.btn-primary.btn-file {
  background: #055576;
  border-color: #055576;
  border-radius: 0px;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1em;
  padding: 20px 10px;
  cursor: default;
}

.fa.fa-plus-circle.text-warning {
  display: none;
}

.select2-search__field, .select2-results__option.select2-results__message {
  font-size: 14px;
}

.select2-results__options {
  text-align: left;
  font-size: 14px;
}

.file-input.theme-explorer-fa.file-input-ajax-new .file-preview {
  display: none !important
}

.btn.btn-default.btn-secondary.fileinput-remove.fileinput-remove-button {
  display: none;
}

.btn.btn-default.btn-secondary.fileinput-upload.fileinput-upload-button {
  display: none;
}

.btn.btn-primary.btn-file {
  font-size: 14px;
  padding: 7px 15px;
  height: 35px;
}

.theme-explorer-fa .explorer-frame td {
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
}

.kv-file-upload.btn.btn-kv.btn-default.btn-outline-secondary {
  display: none;
}

.kv-file-zoom.btn.btn-kv.btn-default.btn-outline-secondary {
  display: none;
}

.file-preview {
  border-radius: 0;
  border: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

.file-drop-zone {
  border: 1px dashed rgba(0,0,0,.15);
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 12px 0;
  padding: 5px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #055576;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #055576;
    color: #fff !important;
  }

.tooltip {
  font-size: 12px;
}

.icons {
  margin: 0 8px;
  position: relative;
  top: 3px;
  display: inline-block;
}

  .icons span {
    background: #ff0000;
    position: absolute;
    font-size: 12px;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 100px;
    padding: 0 0;
    left: 13px;
  }

.log-btn img {
  position: relative;
  top: -1px;
}

.todays-order-section {
  float: left;
  width: 100%;
  padding: 75px 0;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #055576;
  border-color: #055576;
}

.switch {
  float: right;
}

.new-order {
  float: left;
  width: 100%;
}

  .new-order p {
    font-size: 23.39px;
    font-family: 'MyriadPro-Regular';
    color: #055576;
  }

.order-title {
  float: left;
}

.order-total {
  float: right;
}

  .order-total span {
    font-family: 'MyriadPro-Semibold';
  }

.btn.btn-toggle {
  margin: 0 42px 0 4rem;
}

.order-container {
  float: none;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
}

.new-order {
  float: left;
  width: 100%;
  border: 3px solid #055576;
  border-radius: 100px;
  padding: 6px 25px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.table {
  font-family: 'MyriadPro-Regular';
}

  .table th {
    text-align: center;
  }

  .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 16.25px;
    color: #000;
    text-align: center;
  }

  .table th {
    font-weight: 400;
    border-top: none !important;
    padding-bottom: 20px;
    vertical-align: bottom;
  }

  .table td {
    border-color: #000;
    padding-bottom: 25px;
  }

   

.detail-order {
  border-radius: 4px !important;
  padding: 20px 18px !important;
}

.received {
  background: #c2c2c2 !important;
  border-radius: 4px !important;
  margin-top: 10px;
}

.order-del-date {
  background: #C2C2C2;
  color: #fff;
  padding: 6px 6px;
  border-radius: 100px;
}

.ref p, .switch {
  font-family: 'MyriadPro-Regular';
}

.setting-1 .form-control {
  padding: .175rem .50rem
}


.menu-item-view-section {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-right: 75px;
  padding-left: 75px;
}


.extra-table {
  max-height: 250px;
  overflow: auto;
}

.extra-category-container {
  padding-top: 20px;
}

.extra-category-title {
  /*background-color: #0555764f;
	padding: 10px;
	margin: 15px;
	border-radius: 5px;
	border-color: grey;*/
  border-bottom: 1px solid orange;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.extras-title {
  color: #055576;
  font-size: 35px;
}


.extra-category {
  padding: 10px;
  background-color: #055576;
  border-radius: 10px;
  vertical-align: middle;
  line-height: 20px;
  margin-bottom: 10px;
  color: white;
  cursor: pointer;
}

.extra-category-title .float-right {
  margin-top: 10px;
  margin-right: 5px;
}

.extra-category .float-right {
  margin-left: 5px;
}


.extra-category.active {
  background-color: #009de0;
}

.extra-category:hover {
  background-color: #009de0;
}


.extra-items-title {
  /*border-color:#e1bb9e;
		border:solid 1px;
		border-radius:10px;*/
  border-bottom: 1px solid orange;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

  .extra-items-title .extra-item-title-text {
    color: #055576;
    font-size: 35px;
  }

  .extra-items-title .float-right {
    margin-left: 10px;
    margin-top: 10px;
  }

  .extra-items-title .float-left {
    margin-right: 10px;
    margin-top: 10px;
  }

.fake-link {
  cursor: pointer;
  color: blue;
}

  .fake-link :hover {
    text-decoration: underline;
  }

.ng-invalid.ng-touched,
.ng-submitted .ng-invalid {
  border-color: red;
}

  .ng-invalid.ng-touched .select2-container,
  .ng-submitted .ng-invalid .select2-container {
    border-color: red;
  }

@media print {
  .content-header, .left-side, .main-header, .main-sidebar, .no-print {
    display: none !important;
  }

  .content-wrapper, .main-footer, .right-side {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important;
  }

  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .invoice-col {
    float: left;
    width: 33.3333333%
  }

  .table-responsive {
    overflow: auto;
  }

    .table-responsive > .table tr td, .table-responsive > .table tr th {
      white-space: normal;
    }
}

.truck-state {
  float: left;
  margin: 5px;
}

.invoice-logo {
  max-height: 100px !important;
}

@media print {

  .invoice-logo {
    height: 100px !important;
  }
}

.login-box.register-box {
  width: 700px;
}

.register-box .form-group {
  text-align: left;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.btn:disabled {
  cursor: no-drop;
}

  .btn:disabled:hover {
    background-color: transparent !important;
  }

.section-padding {
  padding: 30px 0 !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.f-t-25 {
  font-size: 25px;
}

/****************************************Responsive CSS*******************************************************/

@media (max-width: 479px) and (min-width: 320px) {

  .drop_box-ex {
    float: left;
    width: 100%;
    padding-right: 25px;
  }

  .btn {
    margin: 0 !important;
    margin-bottom: 10px !important;
    border-radius: 100px;
  }

  .col-3.search-filter {
    max-width: 100% !important;
    margin-top: 6px !important;
  }

  .padding15 {
    padding: 0 !important;
  }

  .todays-order-section {
    /*    padding: 020px 0 20px!important;*/
  }

  .extras-title {
    color: #055576;
    font-size: 22px;
    text-align: center;
  }

  .width-50 {
    width: 100%;
  }

  td.uib-time.am-pm .btn {
    border-radius: 4px;
    height: 32px;
    margin-bottom: 0 !important;
  }

  .row.padding15.checkboxar.ng-scope {
    margin: 0;
    position: relative;
    left: -12px;
    top: -15px;
  }

  .btn, .btn:hover {
    display: block;
    width: auto;
    padding: 4px 28px;
    margin-top: 10px !important;
  }

  input.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {
    margin: 0 auto;
  }

  .mt-20 {
    margin-top: 0;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .btn {
    margin: 0 auto !important;
  }

  .col-3.search-filter .btn {
    width: 100% !important;
  }

  .row.padding15.checkboxar {
    margin: 15px 26px;
  }

  .w-100 .btn {
    width: 94% !important;
    margin-left: 0 !important;
    height: 36px;
    font-size: 16px;
  }

  .btn-default {
    background-color: transparent;
    color: #455a64;
    border-color: transparent;
  }

    .btn-default.hover, .btn-default:active, .btn-default:hover {
      background-color: transparent;
    }

  .box-body {
    overflow-y: inherit !important;
  }
}

@media (max-width: 768px) {
  .ar .m-b-50 {
    margin-top: 10px !important;
  }
    .box-body {
    overflow-y: inherit !important;
  }

  .btn-default.hover, .btn-default:active, .btn-default:hover {
    background-color: transparent;
  }

  .btn-default {
    background-color: transparent;
    color: #455a64;
    border-color: transparent;
  }

  .drop_box-ex {
    float: left;
    width: 100%;
    padding-right: 25px;
  }

  .w-100 .btn {
    width: 50% !important;
    margin-left: 0 !important;
    height: 36px;
    font-size: 16px;
  }

  .ar #rodayOrder .new-order .order-title {
    position: inherit !important;
    right: 0 !important;
    text-align: center;
  }

  .ar #rodayOrder .new-order .order-total {
    position: relative !important;
  }

  .ar .label-cus-color .search-1, .ar .label-cus-color .search-3 {
    position: inherit !important;
  }

  body .btn {
    margin-bottom: 6px !important;
    margin-top: 4px !important;
  }

  .menu_area li a {
    font-size: 16px !important;
    text-align: center;
  }

  .ar [type="checkbox"]:checked + label, .ar [type="checkbox"]:not(:checked) + label {
    display: inline-block;
    color: #666;
    width: 100%;
    float: right;
    display: flex;
  }

  .row.padding15.checkboxar.ng-scope .col-4 {
    flex: 100% !important;
    max-width: 100% !important;
    display: inline-block !important;
  }

  .ar .label-cus-color .search-2 {
    margin-left: 0 !important;
  }

  .ar .setting-1 .btnsettings .form-group {
    margin-left: 0 !important;
  }

  .ar .setting-1 .search-filter {
    margin-left: 0 !important;
    width: 100%;
  }

  .row.padding15.checkboxar {
    margin: 15px 26px;
  }

  .col-3.search-filter .btn {
    width: 100% !important;
  }

  .btn {
    margin: 0 auto !important;
  }

  .mt-20 {
    margin-top: 0;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  input.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {
    margin: 0 auto;
  }

  .btn, .btn:hover {
    display: block;
    width: auto;
    padding: 4px 20px;
    /*    margin-top: 10px !important;*/
  }

  .login-page, .register-page, .hold-transition.login-page {
    height: 100vh !important;
  }

  .row.mbotm.filters-cus .btn, .row.mbotm.filters-cus .btn:hover {
    width: 100%;
  }

  .new-order {
    text-align: center;
  }

    .new-order p {
      width: 100%;
    }

  .menu_area li a {
    border-radius: 100px;
    width: 100%;
    border: 1px solid;
    margin-bottom: 10px;
  }

  .menu_area ul li {
    display: flex;
    width: 45%;
    text-align: left;
    float: left;
    margin-right: 10px;
  }

  .menu_area {
    margin-top: 38px;
  }

  .dash-order-tab li {
    margin-right: 0;
  }

  .row.mbotm.filters-cus .col-3 {
    flex: 100%;
    max-width: 100%;
  }

  .user_menu {
    margin-top: 0;
  }

  .head_info h1 {
    font-size: 24.49px;
  }

  .card-body {
    padding-top: 0;
  }

  .item_img img {
    margin-bottom: 20px;
  }

  .itemDetail h4, .itemPrice h4 {
    line-height: 28px;
  }

  table {
    left: 0 !important;
    position: relative;
  }

  .extras-title {
    color: #055576;
    font-size: 22px;
  }

  .addNewItem {
    float: inherit;
    width: 78%;
    text-align: center;
    margin-top: 38px;
    margin: 0 auto;
    line-height: 32px;
  }

  .offset-2 {
    margin-left: -0.333333%;
    width: 70%;
    max-width: 80%;
    flex: auto;
    margin-top: -14px;
  }

  .dash-order-tab li {
    margin-bottom: 10px;
  }

  .order-section {
    padding: 20px 0 40px;
  }

  .card-link {
    border-radius: 6px;
  }

  .panel-group .panel-title {
    padding: 0px 0px 8px 0px;
  }

  .btn, .btn:hover {
    margin: 6px;
  }

  .new-order {
    border: 2px solid #055576;
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .round-input-control {
    width: 100%;
  }

  .table td a {
    padding: 6px 0;
    border-radius: 6px;
    font-size: 13px;
  }

  .table {
    overflow-y: hidden;
    width: 100%;
    left: 0;
    display: block;
  }

  table {
    overflow-y: hidden;
    left: 0 !important;
    display: block;
    width: 280px;
  }

  .wrapper, body {
    overflow-x: inherit;
    overflow-y: inherit;
  }

  .col-3.search-filter {
    max-width: 50%;
  }

  .pagination li a {
    padding: inherit;
  }

  .row.padding15 a.btn {
    padding: 8px 64px;
    margin-top: 0;
    display: initial;
  }

  .col-3.search-order, .row.mtopbotm15 .col-3 {
    max-width: 100%;
    flex: inherit;
  }

  .todays-order-section {
    padding: 70px 0 20px;
  }

  .float-right {
    float: inherit !important;
  }

  .menu-item-view-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-3.search-filter {
    flex: inherit;
  }

  .p-l-50 {
    padding-left: 20px;
  }

  .row.extra-category-container .col-4 {
    flex: inherit;
    max-width: 100%;
  }

  .row.extra-category-title .col-4, .row.extra-category-title .col-3, .row.label-cus-color .col-4, .col-4.ar-dir, .col-3.delivryar, .row.padding15.checkboxar .col-3 {
    flex: inherit;
    max-width: 100%;
  }

  .col-6.search-filter {
    width: 100%;
    flex: inherit;
    max-width: 100%;
  }

  .setting-1 .btn-primary {
    padding: 6px;
    text-align: center;
  }

  .padding15 {
    /*     margin: 15px 26px;*/
  }

  .col-3.offset-9 {
    width: 100%;
    max-width: 100%;
    flex: inherit;
    margin-left: 0;
    margin-bottom: 14px;
  }

  .dash-order-tab {
    text-align: center !important;
  }

  .modal-header.ar-dir .btn {
    width: 40%;
    margin: 6px;
  }

  .row.padding15.checkboxar.ng-scope {
    margin: 0;
    position: relative;
    left: -12px;
    top: -15px;
  }

  .login-page, .register-page {
    height: 100vh !important;
  }

  .row.mbotm.filters-cus .col-3 .btn {
    width: 100% !important;
    margin: 6px;
  }
}

@media (max-width: 1023px) and (min-width: 992px) {
  .row.mbotm.filters-cus .col-3 .btn {
    width: 100% !important;
    margin: 6px;
  }

  .row.mbotm.filters-cus .col-3 {
    flex: 100%;
    max-width: 53%;
    margin: 0 auto;
  }

  .table {
    overflow-y: hidden;
    width: 100%;
    left: 0;
    display: block;
  }

  table {
    overflow-y: hidden;
    left: 0;
    display: block;
    width: 280px;
  }

  .mtopbotm15 {
    text-align: center;
  }

  .modal-header.ar-dir .btn {
    width: 40%;
    margin: 6px;
  }

  .form-control {
    display: block;
    width: 100%;
    height: 50px !important;
    margin: 0 auto;
    margin-top: 14px;
  }

  .mbotm, .mbotm20 {
    margin-bottom: 0;
  }

  .table td a {
    border-radius: 6px;
  }

  h4.ng-binding {
    text-align: center;
  }

  .form-group .btn {
    /*width: 50%;*/
    text-align: center;
  }

  .drop_box .form-group {
    text-align: center;
    width: 100%;
  }

  .col-3.search-filter {
    width: 100%;
    flex: 100%;
    max-width: 48%;
  }

  .row.mtopbotm15 .col-3 {
    max-width: 90%;
    flex: 100%;
  }

  .mt-20 {
    margin-top: 0px !important;
  }

  .input-group-btn {
    position: relative;
    top: 20px;
  }

  .row.extra-category-container .col-4 {
    flex: 100%;
    max-width: 44%;
    margin: 10px;
  }

  .width-50 {
    width: 100%;
  }

  .uib-time input {
    width: 60px;
    margin: 8px;
  }

  button.btn.btn-default.text-center.ng-binding {
    width: 100%;
  }

  .extra-category-title .float-right {
    margin-top: 0px;
    margin-right: 0px;
    width: 40%;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  button.btn.btn-default.text-center.ng-binding {
    padding: 8px 20px;
  }

  .width-50 {
    width: 100%;
  }

  .extra-category-title .float-right {
    margin-top: 0px;
    margin-right: 0px;
    width: 40%;
  }

  .uib-time input {
    width: 60px;
    margin: 8px;
  }

  .row.extra-category-container .col-4 {
    flex: 100%;
    max-width: 44%;
    margin: 10px;
  }

  .input-group-btn {
    position: relative;
    top: 20px;
  }

  .mt-20 {
    margin-top: 0px !important;
  }

  .row.mtopbotm15 .col-3 {
    max-width: 90%;
    flex: 100%;
  }

  .col-3.search-filter {
    width: 100%;
    flex: 100%;
    max-width: 48%;
  }

  .form-group .btn {
    /*width: 50%;*/
    text-align: center;
  }

  .drop_box .form-group {
    text-align: center;
    width: 100%;
  }

  h4.ng-binding {
    text-align: center;
  }

  .row.mbotm.filters-cus .col-3 .btn {
    width: 100% !important;
    margin: 6px;
  }

  .row.mbotm.filters-cus .col-3 {
    flex: 100%;
    max-width: 53%;
    margin: 0 auto;
  }

  .table {
    overflow-y: hidden;
    width: 100%;
    left: 0;
    display: block;
  }

  table {
    overflow-y: hidden;
    left: 0;
    display: block;
  }

  .mtopbotm15 {
    text-align: center;
  }

  .modal-header.ar-dir .btn {
    width: 40%;
    margin: 6px;
  }

  .form-control {
    display: block;
    width: 100%;
    height: 50px !important;
    margin: 0 auto;
    margin-top: 14px;
  }

  .mbotm, .mbotm20 {
    margin-bottom: 0;
  }

  .table td a {
    border-radius: 6px;
  }
}

body.en.nimbus-is-editor .table td, .table th {
  padding: 1.75rem !important;
}

.box-body table.table {
  max-height: inherit !important;
}

.tbl-left th, .tbl-left td {
  text-align: left;
}

.ar .tbl-left th, .ar .tbl-left td {
  text-align: right;
}

.sb-options .tab-content{
  background-color: #f9fafb;
  padding: 15px 12px;
}

.sb-options .nav-item {
  margin: 0px !important;
}

.sb-options .center-btn {
  margin: 0 auto;
}

.sb-options .padding-right-0 { /*reduce spaces between col-md-6*/
  padding-right: 0;
  padding-left: 15px;
}

.ar .sb-options .padding-right-0 {
  padding-left: 0;
  padding-right:15px;
}

.table-scrollable{
  overflow-x:auto;
}

.editor-tab-content .tab-content {
  background-color: #f9fafb;
  padding: 15px 12px;
}

.editor-tab-content .nav-item {
  margin:0px !important;
}

.f-t-13{
  font-size: 13px !important;
}

.ar .p-l-0{
  padding-left:0px !important;
}

[type=checkbox]:checked:disabled + label:after {
  border: none;
  background-color: rgba(0, 0, 0, .26);
}

[type=checkbox]:checked:disabled + label:before {
  border: 0px;
}
.padding-top-3{
  padding-top:3px;
}
.table thead
{
  background:white;
}
body{
  overflow-x:auto;
}
.table{
  overflow:initial !important;
}