/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #023c99;
  min-height: 100vh;
}

.modal-backdrop.show{
  opacity: 0.8;
}

#headerSection{
  background: #f7923a;
}

.container-fluid{
  max-width: 80% !important;
}

div#top {
  padding-top: 50px;
}

div#content{
  padding-top: 50px;
}

div[id^="room-"]{
  margin-bottom: 30px;
}

div[id^="room-"] span{
  padding: 20px;
  background-color: rgba(4, 39, 36, 0.6);
  display: block;
}

div[id^="room-"] .number{
  width: 15%;
  float: left;
  color: #8ac43f;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}

div[id^="room-"] .infos{
  width: 85%;
  float: left;
}

div[id^="room-"] .infos .name{
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

div[id^="room-"] .infos .oradores{
  font-weight: 300;
  color: #8ac43f;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

div[id^="room-"] .infos .btn-sala{
  background-color: #ffffff;
  font-weight: bold;
  color: #015e7a;
  font-size: 18px;
  padding: 5px 10px;
  max-width: 60%;
  position: relative;
}

div[id^="room-"] .infos .btn-sala img{
  position: absolute;
  right: 5px;
  top: 7px;
  max-height: 70%;
}

div[id^="room-"] .infos .btn-sala:hover{
  background-color: #015e7a;
  color: #ffffff;
  cursor: pointer;
}

.clear{
  clear: both;
}

#content .chat{
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #015e7a;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content .chat:hover{
  background-color: #015e7a;
  color: #ffffff;
  cursor: pointer;
}

img{
  max-width: 100%;
}

a {
  color: #f15a24;
}

a:hover {
  color: #023c99;
}

.text-primary {
  color: #f15a24 !important;
}

.text-secundary {
  color: #023c99 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

section {
  padding: 100px 0;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 12px;
  padding: .575rem .75rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #f15a24;
  border-color: #f15a24;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #023c99 !important;
  border-color: #023c99 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* LOGIN PAGE */

.bootbox-form{
  padding: 0 !important;
}

.button-okay{  
  background: #F16522;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 20px;
  width: 100px;
}

.button-okay:hover{  
  background: #F16522;
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.bg-danger{
  background: #dc3545;
}

.button-cancel {
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 100px;
}

.button-cancel:hover {
  background: #c82333;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.text-orange{
  color: #f18700;
}

.text-yellow{
  color: #f9b513;
}

.text-orange:hover{
  text-decoration: underline;
  cursor: pointer;
}

.bootbox-form{
    padding: 0 !important;
}

.button-okay{
  background: #fa8600;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 20px;
  width: 100px;
}

.button-okay:hover{
  background: #f2f2f2;
  color: #fa8600;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.button-login {
  background: #f26621;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #ffffff; 
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.button-login:hover {
  background: #ffffff;
  color: #f68b20;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-register, .button-registerToken {
  background: #f26621;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
}

.button-register:hover, .button-registerToken:hover {
  background: #ffffff;  
  color: #f26621;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-confirm {
  background: #fa8600;
  background: -moz-linear-gradient(left,  #fa8600 0%, #0076aa 100%);
  background: -webkit-linear-gradient(left,  #fa8600 0%,#0076aa 100%);
  background: linear-gradient(to right,  #fa8600 0%,#0076aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8600', endColorstr='#0076aa',GradientType=1 );
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.button-confirm:hover {
  background: #0076aa;
  background: -moz-linear-gradient(left,  #0076aa 0%, #fa8600 100%);
  background: -webkit-linear-gradient(left,  #0076aa 0%,#fa8600 100%);
  background: linear-gradient(to right,  #0076aa 0%,#fa8600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076aa', endColorstr='#fa8600',GradientType=1 );
  color: #ffffff;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-orange {
  background: #f26621;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
}

.button-orange:hover {
  background: #ffffff;
  color: #f26621;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-cancel {
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
}

.button-cancel:hover {
  background: #c82333;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.registerToken .modal-body{
  padding: 0;
}

.registerToken .modal-body form#register .form-group{
  max-width: 100%;
}

.registerToken .modal-body form#register .button-registerToken{
  margin: 0 auto;
}

.registerToken .modal-footer{
  display: none;
}

form {
  padding: 30px 20px;
  border-radius: 0;
  position: relative;
}

.form-group{
  position: relative;
}

form#login{
  background: #fef0e9;
  max-width: 100%;
}

form#login label{
  color: #808080;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

form#login .form-group{
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

form#login input{
  /*padding-left: 60px !important;*/
  border: 1px solid #b3b3b3 !important;
}

form#login input::placeholder, form#login input:-ms-input-placeholder, form#login input::-ms-input-placeholder{
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #f68b20 !important;
}

#emailLogin{
  background: #ffffff url(/img/forms/icon-email.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

#passwordLogin{
  background: #ffffff url(/img/forms/icon-password.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

form#register{
  background: #f9b513;
}

form#register label{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

form#register .form-group{
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

form#register input, form#register select{
  border: 0 !important;
}

#nomeRegisto, #nomeClinicoRegisto{
  background: #ffffff url(/img/forms/icon-nome.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

#especialidadeRegisto, #outraEspecialidadeRegisto{
  background: #ffffff url(/img/forms/icon-especialidade.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

#phoneRegisto{
  background: #ffffff url(/img/forms/icon-telefone.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

#emailRegisto{
  background: #ffffff url(/img/forms/icon-email.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

#passwordRegisto{
  background: #ffffff url(/img/forms/icon-password.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

#localTrabalhoRegisto, #nOrdemRegisto{
  background: #ffffff url(/img/forms/icon-pasta.png) no-repeat;
  background-position-y: 50% !important;
  background-position-x: 10px !important;
  padding-left: 55px;
}

form input{
  background: #ffffff;
  border-color: #ffffff;
  border-radius: 0 !important;
  position: relative;
}

form select{
  border-color: #ffffff !important;
  border-radius: 0 !important;
}

/* END LOGIN PAGE */

/* DASHBOARD PAGE */

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
    font: normal normal normal 1rem/1 FontAwesome !important;
}

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc{
    white-space: nowrap;
}

#dashboard {
  background: #fff;
  padding: 20px;
}

#dashboard select{
  background: #ededed url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard input{
  background: #ededed;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard #usersTable tr th, #dashboard #postersTable tr th, #dashboard #postersTotalTable tr th{
  border: none;
  background: #023c99;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

#dashboard #usersTable tr td, #dashboard #postersTable tr td, #dashboard #postersTotalTable tr td{
    white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td, #dashboard #postersTable tr:nth-child(even) td, #dashboard #postersTotalTable tr:nth-child(even) td{
    background: #ededed;
}

#dashboard #usersTable tr td button, #dashboard #postersTable tr td button, #dashboard #postersTotalTable tr td button{
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin-right: 5px;
}

#dashboard #usersTable tr td button:last-child, #dashboard #postersTable tr td button:last-child, #dashboard #postersTotalTable tr td button:last-child{
    margin-right: 0;   
}

