body{
  background-color: rgb(56, 56, 56);
  color:rgb(238, 238, 238);
  font-size: 22px;
}

.formWrapper {
  margin: auto;
  max-width: 400px;
  padding: 15px;
  transform-origin: 50% 0%; 
}

.formWrapperOBS{
  margin: auto;
  max-width: 400px;
  padding: 15px;
  transform-origin: 50% 0%;
  transform: scale(0.3);
}

#templateSelect{
  padding: 2px 6px;
}

.sessionID{
  color:#ffffff;
  transition: all .2s ease-in-out;
  word-wrap:break-word;
}

.sessionIDWrapper a:visited{
  color: rgb(252, 175, 10);
}

.sessionID:hover{
  color: rgb(252, 175, 10);

}

.sessionIDWrapper{
  transition: all .2s ease-in-out;
}
.sessionIDWrapper:hover{
  transform: scale(1.05);
  
}

.btn{
  font-size: 24px;
  font-weight: bold;
}

/* .previewBtn{
  background-color: #6e6969;
  display: block;
  width: 95%;
  margin: auto;
  border: 1px solid #ffffff;
  border-radius: 4px 4px 4px 4px;
  color: white;
  padding: 0px 12px;
  transition: all .2s ease-in-out;

} */

/* .previewBtn:hover{
  background-color: #337ab7;
  opacity: 1;
  color: white;
  transform: scale(1.05);
} */

.help-block{
  margin: -22px 10px -5px;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.1;
}

.animInBtn{
  background-color: rgb(0, 170, 133);
  margin: 7px !important;
  transition: all .2s ease-in-out;
  color: rgb(255, 255, 255);
}

.animOutBtn{
  background-color: rgb(247, 130, 21);
  margin: 7px;
  transition: all .2s ease-in-out;
  color: rgb(255, 255, 255);

}

.animInBtn:hover{
  background-color: rgb(0, 170, 133);
  opacity: 1;
  color: white;
  transform: scale(1.1);
}

.animInBtn:focus{
  background-color: rgb(0, 170, 133);
  opacity: 1;
  color: white;
}

.animOutBtn:hover{
  background-color: rgb(247, 130, 21);
  opacity: 1;
  color: white;
  transform: scale(1.1);
}

.animOutBtn:focus{
  background-color: rgb(247, 130, 21);
  opacity: 1;
  color: white;
}

/* #NarrativeForm1{
  color: #555
} */

textarea{
  padding: 6px 6px;
  resize: none;
  color: #555;
  border-radius: 4px;
  line-height: 110%;
  margin-bottom: -5px;
  
}

.titleBrowser{
  font-size: 34px;
  margin: auto;
  margin-top: 40px;
  /* text-align: center; */
}

.title2Browser{
  font-size: 24px;
  margin: auto;
  margin-top: 40px;
  /* text-align: center; */
}

.titleOBS{
  font-size: 14px;
  margin: auto;
  margin-top: 40px;
  /* text-align: center; */
}

.title2OBS{
  font-size: 14px;
  margin: auto;
  margin-top: 40px;
  /* text-align: center; */
}


.divider{
  margin-top: 15px;
  margin-bottom: 5px;
}

.draggable.tab{
  line-height: 0.5;
  margin-bottom: 16px;
  margin-right: 12px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 6px;
  font-weight: normal;
  font-size: 22px;
  cursor: context-menu;
}

.draggable.tab:hover{
  background-color: #337ab7;
  opacity: 1;
  color: white;
  transform: scale(1.1);
}

.nav.nav-tabs{
margin-top: -18px;

}


._jsonform-array-deleteitem, ._jsonform-array-addmore{
  padding: 2px 6px;
  /* margin-top: 6px;
  margin-bottom: 6px; */
  margin: 6px 6px 0px 0px;
}

.form-group{
  margin-top: 2px;
  margin-bottom: 4px;
}

.form-control{
  height: 45px;
  padding: 6px 6px;
  font-size: 24px;
}

label{
  font-weight: normal;
}

.autoAnimOut{
  margin: -15px 10px 10px;
}

.colorPic{
  width: 85px;
  height: 35px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  margin-bottom: 10px;
  
}

.checkbox{
  margin-top: 20px;
  margin-left: 5px; 
}

.checkbox input{
  margin-top: 3px;
  margin-left: -35px !important;
  width: 25px; 
  height: 25px;
}

.colors{
  display: block;
  margin-top: 10px;
  /* text-align: center; */
}

.colorgroup2{
  white-space: nowrap;
}

.optimiseOBSlabel{
  font-size: small;
}

/* toggle button */
.toggle-on{
  font-size: 20px;
  font-weight: normal;
}

.OBS-switch-button{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -40px;
  transform: scale(0.8);
}

.controlFooter{
  font-size: 14px;
}

.js-open-uploaderInsertQuote_1{
  margin-top: 20px;
  margin-bottom: 10px;
}

.js-open-uploaderInsertQuote_2{
  margin-top: 10px;
  margin-bottom: 20px;
}


/*VIDEO POPUP*/
/*
.watch-more {
  display: inline-block;
  color: #424B5A;
  font-size: 14px;
  text-decoration: none;
  margin-top: 15px;

  &:hover,
  &:focus,
  &:active {
      color: #626e84;
  }
}
*/

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.video-popup {
  display: none;
  z-index: 2;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 4px;

  &.visible {
      display: block;
}

.close {
    position: absolute;
    right: 8px;
    top: -3px;
    font-weight: 900;
    font-size: 28px;
    color: black;
    padding: 5px 10px;
    border-bottom: none;
    cursor: pointer;
}
}

.video-wrapper {
  width: 300px;
  margin: 20px auto;

  @media only screen and (max-width: 300px) {
    width: 250px;
}

.video-container {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
}



