.body-color{
  background-color: #f9f9f9 !important;
}
/**nav***/
.dropdown-menu{
  top: 63px !important;
}
/**nav***/

.card-stats-title {
    font-size: 1.5rem !important;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card-stats-number {
     font-size: 1.8rem;
     line-height: 2.0rem;
     margin: 0.2rem 0 0.2rem 0;
     font-weight: 500;

}

.card-stats-title i {
    font-size: 1.5rem;
    top: 4px;
    position: relative;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.card .card-action {
    padding: 10px 14px;
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
  }
  .card .card-action:last-child {
      border-radius: 0 0 2px 2px;
  }

  /**titlulos**/

  h4.header {
      line-height: 2.508rem;
      margin: 1.14rem 0 0.912rem 0;
      font-size: 1.4rem;
      font-weight: 400;
      text-transform: uppercase;
}

/**modal extends**/
.modal-extends{
  /*display:block;*/
  width:  100% !important;
  height: 100% !important;
  top:    0% !important;
  max-height: none !important;
  border-radius:0px !important;
}

.width-90{
  width:  90% !important;
}
.width-95{
  width:  95% !important;
}
.width-85{
  width:  85% !important;
}
.tex-editor{
    height: 25rem !important;
    background-color: #000000e8 !important;
    color: #94f53e !important;
    padding: 20px !important;
}
nav ul a{
  color: #676161 !important;
}
.collection-border{
  border: 1px solid #e0e0e0 !important;
  }
.card-header-150{
  padding: 45px;
  height: 150px;
  max-height: 150px !important;
}
.card-header-login{
  padding: 5px;
  text-align: center;
  color: #fff;

}
