@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
html, body {
  font-family: 'Lato', 'Helvetica', sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  padding: 0;
  margin: 0;
}

br {
  margin-top: 4px;
}

.hidden {
  display: none;
}

.link {
  text-decoration: none;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.df {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dwb {
  display: -webkit-box;
  display: -ms-flexbox;
}

.dfr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
}

.dfc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column;
}

.dif {
  display: -webkit-inline-box;
  display: inline-flex;
}

.fww {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dih {
  display: inherit;
}

.dit {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

.pa {
  position: absolute;
}

.pabz {
  position: absolute;
  bottom: 0;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.oh {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.oa {
  overflow: auto;
}

.rtl {
  direction: rtl;
}

.right {
  float: right;
}

.left {
  float: left;
}

.r0 {
  right: 0;
}

.tar {
  text-align: right;
  text-align: -webkit-right;
}

.tal {
  text-align: left;
  text-align: -webkit-left;
}

.tac {
  text-align: center;
  text-align: -webkit-center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr60 {
  margin-right: 60px;
}

.mtm10 {
  margin-top: -10px;
}

.mlm10 {
  margin-left: -10px;
}

.ml50 {
  margin-left: 50px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pt15 {
  padding-top: 15px;
}

.p16 {
  padding: 16px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-7 {
  opacity: 0.7;
}

.left0 {
  left: 0 !important;
}

.full {
  width: 100%;
}

.full-v {
  height: 100%;
}

.quarter {
  width: 25%;
}

.onethird {
  width: 33%;
}

.fortyfive {
  width: 45%;
}

.threequarter {
  width: 75%;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.inline-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}

.inline-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.inline-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.vac {
  align-items: center;
}

.vat {
  vertical-align: top;
}

.vas {
  vertical-align: super;
}

.vertical-space20 {
  margin: 20px auto;
}

.w40 {
  min-width: 40px !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline-gray {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.black {
  color: black;
}

.white {
  color: white;
}

.white2 {
  color: #e2e2e2;
}

.cupix-icons.white2:hover {
  color: white;
}

.red {
  color: #F44336;
}

.wash-out {
  color: rgba(0, 0, 0, 0.54);
}

.wash-out2 {
  color: rgba(0, 0, 0, 0.34);
}

.wash-out-white {
  color: rgba(255, 255, 255, 0.34);
}

.h-spacer {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.zero-width {
  width: 0;
}

.ofys {
  overflow-y: scroll;
}

.ofya {
  overflow-y: auto;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pp-wrapper.width-max{
  width: 100%;  /* IE fail over */
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: max-content;
}

.cupix-color {
  color: #F57C00;
}

.fa {
  font-size: 24px;
}

.font-small {
  font-size: 12px;
}

.font-bigger {
  font-size: 120%;
}

.icon-wrapper {
  text-shadow: 0 0 0.1em #333, 0 0 0.1em #333;
}

#play .icon-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  font-size: 36px;
  padding: 0;
}

.rotate::before{
  font-family: 'Cupix Icons';
  content:"I";
  position: absolute;
  top: 18px;
  left: 10px;
  font-size: 32px;
}

.card-shadow {
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.card-shadow-up {
  box-shadow: 2px -2px 4px -1px rgba(0, 0, 0, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.wide-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
}

.down-wide-shadow {
  box-shadow: 0 2px 9px rgba(0, 0, 0, .36);
}

.shaded-box {
  background-color: rgba(0, 0, 0, 0.04);
}

.panel-dark {
  color: rgb(204, 204, 204);
  background: rgba(0, 0, 0, 0.6);
  /* border-top: 1px solid rgba(0,0,0,0.85); */
  border-radius: 4px;
  padding: 0 5px;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.z-level1 {
  z-index: 2000;
}

.z-level2 {
  z-index: 1900;
}

.z-level3 {
  z-index: 1800;
}

md-hint {
  padding-top: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

md-sidenav {
  height: 100%;
  max-height: 100%;
  min-height: 3000px;
  overflow: auto;
}

.page-wrapper {
  width: calc(100% - 40px);
}

.page-wrapper md-card {
  margin-bottom: 16px;
}

.card-container {
  max-width: 1000px;
  margin: auto;
  /*background-color: #f00;*/
  display: flex;
  flex-flow: row wrap;
}

.check-group {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 22px;
  cursor: pointer !important;
}

.check-group label {
  cursor: pointer !important;
}

.check-group input {
  position: absolute;
  opacity: 0;
  left: 0;
  z-index: 100;
  cursor: pointer !important;
}

.check-group .checkmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer !important;
}

.check-group .optionmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  cursor: pointer !important;
}

.check-group:hover label {
  opacity: 0.7;
}

.check-group input~.checkmark, .check-group input~.optionmark {
  background-color: rgba(0, 0, 0, 0.3);
}

.check-group input:checked~.checkmark, .check-group input:checked~.optionmark {
  background-color: #62bb66;
}

.check-group .checkmark:after, .check-group .optionmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group input:checked~.checkmark:after, .check-group input:checked~.optionmark:after {
  display: block;
}

.check-group .checkmark:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.check-group .optionmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.transition-fast {
  transition: all 0.4s ease;
}

div#pagination_container {
  text-align: center;
  width: 100%;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.4s linear;
  animation: fadeInDown 0.4s linear;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.4s linear;
  animation: fadeInUp 0.4s linear;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.4s linear;
  animation: fadeOutUp 0.4s linear;
}

.fadeInInPlace {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.fadeOutInPlace {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

/* Custom scrollbar */

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.24)
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.43);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Cupix Scrollbar */

.cpScroll {
  overflow: auto;
  overflow-x: hidden;
}

.cpScroll::-webkit-scrollbar-track {
  box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.cpScroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.cpScroll::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, .4);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.cpScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, .6);
}

/*md button*/

.pickable {
  cursor: pointer !important;
}

.pickable:hover {
  opacity: 0.7;
}

.icon-button {
  display: none;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 24px;
  color: currentColor;
  text-align: center;
  background: transparent;
  min-width: 0;
  width: auto;
  height: 33px;
  padding: 2px;
  margin: 0;
  border-radius: 4px;
}

.icon-button>* {
  vertical-align: middle;
}

.hover-white:hover {
  color: white;
}

.eventThrough {
  pointer-events: none;
}

.eventAll {
  pointer-events: all;
}

.ext-link {
  color: #2196f3;
  cursor: pointer;
  text-decoration: none;
}

.ext-link:hover {
  text-decoration: underline;
}