.button-effects::-webkit-scrollbar {
  display: none;
}

#company-name-line {
  position: relative;
  z-index: 3000;
  /*overflow: hidden;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  bottom: 2px;
}

#all-buttons {
  height: 90vh;
}

@media screen and (max-width: 768px) {
  #all-buttons {
    height: 400px;
  }
}

/* .button-effect */

.button-effect:hover {
  background: url("../../assets/img/button_active.png") round;
  filter: brightness(150%);
}

.button-effect:after {
  content: "";
  background: url("../../assets/img/button_active.png") round;
  display: block;
  position: absolute;
  padding-top: 200%;
  padding-left: 150%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 1s;
}

.button-effect:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.button-effect {
  background: url("../../assets/img/button_normal.png") round;
  background-size: cover;
  margin-left: 0px;
  border-style: none;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: 52px;
}

.button-effect-init {
  background: url("../../assets/img/button_normal.png") round;
  background-size: cover;
  margin-left: 0px;
  border-style: none;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: 52px;
}

.button-effect-test {
  background: url("../../assets/img/button_normal.png") round;
  background-size: cover;
  margin-left: 0px;
  border-style: none;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: 42px;
  min-width: 120px;
}

/* .button-child-effect */

#child-buttons {
  position: absolute !important;
  top: 0px;
  left: -200px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #child-buttons {
    position: absolute !important;
    top: 0px;
    /* left: -200px;
    width: 200px; */
  }
}
.button-child-effect:hover {
  background: url("../../assets/img/button_active.png") round;
  filter: brightness(150%);
}

.button-child-effect:after {
  content: "";
  background: url("../../assets/img/button_active.png") round;
  display: block;
  position: absolute;
  padding-top: 200%;
  padding-left: 150%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 1s;
}

.button-child-effect:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.button-child-effect {
  background: url("../../assets/img/button_normal.png") round;
  background-size: cover;
  margin-left: 0px;
  border-style: none;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: 52px;
  overflow-x: hidden;
}

.button-child-effect-init {
  background: url("../../assets/img/button_normal.png") round;
  background-size: cover;
  margin-left: 0px;
  border-style: none;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: 52px;
}

.button-active {
  background: url("../../assets/img/button_active.png") round;
}

@media screen and (max-width: 768px) {
  .mySlides {
    display: none;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  img {
    vertical-align: middle;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .slideshow-container {
    position: relative;
    margin: auto;
    height: 200px;
    display: none;
  }
}

.float-status {
  position: absolute;
  color: #FFF;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  z-index: 2001;
}

.my-float {
  margin-top: 15px;
}

.prev {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.next {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

#project-name {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.float-left {
  position: absolute;
  color: #FFF;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  z-index: 2001;
  left: 5px;
  /*top: 15px;*/
  bottom: 7px;
}

.button-float-top {
  margin-top: 0px;
}

.float-button {
  width: 27px;
  height: 27px;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  box-shadow: 5px 5px 5px #999;
}

.video {
  max-width: 100%;
  max-height: 100%;
  background-color: black;
  margin: 0px;
  padding: 0px;
}

#screensave {
  background-color: black;
  margin: 0px;
  padding: 0px;
}

/* Clear input */

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

/* Keypad */

.btn-keypad button {
  width: 50px;
  font-weight: bolder;
  font-size: larger;
}

.table-restaurent{
  width: 300px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 15;
}

.table-3 {
  background-image: url('../img/table3.png');
}
.table-4 {
  background-image: url('../img/table4.png');
}
.table-6 {
  background-image: url('../img/table6.png');
}