/* Materialize Reset */
nav {
  background-color: transparent;
  box-shadow: none;
}

.navbar-fixed {
  position: fixed;
}

td,
th {
  border-radius: 0;
}

.material-tooltip {
  font-size: 12px;
  padding: 4px 8px;
  min-height: 20px;
  line-height: 20px;
}

.backdrop {
  background: rgba(50, 50, 50, .9);
}

.modal,
.modal .modal-footer {
  background: #fff;
}

.modal .modal-content {
  padding: 30px;
  position: relative;
}

.modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal .close i {
  font-size: 16px;
}

.modal .modal-content .modal-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #838383;
  font-size: 18px;
  font-weight: 300;
}

.modal hr {
  height: 1px;
  border: 0;
  background: #e7e7e7;
}

.input-field {
  margin: 0;
}

.input-field label {
  left: 0;
  font-weight: 300;
  font-size: 14px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  border-color: #e0e0e0;
  height: 36px;
}

.row {
  margin: 0;
}
/* -------------------------------- */