#dashboard .pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#dashboard .pagination .page-item.active .page-link{
    background-color: #023c99;
    border-color: #023c99;
    color: #fff;
}

#dashboard .pagination .page-item .page-link{
    background-color: #f15a24;
    border-color: #f15a24;
    color: #fff;
    border-radius: 0;
}

.caixas .titulo{
  background: #f15a24;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.box{
  background: #f15a24;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.box.active, .box:hover{
  background: #023c99;
  color: #ffffff;
  cursor: pointer;
}

.moderador{
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

.moderador .titulo{
  background: #f68b20;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.moderador .nome{
  color: #fa8600;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.moderador .profissao{
  color: #f68b20;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  margin: 5px 0 10px 0;
}

.moderador .descricao{
  color: #f68b20;
  font-weight: regular;
  font-size: 12px;
  display: inline-block;
}

.moderador .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes{
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

.palestrantes .titulo{
  background: #023c99;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.palestrantes .nome{
  color: #fa8600;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.palestrantes .profissao{
  color: #f68b20;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
}

.palestrantes .descricao{
  color: #f68b20;
  font-weight: regular;
  font-size: 12px;
  display: inline-block;
}

.palestrantes .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes .cv:hover{
  color: #f68b20;
}

.survey{
  background: #043673;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px;
}

.survey a{
  color: #ffffff;
}

.survey a:hover{
  color: #ffffff99;
}

.survey span{
  display: inline-block;
  width: 100%;
}

.survey #seta{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* END DASHBOARD PAGE */


@media only screen and (max-width: 768px) {
  section#webinar{
    padding-top: 50px;
  }
}

/* ATRIUM */

body.atrium{
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: #efefef url(../img/atrium/fundo4.png) no-repeat;
  background-size: cover;  
}

#atrium{
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;  
}

