@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800&display=swap');

html, body {
font-family: 'Montserrat', sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #d7d7d7;
}

.bg-light {
  background-color: #41263d !important;
  color: #ffffff !important;
}

.loginscreen {

}

#login {
    position: absolute;
    width: 100%;
    height: 100%;
padding-top: 10%;
    justify-content: center;
    align-items: center;
    z-index: 9;
		/* The image used */
		background-image: url("../img/s10u_wall2.jpg");
		/* Full height */
		height: 100%;
		/* Center and scale the image nicely */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.login {
  margin:0 auto;
  max-width:500px;
      backface-visibility: hidden;
    background: rgba(65,38,61,1);
    width: 350px;
    text-align: center;
    border-radius: 0px;
		padding-bottom: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.logo_bar {
    width: 100%;
    color: #ffffff;
    margin-bottom: 15px;
    padding: 10px 0;
    border-radius: 10px;
		text-align: center;
}
.logo_bar img {display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;}

  .quicketlogo_bar {
      width: 100%;
      color: #ffffff;
      margin-bottom: 0px;
      padding: 10px 0;
      border-radius: 0px;
  		text-align: center;
      background-color: rgba(60, 60, 78, 1);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
}

  .quicketlogo_bar img {display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;}

.form_heading {
    color: #ffffff;
    padding: 5px 0 0 5px;
    font-weight: 800;
    font-size: 20px;
    margin-top: -39px;
}

.login-header {
  color: #ffffff;
    padding: 10px 0 0 10px;
    font-weight: 100;
}

.login-header h1 {
  font-size: 22px;
}

/* .login-header h1 {
   text-shadow: 0px 5px 15px #000; */
}
.login-form {
  border:.5px solid #fff;
  background:#4facff;
  border-radius:10px;
  box-shadow:0px 0px 10px #000;
}
.login-form a {
  color: #ffffff;
}
input::placeholder {
  color: #ffffff;
}
input[type="text"],
input[type="password"] {
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 7px;
    margin: 8px;
    border: 1px solid #91589f;
    color: #ffffff;
    font-weight: 100;
    font-size: 14px;
    width: calc(-70px + 100%);
    text-indent: 5px;
}
input[type="submit"] {
      background-color: #91589f;
    border: none;
    color: #ffffff;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
		font-weight: normal;
}

.login-form label {
  color: #ffffff;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 10px;
  line-height: 32px;
}

.login-form p {
  text-align:center;
  color:#ffffff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.login-form {
  box-sizing:border-box;
  padding-top:5px;
	padding-bottom:3%;
  margin: 0 auto;
  text-align:center;
}
.login input[type="text"],
.login input[type="password"] {
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 7px;
    margin: 8px;
    border: 1px solid #91589f;
    color: #ffffff;
    font-weight: 100;
    font-size: 14px;
    width: calc(-70px + 100%);
    text-indent: 5px;
}
.login-form input[type="submit"] {
      background-color: #91589f;
    border: none;
    color: #ffffff;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
		font-weight: normal;
}
.btn-gold-div {
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin: auto;
}

.navbar-text {color: #ffffff !important;
font-size: 12px !important;
}

.navbar-text a {color: #ffffff !important;
font-size: 12px !important;
}

#active_users .row  {background-color: #ffffff;}
#active_users .row {padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;  padding-bottom: 15px;
padding-top: 0px;
vertical-align: middle;
}

#active_users {font-size: 12px;}

#active_users .fas {
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
}
#active_users .fa-user-check {
  color: green;
}
#active_users .fa-user-times {
  color: red;
}
#active_users h1 {
  background-color: #91589f;
	font-size: 12px;
	padding: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid rgb(221,221,221);
}

#active_users li {font-size: 12px !important;}

#questions {
background-color: #ffffff;
font-size: 12px !important;
padding-left: 0;
padding-right: 0px;
height: calc(90vh - 8rem);
display:block;
overflow:hidden;
overflow-y:scroll;
}

