﻿/*
PRIMARY:
Chathams Blue: #0f4d81
Cardinal Red: #ce202a
Sun Yellow: #fbae19
Eucalyptus Green: #1b8240

SECONDARY
Chathams Blue Light: #40719b
Cardinal Red Light: #d84d55
Sun Yellow Light: #fbbe47
Eucalyptus Green Light: #439a45

TERTIARY
Chathams Blue Lighter: #6794b3
Cardinal Red Lighter: #e2797f
Sun Yellow Lighter: #fece75
Eucalyptus Green Lighter: #71b36e

Locketgo's "black": Midnight Black: #0a1928
Locketgo's "dark grey": Midnight Black Light: #3c4753
Locketgo's "grey": Midnight Black Lighter: #6c757e

Locketgo's "white": Egg Beige: #fff8eb
Darker shades of "white":
Egg Beige Dark: #ccc6bb
Egg Beige Darker: #99958d
*/
/*$color-eggbeige: #fff8eb;*/
.btn {
  font-size: 1.2rem;
  color: #333; }
  .btn:hover {
    color: #333; }
  .btn.btn-md {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn.btn-lg {
    font-size: 2rem;
    line-height: 1.25;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
    height: 250px; }
    .btn.btn-lg i {
      font-size: 60px;
      display: block;
      margin-bottom: 20px; }
    .btn.btn-lg.disabled, .btn.btn-lg:disabled {
      border-color: #aaa;
      background-color: #CCC; }
  .btn.btn-outline-primary {
    border: 2px solid #236CEC !important;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
    background-color: transparent; }
    .btn.btn-outline-primary:not(:disabled):not(.disabled).active, .btn.btn-outline-primary:not(:disabled):not(.disabled):active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
      color: #333;
      background-color: transparent; }
  .btn.btn-primary {
    align-items: center;
    /*color: rgba(0, 0, 0, 0.85);*/
    color: #fff;
    background-color: #236CEC;
    border: 2px solid #236CEC;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 12px;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    width: auto; }
    .btn.btn-primary.disabled, .btn.btn-primary:disabled {
      background-color: #236CEC;
      border: 2px solid rgba(0, 0, 0, 0.15); }
    .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:hover, .btn.btn-primary:focus {
      color: #fff;
      background-color: #236CEC; }
  .btn.btn-return-home {
    width: 100%;
    height: 100px;
    padding-top: 30px;
    font-size: 1.3rem;
    margin-top: 80px; }

.text-green {
  color: #1b8240; }

.text-red {
  color: #ce202a; }

.text-blue {
  color: #236CEC; }

.text-gray {
  color: #cccccc; }

.badge {
  color: #eee; }

.badge-blue {
  background-color: #236CEC;
  border: 3px solid #236CEC; }

.badge-red {
  background-color: #ce202a;
  border: 3px solid #ce202a; }

.badge-yellow {
  background-color: #fbae19;
  border: 3px solid #fbae19; }

.badge-green {
  background-color: #1b8240;
  border: 3px solid #1b8240; }

.badge-white {
  background-color: white;
  border: 3px solid #666666;
  color: black; }

/*
    Virtual Keyboard (vkb)
*/
#vkb {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 8px;
  background: linear-gradient(to right bottom, #eee, #ebebeb, #e8e8e8, #e6e6e6, #e3e3e3); }

#vkb, #vkb .vkb-plate {
  display: none; }

#vkb.active, #vkb .vkb-plate.active {
  display: block; }

#vkb .vkb-line {
  text-align: center;
  padding-left: 0.9009vmin; }

#vkb .vkb-line:not(:first-child) {
  margin-top: 8px; }

#vkb .vkb-btn {
  display: inline-block;
  cursor: pointer;
  background: #fafafa;
  color: #707070;
  font-size: 3.7477vmin;
  width: 7.0vmin;
  height: 7.0vmin;
  text-align: center;
  padding-top: 0.3vmin;
  margin-right: 0.9009vmin;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 1.25vmin;
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 4px;
  box-shadow: 0 4px 0 0.04px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 0 0.04px rgba(0, 0, 0, 0.1); }

#vkb .vkb-btn.vkb-space, #vkb .vkb-blank.vkb-blank-lg {
  width: 40.5405vmin; }

#vkb .vkb-btn.vkb-ok, #vkb .vkb-btn.vkb-ctrl, #vkb .vkb-btn.vkb-bksp, #vkb .vkb-blank.vkb-blank-md, #vkb .vkb-btn.vkb-shift {
  width: 12vmin; }

#vkb .vkb-btn.vkb-ok {
  background-color: #236CEC;
  color: #eee; }

#vkb .vkb-btn.vkb-blank {
  cursor: unset;
  color: transparent;
  background: none;
  border: 2px !important;
  border-bottom-color: transparent !important;
  border-bottom-width: 4px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

#vkb .vkb-plate.num .vkb-btn {
  font-size: 5.0vmin;
  width: 10vmin;
  height: 10vmin;
  padding-top: 0.5vmin;
  margin-right: 0.9009vmin; }

#vkb .vkb-plate.num .vkb-btn.vkb-space, #vkb .vkb-plate.num .vkb-blank.vkb-blank-lg {
  width: 40.5vmin; }

#vkb .vkb-plate.num .vkb-btn.vkb-ok, #vkb .vkb-plate.num .vkb-blank.vkb-blank-md {
  width: 12.0vmin; }

/*
PRIMARY:
Chathams Blue: #0f4d81
Cardinal Red: #ce202a
Sun Yellow: #fbae19
Eucalyptus Green: #1b8240

SECONDARY
Chathams Blue Light: #40719b
Cardinal Red Light: #d84d55
Sun Yellow Light: #fbbe47
Eucalyptus Green Light: #439a45

TERTIARY
Chathams Blue Lighter: #6794b3
Cardinal Red Lighter: #e2797f
Sun Yellow Lighter: #fece75
Eucalyptus Green Lighter: #71b36e

Locketgo's "black": Midnight Black: #0a1928
Locketgo's "dark grey": Midnight Black Light: #3c4753
Locketgo's "grey": Midnight Black Lighter: #6c757e

Locketgo's "white": Egg Beige: #fff8eb
Darker shades of "white":
Egg Beige Dark: #ccc6bb
Egg Beige Darker: #99958d
*/
/*$color-eggbeige: #fff8eb;*/
#disconnect-time {
  display: flex;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 74px; }

.base-timer {
  position: relative;
  width: 64px;
  height: 64px; }

.base-timer-svg {
  transform: scaleX(-1); }

.base-timer-circle {
  fill: none;
  stroke: none; }

.base-timer-path-elapsed {
  stroke-width: 7px;
  stroke: grey; }

.base-timer-path-remaining {
  stroke-width: 7px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor; }

.base-timer-path-remaining.green {
  color: #1b8240; }

.base-timer-path-remaining.orange {
  color: #fbae19; }

.base-timer-path-remaining.red {
  color: #ce202a; }

.base-timer-label {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px; }

#screensaver {
  position: fixed;
  display: none;
  background: #000000;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0; }

#moving-logo {
    position: fixed;
    display: none;
    background: url("../images/LOCKETGO_LOGO_RVB-Blanc.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 300px;
}

/*Layout header*/
header nav.navbar {
  padding-top: 20px;
  padding-bottom: 20px; }

main {
  padding-top: 30px; }

.navbar-brand img {
  max-height: 55px; }

/*Other Layout*/
.path-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px; }
  .path-title .path-seperator {
    color: #999; }

.form-control-lg {
  font-size: 2rem; }

body::-webkit-scrollbar {
  display: none; }

.icon-lg {
  font-size: 60px;
  display: block; }

.bg-blue {
    background-color: #236CEC !important;
    color: #fff !important;
}

.admin-panel {
  position: fixed;
  height: 70px;
  width: 70px;
  bottom: 0; }

.home-page {
  margin-top: 100px; }

.bordered-title {
  border-bottom: 2px solid #333;
  text-align: center; }
  .bordered-title span {
    overflow: hidden;
    position: relative;
    line-height: 24px;
    white-space: nowrap;
    text-transform: uppercase;
    bottom: -16px;
    display: inline-block;
    max-width: 80%;
    border: solid #fff;
    border-width: 0 20px;
    font-size: 18px;
    background: #fff; }

.list-container {
  height: 360px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 5px;
  padding: 7px;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  background-color: #fafafa; }

.list-header {
  margin-left: 7px;
  margin-right: 7px;
  text-align: center; }

.list-container::-webkit-scrollbar {
  width: 10px; }

.list-container::-webkit-scrollbar-track {
  background-color: transparent; }

.list-container::-webkit-scrollbar-track-piece:end {
  background-color: transparent; }

.list-container::-webkit-scrollbar-track-piece:start {
  background-color: transparent; }

.list-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10rem; }

.error-panel {
  margin-top: 50px;
  font-size: 1.5em; }

.overflow-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

* {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none; }
