
.nav-wrapper .brand-logo img {
  height: 36px!important;
  margin-top:12px;
  margin-left:10px;
}

.sidenav img {
  height: 36px!important;
  margin-top:12px;
  margin-left:10px;
}

.card-title{
  padding-left:12px!important;
}
.tabs .indicator{
  background-color: #ffa12e;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
  background: transparent;
}

nav ul a,
nav .brand-logo {
  color: whitesmoke;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
.less_top_margin{
  margin-top:-24px;
}
footer.page-footer {
  margin: 0;
}

.full-width {
  height: 100%;
  min-height: 1000px !important;
}

.btn.waves-effect {
  height: auto;
  min-height: 20px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 50px;
}

.btn.waves-effect .material-icons {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  margin-left: 0;
}

.btn, .btn-large, .btn-flat {
  height:auto !important;
}


.card-image{

  height: 63px!important;
}

/* FOR SELF ASSESSMENT*/

.dynamic-content {
  display:none;
}


.card-content, .cardbody{
  padding-left:16px!important;
}

.imgsm{
  height:18px!important;
}


.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}