/** File for common styles in back and frontend */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.inline-icon>.material-icons {
  font-size: inherit;
}

.btn.icon-only,
.btn-large.icon-only,
.btn-floating.icon-only,
.btn-large.icon-only,
.btn-flat.icon-only {
  padding: initial;
}

/* include fonts*/

/* material icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(fonts/MaterialIcons-Regular.woff) format('woff'),
    url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../lib/materialize/fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../lib/materialize/fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../lib/materialize/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../lib/materialize/fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../lib/materialize/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../lib/materialize/fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url("../lib/materialize/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../lib/materialize/fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../lib/materialize/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../lib/materialize/fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.container>.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
