.btn_call_action, .btn_float_action, .btn_ghost, .btn_navigate, .btn_warning {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
  outline: none;
  padding: 3px 12px;
  text-align: center;
}
.btn_call_action:hover, .btn_float_action:hover, .btn_ghost:hover, .btn_navigate:hover, .btn_warning:hover {
  background-color: #ffffff;
}

.standalone-content, .profileForm, .tabcontent, .collection_data table, .preferences {
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px;
}

.tellab-modal, .tellab-image-preload-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.formPage, .formPage form div, body > div, .tabless_page .page_title {
  display: flex;
  flex-direction: column;
}

.footer-logo, .footer-links ul, .formPage, .page_title {
  display: flex;
  justify-content: center;
}

.navbar-collapse .navbar-nav .dropdown-menu li > a, body {
  font-size: 13px;
  line-height: 1.6;
  font-family: "Comfortaa_Regular";
}

.btn_call_action {
  background-color: #82B440;
  border-color: #82B440;
}
.btn_call_action:hover {
  border-color: #82B440;
  color: #82B440;
}

.btn_float_action {
  background-color: #F3BC65;
  border-color: #F3BC65;
}
.btn_float_action:hover {
  border-color: #F3BC65;
  color: #F3BC65;
}

.btn_ghost {
  background-color: #b2b5b8;
  border-color: #b2b5b8;
  color: #b2b5b8;
  background-color: #ffffff;
}
.btn_ghost:hover {
  border-color: #b2b5b8;
  color: #b2b5b8;
}
.btn_ghost:hover {
  color: #ffffff;
  background-color: #b2b5b8;
}

.btn_navigate {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn_navigate:hover {
  border-color: #337ab7;
  color: #337ab7;
}

.btn_warning {
  background-color: #E51717;
  border-color: #E51717;
}
.btn_warning:hover {
  border-color: #E51717;
  color: #E51717;
}

@-webkit-keyframes active {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 80%;
    transform-origin: center;
  }
}
@-moz-keyframes active {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 80%;
    transform-origin: center;
  }
}
@-ms-keyframes active {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 80%;
    transform-origin: center;
  }
}
@-o-keyframes active {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 80%;
    transform-origin: center;
  }
}
@keyframes active {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 80%;
    transform-origin: center;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* BUG => SassDoc does not compile @font-face keyword. To hide this text,
we do not use SassDoc comment. If we do, it will be displayed the text
without any formatting SassDoc and code.

The @font-face rule specifies the font name and the URL where it can be found.
It instructs the browser to download the font from where
it is hosted, then, we use CSS font-family property to set the name we want
and invoke this name where we need it.

Bold font version. */
@font-face {
  font-family: "Comfortaa_Bold";
  src: url("../fonts/comfortaa-cufonfonts-webfont/Comfortaa_Bold.woff") format("woff");
}
/* Regular font version */
@font-face {
  font-family: "Comfortaa_Regular";
  src: url("../fonts/comfortaa-cufonfonts-webfont/Comfortaa_Regular.woff") format("woff");
}
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  overscroll-behavior: none;
}

body > div {
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  -ms-transition: all, 0.8s;
  transition: all, 0.8s;
  min-height: 100vh;
}