#atrium #header{
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-top: 5vh;
}

#atrium #header img{
  margin-left: 10vh;
}

#atrium #auditorio{
  width: 10%;
  float: left;
  cursor: pointer;
}

#atrium #monitor-left{
  width: 50%;
  float: left;
}

#atrium #monitor-left img{
  max-width: 100%;  
  margin-top: 10vh;
  border-radius: 3px;
  border: 3px solid #f7923a;
}

#atrium #monitor-right{
  width: 50%;
  float: left;
}

#atrium #monitor-right img{
  max-width: 100%;
  margin-top: 10vh;
  border-radius: 3px;
  border: 3px solid #f7923a;
}

#botoes{
  position: absolute;
  bottom: 2vh;
  width: 100%;
  text-align: right;
  padding-right: 5vh;
}

#botoes img{
  margin-left: 2vh;
}

.code{
  position: absolute;
  left: 4vh;
  bottom: 2vh;
  color: #043673;
}

#area1:hover, #agenda:hover, #sessoes:hover, #ajuda:hover{
  cursor: pointer;
}

@media only screen and (max-device-width: 768px) and (orientation: portrait){
  #header img{
      max-height: 25px;
  }

  #monitor-left, #monitor-right{
      width: 100% !important;
  }

  #atrium #monitor-right img, #atrium #monitor-left img{
      margin-top: 5vh !important;
  }

  body.atrium{
      background-position: 40% !important;
  }

  #monitor-left, #monitor-right{
      float: none !important;
  }

  #monitor-right{
      text-align: left !important;
  }

  #message2{
      margin-right: 0 !important;
      margin-left: 10vh !important;
  }

  #botoes{
      padding-right: 2vh !important;
      bottom: 10vh;
  }

  #botoes img{
      margin-bottom: 10px;
      margin-left: 10px;
      max-height: 35px;
  }

  .code{
      padding-left: 2vh;
      bottom: 10vh;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 833px) and (orientation: portrait){
  #monitor-left, #monitor-right{
      width: 60% !important;
  }

  body.atrium{
      background-position: 40% !important;
  }

  #monitor-left, #monitor-right{
      float: none !important;
  }

  #monitor-right{
      text-align: left !important;
  }

  #message2{
      margin-right: 0 !important;
      margin-left: 10vh !important;
  }

  #botoes{
      bottom: 10vh !important;
  }

  .code{
      bottom: 7vh !important;
  }
}

@media only screen and (min-width: 834px) and (max-width: 1112px) and (orientation: landscape){

  #monitor-left, #monitor-right{
    float: none !important;
  }

  #monitor-right{
    text-align: left !important;
  }

  #message2{
    margin-right: 0 !important;
    margin-left: 10vh !important;
  }

  #botoes{
    bottom: 10vh !important;
  }

  .code{
    bottom: 8vh !important;
  }
}

/* END ATRIUM */

/* FOOTER */

footer {
  padding: 40px 0 40px 0;
  color: #ffffff;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #033673;
}

.link-foot{
  color: #ffffff;
}

.link-foot:hover{
  color: #ffffff;
  text-decoration: underline;
}

/* FOOTER */