@font-face {
  font-family: arial;
  src: url(../fonts/arial.ttf);
}

* {
  font-family: arial, sans-serif;
}

body {
  padding-right: 0 !important;
}

.btn {
  text-shadow: none !important;
}

.container-fluid {
  max-width: 99%;
}

.bold {
  font-weight: bold;
}

/** Helper classes **/
/* TODO This is used in case of tables with checkbox, maybe there is a cleaner solution - check bootstrap-table */
.full-size {
  width: 100%;
  height: 100%;
}

/* Allow strong to be a class */
.strong {
  font-weight: bold;
}

/* Class that centers the content vertically and horizontaly */
.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* TODO check if necessary */
}

/* Preformated text like element - display newline */
.preformatted {
  white-space: pre-wrap;
}

/* Add arrows after collapsible control element */
.collapsible :before {
  /* symbol for "closed" elemnt */
  font-family: 'fontello', serif; /* see fontello.css */
  content: '\e805'; /* see fontello.css */
  color: grey;
  padding-right: 1em;
}

.collapsible.collapsed :before {
  /* symbol for "open" element */
  content: '\e804'; /* see fontello.css */
}

form > p {
  position: relative;
}

.logout {
  margin-left: 10px;
}

* {
  transition: right, left, width, height;
  transition-duration: 0.1s;
}

.btn-icon {
  padding: 4px 6px 0px 6px;
  border-radius: 0;
  background: #337ab7;
}

.full-width {
  width: 100%;
}

.portlet.blue-hoki, .portlet.box.blue-hoki > .portlet-title, .portlet > .portlet-body.blue-hoki {
  background-color: #67809F;
}

.portlet.red-danger, .portlet.box.red-danger > .portlet-title, .portlet > .portlet-body.red-danger {
  background-color: #9f4952;
}

.portlet.box > .portlet-title {
  border-bottom: 0;
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
}

.portlet.box {
  padding: 0 !important;
}

.portlet {
  margin-top: 0;
  margin-bottom: 25px;
}

.portlet.box.blue-hoki > .portlet-title > .caption, .portlet.box.blue-hoki > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}

.portlet.box > .portlet-title > .caption {
  padding: 11px 0 9px;
}

.portlet > .portlet-body {
  clear: both;
}

.portlet.box > .portlet-body {
  background-color: #fff;
  padding: 15px;
}

.portlet.box.blue-hoki {
  border: 1px solid #869ab3;
  border-top: 0;
}

#title h1 ul li {
  position: relative;
  z-index: 1;
}

label.error {
  color: red;
}

.field-wrapper {
  margin-bottom: 20px;
}

input, select, textarea {
  border-radius: 0;
  border: solid thin gray;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #0450A3 !important;
  border-color: #0450A3 !important;
  background-image: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #086BBA !important;
  border-color: #086BBA !important;
}

.btn-danger {
  color: #fff;
  background-color: #DD0000 !important;
  border-color: #DD0000 !important;
  background-image: none;
}

.btn-danger:hover {
  color: #fff;
  background-color: #FF3333 !important;
  border-color: #FF3333 !important;
}

.btn-default {
  border-color: lightgray !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.errorlist li {
  color: red;
}

.mt30 {
  margin-top: 30px;
}

.search-column-icon {
  margin-right: 2px;
  left: -14px;
  font-size: 12px;
  position: relative;
}

input.search-column {
  width: 100%;
  position: relative;
  left: -12px;
  min-width: 13px;
}

td.edited {
  padding: 0 !important;
}

.editable {
  cursor: url(../images/pencil.cur), pointer;
  background-color: rgba(0, 200, 0, 0.2) !important;
}

.immutable.selected {
  background-color: rgba(250, 80, 80, 0.5) !important;
}

.immutable td {
  background-color: rgba(250, 80, 80, 0.2) !important;
  border-bottom: solid thin rgba(250, 80, 80, 0.4) !important;
}

td.editable {
  cursor: url(../images/pencil.cur), pointer;
  background-color: rgba(0, 200, 0, 0.2) !important;
}

tr .edited-input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  padding-bottom: 1px;
}

.edited-input {
  border: 1px gray;
  width: 50%;
}

.clickable {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed;
}

.btn-default {
  background-image: none;
}

.dataTables_filter {
  position: relative;
  right: 0;
  z-index: 3;
}

.error {
  color: red
}

.warning {
  color: orange;
}

.dataTables_scrollBody {
  max-height: calc(100vh - 200px);
}

.dataTables_wrapper {
  margin-top: -40px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.list-wrapper {
  position: relative;
}

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
}

