/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500');

body {
  font-family: 'Rubik',
    sans-serif;
}

body {
  margin-top: 100px;
  background-color: white;
}

@media(min-width:768px) {
  body {
    margin-top: 50px;
  }
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.huge {
  font-size: 50px;
  line-height: normal;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 200px;
  }

  #page-wrapper {
    padding: 10px;
  }
}

/* Top Navigation */
.navbar {
  border: none;
}

.navbar-header {
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  width: 100%;
  position: fixed;
}

.navbar-header .logout {
  float: right;
  line-height: 30px;
  padding: 10px 20px;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

li.message-preview>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-footer {
  margin: 5px 0;
}

ul.alert-dropdown {
  width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
  .side-nav {
    position: fixed;
    top: 51px;
    left: 200px;
    width: 200px;
    margin-left: -200px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #3A8;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
  }

  .side-nav li.active a,
  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: #276 !important;
  }

  .side-nav li a {
    transition: all .3s;
    color: white !important;
    width: 200px;
  }

  .side-nav li a i {
    margin-right: 3px;
    opacity: .8;
    color: #EFF;
  }
}

.side-nav>li>ul {
  padding: 0;
}

.side-nav>li>ul>li>a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #999;
}

.side-nav>li>ul>li>a:hover {
  color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Custom Colored Panels */

.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.curso-thumb {
      background-size: cover;
    width: 33vh;
    height: 59vh;
    padding: 150px 8px 15px;
    color: white;
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    border-radius: 0.25rem;
}

/* IMPORTANTE PARA A RESPONSIVIDADE DAS IMAGENS-BOTÕES DE CURSO */
@media(max-width:568px) {
  .curso-thumb {
    width: 100%;
  }
}

.curso-thumb h4 {
  position: absolute;
  bottom: 5px;
}

.curso-thumb::before {
  border-radius: 0.25rem;
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 130px;
  opacity: 0.85;
  transition: opacity 0.4s;

  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  /* Standard syntax */
}

.curso-thumb:hover::before {
  opacity: 1;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -25px;
  right: -25px;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.afiliados-card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  margin-bottom: 20px;
}

.afiliados-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.afiliados-card h4 {
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.btn,
a {
  transition: all .3s;
}

.top-nav {
  width: 100%;
  text-align: right;
  margin-right: 10px;
}

.top-nav li {
  display: inline-block;
}

.top-nav li a {
  color: white;
  padding: 15px 10px;
}

.navbar-inverse {
  background-color: #3A8;
  border-color: white;
  transition: all .3;
}

.top-nav li a:hover {
  background-color: #276;
}

.mb {
  margin-bottom: 15px;
}

.panel.page {
  border: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.panel.page .sidebar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media(min-width:768px) {
  .panel.page {
    display: flex;
    margin-top: 30px;
  }

  .panel.page .sidebar {
    width: 15%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }
}

.panel.page .sidebar .list-group-item {
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
}

.panel.page .sidebar .list-group-item.active {
  color: #3A8;
  background: white;
  border-right: 2px solid #3A8;
}

.panel.page .sidebar .list-group-item i {
  margin-right: 12px;
}

.panel.page .main {
  padding: 0 12px 12px;
}

@media(min-width:768px) {
  .panel.page .main {
    width: 85%;
    padding: 0 30px 30px;
  }
}

.datepicker {
  z-index: 99999 !important;
}