#questions h1 {
	background-color: #91589f;
	font-size: 12px;
	padding: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid rgb(221,221,221);
}

#questions ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
  font-size: 11px;
}

#questions li {
	display: block;
	padding: 8px;
  font-size: 11px !important;
}

#questions p {
	margin: 0;
  font-size: 11px !important;
}

ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px !important;
}
ul.striped-list > li {
    border-bottom: 1px solid rgb(221,221,221);
    padding: 6px;
    font-size: 12px !important;
}
ul.striped-list > li:nth-of-type(odd) {
    background-color: #d1d1d1;
}
ul.striped-list > li:last-child {
    border-bottom: none;
}


#questionbtn a {
  bottom: 0%;
  z-index: 1000;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
 filter: progid: dximagetransform.microsoft.basicimage(rotation=3);
  text-align: center;
  text-decoration: none;
	background-color: #91589f;
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgb(221,221,221);
	color: #ffffff;
}


.questionbox h1 {
	background-color: #91589f;
	font-size: 14px;
	padding: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid rgb(221,221,221);
}

#surecheck {
	position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}

#surecheck2 {
	position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}

#surecheck3 {
	position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;*/ /* Add a pointer on hover */
}

#clock {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}

#clock #time {
  padding: 50px;
  font-size: 72px;
  color: #ffffff;
}

#clock #time2 {
  padding: 50px;
  font-size: 72px;
  color: #ffffff;
}

#clock #time3 {
  padding: 50px;
  font-size: 72px;
  color: #ffffff;
}

#clock #timenote {
  font-size: 10px;
}

#clock input[type="submit"] {
      background-color: #91589f;
    border: none;
    color: #ffffff;
    line-height: 35px;
    width: 10vw;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
		font-weight: normal;
}

.loaded {
	opacity: 0;
	visibility: hidden
}
.loaded2 {
	opacity: 0;
	visibility: hidden
}
.loaded3 {
	opacity: 0;
	visibility: hidden
}

#videostream_container {
  background-color: #ffffff;
  text-align: center;
  height: calc(100vh - 12rem);
  font-size: 12px;
}

#videostream_container .fas {
  font-size: 35px;
}


#video_frame {
padding: 10px;
}

#video_frame h1 {
  display: block;
  color: #ffffff;
  background-color: #91589f;
  font-size: 12px;
	padding: 10px;
}

#video_frame .mediacontainers {
  background-color: #ffffff;
  padding: 5px;
}

#video_frame .alert {
  margin-bottom: 0rem !important;
}


#screen_frame {
padding: 10px;
}

#screen_frame h1 {
  display: block;
  color: #ffffff;
  background-color: #91589f;
  font-size: 12px;
	padding: 10px;
}

#screen_frame .mediacontainers {
  background-color: #ffffff;
  padding: 5px;
}

#screen_frame .alert {
  margin-bottom: 0rem !important;
}

#stream_details .row  {background-color: #ffffff;}
#stream_details .row {padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;  padding-bottom: 25px;
padding-top: 0px;
vertical-align: middle;
}
#stream_details .fas {
  font-size: 25px;
  margin-right: 15px;
  margin-top: 20px;
}
#stream_details .fa-user-check {
  color: green;
}
#stream_details .fa-user-times {
  color: red;
}
#stream_details h1 {
  background-color: #c7da30;
	font-size: 16px;
	padding: 10px;
	color: #1e2124;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid rgb(221,221,221);
}

#stream_details input[type="text"],
#stream_details input[type="password"] {
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #c7da30;
    color: #1e2124;
    font-weight: 100;
    font-size: 17px;
    width: 100%;
    text-indent: 5px;
}
#stream_details input[type="submit"] {
      background-color: #c7da30;
    border: none;
    color: #1e2124;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
		font-weight: bold;
}

#videostream_adminnotice {
  background-color: #ffffff;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
}

#videostream_adminnotice .fas {
  font-size: 14px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(60,60,78,1);
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 11px;
  padding-left: 25px;
  padding-right: 25px;
}

