html {
  color: #757575;
  background-color: #f7f7f7;
}


.warning {
  background-color: #ff9a23 !important;
}

.error {
  background-color: #e75a5a !important;
}

.cancel {
  background-color: #A39BA8 !important;
}

.info {
  background-color: #00bcd4 !important;
}

.success {
  background-color: #4caf50 !important;
}

  .success:hover {
    background-color: #249453 !important;
  }

.btn, .btn-large {
  background-color: #03a9f4;
  color: #fff;
}

  .btn:hover, .btn-large:hover {
    background-color: #11B0CD;
  }

.nav {
  background-color: #0288d1;
}

.nav-wrapper {
  background-color: #0288d1;
}

#nav {
  background-color: #0288d1;
}

.nava {
  color: dimgrey;
}

.collection {
}

  .collection .collection-item {
    background-color: #f9f9f9;
  }

    .collection .collection-item:hover {
      background-color: #e2e2e2;
    }

.card {
  background-color: #fdfdfd;
}

h3 {
  color: #FFAF54;
}

.chip {
  background-color: rgb(189, 189, 189) !important
}

.num {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.cancel {
  background-color: #bdbdbd !important
}

  .cancel:hover {
    background-color: #13293D !important;
  }

.input-field .prefix {
  color: #313638;
}

  .input-field .prefix.active {
    color: #26a69a;
  }

.input-field label {
  color: #313638;
}
/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #635b4e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
  }

  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #57A773;
    box-shadow: 0 1px 0 0 #57A773;
  }

.card .card-title {
  color: #635b4e;
}

.selectBox {
  color: #635b4e;
}

table.highlight > tbody > tr:hover {
  background-color: #E0DFD5;
}

tr:nth-child(even) td {
  background: #f1f1f1;
}

tr:nth-child(odd) td {
  background: #fbfbfb;
}


.selectBox {
  border-bottom: 1px solid #e6e6e6;
}

.sidenavext {
  background-color: #ECF0F1;
  box-shadow: 2px 1px 5px #d2d2d2;
}

.treeContainer {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
