@charset "UTF-8";

html {
  position: relative;
  min-height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
}

@media (max-width: 575px) {
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-device-height: 1081px) and (orientation: portrait) {
  .container-fluid.guidance {
    margin-top: 40%;
  }
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

video,
#console {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 2px;
}

#console {
  min-height: 120px;
  max-height: 360px;
}

video {
  width: 100%;
  background: url("../img/surveillance_camera.png") center center no-repeat
    transparent;
}

div.loading video {
  background: none;
}

div.video {
  position: relative;
}

div.video .page-loader__spinner {
  display: none;
}

div.video.loading .page-loader__spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

div.display-container {
  position: relative;
}

.btn.corner {
  padding: 0.3rem 0.6rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

svg {
  vertical-align: top;
}

.floor {
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.axis line,
.axis path {
  stroke: white;
}

.axis text {
  fill: white;
}

.grid line,
.grid path {
  stroke: gray;
}

.visualizer-wrapper {
  vertical-align: top;
  display: inline-block;
}

.visualizer {
  vertical-align: top;
  border-radius: 2px;
}

.visualizer.led {
  position: absolute;
  right: 2px;
  top: 2px;
}

.sound {
  font-family: "Kanit", sans-serif;
  cursor: pointer;
}

.notify-message {
  width: 500px;
  border: none;
  background: none;
  box-shadow: none;
}

.btn-circle {
  width: 50px;
  height: 50px;
  padding: 9px 0px;
  border-radius: 25px;
  text-align: center;
  font-size: 25px;
}

.modal-body {
  color: white;
}

.emergency {
  font-size: 60px;
}

.margin-auto {
  margin: auto;
}

.rotate {
  animation: rotate 2s linear infinite;
  transform-origin: center center;
}

#tooltip {
  font-size: small;
  position: absolute;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#tooltip.hidden {
  display: none;
}

.video-container {
  height: 23vh;
  line-height: 23vh;
  text-align: center;
  font-size: xx-large;
}

.draggable-mirror {
  z-index: 9999;
}

.navigation a:hover,
.navigation .draggable-mirror a {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.notify__text {
  text-align: center !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 15px;
}

.modal-header span {
  padding-right: 5px;
  margin-top: -2px;
}

@media (max-width: 320px) {
  .text-right {
    margin-left: 15px !important;
  }
}

@media (max-width: 576px) {
  .modal__area {
    top: 100% !important;
    margin-left: -50% !important;
  }

  .notify-message {
    width: 100%;
  }
}

@media (max-height: 320px) {
  .modal__area {
    top: 100% !important;
    margin-left: -35% !important;
  }

  .notify-message {
    width: 100%;
  }
}

@media (max-height: 414px) {
  .modal__area {
    top: 100% !important;
  }
}

.model-radius {
  border-radius: 5rem;
}

.joy-stick__base {
  position: relative;
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.joy-icon__area i {
  color: rgba(255,255,255,0.5);
}

.joy-icon__up span i{
  margin-top: -10px;
}

.joy-icon__left i {
  margin-left: 0px;
}

.joy-icon__right i {
  padding-left: 70px;
}

.joy-icon__xaxis .joy-icon__xaxis-rotate {
  padding-top: 30px;
}

.joy-stick__pin {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 25px; 
  top: 25px;
  border-radius: 50%;
}