/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: rgba(0,0,0,.65);
}

.tabs .tab a {
  color: #795548;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #795548;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color:#795548;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #795548;
  will-change: left, right;
}

.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;
  }
  .tabs .tab a {  
  padding: 0 12px;
  font-size: 12px;
 
}
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


       nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        display: inline-block;
        font-size: 24px;
        height: 56px;
        line-height: 56px;
        margin-right:.5em;
        vertical-align:middle;
    }

.submenu {
    min-height:70px;
    padding:1em;
}


div.row.highlight  {
  transition: background-color .25s ease;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
 
}

div.row.highlight:hover {
  background-color: #f2f2f2;
  
}

table.mobileAdj tr {
    line-height: 3;
}

.salesNav:target{
   padding-top: 200px; 
  
}

.menu-fixed {
    position: relative;   
    z-index: 900!important;   
}

div.row div.tabContentMargin {
    margin-top: 20px!important;
}
div#quickSearch, div#queryBuilder, div#salesOverview, div#activityScreen{
    margin-top: 50px;
}


