html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}


.auth-card .form-side{
  width: 100% !important;
}
.fixed-background {
  background-image: url(/themes/padrao/assets/img/efata/login.png);
}

.navbar-logo{
  max-height: 35px;
  display: block;
}
@media (max-width: 767px) {
  .navbar-logo img {
    height: 22px !important;
  }
}

h1 {
  font-size: 1.75rem;
  padding-bottom: 0px;
  display: inline-block;
}

@media (max-width: 767px) {
  main button span{
    display: none;
  }
}

.btn-link{
  border-radius: 0.1rem;
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
}

.btn{
  cursor: pointer;
}



.paginator {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paginator_item {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 4px 12px;
  background: #ed7117;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}
.paginator_item a{
  color: #fff;
}

.paginator_item:hover {
  background: #ed1717;
  color: #fff;
  text-decoration: none;
}

.paginator_active,
.paginator_active:hover {
  background: #cccccc;
}


.modal .modal-header, .modal .modal-body, .modal .modal-footer{
  padding: 1rem 1.75rem;
}
.modal-right .modal-header {
  flex: 0 0 0px;
}

.table{
  margin-bottom: 0px;
}
.table td{
  vertical-align: middle;
}

@media(max-width: 768px){
  .hidden-sm{
    display: none;
  }
}


.bootstrap-select > .btn {
  border-radius: 0px !important;
}



/*CURSOS*/
.social-header-top{
  height: 150px;
  background-color: #ddd;
  background-size: contain;
  background-position: center center;
  border-radius: 4px;
  position: relative;
}
.social-header-top:after{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #63422fc2;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  content: '';
}
.social-profile-img{
  height: 160px;
}

.card-cursos-detalhes{
  padding-top: 80px !important;
}

.card-list .card-footer{
  background: #fff !important;
  padding: .5rem 0.5rem;
}

.card-disciplina-curso{
  background: #eeeeee52;
  box-shadow: none;
}



.alunosDetalhes .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background: #fff;
  z-index: 2;
  font-weight: 600;
}
.alunosDetalhes .nav-tabs .nav-link{
  font-size: 18px;
  font-weight: 300;
  padding-left: 2rem;
  padding-right: 2rem;
}




.tree ul {
  margin-left: 34px;
}

.tree li {
  list-style-type: none;
  margin:10px 0px;
  position: relative;
}

.tree li::before {
  content: "";
  position: absolute;
  top:2px;
  left:-20px;
  border-left: 1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-radius:0 0 0 0px;
  width:20px;
  height:15px;
}

.tree li::after {
  position:absolute;
  content:"";
  top:16px;
  left:-20px;
  border-left: 1px solid #ccc;
  border-top:1px solid #ccc;
  border-radius:0px 0 0 0;
  width:20px;
  height:100%;
}

.tree li:last-child::after  {
  display:none;
}

.tree li:last-child:before{
  border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
  display:none;
}

ul.tree>li:first-child::after {
  border-radius:5px 0 0 0;
}


.tree li a:hover+ul li::after, .tree li a:focus+ul li::after,
.tree li a:hover+ul li::before, .tree li a:focus+ul li::before
.tree li a:hover+ul::before, .tree li a:focus+ul::before
.tree li a:hover+ul ul::before, .tree li a:focus+ul ul::before{
  border-color:  #000; /*connector color on hover*/
}


#lgModal2 .modal-lg{
  max-width: 1200px;
}

.dadosParcela td{
  border-top: 0px !important;
}
.dadosParcela .editable{
  min-height:20px;
  border-bottom: 1px dashed #50c6e9;
  display: block;
}



.detalhes-disabled{
   position:relative;
   pointer-events: none;
   opacity: 0.5;
   background: #CCC;
}


.cursosComprar .rounded{
  border-radius: 4px !important;
}

.cursosComprar .valor{
  font-size: 1.3rem;
  color: #f28532;
}


.curso-compra-detalhes{
  background: #b55d1b;
  color: #fff;
}

.curso-compra-detalhes .destaque a{
  color: #fff;
}
.curso-compra-detalhes .destaque h2{
  font-size: 2.2rem;
}

.curso-compra-detalhes .destaque p{
  font-size: 1.3rem;
  line-height: 1.6em;
}
.curso-compra-detalhes .destaque .rounded{
  border-radius: 4px !important;
}

.curso-compra-detalhes .destaque .valor {
  margin-top: 20px;
  margin-bottom: 20px;
}
.curso-compra-detalhes .destaque .valor span {
  font-size: 2.2rem;
  FONT-WEIGHT: 700;
}

main ul{
  margin-left: 1rem;
  font-size: 1rem;
}

.card-modulo .status span{
  font-size: 11px !important;
  font-weight: 700;
  margin-right: 30px;
}

.card-aulas h3{
  font-size: 2rem;
  font-weight: 700;
}
.card-aulas .texto p,
.card-aulas .texto{
  font-size: 1.1rem !important;
}


.embera-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-bottom: 50%;
}

.embera-embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.card-pagamentos .destaque{
  text-align: center;
}
.card-pagamentos .destaque span{
  display: block;
}
.card-pagamentos .destaque .dia{
  font-size: 26px;
  font-weight: 600;
}


.no-item-no-card{
  text-align: center;
  padding: 4rem 2rem;
  color: #707A8A;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  border: 2px dashed #E3EAF2;
}
.no-item-no-card p{
  font-size: 1.2rem;
}

.menu .main-menu{
  background: #274a63 !important;
}
.menu .main-menu ul li.active a,
.menu .main-menu ul li a{
  color: #fff;
}
.menu .main-menu ul li.active:after{
  background: #fff;
}
