/*-----Blue color Shade-------*/
body {
  font-size: 13px !important;
  background: #f2f4f4;
}

.font_size12 {
  font-size: 12px;
}

.margin_t_3 {
  margin-top: 3px;
}

a:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.container-bg {
  background-color: #f0f0f0;
}

table th, td {
  font-size: 12px !important;
  padding: 4px 6px !important;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

ul, li {
  display: list-item;
  list-style-type: none;
  text-decoration: none;
  text-align: -webkit-match-parent;
}

.disable-button {
  background-color: #e5e5e5 !important;
  cursor: not-allowed !important;
  height: 46px;
  border-radius: 4px;
  border: none;
}

.loaderforcurrent {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 99999999;
}

.loaderforcurrent img {
  width: 100%;
  display: block;
  height: 3px;
}

.disablewholepage {
  pointer-events: none;
}

.shiftlogin {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  background-color: #e5e5e5;
}

.errormsg-tblbkng {
  width: 100%;
  float: left;
  text-align: center;
  padding: 8px 15px;
  top: 0;
  left: 0;
  line-height: 27px;
  position: absolute;
  background: #ff3333;
  z-index: 55555;
  color: #ffffff;
}

.sucesmsg-tblbkng {
  width: 100%;
  float: left;
  text-align: center;
  padding: 8px 15px;
  top: 0;
  left: 0;
  line-height: 27px;
  position: absolute;
  background: #48960C;
  z-index: 55555;
  color: #ffffff;
}

.shiftlogin-container {
  margin: 0 1% !important;
  padding: 0;
}

.shiftlogin-head {
  width: 100%;
  margin: 0 auto !important;
  background-color: #0150b0;
  color: #ffffff;
  padding: 12px 20px;
  margin-top: 10px !important;
}

.shiftlogin-linehght {
  line-height: 35px;
  font-size: 14px;
}

.shiftlogin-head-propertyicon {
  background-image: url("../images/property-icon.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.shiftlogin-linehght {
  line-height: 35px;
  font-size: 14px;
}

.shiftlogin-head-dateicon {
  background-image: url("../images/date-icon.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.shiftlogin-linehght {
  line-height: 35px;
  font-size: 14px;
}

.shiftlogin-head-timeicon {
  background-image: url("../images/timeicon.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.shiftlogin-linehght {
  line-height: 35px;
  font-size: 14px;
}

.shiftlogin-head-servericon {
  background-image: url("../images/servericon.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.shiftlogin-col-right-brder {
  box-shadow: 0px 4px 5px #dadada;
  background-color: #ffffff;
  padding: 10px !important;
  color: #666666;
  height: 575px !important;
}

.shiftlogininput {
  width: 100% !important;
  border-radius: 4px;
  padding: 15px 28px 13px 10px !important;
  border: 1px solid #dadada !important;
  background-color: #ffffff;
}

.shiftlogin-bluebtn {
  background-color: #002e65;
  box-shadow: 0 3px #0150b0;
  border: none;
  width: 90%;
  padding: 6px 21px;
  height: 46px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 9px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.shiftlogin-bluebtn-disable {
  background-color: #bcbcbc;
  box-shadow: 0 3px #666666;
  border: none;
  width: 90%;
  padding: 6px 21px;
  height: 46px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 9px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: not-allowed;
}

.shiflogin-confirm {
  background-color: #002e65;
  box-shadow: 0 3px #0150b0;
  color: #ffffff;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: 3px;
  padding: 14px 5px;
}

.shiflogin-confirm:hover {
  background-color: #0150b0;
}

.shiflogin-confirm:focus {
  outline: none;
}

.shiflogin-logout {
  background-color: #bcbcbc;
  box-shadow: 0 3px #999999;
  border: none;
  width: 100%;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 14px 15px;
}

.shiflogin-logout:hover {
  background-color: #89bceb;
}

.shiflogin-logout:focus {
  outline: none;
}

.shiftloginhead input[type=date] {
  border: 1px solid #ffffff;
  width: 100%;
  color: #000000;
  padding: 7px 5px 7px 37px;
  border-radius: 3px;
}

.shiftloginhead input[type=time] {
  border: 1px solid #ffffff;
  width: 100%;
  color: #000000;
  padding: 7px 5px 7px 37px;
  border-radius: 3px;
}

.shiftloginhead input[type=number] {
  border: 1px solid #bcbcbc;
  width: 100%;
  padding: 5px 15px;
}

.shiftloginhead input[type=text]:focus, input[type=date]:focus {
  outline: none;
}

.shiftlogin-linehght {
  line-height: 35px;
  font-size: 14px;
}

.padding-left-72 {
  box-shadow: 0px 4px 5px #dadada;
  background-color: #ffffff;
  height: 575px !important;
  color: #666666 !important;
  padding-top: 9px;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-top-100 {
  padding-top: 36px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.overlay-popup {
  background-color: #181818;
  top: 0;
  opacity: 0.9;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 100%;
  z-index: 99999999999;
}

.line-height48 {
  line-height: 48px;
}

.session-popup30 {
  width: 30%;
  margin: -90px 35% 0 35%;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  top: 30%;
  color: #373737;
  left: 0;
  z-index: 9999999999;
  position: absolute;
  border: 1px solid #3fbe00;
}

.session-popup30 h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  padding: 5px 15px;
  width: 100%;
  border-bottom: 1px solid #999999;
  color: #373737;
}

.session-popup30 label {
  font-size: 11px !important;
  color: #879317;
  margin: 7px 0 -6px 0;
  display: block;
  position: inherit;
}

.session-popup30 input[type=text] {
  width: 100%;
  border: 1px solid #a3afb7;
  margin: 0 0 10px 0;
  padding: 6px 3px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}

.session-popup30 select {
  width: 100%;
  border: 1px solid #a3afb7;
  margin: 0 0 10px 0;
  padding: 7px 3px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}

.session-popup30 input[type=number] {
  width: 100%;
  border: 1px solid #a3afb7;
  margin: 0 0 10px 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 6px 0;
}

.session-popup30 input[type=button] {
  border: 1px solid #48960C;
  background-color: #3fbe00;
  color: #ffffff;
  padding: 4px 8px;
  margin: 0 0 10px 0;
  font-size: 11px;
}

.close-fa {
  background-color: #ff3333;
  z-index: 9999999999;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #ffffff;
  width: 20px;
  cursor: pointer;
  border-radius: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.align-margin-top-5 {
  margin-top: 5px;
}

.align-margin-top-10 {
  margin-top: 10px;
}

.align-margin-top-15 {
  margin-top: 15px;
}

.shiftloginhead input[type=text] {
  border: 1px solid #ffffff;
  width: 100%;
  color: #000000;
  padding: 8px 3px 8px 28px;
  border-radius: 3px;
}

.outletstatuspos {
  background-color: #ffffff;
  color: #666666 !important;
  height: 485px !important;
  padding-top: 9px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

#ex3::-webkit-scrollbar {
  width: 18px;
}

#ex3::-webkit-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex3::-webkit-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex3::-webkit-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex3::-webkit-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex3::-moz-scrollbar {
  width: 18px;
}

#ex3::-moz-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex3::-moz-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex3::-moz-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex3::-moz-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex3::-o-scrollbar {
  width: 18px;
}

#ex3::-o-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex3::-o-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex3::-o-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex3::-o-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex4::-webkit-scrollbar {
  width: 18px;
}

#ex4::-webkit-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex4::-webkit-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex4::-webkit-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex4::-webkit-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex4::-moz-scrollbar {
  width: 18px;
}

#ex4::-moz-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex4::-moz-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex4::-moz-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex4::-moz-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex4::-o-scrollbar {
  width: 18px;
}

#ex4::-o-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex4::-o-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex4::-o-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex4::-o-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-webkit-scrollbar {
  width: 18px;
}

#ex5::-webkit-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-webkit-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex5::-webkit-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex5::-webkit-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-moz-scrollbar {
  width: 18px;
}

#ex5::-moz-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-moz-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex5::-moz-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex5::-moz-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-o-scrollbar {
  width: 18px;
}

#ex5::-o-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-o-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex5::-o-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex5::-o-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-webkit-scrollbar {
  width: 18px;
}

#ex5::-webkit-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex5::-webkit-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex5::-webkit-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex5::-webkit-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex6::-webkit-scrollbar {
  width: 18px;
}

#ex6::-webkit-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex6::-webkit-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex6::-webkit-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex6::-webkit-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex6::-moz-scrollbar {
  width: 18px;
}

#ex6::-moz-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex6::-moz-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex6::-moz-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex6::-moz-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex6::-o-scrollbar {
  width: 18px;
}

#ex6::-o-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex6::-o-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex6::-o-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex6::-o-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex10::-moz-scrollbar {
  width: 18px;
}

#ex10::-moz-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex10::-moz-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex10::-moz-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex10::-moz-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex10::-o-scrollbar {
  width: 18px;
}

#ex10::-o-scrollbar-thumb {
  background-color: #ea0e41;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

#ex10::-o-scrollbar-thumb:hover {
  background-color: #f20f3c;
  border: 1px solid #373737;
}

#ex10::-o-scrollbar-thumb:active {
  background-color: #ea0e41;
  border: 1px solid #373737;
}

#ex10::-o-scrollbar-track {
  border: 1px #999999 solid;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 6px #999999 inset;
  -moz-box-shadow: 0 0 6px #999999 inset;
  -ms-box-shadow: 0 0 6px #999999 inset;
  -o-box-shadow: 0 0 6px #999999 inset;
}

