#loader {
  position: absolute; 
  color: #ccc; 
  left: 50%; 
  top: 50%; 
  width: 400px; 
  height: 300px; 
  margin-top: -200px; 
  margin-left: -200px;
}

.menu-left {
  text-align: center; padding-top: 15px;
}

.toggle-on.btn {
    padding-right: 12px !important;
    cursor: pointer;
}

.toggle-off.btn {
    padding-left: 12px !important;
    background-color: #fff;
    cursor: pointer;
}

/* Hidden dialog box */
#mapping_keyboard {
  display: none; text-align: center;
}

#mapping_gamepad {
  display: none; text-align: center;
}

#modalHTMLKeyboard {
  display:none; width: 50%;
}

#modalHTMLGamepad {
  display:none; width: 50%;
}

/* Elemnts */
#horloge {
 text-align: center; 
 margin-top: -30px; 
 width: 100%;
}

#show_plug {
  display: none;
  text-align: center; 
  padding-top: 30px; 
  padding-bottom: 30px;
}

#show_success {
  display: none;
  text-align: center; 
  padding-top: 30px;
}

/* Stereogram red filter */
#overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: red;
  mix-blend-mode: multiply;
  z-index: 2;
  cursor: pointer;
}

/* Target */
#target {

  position: absolute; 
  color: #ccc; 
  left: 50%; 
  top: 50%; 
  width: 50%; 
  margin-top: -25%; 
  margin-left: -25%; 
  display: none;
}
/* Radio */
#radio {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  z-index: 15;
}

.radio {
  width: 100px;
  height: 100px;
}

/* Charts */

.charts {
  display: none;
  position: absolute;
  background-color: #000;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 100%;
  opacity: 0.3;
  z-index: 5;
}

.logo_long {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 22;
}

.triangle {
  position: absolute;
  top: 40px;
  right: 61px;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 7px solid #fff;
 border-right : 4px solid transparent;
 border-left : 4px solid transparent;
 z-index: 22;
}

.compass_group {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: block;
  z-index: 10;
  
}

.compass {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-top: 10px;

  -webkit-transition: 800ms linear all;
  -moz-transition: 800ms linear all;
  -o-transition: 800ms linear all;
  transition: 800ms linear all;

  /* transition-duration: 2s; */
}

.altitude_group {
  position: absolute;
  top: 180px;
  right: 15px;
  width: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: block;
  z-index: 10;
}

.battery_group {
  position: absolute;
  top: 270px;
  right: 0px;
  width: 130px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  z-index: 10;
}

.countdown_group {
  position: absolute;
  top: 310px;
  right: 0px;
  width: 130px;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  display: block;
  z-index: 10;
}

.buttons_group {
  position: absolute;
  top: 380px;
  right: 0px;
  width: 130px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  z-index: 10;
}

.mode_group {
  position: absolute;
  top: 440px;
  right: 0px;
  width: 115px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  z-index: 10;
  text-align: left !important;
}

.mode_group > h6 {
  text-align: center;
}

.mode_group > ul {
  line-height: 32px;
  text-align: left; 
  list-style: none;
  margin-left: -30px;
}

.mode_group > ul > li > a {
  color: #fff !important;
}

.mode_group > .form-check > .form-check-input, .form-check-label {
  cursor: pointer;
}

/* Radio buttons */
.custom-control-label::before {
    background-color: darkorange;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #7B1FA2;
  background-color: #7B1FA2;
}

/* Canvas */
.canvas_thumbnail {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 1px solid #ccc;
  display: none;
  z-index: 15;
}

.vision_result {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: none;
  z-index: 16;
}

#small_keys {
  position: absolute;
  top: 450px;
  right: 10px;
  display: block;
  color: #fff !important;
  z-index: 16;
}

.small_key {
	border: 1px solid;
	background-color: #fff;
	border-radius: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 2px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	font-size: 0.6rem;
	color: #595354 !important;
}