b, strong {
  font-family: "Comfortaa_Bold";
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: inherit;
}
a:active, a:hover, a:focus {
  text-decoration: none;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

input, select {
  background-color: #ffffff;
  border: 0.5px solid #1f1f1f;
  border-radius: 5px;
  min-width: 150px;
  height: 2.5rem;
  margin-right: 15px;
  -webkit-appearance: menulist-button;
}

section {
  padding-left: 40px;
  padding-right: 40px;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  min-width: unset;
}

button[type=button] {
  border-radius: 4px;
}

.checkbox_label, .radio_button_label {
  margin: 0 15px;
}

.page_title {
  align-items: center;
  background-color: #012443;
  color: #ffffff;
  padding: 20px;
  padding-bottom: 46px;
}
@media (max-width: 768px) {
  .page_title {
    flex-direction: column;
  }
}
.page_title h1 {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .page_title h1 {
    font-size: 30px;
  }
}
.page_title img {
  filter: invert(1);
}
@media (max-width: 768px) {
  .page_title img {
    margin-top: 20px;
  }
}
@media (max-width: 1091px) {
  .page_title {
    padding-bottom: 20px;
  }
}

.tabless_page {
  min-height: inherit;
}
.tabless_page .page_title {
  padding-bottom: 20px;
}

.tellab_content {
  margin-top: 80px;
  position: relative;
  min-height: 81vh;
}
@media (max-width: 1091px) {
  .tellab_content {
    margin-top: 50px;
  }
}

.margin_top_zero {
  margin-top: 0;
}

.sort_caret {
  margin-left: 20px;
  width: 15px;
}

.tellab_icon {
  width: 30px;
  height: 30px;
  margin: 2px 15px;
  display: inline;
  cursor: pointer;
}

.tellab_icon_small {
  width: 22px;
  height: 22px;
  margin: 1px 5px;
  display: inline;
  cursor: pointer;
}

.tellab_icon_tiny {
  width: 16px;
  height: 16px;
  margin: 1px 3px;
  display: inline;
  cursor: pointer;
}

.preferences div {
  align-items: center;
  display: flex;
  padding-top: 15px;
}
.preferences div select {
  margin: unset;
}

.tellab-separator + div > audio {
  vertical-align: middle;
  margin-left: 10px;
}

details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  display: list-item;
}

details[open] {
  padding: 0.5em;
}

.no-scroll {
  overflow: hidden;
}

.top_btns,
.bottom_btns {
  margin-bottom: 15px;
  margin-top: 15px;
}

.switch-view {
  float: right;
}
@media (max-width: 768px) {
  .switch-view {
    float: unset;
  }
}

.formPage .form_button {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-radius: 4px;
  margin: 10px 0 0;
  outline: none;
}

.profileForm .profileFormBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .profileForm .profileFormBtn {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .contentSortButtons {
    display: flex;
    gap: 20px;
  }
}

.formPage {
  align-items: center;
  background-color: #012443;
  color: #ffffff;
  min-height: inherit;
}

.formPage h2 {
  font-size: 3.3rem;
  margin-bottom: 40px;
}

.formPage form {
  background-color: #ffffff;
  border-radius: 5px;
  color: #555555;
  padding: 20px;
  width: 360px;
}

.formPage form a {
  color: #337ab7;
  text-decoration: underline;
}

.formPage form div {
  margin-top: 20px;
  position: relative;
}
.formPage form div input {
  padding-left: 15px;
  margin-right: 0;
}

.passwordIcon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 28px;
  max-width: 22px;
}

.form_label {
  margin-right: 15px;
}

.listDisplay {
  align-items: center;
  margin-bottom: 1em;
  border-radius: 5px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 4px solid #82B440;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .listDisplay > div > .tellab_icon {
    margin-left: 0;
  }
}
@media (max-width: 1091px) {
  .listDisplay {
    flex-wrap: wrap;
  }
}

.listDisplayIcons {
  display: flex;
}

.listDisplayToggleBtn {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0px;
}
.listDisplayToggleBtn span {
  display: none;
}
@media (max-width: 1091px) {
  .listDisplayToggleBtn span {
    background-color: #82B440;
    border-radius: 50%;
    display: block;
    margin-top: 3px;
    height: 6px;
    width: 6px;
  }
}

@media (max-width: 1091px) {
  .listDisplayDropdown {
    display: none;
  }
}

.listDisplayDropdown.toggle {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  z-index: 1002;
}

.listDisplayDown.toggle {
  bottom: unset;
  box-shadow: 2px 2px 2px #1f1f1f;
  right: 0;
  top: 55px;
}

.listDisplay:nth-last-child(-n+4) .listDisplayDropdown.toggle,
.listDisplayUp.toggle {
  bottom: 55px;
  box-shadow: -2px -2px 2px #1f1f1f;
  top: unset;
}

.warning_message {
  color: #e51717;
  margin-left: 15px;
  margin-top: 5px;
}

.happy_message {
  color: #72c02c;
}

.current_busy_msg {
  color: #72c02c;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tellab-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 1000;
}
.tellab-modal.md-show {
  background-color: rgba(60, 60, 60, 0.6);
  visibility: visible;
  opacity: 1;
}
.tellab-modal.md-show .tellab-modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}