.function-popup-new {
  height: 525px !important;
  padding-top: 9px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.out-but-ali {
  min-width: 160px !important;
}

input[type=text] {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 6px 10px;
}

.shiftlogin-switchicon {
  background-image: url("../images/switch-icon.png");
  background-repeat: no-repeat;
  background-position: 143px 14px;
}

/*        ----------------   POS Index Page CSS Start    */
.settlement-popup {
  width: 90%;
  margin: 5px;
  left: 1%;
  color: #000000;
  position: absolute;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: -7px 6px 407px #bcbcbc;
}

.selectedrow_greenbg {
    background: #1ae03066 !important;
    transform: translateY(0px);
    color: #373737 !important;
}
.selectedItem {
  background: #0150b0 !important;
  box-shadow: 0 2px #3d6ea7;
  transform: translateY(0px);
  color: #ffffff !important;
}

.sidenav a.select_menu_main {
  background: #a1016e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a1016e 1%, #f20f3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a1016e 1%, #f20f3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a1016e 1%, #f20f3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_dark_color", endColorstr="$pink_light_color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 5px 6px !important;
  margin: 0 -4px;
  -webkit-box-shadow: inset 7px 0px 5px 0px #660145;
  -moz-box-shadow: inset 7px 0px 5px 0px #660145;
  box-shadow: inset 7px 0px 5px 0px #660145;
  border-radius: 4px;
}

.sidenav a.select_menu_main:hover {
  background: #a1016e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a1016e 1%, #f20f3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a1016e 1%, #f20f3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a1016e 1%, #f20f3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_dark_color", endColorstr="$pink_light_color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 5px 6px !important;
  margin: 0 -4px;
  -webkit-box-shadow: inset 7px 0px 5px 0px #660145;
  -moz-box-shadow: inset 7px 0px 5px 0px #660145;
  box-shadow: inset 7px 0px 5px 0px #660145;
  border-radius: 4px;
}

.tablessec ul.horizon-nav li a.occupiedbilling {
  /*background: $yellow_dark_top !important;*/
  background: #ef9e2d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ef9e2d 0%, #f75e00 100%);
  background: -webkit-linear-gradient(-45deg, #ef9e2d 0%, #f75e00 100%);
  background: linear-gradient(135deg, #ef9e2d 0%, #f75e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_dark_bill", endColorstr="$orang_light_bill",GradientType=1 );
  box-shadow: 0 3px #ff3f00;
}

.transferlocation {
  background: #ff3333 !important;
}

.disable-text {
  background-color: #e5e5e5 !important;
  cursor: no-drop !important;
}

.selected-row {
  color: #ffffff;
  background-color: #73c932 !important;
}

.saved-kot {
  background-color: #f5f5f5 !important;
  color: #000000 !important;
}

.billing-kot {
  background: #002e65 !important;
  border-right: 5px solid #02418e;
}

.tablessec ul.horizon-nav li a.occupied {
  /*background: $red_mid_light !important;*/
  background: #ff4747;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff4747 0%, #af0a0a 100%);
  background: -webkit-linear-gradient(-45deg, #ff4747 0%, #af0a0a 100%);
  background: linear-gradient(135deg, #ff4747 0%, #af0a0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$red_light_tb", endColorstr="$red_mid_dark_tb",GradientType=1 );
  box-shadow: 0 3px #7e0303;
}

.occupied-disabled {
  background: #d04444 !important;
  pointer-events: none;
}

.groupDiscount {
  background-color: #48960C !important;
}

.taxExmptSelected {
    background-color: #f20f3c !important;
}

.activeclass {
  background-color: #48960C;
  color: #ffffff !important;
  padding: 7px 15px !important;
  margin: 0;
}

.content {
  font-size: 32px;
  text-align: center;
  margin: 0 5px;
}

.bin {
  min-height: 80px;
  height: auto;
  min-width: 100%;
  /*min-width: 150px;*/
  float: left;
  border: 1px solid red;
  padding: 5px;
}

.item {
  min-height: 150px;
  min-width: 150px;
  background: #0150b0;
  float: right;
  transition: all 0.2s ease;
}

.drag {
  opacity: 0.5;
}

.over {
  background: #ff3333;
}

.billSettlement {
  background-color: #48960C !important;
  color: #ffffff !important;
}

.disablewholepage {
  pointer-events: none;
}

.tablebking_outlethead {
  width: 100%;
  float: left;
  /*background: $naviblue_light;*/
  /*padding: 5px;*/
  box-sizing: border-box;
}

.logo_bg {
  background: #02418e;
  height: 45px;
}

.tablebking_outlethead ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tablebking_outlethead ul li {
  float: left;
  padding: 1px 0;
}

.tablebking_outlethead ul li a {
  padding: 6px 5px !important;
  color: #ffffff;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #002e65;
  /*background-color: $blue_navi_light_alt;*/
  margin-right: 5px;
  /*margin-bottom: 3px;*/
  margin-top: 3px;
  min-width: 82px;
  text-align: center;
  /*box-shadow: 0 3px $blue_dark;*/
}

.tablebking_outlethead ul li a.resurent_list {
  padding: 8px 10px !important;
  color: #002e65;
  background: #ffffff;
  box-shadow: 0 4px #002e65;
  margin-top: 0;
}

.tablebking_outelet-active {
  background-color: #002e65 !important;
  color: #ffffff !important;
  padding: 7px 15px !important;
  margin: 0;
  /*box-shadow: 0 2px $blue_dark;*/
  transform: translateY(0px);
}

li.menuactive_top a {
  background-color: #002e65 !important;
  color: #ffffff !important;
}

.tbl_bkng_kot {
  background-color: #f1f1f1;
  color: #000000;
  padding: 5px 12px !important;
  line-height: 20px;
}

.tblbng-lft-wid {
  font-size: 12px;
}

.brdr-tp-5 {
  background-color: #0150b0;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 14px !important;
  font-size: 13px;
  border-radius: 4px 4px 0 0;
}

.tab_nub_lineh {
  line-height: 28px;
}

.delete_icon {
  color: #ff4747;
  font-size: 18px;
  margin-top: 9px;
}

.tabelereser-left-wid {
  background-color: #ffffff !important;
  /*padding: 2px 4px;*/
  box-sizing: border-box;
  box-shadow: 2px 3px 5px #dadada;
  /*height: 523px;*/
  height: calc(100vh - 112px);
  overflow: hidden;
}

.innerdatascroll-new {
  width: 100%;
  height: 450px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.innerdatascroll-new {
  width: 100%;
  height: calc(100vh - 160px);
}

.innerdatascroll-new8 {
  width: 100%;
  height: 325px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.tabelereser-right-wid input[type=text] {
  border: 1px solid #002e65;
  padding: 4px 15px 4px 33px;
  width: 55%;
  background-image: url("../images/tablereservation-icon.png");
  background-position: 4px 2px;
  background-repeat: no-repeat;
}

.tabelereser-right-wid .btnsstyle {
  width: 100%;
  float: left;
  margin: 7px 0;
  background-color: #ffffff;
  text-align: center;
  padding: 12px;
}

.tabelereser-right-wid .btnsstyle input[type=button]:nth-child(1) {
  background-color: #3fbe00;
  color: #ffffff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 5px 12px;
}

.tabelereser-right-wid .btnsstyle input[type=button]:nth-child(2) {
  background-color: #f20f3c;
  color: #ffffff;
  margin: 0 10px 0 0;
  border: 0;
  padding: 5px 12px;
}

.tabelereser-right-wid .btnsstyle input[type=button]:nth-child(3) {
  background-color: #ff3333;
  color: #ffffff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 5px 12px;
}

.tabelereser-right-wid .btnsstyle input[type=button]:nth-child(1):focus,
input[type=button]:nth-child(2):focus,
input[type=button]:nth-child(3):focus {
  outline: none;
}

.tabelereser-right-wid .reservationdetail {
  width: 100%;
  float: left;
  font-size: 13px;
  min-height: 424px;
  max-height: 530px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.tabelereser-right-wid .reservationdetail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabelereser-right-wid .reservationdetail ul li {
  float: left;
  width: 100%;
  background-color: #002e65;
  color: #ffffff;
  padding: 14px 15px;
}

.tabelereser-right-wid .reservationdetail ul li:nth-of-type(odd) {
  background-color: #0073ae;
}

.tablebooking-overlay {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #0150b0;
  top: 0;
  opacity: 0.97;
  left: 0;
  position: fixed;
}

.tablebooking-popup {
  width: 44%;
  margin: 0 0 0 -269px;
  left: 50%;
  color: #000000;
  top: 100px;
  position: absolute;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: -7px 6px 407px #bcbcbc;
}

.tablebooking-popup table {
  width: 100%;
  max-width: 100%;
}

.tablebooking-popup table thead tr th {
  background-color: #0073ae;
  color: #ffffff;
  padding: 10px 15px;
}

.tablebooking-popup table thead tr th:first-child {
  border-top-left-radius: 4px;
}

.tablebooking-popup table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
}

.tablebooking-popup table tbody tr td {
  padding: 10px 15px;
  font-size: 13px;
}

.tablebooking-popup .closeicon {
  width: 20px;
  height: 20px;
  background-color: #ff3333;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  top: -11px;
  right: -7px;
  position: absolute;
}

.tablebooking-popup .statussign {
  width: 100%;
  float: left;
  padding: 16px 0;
}

.tablebooking-popup .statussign ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.tablebooking-popup .statussign ul li {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 13px;
}

.tablebooking-popup .statussign ul li span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff3333;
  float: left;
  margin: 0 5px;
}

.tablebooking-popup .scrollable-table {
  width: 100%;
  float: left;
  height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.tablebooking-popup input[type=text] {
  border: 1px solid #bcbcbc;
  width: 100%;
  padding: 4px 2px;
  border-radius: 4px;
}

.tablebooking-popup select {
  border: 1px solid #bcbcbc;
  width: 100%;
  padding: 6px 2px 5px 2px;
  border-radius: 4px;
}

.tablebooking-popup input[type=date] {
  border: 1px solid #bcbcbc;
  width: 100%;
  padding: 4px 2px;
  border-radius: 4px;
}

.tablebooking-popup input[type=time] {
  border: 1px solid #bcbcbc;
  width: 100%;
  padding: 4px 2px;
  border-radius: 4px;
}

.tablebooking-popup input[type=button] {
  background-color: #48960C;
  color: #ffffff;
  border: none;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 17px;
}

.color-pending {
  background-color: #89bceb !important;
}

.color-void {
  background-color: #eb32ff !important;
}

.color-billing {
  background-color: #ff6f21 !important;
}

.color-settlement {
  background-color: #3fbe00 !important;
}

.color-nckot {
  background-color: #f20f3c !important;
}

.color-transferLocation {
  background-color: #009bd1 !important;
}

.color-hold {
  background-color: #ff6f21 !important;
}

.color-cancel {
  background-color: #eb32ff !important;
}

.color-deliverdSettlement {
  background-color: #3fbe00 !important;
}

.padding-vertically-20 {
  padding: 20px 0 !important;
}

.tablebooing-custom {
  margin: -207px 0 0 -431px !important;
  width: 64% !important;
  top: 50% !important;
}

.tablebooing-custom85 {
  margin: 20px 0 60px -576px !important;
  width: 85% !important;
  top: 0 !important;
}

.tablessec input[type=button] {
  background-color: #48960C;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 6px 11px 5px 11px;
}

.tablessec input[type=text] {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 6px 10px;
}

.tablessec textarea:focus {
  outline: none;
}

.tablessec select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
}

.tablessec {
  border-radius: 4px;
  padding: 5px 10px;
}

.tablessec h2 {
  background-color: #73c932;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600 !important;
  color: #ffffff;
  margin: -12px 0 0 1px;
}

.tablessec table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #373737;
}

.tablessec table thead tr th {
  background-color: #373737;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 14px;
}

.tablessec table tbody tr td {
  color: #373737;
  padding: 4px 12px;
  font-size: 12px;
  text-align: left;
}

.tablessec h2 label {
  margin: 0;
  font-weight: 300;
}

.tablessec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tablessec ul.horizon-nav {
  width: 100%;
  float: left;
  padding: 6px 0 0 0;
}

.tablessec ul.horizon-nav li {
  float: left;
  margin: 0 11px 11px 0;
}

.tablessec ul.horizon-nav li a {
  width: 84px;
  height: 84px;
  text-align: center;
  /*background: -webkit-linear-gradient(left,$gray_midd,$gray_midd);
  background: -moz-linear-gradient(left,$gray_midd,$gray_midd);
  background: linear-gradient(left,$gray_midd,$gray_midd);*/
  background: #509b00;
  background: -moz-linear-gradient(top, #509b00 0%, #a1e035 100%);
  background: -webkit-linear-gradient(top, #509b00 0%, #a1e035 100%);
  background: linear-gradient(to bottom, #509b00 0%, #a1e035 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$mid_green_col", endColorstr="$light_top_green_col",GradientType=0 );
  box-shadow: 0 3px #5a8400;
  color: #ffffff;
  padding: 4px 5px;
  text-decoration: none;
  border-radius: 5px;
  /*display: table;*/
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}

.tablessec ul.horizon-nav li a.selectmenu {
  background: #373737;
}

.tablessec ul.horizon-nav li a img {
  vertical-align: text-top;
}

.tablessec .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tablessec .category ul.category-nav {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 0 0;
}

.tablessec .category ul.category-nav li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.tablessec .category ul.category-nav li a {
  background: #ffffff;
  color: #373737;
  padding: 10px 29px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.tablessec .category ul.category-nav li a:hover {
  background: #0150b0;
  text-decoration: none;
  color: #ffffff;
}

.tablessec .category ul.category-nav li a img {
  vertical-align: text-top;
}

.tblbng-lft-wid input[type=button] {
  background-color: #0150b0 !important;
  color: #ffffff;
  box-shadow: 0 3px #3d6ea7;
  border-radius: 4px;
  border: 0;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  margin-bottom: 5px;
}

.green-round-button {
  /*background-color: $checked_blue !important;*/
  width: 30px !important;
  height: 30px !important;
  color: #000000 !important;
  border-radius: 30px !important;
  padding-top: 7px !important;
  margin-top: 2px !important;
  outline: none;
  cursor: pointer;
  padding-left: 0px;
  border: 2px solid #000000;
  font-size: 15px;
}

.padd_left3 {
  padding-left: 3px;
}

.grey-round-button {
  background-color: #666666 !important;
  width: 30px !important;
  height: 30px !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding-top: 10px !important;
  margin-top: 2px !important;
  outline: none;
  cursor: pointer;
}

.icon_posit {
  position: absolute;
  top: 11px;
  right: 5px;
  color: #f20f3c;
  font-size: 25px;
  cursor: pointer;
}

.modal-header .close {
  background-color: #ff4747 !important;
  border: 2px solid #ffffff;
  border-radius: 100% !important;
  box-shadow: 0 0px #0150b0;
  color: #ffffff;
  position: absolute;
  top: -12px;
  right: -15px;
  height: 30px;
  font-size: 17px;
  font-weight: normal;
}

.modifier-table-new {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.pagecontent-tblbkng {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
}

.pagecontent-tblbkng h2 {
  background-color: #73c932;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 15px;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  margin: 3px 0 0 1px;
}

.pagecontent-tblbkng ul.horizon-nav {
  width: 100%;
  float: left;
  padding: 2px 0 0 0;
}

.pagecontent-tblbkng ul.horizon-nav li {
  float: left;
  margin: 0 8px 0px 0;
}

.pagecontent-tblbkng ul.horizon-nav li a {
  background-color: #89bceb;
  box-shadow: 0 3px #0150b0;
  color: #ffffff;
  width: 170px;
  height: 47px;
  text-align: center;
  padding: 5px 3px;
  font-size: 12px;
  display: table;
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.pagecontent-tblbkng-modifier {
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  padding: 5px;
  background-color: #ffffff;
}

.pagecontent-tblbkng-modifier h2 {
  background-color: #373737;
  border: 1px solid #bcbcbc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 19px;
  font-weight: 100 !important;
  color: #ffffff;
  margin: -39px 0 0 1px;
}

.pagecontent-tblbkng-modifier h2 label {
  margin: 0;
  font-weight: 300;
}

.pagecontent-tblbkng-modifier ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagecontent-tblbkng-modifier ul.horizon-nav {
  width: 100%;
  float: left;
  padding: 10px 0 0 0;
}

.pagecontent-tblbkng-modifier ul.horizon-nav li {
  float: left;
  margin: 0 11px 11px 0;
}

.pagecontent-tblbkng-modifier ul.horizon-nav li a {
  background: -webkit-linear-gradient(left, #73c932, #73c932);
  background: -moz-linear-gradient(left, #73c932, #73c932);
  background: linear-gradient(left, #73c932, #73c932);
  color: #ffffff;
  box-shadow: 0 2px #3fbe00;
  padding: 10px 26px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
}

.pagecontent-tblbkng-modifier ul.horizon-nav li a.selectmenu {
  background: #373737;
}

.pagecontent-tblbkng-modifier ul.horizon-nav li a img {
  vertical-align: text-top;
}

.pagecontent-tblbkng-menutyp .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav {
  width: 100% !important;
  float: left;
  text-align: center;
  padding: 11px 0 0 0;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li {
  display: inline-block;
  padding: 0 4px 9px 4px;
  float: left;
  position: relative;
  width: 25%;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a {
  background: #ffffff;
  width: 100%;
  float: left;
  height: 51px;
  display: table;
  /*box-shadow: 0 3px $gray_midd;*/
  color: #373737;
  /*padding: 4px 4px;*/
  border-radius: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  border: 1px solid #999999;
  text-transform: uppercase;
  position: relative;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_list_item {
  background: #0171fb;
  background: -moz-linear-gradient(top, #0171fb 0%, #02418e 100%);
  background: -webkit-linear-gradient(top, #0171fb 0%, #02418e 100%);
  background: linear-gradient(to bottom, #0171fb 0%, #02418e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navitop_light", endColorstr="$navimid_dark",GradientType=0 );
  width: 160px;
  -webkit-box-shadow: 0px 0px 6px 0px #999999;
  -moz-box-shadow: 0px 0px 6px 0px #999999;
  box-shadow: 0px 0px 6px 0px #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_list_item:hover {
  background: #02418e;
  background: -moz-linear-gradient(top, #02418e 0%, #0171fb 100%);
  background: -webkit-linear-gradient(top, #02418e 0%, #0171fb 100%);
  background: linear-gradient(to bottom, #02418e 0%, #0171fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navimid_dark", endColorstr="$navitop_light",GradientType=0 );
  color: #ffffff;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_bytype {
  background-color: #a1016e;
  background-color: -moz-linear-gradient(top, #a1016e 0%, #f20f3c 100%);
  background-color: -webkit-linear-gradient(top, #a1016e 0%, #f20f3c 100%);
  background-color: linear-gradient(to bottom, #a1016e 0%, #f20f3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_dark_color", endColorstr="$pink_light_color",GradientType=1 );
  width: 160px;
  -webkit-box-shadow: 0px 0px 6px 0px #999999;
  -moz-box-shadow: 0px 0px 6px 0px #999999;
  box-shadow: 0px 0px 6px 0px #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_bytype:hover {
  background: #f20f3c;
  background: -moz-linear-gradient(top, #f20f3c 0%, #a1016e 100%);
  background: -webkit-linear-gradient(top, #f20f3c 0%, #a1016e 100%);
  background: linear-gradient(to bottom, #f20f3c 0%, #a1016e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_light_color", endColorstr="$pink_dark_color",GradientType=1 );
  color: #ffffff;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_categorybycat {
  background: #ef9e2d;
  background: -moz-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: -webkit-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_dark_bill", endColorstr="$orang_light_bill",GradientType=1 );
  width: 160px;
  -webkit-box-shadow: 0px 0px 6px 0px #999999;
  -moz-box-shadow: 0px 0px 6px 0px #999999;
  box-shadow: 0px 0px 6px 0px #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_categorybycat:hover {
  background: #f75e00;
  background: -moz-linear-gradient(0deg, #f75e00 19%, #ef9e2d 100%);
  background: -webkit-linear-gradient(0deg, #f75e00 19%, #ef9e2d 100%);
  background: linear-gradient(0deg, #f75e00 19%, #ef9e2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_light_bill", endColorstr="$orang_dark_bill",GradientType=1 );
  color: #ffffff;
}

.menu_price {
  position: absolute;
  bottom: 4px;
  right: 2px;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}

.menu_name {
  position: absolute;
  bottom: 3px;
  left: 2px;
  color: #ffffff;
  width: 72%;
  text-align: left;
  padding: 3px;
  font-size: 12px;
  text-transform: capitalize;
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/
  background: #02418e;
}

.item_img_bg_box {
  background: #ffffff;
  height: 100px;
  border-radius: 10px;
}

.item_img_bg_box img {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #666666;
}

.item_hov:hover .over_itemadd {
  background: rgba(36, 83, 137, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.add_itembtn {
  border: 1px solid #ffffff;
  padding: 3px 5px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  text-transform: capitalize;
  margin-top: 43px;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.item_main_box {
  width: 99%;
  float: left;
  box-sizing: border-box;
  margin: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  background-color: #ffffff !important;
  height: calc(100vh - 112px);
  overflow: hidden;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a:hover {
  background: #f3f7f9;
  text-decoration: none;
  color: #000000;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a .foodsign {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 13px 4px 0 10px;
  background-color: #ffffff;
  float: right;
}

.pagecontent-tblbkng-menutyp .category ul.category-nav li a img {
  vertical-align: top;
}

.pagecontent-tblbkng-menutyp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagecontent-tblbkng-menutyp ul.openitem {
  width: 100%;
  float: left;
  padding: 20px 0 0 0;
}

.pagecontent-tblbkng-menutyp ul.openitem li {
  float: left;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: -ms-min-content;
  margin: 0 11px 5px 0;
}

.pagecontent-tblbkng-menutyp ul.openitem li input[type=text] {
  background-color: #3fbe00;
  color: #ffffff;
  border: 2px solid #48960C;
  padding: 11px 4px 12px 4px;
  width: 115px !important;
  border-radius: 4px;
  text-transform: uppercase;
}

.pagecontent-tblbkng-menutyp ul.openitem li::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.pagecontent-tblbkng-menutyp ul.openitem li::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.pagecontent-tblbkng-menutyp ul.openitem li select {
  background-color: #3fbe00;
  color: #ffffff;
  border: 2px solid #48960C;
  padding: 12px 4px;
  border-radius: 4px;
  text-transform: uppercase;
}

.pagecontent-tblbkng-menutyp ul.openitem li select:focus {
  outline: none;
}

.pagecontent-tblbkng-menutyp select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
}

.pagecontent-tblbkng-menutyp {
  border-radius: 4px;
  padding: 6px 10px;
  background-color: #ffffff;
}

.pagecontent-tblbkng-menutyp h2 {
  background-color: #73c932;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 19px;
  font-weight: 100 !important;
  color: #ffffff;
  margin: 0px 0 0 1px;
}

.pagecontent-tblbkng-menutyp h2 label {
  margin: 0;
  font-weight: 300;
}

.pagecontent-tblbkng-menutyp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav {
  width: 96% !important;
  float: left;
  padding: 10px 0 0 0;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav li {
  float: left;
  margin: 0 11px 5px 0;
  width: 100%;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav li a {
  background: -webkit-linear-gradient(left, #3d6ea7, #3d6ea7);
  box-shadow: 0 3px #0150b0;
  width: 100%;
  height: 50px;
  text-align: center;
  background: -moz-linear-gradient(left, #73c932, #73c932);
  background: linear-gradient(left, #73c932, #73c932);
  color: #ffffff;
  padding: 5px 5px !important;
  text-decoration: none;
  border-radius: 5px;
  display: table;
  margin-bottom: 2px;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav li a.menu_type_list_cat {
  background: #0171fb;
  background: -moz-linear-gradient(top, #0171fb 0%, #02418e 100%);
  background: -webkit-linear-gradient(top, #0171fb 0%, #02418e 100%);
  background: linear-gradient(to bottom, #0171fb 0%, #02418e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navitop_light", endColorstr="$navimid_dark",GradientType=0 );
  -webkit-box-shadow: 0px 0px 6px 0px #999999;
  -moz-box-shadow: 0px 0px 6px 0px #999999;
  box-shadow: 0px 0px 6px 0px #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav li a.menu_type_list_cat.selectedItem {
  background: #f20f3c !important;
  background: -moz-linear-gradient(top, #f20f3c 0%, #a1016e 100%) !important;
  background: -webkit-linear-gradient(top, #f20f3c 0%, #a1016e 100%) !important;
  background: linear-gradient(to bottom, #f20f3c 0%, #a1016e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_light_color", endColorstr="$pink_dark_color",GradientType=1 ) !important;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav li a.selectmenu {
  background: #373737;
  border-right: 5px solid #0150b0;
}

.pagecontent-tblbkng-menutyp ul.horizon-nav li a img {
  vertical-align: text-top;
}

.nav_tabs_pos {
  display: flex;
  flex-wrap: wrap;
  background: #a8b9bf;
}

.nav_tabs_pos li {
  flex-grow: 1;
}

.nav_tabs_pos li a {
  border: none;
  margin: 0;
  text-align: center;
}

.well {
  min-height: 20px;
  padding: 6px 15px 0px 10px !important;
  margin-bottom: 4px !important;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.categorysec input[type=button] {
  background-color: #48960C;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 6px 11px 5px 11px;
}

.categorysec input[type=text] {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 6px 10px;
}

.categorysec textarea:focus {
  outline: none;
}

.categorysec select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
}

.categorysec {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
}

.categorysec h2 {
  background-color: #373737;
  border: 1px solid #bcbcbc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 15px;
  border-radius: 3px;
  border-left: 5px solid #48960C;
  font-size: 19px;
  font-weight: 100 !important;
  color: #ffffff;
  margin: -39px 0 0 1px;
}

.categorysec table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #373737;
}

.categorysec table thead tr th {
  background-color: #373737;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 14px;
}

.categorysec table tbody tr td {
  color: #373737;
  padding: 4px 12px;
  font-size: 12px;
  text-align: left;
}

.categorysec h2 label {
  margin: 0;
  font-weight: 300;
}

.categorysec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categorysec ul.horizon-nav {
  float: left;
  padding: 10px 0 0 0;
}

.categorysec ul.horizon-nav li {
  float: left;
  margin: 0 6px 6px 0;
}

.categorysec ul.horizon-nav li a {
  width: 150px;
  height: 54px;
  font-size: 12px;
  display: table;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 8px;
  text-align: center;
  box-shadow: 0 3px #666666;
  color: #ffffff;
  padding: 5px 5px !important;
  text-decoration: none;
  border-radius: 5px;
}

.categorysec ul.horizon-nav li a.menu_type_bytype {
  background: #a1016e;
  background: -moz-linear-gradient(top, #a1016e 0%, #f20f3c 100%);
  background: -webkit-linear-gradient(top, #a1016e 0%, #f20f3c 100%);
  background: linear-gradient(to bottom, #a1016e 0%, #f20f3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_dark_color", endColorstr="$pink_light_color",GradientType=1 );
  width: 150px;
  -webkit-box-shadow: 0px 0px 6px 0px #999999;
  -moz-box-shadow: 0px 0px 6px 0px #999999;
  box-shadow: 0px 0px 6px 0px #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.categorysec ul.horizon-nav li a.menu_type_bytype:hover {
  background: #f20f3c;
  background: -moz-linear-gradient(top, #f20f3c 0%, #a1016e 100%);
  background: -webkit-linear-gradient(top, #f20f3c 0%, #a1016e 100%);
  background: linear-gradient(to bottom, #f20f3c 0%, #a1016e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_light_color", endColorstr="$pink_dark_color",GradientType=1 );
  color: #ffffff;
}

.categorysec ul.horizon-nav li a.selectmenu {
  background: #373737;
  border-right: 5px solid #48960C;
}

.categorysec ul.horizon-nav li a img {
  vertical-align: text-top;
}

.categorysec .category ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.categorysec .category ul.category-nav {
  width: 100% !important;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}

.categorysec .category ul.category-nav li {
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
  position: relative;
}

.categorysec .category ul.category-nav li a {
  width: 200px;
  float: left;
  height: 53px;
  /*box-shadow: 0px 2px 3px $lightgrey_bg;*/
  background: #ffffff;
  color: #373737;
  padding: 5px 3px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table;
  font-size: 11px;
  /*border: 1px solid $table_ul_grey_light;*/
  text-transform: uppercase;
}

.categorysec .category ul.category-nav li a:hover {
  /*background: $gray_white;*/
  text-decoration: none;
  color: #373737;
}

.categorysec .category ul.category-nav li a img {
  vertical-align: text-top;
}

.categorysec .category ul.category-nav li a .foodsign {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 18px 0 0 10px;
  background-color: #ffffff;
  float: right;
}

.outlet-header-new {
  background-color: #f2f4f4;
  padding: 5px 0px 0px 0px;
  color: #6c6d6d;
      font-size: 11px;
}
.outlet-header-new  .col-md-6.text-right{
        font-size: 10px;
    text-align: center;
}

.subcategorysec input[type=button] {
  background-color: #48960C;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 6px 11px 5px 11px;
}

.subcategorysec input[type=text] {
  width: 100%;
  padding: 6px 10px;
}

.subcategorysec textarea:focus {
  outline: none;
}

.subcategorysec select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
}

.subcategorysec {
  border-radius: 4px;
  padding: 5px 20px;
  background-color: #ffffff;
}

.subcategorysec table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #373737;
}

.subcategorysec table thead tr th {
  background-color: #373737;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 14px;
}

.subcategorysec table tbody tr td {
  color: #373737;
  padding: 4px 12px;
  font-size: 12px;
  text-align: left;
}

.subcategorysec h2 label {
  margin: 0;
  font-weight: 300;
}

.subcategorysec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subcategorysec ul.horizon-nav {
  float: left;
  padding: 10px 0 0 0;
}

.subcategorysec ul.horizon-nav li {
  float: left;
  margin: 0 11px 6px 0;
}

.subcategorysec ul.horizon-nav li a {
  width: 150px;
  height: 54px;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 3px #666666;
  color: #ffffff;
  padding: 5px 10px !important;
  text-decoration: none;
  border-radius: 5px;
  display: table;
  margin-bottom: 8px;
}

.subcategorysec ul.horizon-nav li a.menu_type_categorybycat {
  background: #ef9e2d;
  background: -moz-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: -webkit-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_dark_bill", endColorstr="$orang_light_bill",GradientType=1 );
  -webkit-box-shadow: 0px 0px 6px 0px #999999;
  -moz-box-shadow: 0px 0px 6px 0px #999999;
  box-shadow: 0px 0px 6px 0px #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.subcategorysec ul.horizon-nav li a.menu_type_categorybycat:hover {
  background: #f75e00;
  background: -moz-linear-gradient(0deg, #f75e00 19%, #ef9e2d 100%);
  background: -webkit-linear-gradient(0deg, #f75e00 19%, #ef9e2d 100%);
  background: linear-gradient(0deg, #f75e00 19%, #ef9e2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_light_bill", endColorstr="$orang_dark_bill",GradientType=1 );
  color: #ffffff;
}

.subcategorysec ul.horizon-nav li a.selectmenu {
  background: #373737;
}

.subcategorysec ul.horizon-nav li a img {
  vertical-align: text-top;
}

.subcategorysec .category ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.subcategorysec .category ul.category-nav {
  width: 100% !important;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}

.subcategorysec .category ul.category-nav li {
  float: left;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.subcategorysec .category ul.category-nav li a {
  background: #ffffff;
  width: 200px;
  height: 56px;
  text-align: center;
  float: left;
  box-shadow: 0px 2px 3px #dadada;
  color: #373737;
  padding: 0;
  border-radius: 15px;
  margin-bottom: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table;
  font-size: 11px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.subcategorysec .category ul.category-nav li a:hover {
  background: #0150b0;
  text-decoration: none;
  color: #dadada;
}

.subcategorysec .category ul.category-nav li a img {
  vertical-align: text-top;
}

.subcategorysec .category ul.category-nav li a .foodsign {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 18px 0 0 3px;
  background-color: #ffffff;
  float: right;
}

.fixed-po {
  position: fixed;
}

.guestname1 {
  width: 50%;
  padding: 0px 3px 3px 3px;
  text-align: left;
  float: left;
}

.padding-gu-co {
  padding-top: 7px;
}

.guestname2 {
  width: 50%;
  padding: 0px;
  float: left;
}

.align-but-text {
  width: 25%;
  float: left;
}

.field-text {
  width: 16%;
  float: left;
}

.align-margin-left-22 {
  margin-left: 22px;
}

.footer-fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index:9999;
}

.color-yellow {
  color: #89bceb;
  padding-left: 5px;
}

.voikots-nos {
  width: 100%;
  float: left;
  background-color: #e5e5e5;
  padding: 0 9px;
}

.voikots-nos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.voikots-nos ul li {
  float: left;
}

.voikots-nos ul li.kot_t {
  padding-top: 7px;
  padding-right: 10px;
}

.voikots-nos ul li a {
  color: #ffffff;
  background-color: #a1016e;
  padding: 7px 6px;
  margin: 0 6px 0 0;
  display: block;
  /*border-radius: 3px;*/
  font-size: 12px;
  text-decoration: none;
}

.item_bro_box {
  height: calc(100vh - 423px);
  overflow: auto;
}

.outlets_box {
  width: 100%;
  float: left;
  padding: 0 15px;
}

.outlets_box ul {
  margin: 0;
  padding: 0;
}

.outlets_box ul li {
  list-style: none;
  padding: 5px 3px;
  float: left;
}

.outlets_box ul li a {
  color: #ffffff;
  background: #02418e;
  background: -moz-linear-gradient(top, #02418e 0%, #07abc1 100%);
  background: -webkit-linear-gradient(top, #02418e 0%, #07abc1 100%);
  background: linear-gradient(to bottom, #02418e 0%, #07abc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navimid_dark", endColorstr="$blue_green_l",GradientType=1 );
  padding: 8px 15px;
  display: block;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19);
  border: 1px solid #ffffff;
}

.outlets_box ul li a.selectedItem, .outlets_box ul li a:hover {
  background: #07abc1 !important;
  background: -moz-linear-gradient(top, #07abc1 0%, #02418e 100%) !important;
  background: -webkit-linear-gradient(top, #07abc1 0%, #02418e 100%) !important;
  background: linear-gradient(to bottom, #07abc1 0%, #02418e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navimid_dark", endColorstr="$navimid_dark",GradientType=1 ) !important;
}

.sessions_box {
  width: 100%;
  float: left;
  padding: 0 9px;
  text-align: center;
}

.sessions_box ul {
  padding: 0;
  margin: 0;
}

.sessions_box ul li {
  display: inline-block;
  list-style: none;
}

.sessions_box ul li a {
  color: #02418e;
  background-color: #ffffff;
  padding: 7px 6px;
  margin: 0 6px 0 0;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  border: 2px solid #02418e;
  -webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19);
}

.margin_t15 {
  margin-top: 15px;
}

.c_table_b .table > thead > tr > th, .c_table_b .table > tbody > tr > th, .c_table_b .table > tfoot > tr > th, .c_table_b .table > thead > tr > td, .c_table_b .table > tbody > tr > td, .table > tfoot > tr > td {
  border-bottom: 1px solid #dddddd;
  border-top: 0px solid #dddddd;
  vertical-align: middle;
}

.c_table_b .table_cutom_main thead tr th {
  background: #a8b9bf;
  color: #373d3f;
  padding: 10px 6px !important;
}

.table_b_spit {
  border: 1px solid #a8b9bf;
}

.table_b_spit .table_cutom_main thead tr th {
  background: #0150b0;
  padding: 10px 6px !important;
}

.padd_l_r10 {
  padding: 0 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 3px !important;
  margin-bottom: 3px;
}

.selected-row {
  color: #f5f5f5;
  background-color: #2c8ae3;
  border-radius: 4px;
}

.nckot-label {
  background-color: #ffffff;
  color: #373737;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.table-inner-data {
  width: 100% !important;
}

.table-data-display-scroll {
  /*height: 265px;*/
  width: 100%;
  height: calc(100vh - 352px);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

.table-data-display-scroll6 {
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

.table-data-display-scroll8 {
  height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

.table-data-display-scroll10 {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

h3, .h3 {
  font-size: 13px !important;
  font-weight: 500;
}

.padding-align-textbox {
  padding: 6px 6px !important;
  border: 1px solid #e5e5e5 !important;
}

.padding-align-textbox4 {
  padding: 8px 6px !important;
  border: 1px solid #e5e5e5 !important;
}

.voidkot-label {
  background-color: #002e65;
  color: #ffffff;
  padding: 6px 19px;
  margin: 0 5px 0 0 !important;
}

.table_kot_n {
  background-color: #a1016e;
  color: #ffffff;
  padding: 6px 19px;
  margin: 0 5px 0 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #666666 !important;
  cursor: default;
  background-color: #e5e5e5 !important;
  border: 1px solid #dadada;
  border-bottom-color: transparent;
}

.table-dropdown-menu {
  width: 200px;
  height: auto;
  float: left;
  background-color: #ffffff;
  border: 1px solid #dadada;
  padding: 7px;
  top: 34px;
  position: absolute;
  z-index: 999999999;
  box-shadow: 3px 7px 22px #666666;
}

.table-dropdown-menu label {
  border: none;
  padding: 6px 9px;
  margin: 0 5px 5px 0;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  border-radius: 4px;
  background-color: #73c932;
}

.billingsec input[type=button] {
  background-color: #48960C;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 6px 11px 5px 11px;
}

.billingsec input[type=text] {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 6px 10px;
}

.billingsec textarea:focus {
  outline: none;
}

.billingsec select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
}

.billingsec {
  border-radius: 4px;
  padding: 5px;
  background-color: #ffffff;
}

.billingsec h2 {
  background-color: #373737;
  border: 1px solid #bcbcbc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 15px;
  border-radius: 3px;
  border-left: 5px solid #48960C;
  font-size: 19px;
  font-weight: 100 !important;
  color: #ffffff;
  margin: -39px 0 0 1px;
}

.billingsec h2 label {
  margin: 0;
  font-weight: 300;
}

.billingsec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.billingsec ul.horizon-nav {
  width: 100%;
  float: left;
  padding: 20px 0 0 0;
}

.billingsec ul.horizon-nav li {
  float: left;
  margin: 0 11px 11px 0;
}

.billingsec ul.horizon-nav li a {
  text-align: center;
  box-shadow: 0 3px #48960C;
  background: -webkit-linear-gradient(left, #73c932, #73c932);
  background: -moz-linear-gradient(left, #73c932, #73c932);
  background: linear-gradient(left, #73c932, #73c932);
  color: #ffffff;
  padding: 15px 26px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
}

.billingsec ul.horizon-nav li a.selectmenu {
  background: #002e65;
}

.billingsec ul.horizon-nav li a img {
  vertical-align: text-top;
}

.billingsec .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.billingsec .category ul.category-nav {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 0 0;
}

.billingsec .category ul.category-nav li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.billingsec .category ul.category-nav li a {
  background: #ffffff;
  color: #373737;
  padding: 10px 29px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.billingsec .category ul.category-nav li a:hover {
  background: #0150b0;
  text-decoration: none;
  color: #ffffff;
}

.billingsec .category ul.category-nav li a img {
  vertical-align: text-top;
}

.billingsec1 input[type=button] {
  background-color: #0150b0;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 6px 11px 5px 11px;
}

.billingsec1 input[type=text] {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 6px 4px;
}

.billingsec1 textarea:focus {
  outline: none;
}

.billingsec1 select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
}

.billingsec1 {
  border-radius: 4px;
  padding: 5px 0;
  background-color: #ffffff;
}

.billingsec1 h2 {
  background-color: #373737;
  border: 1px solid #bcbcbc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 15px;
  border-radius: 3px;
  border-left: 5px solid #48960C;
  font-size: 19px;
  font-weight: 100 !important;
  color: #ffffff;
  margin: -39px 0 0 1px;
}

.billingsec1 h2 label {
  margin: 0;
  font-weight: 300;
}

.billingsec1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.billingsec1 ul.horizon-nav {
  width: 100%;
  float: left;
  padding: 1px 0 2px 0;
}

.billingsec1 ul.horizon-nav li {
  float: left;
  margin: 0 1px 0 0;
}

.billingsec1 ul.horizon-nav li:last-child {
  margin: 0;
}

.billingsec1 ul.horizon-nav li input[type=button], .billingsec1 ul.horizon-nav li a, .billingsec1 ul.horizon-nav li button {
  padding: 10px 15px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0;
  border: none;
}

.billingsec1 ul.horizon-nav li .prt_prew_bt_c {
  background-color: #0150b0;
  border-radius: 5px 0 0 5px !important;
}

.billingsec1 ul.horizon-nav li .app_dis_bt_c {
  background-color: #e19e0e;
}

.billingsec1 ul.horizon-nav li .spl_ord_bt_c {
  background-color: #5f9c57;
}

.billingsec1 ul.horizon-nav li .exi_tax_bt_c {
  background-color: #ff4716;
  border-radius: 0 5px 5px 0 !important;
}

.billingsec1 ul.horizon-nav li .clos_back {
  background-color: #ff4716;
  border-radius: 5px 0 0 5px !important;
}

.bor_rudi_r {
  border-radius: 0 5px 5px 0 !important;
}

.bor_rudi_l {
  border-radius: 5px 0 0 5px !important;
}

.table.margin_b0 {
  margin-bottom: 0;
}

.billingsec1 input[type=button].genr_bill_btn_l {
  border: 3px solid #ffffff !important;
  padding: 15px 45px;
  border-radius: 10px !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19), inset 7px 8px 7px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19), inset 7px 8px 7px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19), inset 7px 8px 7px 0px rgba(0, 0, 0, 0.42);
}

.billingsec1 input[type=button].genr_bill_btn_l:focus {
  outline: none;
}

.billingsec1 ul.horizon-nav li a {
  text-align: center;
  box-shadow: 0 3px #0150b0;
  height: 47px;
  background: -webkit-linear-gradient(left, #3d6ea7, #3d6ea7);
  background: -moz-linear-gradient(left, #3d6ea7, #3d6ea7);
  background: linear-gradient(left, #3d6ea7, #3d6ea7);
  color: #ffffff;
  padding: 1px 5px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
}

.billingsec1 ul.horizon-nav li a.selectmenu {
  background: #0150b0;
}

.billingsec1 ul.horizon-nav li a img {
  vertical-align: text-top;
}

.billingsec1 .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.billingsec1 .category ul.category-nav {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}

.billingsec1 .category ul.category-nav li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.billingsec1 .category ul.category-nav li a {
  background: #ffffff;
  color: #373737;
  padding: 10px 29px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.billingsec1 .category ul.category-nav li a:hover {
  background: #0150b0;
  text-decoration: none;
  color: #ffffff;
}

.billingsec1 .category ul.category-nav li a img {
  vertical-align: text-top;
}

.billingsec1 input[type=button].split_btn2 {
  background: #0171fb;
  background: -moz-linear-gradient(top, #0171fb 0%, #02418e 100%);
  background: -webkit-linear-gradient(top, #0171fb 0%, #02418e 100%);
  background: linear-gradient(to bottom, #0171fb 0%, #02418e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navitop_light", endColorstr="$navimid_dark",GradientType=0 );
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px #999999;
  -moz-box-shadow: 0px 0px 7px 0px #999999;
  box-shadow: 0px 0px 7px 0px #999999;
  border: 1px solid #ffffff;
}

.billingsec1 input[type=button].split_btn2:hover {
  background: #02418e;
  background: -moz-linear-gradient(top, #02418e 0%, #0171fb 100%);
  background: -webkit-linear-gradient(top, #02418e 0%, #0171fb 100%);
  background: linear-gradient(to bottom, #02418e 0%, #0171fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navimid_dark", endColorstr="$navitop_light",GradientType=0 );
}

.billingsec1 input[type=text].enter_split_in {
  width: 30px !important;
  border-radius: 4px !important;
}

.billingsec1 input[type=button].spt_btn_g {
  padding: 6px 15px;
  font-size: 14px;
  color: #ffffff;
}

.billingsec1 input[type=button].spt_btn_sub {
  background-color: #e19e0e;
  border-radius: 5px 0 0 5px;
}

.billingsec1 input[type=button].spt_btn_rest {
  background-color: #5f9c57;
  border-radius: 0 5px 5px 0;
}

.billingsec1 .category ul.category-nav li.margin_r-2 {
  margin-right: -2px;
}

.table-trans-close {
  position: absolute !important;
  top: -15px !important;
  right: -28px !important;
  z-index: 9999999;
}

.subcate-data {
  width: 41%;
  position: fixed;
  height: 360px;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-y: auto;
  -o-overflow-scrolling: touch;
}

.subcate-data .menu_name{
        width: 68%;
        bottom: 6px;
        font-size:11px;
}

.pre-next {
  position: fixed;
  bottom: 70px;
  right: 70px;
}

.tbleboking-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
}

.percentage-popup input[type=button], .percentage-popup input[type=radio]:focus,
input[type=text]:focus {
  outline: 0;
}

.apply_dis_box_difr {
  background: #f5f5f5;
  padding: 10px 10px 5px 10px;
}

.percentage-popup {
  width: 100%;
}

.percentage-popup ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
}

.percentage-popup ul li {
  margin: 0 11px 11px 0;
  display: inline-block;
}

.percentage-popup ul li a {
  background: #ffffff;
  color: #000000;
  padding: 15px 26px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  border: 2px solid #dadada;
  font-size: 18px;
  font-weight: 600;
}

.padding_bottom10 {
  padding-bottom: 10px;
}

.padding_top10 {
  padding-top: 10px;
}

.percentage-popup ul li input[type=text] {
  width: 100%;
  border: 1px solid #dadada;
}

.percentage-popup ul li input[type=text].inp_txt {
  padding: 12px 10px;
  border-radius: 5px;
  font-size: 16px;
}

.disc_key_bg {
  background: #e5e5e5;
  padding: 10px;
}

.dis_key_input {
  border-radius: 5px;
  display: inline-block;
  width: 40%;
  border: 1px solid #bcbcbc;
}

.dis_key_btn {
  padding: 5px 10px;
  background: #a1016e;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #bcbcbc;
  margin-left: -14px;
  border-radius: 5px;
}

.percentage-head-line {
  border-bottom: 2px solid #3d6ea7;
}

.percentage-popup input[type=button] {
  background-color: #48960C;
  color: #ffffff;
  border: 0;
  padding: 6px 11px 5px;
}

.percentage-popup input[type=radio] {
  width: 17px;
  height: 17px;
  vertical-align: sub;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
}

.percentage-popup input[type=radio]::before {
  content: "";
  display: block;
  background-color: #ffffff;
  border: 6px solid #999999;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.percentage-popup input[type=radio]:checked::before {
  content: "";
  display: block;
  background-color: #ffffff;
  border: 7px solid #48960C;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.percentage-popup h4 {
  background-color: #48960C;
  color: #ffffff;
  padding: 4px 20px;
  width: -webkit-max-content;
  margin: -42px 0 10px;
  border-radius: 10px 2px;
}

.percentage-popup .groupdiscountdiv {
  width: 100%;
  float: left;
}

.percentage-popup .groupdiscountdiv ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.percentage-popup .groupdiscountdiv ul li {
  margin: 0 11px 11px 0;
  width: 31%;
  float: left;
}

.percentage-popup .groupdiscountdiv ul li a {
  background: #ffffff;
  color: #000000;
  padding: 15px 26px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  border: 1px solid #dadada;
}

.percentage-popup .groupdiscountdiv ul li input[type=text] {
  width: 100%;
  border: 1px solid #dadada;
}

.green-bg-color {
  background-color: #0150b0;
  color: #ffffff;
}

.green-bg-color2 {
  background-color: #0150b0;
  color: #ffffff;
  padding: 10px;
}

.btn-default {
  color: #000000 !important;
  background-color: #f5f5f5 !important;
  border-color: #dadada;
}

.happyhourstable {
  width: 100%;
  float: left;
}

.happyhourstable table {
  width: 100%;
  max-width: 100%;
  border: none;
}

.happyhourstable table thead tr th {
  font-size: 13px;
}

.happyhourstable table thead tr th:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.margin_t30 {
  margin-top: 30px;
}

.padding_t20 {
  padding-top: 20px;
}

.deliv_stus_top_box {
  width: 80%;
  margin: 0 auto;
}

.happyhourstable table tbody tr td {
  color: #373737;
  padding: 10px 8px;
  font-size: 13px;
  text-align: left;
}

.happyhourstable button {
  background-color: #0150b0;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
}

.happyhourstable button:hover {
  background-color: #3d6ea7;
}

.happyhourstable .daysava-ntavl {
  width: 100%;
  float: left;
}

.happyhourstable .daysava-ntavl ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.happyhourstable .daysava-ntavl ul li {
  font-size: 13px;
  float: left;
  margin: 0 5px 0 0;
}

.happyhourstable .daysava-ntavl ul li span {
  width: 25px;
  height: 25px;
  background-color: #ff6f21;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  margin: 0 1px 0 0;
  border-radius: 50%;
  line-height: 13px;
  padding-top: 7px;
}

.happyhourstable .daysava-ntavl ul li span.selecteddays {
  background-color: #48960C;
}

.scrollable-table {
  width: 100%;
  float: left;
  height: 420px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #eb32ff !important;
  border-color: #eb32ff;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #eb32ff !important;
  border-color: #eb32ff;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #eb32ff !important;
  border-color: #eb32ff;
}

.statussign {
  width: 100%;
  float: left;
  padding: 16px 0;
}

.statussign ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.statussign ul li {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 13px;
}

.statussign ul li span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff3333;
  float: left;
  margin: 0 5px;
}

.popup-diffenciate-box {
  border: 1px dashed #48960C;
  padding: 10px 1px;
  margin: 0 -14px 0 5px;
}

.flashview-box-style {
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  border-image: initial;
  padding: 10px 0px;
  border-radius: 4px;
}

/*----------------- Settlement CSS---------------------*/
.dashboard-new {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.dashboard-new-inner {
  width: 100%;
  height: auto;
  float: left;
  background-color: #ffffff;
  padding: 8px;
  box-sizing: border-box;
}

.reservation-header {
  padding: 6px 10px;
  text-align: center;
  width: 100%;
  background-color: #002e65;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 22px;
}

.settelment-header {
  padding: 4px 10px;
  text-align: center;
  width: 100%;
  background-color: #dadada;
  color: #000000;
  box-sizing: border-box;
  font-size: 22px;
}

.new-top-margin-5 {
  margin-top: 5px;
}

.new-top-margin-10 {
  margin-top: 10px;
}

.new-top-margin-15 {
  margin-top: 15px;
}

.new-top-margin-20 {
  margin-top: 20px;
}

.new-top-margin-25 {
  margin-top: 25px;
}

.new-top-margin-30 {
  margin-top: 30px;
}

.new-left-margin-10 {
  margin-left: 10px;
}

.new-left-margin-15 {
  margin-left: 15px;
}

.new-left-margin-20 {
  margin-left: 20px;
}

.new-left-margin-25 {
  margin-left: 25px;
}

.new-top-padding-10 {
  padding-top: 10px;
}

.new-top-padding-15 {
  padding-top: 15px;
}

.new-top-padding-20 {
  padding-top: 20px;
}

.new-top-padding-25 {
  padding-top: 25px;
}

.new-top-padding-30 {
  padding-top: 30px;
}

.reservation-detail-cover {
  width: 100%;
  height: auto;
  float: left;
  box-shadow: 0px 4px 5px #dadada;
  -moz-box-shadow: 0px 4px 5px #dadada;
  -ms-box-shadow: 0px 4px 5px #dadada;
  -o-box-shadow: 0px 4px 5px #dadada;
  -webkit-box-shadow: 0px 4px 5px #dadada;
  margin-bottom: 8px;
}

.reservation-detail-cover2 {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 5px;
  box-sizing: border-box;
  box-shadow: 0px 4px 5px #dadada;
  -moz-box-shadow: 0px 4px 5px #dadada;
  -ms-box-shadow: 0px 4px 5px #dadada;
  -o-box-shadow: 0px 4px 5px #dadada;
  -webkit-box-shadow: 0px 4px 5px #dadada;
}

.reservation-column-25-2 {
  width: 24%;
  float: left;
  margin-right: 10px;
}

.input-cover-new2 {
  width: 100%;
  padding: 5px 0px;
  height: auto;
  position: relative;
}

.form-reser-field-2 {
  border-bottom: 1px solid #dadada !important;
  border: none;
  width: 85%;
  position: relative;
  background: transparent;
  line-height: 2.5;
}

.input-cover-customer {
  width: 100%;
  padding: 0px 0px;
  height: auto;
  position: relative;
}

.reservation-column-25 {
  width: 24%;
  float: left;
  margin-right: 12px;
}

.reservation-column-20 {
  width: 20%;
  float: left;
  margin-right: 20px;
}

.reservation-column-30 {
  width: 30%;
  float: left;
  margin-right: 20px;
}

.reservation-column-47 {
  width: 47%;
  float: left;
  margin-right: 20px;
}

.res-column-30-new3 {
  width: 30%;
  float: left;
  text-align: left !important;
}

.reservation-column-201 {
  width: 19%;
  float: left;
  margin-right: 10px;
}

.reservation-column-16-new2 {
  width: 43%;
  float: left;
  margin-right: 10px;
}

.form-reser-field-2 {
  border-bottom: 1px solid #dadada !important;
  border: none;
  width: 85%;
  position: relative;
  background: transparent;
  line-height: 2.5;
}

.form-reser-field {
  border-bottom: 1px solid #dadada !important;
  border: none;
  width: 100%;
  position: relative;
  background: transparent;
}

/* -------------------- Settelement CSS --------------------*/
.settelment-coverall-new {
  width: 100%;
  height: 370px;
  float: left;
}

.payment_box_main {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f0f0f0;
}

.settelment-detail-cover2 {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px #dadada;
}

.overflow_cash {
  height: 230px;
  overflow: auto;
}

.btn_group_ul {
  padding: 0;
  margin: 0;
}

.btn_group_ul li {
  display: inline-block;
  list-style: none;
  margin: 0 1px 0 -4px;
}

.com_btn {
  padding: 7px 12px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0;
  border: none;
}

.blue_btn {
  background-color: #0150b0;
}

.ornge_btn {
  background-color: #e19e0e;
}

.green_btn {
  background-color: #5f9c57;
}

.red_btn {
  background-color: #ff4716;
}

.settelment-detail-cover20-scroll {
  width: 100%;
  height: 290px;
  float: left;
  padding: 5px 5px;
  box-sizing: border-box;
}

.settelment1-column-40 {
  width: 39%;
  height: 372px;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px #dadada;
  padding: 5px 5px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}

.settelment1-column-29 {
  width: 29%;
  height: 372px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px #dadada;
  padding: 5px 5px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}

.settelment1-data-new {
  width: 29%;
  height: 355px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  float: left;
}

.settelment1-column-30 {
  width: 30%;
  height: 372px;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px #dadada;
  border: 1px solid #e5e5e5;
  padding: 5px 5px;
}

.set-head-new2 {
  width: 100%;
  padding: 10px 8px;
  color: #ffffff;
  background-color: #0150b0;
  float: left;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.settelment1-column-30-field {
  width: 30%;
  float: left;
  margin-right: 15px;
}

.part2-strip {
  width: 100%;
  padding: 5px;
  color: #ffffff;
  font-size: 17px !important;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.part3-strip {
  width: 100%;
  padding: 5px;
  color: #ffffff;
  font-size: 17px !important;
  float: left;
  box-sizing: border-box;
  background: #e5e5e5;
  margin-top: 5px;
}

.modal-body .settelment-coverall-new .part3_strip_bg {
  background: #e5e5e5;
  margin-top: 5px;
}

.part3-strip ul {
  margin: 0;
  padding: 0;
}

.part3-strip ul li {
  list-style: none;
  display: inline-block;
  padding: 4px;
}

.modal-body .part3-strip {
  background: none;
  margin: 0;
}

.blue_dark {
  background: #0150b0;
}

.bluemid_dark {
  background: #0167e2;
}

.blue_mid {
  background: #1e7ef3;
}

.blue_light {
  background: #3791ff;
}

.border_rudi_all {
  border-radius: 5px;
}

.set_py_mod {
  display: inline-block;
  padding: 4px 13px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #0171fb;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  margin-bottom: 0;
}

.set-button {
  display: inline-block;
  padding: 4px 9px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #3d6ea7;
  border: none;
  border-radius: 3px;
  margin-bottom: 0;
}

.set_cancel_btn {
  display: inline-block;
  padding: 5px 13px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #ff4747;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}

.set_cancel_btn:hover {
  background-color: #af0a0a;
}

.amout_close_btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ff4747;
  border-radius: 100%;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  cursor: pointer;
}

.pend_bill_btn {
  background: #0150b0;
  padding: 10px 15px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.settel_bill_btn {
  background: #5f9c57;
  padding: 10px 15px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.setteled-button-cover {
  width: 100%;
  float: left;
  padding: 10px 10px 0px 10px;
  background-color: #a8b9bf;
  box-sizing: border-box;
}

.setteled-button-cover ul {
  padding: 0px;
  text-align: center;
}

.setteled-button-cover ul li {
  display: inline-block;
  margin: 0 3px;
}

.setteled-button-cover ul li button.payment_btn {
  box-shadow: none !important;
  background: #ffffff;
  border: none;
  margin-bottom: 0px !important;
}

.setteled-button-cover ul li button.payment_btn:hover {
  background-color: #0171fb;
  color: #ffffff;
}

.set-button-new {
  display: inline-block;
  padding: 5px 4px 5px 0px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #666666;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px #dadada;
  font-size: 11px !important;
  margin-bottom: 1px;
  font-weight: 500;
  margin-bottom: 4px;
}

.set-button-new:hover {
  background-color: #3fbe00;
  color: #ffffff;
}

.set-button-new:active {
  background-color: #3fbe00;
  box-shadow: 0 4px #dadada;
  transform: translateY(4px);
}

.set-button-new-save-re {
  display: inline-block;
  padding: 7px 20px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #3fbe00;
  border: none;
  border-radius: 6px;
}

.set-button:hover {
  background-color: #89bceb;
}

.set-button-new-save-re:hover {
  background-color: #48960C;
}

.set-button-new-add {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #3fbe00;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #dadada;
  font-size: 14px !important;
}

.settelment-coverall-new {
  width: 100%;
  height: 370px;
  float: left;
}

/* -----------------------  Settelement CSS  --------------------------*/
.mySlides {
  display: none;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

input[type=text] {
  padding: 5px 15px;
  width: 95%;
  margin-bottom: 1px !important;
}

.border_r_input {
  border-radius: 4px;
}

.login-window-cover {
  width: 66% !important;
  background-color: #ffffff !important;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 2px 3px 5px #dadada;
}

#poslogintchscrn .posloginleft {
  background: -webkit-linear-gradient(left, #f0f0f0, #f0f0f0);
  background: -ms-linear-gradient(left, #f0f0f0, #f0f0f0);
  background: -moz-linear-gradient(left, #f0f0f0, #f0f0f0);
  background: linear-gradient(left, #f0f0f0, #f0f0f0);
  height: 100%;
  width: 71%;
  max-height: 100%;
  position: fixed;
}

#poslogintchscrn .posloginright {
  height: 100%;
  width: 28%;
  max-height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #f5f5f5;
}

#poslogintchscrn .posloginright .themebanner {
  width: 100%;
  float: left;
  opacity: 0.2;
}

#poslogintchscrn .posloginright .themebanner img {
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}

#poslogintchscrn .posloginright button {
  border: none;
  color: #ffffff;
  background-color: #3fbe00;
  padding: 3px 15px;
  font-size: 15px;
  border-radius: 4px;
  bottom: 20px;
  right: 10px;
  position: fixed;
}

#poslogintchscrn .posloginright input[type=button]:focus {
  outline: none;
}

#poslogintchscrn .posloginleft .homeicon {
  padding: 1px 10px 4px 10px;
  top: 51px;
  position: absolute;
  background-color: #3fbe00;
  left: 299px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 32px;
}

.dateandtime {
  color: #000000;
  padding: 1px 20px 0 10px;
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -o-max-content;
  float: right;
  margin: 10px 0 0 0;
}

#poslogintchscrn .posloginleft .homeicon:hover {
  -moz-transform: scale(1.1);
  background-color: #02418e;
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#poslogintchscrn .posloginleft input[type=password] {
  border: 1px solid #ffffff;
  padding: 9px 15px;
  width: 100%;
  box-shadow: 0px 1px 1px #dadada;
  border-radius: 0px;
}

#poslogintchscrn .posloginleft input[type=password]:focus {
  outline: none;
}

.align-margin-top-45 {
  margin-top: 50px;
}

.padding-align-new-0 {
  padding: 2px;
}

.align-new-margin-8 {
  margin-top: 8px;
}

.setteled-cover {
  width: 100%;
  float: left;
  height: 285px;
  overflow-y: auto;
}

.settelment-new-inner {
  width: 100%;
  height: auto;
  float: left;
  background-color: #ffffff;
  padding: 1px;
  box-sizing: border-box;
}

.button-new-wide {
  min-width: 100px !important;
  height: 34px;
}

.padding-align-left-new0 {
  padding-left: 0px !important;
}

.new-col-40new {
  width: 98%;
  float: left;
  box-sizing: border-box;
  margin: 5px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
}

.itam_tal_list {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

.padd_tale_item_l {
  padding: 0 10px;
  margin-top: 10px;
}

.new-col-60new {
  width: 99%;
  float: left;
  box-sizing: border-box;
  margin: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
}

.h5_heading {
  margin: 0 !important;
  background: #a1016e;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 10px;
}

.product-fixed-cover {
  position: relative;
  width: 100%;
}

.padding-align-tab {
  padding-top: 12px !important;
}

.padding-align-tab3 {
  padding-top: 3px !important;
}

.box-kot {
  padding-right: 12px !important;
  width: auto;
  float: left;
}

.box-kot_tax {
  width: auto;
  float: right;
}

.box-kot_table {
  width: auto;
  float: left;
}

.table-data-display-scroll3 {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

.table-data-display-scroll4 {
  height: 240px;
  overflow-y: auto;
  margin-bottom: 5px;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

option {
  font-size: 18px;
}

.billing-table {
  width: 100%;
}

.billing-table2 {
  width: 98%;
}

.important {
  color: red !important;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.touch {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

.btn {
  /*box-shadow: 0 3px #0150b0 !important;*/
  padding: 5px 8px;
  border: 1px solid #dadada !important;
}

/*.disable-button {
    box-shadow: 0 3px $black_light_bg !important;
}*/
.padding-align-tab30 {
  padding: 6px 9px !important;
}

.badge-new5 {
  display: inline-block;
  min-width: 20px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #89bceb;
  border-radius: 14px;
}

.available-w {
  width: auto;
  padding-right: 5px;
  float: left;
}

.padding-align-tab6 {
  padding-top: 6px !important;
}

.btn-touch-new {
  color: #ffffff;
  width: 180px;
  height: 46px;
  background-color: #2c8ae3 !important;
  border-color: #0073ae !important;
  padding: 6px 10px !important;
  box-shadow: 0 2px #0073ae !important;
  overflow: hidden;
}

.btn-touch-new2 {
  color: #ffffff;
  width: 180px;
  height: 45px;
  background-color: #d69c00 !important;
  border-color: #aa7c01 !important;
  padding: 6px 6px !important;
  box-shadow: 0 2px #aa7c01 !important;
}

/*.outlet-but {
    width: 100%;
}*/
.loginpos-scroll {
  height: 450px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.table-data-display-scroll9 {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
}

.innerdatascroll-new4 {
  width: 100%;
  height: 467px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

.span-middle {
  display: table-cell;
  vertical-align: middle;
}

.cat-name {
  width: 135px;
  float: left;
}

.cat-qty {
  width: 22px;
  float: right;
}

h5, .h5 {
  font-size: 14px;
  color: #000000;
  font-weight: 800;
}

.box-cover {
  position: relative;
  width: auto;
}

.order-again {
  position: absolute;
  right: -8px;
  top: -12px;
  z-index: 99;
}

.order_call_icon {
  font-size: 16px;
  cursor: pointer;
  background: #f20f3c;
  background: -moz-linear-gradient(-45deg, #f20f3c 1%, #a1016e 100%);
  background: -webkit-linear-gradient(-45deg, #f20f3c 1%, #a1016e 100%);
  background: linear-gradient(135deg, #f20f3c 1%, #a1016e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$pink_light_color", endColorstr="$pink_dark_color",GradientType=1 );
  text-align: center;
  width: 25px !important;
  height: 25px !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding-top: 4px !important;
  margin-top: 2px !important;
  outline: none;
  border: none;
}

.font_home_icon {
  font-size: 30px !important;
}

.mainBox {
  width: 100%;
  float: left;
  height: 60px;
  overflow: hidden;
}

.tableBox {
  width: 100%;
  height: 60px;
  display: table;
}

.tableCellBox {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.mainBox_item {
  width: 100%;
  float: left;
  height: 128px;
  overflow: hidden;
  border-radius: 10px;
  background: #02418e;
  position: relative;
}

.box1 {
  width: 100%;
  float: left;
  height: 60px;
  overflow: hidden;
}

.box2 {
  width: 100%;
  height: 60px;
  display: table;
}

.box3 {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.box4 {
  height: 60px;
  display: table-cell;
  vertical-align: top;
}

.box5 {
  height: 60px;
  display: table-cell;
  margin-top: 5px;
}

.box11 {
  width: 98%;
  float: left;
  height: 40px;
  overflow: hidden;
}

.box111 {
  width: 98%;
  float: left;
  height: 40px;
  overflow: hidden;
}

.item-food-cover {
  width: 40%;
  float: left;
  height: 180px !important;
  overflow: hidden;
}

.item-food {
  width: auto;
  float: left;
  height: 170px !important;
  position: fixed;
}

.borrow-type-cover {
  width: 520px;
  float: left;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.borrow-type-cover-inner {
  width: 520px;
  float: left;
  height: 300px;
  position: fixed;
  overflow: hidden;
}

.green-round-button4 {
  background-color: #73c932 !important;
  width: 30px !important;
  height: 30px !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding-top: 3px !important;
  margin-top: 2px !important;
  outline: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px;
  font-weight: bold;
  margin-top: 4px !important;
}

.table-fixed thead {
  width: 97%;
}

.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.table-fixed tbody td, .table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}

.col-1 {
  width: 104px !important;
  float: left;
  white-space: pre-line;
}

.col-55 {
  width: 55px !important;
  float: left;
  white-space: pre-line;
}

.col-25 {
  width: 32px !important;
  float: left;
  white-space: pre-line;
}

.col-35 {
  width: 43px !important;
  float: left;
  white-space: pre-line;
}

.cover-box-pos {
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 999999;
}

.cover-box-field {
  z-index: 99999998;
}

.btn {
  font-size: 12px !important;
}

.customer-detail {
  background-color: #73c932;
  color: #ffffff;
  padding: 8px 15px;
  color: #ffffff !important;
}

.width-100 {
  width: 100% !important;
}

.side-menu {
  width: 200px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -3px 3px 5px #999999;
  position: fixed;
  right: -200px;
  transition: all 0.5s;
  z-index: 999999999;
}

.modal-header {
  padding: 8px !important;
  border-bottom: 0px solid #e5e5e5;
  background: #0150b0;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.butcov {
  position: relative;
}

.menu-button {
  width: 32px;
  padding: 10px;
  background-color: #ea0e41;
  color: #ffffff;
  position: absolute;
  top: 84px;
  left: -32px;
  z-index: 99999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.menu-button1 {
  width: 32px;
  padding: 10px;
  background-color: #ea0e41;
  color: #ffffff;
  position: absolute;
  top: 84px;
  left: -32px;
  z-index: 9999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.cover-content {
  width: 100%;
  font-size: 14px;
}

.logoutbutton {
  width: 100%;
  padding: 10px;
  background-color: #3fbe00;
  color: #ffffff;
  cursor: pointer;
}

.content-list {
  width: 100%;
}

.content-list ul {
  padding-left: 0px;
}

.content-list ul li {
  list-style-type: none;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}

.content-list ul li:hover {
  background-color: #3fbe00;
  color: #ffffff;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
  .new-col-40new {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin: 5px;
  }

  .new-col-60new {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin: 5px;
  }

  .tbl_bkng_kot {
    height: 44px;
  }
}
.align-search {
  position: relative;
  width: 100%;
}

.align-search-input {
  width: 70%;
}

.align-search-selectbox {
  width: 30%;
}

.align-search-select {
  position: absolute;
  right: 0px;
  top: 0px;
}

.form-align1 {
  height: 40px !important;
}

.green-round-button2 {
  background-color: #3d6ea7 !important;
  width: 30px !important;
  height: 30px !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding-top: 3px !important;
  margin-top: 2px !important;
  outline: none;
  cursor: pointer;
  border: none;
}

.calling-again {
  background-color: #73c932 !important;
  width: 30px !important;
  height: 30px !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding-top: 3px !important;
  margin-top: 2px !important;
  outline: none;
  cursor: pointer;
  border: none;
}

a {
  color: #666666;
  text-decoration: none;
}

.padding-right-0 {
  padding-right: 4px !important;
}

.outlet-button {
  width: 100%;
  overflow: hidden;
  white-space: normal;
}

.category-align {
  width: 76%;
  margin-left: 0%;
  position: absolute !important;
  right: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1150px) {
    .shiftlogin-container .shiftlogin-head .text-right{
        text-align:left;
    }
  .table-data-display-scroll {
    height: 269px;
    overflow-y: auto;
    overflow-x: auto;
  }

  .outlet-button {
    width: 100%;
    float: left;
  }

  .btn {
    white-space: normal !important;
  }

  .shiftlogin-switchicon {
    background-position: 104px 14px;
  }

  .tablebking_outlethead ul li a {
    padding: 6px 3px !important;
    margin-right: 3px;
    margin-bottom: 3px;
    min-width: auto;
    font-size: 10px;
  }

  .hide {
    display: none;
  }

  .table-data-display-scroll {
    height: 266px;
  }

  #ex1::-webkit-scrollbar {
    width: 0px !important;
  }

  #ex1::-moz-scrollbar {
    width: 0px !important;
  }

  #ex1::-ms-scrollbar {
    width: 0px !important;
  }

  #ex2::-webkit-scrollbar {
    width: 0px !important;
  }

  #ex2::-moz-scrollbar {
    width: 0px !important;
  }

  #ex2::-ms-scrollbar {
    width: 0px !important;
  }

  #ex3::-webkit-scrollbar {
    width: 0px !important;
  }

  #ex3::-moz-scrollbar {
    width: 0px !important;
  }

  #ex3::-ms-scrollbar {
    width: 0px !important;
  }

  #ex4::-webkit-scrollbar {
    width: 0px !important;
  }

  #ex4::-moz-scrollbar {
    width: 0px !important;
  }

  #ex4::-ms-scrollbar {
    width: 0px !important;
  }

  /*#ex5::-webkit-scrollbar{width:0px !important;}  #ex5::-moz-scrollbar{width:0px !important;}   #ex5::-ms-scrollbar{width:0px !important;}*/
  #ex6::-webkit-scrollbar {
    width: 0px !important;
  }

  #ex6::-moz-scrollbar {
    width: 0px !important;
  }

  #ex6::-ms-scrollbar {
    width: 0px !important;
  }

  #ex7::-webkit-scrollbar {
    width: 0px !important;
  }

  #ex7::-moz-scrollbar {
    width: 0px !important;
  }

  #ex7::-ms-scrollbar {
    width: 0px !important;
  }

  .new-col-60new {
    width: 99%;
  }

  .tabelereser-left-wid {
    height: 526px;
  }

  .pagecontent-tblbkng-menutyp .category ul.category-nav li {
    margin: 0 9px 6px 0;
  }

  .category-align {
    width: 72% !important;
    margin-left: 0%;
    position: absolute !important;
    right: 0;
  }

  .categorysec ul.horizon-nav li a {
    width: 122px !important;
  }

  .subcategorysec ul.horizon-nav li a {
    width: 122px !important;
  }

  .pagecontent-tblbkng-menutyp ul.horizon-nav li {
    margin: 0 11px 3px 0;
  }

  .voikots-nos ul li a {
    padding: 0px 2px;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .happyhourstable .daysava-ntavl ul li span {
    width: 18px;
    height: 18px;
    margin: 0 1px 0 0;
    border-radius: 50%;
    line-height: 13px;
    padding-top: 4px;
  }

  .happyhourstable .daysava-ntavl ul li {
    font-size: 13px;
    float: left;
    margin: 0 2px 0 0;
  }

  #ex5::-webkit-scrollbar {
    width: 18px;
  }

  #ex5::-webkit-scrollbar-thumb {
    background-color: #ea0e41;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-webkit-scrollbar-thumb:hover {
    background-color: #f20f3c;
    border: 1px solid #373737;
  }

  #ex5::-webkit-scrollbar-thumb:active {
    background-color: #ea0e41;
    border: 1px solid #373737;
  }

  #ex5::-webkit-scrollbar-track {
    border: 1px #999999 solid;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-moz-scrollbar {
    width: 18px;
  }

  #ex5::-moz-scrollbar-thumb {
    background-color: #ea0e41;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-moz-scrollbar-thumb:hover {
    background-color: #f20f3c;
    border: 1px solid #373737;
  }

  #ex5::-moz-scrollbar-thumb:active {
    background-color: #ea0e41;
    border: 1px solid #373737;
  }

  #ex5::-moz-scrollbar-track {
    border: 1px #999999 solid;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-o-scrollbar {
    width: 18px;
  }

  #ex5::-o-scrollbar-thumb {
    background-color: #ea0e41;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-o-scrollbar-thumb:hover {
    background-color: #f20f3c;
    border: 1px solid #373737;
  }

  #ex5::-o-scrollbar-thumb:active {
    background-color: #ea0e41;
    border: 1px solid #373737;
  }

  #ex5::-o-scrollbar-track {
    border: 1px #999999 solid;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-webkit-scrollbar {
    width: 18px;
  }

  #ex5::-webkit-scrollbar-thumb {
    background-color: #ea0e41;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  #ex5::-webkit-scrollbar-thumb:hover {
    background-color: #f20f3c;
    border: 1px solid #373737;
  }

  #ex5::-webkit-scrollbar-thumb:active {
    background-color: #ea0e41;
    border: 1px solid #373737;
  }

  #ex5::-webkit-scrollbar-track {
    border: 1px #999999 solid;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
  }

  .pagecontent-tblbkng-menutyp .category ul.category-nav li a {
    background: #ffffff;
    width: 165px;
    float: left;
    height: 51px;
    display: table;
    box-shadow: 0 3px #999999;
    color: #373737;
    padding: 4px 4px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
  }
}
.shiftloginhead .ad_bg_home {
  background: rgba(36, 83, 137, 0.3);
}

.btn-primary {
  color: #ffffff;
  background-color: #0150b0;
  border-color: #0150b0;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #ffffff;
  background-color: #2c8ae3;
  border-color: #002e65;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #2c8ae3;
  border-color: #2c8ae3;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2c8ae3;
  border-color: #2c8ae3;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2c8ae3;
  border-color: #2c8ae3;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #2c8ae3;
  border-color: #2c8ae3;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #0150b0;
}

.small_butt {
  padding: 5px 5px;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
}

.void_c {
  background: #ff4747;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff4747 0%, #af0a0a 100%);
  background: -webkit-linear-gradient(-45deg, #ff4747 0%, #af0a0a 100%);
  background: linear-gradient(135deg, #ff4747 0%, #af0a0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$red_light_tb", endColorstr="$red_mid_dark_tb",GradientType=1 );
}

.repeat_c {
  background: #ef9e2d;
  /* Old browsers */
  background: -moz-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: -webkit-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_dark_bill", endColorstr="$orang_light_bill",GradientType=1 );
}

.tranfer_c {
  background: #0171fb;
  background: -moz-linear-gradient(left, #0171fb 40%, #07abc1 100%);
  background: -webkit-linear-gradient(left, #0171fb 40%, #07abc1 100%);
  background: linear-gradient(to right, #0171fb 40%, #07abc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue_light_t_r", endColorstr="$blue_green_l",GradientType=1 );
}

thead.fixedHeader tr {
  position: relative;
  width: 100%;
}

html > body thead.fixedHeader {
  display: table;
  overflow: auto;
  width: 100%;
}

html > body thead.fixedHeader th {
  padding: 10px 7px !important;
  font-weight: 600;
}

html > body tbody.scrollContent {
  height: 130px;
  overflow: auto;
  width: 100%;
  display: block;
}

html > body tbody.scrollContent tr {
  width: 100%;
  display: inline-flex;
}

.table_cutom_main {
  width: 100%;
}

.table_cutom_main thead tr th {
  background: #0150b0;
  color: #ffffff;
  border: none;
}

.table_cutom_main thead tr th:last-child {
  border-radius: 0;
}

.table_cutom_main thead tr th:first-child {
  border-radius: 0;
}

.border_table {
  border: 1px solid #0150b0;
}

.margin-top-10 {
  margin-top: 10px;
}

.bill_btn {
  float: right;
  margin-top: 13px;
  padding: 7px 15px;
  font-size: 13px !important;
}

.sidenav {
  height: calc(100vh - 80px);
  /*background-color: $blue_dark;*/
  background: #02418e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #02418e 1%, #02418e 53%, #0171fb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #02418e 1%, #02418e 53%, #0171fb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #02418e 1%, #02418e 53%, #0171fb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navimid_dark", endColorstr="$navitop_light",GradientType=0 );
  /* IE6-9 */
  overflow-x: hidden;
  transition: 0.5s;
  margin-top: -5px;
}

.sidenav ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  padding-bottom: 20px;
}

.sidenav li {
  width: 100%;
  padding: 0 10px;
}

.sidenav a {
  padding: 6px 0 !important;
  color: #ffffff;
  text-decoration: none;
  display: block;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  /*background-color: #1869b4;*/
  /*margin-right: 5px;*/
  margin-bottom: 0;
  text-align: left;
  /*box-shadow: 0 3px #142e4c;*/
  border-bottom: 1px solid #009bd1;
}

.sidenav a:hover {
  color: #f1f1f1;
  background: #009bd1;
  border-radius: 4px;
  margin: 0 -4px;
  padding: 6px 5px !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.shazam {
  display: block;
  width: 250px;
}

.rest_right {
  float: right;
}

.td_padd_no {
  padding: 0 5px !important;
}

input.btn_top_bill[type=button] {
  position: absolute;
  top: 1px;
  right: 6px;
  padding: 7px 18px;
}

.kot_fire_btn {
  background-color: #0150b0 !important;
  color: #ffffff;
  box-shadow: 0 3px #3d6ea7;
  border-radius: 4px;
  border: 0;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  margin-bottom: 5px;
}

.kot_btn_button {
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  margin-bottom: 5px;
}

.kot_firebtn_m {
  background: #af0a0a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #af0a0a 0%, #ff4747 100%);
  background: -webkit-linear-gradient(-45deg, #af0a0a 0%, #ff4747 100%);
  background: linear-gradient(135deg, #af0a0a 0%, #ff4747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$red_mid_dark_tb", endColorstr="$red_light_tb",GradientType=1 );
  box-shadow: 0 3px #7e0303;
}

.kot_firebtn_m:disabled {
  background: rgba(236, 236, 236, 0.4) !important;
  box-shadow: 0 3px rgba(236, 236, 236, 0.4);
}

.kot_billbtn_m {
  background: #ef9e2d;
  /* Old browsers */
  background: -moz-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: -webkit-linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  background: linear-gradient(0deg, #ef9e2d 19%, #f75e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orang_dark_bill", endColorstr="$orang_light_bill",GradientType=1 );
  box-shadow: 0 3px #ff3f00;
}

.kot_billbtn_m:disabled {
  background: rgba(236, 236, 236, 0.4) !important;
  box-shadow: 0 3px rgba(236, 236, 236, 0.4);
}

.kot_setlmentbtn_m {
  background: #509b00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #509b00 0%, #a1e035 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #509b00 0%, #a1e035 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #509b00 0%, #a1e035 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$mid_green_col", endColorstr="$light_top_green_col",GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 3px #5a8400;
}

.kot_setlmentbtn_m:disabled {
  background: rgba(236, 236, 236, 0.4) !important;
  box-shadow: 0 3px rgba(236, 236, 236, 0.4);
}

.bill_detal_box {
  padding: 0 6px 0 6px;
}

.bill_box_inner {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  background: #ffffff;
}

.bill_amount_b {
  background: #f1f1f1;
  border-radius: 4px;
  /*display: flex;*/
}

.textear_f {
  margin-bottom: 0;
}

.bill_amount_bt {
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.item_btn {
  background-color: #0150b0 !important;
  color: #ffffff;
  box-shadow: 0 3px #3d6ea7;
  border-radius: 4px;
  border: 0;
  margin-bottom: 5px;
  padding: 16px 8px;
  font-size: 12px !important;
}

.item_btn:hover, .item_btn:focus, .item_btn.focus {
  background-color: #002e65 !important;
  color: #ffffff;
}

.item_btn_small {
  background-color: #3d6ea7 !important;
  color: #ffffff;
  box-shadow: 0 0 #0150b0 !important;
  border-radius: 4px;
  border: 0;
  margin-bottom: 4px !important;
  padding: 0 5px 0 5px;
  font-size: 12px !important;
  margin-right: 1px;
  width: 25px;
  line-height: 20px;
}

.item_btn_small:hover, .item_btn_small:focus, .item_btn_small.focus {
  background-color: #002e65 !important;
  color: #ffffff;
}

.padd_none {
  padding: 0;
}

.wid_btn_box {
  width: 100%;
  display: inline-block;
  flex-wrap: wrap;
  /*padding-left: 15px;*/
  text-align: center;
  padding-bottom: 3px;
}

.wid_btn_box li {
  /*text-align:left;
  flex: 0 0 10px*/
  display: inline-block;
}

.btn_large_box {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.btn_w {
  width: 32%;
}

.item_typ_btn {
  border: 3px solid #ffffff;
  padding: 8px 25px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19), inset 7px 8px 7px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19), inset 7px 8px 7px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.19), inset 7px 8px 7px 0px rgba(0, 0, 0, 0.42);
}

.menu_type_btn {
  background: #02418e;
  background: -moz-linear-gradient(left, #02418e 55%, #7fa624 100%);
  background: -webkit-linear-gradient(left, #02418e 55%, #7fa624 100%);
  background: linear-gradient(to right, #02418e 55%, #7fa624 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$navimid_dark", endColorstr="$green_mid_lb",GradientType=1 );
}

.menu_category_btn {
  background: #026ff1;
  background: -moz-linear-gradient(left, #026ff1 60%, #a1016e 100%);
  background: -webkit-linear-gradient(left, #026ff1 60%, #a1016e 100%);
  background: linear-gradient(to right, #026ff1 60%, #a1016e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue_light_t_r", endColorstr="$pink_dark_color",GradientType=1 );
}

.menu_subcategory_btn {
  background: #0171fb;
  background: -moz-linear-gradient(left, #0171fb 40%, #07abc1 100%);
  background: -webkit-linear-gradient(left, #0171fb 40%, #07abc1 100%);
  background: linear-gradient(to right, #0171fb 40%, #07abc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue_light_t_r", endColorstr="$blue_green_l",GradientType=1 );
}

.menu_type_btn:focus, .menu_subcategory_btn:focus, menu_category_btn:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.search_itm_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  width: 30%;
}

.sear_icon {
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 16px;
  color: #6c6d6d;
}

.search_itm_box input.border_r {
  border-radius: 4px;
}

.margin_t_15 {
  margin-top: 15px;
}

.heading_sub {
  border-bottom: 1px dashed #999999;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.margin_minu_15 {
  margin-left: -15px;
  margin-right: -15px;
}

.custom_table {
  border: 1px solid #002e65;
}

.custom_table thead tr th {
  background: #002e65;
  color: #ffffff;
  border-bottom: none;
}

.custom_table thead tr th, .custom_table tbody tr td {
  line-height: normal;
}

.table.custom_table thead tr th:last-child {
  border-radius: 0;
}

.tablebking_outlethead ul li.search_box_pos {
  padding: 1px 0 1px 15px;
}

.search_box_pos .selectize-control.single .selectize-input {
  webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  padding: 5px 40px 5px 6px;
  background: #e0e5e8;
  border-radius: 4px;
}

.search_box_pos .selectize-input input {
  color: #000000 !important;
}

.search_box_pos .selectize-control {
  top: 3px !important;
}

.search_box_pos .selectize-input, .search_box_pos .selectize-control.single .selectize-input.input-active {
  background: #e0e5e8;
}

.search_box_pos .selectize-control.single .selectize-input:after {
  border-color: #373737 transparent transparent transparent;
}

.search_box_pos .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #373737 transparent;
}

.search_box_pos input::-moz-placeholder {
  color: #373737;
}

.search_box_pos input:-ms-input-placeholder {
  color: #373737;
}

.search_box_pos input::-webkit-input-placeholder {
  color: #373737;
}

.logo_pos {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 34px;
  z-index: 1;
  width: 52px;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
  margin: 3px;
}

.logo_pos img {
  /*max-width:100%;*/
  width: 40px;
}

.mar_top_menu {
  margin: 7px 0;
}

.nav_tabs_pos > li.active > a, .nav_tabs_pos > li.active > a:hover, .nav_tabs_pos > li.active > a:focus {
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: 600;
  border: none;
}

thead.fixHead tr {
  position: relative;
  width: 100%;
}

html > body thead.fixHead {
  display: table;
  overflow: auto;
  width: 100%;
}

html > body thead.fixHead th {
  padding: 6px 3px !important;
  font-weight: 600;
  border-bottom: none;
}

html > body tbody.scrolltable_con {
  height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  white-space: nowrap;
  width: 100%;
  display: block;
}

html > body tbody.scrolltable_con tr {
  width: 100%;
  /*display: inline-flex;*/
  display: table;
}

.table_header_bg {
  background: #0150b0;
  color: #ffffff;
}

.width_130 {
  width: 130px !important;
}

.width_143 {
  width: 143px;
}

.report_table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #dadada;
}

.report_table td {
  padding: 10px 5px;
  border-bottom: 1px solid #dadada;
}

.flo_li {
  float: right !important;
}

.font_sb {
  font-size: 24px;
  font-weight: bold;
}

.margin_10btn {
  margin-bottom: 10px;
  margin-top: 10px;
}

.kot_n_ods {
  font-size: 50px;
  font-weight: bold;
}

.kot_name_ods {
  font-size: 20px;
  font-weight: bold;
}

.ods_d_haeding {
  font-size: 30px;
}

i.fa_smile_icon {
  font-size: 200px;
}

.ods_time {
  font-size: 30px;
}

.form_control_ods {
  background: #000755;
  color: #fff;
  border: none;
}

.kds_btn_main {
  font-size: 24px;
  color: #ffffff;
}

.kds_t_rel {
  font-size: 24px;
  color: #ffffff;
  float: right;
  width: 180px !important;
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  .categorysec .category ul.category-nav li a {
    margin-left: 20px;
  }

  .subcategorysec .category ul.category-nav li a {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .li_selec_b {
    width: 100%;
  }

  .li_selec_b .form-control {
    background: #000755;
    color: #fff;
    border: none;
  }

  .flo_li {
    float: left !important;
  }

  .tablebking_outlethead ul li a.mobile_btn {
    font-size: 11px;
    margin-right: 3px;
    margin-top: 3px;
    min-width: 54px;
    margin-left: 5px;
  }

  .tablessec {
    padding: 5px 5px;
  }

  .tablessec ul.horizon-nav li {
    margin: 5px;
  }

  .font_sb {
    font-size: 18px;
  }

  .tablessec ul.horizon-nav li a {
    font-size: 10.5px;
  }

  .tablessec ul.horizon-nav li a {
    width: 138px !important;
  }

  .kotbump ul.horizon-nav li a {
    font-size: 10.5px !important;
  }

  .kotbump {
    padding: 0 9px;
  }

  .new-col-60new {
    width: 100%;
    margin: 0;
    border-radius: 0;
    margin-top: 10px;
  }

  .table_td_none {
    display: none;
  }

  .tblbng-lft-wid {
    font-size: 10px;
  }

  .new-col-40new {
    width: 100%;
    margin: 0;
    border-radius: 0;
    margin-top: 10px;
    border: none;
  }

  .table_food > thead > tr > th, .table_food > tbody > tr > td {
    font-size: 10px !important;
    padding: 4px 4px !important;
  }

  .tbl_bkng_kot {
    padding: 5px !important;
    line-height: 10px;
  }

  .margin_10btn {
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
  }

  .t_respons_kds {
    margin-bottom: 0;
  }

  .kot_n_ods {
    font-size: 15px;
  }

  .kot_name_ods {
    font-size: 11px;
  }

  .tablessec ul.horizon-nav li a.kot_ods_s {
    width: 73px !important;
    height: 47px;
  }

  .tablessec.padd_n_ods {
    padding: 0;
  }

  .tablessec ul.horizon-nav li.mar_kot {
    margin: 3px;
  }

  .ods_d_haeding {
    font-size: 16px;
  }

  i.fa_smile_icon {
    font-size: 100px;
  }

  .padd_no_ods {
    padding: 0;
  }

  .ods_time {
    font-size: 18px;
  }

  .text_c_comp {
    text-align: center;
  }

  .kds_btn_main {
    font-size: 17px;
    width: 120px;
  }

  .kds_t_rel {
    font-size: 17px;
    width: 120px !important;
    float: none;
  }
}

/*# sourceMappingURL=POSStyle.css.map */

.checkin-scroll {
    max-height: 73vh;
    overflow: auto;
}

/*table scrool style*/
.fixed_header{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 90px;
}

.fixed_header thead tr {
   display: table;
    width: 100%;
}
.fixed_header tbody tr {
   display: table;
    width: 100%;
}

.menu-open {
    display:none;
    outline:none;
}
.menu-open:hover{
    background:#ddd;
}

#close-cate{
    display:none;
}
#VoidKOTBoxModel .control-label{
    margin-bottom:5px;

}
.billing-table .table-responsive tr td{
        word-wrap: break-word;
    white-space: normal !important;
}
/*Responsive for mobile*/
/* Portrait */
@media only screen and (min-width: 767px){
    .responsive .col-md-12{
        float:left;
        width:100%;
    }
}
@media only screen and (max-width: 767px) {
    .logo_pos{
        left: 14px;
    }
    .mar_top_menu{
        width: 100%;
    }
    .mar_top_menu>ul:first-child{
        border-bottom:1px solid #dadada;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 4px 0;
        margin-bottom: 5px;
    }
    .mar_top_menu>ul:first-child li a{
        font-size: 10px;
            min-width: calc(100% - 5px);
    }
    .mar_top_menu>ul:last-child{
         display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mar_top_menu>ul:last-child .search_box_pos{
        width: 100%;
        padding: 0;
        margin: 5px 0;
        display:none;
    }
    .menu-open{
        display:block;
        float: right;
        background: #FFF;
        border: 1px solid;
        border-radius: 3px;
        padding: 4px 9px;
        font-size: 14px;
        margin: 7px 0px;
    }
    #left-menu{
        display:none;
    }
    .search_itm_box{
            width: calc(100% - 130px);
    }
    .bill_amount_b{
        display: block;
        width: 74%;
        margin: auto;
    }
    .table-data-display-scroll{
        height:auto;
    }
    .tablessec ul.horizon-nav{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .tablessec ul.horizon-nav li a{
            width: 84px !important;
    }
    .tabelereser-left-wid,.innerdatascroll-new{
        height:auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .bill_detal_box{
        float: left;
        width: 100%;
    }
    .pagecontent-tblbkng-menutyp .category ul.category-nav li{
         width: 32%;
    }
.shiftlogininput{
    padding: 15px 5px 13px 4px !important;
}
.fixed_header tbody{
    height:auto;
}
.menu_name{
    width: 68%;
    font-size: 10px;
}
.pagecontent-tblbkng-menutyp .category ul.category-nav li.menuTypeClass,
.pagecontent-tblbkng-menutyp .category ul.category-nav li.manuCategoriesClass,
.pagecontent-tblbkng-menutyp .category ul.category-nav li.manuSubCategoriesClass{
        width: 49.5%;
}
.pagecontent-tblbkng-menutyp .category ul.category-nav li a.menu_type_list_item{
    width:100%;
}
.billing-sec .col-md-4.padding-0,.billing-sec .col-md-2.padding-0.text-right{
    text-align: center;
}
.billing-sec .col-md-6.padding-0.text-right ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding-bottom: 10px;
}
.billing-sec .col-md-6.padding-0.text-right ul li input[type="button"]{
    padding: 9px 10px;
        font-size: 10px;
}
#roomCheckINGuesttBOX table{
    white-space: nowrap;
}
#VoidKOTBoxModel .control-label {
    margin-bottom: 5px;
    display: inline-block;
}
#VoidKOTBoxModel .voikots-nos{
        width: auto;
    float: none;
    display: inline-block;
}
#VoidKOTBoxModel .voikots-nos ul li, #VoidKOTBoxModel .voikots-nos .box-kot{
    float:none;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #ea0e41;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

}
@media only screen and (max-width: 414px) {
    .billing-sec .col-md-6.padding-0.text-right ul li input[type="button"]{
        padding: 9px 5px;
        font-size: 10px;
    }
    .btn_large_box{
        width:100%
    }
    .item_typ_btn {
        font-size:12px;
    }
}
.responsive .col-md-12{
        float:left;
        width:100%;
    }

@media only screen and (max-width: 767px) {
/*POSShift*/
    .shiftlogin-container .shiftlogin-head .text-right{
        text-align:left;
    }
    .shiftlogin-container .shiftlogin-head .col-md-9{
        padding-left:0px;
    }
    .shiftlogin-container .shiftlogin-head .time{
        padding-right:15px !important;
    }
    .time.col-md-9.padding-right-0 {
        padding-right: 0px !important;
    }
    .shiftlogin-container .shiftlogin-head .server .col-md-9{
        padding-right: 0px !important;
    }
    .responsive{
        background-color: #ffffff;
        float: left;
        width: 100%;
    }
    .responsive .col-md-12{
        float:left;
        width:100%;
    }
     .responsive .shiftlogin-col-right-brder, .responsive .padding-left-72{
         height:auto !important;
    }
     .responsive .line-height48 {
        line-height: 25px;
    }
     .responsive .shiftlogin-col-right-brder .col-md-8 .col-md-12{
         display: flex;
        align-items: center;
     }
     .responsive table{
         background:#EEE;
         border-radius: 5px;
     }
     .responsive table thead th,.responsive table tbody td,.responsive table tbody th{
         padding: 7px 15px !important;
     }
     .responsive table td{

     }
    #close-cate {
        display:inline-block;
        float: right;
        outline: none;
    }
    .margin-bottom-inc{
        margin-bottom: 120px;
    }
    .col-md-12.padding-0.bill_box_inner{
            margin-bottom: 73px;
    }
    i.fa.fa-bars.fa-times:before{
        content: "\f00d";
    }
/*End POSShift*/
}
.bill_amount_b .input-group textarea.form-control{
    z-index:0;
}
.hide{
    display:none;
}


/*End Responsive for mobile*/