@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css";
body {
    background-color: #000;
    color: white;
}
body.remote-view {
    background-color: #00A000;
}
body.body-active, .active-row, .active-row .remote-btn,  .active-row a {
    background-color: #0f0 !important;
    color: #ffffff;
    opacity: 1;
}
body.session{    
    border: 3px #363636 solid; 
    background: black;
}
body.session-active-red{
     border-color: #ff2f00; 
}
body.session-active{
     border-color: #196309; 
}

.body-active-red {
    background-color: #bf0000 !important;
    color: #ffffff;
    opacity: 1;
}
.active-row-red {
    background-color: #ff2f00 !important;
    color: #ffffff;
    opacity: 1;
}
body.with-bg {
    background: url(/assets/img/public_bg.jpg) no-repeat center top #000;
    background-size: 450px;
    z-index: -10;
}
.container {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#main-container {
    width: 100%;
}
.content-div {
    margin-top: 60px;
}
.remote-view .content-div {
    background-color: transparent;
    margin-top: 0px;
}
.content-div .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#main-container div.row{
    margin-left: 0px;
    margin-right: 0px;
}
#main-container div.col-12, #main-container div.col-4, #main-container div.col-6{
    padding-left: 0px;
    padding-right: 0px;
}
#main-container div.col-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#register-form ajax div.row div.col-4, #register-form div.row div.col-6{
    border-left: 1px solid black;
}
div.row div.col-4:first-child{
    border-left: 0px;
}
div.row div.col-6:first-child{
     border-left: 0px;
}
.client-menu-item {
    height: 40px;
    background-color: #0C6400;
    text-align: left;
    padding-left: 60px;
    margin-top: 1px;
}
.menu-href {
    color: #6acf3e;
    display: block;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 12px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.client-menu-item:hover, .client-menu-item a:hover, .menu-active {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #249e14 !important;
}
.no-color, .no-color a{
    background-color: transparent;
    color: #cecece;
    border: 0px;
}
.no-color:hover{
    background-color: transparent;
}
.no-color a:hover{
    color: #ffffff !important;
}
.logo-div {
    height: 50px;
}
.menu-panel{
    display: block;
    min-height: 100px;
}
.single-form .menu-panel {
    margin-bottom: -19px;
}
input {
    border-radius: 0px !important;
    background-color: #666 !important;
    border: none !important;
    color: #fff !important;
    transition: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

input::placeholder {
  color: #fff !important;
  font-weight: bold;
}
.btn-app, .reg-btn-item {
    border-radius: 0px !important;
    border: none !important;
    background-color: #00A000 !important;
    color: #fff;
    transition: none !important;
    font-weight: bold;
    text-transform: uppercase;
}
.reg-btn-item {
    background-color: transparent !important;
    display: block;
    height: 100%;
}
.btn-app:active, .btn-app:hover, .btn-app:focus, .reg-btn-item:active, .reg-btn-item:hover, .reg-btn-item:focus{
    color: #fff !important;
}
.plan-details-div {
    padding: 10px !important;
}
.btn-text {
    border-radius: 0px !important;
    border: none !important;
    transition: none !important;
    font-weight: bold;
    text-transform: uppercase; 
    padding-top: 8px;
}
.plan-row, .pricing-item {
    min-height: 90px;
    background-color: #666 !important;
}
.plan-row:hover {
    cursor: pointer;
}
.plan-row .col-6:nth-child(2), .pricing-item .col-6:nth-child(2){
    border-left: 1px solid black;
}
.plan-row-active{
    background-color: #00A000 !important;
}
.current-plan {
    border: 2px solid red;
}
.btn-red {
    background-color: red !important;
}
.btn-light-red {
    background-color: #b5283b !important;
}
.text-red {
    color: #b5283b;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-1 {
    margin-top: 1px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.with-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
input.error{
    background-color: #e4606d !important;
}
.error-label {
    margin-left: 15px;
}
.alert {
    margin-top: 10px;
}
.sessions-div{
    width: 100%;
    background-color: transparent;
    min-height: 200px;
}
#session-list {
    width: 100%;
    background-color: #000;
}
.btn-icon, .small-icon {
    opacity: 0.5;
    min-height: 30px;
    max-height: 60px;
    background-color: transparent
}
.btn-icon:hover, .small-icon:hover{
    opacity: 1;
}
.no-roll-over:hover {
    opacity: 0.5 !important;
}
.active-icon:hover {
    opacity: 1 !important;
}
.btn-icon .smaller-icon {
    width: 45px;
}
.speaker-icon {
    display: block;
}
.small-icon {
    height: 35px;
    padding: 0px;
    padding-left: 4px;
    margin-left: 15px;
}
.open-icon {
    width: 40px;
    margin-left: 0px;
}
.active-icon {
    opacity: 1;
}
.remote-btn:hover {
    opacity: 1;
}
.session-row {
    margin-top: 1px;
}
.speaker-row{
    background-color: #1c1c1c;
    border-bottom: 1px solid black;
}
.speaker-row:last-child {
    border-bottom: none;
}
.speaker-row>div{
    padding-top: 7px;
}
.session-row, .session-row a {
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
    border-top: 1px solid #cecece;
    color: #fff;
    text-decoration: none;
    border: none;
}

.session-row div {
    border: none !important;
}
.inactive-session{
    background-color: #cecece !important;
}
.header {
    text-transform: uppercase;
}
div.remote-view {
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
div.edit-session-name, div.edit-speaker-name, .div-timer {
    width: 100%;
    min-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}
.edit-session-name {
    padding-top: 5px;
}
.div-timer {
    min-width: 170px;
    margin-top: 8px;
}
h3.clicks{
    position: relative;
    top: 2px;
}
.help-uri:hover{
    color: #00A000;
}
.session-title>h5>b {
    position: relative;
    top: 9px;
}
.modal-content {
    color: black;
}
#timers-div {
    height: 200px;
    overflow-y: auto;
}
#main-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  color: #00A000;
}
.vizq-lnk, a{
    color: #00A000;
    text-decoration: none;
}
.vizq-lnk:hover, a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.timer-span {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    text-align: center;
    color: #fff;
}
body.remote-view #content-wrap {
  padding-bottom: 10rem;    /* Footer height */
}
.dot-icon-red {
    color: red;
    opacity: 1;
}
.dot-icon-green {
    color: green;
    opacity: 1;
}
body.remote-view .timer-span {
    font-size: 60px;
    width: 100%;
    text-align: center;
}
body.remote-view footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 10rem;            /* Footer height */
}
.padding-left-form {
    padding-left: 10px !important;
}
.navi-div{
    z-index: 100;
    max-height: 140px;
}
.navi-div img{
    padding-top: 30px;
    max-height: 100px;
}
.navi-div {
    display: block;
    margin: 0px;
    padding:0px;
}
.reverse-div {
    background-color:red;  
    min-height: 210px;
}
.reverse-div img{
    margin-top: 0px;
}
a#back-arrow {
    position: relative;
    top: 10px;
    left: 10px;
    display: none;
    width: 90%;
    opacity: 0.5;
    margin-top: 30px;
}
a#back-arrow:hover {
    opacity: 1;
}
a#back-arrow {
    width: 33px;
    float: left;
}
a#back-arrow img{
    width: 30px;
}
body.sessions a#back-arrow, .single-form a#back-arrow{
    display: block;
}
.black-div {
    background-color: #000;
}
#session-list .session-row, .single-session-row {
    background-color: #4a86e8;
}
div.logo-div {
    width: 60px;
    margin: auto;
    position: relative;
    top: 60px;
}
.remote-view div.logo-div{
    top: 0px;
}
div.speaker-container-div {
    min-height: 200px;
}
div.logo-div a {
    display: block;
    width: 100%;
    height: 100%;
}
body.remote-view div.logo-div {
    display: block;
     background: url(/assets/img/logo_white.svg) no-repeat center 100%;
}
body.empty div.logo-div{
    background: url(/assets/img/logo_white.svg) no-repeat center 100%;
    position: relative;
    top: -30px;
}
body.empty div.logo-div {
    top: 0px;
}
.menu-bg {
    background-color: #000;
}
.vmix-row {
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}
.vmix-row:last-child {
    border-bottom: none;
}
.static-content {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.menu-header {
    padding: 8px;
    text-align: center;
    font-weight: bolder;
}
#cover{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

#spinner {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    top: 40%;
    left: 48%;
    z-index: 1;
}
.spinner_ball {
    position: absolute;
    display: block;
    background-color: white;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
#ball_1 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
#ball_2 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
#ball_3 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.7, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  100% { 
    -webkit-transform: rotate(1440deg) scale(1); 
  }
}
#msg-div {
    position: fixed;
    top: 0px;
    background-color: #00A000;
    padding: 10px;
}
.speaker-row .col-1, .speaker-row .col-2 {
    padding: 0px;
}
.single-session-row .menu-href {
    color: white;
}
.single-session-row .menu-href:hover {
    color: #eee;
}
.edit-speaker-name {
    margin-top: 1px;
}
.btn-white {
    color: #000;
    background-color: #fff;
}
.btn-green {
    color: #fff;
    background-color: #00A000;
}
.cookie-div {
    color: white;
    position: absolute;
    top: -200px;
    left: 2px;
    margin: 10px;
    width: 400px;
    height: 140px;
    border: 1px solid #00A000;
    background-color: #000;
    padding: 20px;
    padding-bottom: 30px;
}
.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}
.disabled-session-div {
    width: 600px;
    height: 300px;
    margin: auto;
    background-color: black;
    border: 1px solid #b1b1b1;
    text-align: center;
    padding-top: 40px;
}
.pricing-item:first-child {
    border-top: 1px solid #000;
}
.pricing-item:hover {
    background-color: #00A000 !important;
}
.sessions-div {
    text-align: center;
}
.sessions-div table{
    text-align: left;
}
.warning-span {
    color: red;
    font-size: 18px;
    font-weight: bolder;
}
@media only screen and (max-width: 766px) {
  .speaker-buttons {
      border-bottom: 1px solid gray;
      padding-bottom: 20px;
  }
}