.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.3em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}

.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}

.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #337ab7;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #f0f0f0;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
}

section {
  background: white;
  margin: 0 auto;
  padding: 4em;
  max-width: 800px;
}

section h1 {
  margin: 0 0 2em;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.helptext {
  color: gray;
  font-size: 12px;
}

.entity-state {
  padding: 8px;
  color: black;
  font-size: 14px;
  top: -2px;
  margin-left: 16px;
  position: relative;
  border-radius: 17px;
  border: solid thin #656565;
}

.entity-Created {
  background: yellow;
}

.entity-Approved {
  background: lawngreen;
}

.entity-Rejected {
  background: red;
  color: white;
}

.entity-Submitted {
  background: lawngreen;
}

.entity-Used {
  background: lawngreen;
}

.entity-Requested {
  background: yellow;
}

.entity-Pending {
  background: yellow;
}

.entity-Invalid {
  background: darkorange;
  color: white;
}
.entity-Warning {
  background: orange;
}

.ml10 {
  margin-left: 10px;
}

.loading-screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 5000000;
  transition: opacity 0.3s;
  overflow: hidden;
}

.loading-widget {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 40vh;
  position: relative;
  animation: 0.3s fadeIn;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

tr.locked-line td {
  background-color: #FFDB61 !important;
  pointer-events: none;
}

.tutorial-gif {
  width: 100%;
}

.tutorial-collapse, .tutorial-collapse:focus {
  text-decoration: none;
  width: 100%;
  margin: 5px;
  padding: 10px;
  display: block;
  color: white;
  background-color: #337ab7 !important;
  border: solid thin white;
}

.tutorial-collapse:hover {
  text-decoration: none;
  color: #337ab7;
  background-color: white !important;
  border: solid thin #337ab7;
}

.ruler, .ruler li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

/* IE6-7 Fix */
.ruler, .ruler li {
  *display: inline;
}

.ruler {
  border-top: 1px solid #ccc;
  left: 1px;
  margin: 0;
  white-space: nowrap;
}

.ruler li {
  text-align: center;
  width: 0;
  position: relative;
  height: 6px;
  transition: all 0s;
}

.ruler li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 100%;
  right: 0;
}

.ruler-wrapper.zoom.xview .ruler li:before {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.ruler:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 6px;
  left: 0;
  top: 1px;
}

.ruler li label {
  position: relative;
  top: 2px;
  right: 15px;
  font-size: 10px;
}

label.scale-origin {
  position: absolute;
  font-size: 10px;
  top: 7px;
  left: -1px;
  transition: all 0s;
}

.ruler-wrapper {
  position: absolute;
  top: 257px;
  left: 1px;
  pointer-events: none;
}

.ruler-wrapper.xview {
  left: 3px;
}

.ruler-wrapper.zoom {
  top: 0;
}

.ruler-wrapper.zoom .ruler li label {
  color: white;
}

.ruler-wrapper.zoom.xview .ruler li label {
  color: black;
}

.ruler-wrapper.zoom label.scale-origin {
  color: white;
}

.ruler-wrapper.zoom.xview label.scale-origin {
  color: black;
}

.graphical-timeline {
  position: relative;
  width: 95%;
  background: white;
  user-select: none;
  transition: all 0s;
}

