body .container .jumbotron, body .container .jumbotron-default, body .container .well, body .container .well-default, body .container-fluid .jumbotron, body .container-fluid .jumbotron-default, body .container-fluid .well, body .container-fluid .well-default {
  background-color: #fff; }

body .container .jumbotron, body .container .well, body .container-fluid .jumbotron, body .container-fluid .well {
  background-color: #fff;
  padding: 19px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2px;
  border: 0; }

@media (min-width: 992px) and (max-width: 1200px) {
  .site-body-wrap.container {
    max-width: 100%; } }
@media (min-width: 450px) and (max-width: 992px) {
  .site-body-wrap.container {
    max-width: 100%; } }
@media (max-width: 480px) {
  .site-body-wrap.container {
    padding-left: 0;
    padding-right: 0; }
    .site-body-wrap.container .row.no-gutters > div > div.row {
      margin-right: 0;
      margin-left: 0; }
      .site-body-wrap.container .row.no-gutters > div > div.row > div {
        padding-left: 0;
        padding-right: 0; } }
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.table {
  background-color: #ffffff;
  margin-bottom: 0; }

.container .title {
  color: #3c4858;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px; }

.container .title h3 {
  font-size: 25px;
  font-weight: 300; }

.card {
  position: relative;
  background-color: #fff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 0; }

.card.material {
  border: 0;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%; }
  .card.material.card-plain {
    background: transparent;
    box-shadow: none; }
    .card.material.card-plain .card-header:not(.card-avatar) {
      margin: 20px 0; }
  .card.material .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg, #eee, #bdbdbd); }
  .card.material .card-body {
    padding: 15px 0; }
  .card.material .card-header-primary {
    background: linear-gradient(60deg, #009688, #0e6b59);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #2ac1b3; }
  .card.material .card-header-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.6); }
  .card.material .card-nav-tabs .card-header {
    margin-top: -30px !important; }
  .card.material .card-header .nav-tabs {
    padding: 0; }

.nav-tabs {
  border: 0;
  border-radius: 3px;
  padding: 0 15px; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color .3s .2s; }

.nav-tabs .nav-item .nav-link {
  border: 0 !important;
  color: #fff !important;
  font-weight: 500; }

.nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color .3s 0s; }

.nav-link {
  display: block; }

.nav-tabs .nav-item .material-icons {
  margin: -1px 5px 0 0;
  vertical-align: middle; }

.nav .nav-item {
  position: relative; }

div.card.account-card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 50px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

div.card.card-plain.account-card {
  background: transparent;
  box-shadow: none; }

div.card.account-card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0; }
  div.card.account-card .card-header a {
    color: #fff; }

.card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0; }

.div.card.account-card .card-body {
  padding: 15px 30px; }

/*# sourceMappingURL=material.css.map */
