@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-light.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/Roboto-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-medium.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-bold.woff') format('woff');
}
/**
* Less Long Shadow v2.1.0
* Long shadow generator mixins for inline, block and SVG elements.
*
* Source: https://github.com/zensimilia/less-long-shadow
* Author: Di M Dub
* License: MIT
*
* #long-shadow.inline(@color, @angle, @size);
* #long-shadow.block(@color, @angle, @size, @prefix);
*/
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  height: 100%;
  width: 100%;
  /* overflow: auto; */ /* -nmr */
}
html,
body,
* {
  box-sizing: border-box;
}
body {
  line-height: 1;
  position: relative;
  -ms-overflow-style: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
div {
  position: relative;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
a:hover,
a:active,
.tile:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=url]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear,
input[type=time]::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
* {
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Roboto', 'Noto Sans', sans-serif;
  line-height: 1.4;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.text-regular {
  font-weight: 400 !important;
}
.text-light {
  font-weight: 200 !important;
}
.text-light-ultra {
  font-weight: 100 !important;
}
.text-medium {
  font-weight: 500 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.text-lower {
  text-transform: lowercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.display3,
.display4,
.caption,
.button {
  white-space: nowrap;
}
.display4,
.display3,
.display2,
.display1,
.caption {
  color: #757575;
}
.headline,
.title,
.heading,
.subheading,
.body,
.body2,
.button,
.menu {
  color: #212121;
}
.display4 {
  font-size: 112px;
  margin-bottom: 20px;
  font-weight: 200 !important;
  line-height: 1.2;
  color: #757575;
}
.display3 {
  font-size: 56px;
  margin-bottom: 20px;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #757575;
}
.display2 {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #757575;
}
.display1 {
  font-size: 34px;
  margin-bottom: 16px;
  font-weight: 400 !important;
  color: #757575;
}
.headline {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 400 !important;
  color: #212121;
}
.heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500 !important;
  color: #212121;
}
.subheading {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 400 !important;
  color: #212121;
}
.body {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  color: #212121;
}
.body2 {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500 !important;
  color: #212121;
}
.caption {
  font-size: 12px;
  font-weight: 400 !important;
  color: #757575;
}
.button {
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  line-height: 1.5;
  color: #212121;
}
hr,
.hr {
  color: #03A9F4;
  background-color: #03A9F4;
  border: 0 none;
  height: 2px;
  clear: both;
}
hr.thin,
.hr.thin {
  height: 1px;
}
body {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400 !important;
  color: #212121;
}
p + p,
* + p,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 10px;
}
p,
.paragraph {
  line-height: 1.4;
}
.indent:first-letter {
  margin-left: 24px;
}
.letter:first-letter {
  font-size: 3em;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 4px 0 0;
  line-height: 38px;
}
.avatar {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.avatar .icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin: 4px;
  border-radius: 50%;
}
.app {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.view {
  position: relative;
  min-height: 100%;
  height: 100%;
}
.view-content {
  position: relative;
  min-height: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
header ~ .view-content,
.header ~ .view-content {
  padding-top: 64px;
}
header.more ~ .view-content,
.header.more ~ .view-content {
  padding-top: 112px;
}
.bottom-nav ~ .view-content {
  padding-bottom: 56px;
}
.page {
  position: relative;
}
.page.modal-page {
  position: fixed;
  z-index: 5200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
}
.grid-list {
  display: block;
  padding: 2px;
}
.grid-list .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-list .cell {
  display: block;
  position: relative;
  padding: 2px;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.grid-list.condensed {
  padding: 1px;
}
.grid-list.condensed .cell {
  padding: 1px;
}
.grid-list .cell img {
  width: 100%;
}
.grid {
  display: block;
  position: relative;
  padding: 2px;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
}
.grid:after {
  clear: both;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
}
.grid:after {
  clear: both;
}
.grid .row {
  width: 100%;
  display: block;
}
.grid .row:before,
.grid .row:after {
  display: table;
  content: "";
}
.grid .row:after {
  clear: both;
}
.grid .row:before,
.grid .row:after {
  display: table;
  content: "";
}
.grid .row:after {
  clear: both;
}
.grid .row > .cell {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 10px;
  padding: 2px;
}
.grid .row.cells2 > .cell {
  width: calc(100% / 2);
}
.grid .row.cells2 > .cell.colspan2 {
  width: calc(100% / 2 * 2);
}
.grid .row.cells2 > .cell.offset1 {
  margin-left: calc(100% / 2 * 1);
}
.grid .row.cells2 > .cell.offset2 {
  margin-left: calc(100% / 2 * 2);
}
.grid .row.cells3 > .cell {
  width: calc(100% / 3);
}
.grid .row.cells3 > .cell.colspan2 {
  width: calc(100% / 3 * 2);
}
.grid .row.cells3 > .cell.colspan3 {
  width: calc(100% / 3 * 3);
}
.grid .row.cells3 > .cell.offset1 {
  margin-left: calc(100% / 3 * 1);
}
.grid .row.cells3 > .cell.offset2 {
  margin-left: calc(100% / 3 * 2);
}
.grid .row.cells3 > .cell.offset3 {
  margin-left: calc(100% / 3 * 3);
}
.grid .row.cells4 > .cell {
  width: calc(100% / 4);
}
.grid .row.cells4 > .cell.colspan2 {
  width: calc(100% / 4 * 2);
}
.grid .row.cells4 > .cell.colspan3 {
  width: calc(100% / 4 * 3);
}
.grid .row.cells4 > .cell.colspan4 {
  width: calc(100% / 4 * 4);
}
.grid .row.cells4 > .cell.offset1 {
  margin-left: calc(100% / 4 * 1);
}
.grid .row.cells4 > .cell.offset2 {
  margin-left: calc(100% / 4 * 2);
}
.grid .row.cells4 > .cell.offset3 {
  margin-left: calc(100% / 4 * 3);
}
.grid .row.cells4 > .cell.offset4 {
  margin-left: calc(100% / 4 * 4);
}
.grid .row.cells5 > .cell {
  width: calc(100% / 5);
}
.grid .row.cells5 > .cell.colspan2 {
  width: calc(100% / 5 * 2);
}
.grid .row.cells5 > .cell.colspan3 {
  width: calc(100% / 5 * 3);
}
.grid .row.cells5 > .cell.colspan4 {
  width: calc(100% / 5 * 4);
}
.grid .row.cells5 > .cell.colspan5 {
  width: calc(100% / 5 * 5);
}
.grid .row.cells5 > .cell.offset1 {
  margin-left: calc(100% / 5 * 1);
}
.grid .row.cells5 > .cell.offset2 {
  margin-left: calc(100% / 5 * 2);
}
.grid .row.cells5 > .cell.offset3 {
  margin-left: calc(100% / 5 * 3);
}
.grid .row.cells5 > .cell.offset4 {
  margin-left: calc(100% / 5 * 4);
}
.grid .row.cells5 > .cell.offset5 {
  margin-left: calc(100% / 5 * 5);
}
.grid .row.cells6 > .cell {
  width: calc(100% / 6);
}
.grid .row.cells6 > .cell.colspan2 {
  width: calc(100% / 6 * 2);
}
.grid .row.cells6 > .cell.colspan3 {
  width: calc(100% / 6 * 3);
}
.grid .row.cells6 > .cell.colspan4 {
  width: calc(100% / 6 * 4);
}
.grid .row.cells6 > .cell.colspan5 {
  width: calc(100% / 6 * 5);
}
.grid .row.cells6 > .cell.colspan6 {
  width: calc(100% / 6 * 6);
}
.grid .row.cells6 > .cell.offset1 {
  margin-left: calc(100% / 6 * 1);
}
.grid .row.cells6 > .cell.offset2 {
  margin-left: calc(100% / 6 * 2);
}
.grid .row.cells6 > .cell.offset3 {
  margin-left: calc(100% / 6 * 3);
}
.grid .row.cells6 > .cell.offset4 {
  margin-left: calc(100% / 6 * 4);
}
.grid .row.cells6 > .cell.offset5 {
  margin-left: calc(100% / 6 * 5);
}
.grid .row.cells6 > .cell.offset6 {
  margin-left: calc(100% / 6 * 6);
}
.grid .row.cells7 > .cell {
  width: calc(100% / 7);
}
.grid .row.cells7 > .cell.colspan2 {
  width: calc(100% / 7 * 2);
}
.grid .row.cells7 > .cell.colspan3 {
  width: calc(100% / 7 * 3);
}
.grid .row.cells7 > .cell.colspan4 {
  width: calc(100% / 7 * 4);
}
.grid .row.cells7 > .cell.colspan5 {
  width: calc(100% / 7 * 5);
}
.grid .row.cells7 > .cell.colspan6 {
  width: calc(100% / 7 * 6);
}
.grid .row.cells7 > .cell.colspan7 {
  width: calc(100% / 7 * 7);
}
.grid .row.cells7 > .cell.offset1 {
  margin-left: calc(100% / 7 * 1);
}
.grid .row.cells7 > .cell.offset2 {
  margin-left: calc(100% / 7 * 2);
}
.grid .row.cells7 > .cell.offset3 {
  margin-left: calc(100% / 7 * 3);
}
.grid .row.cells7 > .cell.offset4 {
  margin-left: calc(100% / 7 * 4);
}
.grid .row.cells7 > .cell.offset5 {
  margin-left: calc(100% / 7 * 5);
}
.grid .row.cells7 > .cell.offset6 {
  margin-left: calc(100% / 7 * 6);
}
.grid .row.cells7 > .cell.offset7 {
  margin-left: calc(100% / 7 * 7);
}
.grid .row.cells8 > .cell {
  width: calc(100% / 8);
}
.grid .row.cells8 > .cell.colspan2 {
  width: calc(100% / 8 * 2);
}
.grid .row.cells8 > .cell.colspan3 {
  width: calc(100% / 8 * 3);
}
.grid .row.cells8 > .cell.colspan4 {
  width: calc(100% / 8 * 4);
}
.grid .row.cells8 > .cell.colspan5 {
  width: calc(100% / 8 * 5);
}
.grid .row.cells8 > .cell.colspan6 {
  width: calc(100% / 8 * 6);
}
.grid .row.cells8 > .cell.colspan7 {
  width: calc(100% / 8 * 7);
}
.grid .row.cells8 > .cell.colspan8 {
  width: calc(100% / 8 * 8);
}
.grid .row.cells8 > .cell.offset1 {
  margin-left: calc(100% / 8 * 1);
}
.grid .row.cells8 > .cell.offset2 {
  margin-left: calc(100% / 8 * 2);
}
.grid .row.cells8 > .cell.offset3 {
  margin-left: calc(100% / 8 * 3);
}
.grid .row.cells8 > .cell.offset4 {
  margin-left: calc(100% / 8 * 4);
}
.grid .row.cells8 > .cell.offset5 {
  margin-left: calc(100% / 8 * 5);
}
.grid .row.cells8 > .cell.offset6 {
  margin-left: calc(100% / 8 * 6);
}
.grid .row.cells8 > .cell.offset7 {
  margin-left: calc(100% / 8 * 7);
}
.grid .row.cells8 > .cell.offset8 {
  margin-left: calc(100% / 8 * 8);
}
.grid .row.cells9 > .cell {
  width: calc(100% / 9);
}
.grid .row.cells9 > .cell.colspan2 {
  width: calc(100% / 9 * 2);
}
.grid .row.cells9 > .cell.colspan3 {
  width: calc(100% / 9 * 3);
}
.grid .row.cells9 > .cell.colspan4 {
  width: calc(100% / 9 * 4);
}
.grid .row.cells9 > .cell.colspan5 {
  width: calc(100% / 9 * 5);
}
.grid .row.cells9 > .cell.colspan6 {
  width: calc(100% / 9 * 6);
}
.grid .row.cells9 > .cell.colspan7 {
  width: calc(100% / 9 * 7);
}
.grid .row.cells9 > .cell.colspan8 {
  width: calc(100% / 9 * 8);
}
.grid .row.cells9 > .cell.colspan9 {
  width: calc(100% / 9 * 9);
}
.grid .row.cells9 > .cell.offset1 {
  margin-left: calc(100% / 9 * 1);
}
.grid .row.cells9 > .cell.offset2 {
  margin-left: calc(100% / 9 * 2);
}
.grid .row.cells9 > .cell.offset3 {
  margin-left: calc(100% / 9 * 3);
}
.grid .row.cells9 > .cell.offset4 {
  margin-left: calc(100% / 9 * 4);
}
.grid .row.cells9 > .cell.offset5 {
  margin-left: calc(100% / 9 * 5);
}
.grid .row.cells9 > .cell.offset6 {
  margin-left: calc(100% / 9 * 6);
}
.grid .row.cells9 > .cell.offset7 {
  margin-left: calc(100% / 9 * 7);
}
.grid .row.cells9 > .cell.offset8 {
  margin-left: calc(100% / 9 * 8);
}
.grid .row.cells9 > .cell.offset9 {
  margin-left: calc(100% / 9 * 9);
}
.grid .row.cells10 > .cell {
  width: calc(100% / 10);
}
.grid .row.cells10 > .cell.colspan2 {
  width: calc(100% / 10 * 2);
}
.grid .row.cells10 > .cell.colspan3 {
  width: calc(100% / 10 * 3);
}
.grid .row.cells10 > .cell.colspan4 {
  width: calc(100% / 10 * 4);
}
.grid .row.cells10 > .cell.colspan5 {
  width: calc(100% / 10 * 5);
}
.grid .row.cells10 > .cell.colspan6 {
  width: calc(100% / 10 * 6);
}
.grid .row.cells10 > .cell.colspan7 {
  width: calc(100% / 10 * 7);
}
.grid .row.cells10 > .cell.colspan8 {
  width: calc(100% / 10 * 8);
}
.grid .row.cells10 > .cell.colspan9 {
  width: calc(100% / 10 * 9);
}
.grid .row.cells10 > .cell.colspan10 {
  width: calc(100% / 10 * 10);
}
.grid .row.cells10 > .cell.offset1 {
  margin-left: calc(100% / 10 * 1);
}
.grid .row.cells10 > .cell.offset2 {
  margin-left: calc(100% / 10 * 2);
}
.grid .row.cells10 > .cell.offset3 {
  margin-left: calc(100% / 10 * 3);
}
.grid .row.cells10 > .cell.offset4 {
  margin-left: calc(100% / 10 * 4);
}
.grid .row.cells10 > .cell.offset5 {
  margin-left: calc(100% / 10 * 5);
}
.grid .row.cells10 > .cell.offset6 {
  margin-left: calc(100% / 10 * 6);
}
.grid .row.cells10 > .cell.offset7 {
  margin-left: calc(100% / 10 * 7);
}
.grid .row.cells10 > .cell.offset8 {
  margin-left: calc(100% / 10 * 8);
}
.grid .row.cells10 > .cell.offset9 {
  margin-left: calc(100% / 10 * 9);
}
.grid .row.cells10 > .cell.offset10 {
  margin-left: calc(100% / 10 * 10);
}
.grid .row.cells11 > .cell {
  width: calc(100% / 11);
}
.grid .row.cells11 > .cell.colspan2 {
  width: calc(100% / 11 * 2);
}
.grid .row.cells11 > .cell.colspan3 {
  width: calc(100% / 11 * 3);
}
.grid .row.cells11 > .cell.colspan4 {
  width: calc(100% / 11 * 4);
}
.grid .row.cells11 > .cell.colspan5 {
  width: calc(100% / 11 * 5);
}
.grid .row.cells11 > .cell.colspan6 {
  width: calc(100% / 11 * 6);
}
.grid .row.cells11 > .cell.colspan7 {
  width: calc(100% / 11 * 7);
}
.grid .row.cells11 > .cell.colspan8 {
  width: calc(100% / 11 * 8);
}
.grid .row.cells11 > .cell.colspan9 {
  width: calc(100% / 11 * 9);
}
.grid .row.cells11 > .cell.colspan10 {
  width: calc(100% / 11 * 10);
}
.grid .row.cells11 > .cell.colspan11 {
  width: calc(100% / 11 * 11);
}
.grid .row.cells11 > .cell.offset1 {
  margin-left: calc(100% / 11 * 1);
}
.grid .row.cells11 > .cell.offset2 {
  margin-left: calc(100% / 11 * 2);
}
.grid .row.cells11 > .cell.offset3 {
  margin-left: calc(100% / 11 * 3);
}
.grid .row.cells11 > .cell.offset4 {
  margin-left: calc(100% / 11 * 4);
}
.grid .row.cells11 > .cell.offset5 {
  margin-left: calc(100% / 11 * 5);
}
.grid .row.cells11 > .cell.offset6 {
  margin-left: calc(100% / 11 * 6);
}
.grid .row.cells11 > .cell.offset7 {
  margin-left: calc(100% / 11 * 7);
}
.grid .row.cells11 > .cell.offset8 {
  margin-left: calc(100% / 11 * 8);
}
.grid .row.cells11 > .cell.offset9 {
  margin-left: calc(100% / 11 * 9);
}
.grid .row.cells11 > .cell.offset10 {
  margin-left: calc(100% / 11 * 10);
}
.grid .row.cells11 > .cell.offset11 {
  margin-left: calc(100% / 11 * 11);
}
.grid .row.cells12 > .cell {
  width: calc(100% / 12);
}
.grid .row.cells12 > .cell.colspan2 {
  width: calc(100% / 12 * 2);
}
.grid .row.cells12 > .cell.colspan3 {
  width: calc(100% / 12 * 3);
}
.grid .row.cells12 > .cell.colspan4 {
  width: calc(100% / 12 * 4);
}
.grid .row.cells12 > .cell.colspan5 {
  width: calc(100% / 12 * 5);
}
.grid .row.cells12 > .cell.colspan6 {
  width: calc(100% / 12 * 6);
}
.grid .row.cells12 > .cell.colspan7 {
  width: calc(100% / 12 * 7);
}
.grid .row.cells12 > .cell.colspan8 {
  width: calc(100% / 12 * 8);
}
.grid .row.cells12 > .cell.colspan9 {
  width: calc(100% / 12 * 9);
}
.grid .row.cells12 > .cell.colspan10 {
  width: calc(100% / 12 * 10);
}
.grid .row.cells12 > .cell.colspan11 {
  width: calc(100% / 12 * 11);
}
.grid .row.cells12 > .cell.colspan12 {
  width: calc(100% / 12 * 12);
}
.grid .row.cells12 > .cell.offset1 {
  margin-left: calc(100% / 12 * 1);
}
.grid .row.cells12 > .cell.offset2 {
  margin-left: calc(100% / 12 * 2);
}
.grid .row.cells12 > .cell.offset3 {
  margin-left: calc(100% / 12 * 3);
}
.grid .row.cells12 > .cell.offset4 {
  margin-left: calc(100% / 12 * 4);
}
.grid .row.cells12 > .cell.offset5 {
  margin-left: calc(100% / 12 * 5);
}
.grid .row.cells12 > .cell.offset6 {
  margin-left: calc(100% / 12 * 6);
}
.grid .row.cells12 > .cell.offset7 {
  margin-left: calc(100% / 12 * 7);
}
.grid .row.cells12 > .cell.offset8 {
  margin-left: calc(100% / 12 * 8);
}
.grid .row.cells12 > .cell.offset9 {
  margin-left: calc(100% / 12 * 9);
}
.grid .row.cells12 > .cell.offset10 {
  margin-left: calc(100% / 12 * 10);
}
.grid .row.cells12 > .cell.offset11 {
  margin-left: calc(100% / 12 * 11);
}
.grid .row.cells12 > .cell.offset12 {
  margin-left: calc(100% / 12 * 12);
}
.grid .row:empty {
  display: none;
}
.grid.condensed {
  padding: 1px;
}
.grid.condensed .cell {
  padding: 1px;
}
@media screen and (max-width: 640px) {
  .grid.default-media .cell,
  .grid-list.default-media .cell {
    width: 50% !important;
  }
}
@media screen and (max-width: 360px) {
  .grid.default-media .cell,
  .grid-list.default-media .cell {
    width: 100% !important;
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5000;
}
header,
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0288d1;
  color: #ffffff;
  height: 56px;
  z-index: 4000;
  padding: 0 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
header .app-title,
.header .app-title {
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0;
  line-height: 48px;
  color: inherit;
  font-size: 20px;
  font-weight: 100;
}
header .app-title:nth-child(1),
.header .app-title:nth-child(1) {
  padding-left: 10px;
}
header .header-container,
.header .header-container {
  height: 100%;
}
header .tool-button,
.header .tool-button {
  margin: 4px 0;
}
header.more,
.header.more {
  height: 112px;
}
header.more .app-title,
.header.more .app-title {
  position: absolute;
  bottom: 22px;
  left: 74px;
  height: 28px;
  font-size: 24px;
}
header .header-container .input-control,
.header .header-container .input-control {
  float: left;
  margin-left: 20px;
  width: calc(100% - 80px);
}
header .header-container .input-control input,
.header .header-container .input-control input {
  border: none;
}
header .header-container .input-control input,
.header .header-container .input-control input,
header .header-container .input-control input::-webkit-input-placeholder,
.header .header-container .input-control input::-webkit-input-placeholder {
  color: white;
}
footer,
.footer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bottom-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 56px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26);
  z-index: 4000;
}
.bottom-nav .button {
  min-width: 80px;
  width: auto;
  height: 100%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  border-radius: 0;
}
.bottom-nav .button .icon {
  width: 24px;
  height: 24px;
  font-size: 22px;
}
.bottom-nav .button .label {
  display: block;
}
.bottom-sheet {
  background-color: #ffffff;
  display: block;
  z-index: 3000;
  max-width: 360px;
  left: 50%;
  list-style: none inside;
  padding: 0;
  margin: 0 0 0 -50%;
  width: 100%;
  top: 100%;
  position: fixed;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.bottom-sheet:before,
.bottom-sheet:after {
  display: table;
  content: "";
}
.bottom-sheet:after {
  clear: both;
}
.bottom-sheet:before,
.bottom-sheet:after {
  display: table;
  content: "";
}
.bottom-sheet:after {
  clear: both;
}
.bottom-sheet > .title {
  height: 56px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.bottom-sheet > li,
.bottom-sheet > .item {
  font-size: 16px;
  position: relative;
  height: 48px;
  padding-left: 56px;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  line-height: 48px;
}
.bottom-sheet > li .icon,
.bottom-sheet > .item .icon {
  left: 16px;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  opacity: .8;
}
.bottom-sheet > li:hover,
.bottom-sheet > .item:hover,
.bottom-sheet > li.hovered,
.bottom-sheet > .item.hovered,
.bottom-sheet > li.active,
.bottom-sheet > .item.active {
  background-color: #EEEEEE;
}
.bottom-sheet > .divider {
  height: 1px;
  background-color: #EEEEEE;
}
.bottom-sheet.opened {
  top: auto;
  bottom: 0;
}
.bottom-sheet.grid-style {
  padding: 16px;
}
.bottom-sheet.grid-style > li,
.bottom-sheet.grid-style > .item {
  width: 64px;
  height: 72px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  display: block;
  float: left;
  margin: 8px;
  padding: 4px;
  font-size: 11px;
}
.bottom-sheet.grid-style > li .icon,
.bottom-sheet.grid-style > .item .icon {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  font-size: 42px;
  margin: 0 0 8px -21px;
  padding: 0;
  top: 0;
  left: 50%;
  line-height: 1;
}
.bottom-sheet.grid-style > .divider {
  display: none;
}
.bottom-nav ~ .bottom-sheet {
  padding-bottom: 76px;
}
.table {
  width: 100%;
  background: #ffffff;
}
.table th {
  font-size: 12px;
  text-align: left;
}
.table td {
  font-size: 13px;
}
.table th,
.table td {
  padding: 16px;
  vertical-align: middle;
}
.table th.numeric,
.table td.numeric {
  text-align: right;
}
.table tr.selected {
  background-color: #f5f5f5;
}
.table.hovering tbody tr:hover,
.table.hovered tbody tr:hover {
  background-color: #eeeeee;
}
.table.border {
  border: 1px #eee solid;
}
.table.border-all {
  border: 1px #eee solid;
}
.table.border-all td,
.table.border-all th {
  border: 1px #eee solid;
}
.table tbody tr + tr {
  border-top: 1px #eeeeee solid;
}
.table thead {
  border-bottom: 1px #e0e0e0 solid;
}
.table tfoot {
  border-top: 1px #e0e0e0 solid;
}
.table.condensed th,
.table.condensed td {
  padding: 8px;
}
.table-header,
.table-footer {
  font-size: 16px;
  font-weight: 400;
}
.table-header {
  height: 64px;
  padding: 24px;
}
.table-footer {
  height: 56px;
  padding: 18px;
}
.button {
  border: 0;
  outline: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  height: 36px;
  padding: 0 8px;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 2px;
  position: relative;
  overflow: visible;
}
.button:active,
.button:focus {
  outline: none;
}
.flat-button,
.raised-button,
.action-button,
.tool-button {
  white-space: nowrap;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  line-height: 1.5;
  color: #212121;
  border: 0;
  outline: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  height: 36px;
  padding: 0 8px;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 2px;
  position: relative;
  overflow: visible;
}
.flat-button:active,
.raised-button:active,
.action-button:active,
.tool-button:active,
.flat-button:focus,
.raised-button:focus,
.action-button:focus,
.tool-button:focus {
  outline: none;
}
.flat-button {
  min-width: 64px;
  background-color: transparent;
}
.raised-button {
  min-width: 88px;
  padding: 0 16px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.action-button {
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.action-button .icon {
  width: 24px;
  height: 24px;
  font-size: 22px;
}
.action-button.primary {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.action-button.secondary {
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.action-button:active {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.action-button.mini {
  width: 40px;
  height: 40px;
}
.raised-button.disabled,
.action-button.disabled,
.raised-button:disabled,
.action-button:disabled {
  box-shadow: none;
  border: 1px solid #eee;
  color: #999999;
}
.raised-button.active,
.action-button.active,
.raised-button:active,
.action-button:active {
  background-color: #D5D5D5;
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.tool-button {
  height: 48px;
  width: 48px;
  display: block;
  float: left;
  background-color: #0288d1;
  color: #ffffff;
  position: relative;
}
.tool-button .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.nav-button {
  width: 48px;
  height: 48px;
  margin: 4px 0;
  background-size: 1rem 1rem;
  background: center center no-repeat;
  text-indent: -9999px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.nav-button:active,
.nav-button:focus,
.nav-button:hover {
  outline: none;
}
.nav-button span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0 0 0 -10px;
  background: #ffffff;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.nav-button span:before,
.nav-button span:after {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.nav-button span:after {
  top: 8px;
}
.nav-button.transform span {
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #ffffff;
}
.nav-button.transform span:before,
.nav-button.transform span:after {
  content: '';
  top: -5px;
  right: 0;
  width: .75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.nav-button.transform span:after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-button.light span {
  background-color: #212121;
}
.nav-button.light span:before,
.nav-button.light span:after {
  background-color: #212121;
}
a.raised-button,
a.flat-button,
a.action-button {
  line-height: 36px !important;
  cursor: pointer;
}
.action-button.floating-action-top,
.multi-action.floating-action-top {
  z-index: 5000;
  top: 90px;
  left: 16px;
  position: fixed;
}
.action-button.floating-action-bottom,
.multi-action.floating-action-bottom {
  bottom: 20px;
  right: 20px;
  position: fixed;
}
.checkbox,
.radio,
.switch {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 1s ease;
}
.checkbox input,
.radio input,
.switch input {
  position: absolute;
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}
.checkbox .check,
.radio .check,
.switch .check,
.checkbox .caption,
.radio .caption,
.switch .caption,
.checkbox .title,
.radio .title,
.switch .title {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-size: 14px;
}
.checkbox .check,
.radio .check {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px rgba(0, 0, 0, 0.54) solid;
  border-radius: 2px;
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  color: #ffffff;
  background-color: transparent;
}
.checkbox.disabled > .check,
.radio.disabled > .check,
.checkbox input:disabled ~ .check,
.radio input:disabled ~ .check {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.checkbox.disabled > input:checked,
.radio.disabled > input:checked,
.checkbox input:disabled:checked ~ .check,
.radio input:disabled:checked ~ .check {
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}
.checkbox input:checked ~ .check,
.radio input:checked ~ .check {
  background-color: #009688;
  border-color: #009688;
}
.checkbox input:checked ~ .check:before,
.radio input:checked ~ .check:before {
  display: block;
}
.checkbox .check + .caption,
.radio .check + .caption,
.checkbox .caption + .check,
.radio .caption + .check {
  margin-left: 5px;
  margin-right: 0;
}
.checkbox .title,
.radio .title {
  display: inline-block;
  font-size: 14px;
  padding: 3px 0;
}
.checkbox .check + .title,
.radio .check + .title,
.checkbox .title + .check,
.radio .title + .check {
  margin-left: 5px;
  margin-right: 0;
}
.checkbox:focus .check:after,
.radio:focus .check:after,
.checkbox:active .check:after,
.radio:active .check:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 150, 136, 0.5);
  opacity: .3;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.checkbox.disabled .check:after,
.radio.disabled .check:after {
  background-color: rgba(0, 0, 0, 0.24);
}
.checkbox input:disabled ~ .check:after,
.radio input:disabled ~ .check:after {
  background-color: rgba(0, 0, 0, 0.24);
}
.checkbox .check:before {
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 6px;
  width: 10px;
  background-color: transparent;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #ffffff;
  left: 7px;
  top: 50%;
  margin-left: -5px;
  margin-top: -6px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox input:not(:checked) ~ .check:before {
  display: none;
}
.radio .check {
  background-color: transparent !important;
  border-radius: 50%;
}
.radio .check:before {
  display: none;
  content: "";
  color: #009688;
  background-color: #009688;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 2px;
}
.radio input:checked ~ .check:before {
  display: block;
}
.radio input:disabled:checked ~ .check:before {
  color: #666666;
  background-color: #666666;
}
.switch .check {
  width: 36px;
  height: 16px;
  background-color: #929292;
  border-radius: 8px;
  overflow: visible;
  position: relative;
  margin: 0 4px;
}
.switch .check:before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  z-index: 2;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #009688;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.switch input:checked ~ .check {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch input:not(:checked) ~ .check:before {
  background-color: #ffffff;
  transition: all 0.2s linear;
}
.switch input:checked ~ .check {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch input:checked ~ .check:before {
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  transition: all 0.2s linear;
}
.switch input:disabled ~ .check {
  background-color: #D5D5D5;
}
.switch input:disabled ~ .check:before {
  background-color: #BDBDBD;
}
.switch .check + .title,
.switch .title + .check {
  margin-left: 5px;
  margin-right: 0;
}
.list {
  margin: 0;
  padding: 4px;
  list-style: inset none;
  position: relative;
}
.list.bordered {
  border-top: 1px #eeeeee solid;
  border-bottom: 1px #eeeeee solid;
}
.list-item {
  position: relative;
  display: block;
  height: 56px;
  padding: 8px 16px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
}
.list-item .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -21px;
  font-size: 32px;
  line-height: 42px;
}
.list-item .label,
.list-item .second-label {
  display: block;
  line-height: normal;
}
.list-item .label {
  margin-top: 8px;
  font-size: 16px;
}
.list-item .second-label ~ .label {
  margin-top: 0;
}
.list-item .second-label {
  font-size: .9em;
  color: #bdbdbd;
}
.list-item .second-action {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  top: 50%;
  margin-top: -12px;
}
.list-item .avatar ~ .label,
.list-item .avatar ~ .second-label {
  padding-left: 56px;
}
.list-item .title + .second-label {
  padding-top: 8px;
}
.list-item.with-second-label .label {
  margin-top: 0;
}
.list-item + .list-item {
  border-top: 1px #eeeeee solid;
}
.list-item-custom {
  position: relative;
  margin: 0;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
}
.list-item-custom + .list-item-custom {
  border-top: 1px #eeeeee solid;
}
.feed-item {
  display: block;
  position: relative;
  height: 104px;
  padding: 16px 0;
  overflow: hidden;
}
.feed-item .avatar {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 96px;
  height: 72px;
}
.feed-item .label {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  display: block;
  overflow: hidden;
  line-height: 1.2;
  color: #212121;
  height: 62px;
}
.feed-item .avatar ~ .label,
.feed-item .avatar ~ .additional {
  margin-left: 128px;
  margin-right: 16px;
}
.feed-item .additional {
  position: relative;
  display: block;
  width: calc(100% - 96px);
  font-size: 10px;
  z-index: 2;
}
.feed-item .date {
  float: left;
}
.feed-item .author {
  float: right;
}
.feed-item .avatar.place-right {
  float: none;
  left: auto;
  right: 16px;
}
.feed-item .avatar.place-right ~ .label,
.feed-item .avatar.place-right ~ .additional {
  margin-left: 16px;
  margin-right: 128px;
}
.feed-item.read .label {
  color: #9e9e9e;
}
.feed-item + .feed-item {
  border-top: 1px #eeeeee solid;
}
.input-control {
  position: relative;
  min-width: 196px;
  height: 48px;
  display: inline-block;
  margin: 0;
}
.input-control input {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  bottom: 8px;
  border: 0;
  border-bottom: 2px #DDDDDD solid;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  padding-bottom: 8px;
  padding-left: 0;
  width: 100%;
  z-index: 2;
  height: 28px;
}
.input-control hr {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  opacity: 0;
  height: 3px;
  background-color: #4caf50; /* #9e9e9e; -nmr */
  bottom: -15px; /* -4px; -nmr */
  z-index: 2;
  transition: all 0.3s linear;
}
.input-control .label,
.input-control .informer {
  position: absolute;
  display: block;
  z-index: 1;
  color: inherit;
  font-size: 12px;
}
.input-control .label {
  opacity: 0;
  top: 16px;
  left: 0;
  transition: all 0.3s linear;
}
.input-control .informer {
  opacity: 0;
  bottom: 12px;
  font-size: 12px;
  transition: all 0.3s linear;
}
.input-control input::-webkit-input-placeholder {
  font-size: 1rem;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 1;
  color: #9e9e9e;
  transition: all 0.3s linear;
}
.input-control .helper-button {
  top: 8px;
}
.input-control.full-size {
  width: 100%;
}
.input-control.with-icon {
  margin-left: 32px;
}
.input-control.with-icon .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -8px;
  display: block;
  opacity: .2;
  transition: all 0.3s linear;
}
.input-control.with-icon .icon img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.input-control.with-icon.full-size {
  width: calc(100% - 32px) !important;
}
.input-control hr ~ input:focus {
  border-bottom: 0;
}
.input-control input:focus ~ hr {
  opacity: 1;
  width: 100%;
  transition: all 0.3s linear;
}
.input-control input:focus ~ .label {
  opacity: 1;
  top: 0;
  transition: all 0.3s linear;
}
.input-control input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.2s linear;
}
.input-control input:focus ~ .informer {
  opacity: 1;
  bottom: -0.75rem;
  transition: all 0.3s linear;
}
.input-control input:focus ~ .icon {
  opacity: 1;
  transition: all 0.3s linear;
}
.input-control.permanent-label input:not(:placeholder-shown) + .label {
  top: 0;
  opacity: 1;
}
.input-control input:-webkit-autofill,
.input-control input:-webkit-autofill:hover,
.input-control input:-webkit-autofill:focus,
.input-control input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #181e44 !important;
}
.menu {
  margin: 0;
  padding: 8px 0;
  background-color: #FAFAFA;
  position: absolute;
  width: auto;
  min-width: 84px;
  float: left;
  list-style: none inside;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.menu li {
  font-size: 14px;
  display: block;
  color: #424242;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.menu li > a {
  color: inherit;
  min-width: 56px;
  display: block;
  height: 40px;
  padding: 14px 16px 18px;
}
.menu li:hover,
.menu li.hovered,
.menu li.active {
  background-color: #EEEEEE;
}
.menu li.disabled {
  background-color: #FAFAFA;
  color: #bdbdbd;
}
.menu li.divider {
  height: 1px;
  background-color: #EEEEEE;
}
.menu li:after {
  content: attr(data-hotkey-info);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  opacity: .8;
  font-size: 12px;
}
.menu li.dropdown {
  padding-right: 20px;
}
.menu li.dropdown:after {
  content: "\25B6";
}
.menu li[data-hotkey-info] {
  padding-right: 120px;
}
.menu li.checkable {
  padding-left: 28px;
}
.menu li.checkable.checked:before {
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 6px;
  width: 16px;
  background-color: transparent;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #616161;
  left: 20px;
  top: 50%;
  margin-left: -5px;
  margin-top: -6px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu .menu {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  display: none;
}
.menu .menu.opened {
  display: block;
}
.menu li:hover > .menu {
  display: block;
}
.menu.compact-dropdown .menu {
  left: 100%;
}
.menu.compact-dropdown .menu .menu {
  left: -100%;
}
.menu.compact-dropdown .menu .menu .menu {
  left: 100%;
}
.menu:not(.compact-dropdown) .menu {
  left: 100%;
}
.menu.dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
}
.menu.dropdown.drop-left {
  left: -100%;
}
.menu.dropdown.drop-up {
  top: auto;
  bottom: 0;
}
.menu.place-right {
  left: auto;
  right: 0;
}
.tooltip {
  display: block;
  position: absolute;
  height: 32px;
  margin: 24px 0 0 0;
  padding: 0 16px;
  font-size: 14px;
  background-color: #616161;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
}
/* Full color scheme*/
.bg-red-50 {
  background-color: #ffebee !important;
}
.fg-red-50 {
  color: #ffebee !important;
}
.bg-red-100 {
  background-color: #ffcdd2 !important;
}
.fg-red-100 {
  color: #ffcdd2 !important;
}
.bg-red-200 {
  background-color: #ef9a9a !important;
}
.fg-red-200 {
  color: #ef9a9a !important;
}
.bg-red-300 {
  background-color: #e57373 !important;
}
.fg-red-300 {
  color: #e57373 !important;
}
.bg-red-400 {
  background-color: #ef5350 !important;
}
.fg-red-400 {
  color: #ef5350 !important;
}
.bg-red-500 {
  background-color: #f44336 !important;
}
.fg-red-500 {
  color: #f44336 !important;
}
.bg-red-600 {
  background-color: #e53935 !important;
}
.fg-red-600 {
  color: #e53935 !important;
}
.bg-red-700 {
  background-color: #d32f2f !important;
}
.fg-red-700 {
  color: #d32f2f !important;
}
.bg-red-800 {
  background-color: #c62828 !important;
}
.fg-red-800 {
  color: #c62828 !important;
}
.bg-red-900 {
  background-color: #b71c1c !important;
}
.fg-red-900 {
  color: #b71c1c !important;
}
.bg-red-A100 {
  background-color: #ff8a80 !important;
}
.fg-red-A100 {
  color: #ff8a80 !important;
}
.bg-red-A200 {
  background-color: #ff5252 !important;
}
.fg-red-A200 {
  color: #ff5252 !important;
}
.bg-red-A400 {
  background-color: #ff1744 !important;
}
.fg-red-A400 {
  color: #ff1744 !important;
}
.bg-red-A700 {
  background-color: #d50000 !important;
}
.fg-red-A700 {
  color: #d50000 !important;
}
.fg-red {
  color: #F44336 !important;
}
.bg-red {
  background-color: #F44336 !important;
}
.bg-pink-50 {
  background-color: #fce4ec !important;
}
.fg-pink-50 {
  color: #fce4ec !important;
}
.bg-pink-100 {
  background-color: #f8bbd0 !important;
}
.fg-pink-100 {
  color: #f8bbd0 !important;
}
.bg-pink-200 {
  background-color: #f48fb1 !important;
}
.fg-pink-200 {
  color: #f48fb1 !important;
}
.bg-pink-300 {
  background-color: #f06292 !important;
}
.fg-pink-300 {
  color: #f06292 !important;
}
.bg-pink-400 {
  background-color: #ec407a !important;
}
.fg-pink-400 {
  color: #ec407a !important;
}
.bg-pink-500 {
  background-color: #e91e63 !important;
}
.fg-pink-500 {
  color: #e91e63 !important;
}
.bg-pink-600 {
  background-color: #d81b60 !important;
}
.fg-pink-600 {
  color: #d81b60 !important;
}
.bg-pink-700 {
  background-color: #c2185b !important;
}
.fg-pink-700 {
  color: #c2185b !important;
}
.bg-pink-800 {
  background-color: #ad1457 !important;
}
.fg-pink-800 {
  color: #ad1457 !important;
}
.bg-pink-900 {
  background-color: #880e4f !important;
}
.fg-pink-900 {
  color: #880e4f !important;
}
.bg-pink-A100 {
  background-color: #ff80ab !important;
}
.fg-pink-A100 {
  color: #ff80ab !important;
}
.bg-pink-A200 {
  background-color: #ff4081 !important;
}
.fg-pink-A200 {
  color: #ff4081 !important;
}
.bg-pink-A400 {
  background-color: #f50057 !important;
}
.fg-pink-A400 {
  color: #f50057 !important;
}
.bg-pink-A700 {
  background-color: #c51162 !important;
}
.fg-pink-A700 {
  color: #c51162 !important;
}
.fg-pink {
  color: #E91E63 !important;
}
.bg-pink {
  background-color: #E91E63 !important;
}
.bg-purple-50 {
  background-color: #f3e5f5 !important;
}
.fg-purple-50 {
  color: #f3e5f5 !important;
}
.bg-purple-100 {
  background-color: #e1bee7 !important;
}
.fg-purple-100 {
  color: #e1bee7 !important;
}
.bg-purple-200 {
  background-color: #ce93d8 !important;
}
.fg-purple-200 {
  color: #ce93d8 !important;
}
.bg-purple-300 {
  background-color: #ba68c8 !important;
}
.fg-purple-300 {
  color: #ba68c8 !important;
}
.bg-purple-400 {
  background-color: #ab47bc !important;
}
.fg-purple-400 {
  color: #ab47bc !important;
}
.bg-purple-500 {
  background-color: #9c27b0 !important;
}
.fg-purple-500 {
  color: #9c27b0 !important;
}
.bg-purple-600 {
  background-color: #8e24aa !important;
}
.fg-purple-600 {
  color: #8e24aa !important;
}
.bg-purple-700 {
  background-color: #7b1fa2 !important;
}
.fg-purple-700 {
  color: #7b1fa2 !important;
}
.bg-purple-800 {
  background-color: #6a1b9a !important;
}
.fg-purple-800 {
  color: #6a1b9a !important;
}
.bg-purple-900 {
  background-color: #4a148c !important;
}
.fg-purple-900 {
  color: #4a148c !important;
}
.bg-purple-A100 {
  background-color: #ea80fc !important;
}
.fg-purple-A100 {
  color: #ea80fc !important;
}
.bg-purple-A200 {
  background-color: #e040fb !important;
}
.fg-purple-A200 {
  color: #e040fb !important;
}
.bg-purple-A400 {
  background-color: #d500f9 !important;
}
.fg-purple-A400 {
  color: #d500f9 !important;
}
.bg-purple-A700 {
  background-color: #aa00ff !important;
}
.fg-purple-A700 {
  color: #aa00ff !important;
}
.fg-purple {
  color: #9C27B0 !important;
}
.bg-purple {
  background-color: #9C27B0 !important;
}
.bg-deepPurple-50 {
  background-color: #ede7f6 !important;
}
.fg-deepPurple-50 {
  color: #ede7f6 !important;
}
.bg-deepPurple-100 {
  background-color: #d1c4e9 !important;
}
.fg-deepPurple-100 {
  color: #d1c4e9 !important;
}
.bg-deepPurple-200 {
  background-color: #b39ddb !important;
}
.fg-deepPurple-200 {
  color: #b39ddb !important;
}
.bg-deepPurple-300 {
  background-color: #9575cd !important;
}
.fg-deepPurple-300 {
  color: #9575cd !important;
}
.bg-deepPurple-400 {
  background-color: #7e57c2 !important;
}
.fg-deepPurple-400 {
  color: #7e57c2 !important;
}
.bg-deepPurple-500 {
  background-color: #673ab7 !important;
}
.fg-deepPurple-500 {
  color: #673ab7 !important;
}
.bg-deepPurple-600 {
  background-color: #5e35b1 !important;
}
.fg-deepPurple-600 {
  color: #5e35b1 !important;
}
.bg-deepPurple-700 {
  background-color: #512da8 !important;
}
.fg-deepPurple-700 {
  color: #512da8 !important;
}
.bg-deepPurple-800 {
  background-color: #4527a0 !important;
}
.fg-deepPurple-800 {
  color: #4527a0 !important;
}
.bg-deepPurple-900 {
  background-color: #311b92 !important;
}
.fg-deepPurple-900 {
  color: #311b92 !important;
}
.bg-deepPurple-A100 {
  background-color: #b388ff !important;
}
.fg-deepPurple-A100 {
  color: #b388ff !important;
}
.bg-deepPurple-A200 {
  background-color: #7c4dff !important;
}
.fg-deepPurple-A200 {
  color: #7c4dff !important;
}
.bg-deepPurple-A400 {
  background-color: #651fff !important;
}
.fg-deepPurple-A400 {
  color: #651fff !important;
}
.bg-deepPurple-A700 {
  background-color: #6200ea !important;
}
.fg-deepPurple-A700 {
  color: #6200ea !important;
}
.fg-deepPurple {
  color: #673AB7 !important;
}
.bg-deepPurple {
  background-color: #673AB7 !important;
}
.bg-indigo-50 {
  background-color: #e8eaf6 !important;
}
.fg-indigo-50 {
  color: #e8eaf6 !important;
}
.bg-indigo-100 {
  background-color: #c5cae9 !important;
}
.fg-indigo-100 {
  color: #c5cae9 !important;
}
.bg-indigo-200 {
  background-color: #9fa8da !important;
}
.fg-indigo-200 {
  color: #9fa8da !important;
}
.bg-indigo-300 {
  background-color: #7986cb !important;
}
.fg-indigo-300 {
  color: #7986cb !important;
}
.bg-indigo-400 {
  background-color: #5c6bc0 !important;
}
.fg-indigo-400 {
  color: #5c6bc0 !important;
}
.bg-indigo-500 {
  background-color: #3f51b5 !important;
}
.fg-indigo-500 {
  color: #3f51b5 !important;
}
.bg-indigo-600 {
  background-color: #3949ab !important;
}
.fg-indigo-600 {
  color: #3949ab !important;
}
.bg-indigo-700 {
  background-color: #303f9f !important;
}
.fg-indigo-700 {
  color: #303f9f !important;
}
.bg-indigo-800 {
  background-color: #283593 !important;
}
.fg-indigo-800 {
  color: #283593 !important;
}
.bg-indigo-900 {
  background-color: #1a237e !important;
}
.fg-indigo-900 {
  color: #1a237e !important;
}
.bg-indigo-A100 {
  background-color: #8c9eff !important;
}
.fg-indigo-A100 {
  color: #8c9eff !important;
}
.bg-indigo-A200 {
  background-color: #536dfe !important;
}
.fg-indigo-A200 {
  color: #536dfe !important;
}
.bg-indigo-A400 {
  background-color: #3d5afe !important;
}
.fg-indigo-A400 {
  color: #3d5afe !important;
}
.bg-indigo-A700 {
  background-color: #304ffe !important;
}
.fg-indigo-A700 {
  color: #304ffe !important;
}
.fg-indigo {
  color: #3F51B5 !important;
}
.bg-indigo {
  background-color: #3F51B5 !important;
}
.bg-blue-50 {
  background-color: #e3f2fd !important;
}
.fg-blue-50 {
  color: #e3f2fd !important;
}
.bg-blue-100 {
  background-color: #bbdefb !important;
}
.fg-blue-100 {
  color: #bbdefb !important;
}
.bg-blue-200 {
  background-color: #90caf9 !important;
}
.fg-blue-200 {
  color: #90caf9 !important;
}
.bg-blue-300 {
  background-color: #64b5f6 !important;
}
.fg-blue-300 {
  color: #64b5f6 !important;
}
.bg-blue-400 {
  background-color: #42a5f5 !important;
}
.fg-blue-400 {
  color: #42a5f5 !important;
}
.bg-blue-500 {
  background-color: #2196f3 !important;
}
.fg-blue-500 {
  color: #2196f3 !important;
}
.bg-blue-600 {
  background-color: #1e88e5 !important;
}
.fg-blue-600 {
  color: #1e88e5 !important;
}
.bg-blue-700 {
  background-color: #1976d2 !important;
}
.fg-blue-700 {
  color: #1976d2 !important;
}
.bg-blue-800 {
  background-color: #1565c0 !important;
}
.fg-blue-800 {
  color: #1565c0 !important;
}
.bg-blue-900 {
  background-color: #0d47a1 !important;
}
.fg-blue-900 {
  color: #0d47a1 !important;
}
.bg-blue-A100 {
  background-color: #82b1ff !important;
}
.fg-blue-A100 {
  color: #82b1ff !important;
}
.bg-blue-A200 {
  background-color: #448aff !important;
}
.fg-blue-A200 {
  color: #448aff !important;
}
.bg-blue-A400 {
  background-color: #2979ff !important;
}
.fg-blue-A400 {
  color: #2979ff !important;
}
.bg-blue-A700 {
  background-color: #2962ff !important;
}
.fg-blue-A700 {
  color: #2962ff !important;
}
.fg-blue {
  color: #2196F3 !important;
}
.bg-blue {
  background-color: #2196F3 !important;
}
.bg-lightBlue-50 {
  background-color: #e1f5fe !important;
}
.fg-lightBlue-50 {
  color: #e1f5fe !important;
}
.bg-lightBlue-100 {
  background-color: #b3e5fc !important;
}
.fg-lightBlue-100 {
  color: #b3e5fc !important;
}
.bg-lightBlue-200 {
  background-color: #81d4fa !important;
}
.fg-lightBlue-200 {
  color: #81d4fa !important;
}
.bg-lightBlue-300 {
  background-color: #4fc3f7 !important;
}
.fg-lightBlue-300 {
  color: #4fc3f7 !important;
}
.bg-lightBlue-400 {
  background-color: #29b6f6 !important;
}
.fg-lightBlue-400 {
  color: #29b6f6 !important;
}
.bg-lightBlue-500 {
  background-color: #03a9f4 !important;
}
.fg-lightBlue-500 {
  color: #03a9f4 !important;
}
.bg-lightBlue-600 {
  background-color: #039be5 !important;
}
.fg-lightBlue-600 {
  color: #039be5 !important;
}
.bg-lightBlue-700 {
  background-color: #0288d1 !important;
}
.fg-lightBlue-700 {
  color: #0288d1 !important;
}
.bg-lightBlue-800 {
  background-color: #0277bd !important;
}
.fg-lightBlue-800 {
  color: #0277bd !important;
}
.bg-lightBlue-900 {
  background-color: #01579b !important;
}
.fg-lightBlue-900 {
  color: #01579b !important;
}
.bg-lightBlue-A100 {
  background-color: #80d8ff !important;
}
.fg-lightBlue-A100 {
  color: #80d8ff !important;
}
.bg-lightBlue-A200 {
  background-color: #40c4ff !important;
}
.fg-lightBlue-A200 {
  color: #40c4ff !important;
}
.bg-lightBlue-A400 {
  background-color: #00b0ff !important;
}
.fg-lightBlue-A400 {
  color: #00b0ff !important;
}
.bg-lightBlue-A700 {
  background-color: #0091ea !important;
}
.fg-lightBlue-A700 {
  color: #0091ea !important;
}
.fg-lightBlue {
  color: #03A9F4 !important;
}
.bg-lightBlue {
  background-color: #03A9F4 !important;
}
.bg-cyan-50 {
  background-color: #e0f7fa !important;
}
.fg-cyan-50 {
  color: #e0f7fa !important;
}
.bg-cyan-100 {
  background-color: #b2ebf2 !important;
}
.fg-cyan-100 {
  color: #b2ebf2 !important;
}
.bg-cyan-200 {
  background-color: #80deea !important;
}
.fg-cyan-200 {
  color: #80deea !important;
}
.bg-cyan-300 {
  background-color: #4dd0e1 !important;
}
.fg-cyan-300 {
  color: #4dd0e1 !important;
}
.bg-cyan-400 {
  background-color: #26c6da !important;
}
.fg-cyan-400 {
  color: #26c6da !important;
}
.bg-cyan-500 {
  background-color: #00bcd4 !important;
}
.fg-cyan-500 {
  color: #00bcd4 !important;
}
.bg-cyan-600 {
  background-color: #00acc1 !important;
}
.fg-cyan-600 {
  color: #00acc1 !important;
}
.bg-cyan-700 {
  background-color: #0097a7 !important;
}
.fg-cyan-700 {
  color: #0097a7 !important;
}
.bg-cyan-800 {
  background-color: #00838f !important;
}
.fg-cyan-800 {
  color: #00838f !important;
}
.bg-cyan-900 {
  background-color: #006064 !important;
}
.fg-cyan-900 {
  color: #006064 !important;
}
.bg-cyan-A100 {
  background-color: #84ffff !important;
}
.fg-cyan-A100 {
  color: #84ffff !important;
}
.bg-cyan-A200 {
  background-color: #18ffff !important;
}
.fg-cyan-A200 {
  color: #18ffff !important;
}
.bg-cyan-A400 {
  background-color: #00e5ff !important;
}
.fg-cyan-A400 {
  color: #00e5ff !important;
}
.bg-cyan-A700 {
  background-color: #00b8d4 !important;
}
.fg-cyan-A700 {
  color: #00b8d4 !important;
}
.fg-cyan {
  color: #00BCD4 !important;
}
.bg-cyan {
  background-color: #00BCD4 !important;
}
.bg-teal-50 {
  background-color: #e0f2f1 !important;
}
.fg-teal-50 {
  color: #e0f2f1 !important;
}
.bg-teal-100 {
  background-color: #b2dfdb !important;
}
.fg-teal-100 {
  color: #b2dfdb !important;
}
.bg-teal-200 {
  background-color: #80cbc4 !important;
}
.fg-teal-200 {
  color: #80cbc4 !important;
}
.bg-teal-300 {
  background-color: #4db6ac !important;
}
.fg-teal-300 {
  color: #4db6ac !important;
}
.bg-teal-400 {
  background-color: #26a69a !important;
}
.fg-teal-400 {
  color: #26a69a !important;
}
.bg-teal-500 {
  background-color: #009688 !important;
}
.fg-teal-500 {
  color: #009688 !important;
}
.bg-teal-600 {
  background-color: #00897b !important;
}
.fg-teal-600 {
  color: #00897b !important;
}
.bg-teal-700 {
  background-color: #00796b !important;
}
.fg-teal-700 {
  color: #00796b !important;
}
.bg-teal-800 {
  background-color: #00695c !important;
}
.fg-teal-800 {
  color: #00695c !important;
}
.bg-teal-900 {
  background-color: #004d40 !important;
}
.fg-teal-900 {
  color: #004d40 !important;
}
.bg-teal-A100 {
  background-color: #a7ffeb !important;
}
.fg-teal-A100 {
  color: #a7ffeb !important;
}
.bg-teal-A200 {
  background-color: #64ffda !important;
}
.fg-teal-A200 {
  color: #64ffda !important;
}
.bg-teal-A400 {
  background-color: #1de9b6 !important;
}
.fg-teal-A400 {
  color: #1de9b6 !important;
}
.bg-teal-A700 {
  background-color: #00bfa5 !important;
}
.fg-teal-A700 {
  color: #00bfa5 !important;
}
.fg-teal {
  color: #009688 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-green-50 {
  background-color: #e8f5e9 !important;
}
.fg-green-50 {
  color: #e8f5e9 !important;
}
.bg-green-100 {
  background-color: #c8e6c9 !important;
}
.fg-green-100 {
  color: #c8e6c9 !important;
}
.bg-green-200 {
  background-color: #a5d6a7 !important;
}
.fg-green-200 {
  color: #a5d6a7 !important;
}
.bg-green-300 {
  background-color: #81c784 !important;
}
.fg-green-300 {
  color: #81c784 !important;
}
.bg-green-400 {
  background-color: #66bb6a !important;
}
.fg-green-400 {
  color: #66bb6a !important;
}
.bg-green-500 {
  background-color: #4caf50 !important;
}
.fg-green-500 {
  color: #4caf50 !important;
}
.bg-green-600 {
  background-color: #43a047 !important;
}
.fg-green-600 {
  color: #43a047 !important;
}
.bg-green-700 {
  background-color: #388e3c !important;
}
.fg-green-700 {
  color: #388e3c !important;
}
.bg-green-800 {
  background-color: #2e7d32 !important;
}
.fg-green-800 {
  color: #2e7d32 !important;
}
.bg-green-900 {
  background-color: #1b5e20 !important;
}
.fg-green-900 {
  color: #1b5e20 !important;
}
.bg-green-A100 {
  background-color: #b9f6ca !important;
}
.fg-green-A100 {
  color: #b9f6ca !important;
}
.bg-green-A200 {
  background-color: #69f0ae !important;
}
.fg-green-A200 {
  color: #69f0ae !important;
}
.bg-green-A400 {
  background-color: #00e676 !important;
}
.fg-green-A400 {
  color: #00e676 !important;
}
.bg-green-A700 {
  background-color: #00c853 !important;
}
.fg-green-A700 {
  color: #00c853 !important;
}
.fg-green {
  color: #4CAF50 !important;
}
.bg-green {
  background-color: #4CAF50 !important;
}
.bg-lightGreen-50 {
  background-color: #f1f8e9 !important;
}
.fg-lightGreen-50 {
  color: #f1f8e9 !important;
}
.bg-lightGreen-100 {
  background-color: #dcedc8 !important;
}
.fg-lightGreen-100 {
  color: #dcedc8 !important;
}
.bg-lightGreen-200 {
  background-color: #c5e1a5 !important;
}
.fg-lightGreen-200 {
  color: #c5e1a5 !important;
}
.bg-lightGreen-300 {
  background-color: #aed581 !important;
}
.fg-lightGreen-300 {
  color: #aed581 !important;
}
.bg-lightGreen-400 {
  background-color: #9ccc65 !important;
}
.fg-lightGreen-400 {
  color: #9ccc65 !important;
}
.bg-lightGreen-500 {
  background-color: #8bc34a !important;
}
.fg-lightGreen-500 {
  color: #8bc34a !important;
}
.bg-lightGreen-600 {
  background-color: #7cb342 !important;
}
.fg-lightGreen-600 {
  color: #7cb342 !important;
}
.bg-lightGreen-700 {
  background-color: #689f38 !important;
}
.fg-lightGreen-700 {
  color: #689f38 !important;
}
.bg-lightGreen-800 {
  background-color: #558b2f !important;
}
.fg-lightGreen-800 {
  color: #558b2f !important;
}
.bg-lightGreen-900 {
  background-color: #33691e !important;
}
.fg-lightGreen-900 {
  color: #33691e !important;
}
.bg-lightGreen-A100 {
  background-color: #ccff90 !important;
}
.fg-lightGreen-A100 {
  color: #ccff90 !important;
}
.bg-lightGreen-A200 {
  background-color: #b2ff59 !important;
}
.fg-lightGreen-A200 {
  color: #b2ff59 !important;
}
.bg-lightGreen-A400 {
  background-color: #76ff03 !important;
}
.fg-lightGreen-A400 {
  color: #76ff03 !important;
}
.bg-lightGreen-A700 {
  background-color: #64dd17 !important;
}
.fg-lightGreen-A700 {
  color: #64dd17 !important;
}
.fg-lightGreen {
  color: #8BC34A !important;
}
.bg-lightGreen {
  background-color: #8BC34A !important;
}
.bg-lime-50 {
  background-color: #f9fbe7 !important;
}
.fg-lime-50 {
  color: #f9fbe7 !important;
}
.bg-lime-100 {
  background-color: #f0f4c3 !important;
}
.fg-lime-100 {
  color: #f0f4c3 !important;
}
.bg-lime-200 {
  background-color: #e6ee9c !important;
}
.fg-lime-200 {
  color: #e6ee9c !important;
}
.bg-lime-300 {
  background-color: #dce775 !important;
}
.fg-lime-300 {
  color: #dce775 !important;
}
.bg-lime-400 {
  background-color: #d4e157 !important;
}
.fg-lime-400 {
  color: #d4e157 !important;
}
.bg-lime-500 {
  background-color: #cddc39 !important;
}
.fg-lime-500 {
  color: #cddc39 !important;
}
.bg-lime-600 {
  background-color: #c0ca33 !important;
}
.fg-lime-600 {
  color: #c0ca33 !important;
}
.bg-lime-700 {
  background-color: #afb42b !important;
}
.fg-lime-700 {
  color: #afb42b !important;
}
.bg-lime-800 {
  background-color: #9e9d24 !important;
}
.fg-lime-800 {
  color: #9e9d24 !important;
}
.bg-lime-900 {
  background-color: #827717 !important;
}
.fg-lime-900 {
  color: #827717 !important;
}
.bg-lime-A100 {
  background-color: #f4ff81 !important;
}
.fg-lime-A100 {
  color: #f4ff81 !important;
}
.bg-lime-A200 {
  background-color: #eeff41 !important;
}
.fg-lime-A200 {
  color: #eeff41 !important;
}
.bg-lime-A400 {
  background-color: #c6ff00 !important;
}
.fg-lime-A400 {
  color: #c6ff00 !important;
}
.bg-lime-A700 {
  background-color: #aeea00 !important;
}
.fg-lime-A700 {
  color: #aeea00 !important;
}
.fg-lime {
  color: #CDDC39 !important;
}
.bg-lime {
  background-color: #CDDC39 !important;
}
.bg-yellow-50 {
  background-color: #fffde7 !important;
}
.fg-yellow-50 {
  color: #fffde7 !important;
}
.bg-yellow-100 {
  background-color: #fff9c4 !important;
}
.fg-yellow-100 {
  color: #fff9c4 !important;
}
.bg-yellow-200 {
  background-color: #fff59d !important;
}
.fg-yellow-200 {
  color: #fff59d !important;
}
.bg-yellow-300 {
  background-color: #fff176 !important;
}
.fg-yellow-300 {
  color: #fff176 !important;
}
.bg-yellow-400 {
  background-color: #ffee58 !important;
}
.fg-yellow-400 {
  color: #ffee58 !important;
}
.bg-yellow-500 {
  background-color: #ffeb3b !important;
}
.fg-yellow-500 {
  color: #ffeb3b !important;
}
.bg-yellow-600 {
  background-color: #fdd835 !important;
}
.fg-yellow-600 {
  color: #fdd835 !important;
}
.bg-yellow-700 {
  background-color: #fbc02d !important;
}
.fg-yellow-700 {
  color: #fbc02d !important;
}
.bg-yellow-800 {
  background-color: #f9a825 !important;
}
.fg-yellow-800 {
  color: #f9a825 !important;
}
.bg-yellow-900 {
  background-color: #f57f17 !important;
}
.fg-yellow-900 {
  color: #f57f17 !important;
}
.bg-yellow-A100 {
  background-color: #ffff8d !important;
}
.fg-yellow-A100 {
  color: #ffff8d !important;
}
.bg-yellow-A200 {
  background-color: #ffff00 !important;
}
.fg-yellow-A200 {
  color: #ffff00 !important;
}
.bg-yellow-A400 {
  background-color: #ffea00 !important;
}
.fg-yellow-A400 {
  color: #ffea00 !important;
}
.bg-yellow-A700 {
  background-color: #ffd600 !important;
}
.fg-yellow-A700 {
  color: #ffd600 !important;
}
.fg-yellow {
  color: #FFEB3B !important;
}
.bg-yellow {
  background-color: #FFEB3B !important;
}
.bg-amber-50 {
  background-color: #fff8e1 !important;
}
.fg-amber-50 {
  color: #fff8e1 !important;
}
.bg-amber-100 {
  background-color: #ffecb3 !important;
}
.fg-amber-100 {
  color: #ffecb3 !important;
}
.bg-amber-200 {
  background-color: #ffe082 !important;
}
.fg-amber-200 {
  color: #ffe082 !important;
}
.bg-amber-300 {
  background-color: #ffd54f !important;
}
.fg-amber-300 {
  color: #ffd54f !important;
}
.bg-amber-400 {
  background-color: #ffca28 !important;
}
.fg-amber-400 {
  color: #ffca28 !important;
}
.bg-amber-500 {
  background-color: #ffc107 !important;
}
.fg-amber-500 {
  color: #ffc107 !important;
}
.bg-amber-600 {
  background-color: #ffb300 !important;
}
.fg-amber-600 {
  color: #ffb300 !important;
}
.bg-amber-700 {
  background-color: #ffa000 !important;
}
.fg-amber-700 {
  color: #ffa000 !important;
}
.bg-amber-800 {
  background-color: #ff8f00 !important;
}
.fg-amber-800 {
  color: #ff8f00 !important;
}
.bg-amber-900 {
  background-color: #ff6f00 !important;
}
.fg-amber-900 {
  color: #ff6f00 !important;
}
.bg-amber-A100 {
  background-color: #ffe57f !important;
}
.fg-amber-A100 {
  color: #ffe57f !important;
}
.bg-amber-A200 {
  background-color: #ffd740 !important;
}
.fg-amber-A200 {
  color: #ffd740 !important;
}
.bg-amber-A400 {
  background-color: #ffc400 !important;
}
.fg-amber-A400 {
  color: #ffc400 !important;
}
.bg-amber-A700 {
  background-color: #ffab00 !important;
}
.fg-amber-A700 {
  color: #ffab00 !important;
}
.fg-amber {
  color: #FFC107 !important;
}
.bg-amber {
  background-color: #FFC107 !important;
}
.bg-orange-50 {
  background-color: #fff3e0 !important;
}
.fg-orange-50 {
  color: #fff3e0 !important;
}
.bg-orange-100 {
  background-color: #ffe0b2 !important;
}
.fg-orange-100 {
  color: #ffe0b2 !important;
}
.bg-orange-200 {
  background-color: #ffcc80 !important;
}
.fg-orange-200 {
  color: #ffcc80 !important;
}
.bg-orange-300 {
  background-color: #ffb74d !important;
}
.fg-orange-300 {
  color: #ffb74d !important;
}
.bg-orange-400 {
  background-color: #ffa726 !important;
}
.fg-orange-400 {
  color: #ffa726 !important;
}
.bg-orange-500 {
  background-color: #ff9800 !important;
}
.fg-orange-500 {
  color: #ff9800 !important;
}
.bg-orange-600 {
  background-color: #fb8c00 !important;
}
.fg-orange-600 {
  color: #fb8c00 !important;
}
.bg-orange-700 {
  background-color: #f57c00 !important;
}
.fg-orange-700 {
  color: #f57c00 !important;
}
.bg-orange-800 {
  background-color: #ef6c00 !important;
}
.fg-orange-800 {
  color: #ef6c00 !important;
}
.bg-orange-900 {
  background-color: #e65100 !important;
}
.fg-orange-900 {
  color: #e65100 !important;
}
.bg-orange-A100 {
  background-color: #ffd180 !important;
}
.fg-orange-A100 {
  color: #ffd180 !important;
}
.bg-orange-A200 {
  background-color: #ffab40 !important;
}
.fg-orange-A200 {
  color: #ffab40 !important;
}
.bg-orange-A400 {
  background-color: #ff9100 !important;
}
.fg-orange-A400 {
  color: #ff9100 !important;
}
.bg-orange-A700 {
  background-color: #ff6d00 !important;
}
.fg-orange-A700 {
  color: #ff6d00 !important;
}
.fg-orange {
  color: #FF9800 !important;
}
.bg-orange {
  background-color: #FF9800 !important;
}
.bg-deepOrange-50 {
  background-color: #fbe9e7 !important;
}
.fg-deepOrange-50 {
  color: #fbe9e7 !important;
}
.bg-deepOrange-100 {
  background-color: #ffccbc !important;
}
.fg-deepOrange-100 {
  color: #ffccbc !important;
}
.bg-deepOrange-200 {
  background-color: #ffab91 !important;
}
.fg-deepOrange-200 {
  color: #ffab91 !important;
}
.bg-deepOrange-300 {
  background-color: #ff8a65 !important;
}
.fg-deepOrange-300 {
  color: #ff8a65 !important;
}
.bg-deepOrange-400 {
  background-color: #ff7043 !important;
}
.fg-deepOrange-400 {
  color: #ff7043 !important;
}
.bg-deepOrange-500 {
  background-color: #ff5722 !important;
}
.fg-deepOrange-500 {
  color: #ff5722 !important;
}
.bg-deepOrange-600 {
  background-color: #f4511e !important;
}
.fg-deepOrange-600 {
  color: #f4511e !important;
}
.bg-deepOrange-700 {
  background-color: #e64a19 !important;
}
.fg-deepOrange-700 {
  color: #e64a19 !important;
}
.bg-deepOrange-800 {
  background-color: #d84315 !important;
}
.fg-deepOrange-800 {
  color: #d84315 !important;
}
.bg-deepOrange-900 {
  background-color: #bf360c !important;
}
.fg-deepOrange-900 {
  color: #bf360c !important;
}
.bg-deepOrange-A100 {
  background-color: #ff9e80 !important;
}
.fg-deepOrange-A100 {
  color: #ff9e80 !important;
}
.bg-deepOrange-A200 {
  background-color: #ff6e40 !important;
}
.fg-deepOrange-A200 {
  color: #ff6e40 !important;
}
.bg-deepOrange-A400 {
  background-color: #ff3d00 !important;
}
.fg-deepOrange-A400 {
  color: #ff3d00 !important;
}
.bg-deepOrange-A700 {
  background-color: #dd2c00 !important;
}
.fg-deepOrange-A700 {
  color: #dd2c00 !important;
}
.fg-deepOrange {
  color: #FF5722 !important;
}
.bg-deepOrange {
  background-color: #FF5722 !important;
}
/* Short color scheme*/
.bg-brown-50 {
  background-color: #efebe9 !important;
}
.fg-brown-50 {
  color: #efebe9 !important;
}
.bg-brown-100 {
  background-color: #d7ccc8 !important;
}
.fg-brown-100 {
  color: #d7ccc8 !important;
}
.bg-brown-200 {
  background-color: #bcaaa4 !important;
}
.fg-brown-200 {
  color: #bcaaa4 !important;
}
.bg-brown-300 {
  background-color: #a1887f !important;
}
.fg-brown-300 {
  color: #a1887f !important;
}
.bg-brown-400 {
  background-color: #8d6e63 !important;
}
.fg-brown-400 {
  color: #8d6e63 !important;
}
.bg-brown-500 {
  background-color: #795548 !important;
}
.fg-brown-500 {
  color: #795548 !important;
}
.bg-brown-600 {
  background-color: #6d4c41 !important;
}
.fg-brown-600 {
  color: #6d4c41 !important;
}
.bg-brown-700 {
  background-color: #5d4037 !important;
}
.fg-brown-700 {
  color: #5d4037 !important;
}
.bg-brown-800 {
  background-color: #4e342e !important;
}
.fg-brown-800 {
  color: #4e342e !important;
}
.bg-brown-900 {
  background-color: #3e2723 !important;
}
.fg-brown-900 {
  color: #3e2723 !important;
}
.fg-brown {
  color: #795548 !important;
}
.bg-brown {
  background-color: #795548 !important;
}
.bg-gray-50 {
  background-color: #fafafa !important;
}
.fg-gray-50 {
  color: #fafafa !important;
}
.bg-gray-100 {
  background-color: #f5f5f5 !important;
}
.fg-gray-100 {
  color: #f5f5f5 !important;
}
.bg-gray-200 {
  background-color: #eeeeee !important;
}
.fg-gray-200 {
  color: #eeeeee !important;
}
.bg-gray-300 {
  background-color: #e0e0e0 !important;
}
.fg-gray-300 {
  color: #e0e0e0 !important;
}
.bg-gray-400 {
  background-color: #bdbdbd !important;
}
.fg-gray-400 {
  color: #bdbdbd !important;
}
.bg-gray-500 {
  background-color: #9e9e9e !important;
}
.fg-gray-500 {
  color: #9e9e9e !important;
}
.bg-gray-600 {
  background-color: #757575 !important;
}
.fg-gray-600 {
  color: #757575 !important;
}
.bg-gray-700 {
  background-color: #616161 !important;
}
.fg-gray-700 {
  color: #616161 !important;
}
.bg-gray-800 {
  background-color: #424242 !important;
}
.fg-gray-800 {
  color: #424242 !important;
}
.bg-gray-900 {
  background-color: #212121 !important;
}
.fg-gray-900 {
  color: #212121 !important;
}
.fg-gray {
  color: #9E9E9E !important;
}
.bg-gray {
  background-color: #9E9E9E !important;
}
.bg-blueGray-50 {
  background-color: #eceff1 !important;
}
.fg-blueGray-50 {
  color: #eceff1 !important;
}
.bg-blueGray-100 {
  background-color: #cfd8dc !important;
}
.fg-blueGray-100 {
  color: #cfd8dc !important;
}
.bg-blueGray-200 {
  background-color: #b0bec5 !important;
}
.fg-blueGray-200 {
  color: #b0bec5 !important;
}
.bg-blueGray-300 {
  background-color: #90a4ae !important;
}
.fg-blueGray-300 {
  color: #90a4ae !important;
}
.bg-blueGray-400 {
  background-color: #78909c !important;
}
.fg-blueGray-400 {
  color: #78909c !important;
}
.bg-blueGray-500 {
  background-color: #607d8b !important;
}
.fg-blueGray-500 {
  color: #607d8b !important;
}
.bg-blueGray-600 {
  background-color: #546e7a !important;
}
.fg-blueGray-600 {
  color: #546e7a !important;
}
.bg-blueGray-700 {
  background-color: #455a64 !important;
}
.fg-blueGray-700 {
  color: #455a64 !important;
}
.bg-blueGray-800 {
  background-color: #37474f !important;
}
.fg-blueGray-800 {
  color: #37474f !important;
}
.bg-blueGray-900 {
  background-color: #263238 !important;
}
.fg-blueGray-900 {
  color: #263238 !important;
}
.fg-blueGray {
  color: #607D8B !important;
}
.bg-blueGray {
  background-color: #607D8B !important;
}
.fg-white {
  color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.fg-black {
  color: #000000 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.fg-mirohost-red {
  color: #B00015 !important;
}
.fg-mirohost-dark {
  color: #212121 !important;
}
.fg-mirohost-light {
  color: #f3f3f3 !important;
}
.fg-mirohost-gray {
  color: #F9F9F9 !important;
}
.bg-mirohost-red {
  background-color: #B00015 !important;
}
.bg-mirohost-dark {
  background-color: #212121 !important;
}
.bg-mirohost-light {
  background-color: #f3f3f3 !important;
}
.bg-mirohost-gray {
  background-color: #F9F9F9 !important;
}
.card {
  display: block;
  position: relative;
  font-size: 14px;
  width: calc(100% - 16px);
  margin: 8px auto;
  border-radius: 2px;
}
.card-header {
  border-bottom: 1px #eee solid;
  padding: 16px;
  font-size: 16px;
  border-radius: 2px 2px 0 0;
  display: block;
}
.card-header .avatar {
  float: left;
  width: 34px;
  height: 34px;
}
.card-header .avatar img {
  width: 100%;
  height: 100%;
}
.card-header .name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.card-header .date {
  margin-left: 44px;
  font-size: 13px;
  font-weight: 500;
  color: #9E9E9E;
}
.card-content {
  padding: 16px;
}
.card-footer {
  border-top: 1px #eee solid;
  padding: 4px 16px;
  border-radius: 0 0 2px 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
}
.card.image-header .card-header {
  height: 144px;
  vertical-align: bottom;
  background-size: cover;
  background-position: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* + .card {
  margin-top: 8px;
}
.tabs {
  margin: 0;
  padding: 0;
  position: relative;
  height: 48px;
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  width: auto;
  white-space: nowrap;
  z-index: 4000;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs > li,
.tabs .tab {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 16px 12px;
  cursor: pointer;
  opacity: .6;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.tabs.flex-justify {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs.flex-justify > li,
.tabs.flex-justify .tab {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.tabs.flex-around {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.tabs.flex-around > li,
.tabs.flex-around .tab {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.tabs > li.active,
.tabs .tab.active,
.tabs > li:hover,
.tabs .tab:hover {
  opacity: 1;
  transition: .3s linear;
}
.tabs > li:not(.active),
.tabs .tab:not(.active),
.tabs > li:not(:hover),
.tabs .tab:not(:hover) {
  border-bottom-color: transparent;
}
.tabs.compact {
  height: auto;
}
.tabs.compact > li,
.tabs.compact .tab {
  display: block;
  border-bottom: 0 #ccc solid;
}
.tabs.compact > li:active,
.tabs.compact .tab:active {
  border-bottom: inherit;
}
.tabs .tabs-container {
  margin: 0 auto;
}
.tabs .tab-marker {
  position: absolute;
  height: 4px;
  background: #f44336;
  margin-top: -4px;
  top: 100%;
  left: 0;
  color: transparent;
  opacity: 1;
}
.tabs.overflow {
  padding: 0 32px;
  overflow: hidden;
}
.tabs.overflow .scroll-control-left,
.tabs.overflow .scroll-control-right {
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  color: inherit;
  height: 48px;
  cursor: pointer;
  z-index: 2;
  background-color: inherit;
  text-align: center;
}
.tabs.overflow .scroll-control-left:before,
.tabs.overflow .scroll-control-right:before {
  display: block;
  width: 100%;
  content: "\2039";
  font-size: 1.6em;
  height: 48px;
  line-height: 48px;
}
.tabs.overflow .scroll-control-right {
  left: auto;
  right: 0;
}
.tabs.overflow .scroll-control-right:before {
  content: "\203A";
}
.tabs.fixed-tabs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.tabs.deep {
  z-index: 3999;
}
.tabs.icons {
  height: 64px;
}
.tabs.icons > li,
.tabs.icons .tab {
  height: 64px;
  font-size: 11px;
}
.tabs.icons > li [class*=i-],
.tabs.icons .tab [class*=i-] {
  display: block;
  font-size: 28px;
}
.tabs .tab-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
}
header ~ .fixed-tabs,
.header ~ .fixed-tabs,
.tabs.header-present {
  top: 56px;
}
header.more ~ .fixed-tabs,
.header.more ~ .fixed-tabs,
.tabs.header-present-more {
  top: 112px;
}
.tabs-content {
  width: 100%;
  position: relative;
  overflow: auto;
}
.tabs-content > div {
  display: none;
}
@media screen and (max-width: 640px) {
  .tabs.flex > li,
  .tabs.flex .tab {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.chip {
  display: block;
  float: left;
  height: 32px;
  font-size: 14px;
  padding: 0 12px;
  line-height: 32px;
  border-radius: 16px;
  background: #eeeeee;
}
.chip .label {
  white-space: nowrap;
}
.chip .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
}
.chip .icon + .label {
  margin-left: 30px;
}
.chip .delete-action {
  display: block;
  float: right;
  margin-left: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-right: -8px;
  margin-top: 4px;
  border-radius: 24px;
  background-color: #ccc;
  overflow: hidden;
}
.chip .delete-action:before {
  content: "\2716";
  line-height: 24px;
  text-align: center;
  display: block;
}
.chip + .chip {
  margin-left: 8px;
}
.panel {
  display: block;
  font-size: 16px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.panel .panel-header {
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  border-bottom: 1px #f5f5f5 solid;
}
.panel .panel-header .secondary-header {
  color: #bdbdbd;
  font-size: .8em;
}
.panel .panel-header .toggle {
  display: block;
  float: right;
  height: 32px;
  width: 32px;
  text-align: center;
  margin-top: 8px;
  margin-right: -12px;
}
.panel .panel-header .toggle:before {
  content: "\276E";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 24px;
  color: inherit;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.panel.collapsed .toggle:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.panel .panel-content,
.panel .panel-footer {
  padding: 16px 24px;
  font-size: 14px;
}
.panel .panel-footer {
  border-top: 1px #f5f5f5 solid;
  padding: 8px 24px;
}
* + .panel {
  margin-top: 16px;
}
.dialog {
  font-size: 14px;
  padding: 24px 24px 76px;
  z-index: 5100;
  max-width: 90%;
  background: #ffffff;
  position: fixed !important;
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.dialog-title {
  color: #263238;
  font-size: 18px;
}
.dialog-title + .dialog-content {
  margin-top: 20px;
}
.dialog-actions {
  border-top: 1px #eeeeee solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 8px;
  text-align: right;
}
.dialog-actions .flat-button {
  margin: 0 4px;
  min-width: 64px;
}
.dialog.success,
.dialog.alert,
.dialog.info,
.dialog.warning {
  color: #ffffff;
}
.dialog.success .dialog-title,
.dialog.alert .dialog-title,
.dialog.info .dialog-title,
.dialog.warning .dialog-title,
.dialog.success .dialog-content,
.dialog.alert .dialog-content,
.dialog.info .dialog-content,
.dialog.warning .dialog-content,
.dialog.success .dialog-actions button,
.dialog.alert .dialog-actions button,
.dialog.info .dialog-actions button,
.dialog.warning .dialog-actions button {
  color: #ffffff;
}
.dialog.success {
  background: #4CAF50;
}
.dialog.alert {
  background: #F44336;
}
.dialog.info {
  background: #03A9F4;
}
.dialog.warning {
  background: #FF9800;
}
.dialog.animate {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .3s;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  display: block;
  position: relative;
  height: 3px;
  background: #757575;
}
.progress:before,
.progress:after {
  display: table;
  content: "";
}
.progress:after {
  clear: both;
}
.progress:before,
.progress:after {
  display: table;
  content: "";
}
.progress:after {
  clear: both;
}
.progress.buffered {
  background: transparent;
}
.progress .bar,
.progress .buffer,
.progress .load {
  position: absolute;
  height: 3px;
  float: left;
  background: #03A9F4;
  z-index: 3;
}
.progress .load {
  z-index: 1;
  -webkit-animation: loading 3s infinite linear;
          animation: loading 3s infinite linear;
  background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%);
  width: 100%;
  background-size: 10px 10px !important;
}
.progress .buffer {
  z-index: 2;
}
.progress .bar {
  z-index: 3;
}
.progress-line,
.progress-line:before {
  height: 3px;
  margin: 0;
}
.progress-line {
  background-color: #b3d4fc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.progress-line:before {
  width: 100%;
  background-color: #3f51b5;
  content: '';
  -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
.circular-loader {
  width: 64px;
  height: 64px;
}
.circular-loader .circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  position: relative;
  width: 100%;
  height: 100%;
}
.circular-loader .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #2196F3;
}
.circular-loader.colored .path {
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
.circular-loader.small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.circular-loader.small .circular {
  width: 32px;
  height: 32px;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #F44336;
  }
  40% {
    stroke: #2196F3;
  }
  66% {
    stroke: #4CAF50;
  }
  80%,
  90% {
    stroke: #FFEB3B;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #F44336;
  }
  40% {
    stroke: #2196F3;
  }
  66% {
    stroke: #4CAF50;
  }
  80%,
  90% {
    stroke: #FFEB3B;
  }
}
.dialog.preloader {
  padding: 0;
}
.range {
  height: 34px;
  line-height: 1;
  width: auto;
  position: relative;
}
.range .marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background-color: #0d47a1;
  z-index: 2;
}
.range .marker:before {
  display: none;
}
.range .marker.focus:before,
.range .marker:focus:before,
.range .marker:active:before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0d47a1;
  opacity: .3;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.range .range-backside,
.range .complete {
  height: 3px;
  background: #e0e0e0;
  width: 100%;
  line-height: 34px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
}
.range .complete {
  width: auto;
  background-color: #0d47a1;
  z-index: 2;
  transition: background .3s ease;
  left: 0;
}
.range .buffer {
  height: 3px;
  width: auto;
  background-color: #b3e5fc;
  z-index: 1;
  transition: background .3s ease;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.range .range-hint {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 3;
  border: 1px #ccc solid;
  padding: 4px;
  top: -19px;
  text-align: center;
  font-size: 10px;
  display: none;
  background: #ffecb3;
}
.range .range-hint:before {
  border: 1px #ccc solid;
  border-left: 0;
  border-top: 0;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  background-color: inherit;
  margin-top: -2px;
  margin-left: -2.5px;
  top: 100%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.range.hint-bottom .range-hint {
  top: 100%;
  margin-top: -2px;
}
.range.hint-bottom .range-hint:before {
  top: -0.0625rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.range.permanent-hint > .range-hint {
  display: block;
}
.range:hover .complete {
  background-color: #0d47a1;
}
.range:active .complete,
.range:active + .marker:active .complete {
  background-color: #1565c0;
}
.range.place-left {
  margin-right: 20px;
}
.range.place-right {
  margin-left: 20px;
}
.range.ani .complete {
  -webkit-animation: ani-bg-stripes 2s linear infinite;
          animation: ani-bg-stripes 2s linear infinite;
}
.range.vertical {
  height: 200px;
  width: 34px;
  display: inline-block;
}
.range.vertical .range-backside,
.range.vertical .complete {
  position: absolute;
  height: 100%;
  width: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  top: auto;
}
.range.vertical .marker {
  left: 50%;
  top: auto;
  margin-left: -9px;
}
.range.vertical .buffer {
  position: absolute;
  height: auto;
  width: 3px ;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  top: auto;
}
.range.vertical .range-hint {
  left: 100%;
  margin-top: 0;
  margin-left: -5px;
}
.range.vertical .range-hint:before {
  height: 4px;
  width: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: -1px;
  top: 50%;
  margin-top: -2px;
  margin-left: -0.135rem;
}
.range.vertical.hint-left .range-hint {
  left: -100%;
  margin-left: 4px;
}
.range.vertical.hint-left .range-hint:before {
  left: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.range.cycle-marker .marker {
  border-radius: 50%;
}
.sidebar {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 280px;
  background-color: #ffffff;
  padding: 0;
  z-index: 6000;
  -webkit-transform: translate3d(-102%, 0, 0);
          transform: translate3d(-102%, 0, 0);
  transition: -webkit-transform .3s;
  transition: transform .3s;
}
.sidebar.active {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sidebar-header {
  background: #ffffff top left no-repeat;
  background-size: cover;
  height: 160px;
  position: relative;
  border-bottom: 1px #e0e0e0 solid;
}
.sidebar-header > .avatar {
  position: absolute;
  height: 64px;
  width: 64px;
  background: #ffffff;
  color: white;
  border-radius: 50%;
  top: 16px;
  left: 16px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #fff;
}
.sidebar-header > .title,
.sidebar-header > .subtitle {
  display: block;
  position: absolute;
  left: 16px;
}
.sidebar-header > .title {
  font-size: 14px;
  font-weight: 500;
  top: 96px;
}
.sidebar-header > .subtitle {
  font-size: 12px;
  font-weight: 300;
  top: 116px;
}
.sidebar-menu {
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none inside;
  width: 100%;
  height: 100%;
  margin: 8px 0;
}
.sidebar-menu li {
  color: inherit;
  display: block;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.sidebar-menu li a {
  position: relative;
  display: block;
  color: inherit;
  text-transform: capitalize;
  height: 100%;
  line-height: 48px;
  padding-left: 56px;
}
.sidebar-menu li a .icon {
  position: absolute;
  left: 16px;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
}
.sidebar-menu li a .ripple-ink {
  background: rgba(204, 204, 204, 0.3);
}
.sidebar-menu li .second-action {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
}
.sidebar-menu li.divider {
  padding: 0;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.sidebar-menu li.divider:hover {
  background-color: #e0e0e0;
}
.sidebar-menu .group-title {
  line-height: 1;
  height: auto;
  margin: 16px 16px 8px;
  color: #757575;
  font-weight: bold;
  font-size: .9em;
}
.sidebar-header ~ .sidebar-menu {
  height: calc(100% - 180px);
}
@media screen and (max-width: 640px) {
  .sidebar {
    width: 280px;
  }
}
.stepper {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none inside;
  height: 72px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: stepper-counter;
  position: relative;
}
.stepper:before {
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px #eeeeee solid;
  content: "";
  top: 50%;
}
.stepper span {
  line-height: 72px;
  padding: 0 12px 0 44px;
  text-align: left;
  position: relative;
  background-color: #ffffff;
}
.stepper span.clickable {
  cursor: pointer;
}
.stepper span:before {
  counter-increment: stepper-counter;
  content: counter(stepper-counter);
  background-color: #9e9e9e;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  display: block;
  float: left;
  top: 50%;
  margin-top: -12px;
  left: 12px;
  position: absolute;
}
.stepper span.current:before {
  background-color: #2196F3;
  color: #ffffff;
}
.stepper span.complete:before {
  background-color: #4CAF50;
  color: #ffffff;
}
.stepper span.error:before {
  background-color: #d50000;
  color: #ffffff;
}
.stepper span.warning:before {
  content: "";
  background-color: transparent;
  color: #000000;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: inset;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #FF5722 transparent;
}
.stepper span.warning:after {
  content: "!";
  position: absolute;
  left: 22px;
  top: 2px;
  color: #ffffff;
}
.calendar {
  display: block;
  width: 280px;
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
  border: 1px #eee solid;
}
.calendar-header,
.calendar-content,
.calendar-footer {
  position: relative;
  display: block;
}
.calendar-header {
  background-size: cover;
  padding: 16px;
  color: #ffffff;
  background: #0288d1 center;
}
.calendar-header .year {
  font-size: 14px;
}
.calendar-header .day {
  font-size: 28px;
}
.calendar-content {
  padding: 0 8px;
}
.calendar-content .days-inner {
  width: 264px;
  height: 226px;
  position: relative;
  display: block;
  overflow: hidden;
}
.calendar-content .days-inner > .days-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.calendar-content .days-inner > .days-frame.next-month-frame {
  left: 100%;
}
.calendar-content .days-inner > .days-frame.prev-month-frame {
  left: -100%;
}
.calendar-content .toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.calendar-content .toolbar .prev_year,
.calendar-content .toolbar .next_year,
.calendar-content .toolbar .prev_month,
.calendar-content .toolbar .next_month {
  min-width: 0;
  padding: 8px 16px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.calendar-content .toolbar .prev_year:after,
.calendar-content .toolbar .next_year:after,
.calendar-content .toolbar .prev_month:after,
.calendar-content .toolbar .next_month:after {
  line-height: 24px;
  position: relative;
  content: "\203A";
  font-size: 28px;
}
.calendar-content .toolbar .prev_year:after,
.calendar-content .toolbar .prev_month:after {
  content: "\2039";
}
.calendar-content .toolbar .current_year,
.calendar-content .toolbar .current_month {
  text-align: center;
  padding: 8px 8px;
  -webkit-flex-grow: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.calendar-content .week-days {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  color: #757575;
  font-size: 12px;
}
.calendar-content .week-days > .day {
  text-align: center;
  width: calc(100% / 7 - 2px);
  cursor: pointer;
}
.calendar-content .month-days {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  font-size: 12px;
}
.calendar-content .month-days > .day {
  text-align: center;
  width: calc(100% / 7 - 2px);
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
.calendar-content .month-days > .today {
  color: #0288d1;
  font-weight: bolder;
}
.calendar-content .month-days > .day.selected {
  color: #ffffff;
  background-color: #0288d1;
}
.calendar-footer {
  padding: 4px 8px;
  border-top: 1px #eee solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-footer .flat-button {
  color: #0288d1;
  font-size: .9em;
}
.calendar.landscape {
  width: 462px;
  height: 312px;
}
.calendar.landscape .calendar-header {
  width: 180px;
  float: left;
  height: 100%;
}
.calendar.landscape .calendar-content {
  margin-left: 180px;
  height: calc(100% - 45px);
  width: calc(100% - 180px);
}
.calendar.landscape .calendar-footer {
  margin-left: 180px;
}
@media screen and (min-width: 640px) {
  .calendar:not(.no-rotate) {
    width: 462px;
    height: 312px;
  }
  .calendar:not(.no-rotate) .calendar-header {
    width: 180px;
    float: left;
    height: 100%;
  }
  .calendar:not(.no-rotate) .calendar-content {
    margin-left: 180px;
    height: calc(100% - 45px);
    width: calc(100% - 180px);
  }
  .calendar:not(.no-rotate) .calendar-footer {
    margin-left: 180px;
  }
}
.calendar-dialog {
  padding: 0;
  width: 280px !important;
  max-width: none;
}
.calendar-dialog .dialog-content {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .calendar-dialog {
    width: 462px !important;
  }
}
.wheelpicker {
  display: block;
  width: 280px;
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
  border: 1px #eee solid;
}
.wheelpicker .picker-header,
.wheelpicker .picker-content,
.wheelpicker .picker-footer {
  position: relative;
  display: block;
}
.wheelpicker .picker-header {
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px ;
  background: #0288d1;
  color: #ffffff;
  text-transform: uppercase;
}
.wheelpicker .picker-header span.part {
  text-align: center;
  width: calc((100% - 48px) / 3);
}
.wheelpicker .picker-content {
  padding: 16px;
  position: relative;
}
.wheelpicker .picker-footer {
  padding: 4px 8px;
  border-top: 1px #eee solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wheelpicker .picker-footer .flat-button {
  color: #0288d1;
  font-size: .9em;
}
.wheelpicker .picker-content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wheelpicker .picker-content-inner:before,
.wheelpicker .picker-content-inner:after {
  background: #0288d1;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  top: 48px;
  z-index: 2;
  left: 0;
}
.wheelpicker .picker-content-inner:after {
  top: 94px;
}
.wheelpicker .picker-content-inner .d-list,
.wheelpicker .picker-content-inner .m-list,
.wheelpicker .picker-content-inner .y-list,
.wheelpicker .picker-content-inner .v-list,
.wheelpicker .picker-content-inner .h-list,
.wheelpicker .picker-content-inner .s-list {
  padding: 0;
  margin: 0;
  list-style: inside none;
  width: calc((100% - 48px) / 3);
  height: 144px;
  overflow-y: scroll;
  text-align: center;
  position: relative;
}
.wheelpicker .picker-content-inner .d-list li,
.wheelpicker .picker-content-inner .m-list li,
.wheelpicker .picker-content-inner .y-list li,
.wheelpicker .picker-content-inner .v-list li,
.wheelpicker .picker-content-inner .h-list li,
.wheelpicker .picker-content-inner .s-list li {
  padding: 4px;
  font-size: 14px;
  line-height: 38px;
  color: #9E9E9E;
  background: #ffffff;
}
.wheelpicker .picker-content-inner .d-list li.active,
.wheelpicker .picker-content-inner .m-list li.active,
.wheelpicker .picker-content-inner .y-list li.active,
.wheelpicker .picker-content-inner .v-list li.active,
.wheelpicker .picker-content-inner .h-list li.active,
.wheelpicker .picker-content-inner .s-list li.active {
  color: #000000;
  font-weight: bolder;
  font-size: 18px;
  background: #ffffff;
}
.wheelpicker .picker-content-inner .d-list li,
.wheelpicker .picker-content-inner .m-list li,
.wheelpicker .picker-content-inner .y-list li,
.wheelpicker .picker-content-inner .v-list li,
.wheelpicker .picker-content-inner .h-list li,
.wheelpicker .picker-content-inner .s-list li {
  border: 1px transparent solid;
}
.wheelpicker .picker-content-inner .d-list::-webkit-scrollbar,
.wheelpicker .picker-content-inner .m-list::-webkit-scrollbar,
.wheelpicker .picker-content-inner .y-list::-webkit-scrollbar,
.wheelpicker .picker-content-inner .v-list::-webkit-scrollbar,
.wheelpicker .picker-content-inner .h-list::-webkit-scrollbar,
.wheelpicker .picker-content-inner .s-list::-webkit-scrollbar {
  display: none;
}
.wheelpicker .picker-content-inner .v-list {
  width: 100%;
}
.wheelpicker-dialog {
  padding: 0;
  width: 280px !important;
  max-width: none;
}
.wheelpicker-dialog .dialog-content {
  width: 100%;
}
.timepicker {
  display: block;
  position: relative;
  width: 280px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px #eee solid;
}
.timepicker .picker-header,
.timepicker .picker-content,
.timepicker .picker-footer {
  display: block;
  position: relative;
}
.timepicker .picker-header {
  background-size: cover;
  padding: 8px 16px;
  color: #ffffff;
  background: #0288d1 center;
  text-align: center;
  font-size: 56px;
}
.timepicker .picker-header .am,
.timepicker .picker-header .pm {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 32px;
  margin-top: -12px;
  text-transform: uppercase;
  color: #4fc3f7;
}
.timepicker .picker-header .am.active,
.timepicker .picker-header .pm.active {
  color: #ffffff;
}
.timepicker .picker-header .pm {
  left: auto;
  right: 32px;
}
.timepicker .picker-header .js-hours,
.timepicker .picker-header .js-minutes {
  color: #4fc3f7;
}
.timepicker .picker-header .js-hours.active,
.timepicker .picker-header .js-minutes.active {
  color: #ffffff;
}
.timepicker .picker-content {
  width: 100%;
  height: 280px;
  padding: 16px;
}
.timepicker .picker-footer {
  padding: 4px 8px;
  border-top: 1px #eee solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.timepicker .picker-footer .flat-button {
  color: #0288d1;
}
.timepicker .picker-inner {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #f5f5f5;
}
.timepicker .picker-item {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000000;
  top: 50%;
  left: 50%;
  margin: -20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  z-index: 2;
  cursor: pointer;
}
.timepicker .picker-item.active {
  color: #ffffff;
}
.timepicker .picker-line {
  position: absolute;
  height: 118px;
  width: 1px;
  background: #0288d1;
  top: 7px;
  left: 50%;
  z-index: 1;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.timepicker .picker-line:after {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: -18px;
  background: #0288d1;
  border-radius: 50%;
  content: "";
}
.timepicker .picker-item:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translateY(-100px) rotate(0deg);
          transform: rotate(0deg) translateY(-100px) rotate(0deg);
}
.timepicker .picker-item:nth-of-type(2) {
  -webkit-transform: rotate(30deg) translateY(-100px) rotate(-30deg);
          transform: rotate(30deg) translateY(-100px) rotate(-30deg);
}
.timepicker .picker-item:nth-of-type(3) {
  -webkit-transform: rotate(60deg) translateY(-100px) rotate(-60deg);
          transform: rotate(60deg) translateY(-100px) rotate(-60deg);
}
.timepicker .picker-item:nth-of-type(4) {
  -webkit-transform: rotate(90deg) translateY(-100px) rotate(-90deg);
          transform: rotate(90deg) translateY(-100px) rotate(-90deg);
}
.timepicker .picker-item:nth-of-type(5) {
  -webkit-transform: rotate(120deg) translateY(-100px) rotate(-120deg);
          transform: rotate(120deg) translateY(-100px) rotate(-120deg);
}
.timepicker .picker-item:nth-of-type(6) {
  -webkit-transform: rotate(150deg) translateY(-100px) rotate(-150deg);
          transform: rotate(150deg) translateY(-100px) rotate(-150deg);
}
.timepicker .picker-item:nth-of-type(7) {
  -webkit-transform: rotate(180deg) translateY(-100px) rotate(-180deg);
          transform: rotate(180deg) translateY(-100px) rotate(-180deg);
}
.timepicker .picker-item:nth-of-type(8) {
  -webkit-transform: rotate(210deg) translateY(-100px) rotate(-210deg);
          transform: rotate(210deg) translateY(-100px) rotate(-210deg);
}
.timepicker .picker-item:nth-of-type(9) {
  -webkit-transform: rotate(240deg) translateY(-100px) rotate(-240deg);
          transform: rotate(240deg) translateY(-100px) rotate(-240deg);
}
.timepicker .picker-item:nth-of-type(10) {
  -webkit-transform: rotate(270deg) translateY(-100px) rotate(-270deg);
          transform: rotate(270deg) translateY(-100px) rotate(-270deg);
}
.timepicker .picker-item:nth-of-type(11) {
  -webkit-transform: rotate(300deg) translateY(-100px) rotate(-300deg);
          transform: rotate(300deg) translateY(-100px) rotate(-300deg);
}
.timepicker .picker-item:nth-of-type(12) {
  -webkit-transform: rotate(330deg) translateY(-100px) rotate(-330deg);
          transform: rotate(330deg) translateY(-100px) rotate(-330deg);
}
.timepicker.landscape {
  width: 462px;
  height: 280px;
}
.timepicker.landscape .picker-header {
  width: 180px;
  float: left;
  height: 100%;
}
.timepicker.landscape .picker-content {
  margin-left: 180px;
  height: calc(100% - 45px);
  width: calc(100% - 180px);
}
.timepicker.landscape .picker-content .picker-inner {
  width: 200px;
  margin: 0 auto;
}
.timepicker.landscape .picker-footer {
  margin-left: 180px;
}
.timepicker.landscape .picker-item:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translateY(-78px) rotate(0deg);
          transform: rotate(0deg) translateY(-78px) rotate(0deg);
}
.timepicker.landscape .picker-item:nth-of-type(2) {
  -webkit-transform: rotate(30deg) translateY(-78px) rotate(-30deg);
          transform: rotate(30deg) translateY(-78px) rotate(-30deg);
}
.timepicker.landscape .picker-item:nth-of-type(3) {
  -webkit-transform: rotate(60deg) translateY(-78px) rotate(-60deg);
          transform: rotate(60deg) translateY(-78px) rotate(-60deg);
}
.timepicker.landscape .picker-item:nth-of-type(4) {
  -webkit-transform: rotate(90deg) translateY(-78px) rotate(-90deg);
          transform: rotate(90deg) translateY(-78px) rotate(-90deg);
}
.timepicker.landscape .picker-item:nth-of-type(5) {
  -webkit-transform: rotate(120deg) translateY(-78px) rotate(-120deg);
          transform: rotate(120deg) translateY(-78px) rotate(-120deg);
}
.timepicker.landscape .picker-item:nth-of-type(6) {
  -webkit-transform: rotate(150deg) translateY(-78px) rotate(-150deg);
          transform: rotate(150deg) translateY(-78px) rotate(-150deg);
}
.timepicker.landscape .picker-item:nth-of-type(7) {
  -webkit-transform: rotate(180deg) translateY(-78px) rotate(-180deg);
          transform: rotate(180deg) translateY(-78px) rotate(-180deg);
}
.timepicker.landscape .picker-item:nth-of-type(8) {
  -webkit-transform: rotate(210deg) translateY(-78px) rotate(-210deg);
          transform: rotate(210deg) translateY(-78px) rotate(-210deg);
}
.timepicker.landscape .picker-item:nth-of-type(9) {
  -webkit-transform: rotate(240deg) translateY(-78px) rotate(-240deg);
          transform: rotate(240deg) translateY(-78px) rotate(-240deg);
}
.timepicker.landscape .picker-item:nth-of-type(10) {
  -webkit-transform: rotate(270deg) translateY(-78px) rotate(-270deg);
          transform: rotate(270deg) translateY(-78px) rotate(-270deg);
}
.timepicker.landscape .picker-item:nth-of-type(11) {
  -webkit-transform: rotate(300deg) translateY(-78px) rotate(-300deg);
          transform: rotate(300deg) translateY(-78px) rotate(-300deg);
}
.timepicker.landscape .picker-item:nth-of-type(12) {
  -webkit-transform: rotate(330deg) translateY(-78px) rotate(-330deg);
          transform: rotate(330deg) translateY(-78px) rotate(-330deg);
}
.timepicker.landscape .picker-line {
  height: 96px;
  top: 6px;
}
@media screen and (min-width: 640px) {
  .timepicker:not(.no-rotate) {
    width: 462px;
    height: 280px;
  }
  .timepicker:not(.no-rotate) .picker-header {
    width: 180px;
    float: left;
    height: 100%;
  }
  .timepicker:not(.no-rotate) .picker-content {
    margin-left: 180px;
    height: calc(100% - 45px);
    width: calc(100% - 180px);
  }
  .timepicker:not(.no-rotate) .picker-content .picker-inner {
    width: 200px;
    margin: 0 auto;
  }
  .timepicker:not(.no-rotate) .picker-footer {
    margin-left: 180px;
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(1) {
    -webkit-transform: rotate(0deg) translateY(-78px) rotate(0deg);
            transform: rotate(0deg) translateY(-78px) rotate(0deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(2) {
    -webkit-transform: rotate(30deg) translateY(-78px) rotate(-30deg);
            transform: rotate(30deg) translateY(-78px) rotate(-30deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(3) {
    -webkit-transform: rotate(60deg) translateY(-78px) rotate(-60deg);
            transform: rotate(60deg) translateY(-78px) rotate(-60deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(4) {
    -webkit-transform: rotate(90deg) translateY(-78px) rotate(-90deg);
            transform: rotate(90deg) translateY(-78px) rotate(-90deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(5) {
    -webkit-transform: rotate(120deg) translateY(-78px) rotate(-120deg);
            transform: rotate(120deg) translateY(-78px) rotate(-120deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(6) {
    -webkit-transform: rotate(150deg) translateY(-78px) rotate(-150deg);
            transform: rotate(150deg) translateY(-78px) rotate(-150deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(7) {
    -webkit-transform: rotate(180deg) translateY(-78px) rotate(-180deg);
            transform: rotate(180deg) translateY(-78px) rotate(-180deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(8) {
    -webkit-transform: rotate(210deg) translateY(-78px) rotate(-210deg);
            transform: rotate(210deg) translateY(-78px) rotate(-210deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(9) {
    -webkit-transform: rotate(240deg) translateY(-78px) rotate(-240deg);
            transform: rotate(240deg) translateY(-78px) rotate(-240deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(10) {
    -webkit-transform: rotate(270deg) translateY(-78px) rotate(-270deg);
            transform: rotate(270deg) translateY(-78px) rotate(-270deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(11) {
    -webkit-transform: rotate(300deg) translateY(-78px) rotate(-300deg);
            transform: rotate(300deg) translateY(-78px) rotate(-300deg);
  }
  .timepicker:not(.no-rotate) .picker-item:nth-of-type(12) {
    -webkit-transform: rotate(330deg) translateY(-78px) rotate(-330deg);
            transform: rotate(330deg) translateY(-78px) rotate(-330deg);
  }
  .timepicker:not(.no-rotate) .picker-line {
    height: 96px;
    top: 6px;
  }
}
.timepicker-dialog {
  padding: 0;
  width: 280px !important;
  max-width: none;
}
.timepicker-dialog .dialog-content {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .timepicker-dialog {
    width: 462px !important;
  }
}
.multi-action {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
}
.multi-action .action-button {
  position: absolute;
  z-index: 2;
  margin: 0 !important;
}
.multi-action .actions {
  position: absolute;
  list-style: none inside none;
  margin: 0 0 0 0;
  padding: 0;
  width: auto;
  float: left;
  background-color: transparent;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.multi-action .actions li {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin: 0;
  background: #212121;
  color: #ffffff;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  line-height: 40px;
  font-size: 20px;
  transition: all .3s;
}
.multi-action .actions li a {
  background: inherit;
  color: inherit;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.multi-action .actions li:active {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.multi-action .action-button.active ~ .actions li {
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.multi-action .action-button.active ~ .actions li:nth-child(1) {
  margin-top: -56px;
}
.multi-action .action-button.active ~ .actions li:nth-child(2) {
  margin-top: -104px;
}
.multi-action .action-button.active ~ .actions li:nth-child(3) {
  margin-top: -152px;
}
.multi-action .action-button.active ~ .actions li:nth-child(4) {
  margin-top: -200px;
}
.multi-action .action-button.active ~ .actions li:nth-child(5) {
  margin-top: -248px;
}
.multi-action .action-button.active ~ .actions li:nth-child(6) {
  margin-top: -296px;
}
.multi-action .action-button.active ~ .actions li:nth-child(7) {
  margin-top: -344px;
}
.multi-action .action-button.active ~ .actions li:nth-child(8) {
  margin-top: -392px;
}
.multi-action .action-button.active ~ .actions li:nth-child(9) {
  margin-top: -440px;
}
.multi-action .action-button.active ~ .actions li:nth-child(10) {
  margin-top: -488px;
}
.multi-action .action-button span {
  transition: all .3s;
}
.multi-action .action-button.active:not(.no-rotate) span {
  -webkit-transform: scale(1.5) rotate(-45deg);
          transform: scale(1.5) rotate(-45deg);
}
.toast {
  position: fixed;
  bottom: 20px;
  width: auto;
  max-width: 568px;
  padding: 8px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background-color: #323232;
  color: #ffffff;
  border-radius: 2px;
}
.toast {
  z-index: 7000;
}
.ripple {
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  -webkit-animation: rippleDrop .5s linear;
          animation: rippleDrop .5s linear;
}
@-webkit-keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
.accordion {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.accordion-item {
  display: block;
  overflow: hidden;
}
.accordion-item + .accordion-item {
  border-top: 1px #eee solid;
}
.accordion-item .item-header {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 16px 42px 16px 16px;
  font-size: 16px;
}
.accordion-item .item-header:after {
  content: "\203A";
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 32px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.accordion-item .item-content {
  font-size: 14px;
  padding: 16px;
  display: none;
}
.accordion-item.active .item-header:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.donut {
  display: block;
  position: relative;
  border-radius: 50%;
}
.donut > svg {
  width: 100%;
  height: 100%;
}
.fix-slow-animation {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.shadow-0 {
  box-shadow: none;
  border: 1px solid #eee;
}
.shadow-1 {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.shadow-2 {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.shadow-3 {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.shadow-4 {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}
.shadow-5 {
  box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}
.long-shadow-text {
  text-shadow: 7px 7px 0px #424242, 6px 6px 0px #424242, 6px 6px 0px #424242, 5px 5px 0px #424242, 4px 4px 0px #424242, 4px 4px 0px #424242, 3px 3px 0px #424242, 2px 2px 0px #424242, 1px 1px 0px #424242, 1px 1px 0px #424242,  0px 0px 0px #424242;
}
.long-shadow-block {
  box-shadow: 7px 7px 0px #424242, 6px 6px 0px #424242, 6px 6px 0px #424242, 5px 5px 0px #424242, 4px 4px 0px #424242, 4px 4px 0px #424242, 3px 3px 0px #424242, 2px 2px 0px #424242, 1px 1px 0px #424242, 1px 1px 0px #424242,  0px 0px 0px #424242;
  -webkit-box-shadow: 7px 7px 0px #424242, 6px 6px 0px #424242, 6px 6px 0px #424242, 5px 5px 0px #424242, 4px 4px 0px #424242, 4px 4px 0px #424242, 3px 3px 0px #424242, 2px 2px 0px #424242, 1px 1px 0px #424242, 1px 1px 0px #424242,  0px 0px 0px #424242;
  -moz-box-shadow: 7px 7px 0px #424242, 6px 6px 0px #424242, 6px 6px 0px #424242, 5px 5px 0px #424242, 4px 4px 0px #424242, 4px 4px 0px #424242, 3px 3px 0px #424242, 2px 2px 0px #424242, 1px 1px 0px #424242, 1px 1px 0px #424242,  0px 0px 0px #424242;
}
.long-shadow-svg {
  filter: drop-shadow(7px 7px 0px #424242) drop-shadow(6px 6px 0px #424242) drop-shadow(6px 6px 0px #424242) drop-shadow(5px 5px 0px #424242) drop-shadow(4px 4px 0px #424242) drop-shadow(4px 4px 0px #424242) drop-shadow(3px 3px 0px #424242) drop-shadow(2px 2px 0px #424242) drop-shadow(1px 1px 0px #424242) drop-shadow(1px 1px 0px #424242) drop-shadow( 0px 0px 0px #424242);
  -webkit-filter: drop-shadow(7px 7px 0px #424242) drop-shadow(6px 6px 0px #424242) drop-shadow(6px 6px 0px #424242) drop-shadow(5px 5px 0px #424242) drop-shadow(4px 4px 0px #424242) drop-shadow(4px 4px 0px #424242) drop-shadow(3px 3px 0px #424242) drop-shadow(2px 2px 0px #424242) drop-shadow(1px 1px 0px #424242) drop-shadow(1px 1px 0px #424242) drop-shadow( 0px 0px 0px #424242);
}
.right-shadow {
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.3);
}
.left-shadow {
  box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.3);
}
.top-shadow {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
}
.bottom-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.logo-shadow {
  text-shadow: 71px 71px 0px #424242, 70px 70px 0px #424242, 69px 69px 0px #424242, 69px 69px 0px #424242, 68px 68px 0px #424242, 67px 67px 0px #424242, 66px 66px 0px #424242, 66px 66px 0px #424242, 65px 65px 0px #424242, 64px 64px 0px #424242, 64px 64px 0px #424242, 63px 63px 0px #424242, 62px 62px 0px #424242, 62px 62px 0px #424242, 61px 61px 0px #424242, 60px 60px 0px #424242, 59px 59px 0px #424242, 59px 59px 0px #424242, 58px 58px 0px #424242, 57px 57px 0px #424242, 57px 57px 0px #424242, 56px 56px 0px #424242, 55px 55px 0px #424242, 54px 54px 0px #424242, 54px 54px 0px #424242, 53px 53px 0px #424242, 52px 52px 0px #424242, 52px 52px 0px #424242, 51px 51px 0px #424242, 50px 50px 0px #424242, 49px 49px 0px #424242, 49px 49px 0px #424242, 48px 48px 0px #424242, 47px 47px 0px #424242, 47px 47px 0px #424242, 46px 46px 0px #424242, 45px 45px 0px #424242, 45px 45px 0px #424242, 44px 44px 0px #424242, 43px 43px 0px #424242, 42px 42px 0px #424242, 42px 42px 0px #424242, 41px 41px 0px #424242, 40px 40px 0px #424242, 40px 40px 0px #424242, 39px 39px 0px #424242, 38px 38px 0px #424242, 37px 37px 0px #424242, 37px 37px 0px #424242, 36px 36px 0px #424242, 35px 35px 0px #424242, 35px 35px 0px #424242, 34px 34px 0px #424242, 33px 33px 0px #424242, 33px 33px 0px #424242, 32px 32px 0px #424242, 31px 31px 0px #424242, 30px 30px 0px #424242, 30px 30px 0px #424242, 29px 29px 0px #424242, 28px 28px 0px #424242, 28px 28px 0px #424242, 27px 27px 0px #424242, 26px 26px 0px #424242, 25px 25px 0px #424242, 25px 25px 0px #424242, 24px 24px 0px #424242, 23px 23px 0px #424242, 23px 23px 0px #424242, 22px 22px 0px #424242, 21px 21px 0px #424242, 21px 21px 0px #424242, 20px 20px 0px #424242, 19px 19px 0px #424242, 18px 18px 0px #424242, 18px 18px 0px #424242, 17px 17px 0px #424242, 16px 16px 0px #424242, 16px 16px 0px #424242, 15px 15px 0px #424242, 14px 14px 0px #424242, 13px 13px 0px #424242, 13px 13px 0px #424242, 12px 12px 0px #424242, 11px 11px 0px #424242, 11px 11px 0px #424242, 10px 10px 0px #424242, 9px 9px 0px #424242, 8px 8px 0px #424242, 8px 8px 0px #424242, 7px 7px 0px #424242, 6px 6px 0px #424242, 6px 6px 0px #424242, 5px 5px 0px #424242, 4px 4px 0px #424242, 4px 4px 0px #424242, 3px 3px 0px #424242, 2px 2px 0px #424242, 1px 1px 0px #424242, 1px 1px 0px #424242,  0px 0px 0px #424242;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.size1 {
  width: 56px;
}
.size2 {
  width: 112px;
}
.size3 {
  width: 168px;
}
.size4 {
  width: 224px;
}
.size5 {
  width: 280px;
}
.size6 {
  width: 336px;
}
.size7 {
  width: 392px;
}
.size0,
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  left: 0;
  right: 0;
}
.fixed-top {
  top: 0;
  bottom: auto;
}
.fixed-bottom {
  top: auto;
  bottom: 0;
}
.full-screen {
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  position: fixed !important;
}
.pos-static {
  position: static !important;
}
.pos-relative {
  position: relative !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-fixed {
  position: fixed !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.place-right {
  float: right !important;
}
.place-left {
  float: left !important;
}
.no-display {
  display: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-float {
  float: none !important;
}
.no-visible {
  visibility: hidden !important;
}
.no-border {
  border: 0 !important;
}
.no-overflow {
  overflow: hidden !important;
}
.no-scroll {
  overflow: hidden !important;
}
.no-scroll-x {
  overflow-x: hidden !important;
}
.no-scroll-y {
  overflow-y: hidden !important;
}
.no-wrap {
  white-space: nowrap !important;
}
.no-border-left {
  border-left: none !important;
}
.no-border-right {
  border-right: none !important;
}
.no-border-top {
  border-top: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-visible {
  border-color: transparent !important;
}
.set-border {
  border: 2px solid #eeeeee;
}
.set-border.thin-border {
  border-width: 1px;
}
* .padding1 {
  padding: 8px !important;
}
* .margin1 {
  margin: 8px !important;
}
* .padding2 {
  padding: 16px !important;
}
* .margin2 {
  margin: 16px !important;
}
* .padding3 {
  padding: 24px !important;
}
* .margin3 {
  margin: 24px !important;
}
* .padding4 {
  padding: 32px !important;
}
* .margin4 {
  margin: 32px !important;
}
* .padding5 {
  padding: 40px !important;
}
* .margin5 {
  margin: 40px !important;
}
* .padding6 {
  padding: 48px !important;
}
* .margin6 {
  margin: 48px !important;
}
* .padding7 {
  padding: 56px !important;
}
* .margin7 {
  margin: 56px !important;
}
* .padding8 {
  padding: 64px !important;
}
* .margin8 {
  margin: 64px !important;
}
.flex-justify {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.debug {
  border: 1px dotted red !important;
}
.debug.as-block {
  display: block;
}
.debug.as-inline-block {
  display: inline-block;
}
.clear:before,
.clear-float:before,
.clear-fix:before,
.clear:after,
.clear-float:after,
.clear-fix:after {
  display: table;
  content: "";
}
.clear:after,
.clear-float:after,
.clear-fix:after {
  clear: both;
}
[class^="mif-"],
[class*=" mif-"] {
  vertical-align: baseline !important;
}