.graphical-block {
  position: absolute;
  border: solid 1px black;
  color: black;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
  user-select: none;
  opacity: 0.5;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

.attention-event {
  background-color: red !important;
  opacity: 1.0 !important;
  color: black !important;
}
.graphical-bop, .graphical-vstp, .graphical-delay {
  cursor: pointer;
}

.graphical-bop.valid {
  border-color: #00B713;
  background: #B8FFBF;
}

.graphical-bop.invalid, .graphical-bop.overlapping {
  border-color: #C60000;
  background: #FFC5C5;
}

.graphical-element {
  border-color: #007EE1;
  background: #96D1FF;
}

.graphical-element.invalid {
  border-color: #BB00A4;
  background: #FF77EE;
}

.graphical-delay {
  border-color: #007EE1;
  background: #96D1FF;
}

.graphical-delay.overlapping {
  border-color: #BB00A4;
  background: #FF77EE;
}

.graphical-vstp {
  border-color: #BDA600;
  background: #F8FF85;
}

.graphical-vstp.overlapping {
  border-color: #C60000;
  background: #FFC5C5;
}

.graphical-bop.selected, .graphical-vstp.selected, .graphical-delay.selected, .graphical-study-set.selected {
  border: solid 3px #008DB0 !important;
  background: #A2FFFF;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.7;
}

.graphical-hairline {
  height: 100%;
  top: 0;
  color: red;
  border-right-style: none;
  border-left-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  border-color: red;
  border-width: thin;
  pointer-events: none;
  font-size: 12px;
  writing-mode: vertical-lr;
  text-align: right;
}

.graphical-bop.outline, .graphical-vstp.outline, .graphical-delay.outline {
  height: 100%;
  top: 0;
  border-right-style: dashed;
  border-left-style: dashed;
  border-top-style: none;
  border-bottom-style: none;
  border-color: green;
  border-width: medium;
  background-color: rgba(200,255,200,0.3);
}

.graphical-restart-bop {
  top: 0;
  color: rgb(64, 64, 64);
  border-right-style: none;
  border-left-style: dashed;
  border-top-style: none;
  border-bottom-style: none;
  border-color: rgb(64, 64, 64);
  writing-mode: vertical-lr;
  text-align: left;
}

.graphical-restart-bop.selected {
  color: green;
  border-color: green;
}


.graphical-bop.invalid.selected,
.graphical-bop.overlapping.selected,
.graphical-vstp.invalid.selected,
.graphical-vstp.overlapping.selected,
.graphical-delay.invalid.selected,
.graphical-delay.overlapping.selected,
.graphical-study-set.invalid.selected {
  border-color: #AA7100 !important;
  background: #FFDE9E;
}

.graphical-bop.immutable,
.graphical-bop.immutable,
.graphical-delay.immutable,
.graphical-delay.immutable,
.graphical-vstp.immutable,
.graphical-vstp.immutable {
  border-color: #656565;
  background: #A3A3A3;
  pointer-events: none;
}

.bop-preview {
  font-weight: bold;
  line-height: 20px;
  opacity: 0.7;
  border: solid 3px #585858 !important;
  background: #fbfffd !important;
}

.graphical-timeline-wrapper {
  width: 100%;
  overflow: auto;
  padding-bottom: 45px;
}

.graphical-study-set {
  cursor: pointer;
}

#detail-iframe {
  width: 88vw;
  height: 80vh;
}

.modal-big {
  width: 90vw;
  margin: auto;
}

.confirmation-buttons {
  margin: 3px;
}

.bop-line.selected, .vstp-line.selected, .delay-line.selected {
  background-color: #9fce9f;
}

.bop-line.invalid, .vstp-line.invalid, .delay-line.invalid {
  background-color: #ce6666;
}

.bop-line.invalid.selected, .vstp-line.invalid.selected, .delay-line.invalid.selected {
  background-color: rgb(155, 8, 8);
}

.bop-report-line {
  width: 100%;
  float: left;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b3b3b3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.loader {
  width: 70px;
  display: inline-block;
  height: 50px;
  z-index: 10000;
  position: fixed;
  left: 74vw;
  top: -7px;
  transition-delay: 0.3s;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.timeline-bops, .timeline-events, .timeline-soop, .timeline-vstp-bops, .timeline-study-sets {
  height: 30px;
}

.nav-tabs > li > a:hover {
  border-left: solid thin #C3C3C3;
  border-right: solid thin #C3C3C3;
  border-top: solid thin #C3C3C3;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-left: solid thin #898989;
  border-right: solid thin #898989;
  border-top: solid thin #898989;
}

.group-label {
  position: absolute;
  opacity: 0.4;
  right: -65px;
  font-size: 14px;
  padding: 5px;
}

.spaced {
  padding: 10px;
}

.graphical-soop {
  background-color: #88FEFF;
  border-color: #669999;
}

.study-menu {
  display: none !important;
}

.study-menu.SPICE {
  display: block !important;
}

.study-tutorial {
  display: none !important;
}

.study-tutorial.SPICE {
  display: block !important;
}

.breadcrumb .edited-input {
  width: 90%;
}

.front {
  z-index: 1;
  position: relative;
}

.loading-message {
  position: relative;
  top: 47vh;
  text-align: center;
  font-size: 20px;
  color: lightslategray;
}

.italic {
  font-style: italic;
}

.disclaimer {
  color: slategray;
  font-size: 12px;
}

.help-widget {
  position: fixed;
  bottom: 5px;
  right: 5px;
  border-radius: 50%;
  border: solid 3px #239deb;
  color: darkslateblue;
  width: 35px;
  height: 35px;
  padding: 0 8px;
  cursor: pointer;
  transition: all 0.2s;
  max-width: 97vw;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}

.help-text {
  transition: all 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  padding: 8px;
}

.help-text.active {
  opacity: 1;
}

.help-widget.active {
  width: auto;
  height: auto;
  border-radius: 0;
  border: solid 3px darkslateblue;
  background: white;
}

.help-widget::after {
  content: "?";
  font-size: 20px;
  font-weight: bolder;
  color: #239deb;
}

.help-widget.active::after {
  content: "x";
  position: relative;
  font-size: 16px;
  bottom: 2px;
  left: 99%;
  color: darkslateblue;
}

.pending-requests-count {
  border-radius: 50%;
  background: #239deb !important;
  color: white;
  padding: 0 5px;
  top: -3px;
  margin: 0 5px;
  line-height: 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
  font-size: 11px;
  position: relative;
  font-family: serif;
}

.control {
  font-family: arial sans-serif;
  display: block;
  position: relative;
  padding-left: 37px;
  margin-bottom: 5px;
  padding-top: 7px;
  cursor: pointer;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 2px solid #000000;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cddfe2;
}

.control input:checked ~ .control_indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #0785ad;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.error.disabled {
  color: darkgray !important;
}

.error.selected {
  font-weight: bolder;
}

.warning.disabled {
  color: lightgray !important;
}

.warning.selected {
  font-weight: bolder;
}

#sequence-call-form p label {
  white-space: pre-wrap;
}

