body {
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
}

/* chrome scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: rgba(77, 77, 77, 0.5);
}

/* chrome scrollbar */

/* material icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../lib/material-design-icons/iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../lib/material-design-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(../lib/material-design-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(../lib/material-design-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* material icons */

/* material extend */
.md-button.left {
  border-radius: 4px 0 0 4px;
}

.md-button.middle {
  border-radius: 0;
  border-left: 1px solid rgba(230, 230, 230, 0.96);
  border-right: 1px solid rgba(230, 230, 230, 0.96);
}

.md-button.right {
  border-radius: 0 4px 4px 0;
}

/* material extend */

/* material override */
@media (min-width: 960px) {
  .md-tooltip {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.md-autocomplete-suggestions-container {
  z-index: 11000 !important;
}

md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

@media (max-height: 360px) {
  md-menu-content {
    max-height: none !important;
  }

  .md-open-menu-container {
    max-height: 95%;
  }
}

md-select-menu md-content md-option :first-child {
  white-space: unset !important;
}

md-select-menu md-content md-option {
  height: unset !important;
  padding-bottom: 8px;
  padding-top: 8px;
}

@media (min-width: 960px) {
  md-bottom-sheet {
    bottom: 136px !important;
    padding: 8px 16px 8px 16px;
  }
}

/* material override */

/* default */
.app-color {
  color: rgb(243, 111, 50) !important;
}

.app-second-color {
  color: rgb(211, 219, 223) !important;
}

.app-third-color {
  color: rgb(141, 157, 167) !important;
}

.app-fourth-color {
  color: rgb(83, 102, 112) !important;
}

.app-back-color {
  background-color: rgb(243, 111, 50) !important;
}

/* default */