.mode_key {
  border: 1px solid;
  background-color: #fff;
  border-radius: 3px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-top: 0px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  font-size: 0.6rem;
  color: #595354 !important;
}

.mode_key-large {
  width: 50px;
}

/* Carousel Diaporama */
.carousel-caption {
  position: relative !important;
  right : auto !important;
  bottom: auto !important;
  left: auto !important;
  padding-bottom: 40px !important;
}

.h3-responsive {
  color: #595354 !important;
}

.carousel-caption > p {
  color: #595354 !important;
}

.carousel-indicators > li {
  margin-top: 100px;
  background-color: #606060 !important;
}

.carousel-inner {
  text-align: center;
}

/* Page */

.btn-back {
  margin: 30px 20px 0px 0px;
}

.btn-formatted {
  min-width: 130px;
  color: #fff !important;
  padding: 13px 18px 13px 18px !important;
  font-size: 1.1rem !important;
}

.text-center {
  text-align: center !important;
}

.stick {
border: 1px solid;
border-color: #ccc;
border-radius: 25px;
width: 50px;
height: 50px;
}

.pad {
border: 1px solid;
border-color: #ccc;
border-radius: 5px;
padding-left: 8px;
width: 30px;
height: 30px;
margin-bottom: 5px;
margin-top: 12px;
}

.button {
border: 1px solid;
border-color: #ccc;
border-radius: 20px;
text-align: center;
padding-top: 6px;
width: 40px;
height: 40px;
}


.key {
border: 1px solid;
border-color: #ccc;
border-radius: 5px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 5px;
padding-top: 2px;
width: 40px;
margin-top: 5px;
}

.key-large {
width: 80px;
 }

.bigrow {
  margin: 15px;
}

 .margin-top-10 {
  margin-top: 10px;
 }

img {

}
video {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border: 1px #b2b2b2 solid;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9fafc;
  color: #595354 !important;
}
.video-wrapper {
  margin: auto;
  width: 75%;
  height: 75%;
  position: relative;
  display: block;
  text-align: center; 
}
.header {
  background: #477bde;
  /* padding: 10px 40px; */
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
}

.header > .logo-container {
  align-items: center;
  background: #3684de;
  width: 100%;
}

.header > .logo-container > .logo-img {
  width: 100px;
  height: 100px;
  padding: 5px;
  margin-left: 20px;
}

.header > .logo-container > .logo-text {
  font-size: 26px;
  font-weight: 700;
}

.header > .logo-container > .logo-text > .logo-highlight {
  color: #3684de;
}

.content-container {
  width: 100%;
  height: calc(100vh - 89px);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.active-users-panel {
  width: 300px;
  height: 100%;
  border-right: 1px solid #cddfe7;
}

.panel-title {
  margin: 10px 0 0 0;
  padding-left: 30px;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #cddfe7;
  padding-bottom: 10px;
}

.active-user {
  padding: 10px 30px;
  border-bottom: 1px solid #cddfe7;
  cursor: pointer;
  user-select: none;
}

.active-user:hover {
  background-color: #e8e9eb;
  transition: background-color 0.5s ease;
}

.active-user--selected {
  background-color: #fff;
  border-right: 5px solid #65a9e5;
  font-weight: 500;
  transition: all 0.5s ease;
}

.video-chat-container {
  padding: 0 20px;
  flex: 1;
  position: relative;
}

.talk-info {
  font-weight: 500;
  font-size: 21px;
  padding-top: 15px;
}

.remote-video {
  border: 1px solid #cddfe7;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.local-video {
  position: absolute;
  border: 1px solid #cddfe7;
  bottom: 60px;
  right: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 300px;
}

.console {
  background-color: #f2f2f2;
}

.btn-success {
  background-color: #8bc34a !important;
  border-color: #8bc34a !important;
}

.btn-transparent {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.pt-10 {
  padding-top: 10px;
}

#collapseExample {
  padding: 15px;
}