/*!
 * 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: 'Open Sans', sans-serif;
  color: #03221c;
  font-weight: 400;
}

.regular{
  font-weight: 400;
}

.bold{
  font-weight: 700;
}

.extrabold{
  font-family: 'Open Sans Extrabold', sans-serif;
}

img{
  max-width: 100%;
}

a {
  color: #26cebb;
}

a:hover {
  color: #023033;
}

.text-primary {
  color: #26cebb !important;
}

.text-secundary {
  color: #023033 !important;
}

.text-description {
  color:#838486;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

section {
  padding: 100px 0;
}

.modal-content p, .modal-title, .bootbox-body{
  color: #000000 !important;
}

.modal-content form input{
  background: #dfe1e1 !important;
  border-color: #dfe1e1 !important;
  border-radius: 0 !important;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  font-size: 12px;
  padding: .575rem .75rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #26cebb;
  border-color: #26cebb;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #023033 !important;
  border-color: #023033 !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-left-75 {
  margin-left: 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: #000000;
  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: #dfe1e1;
  color: #000000;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.button-login {
  background: #26cebb;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}

.button-login:hover {
  background: #ffffff;
  color: #26cebb;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-register {
  background: #26cebb;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}

.button-register:hover {
  background: #023033;
  color: #26cebb;
  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;
}

form {
  padding: 30px 20px;
  border-radius: 20px;
}

form#login{
  background: #023033;
  
}

form#login label{
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

form#register{
  background: #d3f1ee;
}

form#register label{
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

form input{
  background: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 0 !important;
}

form select{
  border-color: #ffffff !important;
  border-radius: 0 !important;
}

/* END LOGIN PAGE */

/* WEBINAR PAGE */

#headerSection{
}

#headerImg{
  max-width: 100%;
}

#logo{
  position: absolute;
  right: 5%;
  top: 10%;
  transform: translate(-5%, -10%);
}

.chat{
  margin-top: 25px;
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.chat .titulo{
  background: #023033;
  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: #023033;
  color: #ffffff;
  font-family: 'Open 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;
}

.moderador{
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}

.moderador .titulo{
  background: #26cebb;
  color: #090909;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.moderador .button {
  background: #26cebb;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.moderador .nome{
  color: #26cebb;
  font-family: "Open Sans Extrabold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.moderador .descricao{
  color: #868789;
  font-weight: regular;
  font-size: 12px;
  margin: 5px 0 10px 0;
}

.moderador .cv{
  display: inline-block;
  color: #dfe1e1;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
}

.palestrantes{
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}

.palestrantes .titulo{
  background: #26cebb;
  color: #090909;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.palestrantes .button{
  background: #26cebb;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.palestrantes .nome{
  color: #26cebb;
  font-family: "Open Sans Extrabold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.palestrantes .moderator{
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

.palestrantes .descricao{
  color: #868789;
  font-weight: regular;
  font-size: 12px;
  margin: 5px 0 10px 0;
}

.palestrantes .cv{
  display: inline-block;
  color: #dfe1e1;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes .cv:hover{
  color: #dfe1e1;
}

.webinar-links-arrow{
  background: #bc3b97;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px;
}

.webinar-links-arrow a{
  color: #ffffff;
}

.webinar-links-arrow a:hover{
  color: #ffffff99;
}

.webinar-links-arrow span{
  display: inline-block;
  width: 100%;
}

.webinar-links-arrow #seta{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.webinar-links{
  background: #bc3b97;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px;
}

.webinar-links a{
  color: #ffffff;
}

.webinar-links a:hover{
  color: #ffffff99;
}

.webinar-links span{
  display: inline-block;
  width: 100%;
}

.webinar-links-arrow-nobg {
  color: #a6a6a6;
  font-family: 'Open Sans', sans-serif;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
}

.webinar-links-arrow-nobg a{
  color: #a6a6a6;
}

.webinar-links-arrow-nobg a:hover{
  color: #a6a6a699;
}

.webinar-links-arrow-nobg span{
  display: inline-block;
  width: 100%;
}

.webinar-links-arrow-nobg #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: 'Open 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 #ffffff;
}

.palestrantes .separator:last-child{
  margin-bottom: 0;
}

.dottedSplitter {
	border-bottom: #ffffff dotted 2px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* 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: #023033;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

#dashboard #usersTable tr td{
    white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td{
    background: #484848;
}

#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: #023033;
    border-color: #023033;
    color: #fff;
}

#dashboard .pagination .page-item .page-link{
    background-color: #26cebb;
    border-color: #26cebb;
    color: #fff;
    border-radius: 0;
}

/* END DASHBOARD PAGE */

/* FOOTER */

footer {
  /*background: url(../img/footer.png) no-repeat;
  background-position: 50% 50%;*/
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /*border-top: 10px solid #26cebb;
  min-height: 160px;*/
}

.link-foot{
  color: #ffffff;
}

.link-foot:hover{
  color: #ffffff;
  text-decoration: underline;
}

/* FOOTER */


@media only screen and (max-width: 768px) {
  .margin-left-75 {
    margin-left: 25px !important;
  }

  section#webinar{
    padding-top: 50px;
  }

  .te{
    position: relative !important;
  }
}