/*
 *
 *   Custom CSS -  FoodPlaza Admin
 *   Stratvista Inc
 *
*/
/* INDEX */
@media (max-width: 1024px) {
  .navbar-static-side {
    width: 0;
  }
}

#page-wrapper {
  width: calc(100% - 220px);
}
@media (max-width: 1024px) {
  #page-wrapper {
    width: 100%;
  }
}

#kpis {
  display: block;
}
@media (max-width: 1024px) {
  #kpis {
    display: none;
  }
}

.middle-box {
  padding-top: 80px;
  /* ==========================================================================
   #FORM
   ========================================================================== */
  /* input group 1 */
  /* end input group 1 */
}
.middle-box h1 {
  font-size: 6rem;
}
.middle-box h3 {
  font-size: 1.3rem;
}
.middle-box p {
  font-size: 1rem;
}
.middle-box .logo-name {
  line-height: 80px;
}
.middle-box .logo-name span {
  letter-spacing: 6px;
}
.middle-box input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  background: transparent;
}
.middle-box .input-group {
  position: relative;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.middle-box .input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.middle-box .input--style-2 {
  padding: 9px 0;
  color: #666;
  font-size: 18px;
  font-weight: 500;
}
.middle-box .input--style-2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #808080;
}
.middle-box .input--style-2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  opacity: 1;
}
.middle-box .input--style-2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  opacity: 1;
}
.middle-box .input--style-2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}
.middle-box .input--style-2:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}
@media (max-width: 1024px) {
  .middle-box {
    width: 70% !important;
  }
}

.profile-element img {
  max-width: 60px;
}

.skin-1 .img-circle {
  border-radius: 50px;
}

.logo-element span {
  letter-spacing: 2px;
}

.logo-element {
  line-height: 16px;
}

/******************
//TOGGLE SWITCH
//
********************/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
  /* Hide default HTML checkbox */
}
.switch input {
  display: none;
}
.switch input.default:checked + .slider {
  background-color: #444;
}
.switch input.primary:checked + .slider {
  background-color: #2196F3;
}
.switch input.success:checked + .slider {
  background-color: #8bc34a;
}
.switch input.info:checked + .slider {
  background-color: #3de0f5;
}
.switch input.warning:checked + .slider {
  background-color: #FFC107;
}
.switch input.danger:checked + .slider {
  background-color: #f44336;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/* Heat Map */
#heat-map {
  height: 600px;
}

/*# sourceMappingURL=custom.css.map */