.tellab-modal-content {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: #fefefe;
  border: 1px solid #888888;
  border-radius: 10px;
  max-width: 600px;
  max-height: 400px;
  opacity: 0;
  visibility: hidden;
  width: 80%;
  z-index: 1001;
}
.tellab-modal-content .tellab-modal-close-button {
  float: right;
}

.tellab-modal-inner-content {
  margin: 40px;
  max-height: 320px;
  overflow: auto;
}
.tellab-modal-inner-content a {
  color: #337ab7;
  text-decoration: underline;
}
.tellab-modal-inner-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
.tellab-modal-inner-contentt::-webkit-scrollbar-track {
  background-color: rgba(255, 254, 254, 0.6);
  border-radius: 8px;
}
.tellab-modal-inner-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(156, 156, 156, 0.6);
  height: 50px;
}
.tellab-modal-inner-content #spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 0, 255, 0.3);
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
.tellab-modal-inner-content .confirmActionDialog {
  text-align: center;
}

.problem_msg h3 {
  margin-bottom: 20px;
  text-align: center;
}
.problem_msg > div {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
.problem_msg > div:nth-last-of-type() {
  border-bottom: none;
}
.problem_msg > div .warning_message {
  margin-left: 0;
  margin-bottom: 20px;
}

.noScroll {
  overflow: hidden;
}

.tellab-image-preload-container {
  pointer-events: none;
  z-index: 1000;
}
.tellab-image-preload-container .tellab-image-preload {
  height: 10px;
  left: 0;
  top: 0;
  position: fixed;
  width: 10px;
}

.tellab-stim-overlay {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 190, 0);
  height: 100%;
  left: 50%;
  opacity: 1;
  padding-top: 0px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.tellab-stim-content {
  background: #fefefe;
  height: 100%;
  opacity: 1;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 10001;
}

.tellab-stim-frame {
  height: 100vh;
  left: 0vw;
  outline-style: none;
  padding: 40px;
  position: absolute;
  top: 0vh;
  width: 100vw;
}

.tellab-stim-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  display: table-cell;
  margin: 0 auto;
}

.show-frame {
  visibility: visible;
  overflow: hidden;
}

.show-frame .tellab-stim-content,
.show-frame .tellab-stim-frame {
  opacity: 1;
  pointer-events: all;
}

.show-stim {
  visibility: visible;
}

.show-stim .tellab-stim-overlay {
  visibility: visible;
  pointer-events: none;
}

.plotContainer, .plotOverlay {
  padding-top: 0px;
  z-index: 1000;
  pointer-events: all;
}

.plotOuterContainer {
  position: relative;
  z-index: 1000;
}

.collection_data table {
  width: 100%;
}
.collection_data table td,
.collection_data table th {
  /* word-break: break-word; */
  border: 1px solid #dddddd;
  padding: 5px;
  /*	white-space: nowrap; */
}

.collection_data table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.collection_data table th[scope=col] {
  background-color: #4CAF50;
  color: #ffffff;
}
.collection_data table th[scope=row] {
  background-color: #ffff00;
  color: #555555;
}

.sortWidgets {
  padding: 15px 0;
}

.mytabs {
  font-size: 12px;
  line-height: 26px;
  margin-top: -28px;
  position: relative;
  text-align: center;
}
@media (max-width: 1091px) {
  .mytabs {
    display: flex;
    flex-direction: column;
    background-color: #012443;
    height: 100%;
    margin-top: 0;
    position: absolute;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    transition: transform 0.4s;
    width: 300px;
    z-index: 11;
  }
}

.mytabs:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 11;
}
@media (max-width: 1091px) {
  .mytabs:after {
    content: unset;
  }
}

.mytabs :before {
  z-index: 11;
}

.tablink {
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  border-radius: 6px 6px 0 0;
  border: 1px solid;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.4), inset 0 1px 0 #FFF;
  display: inline-block;
  margin: 0 2px;
  padding: 0 20px;
  position: relative;
  text-shadow: 0 1px #ffffff;
  z-index: 10;
}
@media (max-width: 1091px) {
  .tablink {
    background: #012443;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-shadow: none;
  }
}

.tablink:before,
.tablink:after {
  bottom: -1px;
  content: " ";
  height: 6px;
  position: absolute;
  width: 6px;
}
@media (max-width: 1091px) {
  .tablink:before,
.tablink:after {
    content: unset;
  }
}