.footer a {
  color: #91589f;
}

.footer .fas {
  font-size: 35px;
  color: red;
}

#quizcontainer{
  flex-direction: column;
  justify-content: top;
  align-items: center;
  display: flex;
  height: 100%;
}

#quizcontainer h1 {
	font-size: 16px;
	padding: 10px;
	color: #1e2124;
	font-weight: bold;
	margin: 0;
  text-align: center;
}

#viewersloggedin {
background-color: #ffffff;
font-size: 12px !important;
padding-left: 0;
padding-right: 0px;
}

#viewersloggedin h1 {
	background-color: #c7da30;
	font-size: 16px;
	padding: 10px;
	color: #1e2124;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid rgb(221,221,221);
}

#viewersloggedin ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: calc(43.4vh - 8rem);
	overflow:hidden; overflow-y:scroll;
  font-size: 12px !important;
}

#viewersloggedin li {
	display: block;
	padding: 8px;
  font-size: 10px !important;
}

#viewersloggedin p {
	margin: 0;
  font-size: 10px !important;
}

#active_users .striped-list {
font-size: 10px !important;
}

#adminvideostream_container {
  background-color: #ffffff;
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  height: 25vh;
}

#adminvideostream_container .fas {
  font-size: 18px;
}

.topnotice {
 width: 100%;
 position: relative;
 color: #ffffff;
 padding: 10px;
 font-size: 10px;
 background-color: #91589f;
}

.topnotice .fas {
  margin-right: 5px; color: red;
  font-size: 16px;
}

#videos-container video {
  width: 100% !important;
}

#sharescreen_details .row  {background-color: #ffffff;}
#sharescreen_details .row {padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;  padding-bottom: 25px;
padding-top: 0px;
vertical-align: middle;
}
#sharescreen_details .fas {
  font-size: 25px;
  margin-right: 15px;
  margin-top: 20px;
}
#sharescreen_details .fa-user-check {
  color: green;
}
#sharescreen_details .fa-user-times {
  color: red;
}
#sharescreen_details h1 {
  background-color: #c7da30;
	font-size: 16px;
	padding: 10px;
	color: #1e2124;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid rgb(221,221,221);
}

.experiment {
  background-color: #ffffff;
  padding-bottom: 15px;
}

.experiment button {
  background-color: #c7da30;
border: none;
color: #1e2124;
line-height: 35px;
width: 90%;
font-size: 18px;
text-align: left;
margin-top: 10px;
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 15px;
font-weight: bold;
}

.alert-danger {
  font-size: 12px !important;
  border-radius: 0 !important;
}

.alert-success {
  font-size: 12px !important;
  border-radius: 0 !important;
}

.alert-info {
  font-size: 12px !important;
  border-radius: 0 !important;
  padding: 3px !important;
}

#screeniframe {
     background: #000;
}

#adminforms {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

#adminforms form {
margin: 0 auto;
width: 90%;
}

#adminforms input[type="text"]{
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #91589f;
  color: #1e2124;
  font-weight: 100;
  font-size: 14px;
  text-indent: 5px;
  padding: 5px;
}

#adminforms input[type="submit"] {
      background-color: #91589f;
    border: none;
    color: #ffffff;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
		font-weight: normal;
}

#adminforms .adminform_container {
    display: block;
    vertical-align: middle; }

    /* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #41263d;
  color: white;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 1px solid #41263d;
  z-index: 9;
  -webkit-box-shadow: 0px -4px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -4px 14px -6px rgba(0,0,0,0.75);
box-shadow: 0px -4px 14px -6px rgba(0,0,0,0.75);
}

.chat-popup a {
  cursor: pointer;
  text-align: right;
  display: block;
  margin: 3px;
}

/* Add styles to the qform container */
.qform-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.qform-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #ddd;
  resize: none;
  min-height: 50px;
  font-size: 12px !important;
}

/* When the textarea gets focus, do something */
.qform-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.qform-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.qform-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.qform-container .btn:hover, .open-button:hover {
  opacity: 1;
}
