body.materialize {
  padding: 0;
  margin: 0;
  background-color: #222;
  font-family: Oxygen, serif; }
  body.materialize .expand {
    width: 100%; }
  body.materialize .expand_vertical {
    height: 100%; }
  body.materialize .no-margin {
    margin: 0; }
  body.materialize .az-divider {
    height: 1px;
    background-color: grey;
    width: 400px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
  body.materialize.materialize .material-tooltip {
    min-height: auto; }
  body.materialize #toast-container {
    z-index: 999999;
    transition: all 0.3s; }
    body.materialize #toast-container:hover {
      opacity: 0.5; }
  body.materialize .row .col:not(.pad) {
    padding: 0 0; }
  body.materialize .container .row {
    margin-left: auto;
    margin-right: auto; }
  body.materialize .form-container {
    margin: 100px;
    padding: 0 0 0 0;
    background-color: #eee;
    border-radius: 3px; }
    body.materialize .form-container .form-header {
      width: 100%;
      padding: 14px;
      border-radius: 3px 3px 0 0;
      text-align: center;
      font-size: 24px;
      color: white; }
    body.materialize .form-container .form-content {
      padding: 20px;
      margin-bottom: 0; }
    body.materialize .form-container .form-footer {
      padding: 0 30px; }
    body.materialize .form-container.dark {
      background-color: #333;
      color: #eee; }
  body.materialize .input-field.col label {
    left: 0; }

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent; } }
  body.materialize input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
  body.materialize .side-nav .divider {
    margin: 8px 0; }
  body.materialize .side-nav ::-webkit-scrollbar-track {
    width: 3px;
    background-color: rgba(0, 0, 0, 0); }
  body.materialize .side-nav ::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 10px;
    margin: 0 5px; }
  body.materialize #sidenav-overlay {
    z-index: 996; }
  body.materialize .picker__box {
    border-radius: 4px; }
    body.materialize .picker__box .picker__calendar-container .picker__table .picker__day.picker__day--infocus.picker__day--selected.picker__day--highlighted {
      border-radius: 0; }
  body.materialize ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0px; }
  body.materialize ::-webkit-scrollbar-track {
    width: 3px;
    background-color: rgba(0, 0, 0, 0.2); }
  body.materialize ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #009688;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.8); }
  body.materialize ::-webkit-scrollbar-corner {
    background-color: #000;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); }