.center {
  text-align: center;
}

.mobile-friendly {
  max-width: 100%;
}

.fa.fa-lock.error {
  font-size: 16px;
}

.add-entity-loader {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  margin-left: 4px;
}

.entries {
  position: absolute;
  top: 32px;
  font-size: 12px;
  z-index: 20;
}

.entries.study-generator-entries {
  top: 99px;
}

.greetings {
  top: 2px;
  position: relative;
  font-size: 14px;
}

.viewer-player-info {
  color: gray;
}

@media all and (max-width: 640px) {
  #onboard-date {
    display: none;
  }

  #onboard-date {
    display: none;
  }
}

.btn-default.btn-icon {
  background: #fff;
}

.btn-default.btn-icon:hover {
  background: #e0e0e0;
}

.dark-mode-toggle {
  position: relative;
  top: 3px;
  left: 3px;
}

#id_email {
  width: 100%;
}

@media (max-width: 1160px) {
  * {
    font-size: 98%;
  }
}

@media (max-width: 1090px) {
  * {
    font-size: 96%;
  }
}

@media (max-width: 1100px) {
  .greetings {
    display: none;
  }
}

@media (max-width: 500px) {
  .viewer-player-info {
    display: none;
  }
}

@media (max-width: 970px) {
  .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;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.ruler-wrapper.zoom2 {
  bottom: 0;
  top: auto;
}

.timeline-cursor {
  font-size: 24px;
  position: absolute;
  left: 0;
}

#timeline_bops:hover, #timeline_bops:active, #timeline_bops:focus, #timeline_bops:focus-within {
  transition: all 0.3s;
}

#timeline_bops:hover, #timeline_bops:active, #timeline_bops:focus, #timeline_bops:focus-within {
  box-shadow: 0px 0px 3px 3px rgba(125, 124, 125, 1);
}

.calendar-wrapper {
  height: 78vh;
}

.fc-event {
  height: 15px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border: solid 1px #676767 !important;
}

.play-bar-wrapper {
  pointer-events: none;
}

.preview-detail-wrapper {
  position: absolute;
  right: 0;
  width: 380px;
  top: 140px;
}

.current-study, .current-bop, .next-bop {
  background-color: #d8dee5 !important;
}

.tooltip-wrapper {
  display: inline-block; 
}

.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  cursor: default;
}

.fixed_left {
  position: fixed;
  top: 5px;
  left: 5px;
}

.fixed_right {
  position: fixed;
  top: 5px;
  right: 5px;
}

.fixed_left_margin {
  position: fixed;
  top: 50px;
  left: 230px;
}

.white_block {
  background-color: white;
  border: 2px solid blue;
  padding: 3px 6px;
  z-index: 2;
  border-radius: 10px;
}

.version-badge {
  font-size:60%;
  position:absolute;
  top:-60%;
}

.nav-footer {
  margin:0;
  width:100%;
  font-size:80%;
  vertical-align:middle;
  padding-left:0;
  border-bottom: 5px solid gray;
}

.nav-footer > .navbar-text {
  padding:6px;
  margin:0;
}

.servertag {
  color:white;
}

@media (min-width: 768px) {
  .dl-horizontal2 dt {
    float: left;
    width: 350px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal2 dd {
    margin-left: 370px;
  }
}