.tablink:before {
  border: 1px solid #AAA;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 1px 0 0 #d5d2d2;
  left: -6px;
}

.tablink:after {
  border: 1px solid #AAA;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -1px 0 0 #d5d2d2;
  right: -6px;
}

.tablink.active {
  background: #ffffff;
  border-bottom-color: transparent;
  color: #333333;
  z-index: 12;
}
.tablink.active:before {
  box-shadow: 2px 2px 0 #ffffff;
}

.tablink.active:after {
  box-shadow: -2px 2px 0 #ffffff;
}

@media (max-width: 1091px) {
  .mytabs.translate {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    transition: transform 0.4s;
  }
}

.tabBtn_toggle {
  display: none;
}
@media (max-width: 1091px) {
  .tabBtn_toggle {
    border: none;
    border-radius: 0 10px 10px 0;
    color: #82B440;
    display: inline-block;
    font-size: 1.7rem;
    padding: 3px 8px;
    position: absolute;
    right: -35px;
    top: 0;
  }
}

.tabcontent {
  display: none;
  margin-bottom: 30px;
  padding: 40px;
}
@media (max-width: 1091px) {
  .tabcontent {
    padding: 40px 15px;
    min-height: 60vh;
  }
}
@media (max-width: 768px) {
  .tabcontent button[type=button] {
    width: 100%;
  }
}

.tellab-separator {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  border: 0 none;
  height: 70px;
  margin-top: -24px;
  margin-bottom: -24px;
  padding: 0;
  width: 100%;
}

.dragged-over.tellab-separator {
  background-color: #82B440;
  border-radius: 5px;
  opacity: 0.2;
  margin: 0;
  margin-bottom: 20px;
  border: 0 none;
  transition: all 0.6s;
}

.parentFolder {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .parentFolder {
    align-items: unset;
    flex-direction: column;
  }
}
.parentFolder .dragged-over.tellab-separator {
  height: 95px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  transition: all 0.6s;
}

span.folderTitle {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  span.folderTitle {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
}
span.folderTitle h1 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  span.folderTitle h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}

.hideDraggableIcon {
  pointer-events: none;
}

