@charset "UTF-8";

/*ID's*/

/*Classes*/
.mdl-layout__content {
  height: calc(100vh - 64px);
}

.color--black-75 {
  background: rgba(0, 0, 0, .75);
}

.color--light-blue-A700-75 {
  background: rgba(0, 145, 234, .75);
}

.color--gray-300 {
  background: #EEEEEE;
}

.color-text--gray-600 {
  color: #757575;
}

.color-text--inherit {
  color: inherit;
}

.mdl-mega-footer--top-section {
  display: flex;
  justify-content: space-between;
}

  .mdl-mega-footer--top-section:after {
    content: initial;
  }

.mdl-mega-footer--middle-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

  .mdl-mega-footer--middle-section:after {
    content: initial;
  }

.opacity-50 {
  opacity: .5;
}

.text-shadow--1dp {
  text-shadow: 0 1px 1px rgba(0,0,0,.07), 0 1.5px .5px rgba(0,0,0,.1), 0 .5px 2.5px rgba(0,0,0,.06);
}

.text-shadow--2dp {
  text-shadow: 0 2px 2px rgba(0,0,0,.14), 0 3px 1px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.12);
}

.typography--paragraph {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
  text-align: justify;
  text-indent: 50px;
}

.typography--paragraph:first-child {
  margin-top: 0;
}

.typography--paragraph:last-child {
  margin-bottom: 0;
}

.typography--font-bolder {
  font-weight: 900;
}

.typography--italic {
  font-style: italic;
}

.typography--no-decoration {
  text-decoration: none;
}

.typography--urderline {
  text-decoration: underline;
}

.typography--vertical-align-middle {
  vertical-align: middle;
}

.mdl-layout__header .mdl-layout__drawer-button {
    display: none;
}

/*Elements*/
html {
  color: rgb(66,66,66);
  font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
  background: #f5f5f5;
  height: 12px;
  width: 12px;
  overflow: visible;
}

::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-button {
  display: none;
  height:0;
  width: 0;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
}

::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

::-webkit-scrollbar-track {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: padding-box;
  background-color: transparent;
}

::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal {
  border-left-width: 0;
  border-right-width: 0;
}

::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #00E5FF;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.2);
  min-height: 28px;
  padding-top: 100px;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  border-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

/*Media*/
@media (min-width: 900px) {

}

@media (max-width: 660px) {

}

@media (max-width: 480px) {

}

/*Fonts*/
