/*!
 * 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: 'Noto Sans', sans-serif;
  color: #646464;
}

img{
  max-width: 100%;
}

a {
  color: #C2B63C;
}

a:hover {
  color: #0F294F;
}

.text-primary {
  color: #C2B63C !important;
}

.text-secundary {
  color: #0F294F !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}

section {
  padding: 100px 0;
}

.btn {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 12px;
  padding: .575rem .75rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #C2B63C;
  border-color: #C2B63C;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0F294F !important;
  border-color: #0F294F !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 */

.text-orange{
  color: #f18700;
}

.text-orange:hover{
  text-decoration: underline;
  cursor: pointer;
}

.bootbox-form{
    padding: 0 !important;
}

.button-okay{
  background: #0F294F;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 0;
  width: 100px;
}

.button-okay:hover{
  background: #C2B63C;
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.button-login {
  background: #C2B63C;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}

.button-login:hover {
  background: #ffffff;
  color: #C2B63C;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-register {
  background: #2db1e0;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.button-register:hover {
  background: #00194e;
  color: #ffffff;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-cancel {
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  font-size: 14px;
}

.button-cancel:hover {
  background: #c82333;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

form {
  padding: 30px 20px;
  border-radius: 20px;
  position: relative;
}

.form-group{
  position: relative;
}

form#login{
  background: #0F294F;
  max-width: 100%;
}

form#login label{
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

form#login .form-group{
  margin: 0 auto;
  margin-bottom: 1rem;
}

form#register{
  background: #E8EAEE;
}

form#register label{
  color: #2C3946;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

form input{
  /*background: #ffffff !important;
  border-color: #ffffff !important;*/
  border-radius: 0 !important;
  position: relative;
}

/* END LOGIN PAGE */

/* WEBINAR PAGE */

#headerSection{

}

#headerImg{
  max-width: 100%;
}

#logo{
  position: absolute;
  right: 5%;
  top: 10%;
  transform: translate(-5%, -10%);
}

.chat{
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.chat .titulo{
  background: #C2B63C;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}

.user{
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.user .titulo{
  background: #0F294F;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.user div{
  font-size: 14px;
}

.abertura{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
}

.abertura .titulo{
  background: #0F294F;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.abertura .nome{
  color: #000;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.abertura .descricao{
  color: #646464;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.abertura .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.moderador{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
}

.moderador .titulo{
  background: #C2B63C;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.moderador .nome{
  color: #000;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.moderador .descricao{
  color: #646464;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.moderador .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
}

.palestrantes .titulo{
  background: #646464;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.palestrantes .nome{
  color: #000;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.palestrantes .descricao{
  color: #646464;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.palestrantes .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes .cv:hover{
  color: #C2B63C;
}

.survey{
  background: #0F294F;
  color: #ffffff;
  font-family: 'Noto Sans', 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%);
}

.docs{
  background: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.docs .titulo{
  background: #FD9727;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.docs a .doc{
  color: #0F294F;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
}

.docs a .doc #seta{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.separator{
  margin: 20px 0;
}

.separator .line{
  display: block;
  border-top: 2px dotted #a5a4a5;
}

.palestrantes .separator:last-child{
  margin-bottom: 0;
}

.lineSplitter {
	border-bottom: #696a6c solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.chat .form-group{
  border-bottom: 2px solid #a3a2a3;
}

.chat #comentario{
  width: 100%;
  border: 0;
  height: 50px;
  color: #a3a2a3;
  resize: none;
  padding: 10px;
}

.chat #comentario-btn{
  margin-bottom: 12px;
  display: inline-block;
}

.chat #comentario-btn:hover{
  cursor: pointer;
  text-decoration: underline;
}

/* END WEBINAR 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{
    border: none;
    background: #0F294F;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

#dashboard #usersTable tr td{
    white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td{
    background: #ededed;
}

#dashboard #usersTable tr td button{
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin-right: 5px;
}

#dashboard #usersTable 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: #0F294F;
    border-color: #0F294F;
    color: #fff;
}

#dashboard .pagination .page-item .page-link{
    background-color: #C2B63C;
    border-color: #C2B63C;
    color: #fff;
    border-radius: 0;
}

/* END DASHBOARD PAGE */

/* FOOTER */

footer {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  background-color: #01194C;
}

.link-foot{
  color: #ffffff;
}

.link-foot:hover{
  color: #ffffff;
  text-decoration: underline;
}

/* FOOTER */

.bootbox-body{
  color: #000;
}

@media only screen and (max-width: 768px) {
  section#webinar{
    padding-top: 50px;
  }

  #starting{
    width: 100% !important;
  }
}