.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.edit_element_form label {
  display: block;
}

hr.hidden_elem_top {
  margin-bottom: 3px;
  margin-top: 10px;
}

hr.hidden_elem_bottom {
  margin-bottom: 10px;
  margin-top: 3px;
}

.event-title {
  margin-bottom: 10px;
}

.event-title-name {
  padding: 3px;
}

.editevent {
  border: 1px dashed;
  border-radius: 2px;
  padding: 2px;
}

input {
  padding-bottom: 0px;
  padding-top: 0px;
  border-width: 1px;
  padding-left: 4px;
  border-style: inset;
  border-radius: 4px;
}

.info-message {
  font-style: italic;
  font-size: 80%;
}

.sign-validate {
  color: rgb(5, 199, 0);
}

.sign-error {
  color: rgb(214, 5, 0);
}

/* for info message fading */
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-active {
  opacity: 0;
}

div.divhidden {
  visibility: hidden;
}

textarea.elem-description {
  height: 150px; /* replace with adapting width if screen is too small */
  width: 100%;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* 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;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0); /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%;
  width: 90%; /* 100% width */
  left: 5%;
  height: 90%;
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* The navigation links inside the overlay */
.overlay img {
  max-height: 100%;
  max-width: 100%;
  /*max-width: 85%;*/
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

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

/* share button */
.share-inset {
  display: block;
  position: absolute;
  background: rgb(245, 245, 245);
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  max-width: 300px;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1; /* Sit on top */
  font-size: 14px;
}

.share-inset-left {
  right: 0;
}

.close {
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

/**** Change bootstrap collapse point ***/
@media (max-width: 9px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.inactive-subscription {
  background-color: #d2d2d2;
}

/*
.report {
    position:relative;
}*/
.toolbox-report {
  position: fixed;
  z-index: 1;
  top: 70px;
  right: 15px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  padding: 6px 3px 3px 3px;
}

h2 {
  margin-top: 0;
}

.toolbox-label {
  margin: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: calc(1.7647058824 * 20px);
  height: 20px;
  margin-right: 3px;
}

.switch-legend {
  position: relative;
  top: -4px;
  height: 20px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: calc(0.7647058824 * 20px);
  width: calc(0.7647058824 * 20px);
  left: calc(0.1176470588 * 20px);
  bottom: calc(0.1176470588 * 20px);
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ac1e0e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ac1e0e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15.2941176471px);
  -ms-transform: translateX(15.2941176471px);
  transform: translateX(15.2941176471px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-toolbox {
  height: 20px !important;
  padding: 0 2px 2px 2px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: -6px;
}

.role {
  border-color: #a3a3a3;
  color: black;
}

.role-OPR {
  background-color: #4fd51f;
  color: black;
}

.role-OWN, .team-role-CS {
  background-color: #31aa05;
  color: white;
}

.role-DSS, .team-role-DS {
  background-color: #fc866b;
}

.role-DEV {
  background-color: #5df8ea;
}

.role-ASM, .team-role-DP {
  background-color: #25d7c5;
}

.role-DSTO {
  background-color: #631400;
  color: white;
}

.role-DTRB, .team-role-DI {
  background-color: #e34d29;
}

.role-DST, .team-role-DA {
  background-color: #b63516;
  color: white;
}

.role-UNS {
  background-color: #bbbbbb;
}

.cameraserial-productid {
  color: #860f00;
  font-weight: bold;
  font-size: 1.125em;
}

.cameraserial-devicenumber {
  color: #222;
  font-weight: bold;
  font-size: 1.125em;
}

.cameraserial-key {
  color: #757575;
}

.camera-xs {
  padding: 0.1rem 0.5rem;
}

.feature-xs {
  margin: 0.2rem 0.1rem;
  padding: 0.1rem 0.5rem;
}

.btn-group-xs > .btn, .btn-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

a.link-report {
  color: #333;
  text-decoration: none;
}

li.menu-report {
  white-space: nowrap;
}
li.menu-report.active {
  background-color: #ccc;
}
li.menu-report a {
  padding: 0.25rem 1.5rem;
  width: 100%;
  height: 100%;
  display: block;
}

body {
  display: grid;
}

/* Floating Action Button (FAB) appears on the lower right end of the screen. */
.floating-action-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* visual styling */
  width: 45px;
  aspect-ratio: 1;
  background: #343A40;
  border-radius: 5px;
}
.floating-action-button.fab-chevron-up:before {
  content: "";
  position: absolute;
  inset: 30%;
  transform: translateY(20%) rotate(-45deg);
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

.bg-success-light {
  background-color: #E6F7E6;
}

.bg-danger-light {
  background-color: #F8D7DA;
}

.onboarding-card-secondary {
  background-color: #FBFBFB;
  border: #C0C0C0 solid 1px;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.onboarding-card-success {
  background-color: #E6F7E6;
  border-left: #28A745 solid 5px;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.onboarding-card-danger {
  background-color: #F8D7DA;
  border-left: #DC3545 solid 5px;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.link-primary-style {
  color: #007bff;
}

.link-primary-style:hover {
  color: #0056b3;
  text-decoration: underline;
  cursor: pointer;
}

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