/* W do not have breadcrumbs now */
/*
.breadcrumbs {
    color: map-get(v.$colors, 'link_color');
    padding-left: 0;
    display: flex;

    li {
        padding: 5px;
        text-transform: capitalize;

        &::after {
            content: '>';
            padding-left: 5px;
            color: map-get(v.$btn_colors, 'ghost');
        }

        &:last-of-type {
            font-family: 'Comfortaa_Bold';
            color: map-get(v.$btn_colors, 'ghost');

            &:after {
                content: '';
            }
        }
    }

    &_current {
        font-family: 'Comfortaa_Bold';
        padding: 5px;
    }
}*/
.shepherd-element[data-popper-placement^=right] > .shepherd-arrow:before {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow:before {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.shepherd-element {
  min-height: unset;
}

.shepherd-title {
  font-size: 1.5rem;
}

.shepherd-text {
  font-size: 1.5rem;
}

.shepherd-enabled.shepherd-target {
  border-radius: 0;
  outline-style: solid;
  outline-color: white;
  outline-width: 1px;
  outline-offset: -1px;
}

.tellab_footer {
  border-top: 2px solid #ffffff;
  margin-top: auto;
  z-index: 100;
}

.tellab_footer footer {
  background-color: #1f1f1f;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer-logo {
  width: 50%;
}
@media (max-width: 768px) {
  .footer-logo {
    padding: 40px;
    width: 100%;
  }
}

.footer-logo h4 {
  color: #ffffff;
  margin-top: 0;
}

.footer-logo a {
  color: #e51717 !important;
  font-size: 26px;
}

.footer-logo a::after {
  background-color: #e51717;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  margin-top: 8px;
  width: 50px;
}

.footer-links {
  width: 50%;
}
@media (max-width: 768px) {
  .footer-links {
    padding: 40px;
    width: 100%;
  }
}

.footer-links ul {
  padding-left: 0;
}

.footer-links ul li::after {
  background-color: #e51717;
  content: "";
  height: 2rem;
  position: absolute;
  width: 0.2rem;
}

.footer-links ul li:last-child::after {
  width: 0;
}

.footer-links ul li a {
  color: #ffffff;
  padding: 15px;
}

.footer-copyright {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-copyright {
    padding: 40px;
    width: 100%;
  }
}

.header-tellab {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.navbar {
  border: none;
  margin-bottom: 0;
}

.user_links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1091px) {
  .user_links {
    display: unset;
  }
}

.navbar-brand a.tellab-logo-top {
  cursor: pointer;
  color: #e51717;
  font-size: 3rem;
}

.navbar-toggler {
  display: none;
}
@media (max-width: 1091px) {
  .navbar-toggler {
    background-color: transparent;
    border: none;
    color: #82B440;
    display: block;
    float: right;
    font-size: 3rem;
    margin-bottom: 0;
    transition: hover 0.4s ease;
    -webkit-transition: hover 0.4s ease;
  }
  .navbar-toggler:hover {
    background-color: #e5e5e5;
  }
}

@media (max-width: 1091px) {
  .navbar-collapse {
    width: 100%;
  }
}
.navbar-collapse.collapse {
  padding: 15px;
}
@media (max-width: 1091px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}
@media (max-width: 1091px) {
  .navbar-collapse.collapse.in {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    display: block !important;
    padding: 15px;
    overflow: unset;
  }
}

.navbar-collapse .navbar-nav {
  float: right;
  padding: 15px;
}
@media (max-width: 1091px) {
  .navbar-collapse .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 1091px) {
  .navbar-nav > li {
    float: unset;
  }
}

.navbar-nav > li > a {
  color: #555555;
  font: 400 1.4rem "Comfortaa_Bold", sans-serif;
  letter-spacing: 1px;
  padding: 8px 15px;
  position: relative;
}
@media (max-width: 1091px) {
  .navbar-nav > li > a {
    display: inline-block;
    line-height: 1;
    padding: 15px 0;
  }
}

.navbar-nav > li > a::before {
  background-color: #82B440;
  content: "";
  left: 10px;
  position: absolute;
  top: 0px;
}
@media (max-width: 1091px) {
  .navbar-nav > li > a::before {
    left: 0;
    top: 2px;
  }
}

.navbar-nav > li > a.active::before,
.navbar-nav > li > a:hover::before {
  animation: active 0.8s forwards;
}

.navbar-nav > li:last-child > a {
  color: #82B440;
}

.navbar-collapse .navbar-nav .dropdown-menu {
  border: none;
  border-top: solid 3px #72c02c;
  margin-top: 15px;
  width: 100%;
  z-index: 100 !important;
}
@media (max-width: 1091px) {
  .navbar-collapse .navbar-nav .dropdown-menu {
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
  }
}

.navbar-collapse .navbar-nav .dropdown-menu li > a {
  color: #555555;
  padding: 5px 15px;
}
.navbar-collapse .navbar-nav .dropdown-menu li > a:hover {
  background-color: #82B440;
  color: #ffffff !important;
}

.trialsContent {
  display: flex;
}

.trialsContent .trialHierarchy {
  width: 35%;
  padding-right: 20px;
}
.trialsContent .trialHierarchy > .hierarchyEditLink:last-child::after,
.trialsContent .trialHierarchy .hierarchyEditLink::before {
  content: none;
}
@media (max-width: 1091px) {
  .trialsContent .trialHierarchy {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .trialsContent .trialHierarchy {
    display: none;
    padding: 0;
    width: 100%;
  }
}

.trialHierarchy .expandableHierarchy {
  cursor: pointer;
  position: relative;
}
.trialHierarchy .expandableHierarchy::before {
  border-left: 2px solid #1144b7;
  content: "";
  left: 10px;
  position: absolute;
  width: 10px;
  height: calc(100% - 15px);
}

.trialHierarchy .hierarchyEditLink,
.trialHierarchy .hierarchyHeadLine {
  margin-left: 10px;
  padding: 4px 0;
  position: relative;
}

.trialHierarchy .hierarchyEditLink::before {
  border-top: 2px solid #1144b7;
  content: "";
  position: absolute;
  top: 15px;
  width: 10px;
  z-index: -1;
}
.trialHierarchy .hierarchyEditLink:last-child::after {
  border-top: 2px solid #1144b7;
  content: "";
  position: absolute;
  top: 15px;
  width: 10px;
  z-index: -1;
  background-color: #ffffff;
  height: 100%;
  left: 0;
  z-index: 0;
}

.trialHierarchy .hierarchyHeadLine {
  background-color: #1144b7;
  color: #ffffff;
  margin-top: 5px;
  padding-left: 12px;
}

.trialHierarchy .tellab_icon {
  height: 25px;
  margin-left: 10px;
  width: 25px;
}

.hierarchyHeadLine .tellab_icon_tiny {
  filter: invert(1);
  height: 20px;
  margin-left: 10px;
  width: 20px;
}

.trialHierarchy .tellab_icon_small {
  position: absolute;
  right: 0;
}

.hierarchyHeadLine .tellab_icon_small {
  filter: invert(1);
}

.trialHierarchy .selected_thing {
  background-color: #11ff11;
  box-shadow: 2px 2px 2px #555555;
  color: #101010 !important;
  padding: 3px 12px;
}
.trialHierarchy .selected_thing:hover {
  color: #ffffff;
  box-shadow: 1px 1px 1px #555555;
}

.trialObjects {
  width: 65%;
  padding-left: 40px;
}
@media (max-width: 1091px) {
  .trialObjects {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .trialObjects {
    width: 100%;
    padding-left: 0;
  }
}

div[id*=EditFormDiv] > div {
  padding-top: 15px;
}
div[id*=EditFormDiv] div[id*=ContentInputDiv] > div {
  padding-top: 15px;
}
@media (max-width: 768px) {
  div[id*=EditFormDiv] input[type=text],
div[id*=EditFormDiv] select {
    width: 100%;
  }
}

.editFormTitle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.editFormTitle > div {
  padding-top: 0;
}
@media (max-width: 768px) {
  .editFormTitle {
    flex-direction: column;
  }
}
.editFormTitle h2 {
  margin: 0;
  margin-right: 10px;
}

.trialObjects .instructionsCheckbox {
  display: flex;
  align-items: center;
}
.trialObjects .instructionsCheckbox input {
  margin: 0;
}

.trialObjects .bottom_btns .form_button {
  float: right;
}
@media (max-width: 768px) {
  .trialObjects .bottom_btns .form_button {
    margin-right: 0;
  }
}

#trialsContentBtn {
  display: none;
}
@media (max-width: 768px) {
  #trialsContentBtn {
    display: block;
    margin: 0 auto;
  }
}

.trial-hidden {
  display: none;
}

.trial-display {
  display: block !important;
}

.editable_listHead {
  align-items: center;
  border-radius: 5px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.editable_listHead h3 {
  font-size: 22px;
}

.editable_subList {
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  border-left: 4px solid #1144b7;
  padding: 5px 10px;
}
.editable_subList .listDisplayToggleBtn span {
  background-color: #1144b7;
}

.response {
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0;
}
@media (max-width: 768px) {
  .response {
    align-items: unset;
    flex-direction: column;
  }
}
.response > div {
  display: flex;
}

.glossary_word {
  color: #337ab7;
  cursor: pointer;
}

.banner {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 500px;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.banner_video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -10;
}

.banner_text {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.banner_text h1 {
  font-size: 35.7142857143px;
}
.banner_text h1 span {
  color: #e51717;
  font-family: "Comfortaa_Bold";
  font-size: 41.6666666667px;
  line-height: 1.3;
}

.banner_text h2 {
  font-size: 31.25px;
}
.banner_text h2 span {
  color: #e51717;
}

.banner_text h3 {
  color: #e5e5e5;
  font-size: 27.7777777778px;
  text-align: center;
}

.profileForm {
  display: flex;
}
@media (max-width: 1091px) {
  .profileForm {
    flex-wrap: wrap;
  }
}

.profileForm form {
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 33.3333333333%;
}
.profileForm form:last-of-type {
  border-right: none;
}
@media (max-width: 1091px) {
  .profileForm form {
    width: 50%;
  }
  .profileForm form:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .profileForm form {
    border-right: none;
    margin-top: 20px;
    width: 100%;
  }
}

.profileForm form label {
  margin-top: 10px;
}

.profileForm form input,
.profileForm form .tellab_select {
  text-indent: 5px;
  width: 100%;
}

@media (max-width: 768px) {
  .standalone-content input[type=button] {
    width: 100%;
  }
}

[data-theme=dark] body {
  background-color: #1f1f1f;
  color: #ffffff;
}

[data-theme=dark] .page_title,
[data-theme=dark] .formPage,
[data-theme=dark] .profileForm,
[data-theme=dark] form,
[data-theme=dark] input,
[data-theme=dark] select,
[data-theme=dark] .switch-view:hover,
[data-theme=dark] textarea,
[data-theme=dark] #mdeTextAreaDiv,
[data-theme=dark] .CodeMirror,
[data-theme=dark] .editor-toolbar a,
[data-theme=dark] .pagination li a,
[data-theme=dark] div[id*=page] > h1:first-child,
[data-theme=dark] .tellab-modal.md-show .tellab-modal-content,
[data-theme=dark] .listDisplayDropdown.toggle,
[data-theme=dark] .listDisplay,
[data-theme=dark] .tellab-stim-content {
  border-color: #f3f3f3;
  box-shadow: none;
  background: #2c313a;
  color: #ffffff !important;
  caret-color: #ffffff;
}

[data-theme=dark] .header-tellab.header-sticky,
[data-theme=dark] .dropdown-menu,
[data-theme=dark] .switch-view,
[data-theme=dark] .formPage form {
  background: #1f1f1f;
  box-shadow: none;
}

[data-theme=dark] .CodeMirror-cursor {
  border-left: 1px solid #ffffff;
}

[data-theme=dark] a {
  color: #a2d1e7;
}

[data-theme=dark] .pagination li.active a {
  background-color: #337ab7;
}

[data-theme=dark] .problem_msg > div:nth-of-type(odd),
[data-theme=dark] .form_button {
  background-color: #2c313a;
}

[data-theme=dark] li.nav-item a,
[data-theme=dark] .navbar-collapse .navbar-nav .dropdown-menu li > a {
  color: #ffffff;
}

[data-theme=dark] .mytabs {
  background: #2c313a;
}
[data-theme=dark] .mytabs::before {
  border-bottom: none;
}

[data-theme=dark] .tablink {
  background: #2c313a;
  box-shadow: none;
  color: #ffffff;
  text-shadow: none;
}
[data-theme=dark] .tablink::before {
  box-shadow: 2px 0 0 #2c313a;
}
[data-theme=dark] .tablink::after {
  box-shadow: -2px 0 0 #2c313a;
}
[data-theme=dark] .tablink.active {
  box-shadow: 1px 1px 0 #1f1f1f;
  background-color: #1f1f1f;
}
[data-theme=dark] .tablink.active::after {
  box-shadow: -2px 2px 0 #1f1f1f;
}
[data-theme=dark] .tablink.active::before {
  box-shadow: 2px 2px 0 #1f1f1f;
}

[data-theme=dark] input:-webkit-autofill, [data-theme=dark] input:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px #2c313a inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

[data-theme=dark] .trialHierarchy .selected_thing {
  border: 1px solid #ffffff;
}

[data-theme=dark] .trialsContent .trialHierarchy .hierarchyEditLink:last-child::after {
  background-color: #1f1f1f;
}
[data-theme=dark] .trialsContent .trialHierarchy .expandableHierarchy .hierarchyHeadLine {
  background-color: unset;
  border: 2px solid #1144b7;
  opacity: 0.8;
}
[data-theme=dark] .trialsContent .trialObjects {
  background-color: #2c313a;
  padding: 20px;
}
@media (max-width: 768px) {
  [data-theme=dark] .trialsContent .trialObjects {
    padding: 20px;
  }
}

[data-theme=dark] .tellab_icon,
[data-theme=dark] .tellab_icon_small,
[data-theme=dark] .tellab_icon_tiny,
[data-theme=dark] .tellab-modal-close-button,
[data-theme=dark] .sort_caret {
  filter: invert(1);
}

[data-theme=dark] .noInvertColorIcon {
  filter: unset;
}

[data-theme=dark] img {
  filter: brightness(0.8) contrast(1.2);
}

[data-theme=dark] .tabBtn_toggle {
  background-color: #2c313a;
  border: 1px solid #82B440;
  border-left: transparent;
}

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