body{
font-family: 'Roboto', sans-serif;
}
.nav-wrapper{
  background-color:#2a3140;
}
.secondary-content>.material-icons{
  color: #2a3140;
  }
.btn{
  background-color:#2a3140;
}
.btn:hover{
  background: #455a64;
}
.page-footer{
    background-color:#2a3140;
}

.input-field{
  color: #2a3140;
}
.input-field>.material-icons{
    color: #2a3140;
}
.input-field>label{
  color: #2a3140;
}
.btn-floating{
  background-color: #2a3140;
}
.dropdown-content>li>a{
  color: #2a3140;
}

.hidden{
  display: none;
}

.tabs{
  border-top: 2px solid #2a3140;
  border-left: 2px solid #2a3140;
  border-right: 2px solid #2a3140;
  background: #cfd8dc;
}

.tabs .tab a:hover{
  color: #2a3140;
  background-color: #eceff1;
}
.tabs .tab a.active {
  color: #fff;
  background-color: #2a3140 !important;
}
.tabs .indicator {
  background-color:  #2a3140;
}
.tabs .tab a {
  color: #2a3140;
}
.tab-header-padding{
  padding: 0px !important;
  margin: 0px !important;
}


table.click-to-delete > tbody > tr:hover {
  cursor: not-allowed;
}

table.highlight > tbody > tr:hover {
  background-color: #2f4050;
  color: #ffffff;
}


.skycustomtable{
  margin-bottom: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.skycustomtable thead tr th,
.skycustomtable tbody tr td,
.skycustomtable tfoot td{
  padding: 4px !important;
  font-size: 13px;
  font-family: sans-serif !important;
}

.skycustomtable tbody tr td input{
  background-color: #eceff1 !important;
  border: 1px solid #546e7a !important;
  width: 158px !important;
  height: 31px !important;
  padding-left: 5px !important;
}
.skycustomtable tbody tr:last-child,.skycustomtable thead tr:last-child {
  border-bottom: 1px solid #2a3140;
}

/* Select Field
   ========================================================================== */

.select-wrapper input.select-dropdown {
  border-bottom: 1px solid #9e9e9e;
  height: 2rem !important;
  line-height: 2rem !important;
  font-size: 1rem !important;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 10px;
  line-height: 1rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.dropdown-content li > span{
  font-size: 14px;
  line-height: 18px;
  padding: 3px 16px !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #000;
}

.card-title{
  background: #cfd8dc;
  padding-left: 20px;
  color: #2a3140;
}

.card-action > a{
  color: #2a3140 !important;
}


/* Select Field
   ========================================================================== */
