@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,cyrillic-ext);
.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -5px;
  margin-left: -5px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.css.map */
.steps-indicator {
  /* ---- steps quantity ---- */
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 0 0 0;
  height: 30px;
  list-style: none;
  /* --- http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ---- */ }

.steps-indicator:before {
  background-color: #e6e6e6;
  content: '';
  position: absolute;
  height: 1px; }

.steps-indicator.steps-2:before {
  left: calc(100% / 2 / 2);
  right: calc(100% / 2 / 2); }

.steps-indicator.steps-3:before {
  left: calc(100% / 3 / 2);
  right: calc(100% / 3 / 2); }

.steps-indicator.steps-4:before {
  left: calc(100% / 4 / 2);
  right: calc(100% / 4 / 2); }

.steps-indicator.steps-5:before {
  left: calc(100% / 5 / 2);
  right: calc(100% / 5 / 2); }

.steps-indicator.steps-6:before {
  left: calc(100% / 6 / 2);
  right: calc(100% / 6 / 2); }

.steps-indicator.steps-7:before {
  left: calc(100% / 7 / 2);
  right: calc(100% / 7 / 2); }

.steps-indicator.steps-8:before {
  left: calc(100% / 8 / 2);
  right: calc(100% / 8 / 2); }

.steps-indicator.steps-9:before {
  left: calc(100% / 9 / 2);
  right: calc(100% / 9 / 2); }

.steps-indicator.steps-10:before {
  left: calc(100% / 10 / 2);
  right: calc(100% / 10 / 2); }

.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  line-height: 15px; }

.steps-indicator li a {
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
  cursor: pointer; }

.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #e6e6e6;
  content: '';
  transition: 0.25s; }

.steps-indicator li a:hover {
  color: #4d4d4d; }

.steps-indicator.steps-2 li {
  width: calc(100% / 2); }

.steps-indicator.steps-3 li {
  width: calc(100% / 3); }

.steps-indicator.steps-4 li {
  width: calc(100% / 4); }

.steps-indicator.steps-5 li {
  width: calc(100% / 5); }

.steps-indicator.steps-6 li {
  width: calc(100% / 6); }

.steps-indicator.steps-7 li {
  width: calc(100% / 7); }

.steps-indicator.steps-8 li {
  width: calc(100% / 8); }

.steps-indicator.steps-9 li {
  width: calc(100% / 9); }

.steps-indicator.steps-10 li {
  width: calc(100% / 10); }

.steps-indicator.steps-11 li {
  width: calc(100% / 11); }

.steps-indicator li.default {
  pointer-events: none; }

.steps-indicator li.default a:hover {
  color: #808080; }

.steps-indicator li.current,
.steps-indicator li.editing {
  pointer-events: none; }

.steps-indicator li.current a:before {
  background-color: #808080; }

.steps-indicator li.done a:before {
  background-color: #339933; }

.steps-indicator li.editing a:before {
  background-color: #ff0000; }

/* styles */
.form-pending {
  color: rgba(0, 0, 0, 0.541176);
  font-size: 0.85em;
  list-style: none; }

.form-error {
  color: #F44336;
  font-size: 0.85em;
  list-style: none; }

/* spacing fixes */
.aftl-select {
  position: relative;
  bottom: -11px; }

/* inline styles */
.inline-wrapper {
  display: inline; }

.inline--before {
  display: inline-block; }

.inline--content {
  display: inline-block; }

.inline--after {
  display: inline-block; }

.radio-button__inline {
  display: inline-block;
  margin-right: 10px; }

/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

/**
 * vAccordion - AngularJS multi-level accordion component
 * @version v1.2.7
 * @link http://lukaszwatroba.github.io/v-accordion
 * @author Łukasz Wątroba <l@lukaszwatroba.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
/***************************************
  vAccordion
 ***************************************/
/**
 * Example HTML:
 *
  <v-accordion class="vAccordion--default">
    <v-pane>
      <v-pane-header id="pane-header" aria-controls="pane-content">
         [content]
      </v-pane-header>
      <v-pane-content id="pane-content" aria-labelledby="pane-header">
        [content]
      </v-pane-content>
    </v-pane>
  </v-accordion>
 */
/* Base styles
 ***************************************/
v-accordion {
  display: block; }

v-pane {
  display: block; }

v-pane.is-expanded > v-pane-content > div {
  visibility: visible; }

v-pane-header {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

v-pane-header:focus {
  outline: none; }

v-pane-header > div {
  display: block; }

v-pane-content {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 0px; }

v-pane-content > div {
  visibility: none; }

/* Theme: default
   ***************************************/
.vAccordion--default v-accordion {
  margin-top: 20px;
  padding-left: 20px; }

.vAccordion--default v-pane {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom-color: #2196F3; }

.vAccordion--default v-pane.is-expanded > v-pane-header::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0; }

.vAccordion--default v-pane.is-expanded > v-pane-header::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.vAccordion--default v-pane.is-expanded > v-pane-content > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.vAccordion--default v-pane.is-expanded-add > v-pane-content, .vAccordion--default v-pane.is-expanded-remove > v-pane-content {
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }

.vAccordion--default v-pane-header {
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #D8D8D8;
  -webkit-transition: color 0.25s, border-color 0.5s;
  transition: color 0.25s, border-color 0.5s; }

.vAccordion--default v-pane-header::after, .vAccordion--default v-pane-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #2196F3;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.vAccordion--default v-pane-header::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.vAccordion--default v-pane-header:hover, .vAccordion--default v-pane-header:focus {
  color: #2196F3; }

.vAccordion--default v-pane-content > div {
  padding-bottom: 20px;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

/*! ngTable v0.7.1 by Vitalii Savchuk(esvit666@gmail.com) - https://github.com/esvit/ng-table - New BSD License */
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ng-table th.sortable {
  cursor: pointer; }

.ng-table th.sortable .sort-indicator {
  padding-right: 18px;
  position: relative; }

.ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px; }

.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000; }

.ng-table th.sortable .sort-indicator:hover:after, .ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible; }

.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

.ng-table th.sortable.sort-desc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px; }

.ng-table th.sortable.sort-desc .sort-indicator:before, .ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden; }

.ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ng-table + .pagination {
  margin-top: 0; }

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999; }
  .ng-table-responsive tr {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999; }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: 700; }
  .ng-table-responsive thead tr th {
    text-align: left; }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0; }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px; }
  .ng-table-responsive td {
    border: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
  .ng-table-responsive td:before {
    content: attr(data-title-text); }
  .ng-table-responsive, .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
    display: block; } }

/*
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.3.7

See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden; }

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ta-editor.ta-html, .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%; }

.ta-scroll-window.form-control {
  position: relative;
  padding: 0; }

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px; }

.ta-editor:focus {
  user-select: text; }

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none; }

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7; }

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2); }

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute; }

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black; }

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black; }

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black; }

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white; }

/* copy the popover code from bootstrap so this will work even without it */
.popover {
  position: sticky;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

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

.popover.bottom {
  top: 10px !important; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #7ecff4; }

.sweet-alert button:active {
  background-color: #5dc2f1; }

.sweet-alert button.cancel {
  background-color: #C1C1C1; }

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }

.sweet-alert button.confirm[disabled] {
  color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #70869E; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #70869E; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #70869E; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #829bb8; }
  100% {
    border-color: #63778f; } }

@keyframes pulseWarning {
  0% {
    border-color: #829bb8; }
  100% {
    border-color: #63778f; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #829bb8; }
  100% {
    background-color: #63778f; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #829bb8; }
  100% {
    background-color: #63778f; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

.sweet-overlay {
  background: rgba(10, 10, 10, 0.6); }

.sweet-alert {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 24px;
  padding-top: 64px;
  padding-bottom: 13px;
  text-align: right;
  border-radius: 0;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.24), 0 14px 28px rgba(0, 0, 0, 0.48); }

.sweet-alert h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  font-weight: 400;
  color: #212121;
  margin: 20px 0;
  font-size: 1.2em;
  line-height: 1.25;
  text-align: left;
  padding: 0 24px; }

.sweet-alert p {
  display: block;
  text-align: center;
  color: #212121;
  font-weight: 400;
  font-size: 14px;
  margin: 20px 0; }

.sweet-alert button {
  border-radius: 2px;
  box-shadow: none !important;
  background: none !important;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  position: relative;
  margin-top: 0; }

.sweet-alert button:hover, .sweet-alert button:focus {
  background-color: #f6f6f6 !important; }

.sweet-alert button.confirm {
  color: #3c80f6; }

.sweet-alert button.cancel {
  color: #757575; }

.sweet-alert button.cancel:focus {
  box-shadow: none !important; }

.sweet-alert .sa-icon:not(.sa-custom) {
  transform: scale(0.8);
  margin-bottom: -10px;
  margin-top: -10px; }

.sweet-alert input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c9c9c9;
  color: #212121;
  margin-bottom: 8px;
  padding: 1px;
  padding-bottom: 8px;
  height: auto;
  box-shadow: none;
  font-size: 13px;
  margin: 10px 0; }

.sweet-alert input:focus {
  border: none;
  border-bottom: 1px solid #3c80f6;
  box-shadow: inset 0 -1px 0 #3c80f6; }

.sweet-alert fieldset {
  padding: 0; }

.sweet-alert fieldset .sa-input-error {
  display: none; }

.sweet-alert .sa-error-container {
  display: none;
  background: none;
  height: auto;
  padding: 0 24px;
  margin: 0 -20px;
  text-align: left; }

.sweet-alert .sa-error-container.show {
  padding: 0 24px;
  display: block; }

.sweet-alert .sa-error-container.show ~ fieldset input {
  background: red;
  border-bottom: 1px solid #d9453c;
  box-shadow: inset 0 -1px 0 #d9453c; }

.sweet-alert .sa-error-container .icon {
  display: none; }

.sweet-alert .sa-error-container p {
  color: #d9453c;
  margin-top: 0; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg), scale(0.5);
    -webkit-transform: rotateX(100deg), scale(0.5);
    opacity: 0; }
  100% {
    transform: rotateX(0deg), scale(0.5);
    -webkit-transform: rotateX(0deg), scale(0.5);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg), scale(0.5);
    -webkit-transform: rotateX(100deg), scale(0.5);
    opacity: 0; }
  100% {
    transform: rotateX(0deg), scale(0.5);
    -webkit-transform: rotateX(0deg), scale(0.5);
    opacity: 1; } }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  width: z-index 9999 !important;
  opacity: .8; }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: .2; }

.chardinjs-overlay {
  position: absolute;
  z-index: 99999999;
  background-color: black;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.chardinjs-helper-layer {
  position: absolute;
  z-index: 999999998;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.chardinjs-helper-layer.chardinjs-left {
  border-left: solid white 1px;
  margin-left: -10px; }

.chardinjs-helper-layer.chardinjs-right {
  border-right: solid white 1px;
  padding-right: 10px; }

.chardinjs-helper-layer.chardinjs-bottom {
  border-bottom: solid white 1px;
  padding-bottom: 10px; }

.chardinjs-helper-layer.chardinjs-top {
  border-top: solid white 1px;
  padding-top: 10px; }

.chardinjs-tooltip {
  position: absolute;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  max-width: 400px; }

.chardinjs-tooltip.chardinjs-left {
  margin-left: -270px;
  padding-right: 10px; }

.chardinjs-tooltip.chardinjs-right {
  margin-right: -270px;
  padding-left: 10px; }

.chardinjs-tooltip.chardinjs-bottom {
  margin-bottom: -30px;
  padding-top: 10px; }

.chardinjs-tooltip.chardinjs-top {
  margin-top: -30px;
  padding-bottom: 10px; }

.chardinjs-tooltip.chardinjs-right:before, .chardinjs-tooltip.chardinjs-left:after, .chardinjs-tooltip.chardinjs-bottom:before, .chardinjs-tooltip.chardinjs-top:after {
  content: ".";
  display: inline-block;
  background-color: white;
  height: 1px;
  overflow: hidden;
  position: absolute; }

.chardinjs-tooltip.chardinjs-right:before, .chardinjs-tooltip.chardinjs-left:after {
  width: 200px;
  top: 73%; }

.chardinjs-tooltip.chardinjs-bottom:before, .chardinjs-tooltip.chardinjs-top:after {
  width: 1px;
  height: 30px;
  left: 50%; }

.chardinjs-tooltip.chardinjs-bottom:before {
  top: -30px; }

.chardinjs-tooltip.chardinjs-top:after {
  bottom: -30px; }

.chardinjs-tooltip.chardinjs-right:before {
  left: -200px; }

.chardinjs-tooltip.chardinjs-left:after {
  right: -230px; }

.chardinjs-show-element {
  z-index: 999999999 !important;
  opacity: 0.3;
  background-color: white; }

.chardinjs-relative-position {
  position: relative; }

.chardinjs-left .chardinjs-tooltiptext {
  margin-top: 13px; }

.tag-editor {
  /*display:block;position:relative;margin:5px 0 10px 0;border:1px solid #ccc;border-radius:3px;min-height:40px;overflow:hidden;padding:0 9px;font-size:16px;font-weight:normal;background-color:#fff;color:#000;cursor:text;font-family:sans-serif;font-size:16px;line-height:38px;*/
  margin-top: 8px; }

.tag-suggestions {
  display: block; }

.tag-editor .tag {
  display: inline-block;
  height: 24px;
  margin: 0 7px 0 0;
  background-color: #ffab40;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  transition: box-shadow 100ms linear; }

.tag-editor .tag:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.tag-editor .tag .remove {
  margin: 0 0 0 5px;
  font-weight: bold;
  cursor: pointer; }

.tag-editor .tag-input {
  display: inline-block;
  width: auto;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0; }

.tag-editor .tag-input:focus {
  box-shadow: none;
  outline: none; }

.tag-editor.active {
  border-color: #aaa; }

.tag-editor .tag-suggestions {
  cursor: auto; }

.tag-editor .tag-suggestions .title {
  display: block;
  height: 25px;
  margin: 7px 0;
  background-color: transparent;
  color: #888;
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
  line-height: 25px; }

.tag-editor .tag-suggestions .tag {
  cursor: pointer;
  background-color: #bdbdbd; }

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.8.36");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.8.36") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.8.36") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.8.36") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.mdi-access-point:before {
  content: "\F002"; }

.mdi-access-point-network:before {
  content: "\F003"; }

.mdi-account:before {
  content: "\F004"; }

.mdi-account-alert:before {
  content: "\F005"; }

.mdi-account-box:before {
  content: "\F006"; }

.mdi-account-box-outline:before {
  content: "\F007"; }

.mdi-account-card-details:before {
  content: "\F5D2"; }

.mdi-account-check:before {
  content: "\F008"; }

.mdi-account-circle:before {
  content: "\F009"; }

.mdi-account-convert:before {
  content: "\F00A"; }

.mdi-account-edit:before {
  content: "\F6BB"; }

.mdi-account-key:before {
  content: "\F00B"; }

.mdi-account-location:before {
  content: "\F00C"; }

.mdi-account-minus:before {
  content: "\F00D"; }

.mdi-account-multiple:before {
  content: "\F00E"; }

.mdi-account-multiple-minus:before {
  content: "\F5D3"; }

.mdi-account-multiple-outline:before {
  content: "\F00F"; }

.mdi-account-multiple-plus:before {
  content: "\F010"; }

.mdi-account-network:before {
  content: "\F011"; }

.mdi-account-off:before {
  content: "\F012"; }

.mdi-account-outline:before {
  content: "\F013"; }

.mdi-account-plus:before {
  content: "\F014"; }

.mdi-account-remove:before {
  content: "\F015"; }

.mdi-account-search:before {
  content: "\F016"; }

.mdi-account-settings:before {
  content: "\F630"; }

.mdi-account-settings-variant:before {
  content: "\F631"; }

.mdi-account-star:before {
  content: "\F017"; }

.mdi-account-star-variant:before {
  content: "\F018"; }

.mdi-account-switch:before {
  content: "\F019"; }

.mdi-adjust:before {
  content: "\F01A"; }

.mdi-air-conditioner:before {
  content: "\F01B"; }

.mdi-airballoon:before {
  content: "\F01C"; }

.mdi-airplane:before {
  content: "\F01D"; }

.mdi-airplane-landing:before {
  content: "\F5D4"; }

.mdi-airplane-off:before {
  content: "\F01E"; }

.mdi-airplane-takeoff:before {
  content: "\F5D5"; }

.mdi-airplay:before {
  content: "\F01F"; }

.mdi-alarm:before {
  content: "\F020"; }

.mdi-alarm-check:before {
  content: "\F021"; }

.mdi-alarm-multiple:before {
  content: "\F022"; }

.mdi-alarm-off:before {
  content: "\F023"; }

.mdi-alarm-plus:before {
  content: "\F024"; }

.mdi-alarm-snooze:before {
  content: "\F68D"; }

.mdi-album:before {
  content: "\F025"; }

.mdi-alert:before {
  content: "\F026"; }

.mdi-alert-box:before {
  content: "\F027"; }

.mdi-alert-circle:before {
  content: "\F028"; }

.mdi-alert-circle-outline:before {
  content: "\F5D6"; }

.mdi-alert-octagon:before {
  content: "\F029"; }

.mdi-alert-octagram:before {
  content: "\F6BC"; }

.mdi-alert-outline:before {
  content: "\F02A"; }

.mdi-all-inclusive:before {
  content: "\F6BD"; }

.mdi-alpha:before {
  content: "\F02B"; }

.mdi-alphabetical:before {
  content: "\F02C"; }

.mdi-altimeter:before {
  content: "\F5D7"; }

.mdi-amazon:before {
  content: "\F02D"; }

.mdi-amazon-clouddrive:before {
  content: "\F02E"; }

.mdi-ambulance:before {
  content: "\F02F"; }

.mdi-amplifier:before {
  content: "\F030"; }

.mdi-anchor:before {
  content: "\F031"; }

.mdi-android:before {
  content: "\F032"; }

.mdi-android-debug-bridge:before {
  content: "\F033"; }

.mdi-android-studio:before {
  content: "\F034"; }

.mdi-angular:before {
  content: "\F6B1"; }

.mdi-angularjs:before {
  content: "\F6BE"; }

.mdi-animation:before {
  content: "\F5D8"; }

.mdi-apple:before {
  content: "\F035"; }

.mdi-apple-finder:before {
  content: "\F036"; }

.mdi-apple-ios:before {
  content: "\F037"; }

.mdi-apple-keyboard-caps:before {
  content: "\F632"; }

.mdi-apple-keyboard-command:before {
  content: "\F633"; }

.mdi-apple-keyboard-control:before {
  content: "\F634"; }

.mdi-apple-keyboard-option:before {
  content: "\F635"; }

.mdi-apple-keyboard-shift:before {
  content: "\F636"; }

.mdi-apple-mobileme:before {
  content: "\F038"; }

.mdi-apple-safari:before {
  content: "\F039"; }

.mdi-application:before {
  content: "\F614"; }

.mdi-apps:before {
  content: "\F03B"; }

.mdi-archive:before {
  content: "\F03C"; }

.mdi-arrange-bring-forward:before {
  content: "\F03D"; }

.mdi-arrange-bring-to-front:before {
  content: "\F03E"; }

.mdi-arrange-send-backward:before {
  content: "\F03F"; }

.mdi-arrange-send-to-back:before {
  content: "\F040"; }

.mdi-arrow-all:before {
  content: "\F041"; }

.mdi-arrow-bottom-left:before {
  content: "\F042"; }

.mdi-arrow-bottom-right:before {
  content: "\F043"; }

.mdi-arrow-compress:before {
  content: "\F615"; }

.mdi-arrow-compress-all:before {
  content: "\F044"; }

.mdi-arrow-down:before {
  content: "\F045"; }

.mdi-arrow-down-bold:before {
  content: "\F046"; }

.mdi-arrow-down-bold-circle:before {
  content: "\F047"; }

.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048"; }

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049"; }

.mdi-arrow-down-box:before {
  content: "\F6BF"; }

.mdi-arrow-down-drop-circle:before {
  content: "\F04A"; }

.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B"; }

.mdi-arrow-expand:before {
  content: "\F616"; }

.mdi-arrow-expand-all:before {
  content: "\F04C"; }

.mdi-arrow-left:before {
  content: "\F04D"; }

.mdi-arrow-left-bold:before {
  content: "\F04E"; }

.mdi-arrow-left-bold-circle:before {
  content: "\F04F"; }

.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050"; }

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051"; }

.mdi-arrow-left-box:before {
  content: "\F6C0"; }

.mdi-arrow-left-drop-circle:before {
  content: "\F052"; }

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053"; }

.mdi-arrow-right:before {
  content: "\F054"; }

.mdi-arrow-right-bold:before {
  content: "\F055"; }

.mdi-arrow-right-bold-circle:before {
  content: "\F056"; }

.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057"; }

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058"; }

.mdi-arrow-right-box:before {
  content: "\F6C1"; }

.mdi-arrow-right-drop-circle:before {
  content: "\F059"; }

.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A"; }

.mdi-arrow-top-left:before {
  content: "\F05B"; }

.mdi-arrow-top-right:before {
  content: "\F05C"; }

.mdi-arrow-up:before {
  content: "\F05D"; }

.mdi-arrow-up-bold:before {
  content: "\F05E"; }

.mdi-arrow-up-bold-circle:before {
  content: "\F05F"; }

.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060"; }

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061"; }

.mdi-arrow-up-box:before {
  content: "\F6C2"; }

.mdi-arrow-up-drop-circle:before {
  content: "\F062"; }

.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063"; }

.mdi-assistant:before {
  content: "\F064"; }

.mdi-asterisk:before {
  content: "\F6C3"; }

.mdi-at:before {
  content: "\F065"; }

.mdi-attachment:before {
  content: "\F066"; }

.mdi-audiobook:before {
  content: "\F067"; }

.mdi-auto-fix:before {
  content: "\F068"; }

.mdi-auto-upload:before {
  content: "\F069"; }

.mdi-autorenew:before {
  content: "\F06A"; }

.mdi-av-timer:before {
  content: "\F06B"; }

.mdi-baby:before {
  content: "\F06C"; }

.mdi-baby-buggy:before {
  content: "\F68E"; }

.mdi-backburger:before {
  content: "\F06D"; }

.mdi-backspace:before {
  content: "\F06E"; }

.mdi-backup-restore:before {
  content: "\F06F"; }

.mdi-bandcamp:before {
  content: "\F674"; }

.mdi-bank:before {
  content: "\F070"; }

.mdi-barcode:before {
  content: "\F071"; }

.mdi-barcode-scan:before {
  content: "\F072"; }

.mdi-barley:before {
  content: "\F073"; }

.mdi-barrel:before {
  content: "\F074"; }

.mdi-basecamp:before {
  content: "\F075"; }

.mdi-basket:before {
  content: "\F076"; }

.mdi-basket-fill:before {
  content: "\F077"; }

.mdi-basket-unfill:before {
  content: "\F078"; }

.mdi-battery:before {
  content: "\F079"; }

.mdi-battery-10:before {
  content: "\F07A"; }

.mdi-battery-20:before {
  content: "\F07B"; }

.mdi-battery-30:before {
  content: "\F07C"; }

.mdi-battery-40:before {
  content: "\F07D"; }

.mdi-battery-50:before {
  content: "\F07E"; }

.mdi-battery-60:before {
  content: "\F07F"; }

.mdi-battery-70:before {
  content: "\F080"; }

.mdi-battery-80:before {
  content: "\F081"; }

.mdi-battery-90:before {
  content: "\F082"; }

.mdi-battery-alert:before {
  content: "\F083"; }

.mdi-battery-charging:before {
  content: "\F084"; }

.mdi-battery-charging-100:before {
  content: "\F085"; }

.mdi-battery-charging-20:before {
  content: "\F086"; }

.mdi-battery-charging-30:before {
  content: "\F087"; }

.mdi-battery-charging-40:before {
  content: "\F088"; }

.mdi-battery-charging-60:before {
  content: "\F089"; }

.mdi-battery-charging-80:before {
  content: "\F08A"; }

.mdi-battery-charging-90:before {
  content: "\F08B"; }

.mdi-battery-minus:before {
  content: "\F08C"; }

.mdi-battery-negative:before {
  content: "\F08D"; }

.mdi-battery-outline:before {
  content: "\F08E"; }

.mdi-battery-plus:before {
  content: "\F08F"; }

.mdi-battery-positive:before {
  content: "\F090"; }

.mdi-battery-unknown:before {
  content: "\F091"; }

.mdi-beach:before {
  content: "\F092"; }

.mdi-beaker:before {
  content: "\F68F"; }

.mdi-beats:before {
  content: "\F097"; }

.mdi-beer:before {
  content: "\F098"; }

.mdi-behance:before {
  content: "\F099"; }

.mdi-bell:before {
  content: "\F09A"; }

.mdi-bell-off:before {
  content: "\F09B"; }

.mdi-bell-outline:before {
  content: "\F09C"; }

.mdi-bell-plus:before {
  content: "\F09D"; }

.mdi-bell-ring:before {
  content: "\F09E"; }

.mdi-bell-ring-outline:before {
  content: "\F09F"; }

.mdi-bell-sleep:before {
  content: "\F0A0"; }

.mdi-beta:before {
  content: "\F0A1"; }

.mdi-bible:before {
  content: "\F0A2"; }

.mdi-bike:before {
  content: "\F0A3"; }

.mdi-bing:before {
  content: "\F0A4"; }

.mdi-binoculars:before {
  content: "\F0A5"; }

.mdi-bio:before {
  content: "\F0A6"; }

.mdi-biohazard:before {
  content: "\F0A7"; }

.mdi-bitbucket:before {
  content: "\F0A8"; }

.mdi-black-mesa:before {
  content: "\F0A9"; }

.mdi-blackberry:before {
  content: "\F0AA"; }

.mdi-blender:before {
  content: "\F0AB"; }

.mdi-blinds:before {
  content: "\F0AC"; }

.mdi-block-helper:before {
  content: "\F0AD"; }

.mdi-blogger:before {
  content: "\F0AE"; }

.mdi-bluetooth:before {
  content: "\F0AF"; }

.mdi-bluetooth-audio:before {
  content: "\F0B0"; }

.mdi-bluetooth-connect:before {
  content: "\F0B1"; }

.mdi-bluetooth-off:before {
  content: "\F0B2"; }

.mdi-bluetooth-settings:before {
  content: "\F0B3"; }

.mdi-bluetooth-transfer:before {
  content: "\F0B4"; }

.mdi-blur:before {
  content: "\F0B5"; }

.mdi-blur-linear:before {
  content: "\F0B6"; }

.mdi-blur-off:before {
  content: "\F0B7"; }

.mdi-blur-radial:before {
  content: "\F0B8"; }

.mdi-bomb:before {
  content: "\F690"; }

.mdi-bomb-off:before {
  content: "\F6C4"; }

.mdi-bone:before {
  content: "\F0B9"; }

.mdi-book:before {
  content: "\F0BA"; }

.mdi-book-minus:before {
  content: "\F5D9"; }

.mdi-book-multiple:before {
  content: "\F0BB"; }

.mdi-book-multiple-variant:before {
  content: "\F0BC"; }

.mdi-book-open:before {
  content: "\F0BD"; }

.mdi-book-open-page-variant:before {
  content: "\F5DA"; }

.mdi-book-open-variant:before {
  content: "\F0BE"; }

.mdi-book-plus:before {
  content: "\F5DB"; }

.mdi-book-variant:before {
  content: "\F0BF"; }

.mdi-bookmark:before {
  content: "\F0C0"; }

.mdi-bookmark-check:before {
  content: "\F0C1"; }

.mdi-bookmark-music:before {
  content: "\F0C2"; }

.mdi-bookmark-outline:before {
  content: "\F0C3"; }

.mdi-bookmark-plus:before {
  content: "\F0C5"; }

.mdi-bookmark-plus-outline:before {
  content: "\F0C4"; }

.mdi-bookmark-remove:before {
  content: "\F0C6"; }

.mdi-boombox:before {
  content: "\F5DC"; }

.mdi-bootstrap:before {
  content: "\F6C5"; }

.mdi-border-all:before {
  content: "\F0C7"; }

.mdi-border-bottom:before {
  content: "\F0C8"; }

.mdi-border-color:before {
  content: "\F0C9"; }

.mdi-border-horizontal:before {
  content: "\F0CA"; }

.mdi-border-inside:before {
  content: "\F0CB"; }

.mdi-border-left:before {
  content: "\F0CC"; }

.mdi-border-none:before {
  content: "\F0CD"; }

.mdi-border-outside:before {
  content: "\F0CE"; }

.mdi-border-right:before {
  content: "\F0CF"; }

.mdi-border-style:before {
  content: "\F0D0"; }

.mdi-border-top:before {
  content: "\F0D1"; }

.mdi-border-vertical:before {
  content: "\F0D2"; }

.mdi-bow-tie:before {
  content: "\F677"; }

.mdi-bowl:before {
  content: "\F617"; }

.mdi-bowling:before {
  content: "\F0D3"; }

.mdi-box:before {
  content: "\F0D4"; }

.mdi-box-cutter:before {
  content: "\F0D5"; }

.mdi-box-shadow:before {
  content: "\F637"; }

.mdi-bridge:before {
  content: "\F618"; }

.mdi-briefcase:before {
  content: "\F0D6"; }

.mdi-briefcase-check:before {
  content: "\F0D7"; }

.mdi-briefcase-download:before {
  content: "\F0D8"; }

.mdi-briefcase-upload:before {
  content: "\F0D9"; }

.mdi-brightness-1:before {
  content: "\F0DA"; }

.mdi-brightness-2:before {
  content: "\F0DB"; }

.mdi-brightness-3:before {
  content: "\F0DC"; }

.mdi-brightness-4:before {
  content: "\F0DD"; }

.mdi-brightness-5:before {
  content: "\F0DE"; }

.mdi-brightness-6:before {
  content: "\F0DF"; }

.mdi-brightness-7:before {
  content: "\F0E0"; }

.mdi-brightness-auto:before {
  content: "\F0E1"; }

.mdi-broom:before {
  content: "\F0E2"; }

.mdi-brush:before {
  content: "\F0E3"; }

.mdi-buffer:before {
  content: "\F619"; }

.mdi-bug:before {
  content: "\F0E4"; }

.mdi-bulletin-board:before {
  content: "\F0E5"; }

.mdi-bullhorn:before {
  content: "\F0E6"; }

.mdi-bullseye:before {
  content: "\F5DD"; }

.mdi-burst-mode:before {
  content: "\F5DE"; }

.mdi-bus:before {
  content: "\F0E7"; }

.mdi-cached:before {
  content: "\F0E8"; }

.mdi-cake:before {
  content: "\F0E9"; }

.mdi-cake-layered:before {
  content: "\F0EA"; }

.mdi-cake-variant:before {
  content: "\F0EB"; }

.mdi-calculator:before {
  content: "\F0EC"; }

.mdi-calendar:before {
  content: "\F0ED"; }

.mdi-calendar-blank:before {
  content: "\F0EE"; }

.mdi-calendar-check:before {
  content: "\F0EF"; }

.mdi-calendar-clock:before {
  content: "\F0F0"; }

.mdi-calendar-multiple:before {
  content: "\F0F1"; }

.mdi-calendar-multiple-check:before {
  content: "\F0F2"; }

.mdi-calendar-plus:before {
  content: "\F0F3"; }

.mdi-calendar-question:before {
  content: "\F691"; }

.mdi-calendar-range:before {
  content: "\F678"; }

.mdi-calendar-remove:before {
  content: "\F0F4"; }

.mdi-calendar-text:before {
  content: "\F0F5"; }

.mdi-calendar-today:before {
  content: "\F0F6"; }

.mdi-call-made:before {
  content: "\F0F7"; }

.mdi-call-merge:before {
  content: "\F0F8"; }

.mdi-call-missed:before {
  content: "\F0F9"; }

.mdi-call-received:before {
  content: "\F0FA"; }

.mdi-call-split:before {
  content: "\F0FB"; }

.mdi-camcorder:before {
  content: "\F0FC"; }

.mdi-camcorder-box:before {
  content: "\F0FD"; }

.mdi-camcorder-box-off:before {
  content: "\F0FE"; }

.mdi-camcorder-off:before {
  content: "\F0FF"; }

.mdi-camera:before {
  content: "\F100"; }

.mdi-camera-burst:before {
  content: "\F692"; }

.mdi-camera-enhance:before {
  content: "\F101"; }

.mdi-camera-front:before {
  content: "\F102"; }

.mdi-camera-front-variant:before {
  content: "\F103"; }

.mdi-camera-iris:before {
  content: "\F104"; }

.mdi-camera-off:before {
  content: "\F5DF"; }

.mdi-camera-party-mode:before {
  content: "\F105"; }

.mdi-camera-rear:before {
  content: "\F106"; }

.mdi-camera-rear-variant:before {
  content: "\F107"; }

.mdi-camera-switch:before {
  content: "\F108"; }

.mdi-camera-timer:before {
  content: "\F109"; }

.mdi-candle:before {
  content: "\F5E2"; }

.mdi-candycane:before {
  content: "\F10A"; }

.mdi-car:before {
  content: "\F10B"; }

.mdi-car-battery:before {
  content: "\F10C"; }

.mdi-car-connected:before {
  content: "\F10D"; }

.mdi-car-wash:before {
  content: "\F10E"; }

.mdi-cards:before {
  content: "\F638"; }

.mdi-cards-outline:before {
  content: "\F639"; }

.mdi-cards-playing-outline:before {
  content: "\F63A"; }

.mdi-cards-variant:before {
  content: "\F6C6"; }

.mdi-carrot:before {
  content: "\F10F"; }

.mdi-cart:before {
  content: "\F110"; }

.mdi-cart-off:before {
  content: "\F66B"; }

.mdi-cart-outline:before {
  content: "\F111"; }

.mdi-cart-plus:before {
  content: "\F112"; }

.mdi-case-sensitive-alt:before {
  content: "\F113"; }

.mdi-cash:before {
  content: "\F114"; }

.mdi-cash-100:before {
  content: "\F115"; }

.mdi-cash-multiple:before {
  content: "\F116"; }

.mdi-cash-usd:before {
  content: "\F117"; }

.mdi-cast:before {
  content: "\F118"; }

.mdi-cast-connected:before {
  content: "\F119"; }

.mdi-castle:before {
  content: "\F11A"; }

.mdi-cat:before {
  content: "\F11B"; }

.mdi-cellphone:before {
  content: "\F11C"; }

.mdi-cellphone-android:before {
  content: "\F11D"; }

.mdi-cellphone-basic:before {
  content: "\F11E"; }

.mdi-cellphone-dock:before {
  content: "\F11F"; }

.mdi-cellphone-iphone:before {
  content: "\F120"; }

.mdi-cellphone-link:before {
  content: "\F121"; }

.mdi-cellphone-link-off:before {
  content: "\F122"; }

.mdi-cellphone-settings:before {
  content: "\F123"; }

.mdi-certificate:before {
  content: "\F124"; }

.mdi-chair-school:before {
  content: "\F125"; }

.mdi-chart-arc:before {
  content: "\F126"; }

.mdi-chart-areaspline:before {
  content: "\F127"; }

.mdi-chart-bar:before {
  content: "\F128"; }

.mdi-chart-bubble:before {
  content: "\F5E3"; }

.mdi-chart-gantt:before {
  content: "\F66C"; }

.mdi-chart-histogram:before {
  content: "\F129"; }

.mdi-chart-line:before {
  content: "\F12A"; }

.mdi-chart-pie:before {
  content: "\F12B"; }

.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D"; }

.mdi-chart-timeline:before {
  content: "\F66E"; }

.mdi-check:before {
  content: "\F12C"; }

.mdi-check-all:before {
  content: "\F12D"; }

.mdi-check-circle:before {
  content: "\F5E0"; }

.mdi-check-circle-outline:before {
  content: "\F5E1"; }

.mdi-checkbox-blank:before {
  content: "\F12E"; }

.mdi-checkbox-blank-circle:before {
  content: "\F12F"; }

.mdi-checkbox-blank-circle-outline:before {
  content: "\F130"; }

.mdi-checkbox-blank-outline:before {
  content: "\F131"; }

.mdi-checkbox-marked:before {
  content: "\F132"; }

.mdi-checkbox-marked-circle:before {
  content: "\F133"; }

.mdi-checkbox-marked-circle-outline:before {
  content: "\F134"; }

.mdi-checkbox-marked-outline:before {
  content: "\F135"; }

.mdi-checkbox-multiple-blank:before {
  content: "\F136"; }

.mdi-checkbox-multiple-blank-circle:before {
  content: "\F63B"; }

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\F63C"; }

.mdi-checkbox-multiple-blank-outline:before {
  content: "\F137"; }

.mdi-checkbox-multiple-marked:before {
  content: "\F138"; }

.mdi-checkbox-multiple-marked-circle:before {
  content: "\F63D"; }

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\F63E"; }

.mdi-checkbox-multiple-marked-outline:before {
  content: "\F139"; }

.mdi-checkerboard:before {
  content: "\F13A"; }

.mdi-chemical-weapon:before {
  content: "\F13B"; }

.mdi-chevron-double-down:before {
  content: "\F13C"; }

.mdi-chevron-double-left:before {
  content: "\F13D"; }

.mdi-chevron-double-right:before {
  content: "\F13E"; }

.mdi-chevron-double-up:before {
  content: "\F13F"; }

.mdi-chevron-down:before {
  content: "\F140"; }

.mdi-chevron-left:before {
  content: "\F141"; }

.mdi-chevron-right:before {
  content: "\F142"; }

.mdi-chevron-up:before {
  content: "\F143"; }

.mdi-chip:before {
  content: "\F61A"; }

.mdi-church:before {
  content: "\F144"; }

.mdi-cisco-webex:before {
  content: "\F145"; }

.mdi-city:before {
  content: "\F146"; }

.mdi-clipboard:before {
  content: "\F147"; }

.mdi-clipboard-account:before {
  content: "\F148"; }

.mdi-clipboard-alert:before {
  content: "\F149"; }

.mdi-clipboard-arrow-down:before {
  content: "\F14A"; }

.mdi-clipboard-arrow-left:before {
  content: "\F14B"; }

.mdi-clipboard-check:before {
  content: "\F14C"; }

.mdi-clipboard-flow:before {
  content: "\F6C7"; }

.mdi-clipboard-outline:before {
  content: "\F14D"; }

.mdi-clipboard-text:before {
  content: "\F14E"; }

.mdi-clippy:before {
  content: "\F14F"; }

.mdi-clock:before {
  content: "\F150"; }

.mdi-clock-alert:before {
  content: "\F5CE"; }

.mdi-clock-end:before {
  content: "\F151"; }

.mdi-clock-fast:before {
  content: "\F152"; }

.mdi-clock-in:before {
  content: "\F153"; }

.mdi-clock-out:before {
  content: "\F154"; }

.mdi-clock-start:before {
  content: "\F155"; }

.mdi-close:before {
  content: "\F156"; }

.mdi-close-box:before {
  content: "\F157"; }

.mdi-close-box-outline:before {
  content: "\F158"; }

.mdi-close-circle:before {
  content: "\F159"; }

.mdi-close-circle-outline:before {
  content: "\F15A"; }

.mdi-close-network:before {
  content: "\F15B"; }

.mdi-close-octagon:before {
  content: "\F15C"; }

.mdi-close-octagon-outline:before {
  content: "\F15D"; }

.mdi-close-outline:before {
  content: "\F6C8"; }

.mdi-closed-caption:before {
  content: "\F15E"; }

.mdi-cloud:before {
  content: "\F15F"; }

.mdi-cloud-check:before {
  content: "\F160"; }

.mdi-cloud-circle:before {
  content: "\F161"; }

.mdi-cloud-download:before {
  content: "\F162"; }

.mdi-cloud-outline:before {
  content: "\F163"; }

.mdi-cloud-outline-off:before {
  content: "\F164"; }

.mdi-cloud-print:before {
  content: "\F165"; }

.mdi-cloud-print-outline:before {
  content: "\F166"; }

.mdi-cloud-sync:before {
  content: "\F63F"; }

.mdi-cloud-upload:before {
  content: "\F167"; }

.mdi-code-array:before {
  content: "\F168"; }

.mdi-code-braces:before {
  content: "\F169"; }

.mdi-code-brackets:before {
  content: "\F16A"; }

.mdi-code-equal:before {
  content: "\F16B"; }

.mdi-code-greater-than:before {
  content: "\F16C"; }

.mdi-code-greater-than-or-equal:before {
  content: "\F16D"; }

.mdi-code-less-than:before {
  content: "\F16E"; }

.mdi-code-less-than-or-equal:before {
  content: "\F16F"; }

.mdi-code-not-equal:before {
  content: "\F170"; }

.mdi-code-not-equal-variant:before {
  content: "\F171"; }

.mdi-code-parentheses:before {
  content: "\F172"; }

.mdi-code-string:before {
  content: "\F173"; }

.mdi-code-tags:before {
  content: "\F174"; }

.mdi-code-tags-check:before {
  content: "\F693"; }

.mdi-codepen:before {
  content: "\F175"; }

.mdi-coffee:before {
  content: "\F176"; }

.mdi-coffee-outline:before {
  content: "\F6C9"; }

.mdi-coffee-to-go:before {
  content: "\F177"; }

.mdi-coin:before {
  content: "\F178"; }

.mdi-coins:before {
  content: "\F694"; }

.mdi-collage:before {
  content: "\F640"; }

.mdi-color-helper:before {
  content: "\F179"; }

.mdi-comment:before {
  content: "\F17A"; }

.mdi-comment-account:before {
  content: "\F17B"; }

.mdi-comment-account-outline:before {
  content: "\F17C"; }

.mdi-comment-alert:before {
  content: "\F17D"; }

.mdi-comment-alert-outline:before {
  content: "\F17E"; }

.mdi-comment-check:before {
  content: "\F17F"; }

.mdi-comment-check-outline:before {
  content: "\F180"; }

.mdi-comment-multiple-outline:before {
  content: "\F181"; }

.mdi-comment-outline:before {
  content: "\F182"; }

.mdi-comment-plus-outline:before {
  content: "\F183"; }

.mdi-comment-processing:before {
  content: "\F184"; }

.mdi-comment-processing-outline:before {
  content: "\F185"; }

.mdi-comment-question-outline:before {
  content: "\F186"; }

.mdi-comment-remove-outline:before {
  content: "\F187"; }

.mdi-comment-text:before {
  content: "\F188"; }

.mdi-comment-text-outline:before {
  content: "\F189"; }

.mdi-compare:before {
  content: "\F18A"; }

.mdi-compass:before {
  content: "\F18B"; }

.mdi-compass-outline:before {
  content: "\F18C"; }

.mdi-console:before {
  content: "\F18D"; }

.mdi-contact-mail:before {
  content: "\F18E"; }

.mdi-contacts:before {
  content: "\F6CA"; }

.mdi-content-copy:before {
  content: "\F18F"; }

.mdi-content-cut:before {
  content: "\F190"; }

.mdi-content-duplicate:before {
  content: "\F191"; }

.mdi-content-paste:before {
  content: "\F192"; }

.mdi-content-save:before {
  content: "\F193"; }

.mdi-content-save-all:before {
  content: "\F194"; }

.mdi-content-save-settings:before {
  content: "\F61B"; }

.mdi-contrast:before {
  content: "\F195"; }

.mdi-contrast-box:before {
  content: "\F196"; }

.mdi-contrast-circle:before {
  content: "\F197"; }

.mdi-cookie:before {
  content: "\F198"; }

.mdi-copyright:before {
  content: "\F5E6"; }

.mdi-counter:before {
  content: "\F199"; }

.mdi-cow:before {
  content: "\F19A"; }

.mdi-creation:before {
  content: "\F1C9"; }

.mdi-credit-card:before {
  content: "\F19B"; }

.mdi-credit-card-multiple:before {
  content: "\F19C"; }

.mdi-credit-card-off:before {
  content: "\F5E4"; }

.mdi-credit-card-plus:before {
  content: "\F675"; }

.mdi-credit-card-scan:before {
  content: "\F19D"; }

.mdi-crop:before {
  content: "\F19E"; }

.mdi-crop-free:before {
  content: "\F19F"; }

.mdi-crop-landscape:before {
  content: "\F1A0"; }

.mdi-crop-portrait:before {
  content: "\F1A1"; }

.mdi-crop-rotate:before {
  content: "\F695"; }

.mdi-crop-square:before {
  content: "\F1A2"; }

.mdi-crosshairs:before {
  content: "\F1A3"; }

.mdi-crosshairs-gps:before {
  content: "\F1A4"; }

.mdi-crown:before {
  content: "\F1A5"; }

.mdi-cube:before {
  content: "\F1A6"; }

.mdi-cube-outline:before {
  content: "\F1A7"; }

.mdi-cube-send:before {
  content: "\F1A8"; }

.mdi-cube-unfolded:before {
  content: "\F1A9"; }

.mdi-cup:before {
  content: "\F1AA"; }

.mdi-cup-off:before {
  content: "\F5E5"; }

.mdi-cup-water:before {
  content: "\F1AB"; }

.mdi-currency-btc:before {
  content: "\F1AC"; }

.mdi-currency-eur:before {
  content: "\F1AD"; }

.mdi-currency-gbp:before {
  content: "\F1AE"; }

.mdi-currency-inr:before {
  content: "\F1AF"; }

.mdi-currency-ngn:before {
  content: "\F1B0"; }

.mdi-currency-rub:before {
  content: "\F1B1"; }

.mdi-currency-try:before {
  content: "\F1B2"; }

.mdi-currency-usd:before {
  content: "\F1B3"; }

.mdi-currency-usd-off:before {
  content: "\F679"; }

.mdi-cursor-default:before {
  content: "\F1B4"; }

.mdi-cursor-default-outline:before {
  content: "\F1B5"; }

.mdi-cursor-move:before {
  content: "\F1B6"; }

.mdi-cursor-pointer:before {
  content: "\F1B7"; }

.mdi-cursor-text:before {
  content: "\F5E7"; }

.mdi-database:before {
  content: "\F1B8"; }

.mdi-database-minus:before {
  content: "\F1B9"; }

.mdi-database-plus:before {
  content: "\F1BA"; }

.mdi-debug-step-into:before {
  content: "\F1BB"; }

.mdi-debug-step-out:before {
  content: "\F1BC"; }

.mdi-debug-step-over:before {
  content: "\F1BD"; }

.mdi-decimal-decrease:before {
  content: "\F1BE"; }

.mdi-decimal-increase:before {
  content: "\F1BF"; }

.mdi-delete:before {
  content: "\F1C0"; }

.mdi-delete-circle:before {
  content: "\F682"; }

.mdi-delete-empty:before {
  content: "\F6CB"; }

.mdi-delete-forever:before {
  content: "\F5E8"; }

.mdi-delete-sweep:before {
  content: "\F5E9"; }

.mdi-delete-variant:before {
  content: "\F1C1"; }

.mdi-delta:before {
  content: "\F1C2"; }

.mdi-deskphone:before {
  content: "\F1C3"; }

.mdi-desktop-mac:before {
  content: "\F1C4"; }

.mdi-desktop-tower:before {
  content: "\F1C5"; }

.mdi-details:before {
  content: "\F1C6"; }

.mdi-developer-board:before {
  content: "\F696"; }

.mdi-deviantart:before {
  content: "\F1C7"; }

.mdi-dialpad:before {
  content: "\F61C"; }

.mdi-diamond:before {
  content: "\F1C8"; }

.mdi-dice-1:before {
  content: "\F1CA"; }

.mdi-dice-2:before {
  content: "\F1CB"; }

.mdi-dice-3:before {
  content: "\F1CC"; }

.mdi-dice-4:before {
  content: "\F1CD"; }

.mdi-dice-5:before {
  content: "\F1CE"; }

.mdi-dice-6:before {
  content: "\F1CF"; }

.mdi-dice-d20:before {
  content: "\F5EA"; }

.mdi-dice-d4:before {
  content: "\F5EB"; }

.mdi-dice-d6:before {
  content: "\F5EC"; }

.mdi-dice-d8:before {
  content: "\F5ED"; }

.mdi-dictionary:before {
  content: "\F61D"; }

.mdi-directions:before {
  content: "\F1D0"; }

.mdi-directions-fork:before {
  content: "\F641"; }

.mdi-discord:before {
  content: "\F66F"; }

.mdi-disk:before {
  content: "\F5EE"; }

.mdi-disk-alert:before {
  content: "\F1D1"; }

.mdi-disqus:before {
  content: "\F1D2"; }

.mdi-disqus-outline:before {
  content: "\F1D3"; }

.mdi-division:before {
  content: "\F1D4"; }

.mdi-division-box:before {
  content: "\F1D5"; }

.mdi-dna:before {
  content: "\F683"; }

.mdi-dns:before {
  content: "\F1D6"; }

.mdi-do-not-disturb:before {
  content: "\F697"; }

.mdi-do-not-disturb-off:before {
  content: "\F698"; }

.mdi-dolby:before {
  content: "\F6B2"; }

.mdi-domain:before {
  content: "\F1D7"; }

.mdi-dots-horizontal:before {
  content: "\F1D8"; }

.mdi-dots-vertical:before {
  content: "\F1D9"; }

.mdi-douban:before {
  content: "\F699"; }

.mdi-download:before {
  content: "\F1DA"; }

.mdi-drag:before {
  content: "\F1DB"; }

.mdi-drag-horizontal:before {
  content: "\F1DC"; }

.mdi-drag-vertical:before {
  content: "\F1DD"; }

.mdi-drawing:before {
  content: "\F1DE"; }

.mdi-drawing-box:before {
  content: "\F1DF"; }

.mdi-dribbble:before {
  content: "\F1E0"; }

.mdi-dribbble-box:before {
  content: "\F1E1"; }

.mdi-drone:before {
  content: "\F1E2"; }

.mdi-dropbox:before {
  content: "\F1E3"; }

.mdi-drupal:before {
  content: "\F1E4"; }

.mdi-duck:before {
  content: "\F1E5"; }

.mdi-dumbbell:before {
  content: "\F1E6"; }

.mdi-earth:before {
  content: "\F1E7"; }

.mdi-earth-box:before {
  content: "\F6CC"; }

.mdi-earth-box-off:before {
  content: "\F6CD"; }

.mdi-earth-off:before {
  content: "\F1E8"; }

.mdi-edge:before {
  content: "\F1E9"; }

.mdi-eject:before {
  content: "\F1EA"; }

.mdi-elevation-decline:before {
  content: "\F1EB"; }

.mdi-elevation-rise:before {
  content: "\F1EC"; }

.mdi-elevator:before {
  content: "\F1ED"; }

.mdi-email:before {
  content: "\F1EE"; }

.mdi-email-alert:before {
  content: "\F6CE"; }

.mdi-email-open:before {
  content: "\F1EF"; }

.mdi-email-open-outline:before {
  content: "\F5EF"; }

.mdi-email-outline:before {
  content: "\F1F0"; }

.mdi-email-secure:before {
  content: "\F1F1"; }

.mdi-email-variant:before {
  content: "\F5F0"; }

.mdi-emby:before {
  content: "\F6B3"; }

.mdi-emoticon:before {
  content: "\F1F2"; }

.mdi-emoticon-cool:before {
  content: "\F1F3"; }

.mdi-emoticon-dead:before {
  content: "\F69A"; }

.mdi-emoticon-devil:before {
  content: "\F1F4"; }

.mdi-emoticon-excited:before {
  content: "\F69B"; }

.mdi-emoticon-happy:before {
  content: "\F1F5"; }

.mdi-emoticon-neutral:before {
  content: "\F1F6"; }

.mdi-emoticon-poop:before {
  content: "\F1F7"; }

.mdi-emoticon-sad:before {
  content: "\F1F8"; }

.mdi-emoticon-tongue:before {
  content: "\F1F9"; }

.mdi-engine:before {
  content: "\F1FA"; }

.mdi-engine-outline:before {
  content: "\F1FB"; }

.mdi-equal:before {
  content: "\F1FC"; }

.mdi-equal-box:before {
  content: "\F1FD"; }

.mdi-eraser:before {
  content: "\F1FE"; }

.mdi-eraser-variant:before {
  content: "\F642"; }

.mdi-escalator:before {
  content: "\F1FF"; }

.mdi-ethernet:before {
  content: "\F200"; }

.mdi-ethernet-cable:before {
  content: "\F201"; }

.mdi-ethernet-cable-off:before {
  content: "\F202"; }

.mdi-etsy:before {
  content: "\F203"; }

.mdi-ev-station:before {
  content: "\F5F1"; }

.mdi-evernote:before {
  content: "\F204"; }

.mdi-exclamation:before {
  content: "\F205"; }

.mdi-exit-to-app:before {
  content: "\F206"; }

.mdi-export:before {
  content: "\F207"; }

.mdi-eye:before {
  content: "\F208"; }

.mdi-eye-off:before {
  content: "\F209"; }

.mdi-eye-outline:before {
  content: "\F6CF"; }

.mdi-eye-outline-off:before {
  content: "\F6D0"; }

.mdi-eyedropper:before {
  content: "\F20A"; }

.mdi-eyedropper-variant:before {
  content: "\F20B"; }

.mdi-face:before {
  content: "\F643"; }

.mdi-face-profile:before {
  content: "\F644"; }

.mdi-facebook:before {
  content: "\F20C"; }

.mdi-facebook-box:before {
  content: "\F20D"; }

.mdi-facebook-messenger:before {
  content: "\F20E"; }

.mdi-factory:before {
  content: "\F20F"; }

.mdi-fan:before {
  content: "\F210"; }

.mdi-fast-forward:before {
  content: "\F211"; }

.mdi-fast-forward-outline:before {
  content: "\F6D1"; }

.mdi-fax:before {
  content: "\F212"; }

.mdi-feather:before {
  content: "\F6D2"; }

.mdi-ferry:before {
  content: "\F213"; }

.mdi-file:before {
  content: "\F214"; }

.mdi-file-chart:before {
  content: "\F215"; }

.mdi-file-check:before {
  content: "\F216"; }

.mdi-file-cloud:before {
  content: "\F217"; }

.mdi-file-delimited:before {
  content: "\F218"; }

.mdi-file-document:before {
  content: "\F219"; }

.mdi-file-document-box:before {
  content: "\F21A"; }

.mdi-file-excel:before {
  content: "\F21B"; }

.mdi-file-excel-box:before {
  content: "\F21C"; }

.mdi-file-export:before {
  content: "\F21D"; }

.mdi-file-find:before {
  content: "\F21E"; }

.mdi-file-hidden:before {
  content: "\F613"; }

.mdi-file-image:before {
  content: "\F21F"; }

.mdi-file-import:before {
  content: "\F220"; }

.mdi-file-lock:before {
  content: "\F221"; }

.mdi-file-multiple:before {
  content: "\F222"; }

.mdi-file-music:before {
  content: "\F223"; }

.mdi-file-outline:before {
  content: "\F224"; }

.mdi-file-pdf:before {
  content: "\F225"; }

.mdi-file-pdf-box:before {
  content: "\F226"; }

.mdi-file-powerpoint:before {
  content: "\F227"; }

.mdi-file-powerpoint-box:before {
  content: "\F228"; }

.mdi-file-presentation-box:before {
  content: "\F229"; }

.mdi-file-restore:before {
  content: "\F670"; }

.mdi-file-send:before {
  content: "\F22A"; }

.mdi-file-tree:before {
  content: "\F645"; }

.mdi-file-video:before {
  content: "\F22B"; }

.mdi-file-word:before {
  content: "\F22C"; }

.mdi-file-word-box:before {
  content: "\F22D"; }

.mdi-file-xml:before {
  content: "\F22E"; }

.mdi-film:before {
  content: "\F22F"; }

.mdi-filmstrip:before {
  content: "\F230"; }

.mdi-filmstrip-off:before {
  content: "\F231"; }

.mdi-filter:before {
  content: "\F232"; }

.mdi-filter-outline:before {
  content: "\F233"; }

.mdi-filter-remove:before {
  content: "\F234"; }

.mdi-filter-remove-outline:before {
  content: "\F235"; }

.mdi-filter-variant:before {
  content: "\F236"; }

.mdi-find-replace:before {
  content: "\F6D3"; }

.mdi-fingerprint:before {
  content: "\F237"; }

.mdi-fire:before {
  content: "\F238"; }

.mdi-firefox:before {
  content: "\F239"; }

.mdi-fish:before {
  content: "\F23A"; }

.mdi-flag:before {
  content: "\F23B"; }

.mdi-flag-checkered:before {
  content: "\F23C"; }

.mdi-flag-outline:before {
  content: "\F23D"; }

.mdi-flag-outline-variant:before {
  content: "\F23E"; }

.mdi-flag-triangle:before {
  content: "\F23F"; }

.mdi-flag-variant:before {
  content: "\F240"; }

.mdi-flash:before {
  content: "\F241"; }

.mdi-flash-auto:before {
  content: "\F242"; }

.mdi-flash-off:before {
  content: "\F243"; }

.mdi-flash-outline:before {
  content: "\F6D4"; }

.mdi-flash-red-eye:before {
  content: "\F67A"; }

.mdi-flashlight:before {
  content: "\F244"; }

.mdi-flashlight-off:before {
  content: "\F245"; }

.mdi-flask:before {
  content: "\F093"; }

.mdi-flask-empty:before {
  content: "\F094"; }

.mdi-flask-empty-outline:before {
  content: "\F095"; }

.mdi-flask-outline:before {
  content: "\F096"; }

.mdi-flattr:before {
  content: "\F246"; }

.mdi-flip-to-back:before {
  content: "\F247"; }

.mdi-flip-to-front:before {
  content: "\F248"; }

.mdi-floppy:before {
  content: "\F249"; }

.mdi-flower:before {
  content: "\F24A"; }

.mdi-folder:before {
  content: "\F24B"; }

.mdi-folder-account:before {
  content: "\F24C"; }

.mdi-folder-download:before {
  content: "\F24D"; }

.mdi-folder-google-drive:before {
  content: "\F24E"; }

.mdi-folder-image:before {
  content: "\F24F"; }

.mdi-folder-lock:before {
  content: "\F250"; }

.mdi-folder-lock-open:before {
  content: "\F251"; }

.mdi-folder-move:before {
  content: "\F252"; }

.mdi-folder-multiple:before {
  content: "\F253"; }

.mdi-folder-multiple-image:before {
  content: "\F254"; }

.mdi-folder-multiple-outline:before {
  content: "\F255"; }

.mdi-folder-outline:before {
  content: "\F256"; }

.mdi-folder-plus:before {
  content: "\F257"; }

.mdi-folder-remove:before {
  content: "\F258"; }

.mdi-folder-star:before {
  content: "\F69C"; }

.mdi-folder-upload:before {
  content: "\F259"; }

.mdi-font-awesome:before {
  content: "\F03A"; }

.mdi-food:before {
  content: "\F25A"; }

.mdi-food-apple:before {
  content: "\F25B"; }

.mdi-food-fork-drink:before {
  content: "\F5F2"; }

.mdi-food-off:before {
  content: "\F5F3"; }

.mdi-food-variant:before {
  content: "\F25C"; }

.mdi-football:before {
  content: "\F25D"; }

.mdi-football-australian:before {
  content: "\F25E"; }

.mdi-football-helmet:before {
  content: "\F25F"; }

.mdi-format-align-center:before {
  content: "\F260"; }

.mdi-format-align-justify:before {
  content: "\F261"; }

.mdi-format-align-left:before {
  content: "\F262"; }

.mdi-format-align-right:before {
  content: "\F263"; }

.mdi-format-annotation-plus:before {
  content: "\F646"; }

.mdi-format-bold:before {
  content: "\F264"; }

.mdi-format-clear:before {
  content: "\F265"; }

.mdi-format-color-fill:before {
  content: "\F266"; }

.mdi-format-color-text:before {
  content: "\F69D"; }

.mdi-format-float-center:before {
  content: "\F267"; }

.mdi-format-float-left:before {
  content: "\F268"; }

.mdi-format-float-none:before {
  content: "\F269"; }

.mdi-format-float-right:before {
  content: "\F26A"; }

.mdi-format-font:before {
  content: "\F6D5"; }

.mdi-format-header-1:before {
  content: "\F26B"; }

.mdi-format-header-2:before {
  content: "\F26C"; }

.mdi-format-header-3:before {
  content: "\F26D"; }

.mdi-format-header-4:before {
  content: "\F26E"; }

.mdi-format-header-5:before {
  content: "\F26F"; }

.mdi-format-header-6:before {
  content: "\F270"; }

.mdi-format-header-decrease:before {
  content: "\F271"; }

.mdi-format-header-equal:before {
  content: "\F272"; }

.mdi-format-header-increase:before {
  content: "\F273"; }

.mdi-format-header-pound:before {
  content: "\F274"; }

.mdi-format-horizontal-align-center:before {
  content: "\F61E"; }

.mdi-format-horizontal-align-left:before {
  content: "\F61F"; }

.mdi-format-horizontal-align-right:before {
  content: "\F620"; }

.mdi-format-indent-decrease:before {
  content: "\F275"; }

.mdi-format-indent-increase:before {
  content: "\F276"; }

.mdi-format-italic:before {
  content: "\F277"; }

.mdi-format-line-spacing:before {
  content: "\F278"; }

.mdi-format-line-style:before {
  content: "\F5C8"; }

.mdi-format-line-weight:before {
  content: "\F5C9"; }

.mdi-format-list-bulleted:before {
  content: "\F279"; }

.mdi-format-list-bulleted-type:before {
  content: "\F27A"; }

.mdi-format-list-numbers:before {
  content: "\F27B"; }

.mdi-format-page-break:before {
  content: "\F6D6"; }

.mdi-format-paint:before {
  content: "\F27C"; }

.mdi-format-paragraph:before {
  content: "\F27D"; }

.mdi-format-pilcrow:before {
  content: "\F6D7"; }

.mdi-format-quote:before {
  content: "\F27E"; }

.mdi-format-rotate-90:before {
  content: "\F6A9"; }

.mdi-format-section:before {
  content: "\F69E"; }

.mdi-format-size:before {
  content: "\F27F"; }

.mdi-format-strikethrough:before {
  content: "\F280"; }

.mdi-format-strikethrough-variant:before {
  content: "\F281"; }

.mdi-format-subscript:before {
  content: "\F282"; }

.mdi-format-superscript:before {
  content: "\F283"; }

.mdi-format-text:before {
  content: "\F284"; }

.mdi-format-textdirection-l-to-r:before {
  content: "\F285"; }

.mdi-format-textdirection-r-to-l:before {
  content: "\F286"; }

.mdi-format-title:before {
  content: "\F5F4"; }

.mdi-format-underline:before {
  content: "\F287"; }

.mdi-format-vertical-align-bottom:before {
  content: "\F621"; }

.mdi-format-vertical-align-center:before {
  content: "\F622"; }

.mdi-format-vertical-align-top:before {
  content: "\F623"; }

.mdi-format-wrap-inline:before {
  content: "\F288"; }

.mdi-format-wrap-square:before {
  content: "\F289"; }

.mdi-format-wrap-tight:before {
  content: "\F28A"; }

.mdi-format-wrap-top-bottom:before {
  content: "\F28B"; }

.mdi-forum:before {
  content: "\F28C"; }

.mdi-forward:before {
  content: "\F28D"; }

.mdi-foursquare:before {
  content: "\F28E"; }

.mdi-fridge:before {
  content: "\F28F"; }

.mdi-fridge-filled:before {
  content: "\F290"; }

.mdi-fridge-filled-bottom:before {
  content: "\F291"; }

.mdi-fridge-filled-top:before {
  content: "\F292"; }

.mdi-fullscreen:before {
  content: "\F293"; }

.mdi-fullscreen-exit:before {
  content: "\F294"; }

.mdi-function:before {
  content: "\F295"; }

.mdi-gamepad:before {
  content: "\F296"; }

.mdi-gamepad-variant:before {
  content: "\F297"; }

.mdi-garage:before {
  content: "\F6D8"; }

.mdi-garage-open:before {
  content: "\F6D9"; }

.mdi-gas-cylinder:before {
  content: "\F647"; }

.mdi-gas-station:before {
  content: "\F298"; }

.mdi-gate:before {
  content: "\F299"; }

.mdi-gauge:before {
  content: "\F29A"; }

.mdi-gavel:before {
  content: "\F29B"; }

.mdi-gender-female:before {
  content: "\F29C"; }

.mdi-gender-male:before {
  content: "\F29D"; }

.mdi-gender-male-female:before {
  content: "\F29E"; }

.mdi-gender-transgender:before {
  content: "\F29F"; }

.mdi-ghost:before {
  content: "\F2A0"; }

.mdi-gift:before {
  content: "\F2A1"; }

.mdi-git:before {
  content: "\F2A2"; }

.mdi-github-box:before {
  content: "\F2A3"; }

.mdi-github-circle:before {
  content: "\F2A4"; }

.mdi-github-face:before {
  content: "\F6DA"; }

.mdi-glass-flute:before {
  content: "\F2A5"; }

.mdi-glass-mug:before {
  content: "\F2A6"; }

.mdi-glass-stange:before {
  content: "\F2A7"; }

.mdi-glass-tulip:before {
  content: "\F2A8"; }

.mdi-glassdoor:before {
  content: "\F2A9"; }

.mdi-glasses:before {
  content: "\F2AA"; }

.mdi-gmail:before {
  content: "\F2AB"; }

.mdi-gnome:before {
  content: "\F2AC"; }

.mdi-gondola:before {
  content: "\F685"; }

.mdi-google:before {
  content: "\F2AD"; }

.mdi-google-cardboard:before {
  content: "\F2AE"; }

.mdi-google-chrome:before {
  content: "\F2AF"; }

.mdi-google-circles:before {
  content: "\F2B0"; }

.mdi-google-circles-communities:before {
  content: "\F2B1"; }

.mdi-google-circles-extended:before {
  content: "\F2B2"; }

.mdi-google-circles-group:before {
  content: "\F2B3"; }

.mdi-google-controller:before {
  content: "\F2B4"; }

.mdi-google-controller-off:before {
  content: "\F2B5"; }

.mdi-google-drive:before {
  content: "\F2B6"; }

.mdi-google-earth:before {
  content: "\F2B7"; }

.mdi-google-glass:before {
  content: "\F2B8"; }

.mdi-google-keep:before {
  content: "\F6DB"; }

.mdi-google-maps:before {
  content: "\F5F5"; }

.mdi-google-nearby:before {
  content: "\F2B9"; }

.mdi-google-pages:before {
  content: "\F2BA"; }

.mdi-google-photos:before {
  content: "\F6DC"; }

.mdi-google-physical-web:before {
  content: "\F2BB"; }

.mdi-google-play:before {
  content: "\F2BC"; }

.mdi-google-plus:before {
  content: "\F2BD"; }

.mdi-google-plus-box:before {
  content: "\F2BE"; }

.mdi-google-translate:before {
  content: "\F2BF"; }

.mdi-google-wallet:before {
  content: "\F2C0"; }

.mdi-gradient:before {
  content: "\F69F"; }

.mdi-grease-pencil:before {
  content: "\F648"; }

.mdi-grid:before {
  content: "\F2C1"; }

.mdi-grid-off:before {
  content: "\F2C2"; }

.mdi-group:before {
  content: "\F2C3"; }

.mdi-guitar-electric:before {
  content: "\F2C4"; }

.mdi-guitar-pick:before {
  content: "\F2C5"; }

.mdi-guitar-pick-outline:before {
  content: "\F2C6"; }

.mdi-hackernews:before {
  content: "\F624"; }

.mdi-hamburger:before {
  content: "\F684"; }

.mdi-hand-pointing-right:before {
  content: "\F2C7"; }

.mdi-hanger:before {
  content: "\F2C8"; }

.mdi-hangouts:before {
  content: "\F2C9"; }

.mdi-harddisk:before {
  content: "\F2CA"; }

.mdi-headphones:before {
  content: "\F2CB"; }

.mdi-headphones-box:before {
  content: "\F2CC"; }

.mdi-headphones-settings:before {
  content: "\F2CD"; }

.mdi-headset:before {
  content: "\F2CE"; }

.mdi-headset-dock:before {
  content: "\F2CF"; }

.mdi-headset-off:before {
  content: "\F2D0"; }

.mdi-heart:before {
  content: "\F2D1"; }

.mdi-heart-box:before {
  content: "\F2D2"; }

.mdi-heart-box-outline:before {
  content: "\F2D3"; }

.mdi-heart-broken:before {
  content: "\F2D4"; }

.mdi-heart-half-outline:before {
  content: "\F6DD"; }

.mdi-heart-half-part:before {
  content: "\F6DE"; }

.mdi-heart-half-part-outline:before {
  content: "\F6DF"; }

.mdi-heart-outline:before {
  content: "\F2D5"; }

.mdi-heart-pulse:before {
  content: "\F5F6"; }

.mdi-help:before {
  content: "\F2D6"; }

.mdi-help-circle:before {
  content: "\F2D7"; }

.mdi-help-circle-outline:before {
  content: "\F625"; }

.mdi-hexagon:before {
  content: "\F2D8"; }

.mdi-hexagon-multiple:before {
  content: "\F6E0"; }

.mdi-hexagon-outline:before {
  content: "\F2D9"; }

.mdi-highway:before {
  content: "\F5F7"; }

.mdi-history:before {
  content: "\F2DA"; }

.mdi-hololens:before {
  content: "\F2DB"; }

.mdi-home:before {
  content: "\F2DC"; }

.mdi-home-map-marker:before {
  content: "\F5F8"; }

.mdi-home-modern:before {
  content: "\F2DD"; }

.mdi-home-outline:before {
  content: "\F6A0"; }

.mdi-home-variant:before {
  content: "\F2DE"; }

.mdi-hook:before {
  content: "\F6E1"; }

.mdi-hook-off:before {
  content: "\F6E2"; }

.mdi-hops:before {
  content: "\F2DF"; }

.mdi-hospital:before {
  content: "\F2E0"; }

.mdi-hospital-building:before {
  content: "\F2E1"; }

.mdi-hospital-marker:before {
  content: "\F2E2"; }

.mdi-hotel:before {
  content: "\F2E3"; }

.mdi-houzz:before {
  content: "\F2E4"; }

.mdi-houzz-box:before {
  content: "\F2E5"; }

.mdi-human:before {
  content: "\F2E6"; }

.mdi-human-child:before {
  content: "\F2E7"; }

.mdi-human-female:before {
  content: "\F649"; }

.mdi-human-greeting:before {
  content: "\F64A"; }

.mdi-human-handsdown:before {
  content: "\F64B"; }

.mdi-human-handsup:before {
  content: "\F64C"; }

.mdi-human-male:before {
  content: "\F64D"; }

.mdi-human-male-female:before {
  content: "\F2E8"; }

.mdi-human-pregnant:before {
  content: "\F5CF"; }

.mdi-image:before {
  content: "\F2E9"; }

.mdi-image-album:before {
  content: "\F2EA"; }

.mdi-image-area:before {
  content: "\F2EB"; }

.mdi-image-area-close:before {
  content: "\F2EC"; }

.mdi-image-broken:before {
  content: "\F2ED"; }

.mdi-image-broken-variant:before {
  content: "\F2EE"; }

.mdi-image-filter:before {
  content: "\F2EF"; }

.mdi-image-filter-black-white:before {
  content: "\F2F0"; }

.mdi-image-filter-center-focus:before {
  content: "\F2F1"; }

.mdi-image-filter-center-focus-weak:before {
  content: "\F2F2"; }

.mdi-image-filter-drama:before {
  content: "\F2F3"; }

.mdi-image-filter-frames:before {
  content: "\F2F4"; }

.mdi-image-filter-hdr:before {
  content: "\F2F5"; }

.mdi-image-filter-none:before {
  content: "\F2F6"; }

.mdi-image-filter-tilt-shift:before {
  content: "\F2F7"; }

.mdi-image-filter-vintage:before {
  content: "\F2F8"; }

.mdi-image-multiple:before {
  content: "\F2F9"; }

.mdi-import:before {
  content: "\F2FA"; }

.mdi-inbox:before {
  content: "\F686"; }

.mdi-inbox-arrow-down:before {
  content: "\F2FB"; }

.mdi-inbox-arrow-up:before {
  content: "\F3D1"; }

.mdi-incognito:before {
  content: "\F5F9"; }

.mdi-infinity:before {
  content: "\F6E3"; }

.mdi-information:before {
  content: "\F2FC"; }

.mdi-information-outline:before {
  content: "\F2FD"; }

.mdi-information-variant:before {
  content: "\F64E"; }

.mdi-instagram:before {
  content: "\F2FE"; }

.mdi-instapaper:before {
  content: "\F2FF"; }

.mdi-internet-explorer:before {
  content: "\F300"; }

.mdi-invert-colors:before {
  content: "\F301"; }

.mdi-itunes:before {
  content: "\F676"; }

.mdi-jeepney:before {
  content: "\F302"; }

.mdi-jira:before {
  content: "\F303"; }

.mdi-jsfiddle:before {
  content: "\F304"; }

.mdi-json:before {
  content: "\F626"; }

.mdi-keg:before {
  content: "\F305"; }

.mdi-kettle:before {
  content: "\F5FA"; }

.mdi-key:before {
  content: "\F306"; }

.mdi-key-change:before {
  content: "\F307"; }

.mdi-key-minus:before {
  content: "\F308"; }

.mdi-key-plus:before {
  content: "\F309"; }

.mdi-key-remove:before {
  content: "\F30A"; }

.mdi-key-variant:before {
  content: "\F30B"; }

.mdi-keyboard:before {
  content: "\F30C"; }

.mdi-keyboard-backspace:before {
  content: "\F30D"; }

.mdi-keyboard-caps:before {
  content: "\F30E"; }

.mdi-keyboard-close:before {
  content: "\F30F"; }

.mdi-keyboard-off:before {
  content: "\F310"; }

.mdi-keyboard-return:before {
  content: "\F311"; }

.mdi-keyboard-tab:before {
  content: "\F312"; }

.mdi-keyboard-variant:before {
  content: "\F313"; }

.mdi-kodi:before {
  content: "\F314"; }

.mdi-label:before {
  content: "\F315"; }

.mdi-label-outline:before {
  content: "\F316"; }

.mdi-lambda:before {
  content: "\F627"; }

.mdi-lamp:before {
  content: "\F6B4"; }

.mdi-lan:before {
  content: "\F317"; }

.mdi-lan-connect:before {
  content: "\F318"; }

.mdi-lan-disconnect:before {
  content: "\F319"; }

.mdi-lan-pending:before {
  content: "\F31A"; }

.mdi-language-c:before {
  content: "\F671"; }

.mdi-language-cpp:before {
  content: "\F672"; }

.mdi-language-csharp:before {
  content: "\F31B"; }

.mdi-language-css3:before {
  content: "\F31C"; }

.mdi-language-html5:before {
  content: "\F31D"; }

.mdi-language-javascript:before {
  content: "\F31E"; }

.mdi-language-php:before {
  content: "\F31F"; }

.mdi-language-python:before {
  content: "\F320"; }

.mdi-language-python-text:before {
  content: "\F321"; }

.mdi-language-swift:before {
  content: "\F6E4"; }

.mdi-language-typescript:before {
  content: "\F6E5"; }

.mdi-laptop:before {
  content: "\F322"; }

.mdi-laptop-chromebook:before {
  content: "\F323"; }

.mdi-laptop-mac:before {
  content: "\F324"; }

.mdi-laptop-off:before {
  content: "\F6E6"; }

.mdi-laptop-windows:before {
  content: "\F325"; }

.mdi-lastfm:before {
  content: "\F326"; }

.mdi-launch:before {
  content: "\F327"; }

.mdi-layers:before {
  content: "\F328"; }

.mdi-layers-off:before {
  content: "\F329"; }

.mdi-lead-pencil:before {
  content: "\F64F"; }

.mdi-leaf:before {
  content: "\F32A"; }

.mdi-led-off:before {
  content: "\F32B"; }

.mdi-led-on:before {
  content: "\F32C"; }

.mdi-led-outline:before {
  content: "\F32D"; }

.mdi-led-variant-off:before {
  content: "\F32E"; }

.mdi-led-variant-on:before {
  content: "\F32F"; }

.mdi-led-variant-outline:before {
  content: "\F330"; }

.mdi-library:before {
  content: "\F331"; }

.mdi-library-books:before {
  content: "\F332"; }

.mdi-library-music:before {
  content: "\F333"; }

.mdi-library-plus:before {
  content: "\F334"; }

.mdi-lightbulb:before {
  content: "\F335"; }

.mdi-lightbulb-on:before {
  content: "\F6E7"; }

.mdi-lightbulb-on-outline:before {
  content: "\F6E8"; }

.mdi-lightbulb-outline:before {
  content: "\F336"; }

.mdi-link:before {
  content: "\F337"; }

.mdi-link-off:before {
  content: "\F338"; }

.mdi-link-variant:before {
  content: "\F339"; }

.mdi-link-variant-off:before {
  content: "\F33A"; }

.mdi-linkedin:before {
  content: "\F33B"; }

.mdi-linkedin-box:before {
  content: "\F33C"; }

.mdi-linux:before {
  content: "\F33D"; }

.mdi-lock:before {
  content: "\F33E"; }

.mdi-lock-open:before {
  content: "\F33F"; }

.mdi-lock-open-outline:before {
  content: "\F340"; }

.mdi-lock-outline:before {
  content: "\F341"; }

.mdi-lock-pattern:before {
  content: "\F6E9"; }

.mdi-lock-plus:before {
  content: "\F5FB"; }

.mdi-login:before {
  content: "\F342"; }

.mdi-login-variant:before {
  content: "\F5FC"; }

.mdi-logout:before {
  content: "\F343"; }

.mdi-logout-variant:before {
  content: "\F5FD"; }

.mdi-looks:before {
  content: "\F344"; }

.mdi-loop:before {
  content: "\F6EA"; }

.mdi-loupe:before {
  content: "\F345"; }

.mdi-lumx:before {
  content: "\F346"; }

.mdi-magnet:before {
  content: "\F347"; }

.mdi-magnet-on:before {
  content: "\F348"; }

.mdi-magnify:before {
  content: "\F349"; }

.mdi-magnify-minus:before {
  content: "\F34A"; }

.mdi-magnify-minus-outline:before {
  content: "\F6EB"; }

.mdi-magnify-plus:before {
  content: "\F34B"; }

.mdi-magnify-plus-outline:before {
  content: "\F6EC"; }

.mdi-mail-ru:before {
  content: "\F34C"; }

.mdi-mailbox:before {
  content: "\F6ED"; }

.mdi-map:before {
  content: "\F34D"; }

.mdi-map-marker:before {
  content: "\F34E"; }

.mdi-map-marker-circle:before {
  content: "\F34F"; }

.mdi-map-marker-minus:before {
  content: "\F650"; }

.mdi-map-marker-multiple:before {
  content: "\F350"; }

.mdi-map-marker-off:before {
  content: "\F351"; }

.mdi-map-marker-plus:before {
  content: "\F651"; }

.mdi-map-marker-radius:before {
  content: "\F352"; }

.mdi-margin:before {
  content: "\F353"; }

.mdi-markdown:before {
  content: "\F354"; }

.mdi-marker:before {
  content: "\F652"; }

.mdi-marker-check:before {
  content: "\F355"; }

.mdi-martini:before {
  content: "\F356"; }

.mdi-material-ui:before {
  content: "\F357"; }

.mdi-math-compass:before {
  content: "\F358"; }

.mdi-matrix:before {
  content: "\F628"; }

.mdi-maxcdn:before {
  content: "\F359"; }

.mdi-medical-bag:before {
  content: "\F6EE"; }

.mdi-medium:before {
  content: "\F35A"; }

.mdi-memory:before {
  content: "\F35B"; }

.mdi-menu:before {
  content: "\F35C"; }

.mdi-menu-down:before {
  content: "\F35D"; }

.mdi-menu-down-outline:before {
  content: "\F6B5"; }

.mdi-menu-left:before {
  content: "\F35E"; }

.mdi-menu-right:before {
  content: "\F35F"; }

.mdi-menu-up:before {
  content: "\F360"; }

.mdi-menu-up-outline:before {
  content: "\F6B6"; }

.mdi-message:before {
  content: "\F361"; }

.mdi-message-alert:before {
  content: "\F362"; }

.mdi-message-bulleted:before {
  content: "\F6A1"; }

.mdi-message-bulleted-off:before {
  content: "\F6A2"; }

.mdi-message-draw:before {
  content: "\F363"; }

.mdi-message-image:before {
  content: "\F364"; }

.mdi-message-outline:before {
  content: "\F365"; }

.mdi-message-plus:before {
  content: "\F653"; }

.mdi-message-processing:before {
  content: "\F366"; }

.mdi-message-reply:before {
  content: "\F367"; }

.mdi-message-reply-text:before {
  content: "\F368"; }

.mdi-message-settings:before {
  content: "\F6EF"; }

.mdi-message-settings-variant:before {
  content: "\F6F0"; }

.mdi-message-text:before {
  content: "\F369"; }

.mdi-message-text-outline:before {
  content: "\F36A"; }

.mdi-message-video:before {
  content: "\F36B"; }

.mdi-meteor:before {
  content: "\F629"; }

.mdi-microphone:before {
  content: "\F36C"; }

.mdi-microphone-off:before {
  content: "\F36D"; }

.mdi-microphone-outline:before {
  content: "\F36E"; }

.mdi-microphone-settings:before {
  content: "\F36F"; }

.mdi-microphone-variant:before {
  content: "\F370"; }

.mdi-microphone-variant-off:before {
  content: "\F371"; }

.mdi-microscope:before {
  content: "\F654"; }

.mdi-microsoft:before {
  content: "\F372"; }

.mdi-minecraft:before {
  content: "\F373"; }

.mdi-minus:before {
  content: "\F374"; }

.mdi-minus-box:before {
  content: "\F375"; }

.mdi-minus-box-outline:before {
  content: "\F6F1"; }

.mdi-minus-circle:before {
  content: "\F376"; }

.mdi-minus-circle-outline:before {
  content: "\F377"; }

.mdi-minus-network:before {
  content: "\F378"; }

.mdi-mixcloud:before {
  content: "\F62A"; }

.mdi-monitor:before {
  content: "\F379"; }

.mdi-monitor-multiple:before {
  content: "\F37A"; }

.mdi-more:before {
  content: "\F37B"; }

.mdi-motorbike:before {
  content: "\F37C"; }

.mdi-mouse:before {
  content: "\F37D"; }

.mdi-mouse-off:before {
  content: "\F37E"; }

.mdi-mouse-variant:before {
  content: "\F37F"; }

.mdi-mouse-variant-off:before {
  content: "\F380"; }

.mdi-move-resize:before {
  content: "\F655"; }

.mdi-move-resize-variant:before {
  content: "\F656"; }

.mdi-movie:before {
  content: "\F381"; }

.mdi-multiplication:before {
  content: "\F382"; }

.mdi-multiplication-box:before {
  content: "\F383"; }

.mdi-music-box:before {
  content: "\F384"; }

.mdi-music-box-outline:before {
  content: "\F385"; }

.mdi-music-circle:before {
  content: "\F386"; }

.mdi-music-note:before {
  content: "\F387"; }

.mdi-music-note-bluetooth:before {
  content: "\F5FE"; }

.mdi-music-note-bluetooth-off:before {
  content: "\F5FF"; }

.mdi-music-note-eighth:before {
  content: "\F388"; }

.mdi-music-note-half:before {
  content: "\F389"; }

.mdi-music-note-off:before {
  content: "\F38A"; }

.mdi-music-note-quarter:before {
  content: "\F38B"; }

.mdi-music-note-sixteenth:before {
  content: "\F38C"; }

.mdi-music-note-whole:before {
  content: "\F38D"; }

.mdi-nature:before {
  content: "\F38E"; }

.mdi-nature-people:before {
  content: "\F38F"; }

.mdi-navigation:before {
  content: "\F390"; }

.mdi-near-me:before {
  content: "\F5CD"; }

.mdi-needle:before {
  content: "\F391"; }

.mdi-nest-protect:before {
  content: "\F392"; }

.mdi-nest-thermostat:before {
  content: "\F393"; }

.mdi-network:before {
  content: "\F6F2"; }

.mdi-network-download:before {
  content: "\F6F3"; }

.mdi-network-question:before {
  content: "\F6F4"; }

.mdi-network-upload:before {
  content: "\F6F5"; }

.mdi-new-box:before {
  content: "\F394"; }

.mdi-newspaper:before {
  content: "\F395"; }

.mdi-nfc:before {
  content: "\F396"; }

.mdi-nfc-tap:before {
  content: "\F397"; }

.mdi-nfc-variant:before {
  content: "\F398"; }

.mdi-nodejs:before {
  content: "\F399"; }

.mdi-note:before {
  content: "\F39A"; }

.mdi-note-multiple:before {
  content: "\F6B7"; }

.mdi-note-multiple-outline:before {
  content: "\F6B8"; }

.mdi-note-outline:before {
  content: "\F39B"; }

.mdi-note-plus:before {
  content: "\F39C"; }

.mdi-note-plus-outline:before {
  content: "\F39D"; }

.mdi-note-text:before {
  content: "\F39E"; }

.mdi-notification-clear-all:before {
  content: "\F39F"; }

.mdi-npm:before {
  content: "\F6F6"; }

.mdi-nuke:before {
  content: "\F6A3"; }

.mdi-numeric:before {
  content: "\F3A0"; }

.mdi-numeric-0-box:before {
  content: "\F3A1"; }

.mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2"; }

.mdi-numeric-0-box-outline:before {
  content: "\F3A3"; }

.mdi-numeric-1-box:before {
  content: "\F3A4"; }

.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5"; }

.mdi-numeric-1-box-outline:before {
  content: "\F3A6"; }

.mdi-numeric-2-box:before {
  content: "\F3A7"; }

.mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8"; }

.mdi-numeric-2-box-outline:before {
  content: "\F3A9"; }

.mdi-numeric-3-box:before {
  content: "\F3AA"; }

.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB"; }

.mdi-numeric-3-box-outline:before {
  content: "\F3AC"; }

.mdi-numeric-4-box:before {
  content: "\F3AD"; }

.mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE"; }

.mdi-numeric-4-box-outline:before {
  content: "\F3AF"; }

.mdi-numeric-5-box:before {
  content: "\F3B0"; }

.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1"; }

.mdi-numeric-5-box-outline:before {
  content: "\F3B2"; }

.mdi-numeric-6-box:before {
  content: "\F3B3"; }

.mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4"; }

.mdi-numeric-6-box-outline:before {
  content: "\F3B5"; }

.mdi-numeric-7-box:before {
  content: "\F3B6"; }

.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7"; }

.mdi-numeric-7-box-outline:before {
  content: "\F3B8"; }

.mdi-numeric-8-box:before {
  content: "\F3B9"; }

.mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA"; }

.mdi-numeric-8-box-outline:before {
  content: "\F3BB"; }

.mdi-numeric-9-box:before {
  content: "\F3BC"; }

.mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD"; }

.mdi-numeric-9-box-outline:before {
  content: "\F3BE"; }

.mdi-numeric-9-plus-box:before {
  content: "\F3BF"; }

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0"; }

.mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1"; }

.mdi-nut:before {
  content: "\F6F7"; }

.mdi-nutrition:before {
  content: "\F3C2"; }

.mdi-oar:before {
  content: "\F67B"; }

.mdi-octagon:before {
  content: "\F3C3"; }

.mdi-octagon-outline:before {
  content: "\F3C4"; }

.mdi-octagram:before {
  content: "\F6F8"; }

.mdi-odnoklassniki:before {
  content: "\F3C5"; }

.mdi-office:before {
  content: "\F3C6"; }

.mdi-oil:before {
  content: "\F3C7"; }

.mdi-oil-temperature:before {
  content: "\F3C8"; }

.mdi-omega:before {
  content: "\F3C9"; }

.mdi-onedrive:before {
  content: "\F3CA"; }

.mdi-opacity:before {
  content: "\F5CC"; }

.mdi-open-in-app:before {
  content: "\F3CB"; }

.mdi-open-in-new:before {
  content: "\F3CC"; }

.mdi-openid:before {
  content: "\F3CD"; }

.mdi-opera:before {
  content: "\F3CE"; }

.mdi-ornament:before {
  content: "\F3CF"; }

.mdi-ornament-variant:before {
  content: "\F3D0"; }

.mdi-owl:before {
  content: "\F3D2"; }

.mdi-package:before {
  content: "\F3D3"; }

.mdi-package-down:before {
  content: "\F3D4"; }

.mdi-package-up:before {
  content: "\F3D5"; }

.mdi-package-variant:before {
  content: "\F3D6"; }

.mdi-package-variant-closed:before {
  content: "\F3D7"; }

.mdi-page-first:before {
  content: "\F600"; }

.mdi-page-last:before {
  content: "\F601"; }

.mdi-page-layout-body:before {
  content: "\F6F9"; }

.mdi-page-layout-footer:before {
  content: "\F6FA"; }

.mdi-page-layout-header:before {
  content: "\F6FB"; }

.mdi-page-layout-sidebar-left:before {
  content: "\F6FC"; }

.mdi-page-layout-sidebar-right:before {
  content: "\F6FD"; }

.mdi-palette:before {
  content: "\F3D8"; }

.mdi-palette-advanced:before {
  content: "\F3D9"; }

.mdi-panda:before {
  content: "\F3DA"; }

.mdi-pandora:before {
  content: "\F3DB"; }

.mdi-panorama:before {
  content: "\F3DC"; }

.mdi-panorama-fisheye:before {
  content: "\F3DD"; }

.mdi-panorama-horizontal:before {
  content: "\F3DE"; }

.mdi-panorama-vertical:before {
  content: "\F3DF"; }

.mdi-panorama-wide-angle:before {
  content: "\F3E0"; }

.mdi-paper-cut-vertical:before {
  content: "\F3E1"; }

.mdi-paperclip:before {
  content: "\F3E2"; }

.mdi-parking:before {
  content: "\F3E3"; }

.mdi-pause:before {
  content: "\F3E4"; }

.mdi-pause-circle:before {
  content: "\F3E5"; }

.mdi-pause-circle-outline:before {
  content: "\F3E6"; }

.mdi-pause-octagon:before {
  content: "\F3E7"; }

.mdi-pause-octagon-outline:before {
  content: "\F3E8"; }

.mdi-paw:before {
  content: "\F3E9"; }

.mdi-paw-off:before {
  content: "\F657"; }

.mdi-pen:before {
  content: "\F3EA"; }

.mdi-pencil:before {
  content: "\F3EB"; }

.mdi-pencil-box:before {
  content: "\F3EC"; }

.mdi-pencil-box-outline:before {
  content: "\F3ED"; }

.mdi-pencil-circle:before {
  content: "\F6FE"; }

.mdi-pencil-lock:before {
  content: "\F3EE"; }

.mdi-pencil-off:before {
  content: "\F3EF"; }

.mdi-pentagon:before {
  content: "\F6FF"; }

.mdi-pentagon-outline:before {
  content: "\F700"; }

.mdi-percent:before {
  content: "\F3F0"; }

.mdi-pharmacy:before {
  content: "\F3F1"; }

.mdi-phone:before {
  content: "\F3F2"; }

.mdi-phone-bluetooth:before {
  content: "\F3F3"; }

.mdi-phone-classic:before {
  content: "\F602"; }

.mdi-phone-forward:before {
  content: "\F3F4"; }

.mdi-phone-hangup:before {
  content: "\F3F5"; }

.mdi-phone-in-talk:before {
  content: "\F3F6"; }

.mdi-phone-incoming:before {
  content: "\F3F7"; }

.mdi-phone-locked:before {
  content: "\F3F8"; }

.mdi-phone-log:before {
  content: "\F3F9"; }

.mdi-phone-minus:before {
  content: "\F658"; }

.mdi-phone-missed:before {
  content: "\F3FA"; }

.mdi-phone-outgoing:before {
  content: "\F3FB"; }

.mdi-phone-paused:before {
  content: "\F3FC"; }

.mdi-phone-plus:before {
  content: "\F659"; }

.mdi-phone-settings:before {
  content: "\F3FD"; }

.mdi-phone-voip:before {
  content: "\F3FE"; }

.mdi-pi:before {
  content: "\F3FF"; }

.mdi-pi-box:before {
  content: "\F400"; }

.mdi-piano:before {
  content: "\F67C"; }

.mdi-pig:before {
  content: "\F401"; }

.mdi-pill:before {
  content: "\F402"; }

.mdi-pillar:before {
  content: "\F701"; }

.mdi-pin:before {
  content: "\F403"; }

.mdi-pin-off:before {
  content: "\F404"; }

.mdi-pine-tree:before {
  content: "\F405"; }

.mdi-pine-tree-box:before {
  content: "\F406"; }

.mdi-pinterest:before {
  content: "\F407"; }

.mdi-pinterest-box:before {
  content: "\F408"; }

.mdi-pistol:before {
  content: "\F702"; }

.mdi-pizza:before {
  content: "\F409"; }

.mdi-plane-shield:before {
  content: "\F6BA"; }

.mdi-play:before {
  content: "\F40A"; }

.mdi-play-box-outline:before {
  content: "\F40B"; }

.mdi-play-circle:before {
  content: "\F40C"; }

.mdi-play-circle-outline:before {
  content: "\F40D"; }

.mdi-play-pause:before {
  content: "\F40E"; }

.mdi-play-protected-content:before {
  content: "\F40F"; }

.mdi-playlist-check:before {
  content: "\F5C7"; }

.mdi-playlist-minus:before {
  content: "\F410"; }

.mdi-playlist-play:before {
  content: "\F411"; }

.mdi-playlist-plus:before {
  content: "\F412"; }

.mdi-playlist-remove:before {
  content: "\F413"; }

.mdi-playstation:before {
  content: "\F414"; }

.mdi-plex:before {
  content: "\F6B9"; }

.mdi-plus:before {
  content: "\F415"; }

.mdi-plus-box:before {
  content: "\F416"; }

.mdi-plus-box-outline:before {
  content: "\F703"; }

.mdi-plus-circle:before {
  content: "\F417"; }

.mdi-plus-circle-multiple-outline:before {
  content: "\F418"; }

.mdi-plus-circle-outline:before {
  content: "\F419"; }

.mdi-plus-network:before {
  content: "\F41A"; }

.mdi-plus-one:before {
  content: "\F41B"; }

.mdi-plus-outline:before {
  content: "\F704"; }

.mdi-pocket:before {
  content: "\F41C"; }

.mdi-pokeball:before {
  content: "\F41D"; }

.mdi-polaroid:before {
  content: "\F41E"; }

.mdi-poll:before {
  content: "\F41F"; }

.mdi-poll-box:before {
  content: "\F420"; }

.mdi-polymer:before {
  content: "\F421"; }

.mdi-pool:before {
  content: "\F606"; }

.mdi-popcorn:before {
  content: "\F422"; }

.mdi-pot:before {
  content: "\F65A"; }

.mdi-pot-mix:before {
  content: "\F65B"; }

.mdi-pound:before {
  content: "\F423"; }

.mdi-pound-box:before {
  content: "\F424"; }

.mdi-power:before {
  content: "\F425"; }

.mdi-power-plug:before {
  content: "\F6A4"; }

.mdi-power-plug-off:before {
  content: "\F6A5"; }

.mdi-power-settings:before {
  content: "\F426"; }

.mdi-power-socket:before {
  content: "\F427"; }

.mdi-prescription:before {
  content: "\F705"; }

.mdi-presentation:before {
  content: "\F428"; }

.mdi-presentation-play:before {
  content: "\F429"; }

.mdi-printer:before {
  content: "\F42A"; }

.mdi-printer-3d:before {
  content: "\F42B"; }

.mdi-printer-alert:before {
  content: "\F42C"; }

.mdi-printer-settings:before {
  content: "\F706"; }

.mdi-priority-high:before {
  content: "\F603"; }

.mdi-priority-low:before {
  content: "\F604"; }

.mdi-professional-hexagon:before {
  content: "\F42D"; }

.mdi-projector:before {
  content: "\F42E"; }

.mdi-projector-screen:before {
  content: "\F42F"; }

.mdi-publish:before {
  content: "\F6A6"; }

.mdi-pulse:before {
  content: "\F430"; }

.mdi-puzzle:before {
  content: "\F431"; }

.mdi-qqchat:before {
  content: "\F605"; }

.mdi-qrcode:before {
  content: "\F432"; }

.mdi-qrcode-scan:before {
  content: "\F433"; }

.mdi-quadcopter:before {
  content: "\F434"; }

.mdi-quality-high:before {
  content: "\F435"; }

.mdi-quicktime:before {
  content: "\F436"; }

.mdi-radar:before {
  content: "\F437"; }

.mdi-radiator:before {
  content: "\F438"; }

.mdi-radio:before {
  content: "\F439"; }

.mdi-radio-handheld:before {
  content: "\F43A"; }

.mdi-radio-tower:before {
  content: "\F43B"; }

.mdi-radioactive:before {
  content: "\F43C"; }

.mdi-radiobox-blank:before {
  content: "\F43D"; }

.mdi-radiobox-marked:before {
  content: "\F43E"; }

.mdi-raspberrypi:before {
  content: "\F43F"; }

.mdi-ray-end:before {
  content: "\F440"; }

.mdi-ray-end-arrow:before {
  content: "\F441"; }

.mdi-ray-start:before {
  content: "\F442"; }

.mdi-ray-start-arrow:before {
  content: "\F443"; }

.mdi-ray-start-end:before {
  content: "\F444"; }

.mdi-ray-vertex:before {
  content: "\F445"; }

.mdi-rdio:before {
  content: "\F446"; }

.mdi-react:before {
  content: "\F707"; }

.mdi-read:before {
  content: "\F447"; }

.mdi-readability:before {
  content: "\F448"; }

.mdi-receipt:before {
  content: "\F449"; }

.mdi-record:before {
  content: "\F44A"; }

.mdi-record-rec:before {
  content: "\F44B"; }

.mdi-recycle:before {
  content: "\F44C"; }

.mdi-reddit:before {
  content: "\F44D"; }

.mdi-redo:before {
  content: "\F44E"; }

.mdi-redo-variant:before {
  content: "\F44F"; }

.mdi-refresh:before {
  content: "\F450"; }

.mdi-regex:before {
  content: "\F451"; }

.mdi-relative-scale:before {
  content: "\F452"; }

.mdi-reload:before {
  content: "\F453"; }

.mdi-remote:before {
  content: "\F454"; }

.mdi-rename-box:before {
  content: "\F455"; }

.mdi-reorder-horizontal:before {
  content: "\F687"; }

.mdi-reorder-vertical:before {
  content: "\F688"; }

.mdi-repeat:before {
  content: "\F456"; }

.mdi-repeat-off:before {
  content: "\F457"; }

.mdi-repeat-once:before {
  content: "\F458"; }

.mdi-replay:before {
  content: "\F459"; }

.mdi-reply:before {
  content: "\F45A"; }

.mdi-reply-all:before {
  content: "\F45B"; }

.mdi-reproduction:before {
  content: "\F45C"; }

.mdi-resize-bottom-right:before {
  content: "\F45D"; }

.mdi-responsive:before {
  content: "\F45E"; }

.mdi-restart:before {
  content: "\F708"; }

.mdi-restore:before {
  content: "\F6A7"; }

.mdi-rewind:before {
  content: "\F45F"; }

.mdi-rewind-outline:before {
  content: "\F709"; }

.mdi-rhombus:before {
  content: "\F70A"; }

.mdi-rhombus-outline:before {
  content: "\F70B"; }

.mdi-ribbon:before {
  content: "\F460"; }

.mdi-road:before {
  content: "\F461"; }

.mdi-road-variant:before {
  content: "\F462"; }

.mdi-robot:before {
  content: "\F6A8"; }

.mdi-rocket:before {
  content: "\F463"; }

.mdi-roomba:before {
  content: "\F70C"; }

.mdi-rotate-3d:before {
  content: "\F464"; }

.mdi-rotate-left:before {
  content: "\F465"; }

.mdi-rotate-left-variant:before {
  content: "\F466"; }

.mdi-rotate-right:before {
  content: "\F467"; }

.mdi-rotate-right-variant:before {
  content: "\F468"; }

.mdi-rounded-corner:before {
  content: "\F607"; }

.mdi-router-wireless:before {
  content: "\F469"; }

.mdi-routes:before {
  content: "\F46A"; }

.mdi-rowing:before {
  content: "\F608"; }

.mdi-rss:before {
  content: "\F46B"; }

.mdi-rss-box:before {
  content: "\F46C"; }

.mdi-ruler:before {
  content: "\F46D"; }

.mdi-run:before {
  content: "\F70D"; }

.mdi-run-fast:before {
  content: "\F46E"; }

.mdi-sale:before {
  content: "\F46F"; }

.mdi-satellite:before {
  content: "\F470"; }

.mdi-satellite-variant:before {
  content: "\F471"; }

.mdi-saxophone:before {
  content: "\F609"; }

.mdi-scale:before {
  content: "\F472"; }

.mdi-scale-balance:before {
  content: "\F5D1"; }

.mdi-scale-bathroom:before {
  content: "\F473"; }

.mdi-scanner:before {
  content: "\F6AA"; }

.mdi-school:before {
  content: "\F474"; }

.mdi-screen-rotation:before {
  content: "\F475"; }

.mdi-screen-rotation-lock:before {
  content: "\F476"; }

.mdi-screwdriver:before {
  content: "\F477"; }

.mdi-script:before {
  content: "\F478"; }

.mdi-sd:before {
  content: "\F479"; }

.mdi-seal:before {
  content: "\F47A"; }

.mdi-search-web:before {
  content: "\F70E"; }

.mdi-seat-flat:before {
  content: "\F47B"; }

.mdi-seat-flat-angled:before {
  content: "\F47C"; }

.mdi-seat-individual-suite:before {
  content: "\F47D"; }

.mdi-seat-legroom-extra:before {
  content: "\F47E"; }

.mdi-seat-legroom-normal:before {
  content: "\F47F"; }

.mdi-seat-legroom-reduced:before {
  content: "\F480"; }

.mdi-seat-recline-extra:before {
  content: "\F481"; }

.mdi-seat-recline-normal:before {
  content: "\F482"; }

.mdi-security:before {
  content: "\F483"; }

.mdi-security-home:before {
  content: "\F689"; }

.mdi-security-network:before {
  content: "\F484"; }

.mdi-select:before {
  content: "\F485"; }

.mdi-select-all:before {
  content: "\F486"; }

.mdi-select-inverse:before {
  content: "\F487"; }

.mdi-select-off:before {
  content: "\F488"; }

.mdi-selection:before {
  content: "\F489"; }

.mdi-send:before {
  content: "\F48A"; }

.mdi-serial-port:before {
  content: "\F65C"; }

.mdi-server:before {
  content: "\F48B"; }

.mdi-server-minus:before {
  content: "\F48C"; }

.mdi-server-network:before {
  content: "\F48D"; }

.mdi-server-network-off:before {
  content: "\F48E"; }

.mdi-server-off:before {
  content: "\F48F"; }

.mdi-server-plus:before {
  content: "\F490"; }

.mdi-server-remove:before {
  content: "\F491"; }

.mdi-server-security:before {
  content: "\F492"; }

.mdi-settings:before {
  content: "\F493"; }

.mdi-settings-box:before {
  content: "\F494"; }

.mdi-shape-circle-plus:before {
  content: "\F65D"; }

.mdi-shape-plus:before {
  content: "\F495"; }

.mdi-shape-polygon-plus:before {
  content: "\F65E"; }

.mdi-shape-rectangle-plus:before {
  content: "\F65F"; }

.mdi-shape-square-plus:before {
  content: "\F660"; }

.mdi-share:before {
  content: "\F496"; }

.mdi-share-variant:before {
  content: "\F497"; }

.mdi-shield:before {
  content: "\F498"; }

.mdi-shield-outline:before {
  content: "\F499"; }

.mdi-shopping:before {
  content: "\F49A"; }

.mdi-shopping-music:before {
  content: "\F49B"; }

.mdi-shovel:before {
  content: "\F70F"; }

.mdi-shovel-off:before {
  content: "\F710"; }

.mdi-shredder:before {
  content: "\F49C"; }

.mdi-shuffle:before {
  content: "\F49D"; }

.mdi-shuffle-disabled:before {
  content: "\F49E"; }

.mdi-shuffle-variant:before {
  content: "\F49F"; }

.mdi-sigma:before {
  content: "\F4A0"; }

.mdi-sigma-lower:before {
  content: "\F62B"; }

.mdi-sign-caution:before {
  content: "\F4A1"; }

.mdi-signal:before {
  content: "\F4A2"; }

.mdi-signal-2g:before {
  content: "\F711"; }

.mdi-signal-3g:before {
  content: "\F712"; }

.mdi-signal-4g:before {
  content: "\F713"; }

.mdi-signal-hspa:before {
  content: "\F714"; }

.mdi-signal-hspa-plus:before {
  content: "\F715"; }

.mdi-signal-variant:before {
  content: "\F60A"; }

.mdi-silverware:before {
  content: "\F4A3"; }

.mdi-silverware-fork:before {
  content: "\F4A4"; }

.mdi-silverware-spoon:before {
  content: "\F4A5"; }

.mdi-silverware-variant:before {
  content: "\F4A6"; }

.mdi-sim:before {
  content: "\F4A7"; }

.mdi-sim-alert:before {
  content: "\F4A8"; }

.mdi-sim-off:before {
  content: "\F4A9"; }

.mdi-sitemap:before {
  content: "\F4AA"; }

.mdi-skip-backward:before {
  content: "\F4AB"; }

.mdi-skip-forward:before {
  content: "\F4AC"; }

.mdi-skip-next:before {
  content: "\F4AD"; }

.mdi-skip-next-circle:before {
  content: "\F661"; }

.mdi-skip-next-circle-outline:before {
  content: "\F662"; }

.mdi-skip-previous:before {
  content: "\F4AE"; }

.mdi-skip-previous-circle:before {
  content: "\F663"; }

.mdi-skip-previous-circle-outline:before {
  content: "\F664"; }

.mdi-skull:before {
  content: "\F68B"; }

.mdi-skype:before {
  content: "\F4AF"; }

.mdi-skype-business:before {
  content: "\F4B0"; }

.mdi-slack:before {
  content: "\F4B1"; }

.mdi-sleep:before {
  content: "\F4B2"; }

.mdi-sleep-off:before {
  content: "\F4B3"; }

.mdi-smoking:before {
  content: "\F4B4"; }

.mdi-smoking-off:before {
  content: "\F4B5"; }

.mdi-snapchat:before {
  content: "\F4B6"; }

.mdi-snowflake:before {
  content: "\F716"; }

.mdi-snowman:before {
  content: "\F4B7"; }

.mdi-soccer:before {
  content: "\F4B8"; }

.mdi-sofa:before {
  content: "\F4B9"; }

.mdi-solid:before {
  content: "\F68C"; }

.mdi-sort:before {
  content: "\F4BA"; }

.mdi-sort-alphabetical:before {
  content: "\F4BB"; }

.mdi-sort-ascending:before {
  content: "\F4BC"; }

.mdi-sort-descending:before {
  content: "\F4BD"; }

.mdi-sort-numeric:before {
  content: "\F4BE"; }

.mdi-sort-variant:before {
  content: "\F4BF"; }

.mdi-soundcloud:before {
  content: "\F4C0"; }

.mdi-source-branch:before {
  content: "\F62C"; }

.mdi-source-commit:before {
  content: "\F717"; }

.mdi-source-commit-end:before {
  content: "\F718"; }

.mdi-source-commit-end-local:before {
  content: "\F719"; }

.mdi-source-commit-local:before {
  content: "\F71A"; }

.mdi-source-commit-next-local:before {
  content: "\F71B"; }

.mdi-source-commit-start:before {
  content: "\F71C"; }

.mdi-source-commit-start-next-local:before {
  content: "\F71D"; }

.mdi-source-fork:before {
  content: "\F4C1"; }

.mdi-source-merge:before {
  content: "\F62D"; }

.mdi-source-pull:before {
  content: "\F4C2"; }

.mdi-speaker:before {
  content: "\F4C3"; }

.mdi-speaker-off:before {
  content: "\F4C4"; }

.mdi-speaker-wireless:before {
  content: "\F71E"; }

.mdi-speedometer:before {
  content: "\F4C5"; }

.mdi-spellcheck:before {
  content: "\F4C6"; }

.mdi-spotify:before {
  content: "\F4C7"; }

.mdi-spotlight:before {
  content: "\F4C8"; }

.mdi-spotlight-beam:before {
  content: "\F4C9"; }

.mdi-spray:before {
  content: "\F665"; }

.mdi-square-inc:before {
  content: "\F4CA"; }

.mdi-square-inc-cash:before {
  content: "\F4CB"; }

.mdi-stackexchange:before {
  content: "\F60B"; }

.mdi-stackoverflow:before {
  content: "\F4CC"; }

.mdi-stadium:before {
  content: "\F71F"; }

.mdi-stairs:before {
  content: "\F4CD"; }

.mdi-star:before {
  content: "\F4CE"; }

.mdi-star-circle:before {
  content: "\F4CF"; }

.mdi-star-half:before {
  content: "\F4D0"; }

.mdi-star-off:before {
  content: "\F4D1"; }

.mdi-star-outline:before {
  content: "\F4D2"; }

.mdi-steam:before {
  content: "\F4D3"; }

.mdi-steering:before {
  content: "\F4D4"; }

.mdi-step-backward:before {
  content: "\F4D5"; }

.mdi-step-backward-2:before {
  content: "\F4D6"; }

.mdi-step-forward:before {
  content: "\F4D7"; }

.mdi-step-forward-2:before {
  content: "\F4D8"; }

.mdi-stethoscope:before {
  content: "\F4D9"; }

.mdi-sticker:before {
  content: "\F5D0"; }

.mdi-stocking:before {
  content: "\F4DA"; }

.mdi-stop:before {
  content: "\F4DB"; }

.mdi-stop-circle:before {
  content: "\F666"; }

.mdi-stop-circle-outline:before {
  content: "\F667"; }

.mdi-store:before {
  content: "\F4DC"; }

.mdi-store-24-hour:before {
  content: "\F4DD"; }

.mdi-stove:before {
  content: "\F4DE"; }

.mdi-subdirectory-arrow-left:before {
  content: "\F60C"; }

.mdi-subdirectory-arrow-right:before {
  content: "\F60D"; }

.mdi-subway:before {
  content: "\F6AB"; }

.mdi-subway-variant:before {
  content: "\F4DF"; }

.mdi-sunglasses:before {
  content: "\F4E0"; }

.mdi-surround-sound:before {
  content: "\F5C5"; }

.mdi-svg:before {
  content: "\F720"; }

.mdi-swap-horizontal:before {
  content: "\F4E1"; }

.mdi-swap-vertical:before {
  content: "\F4E2"; }

.mdi-swim:before {
  content: "\F4E3"; }

.mdi-switch:before {
  content: "\F4E4"; }

.mdi-sword:before {
  content: "\F4E5"; }

.mdi-sync:before {
  content: "\F4E6"; }

.mdi-sync-alert:before {
  content: "\F4E7"; }

.mdi-sync-off:before {
  content: "\F4E8"; }

.mdi-tab:before {
  content: "\F4E9"; }

.mdi-tab-unselected:before {
  content: "\F4EA"; }

.mdi-table:before {
  content: "\F4EB"; }

.mdi-table-column-plus-after:before {
  content: "\F4EC"; }

.mdi-table-column-plus-before:before {
  content: "\F4ED"; }

.mdi-table-column-remove:before {
  content: "\F4EE"; }

.mdi-table-column-width:before {
  content: "\F4EF"; }

.mdi-table-edit:before {
  content: "\F4F0"; }

.mdi-table-large:before {
  content: "\F4F1"; }

.mdi-table-row-height:before {
  content: "\F4F2"; }

.mdi-table-row-plus-after:before {
  content: "\F4F3"; }

.mdi-table-row-plus-before:before {
  content: "\F4F4"; }

.mdi-table-row-remove:before {
  content: "\F4F5"; }

.mdi-tablet:before {
  content: "\F4F6"; }

.mdi-tablet-android:before {
  content: "\F4F7"; }

.mdi-tablet-ipad:before {
  content: "\F4F8"; }

.mdi-tag:before {
  content: "\F4F9"; }

.mdi-tag-faces:before {
  content: "\F4FA"; }

.mdi-tag-heart:before {
  content: "\F68A"; }

.mdi-tag-multiple:before {
  content: "\F4FB"; }

.mdi-tag-outline:before {
  content: "\F4FC"; }

.mdi-tag-plus:before {
  content: "\F721"; }

.mdi-tag-remove:before {
  content: "\F722"; }

.mdi-tag-text-outline:before {
  content: "\F4FD"; }

.mdi-target:before {
  content: "\F4FE"; }

.mdi-taxi:before {
  content: "\F4FF"; }

.mdi-teamviewer:before {
  content: "\F500"; }

.mdi-telegram:before {
  content: "\F501"; }

.mdi-television:before {
  content: "\F502"; }

.mdi-television-guide:before {
  content: "\F503"; }

.mdi-temperature-celsius:before {
  content: "\F504"; }

.mdi-temperature-fahrenheit:before {
  content: "\F505"; }

.mdi-temperature-kelvin:before {
  content: "\F506"; }

.mdi-tennis:before {
  content: "\F507"; }

.mdi-tent:before {
  content: "\F508"; }

.mdi-terrain:before {
  content: "\F509"; }

.mdi-test-tube:before {
  content: "\F668"; }

.mdi-text-shadow:before {
  content: "\F669"; }

.mdi-text-to-speech:before {
  content: "\F50A"; }

.mdi-text-to-speech-off:before {
  content: "\F50B"; }

.mdi-textbox:before {
  content: "\F60E"; }

.mdi-texture:before {
  content: "\F50C"; }

.mdi-theater:before {
  content: "\F50D"; }

.mdi-theme-light-dark:before {
  content: "\F50E"; }

.mdi-thermometer:before {
  content: "\F50F"; }

.mdi-thermometer-lines:before {
  content: "\F510"; }

.mdi-thumb-down:before {
  content: "\F511"; }

.mdi-thumb-down-outline:before {
  content: "\F512"; }

.mdi-thumb-up:before {
  content: "\F513"; }

.mdi-thumb-up-outline:before {
  content: "\F514"; }

.mdi-thumbs-up-down:before {
  content: "\F515"; }

.mdi-ticket:before {
  content: "\F516"; }

.mdi-ticket-account:before {
  content: "\F517"; }

.mdi-ticket-confirmation:before {
  content: "\F518"; }

.mdi-ticket-percent:before {
  content: "\F723"; }

.mdi-tie:before {
  content: "\F519"; }

.mdi-tilde:before {
  content: "\F724"; }

.mdi-timelapse:before {
  content: "\F51A"; }

.mdi-timer:before {
  content: "\F51B"; }

.mdi-timer-10:before {
  content: "\F51C"; }

.mdi-timer-3:before {
  content: "\F51D"; }

.mdi-timer-off:before {
  content: "\F51E"; }

.mdi-timer-sand:before {
  content: "\F51F"; }

.mdi-timer-sand-empty:before {
  content: "\F6AC"; }

.mdi-timetable:before {
  content: "\F520"; }

.mdi-toggle-switch:before {
  content: "\F521"; }

.mdi-toggle-switch-off:before {
  content: "\F522"; }

.mdi-tooltip:before {
  content: "\F523"; }

.mdi-tooltip-edit:before {
  content: "\F524"; }

.mdi-tooltip-image:before {
  content: "\F525"; }

.mdi-tooltip-outline:before {
  content: "\F526"; }

.mdi-tooltip-outline-plus:before {
  content: "\F527"; }

.mdi-tooltip-text:before {
  content: "\F528"; }

.mdi-tooth:before {
  content: "\F529"; }

.mdi-tor:before {
  content: "\F52A"; }

.mdi-tower-beach:before {
  content: "\F680"; }

.mdi-tower-fire:before {
  content: "\F681"; }

.mdi-traffic-light:before {
  content: "\F52B"; }

.mdi-train:before {
  content: "\F52C"; }

.mdi-tram:before {
  content: "\F52D"; }

.mdi-transcribe:before {
  content: "\F52E"; }

.mdi-transcribe-close:before {
  content: "\F52F"; }

.mdi-transfer:before {
  content: "\F530"; }

.mdi-transit-transfer:before {
  content: "\F6AD"; }

.mdi-translate:before {
  content: "\F5CA"; }

.mdi-treasure-chest:before {
  content: "\F725"; }

.mdi-tree:before {
  content: "\F531"; }

.mdi-trello:before {
  content: "\F532"; }

.mdi-trending-down:before {
  content: "\F533"; }

.mdi-trending-neutral:before {
  content: "\F534"; }

.mdi-trending-up:before {
  content: "\F535"; }

.mdi-triangle:before {
  content: "\F536"; }

.mdi-triangle-outline:before {
  content: "\F537"; }

.mdi-trophy:before {
  content: "\F538"; }

.mdi-trophy-award:before {
  content: "\F539"; }

.mdi-trophy-outline:before {
  content: "\F53A"; }

.mdi-trophy-variant:before {
  content: "\F53B"; }

.mdi-trophy-variant-outline:before {
  content: "\F53C"; }

.mdi-truck:before {
  content: "\F53D"; }

.mdi-truck-delivery:before {
  content: "\F53E"; }

.mdi-truck-trailer:before {
  content: "\F726"; }

.mdi-tshirt-crew:before {
  content: "\F53F"; }

.mdi-tshirt-v:before {
  content: "\F540"; }

.mdi-tumblr:before {
  content: "\F541"; }

.mdi-tumblr-reblog:before {
  content: "\F542"; }

.mdi-tune:before {
  content: "\F62E"; }

.mdi-tune-vertical:before {
  content: "\F66A"; }

.mdi-twitch:before {
  content: "\F543"; }

.mdi-twitter:before {
  content: "\F544"; }

.mdi-twitter-box:before {
  content: "\F545"; }

.mdi-twitter-circle:before {
  content: "\F546"; }

.mdi-twitter-retweet:before {
  content: "\F547"; }

.mdi-ubuntu:before {
  content: "\F548"; }

.mdi-umbraco:before {
  content: "\F549"; }

.mdi-umbrella:before {
  content: "\F54A"; }

.mdi-umbrella-outline:before {
  content: "\F54B"; }

.mdi-undo:before {
  content: "\F54C"; }

.mdi-undo-variant:before {
  content: "\F54D"; }

.mdi-unfold-less:before {
  content: "\F54E"; }

.mdi-unfold-more:before {
  content: "\F54F"; }

.mdi-ungroup:before {
  content: "\F550"; }

.mdi-unity:before {
  content: "\F6AE"; }

.mdi-untappd:before {
  content: "\F551"; }

.mdi-update:before {
  content: "\F6AF"; }

.mdi-upload:before {
  content: "\F552"; }

.mdi-usb:before {
  content: "\F553"; }

.mdi-vector-arrange-above:before {
  content: "\F554"; }

.mdi-vector-arrange-below:before {
  content: "\F555"; }

.mdi-vector-circle:before {
  content: "\F556"; }

.mdi-vector-circle-variant:before {
  content: "\F557"; }

.mdi-vector-combine:before {
  content: "\F558"; }

.mdi-vector-curve:before {
  content: "\F559"; }

.mdi-vector-difference:before {
  content: "\F55A"; }

.mdi-vector-difference-ab:before {
  content: "\F55B"; }

.mdi-vector-difference-ba:before {
  content: "\F55C"; }

.mdi-vector-intersection:before {
  content: "\F55D"; }

.mdi-vector-line:before {
  content: "\F55E"; }

.mdi-vector-point:before {
  content: "\F55F"; }

.mdi-vector-polygon:before {
  content: "\F560"; }

.mdi-vector-polyline:before {
  content: "\F561"; }

.mdi-vector-rectangle:before {
  content: "\F5C6"; }

.mdi-vector-selection:before {
  content: "\F562"; }

.mdi-vector-square:before {
  content: "\F001"; }

.mdi-vector-triangle:before {
  content: "\F563"; }

.mdi-vector-union:before {
  content: "\F564"; }

.mdi-verified:before {
  content: "\F565"; }

.mdi-vibrate:before {
  content: "\F566"; }

.mdi-video:before {
  content: "\F567"; }

.mdi-video-off:before {
  content: "\F568"; }

.mdi-video-switch:before {
  content: "\F569"; }

.mdi-view-agenda:before {
  content: "\F56A"; }

.mdi-view-array:before {
  content: "\F56B"; }

.mdi-view-carousel:before {
  content: "\F56C"; }

.mdi-view-column:before {
  content: "\F56D"; }

.mdi-view-dashboard:before {
  content: "\F56E"; }

.mdi-view-day:before {
  content: "\F56F"; }

.mdi-view-grid:before {
  content: "\F570"; }

.mdi-view-headline:before {
  content: "\F571"; }

.mdi-view-list:before {
  content: "\F572"; }

.mdi-view-module:before {
  content: "\F573"; }

.mdi-view-parallel:before {
  content: "\F727"; }

.mdi-view-quilt:before {
  content: "\F574"; }

.mdi-view-sequential:before {
  content: "\F728"; }

.mdi-view-stream:before {
  content: "\F575"; }

.mdi-view-week:before {
  content: "\F576"; }

.mdi-vimeo:before {
  content: "\F577"; }

.mdi-vine:before {
  content: "\F578"; }

.mdi-violin:before {
  content: "\F60F"; }

.mdi-visualstudio:before {
  content: "\F610"; }

.mdi-vk:before {
  content: "\F579"; }

.mdi-vk-box:before {
  content: "\F57A"; }

.mdi-vk-circle:before {
  content: "\F57B"; }

.mdi-vlc:before {
  content: "\F57C"; }

.mdi-voice:before {
  content: "\F5CB"; }

.mdi-voicemail:before {
  content: "\F57D"; }

.mdi-volume-high:before {
  content: "\F57E"; }

.mdi-volume-low:before {
  content: "\F57F"; }

.mdi-volume-medium:before {
  content: "\F580"; }

.mdi-volume-off:before {
  content: "\F581"; }

.mdi-vpn:before {
  content: "\F582"; }

.mdi-walk:before {
  content: "\F583"; }

.mdi-wallet:before {
  content: "\F584"; }

.mdi-wallet-giftcard:before {
  content: "\F585"; }

.mdi-wallet-membership:before {
  content: "\F586"; }

.mdi-wallet-travel:before {
  content: "\F587"; }

.mdi-wan:before {
  content: "\F588"; }

.mdi-washing-machine:before {
  content: "\F729"; }

.mdi-watch:before {
  content: "\F589"; }

.mdi-watch-export:before {
  content: "\F58A"; }

.mdi-watch-import:before {
  content: "\F58B"; }

.mdi-watch-vibrate:before {
  content: "\F6B0"; }

.mdi-water:before {
  content: "\F58C"; }

.mdi-water-off:before {
  content: "\F58D"; }

.mdi-water-percent:before {
  content: "\F58E"; }

.mdi-water-pump:before {
  content: "\F58F"; }

.mdi-watermark:before {
  content: "\F612"; }

.mdi-weather-cloudy:before {
  content: "\F590"; }

.mdi-weather-fog:before {
  content: "\F591"; }

.mdi-weather-hail:before {
  content: "\F592"; }

.mdi-weather-lightning:before {
  content: "\F593"; }

.mdi-weather-lightning-rainy:before {
  content: "\F67D"; }

.mdi-weather-night:before {
  content: "\F594"; }

.mdi-weather-partlycloudy:before {
  content: "\F595"; }

.mdi-weather-pouring:before {
  content: "\F596"; }

.mdi-weather-rainy:before {
  content: "\F597"; }

.mdi-weather-snowy:before {
  content: "\F598"; }

.mdi-weather-snowy-rainy:before {
  content: "\F67E"; }

.mdi-weather-sunny:before {
  content: "\F599"; }

.mdi-weather-sunset:before {
  content: "\F59A"; }

.mdi-weather-sunset-down:before {
  content: "\F59B"; }

.mdi-weather-sunset-up:before {
  content: "\F59C"; }

.mdi-weather-windy:before {
  content: "\F59D"; }

.mdi-weather-windy-variant:before {
  content: "\F59E"; }

.mdi-web:before {
  content: "\F59F"; }

.mdi-webcam:before {
  content: "\F5A0"; }

.mdi-webhook:before {
  content: "\F62F"; }

.mdi-webpack:before {
  content: "\F72A"; }

.mdi-wechat:before {
  content: "\F611"; }

.mdi-weight:before {
  content: "\F5A1"; }

.mdi-weight-kilogram:before {
  content: "\F5A2"; }

.mdi-whatsapp:before {
  content: "\F5A3"; }

.mdi-wheelchair-accessibility:before {
  content: "\F5A4"; }

.mdi-white-balance-auto:before {
  content: "\F5A5"; }

.mdi-white-balance-incandescent:before {
  content: "\F5A6"; }

.mdi-white-balance-iridescent:before {
  content: "\F5A7"; }

.mdi-white-balance-sunny:before {
  content: "\F5A8"; }

.mdi-widgets:before {
  content: "\F72B"; }

.mdi-wifi:before {
  content: "\F5A9"; }

.mdi-wifi-off:before {
  content: "\F5AA"; }

.mdi-wii:before {
  content: "\F5AB"; }

.mdi-wiiu:before {
  content: "\F72C"; }

.mdi-wikipedia:before {
  content: "\F5AC"; }

.mdi-window-close:before {
  content: "\F5AD"; }

.mdi-window-closed:before {
  content: "\F5AE"; }

.mdi-window-maximize:before {
  content: "\F5AF"; }

.mdi-window-minimize:before {
  content: "\F5B0"; }

.mdi-window-open:before {
  content: "\F5B1"; }

.mdi-window-restore:before {
  content: "\F5B2"; }

.mdi-windows:before {
  content: "\F5B3"; }

.mdi-wordpress:before {
  content: "\F5B4"; }

.mdi-worker:before {
  content: "\F5B5"; }

.mdi-wrap:before {
  content: "\F5B6"; }

.mdi-wrench:before {
  content: "\F5B7"; }

.mdi-wunderlist:before {
  content: "\F5B8"; }

.mdi-xaml:before {
  content: "\F673"; }

.mdi-xbox:before {
  content: "\F5B9"; }

.mdi-xbox-controller:before {
  content: "\F5BA"; }

.mdi-xbox-controller-off:before {
  content: "\F5BB"; }

.mdi-xda:before {
  content: "\F5BC"; }

.mdi-xing:before {
  content: "\F5BD"; }

.mdi-xing-box:before {
  content: "\F5BE"; }

.mdi-xing-circle:before {
  content: "\F5BF"; }

.mdi-xml:before {
  content: "\F5C0"; }

.mdi-yeast:before {
  content: "\F5C1"; }

.mdi-yelp:before {
  content: "\F5C2"; }

.mdi-yin-yang:before {
  content: "\F67F"; }

.mdi-youtube-play:before {
  content: "\F5C3"; }

.mdi-zip-box:before {
  content: "\F5C4"; }

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px; }

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px; }

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px; }

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px; }

.mdi-dark {
  color: rgba(0, 0, 0, 0.54); }
  .mdi-dark.mdi-inactive {
    color: rgba(0, 0, 0, 0.26); }

.mdi-light {
  color: white; }
  .mdi-light.mdi-inactive {
    color: rgba(255, 255, 255, 0.3); }

.mdi-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

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

.mdi-rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

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

.mdi-rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.mdi-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.mdi-rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.mdi-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.mdi-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title],
dfn[title] {
  cursor: help; }

u,
ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

html {
  font-size: 1em;
  line-height: 1.5;
  background-color: #EEEEEE;
  color: rgba(0, 0, 0, 0.87);
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 1280px) {
  [flex-container] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }

[flex-wrap] {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (min-width: 1280px) {
  [flex-align="center"],
  [flex-align="center center"],
  [flex-align="center start"],
  [flex-align="center end"] {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

@media screen and (min-width: 1280px) {
  [flex-align="end"],
  [flex-align="end center"],
  [flex-align="end start"],
  [flex-align="end end"] {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; } }

@media screen and (min-width: 1280px) {
  [flex-align="space-around"],
  [flex-align="space-around center"],
  [flex-align="space-around start"],
  [flex-align="space-around end"] {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; } }

@media screen and (min-width: 1280px) {
  [flex-align="space-between"],
  [flex-align="space-between center"],
  [flex-align="space-between start"],
  [flex-align="space-between end"] {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

@media screen and (min-width: 1280px) {
  [flex-align="center center"],
  [flex-align="start center"],
  [flex-align="end center"],
  [flex-align="space-between center"],
  [flex-align="space-around center"] {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

@media screen and (min-width: 1280px) {
  [flex-align="center start"],
  [flex-align="start start"],
  [flex-align="end start"],
  [flex-align="space-between start"],
  [flex-align="space-around start"] {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; } }

@media screen and (min-width: 1280px) {
  [flex-align="center end"],
  [flex-align="start end"],
  [flex-align="end end"],
  [flex-align="space-between end"],
  [flex-align="space-around end"] {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="8"] {
    margin: 0 -4px; } }

@media screen and (max-width: 1279px) {
  [flex-gutter="8"] > [flex-item] {
    margin-bottom: 8px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="8"] > [flex-item] {
    padding: 0 4px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="16"] {
    margin: 0 -8px; } }

@media screen and (max-width: 1279px) {
  [flex-gutter="16"] > [flex-item] {
    margin-bottom: 16px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="16"] > [flex-item] {
    padding: 0 8px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="24"] {
    margin: 0 -12px; } }

@media screen and (max-width: 1279px) {
  [flex-gutter="24"] > [flex-item] {
    margin-bottom: 24px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="24"] > [flex-item] {
    padding: 0 12px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="32"] {
    margin: 0 -16px; } }

@media screen and (max-width: 1279px) {
  [flex-gutter="32"] > [flex-item] {
    margin-bottom: 32px; } }

@media screen and (min-width: 1280px) {
  [flex-gutter="32"] > [flex-item] {
    padding: 0 16px; } }

@media screen and (min-width: 1280px) {
  [flex-item] {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="1"],
  [flex-container="row"][flex-column="12"] > [flex-item="1"] {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="1"],
  [flex-container="column"][flex-column="12"] > [flex-item="1"] {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-height: 8.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="2"],
  [flex-container="row"][flex-column="12"] > [flex-item="2"] {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="2"],
  [flex-container="column"][flex-column="12"] > [flex-item="2"] {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-height: 16.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="3"],
  [flex-container="row"][flex-column="12"] > [flex-item="3"] {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="3"],
  [flex-container="column"][flex-column="12"] > [flex-item="3"] {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-height: 25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="4"],
  [flex-container="row"][flex-column="12"] > [flex-item="4"] {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="4"],
  [flex-container="column"][flex-column="12"] > [flex-item="4"] {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-height: 33.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="5"],
  [flex-container="row"][flex-column="12"] > [flex-item="5"] {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="5"],
  [flex-container="column"][flex-column="12"] > [flex-item="5"] {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-height: 41.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="6"],
  [flex-container="row"][flex-column="12"] > [flex-item="6"] {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="6"],
  [flex-container="column"][flex-column="12"] > [flex-item="6"] {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-height: 50%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="7"],
  [flex-container="row"][flex-column="12"] > [flex-item="7"] {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="7"],
  [flex-container="column"][flex-column="12"] > [flex-item="7"] {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-height: 58.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="8"],
  [flex-container="row"][flex-column="12"] > [flex-item="8"] {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="8"],
  [flex-container="column"][flex-column="12"] > [flex-item="8"] {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-height: 66.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="9"],
  [flex-container="row"][flex-column="12"] > [flex-item="9"] {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="9"],
  [flex-container="column"][flex-column="12"] > [flex-item="9"] {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-height: 75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="10"],
  [flex-container="row"][flex-column="12"] > [flex-item="10"] {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="10"],
  [flex-container="column"][flex-column="12"] > [flex-item="10"] {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-height: 83.33333%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="11"],
  [flex-container="row"][flex-column="12"] > [flex-item="11"] {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="11"],
  [flex-container="column"][flex-column="12"] > [flex-item="11"] {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-height: 91.66667%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"] > [flex-item="12"],
  [flex-container="row"][flex-column="12"] > [flex-item="12"] {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"] > [flex-item="12"],
  [flex-container="column"][flex-column="12"] > [flex-item="12"] {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 100%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="1"] {
    -webkit-box-flex: 0 0 6.25%;
    -moz-box-flex: 0 0 6.25%;
    box-flex: 0 0 6.25%;
    -webkit-flex: 0 0 6.25%;
    -moz-flex: 0 0 6.25%;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="1"] {
    -webkit-box-flex: 0 0 6.25%;
    -moz-box-flex: 0 0 6.25%;
    box-flex: 0 0 6.25%;
    -webkit-flex: 0 0 6.25%;
    -moz-flex: 0 0 6.25%;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-height: 6.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="2"] {
    -webkit-box-flex: 0 0 12.5%;
    -moz-box-flex: 0 0 12.5%;
    box-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%;
    -moz-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="2"] {
    -webkit-box-flex: 0 0 12.5%;
    -moz-box-flex: 0 0 12.5%;
    box-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%;
    -moz-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-height: 12.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="3"] {
    -webkit-box-flex: 0 0 18.75%;
    -moz-box-flex: 0 0 18.75%;
    box-flex: 0 0 18.75%;
    -webkit-flex: 0 0 18.75%;
    -moz-flex: 0 0 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="3"] {
    -webkit-box-flex: 0 0 18.75%;
    -moz-box-flex: 0 0 18.75%;
    box-flex: 0 0 18.75%;
    -webkit-flex: 0 0 18.75%;
    -moz-flex: 0 0 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-height: 18.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="4"] {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="4"] {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-height: 25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="5"] {
    -webkit-box-flex: 0 0 31.25%;
    -moz-box-flex: 0 0 31.25%;
    box-flex: 0 0 31.25%;
    -webkit-flex: 0 0 31.25%;
    -moz-flex: 0 0 31.25%;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="5"] {
    -webkit-box-flex: 0 0 31.25%;
    -moz-box-flex: 0 0 31.25%;
    box-flex: 0 0 31.25%;
    -webkit-flex: 0 0 31.25%;
    -moz-flex: 0 0 31.25%;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-height: 31.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="6"] {
    -webkit-box-flex: 0 0 37.5%;
    -moz-box-flex: 0 0 37.5%;
    box-flex: 0 0 37.5%;
    -webkit-flex: 0 0 37.5%;
    -moz-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="6"] {
    -webkit-box-flex: 0 0 37.5%;
    -moz-box-flex: 0 0 37.5%;
    box-flex: 0 0 37.5%;
    -webkit-flex: 0 0 37.5%;
    -moz-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-height: 37.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="7"] {
    -webkit-box-flex: 0 0 43.75%;
    -moz-box-flex: 0 0 43.75%;
    box-flex: 0 0 43.75%;
    -webkit-flex: 0 0 43.75%;
    -moz-flex: 0 0 43.75%;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="7"] {
    -webkit-box-flex: 0 0 43.75%;
    -moz-box-flex: 0 0 43.75%;
    box-flex: 0 0 43.75%;
    -webkit-flex: 0 0 43.75%;
    -moz-flex: 0 0 43.75%;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-height: 43.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="8"] {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="8"] {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-height: 50%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="9"] {
    -webkit-box-flex: 0 0 56.25%;
    -moz-box-flex: 0 0 56.25%;
    box-flex: 0 0 56.25%;
    -webkit-flex: 0 0 56.25%;
    -moz-flex: 0 0 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="9"] {
    -webkit-box-flex: 0 0 56.25%;
    -moz-box-flex: 0 0 56.25%;
    box-flex: 0 0 56.25%;
    -webkit-flex: 0 0 56.25%;
    -moz-flex: 0 0 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-height: 56.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="10"] {
    -webkit-box-flex: 0 0 62.5%;
    -moz-box-flex: 0 0 62.5%;
    box-flex: 0 0 62.5%;
    -webkit-flex: 0 0 62.5%;
    -moz-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="10"] {
    -webkit-box-flex: 0 0 62.5%;
    -moz-box-flex: 0 0 62.5%;
    box-flex: 0 0 62.5%;
    -webkit-flex: 0 0 62.5%;
    -moz-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-height: 62.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="11"] {
    -webkit-box-flex: 0 0 68.75%;
    -moz-box-flex: 0 0 68.75%;
    box-flex: 0 0 68.75%;
    -webkit-flex: 0 0 68.75%;
    -moz-flex: 0 0 68.75%;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="11"] {
    -webkit-box-flex: 0 0 68.75%;
    -moz-box-flex: 0 0 68.75%;
    box-flex: 0 0 68.75%;
    -webkit-flex: 0 0 68.75%;
    -moz-flex: 0 0 68.75%;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-height: 68.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="12"] {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="12"] {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-height: 75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="13"] {
    -webkit-box-flex: 0 0 81.25%;
    -moz-box-flex: 0 0 81.25%;
    box-flex: 0 0 81.25%;
    -webkit-flex: 0 0 81.25%;
    -moz-flex: 0 0 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="13"] {
    -webkit-box-flex: 0 0 81.25%;
    -moz-box-flex: 0 0 81.25%;
    box-flex: 0 0 81.25%;
    -webkit-flex: 0 0 81.25%;
    -moz-flex: 0 0 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-height: 81.25%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="14"] {
    -webkit-box-flex: 0 0 87.5%;
    -moz-box-flex: 0 0 87.5%;
    box-flex: 0 0 87.5%;
    -webkit-flex: 0 0 87.5%;
    -moz-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="14"] {
    -webkit-box-flex: 0 0 87.5%;
    -moz-box-flex: 0 0 87.5%;
    box-flex: 0 0 87.5%;
    -webkit-flex: 0 0 87.5%;
    -moz-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-height: 87.5%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="15"] {
    -webkit-box-flex: 0 0 93.75%;
    -moz-box-flex: 0 0 93.75%;
    box-flex: 0 0 93.75%;
    -webkit-flex: 0 0 93.75%;
    -moz-flex: 0 0 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="15"] {
    -webkit-box-flex: 0 0 93.75%;
    -moz-box-flex: 0 0 93.75%;
    box-flex: 0 0 93.75%;
    -webkit-flex: 0 0 93.75%;
    -moz-flex: 0 0 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-height: 93.75%; } }

@media screen and (min-width: 1280px) {
  [flex-container="row"][flex-column="16"] > [flex-item="16"] {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 1280px) {
  [flex-container="column"][flex-column="16"] > [flex-item="16"] {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 100%; } }

@media screen and (min-width: 1280px) {
  [flex-item-align="center"] {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; } }

@media screen and (min-width: 1280px) {
  [flex-item-align="start"] {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start; } }

@media screen and (min-width: 1280px) {
  [flex-item-align="end"] {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="1"] {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="2"] {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="3"] {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="4"] {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="5"] {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="6"] {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="7"] {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    box-ordinal-group: 7;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    -ms-flex-order: 7; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="8"] {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    box-ordinal-group: 8;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    -ms-flex-order: 8; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="9"] {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    -ms-flex-order: 9; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="10"] {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="11"] {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    box-ordinal-group: 11;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    -ms-flex-order: 11; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="12"] {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    box-ordinal-group: 12;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    -ms-flex-order: 12; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="13"] {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    box-ordinal-group: 13;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    -ms-flex-order: 13; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="14"] {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    box-ordinal-group: 14;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
    -ms-flex-order: 14; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="15"] {
    -webkit-box-ordinal-group: 15;
    -moz-box-ordinal-group: 15;
    box-ordinal-group: 15;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
    -ms-flex-order: 15; } }

@media screen and (min-width: 1280px) {
  [flex-item-order="16"] {
    -webkit-box-ordinal-group: 16;
    -moz-box-ordinal-group: 16;
    box-ordinal-group: 16;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
    -ms-flex-order: 16; } }

img {
  display: block;
  max-width: 100%;
  font-style: italic; }

.gm-style img,
img[width],
img[height] {
  max-width: none; }

.img-round {
  border-radius: 50%; }

.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6,
.paragraph ul, .paragraph ol, .paragraph dl,
.paragraph blockquote, .paragraph p, .paragraph address,
.paragraph table,
.paragraph fieldset, .paragraph figure,
.paragraph pre,
.paragraph hr,
.paragraph iframe {
  margin-bottom: 24px; }
  .paragraph h1:last-child, .paragraph h2:last-child, .paragraph h3:last-child, .paragraph h4:last-child, .paragraph h5:last-child, .paragraph h6:last-child,
  .paragraph ul:last-child, .paragraph ol:last-child, .paragraph dl:last-child,
  .paragraph blockquote:last-child, .paragraph p:last-child, .paragraph address:last-child,
  .paragraph table:last-child,
  .paragraph fieldset:last-child, .paragraph figure:last-child,
  .paragraph pre:last-child,
  .paragraph hr:last-child,
  .paragraph iframe:last-child {
    margin-bottom: 0; }

.paragraph ul, .paragraph ol, .paragraph dd {
  margin-left: 48px; }

.paragraph a {
  text-decoration: none; }
  .paragraph a:hover {
    text-decoration: underline; }

.fs-caption {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px; }

.fs-body-1 {
  font-weight: 400;
  line-height: 20px; }
  @media screen and (max-width: 1279px) {
    .fs-body-1 {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1280px) {
    .fs-body-1 {
      font-size: 13px;
      font-size: 0.8125rem; } }

.fs-body-2 {
  font-weight: 500;
  line-height: 24px; }
  @media screen and (max-width: 1279px) {
    .fs-body-2 {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1280px) {
    .fs-body-2 {
      font-size: 13px;
      font-size: 0.8125rem; } }

.fs-subhead,
.list-subheader {
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 1279px) {
    .fs-subhead,
    .list-subheader {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1280px) {
    .fs-subhead,
    .list-subheader {
      font-size: 15px;
      font-size: 0.9375rem; } }

.fs-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px; }

.fs-headline {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px; }

.fs-display-1 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 40px; }

.fs-display-2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px; }

.fs-display-3 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -2px; }

.fs-display-4 {
  font-size: 112px;
  font-size: 7rem;
  font-weight: 300;
  line-height: 128px;
  letter-spacing: -5px; }

.tc-red-50 {
  color: #FFEBEE !important; }

.tc-pink-50 {
  color: #FCE4EC !important; }

.tc-purple-50 {
  color: #F3E5F5 !important; }

.tc-deep-purple-50 {
  color: #EDE7F6 !important; }

.tc-indigo-50 {
  color: #E8EAF6 !important; }

.tc-blue-50 {
  color: #E3F2FD !important; }

.tc-light-blue-50 {
  color: #E1F5FE !important; }

.tc-cyan-50 {
  color: #E0F7FA !important; }

.tc-teal-50 {
  color: #E0F2F1 !important; }

.tc-green-50 {
  color: #E8F5E9 !important; }

.tc-light-green-50 {
  color: #F1F8E9 !important; }

.tc-lime-50 {
  color: #F9FBE7 !important; }

.tc-yellow-50 {
  color: #FFFDE7 !important; }

.tc-amber-50 {
  color: #FFF8E1 !important; }

.tc-orange-50 {
  color: #FFF3E0 !important; }

.tc-deep-orange-50 {
  color: #FBE9E7 !important; }

.tc-brown-50 {
  color: #EFEBE9 !important; }

.tc-grey-50 {
  color: #FAFAFA !important; }

.tc-blue-grey-50 {
  color: #ECEFF1 !important; }

.tc-red-100 {
  color: #FFCDD2 !important; }

.tc-pink-100 {
  color: #F8BBD0 !important; }

.tc-purple-100 {
  color: #E1BEE7 !important; }

.tc-deep-purple-100 {
  color: #D1C4E9 !important; }

.tc-indigo-100 {
  color: #C5CAE9 !important; }

.tc-blue-100 {
  color: #BBDEFB !important; }

.tc-light-blue-100 {
  color: #B3E5FC !important; }

.tc-cyan-100 {
  color: #B2EBF2 !important; }

.tc-teal-100 {
  color: #B2DFDB !important; }

.tc-green-100 {
  color: #C8E6C9 !important; }

.tc-light-green-100 {
  color: #DCEDC8 !important; }

.tc-lime-100 {
  color: #F0F4C3 !important; }

.tc-yellow-100 {
  color: #FFF9C4 !important; }

.tc-amber-100 {
  color: #FFECB3 !important; }

.tc-orange-100 {
  color: #FFE0B2 !important; }

.tc-deep-orange-100 {
  color: #FFCCBC !important; }

.tc-brown-100 {
  color: #D7CCC8 !important; }

.tc-grey-100 {
  color: #F5F5F5 !important; }

.tc-blue-grey-100 {
  color: #CFD8DC !important; }

.tc-red-200 {
  color: #EF9A9A !important; }

.tc-pink-200 {
  color: #F48FB1 !important; }

.tc-purple-200 {
  color: #CE93D8 !important; }

.tc-deep-purple-200 {
  color: #B39DDB !important; }

.tc-indigo-200 {
  color: #9FA8DA !important; }

.tc-blue-200 {
  color: #90CAF9 !important; }

.tc-light-blue-200 {
  color: #81D4FA !important; }

.tc-cyan-200 {
  color: #80DEEA !important; }

.tc-teal-200 {
  color: #80CBC4 !important; }

.tc-green-200 {
  color: #A5D6A7 !important; }

.tc-light-green-200 {
  color: #C5E1A5 !important; }

.tc-lime-200 {
  color: #E6EE9C !important; }

.tc-yellow-200 {
  color: #FFF59D !important; }

.tc-amber-200 {
  color: #FFE082 !important; }

.tc-orange-200 {
  color: #FFCC80 !important; }

.tc-deep-orange-200 {
  color: #FFAB91 !important; }

.tc-brown-200 {
  color: #BCAAA4 !important; }

.tc-grey-200 {
  color: #EEEEEE !important; }

.tc-blue-grey-200 {
  color: #B0BEC5 !important; }

.tc-red-300 {
  color: #E57373 !important; }

.tc-pink-300 {
  color: #F06292 !important; }

.tc-purple-300 {
  color: #BA68C8 !important; }

.tc-deep-purple-300 {
  color: #9575CD !important; }

.tc-indigo-300 {
  color: #7986CB !important; }

.tc-blue-300 {
  color: #64B5F6 !important; }

.tc-light-blue-300 {
  color: #4FC3F7 !important; }

.tc-cyan-300 {
  color: #4DD0E1 !important; }

.tc-teal-300 {
  color: #4DB6AC !important; }

.tc-green-300 {
  color: #81C784 !important; }

.tc-light-green-300 {
  color: #AED581 !important; }

.tc-lime-300 {
  color: #DCE775 !important; }

.tc-yellow-300 {
  color: #FFF176 !important; }

.tc-amber-300 {
  color: #FFD54F !important; }

.tc-orange-300 {
  color: #FFB74D !important; }

.tc-deep-orange-300 {
  color: #FF8A65 !important; }

.tc-brown-300 {
  color: #A1887F !important; }

.tc-grey-300 {
  color: #E0E0E0 !important; }

.tc-blue-grey-300 {
  color: #90A4AE !important; }

.tc-red-400 {
  color: #EF5350 !important; }

.tc-pink-400 {
  color: #EC407A !important; }

.tc-purple-400 {
  color: #AB47BC !important; }

.tc-deep-purple-400 {
  color: #7E57C2 !important; }

.tc-indigo-400 {
  color: #5C6BC0 !important; }

.tc-blue-400 {
  color: #42A5F5 !important; }

.tc-light-blue-400 {
  color: #29B6F6 !important; }

.tc-cyan-400 {
  color: #26C6DA !important; }

.tc-teal-400 {
  color: #26A69A !important; }

.tc-green-400 {
  color: #66BB6A !important; }

.tc-light-green-400 {
  color: #9CCC65 !important; }

.tc-lime-400 {
  color: #D4E157 !important; }

.tc-yellow-400 {
  color: #FFEE58 !important; }

.tc-amber-400 {
  color: #FFCA28 !important; }

.tc-orange-400 {
  color: #FFA726 !important; }

.tc-deep-orange-400 {
  color: #FF7043 !important; }

.tc-brown-400 {
  color: #8D6E63 !important; }

.tc-grey-400 {
  color: #BDBDBD !important; }

.tc-blue-grey-400 {
  color: #78909C !important; }

.tc-red-500 {
  color: #F44336 !important; }

.tc-pink-500 {
  color: #E91E63 !important; }

.tc-purple-500 {
  color: #9C27B0 !important; }

.tc-deep-purple-500 {
  color: #673AB7 !important; }

.tc-indigo-500 {
  color: #3F51B5 !important; }

.tc-blue-500 {
  color: #2196F3 !important; }

.tc-light-blue-500 {
  color: #03A9F4 !important; }

.tc-cyan-500 {
  color: #00BCD4 !important; }

.tc-teal-500 {
  color: #009688 !important; }

.tc-green-500 {
  color: #4CAF50 !important; }

.tc-light-green-500 {
  color: #8BC34A !important; }

.tc-lime-500 {
  color: #CDDC39 !important; }

.tc-yellow-500 {
  color: #FFEB3B !important; }

.tc-amber-500 {
  color: #51617A !important; }

.tc-orange-500 {
  color: #FF9800 !important; }

.tc-deep-orange-500 {
  color: #FF5722 !important; }

.tc-brown-500 {
  color: #795548 !important; }

.tc-grey-500 {
  color: #9E9E9E !important; }

.tc-blue-grey-500 {
  color: #607D8B !important; }

.tc-red-600 {
  color: #E53935 !important; }

.tc-pink-600 {
  color: #D81B60 !important; }

.tc-purple-600 {
  color: #8E24AA !important; }

.tc-deep-purple-600 {
  color: #5E35B1 !important; }

.tc-indigo-600 {
  color: #3949AB !important; }

.tc-blue-600 {
  color: #1E88E5 !important; }

.tc-light-blue-600 {
  color: #039BE5 !important; }

.tc-cyan-600 {
  color: #00ACC1 !important; }

.tc-teal-600 {
  color: #00897B !important; }

.tc-green-600 {
  color: #43A047 !important; }

.tc-light-green-600 {
  color: #7CB342 !important; }

.tc-lime-600 {
  color: #C0CA33 !important; }

.tc-yellow-600 {
  color: #FDD835 !important; }

.tc-amber-600 {
  color: #FFB300 !important; }

.tc-orange-600 {
  color: #FB8C00 !important; }

.tc-deep-orange-600 {
  color: #F4511E !important; }

.tc-brown-600 {
  color: #6D4C41 !important; }

.tc-grey-600 {
  color: #757575 !important; }

.tc-blue-grey-600 {
  color: #546E7A !important; }

.tc-red-700 {
  color: #D32F2F !important; }

.tc-pink-700 {
  color: #C2185B !important; }

.tc-purple-700 {
  color: #7B1FA2 !important; }

.tc-deep-purple-700 {
  color: #512DA8 !important; }

.tc-indigo-700 {
  color: #303F9F !important; }

.tc-blue-700 {
  color: #1976D2 !important; }

.tc-light-blue-700 {
  color: #0288D1 !important; }

.tc-cyan-700 {
  color: #0097A7 !important; }

.tc-teal-700 {
  color: #00796B !important; }

.tc-green-700 {
  color: #388E3C !important; }

.tc-light-green-700 {
  color: #689F38 !important; }

.tc-lime-700 {
  color: #AFB42B !important; }

.tc-yellow-700 {
  color: #FBC02D !important; }

.tc-amber-700 {
  color: #FFA000 !important; }

.tc-orange-700 {
  color: #F57C00 !important; }

.tc-deep-orange-700 {
  color: #E64A19 !important; }

.tc-brown-700 {
  color: #5D4037 !important; }

.tc-grey-700 {
  color: #616161 !important; }

.tc-blue-grey-700 {
  color: #455A64 !important; }

.tc-red-800 {
  color: #C62828 !important; }

.tc-pink-800 {
  color: #AD1457 !important; }

.tc-purple-800 {
  color: #6A1B9A !important; }

.tc-deep-purple-800 {
  color: #4527A0 !important; }

.tc-indigo-800 {
  color: #283593 !important; }

.tc-blue-800 {
  color: #1565C0 !important; }

.tc-light-blue-800 {
  color: #0277BD !important; }

.tc-cyan-800 {
  color: #00838F !important; }

.tc-teal-800 {
  color: #00695C !important; }

.tc-green-800 {
  color: #2E7D32 !important; }

.tc-light-green-800 {
  color: #558B2F !important; }

.tc-lime-800 {
  color: #9E9D24 !important; }

.tc-yellow-800 {
  color: #F9A825 !important; }

.tc-amber-800 {
  color: #FF8F00 !important; }

.tc-orange-800 {
  color: #EF6C00 !important; }

.tc-deep-orange-800 {
  color: #D84315 !important; }

.tc-brown-800 {
  color: #4E342E !important; }

.tc-grey-800 {
  color: #424242 !important; }

.tc-blue-grey-800 {
  color: #37474F !important; }

.tc-red-900 {
  color: #B71C1C !important; }

.tc-pink-900 {
  color: #880E4F !important; }

.tc-purple-900 {
  color: #4A148C !important; }

.tc-deep-purple-900 {
  color: #311B92 !important; }

.tc-indigo-900 {
  color: #1A237E !important; }

.tc-blue-900 {
  color: #0D47A1 !important; }

.tc-light-blue-900 {
  color: #01579B !important; }

.tc-cyan-900 {
  color: #006064 !important; }

.tc-teal-900 {
  color: #004D40 !important; }

.tc-green-900 {
  color: #1B5E20 !important; }

.tc-light-green-900 {
  color: #33691E !important; }

.tc-lime-900 {
  color: #827717 !important; }

.tc-yellow-900 {
  color: #F57F17 !important; }

.tc-amber-900 {
  color: #FF6F00 !important; }

.tc-orange-900 {
  color: #E65100 !important; }

.tc-deep-orange-900 {
  color: #BF360C !important; }

.tc-brown-900 {
  color: #3E2723 !important; }

.tc-grey-900 {
  color: #212121 !important; }

.tc-blue-grey-900 {
  color: #263238 !important; }

.tc-red-A100 {
  color: #FF8A80 !important; }

.tc-pink-A100 {
  color: #FF80AB !important; }

.tc-purple-A100 {
  color: #EA80FC !important; }

.tc-deep-purple-A100 {
  color: #B388FF !important; }

.tc-indigo-A100 {
  color: #8C9EFF !important; }

.tc-blue-A100 {
  color: #82B1FF !important; }

.tc-light-blue-A100 {
  color: #80D8FF !important; }

.tc-cyan-A100 {
  color: #84FFFF !important; }

.tc-teal-A100 {
  color: #A7FFEB !important; }

.tc-green-A100 {
  color: #B9F6CA !important; }

.tc-light-green-A100 {
  color: #CCFF90 !important; }

.tc-lime-A100 {
  color: #F4FF81 !important; }

.tc-yellow-A100 {
  color: #FFFF8D !important; }

.tc-amber-A100 {
  color: #FFE57F !important; }

.tc-orange-A100 {
  color: #FFD180 !important; }

.tc-deep-orange-A100 {
  color: #FF9E80 !important; }

.tc-red-A200 {
  color: #FF5252 !important; }

.tc-pink-A200 {
  color: #FF4081 !important; }

.tc-purple-A200 {
  color: #E040FB !important; }

.tc-deep-purple-A200 {
  color: #7C4DFF !important; }

.tc-indigo-A200 {
  color: #536DFE !important; }

.tc-blue-A200 {
  color: #448AFF !important; }

.tc-light-blue-A200 {
  color: #40C4FF !important; }

.tc-cyan-A200 {
  color: #18FFFF !important; }

.tc-teal-A200 {
  color: #64FFDA !important; }

.tc-green-A200 {
  color: #69F0AE !important; }

.tc-light-green-A200 {
  color: #B2FF59 !important; }

.tc-lime-A200 {
  color: #EEFF41 !important; }

.tc-yellow-A200 {
  color: #FFFF00 !important; }

.tc-amber-A200 {
  color: #FFD740 !important; }

.tc-orange-A200 {
  color: #FFAB40 !important; }

.tc-deep-orange-A200 {
  color: #FF6E40 !important; }

.tc-red-A400 {
  color: #FF1744 !important; }

.tc-pink-A400 {
  color: #F50057 !important; }

.tc-purple-A400 {
  color: #D500F9 !important; }

.tc-deep-purple-A400 {
  color: #651FFF !important; }

.tc-indigo-A400 {
  color: #3D5AFE !important; }

.tc-blue-A400 {
  color: #2979FF !important; }

.tc-light-blue-A400 {
  color: #00B0FF !important; }

.tc-cyan-A400 {
  color: #00E5FF !important; }

.tc-teal-A400 {
  color: #1DE9B6 !important; }

.tc-green-A400 {
  color: #00E676 !important; }

.tc-light-green-A400 {
  color: #76FF03 !important; }

.tc-lime-A400 {
  color: #C6FF00 !important; }

.tc-yellow-A400 {
  color: #FFEA00 !important; }

.tc-amber-A400 {
  color: #FFC400 !important; }

.tc-orange-A400 {
  color: #FF9100 !important; }

.tc-deep-orange-A400 {
  color: #FF3D00 !important; }

.tc-red-A700 {
  color: #D50000 !important; }

.tc-pink-A700 {
  color: #C51162 !important; }

.tc-purple-A700 {
  color: #AA00FF !important; }

.tc-deep-purple-A700 {
  color: #6200EA !important; }

.tc-indigo-A700 {
  color: #304FFE !important; }

.tc-blue-A700 {
  color: #2962FF !important; }

.tc-light-blue-A700 {
  color: #0091EA !important; }

.tc-cyan-A700 {
  color: #00B8D4 !important; }

.tc-teal-A700 {
  color: #00BFA5 !important; }

.tc-green-A700 {
  color: #00C853 !important; }

.tc-light-green-A700 {
  color: #64DD17 !important; }

.tc-lime-A700 {
  color: #AEEA00 !important; }

.tc-yellow-A700 {
  color: #FFD600 !important; }

.tc-amber-A700 {
  color: #FFAB00 !important; }

.tc-orange-A700 {
  color: #FF6D00 !important; }

.tc-deep-orange-A700 {
  color: #DD2C00 !important; }

.tc-black {
  color: #000000 !important; }

.tc-black-1 {
  color: rgba(0, 0, 0, 0.87) !important; }

.tc-black-2 {
  color: rgba(0, 0, 0, 0.54) !important; }

.tc-black-3 {
  color: rgba(0, 0, 0, 0.38) !important; }

.tc-black-4 {
  color: rgba(0, 0, 0, 0.12) !important; }

.tc-white {
  color: #FFFFFF !important; }

.tc-white-1 {
  color: #FFFFFF !important; }

.tc-white-2 {
  color: rgba(255, 255, 255, 0.7) !important; }

.tc-white-3 {
  color: rgba(255, 255, 255, 0.3) !important; }

.tc-white-4 {
  color: rgba(255, 255, 255, 0.12) !important; }

.tc-primary {
  color: #3F51B5 !important; }

.tc-primary-hue-1 {
  color: #C5CAE9 !important; }

.tc-primary-hue-2 {
  color: #303F9F !important; }

.tc-accent {
  color: #FF4081 !important; }

.tc-accent-hue-1 {
  color: #FF80AB !important; }

.tc-accent-hue-2 {
  color: #F50057 !important; }

.bgc-red-50 {
  background-color: #FFEBEE !important; }

.bgc-pink-50 {
  background-color: #FCE4EC !important; }

.bgc-purple-50 {
  background-color: #F3E5F5 !important; }

.bgc-deep-purple-50 {
  background-color: #EDE7F6 !important; }

.bgc-indigo-50 {
  background-color: #E8EAF6 !important; }

.bgc-blue-50 {
  background-color: #E3F2FD !important; }

.bgc-light-blue-50 {
  background-color: #E1F5FE !important; }

.bgc-cyan-50 {
  background-color: #E0F7FA !important; }

.bgc-teal-50 {
  background-color: #E0F2F1 !important; }

.bgc-green-50 {
  background-color: #E8F5E9 !important; }

.bgc-light-green-50 {
  background-color: #F1F8E9 !important; }

.bgc-lime-50 {
  background-color: #F9FBE7 !important; }

.bgc-yellow-50 {
  background-color: #FFFDE7 !important; }

.bgc-amber-50 {
  background-color: #FFF8E1 !important; }

.bgc-orange-50 {
  background-color: #FFF3E0 !important; }

.bgc-deep-orange-50 {
  background-color: #FBE9E7 !important; }

.bgc-brown-50 {
  background-color: #EFEBE9 !important; }

.bgc-grey-50 {
  background-color: #FAFAFA !important; }

.bgc-blue-grey-50 {
  background-color: #ECEFF1 !important; }

.bgc-red-100 {
  background-color: #FFCDD2 !important; }

.bgc-pink-100 {
  background-color: #F8BBD0 !important; }

.bgc-purple-100 {
  background-color: #E1BEE7 !important; }

.bgc-deep-purple-100 {
  background-color: #D1C4E9 !important; }

.bgc-indigo-100 {
  background-color: #C5CAE9 !important; }

.bgc-blue-100 {
  background-color: #BBDEFB !important; }

.bgc-light-blue-100 {
  background-color: #B3E5FC !important; }

.bgc-cyan-100 {
  background-color: #B2EBF2 !important; }

.bgc-teal-100 {
  background-color: #B2DFDB !important; }

.bgc-green-100 {
  background-color: #C8E6C9 !important; }

.bgc-light-green-100 {
  background-color: #DCEDC8 !important; }

.bgc-lime-100 {
  background-color: #F0F4C3 !important; }

.bgc-yellow-100 {
  background-color: #FFF9C4 !important; }

.bgc-amber-100 {
  background-color: #FFECB3 !important; }

.bgc-orange-100 {
  background-color: #FFE0B2 !important; }

.bgc-deep-orange-100 {
  background-color: #FFCCBC !important; }

.bgc-brown-100 {
  background-color: #D7CCC8 !important; }

.bgc-grey-100 {
  background-color: #F5F5F5 !important; }

.bgc-blue-grey-100 {
  background-color: #CFD8DC !important; }

.bgc-red-200 {
  background-color: #EF9A9A !important; }

.bgc-pink-200 {
  background-color: #F48FB1 !important; }

.bgc-purple-200 {
  background-color: #CE93D8 !important; }

.bgc-deep-purple-200 {
  background-color: #B39DDB !important; }

.bgc-indigo-200 {
  background-color: #9FA8DA !important; }

.bgc-blue-200 {
  background-color: #90CAF9 !important; }

.bgc-light-blue-200 {
  background-color: #81D4FA !important; }

.bgc-cyan-200 {
  background-color: #80DEEA !important; }

.bgc-teal-200 {
  background-color: #80CBC4 !important; }

.bgc-green-200 {
  background-color: #A5D6A7 !important; }

.bgc-light-green-200 {
  background-color: #C5E1A5 !important; }

.bgc-lime-200 {
  background-color: #E6EE9C !important; }

.bgc-yellow-200 {
  background-color: #FFF59D !important; }

.bgc-amber-200 {
  background-color: #FFE082 !important; }

.bgc-orange-200 {
  background-color: #FFCC80 !important; }

.bgc-deep-orange-200 {
  background-color: #FFAB91 !important; }

.bgc-brown-200 {
  background-color: #BCAAA4 !important; }

.bgc-grey-200 {
  background-color: #EEEEEE !important; }

.bgc-blue-grey-200 {
  background-color: #B0BEC5 !important; }

.bgc-red-300 {
  background-color: #E57373 !important; }

.bgc-pink-300 {
  background-color: #F06292 !important; }

.bgc-purple-300 {
  background-color: #BA68C8 !important; }

.bgc-deep-purple-300 {
  background-color: #9575CD !important; }

.bgc-indigo-300 {
  background-color: #7986CB !important; }

.bgc-blue-300 {
  background-color: #64B5F6 !important; }

.bgc-light-blue-300 {
  background-color: #4FC3F7 !important; }

.bgc-cyan-300 {
  background-color: #4DD0E1 !important; }

.bgc-teal-300 {
  background-color: #4DB6AC !important; }

.bgc-green-300 {
  background-color: #81C784 !important; }

.bgc-light-green-300 {
  background-color: #AED581 !important; }

.bgc-lime-300 {
  background-color: #DCE775 !important; }

.bgc-yellow-300 {
  background-color: #FFF176 !important; }

.bgc-amber-300 {
  background-color: #FFD54F !important; }

.bgc-orange-300 {
  background-color: #FFB74D !important; }

.bgc-deep-orange-300 {
  background-color: #FF8A65 !important; }

.bgc-brown-300 {
  background-color: #A1887F !important; }

.bgc-grey-300 {
  background-color: #E0E0E0 !important; }

.bgc-blue-grey-300 {
  background-color: #90A4AE !important; }

.bgc-red-400 {
  background-color: #EF5350 !important; }

.bgc-pink-400 {
  background-color: #EC407A !important; }

.bgc-purple-400 {
  background-color: #AB47BC !important; }

.bgc-deep-purple-400 {
  background-color: #7E57C2 !important; }

.bgc-indigo-400 {
  background-color: #5C6BC0 !important; }

.bgc-blue-400 {
  background-color: #42A5F5 !important; }

.bgc-light-blue-400 {
  background-color: #29B6F6 !important; }

.bgc-cyan-400 {
  background-color: #26C6DA !important; }

.bgc-teal-400 {
  background-color: #26A69A !important; }

.bgc-green-400 {
  background-color: #66BB6A !important; }

.bgc-light-green-400 {
  background-color: #9CCC65 !important; }

.bgc-lime-400 {
  background-color: #D4E157 !important; }

.bgc-yellow-400 {
  background-color: #FFEE58 !important; }

.bgc-amber-400 {
  background-color: #FFCA28 !important; }

.bgc-orange-400 {
  background-color: #FFA726 !important; }

.bgc-deep-orange-400 {
  background-color: #FF7043 !important; }

.bgc-brown-400 {
  background-color: #8D6E63 !important; }

.bgc-grey-400 {
  background-color: #BDBDBD !important; }

.bgc-blue-grey-400 {
  background-color: #78909C !important; }

.bgc-red-500 {
  background-color: #F44336 !important; }

.bgc-pink-500 {
  background-color: #E91E63 !important; }

.bgc-purple-500 {
  background-color: #9C27B0 !important; }

.bgc-deep-purple-500 {
  background-color: #673AB7 !important; }

.bgc-indigo-500 {
  background-color: #3F51B5 !important; }

.bgc-blue-500 {
  background-color: #2196F3 !important; }

.bgc-light-blue-500 {
  background-color: #03A9F4 !important; }

.bgc-cyan-500 {
  background-color: #00BCD4 !important; }

.bgc-teal-500 {
  background-color: #009688 !important; }

.bgc-green-500 {
  background-color: #4CAF50 !important; }

.bgc-light-green-500 {
  background-color: #8BC34A !important; }

.bgc-lime-500 {
  background-color: #CDDC39 !important; }

.bgc-yellow-500 {
  background-color: #FFEB3B !important; }

.bgc-amber-500 {
  background-color: #51617A !important; }

.bgc-orange-500 {
  background-color: #FF9800 !important; }

.bgc-deep-orange-500 {
  background-color: #FF5722 !important; }

.bgc-brown-500 {
  background-color: #795548 !important; }

.bgc-grey-500 {
  background-color: #9E9E9E !important; }

.bgc-blue-grey-500 {
  background-color: #607D8B !important; }

.bgc-red-600 {
  background-color: #E53935 !important; }

.bgc-pink-600 {
  background-color: #D81B60 !important; }

.bgc-purple-600 {
  background-color: #8E24AA !important; }

.bgc-deep-purple-600 {
  background-color: #5E35B1 !important; }

.bgc-indigo-600 {
  background-color: #3949AB !important; }

.bgc-blue-600 {
  background-color: #1E88E5 !important; }

.bgc-light-blue-600 {
  background-color: #039BE5 !important; }

.bgc-cyan-600 {
  background-color: #00ACC1 !important; }

.bgc-teal-600 {
  background-color: #00897B !important; }

.bgc-green-600 {
  background-color: #43A047 !important; }

.bgc-light-green-600 {
  background-color: #7CB342 !important; }

.bgc-lime-600 {
  background-color: #C0CA33 !important; }

.bgc-yellow-600 {
  background-color: #FDD835 !important; }

.bgc-amber-600 {
  background-color: #FFB300 !important; }

.bgc-orange-600 {
  background-color: #FB8C00 !important; }

.bgc-deep-orange-600 {
  background-color: #F4511E !important; }

.bgc-brown-600 {
  background-color: #6D4C41 !important; }

.bgc-grey-600 {
  background-color: #757575 !important; }

.bgc-blue-grey-600 {
  background-color: #546E7A !important; }

.bgc-red-700 {
  background-color: #D32F2F !important; }

.bgc-pink-700 {
  background-color: #C2185B !important; }

.bgc-purple-700 {
  background-color: #7B1FA2 !important; }

.bgc-deep-purple-700 {
  background-color: #512DA8 !important; }

.bgc-indigo-700 {
  background-color: #303F9F !important; }

.bgc-blue-700 {
  background-color: #1976D2 !important; }

.bgc-light-blue-700 {
  background-color: #0288D1 !important; }

.bgc-cyan-700 {
  background-color: #0097A7 !important; }

.bgc-teal-700 {
  background-color: #00796B !important; }

.bgc-green-700 {
  background-color: #388E3C !important; }

.bgc-light-green-700 {
  background-color: #689F38 !important; }

.bgc-lime-700 {
  background-color: #AFB42B !important; }

.bgc-yellow-700 {
  background-color: #FBC02D !important; }

.bgc-amber-700 {
  background-color: #FFA000 !important; }

.bgc-orange-700 {
  background-color: #F57C00 !important; }

.bgc-deep-orange-700 {
  background-color: #E64A19 !important; }

.bgc-brown-700 {
  background-color: #5D4037 !important; }

.bgc-grey-700 {
  background-color: #616161 !important; }

.bgc-blue-grey-700 {
  background-color: #455A64 !important; }

.bgc-red-800 {
  background-color: #C62828 !important; }

.bgc-pink-800 {
  background-color: #AD1457 !important; }

.bgc-purple-800 {
  background-color: #6A1B9A !important; }

.bgc-deep-purple-800 {
  background-color: #4527A0 !important; }

.bgc-indigo-800 {
  background-color: #283593 !important; }

.bgc-blue-800 {
  background-color: #1565C0 !important; }

.bgc-light-blue-800 {
  background-color: #0277BD !important; }

.bgc-cyan-800 {
  background-color: #00838F !important; }

.bgc-teal-800 {
  background-color: #00695C !important; }

.bgc-green-800 {
  background-color: #2E7D32 !important; }

.bgc-light-green-800 {
  background-color: #558B2F !important; }

.bgc-lime-800 {
  background-color: #9E9D24 !important; }

.bgc-yellow-800 {
  background-color: #F9A825 !important; }

.bgc-amber-800 {
  background-color: #FF8F00 !important; }

.bgc-orange-800 {
  background-color: #EF6C00 !important; }

.bgc-deep-orange-800 {
  background-color: #D84315 !important; }

.bgc-brown-800 {
  background-color: #4E342E !important; }

.bgc-grey-800 {
  background-color: #424242 !important; }

.bgc-blue-grey-800 {
  background-color: #37474F !important; }

.bgc-red-900 {
  background-color: #B71C1C !important; }

.bgc-pink-900 {
  background-color: #880E4F !important; }

.bgc-purple-900 {
  background-color: #4A148C !important; }

.bgc-deep-purple-900 {
  background-color: #311B92 !important; }

.bgc-indigo-900 {
  background-color: #1A237E !important; }

.bgc-blue-900 {
  background-color: #0D47A1 !important; }

.bgc-light-blue-900 {
  background-color: #01579B !important; }

.bgc-cyan-900 {
  background-color: #006064 !important; }

.bgc-teal-900 {
  background-color: #004D40 !important; }

.bgc-green-900 {
  background-color: #1B5E20 !important; }

.bgc-light-green-900 {
  background-color: #33691E !important; }

.bgc-lime-900 {
  background-color: #827717 !important; }

.bgc-yellow-900 {
  background-color: #F57F17 !important; }

.bgc-amber-900 {
  background-color: #FF6F00 !important; }

.bgc-orange-900 {
  background-color: #E65100 !important; }

.bgc-deep-orange-900 {
  background-color: #BF360C !important; }

.bgc-brown-900 {
  background-color: #3E2723 !important; }

.bgc-grey-900 {
  background-color: #212121 !important; }

.bgc-blue-grey-900 {
  background-color: #263238 !important; }

.bgc-red-A100 {
  background-color: #FF8A80 !important; }

.bgc-pink-A100 {
  background-color: #FF80AB !important; }

.bgc-purple-A100 {
  background-color: #EA80FC !important; }

.bgc-deep-purple-A100 {
  background-color: #B388FF !important; }

.bgc-indigo-A100 {
  background-color: #8C9EFF !important; }

.bgc-blue-A100 {
  background-color: #82B1FF !important; }

.bgc-light-blue-A100 {
  background-color: #80D8FF !important; }

.bgc-cyan-A100 {
  background-color: #84FFFF !important; }

.bgc-teal-A100 {
  background-color: #A7FFEB !important; }

.bgc-green-A100 {
  background-color: #B9F6CA !important; }

.bgc-light-green-A100 {
  background-color: #CCFF90 !important; }

.bgc-lime-A100 {
  background-color: #F4FF81 !important; }

.bgc-yellow-A100 {
  background-color: #FFFF8D !important; }

.bgc-amber-A100 {
  background-color: #FFE57F !important; }

.bgc-orange-A100 {
  background-color: #FFD180 !important; }

.bgc-deep-orange-A100 {
  background-color: #FF9E80 !important; }

.bgc-red-A200 {
  background-color: #FF5252 !important; }

.bgc-pink-A200 {
  background-color: #FF4081 !important; }

.bgc-purple-A200 {
  background-color: #E040FB !important; }

.bgc-deep-purple-A200 {
  background-color: #7C4DFF !important; }

.bgc-indigo-A200 {
  background-color: #536DFE !important; }

.bgc-blue-A200 {
  background-color: #448AFF !important; }

.bgc-light-blue-A200 {
  background-color: #40C4FF !important; }

.bgc-cyan-A200 {
  background-color: #18FFFF !important; }

.bgc-teal-A200 {
  background-color: #64FFDA !important; }

.bgc-green-A200 {
  background-color: #69F0AE !important; }

.bgc-light-green-A200 {
  background-color: #B2FF59 !important; }

.bgc-lime-A200 {
  background-color: #EEFF41 !important; }

.bgc-yellow-A200 {
  background-color: #FFFF00 !important; }

.bgc-amber-A200 {
  background-color: #FFD740 !important; }

.bgc-orange-A200 {
  background-color: #FFAB40 !important; }

.bgc-deep-orange-A200 {
  background-color: #FF6E40 !important; }

.bgc-red-A400 {
  background-color: #FF1744 !important; }

.bgc-pink-A400 {
  background-color: #F50057 !important; }

.bgc-purple-A400 {
  background-color: #D500F9 !important; }

.bgc-deep-purple-A400 {
  background-color: #651FFF !important; }

.bgc-indigo-A400 {
  background-color: #3D5AFE !important; }

.bgc-blue-A400 {
  background-color: #2979FF !important; }

.bgc-light-blue-A400 {
  background-color: #00B0FF !important; }

.bgc-cyan-A400 {
  background-color: #00E5FF !important; }

.bgc-teal-A400 {
  background-color: #1DE9B6 !important; }

.bgc-green-A400 {
  background-color: #00E676 !important; }

.bgc-light-green-A400 {
  background-color: #76FF03 !important; }

.bgc-lime-A400 {
  background-color: #C6FF00 !important; }

.bgc-yellow-A400 {
  background-color: #FFEA00 !important; }

.bgc-amber-A400 {
  background-color: #FFC400 !important; }

.bgc-orange-A400 {
  background-color: #FF9100 !important; }

.bgc-deep-orange-A400 {
  background-color: #FF3D00 !important; }

.bgc-red-A700 {
  background-color: #D50000 !important; }

.bgc-pink-A700 {
  background-color: #C51162 !important; }

.bgc-purple-A700 {
  background-color: #AA00FF !important; }

.bgc-deep-purple-A700 {
  background-color: #6200EA !important; }

.bgc-indigo-A700 {
  background-color: #304FFE !important; }

.bgc-blue-A700 {
  background-color: #2962FF !important; }

.bgc-light-blue-A700 {
  background-color: #0091EA !important; }

.bgc-cyan-A700 {
  background-color: #00B8D4 !important; }

.bgc-teal-A700 {
  background-color: #00BFA5 !important; }

.bgc-green-A700 {
  background-color: #00C853 !important; }

.bgc-light-green-A700 {
  background-color: #64DD17 !important; }

.bgc-lime-A700 {
  background-color: #AEEA00 !important; }

.bgc-yellow-A700 {
  background-color: #FFD600 !important; }

.bgc-amber-A700 {
  background-color: #FFAB00 !important; }

.bgc-orange-A700 {
  background-color: #FF6D00 !important; }

.bgc-deep-orange-A700 {
  background-color: #DD2C00 !important; }

.bgc-black {
  background-color: #000000 !important; }

.bgc-black-1 {
  background-color: rgba(0, 0, 0, 0.87) !important; }

.bgc-black-2 {
  background-color: rgba(0, 0, 0, 0.54) !important; }

.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.38) !important; }

.bgc-black-4 {
  background-color: rgba(0, 0, 0, 0.12) !important; }

.bgc-white {
  background-color: #FFFFFF !important; }

.bgc-white-1 {
  background-color: #FFFFFF !important; }

.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bgc-white-4 {
  background-color: rgba(255, 255, 255, 0.12) !important; }

.bgc-primary {
  background-color: #3F51B5 !important; }

.bgc-primary-hue-1 {
  background-color: #C5CAE9 !important; }

.bgc-primary-hue-2 {
  background-color: #303F9F !important; }

.bgc-accent {
  background-color: #FF4081 !important; }

.bgc-accent-hue-1 {
  background-color: #FF80AB !important; }

.bgc-accent-hue-2 {
  background-color: #F50057 !important; }

.w-1\/1 {
  width: 100% !important; }

.w-1\/2 {
  width: 50% !important; }

.w-1\/3 {
  width: 33.33333% !important; }

.w-2\/3 {
  width: 66.66667% !important; }

.w-1\/4 {
  width: 25% !important; }

.w-2\/4 {
  width: 50% !important; }

.w-3\/4 {
  width: 75% !important; }

.w-1\/5 {
  width: 20% !important; }

.w-2\/5 {
  width: 40% !important; }

.w-3\/5 {
  width: 60% !important; }

.w-4\/5 {
  width: 80% !important; }

@media screen and (max-width: 480px) {
  .w-1\/1-palm {
    width: 100% !important; }
  .w-1\/2-palm {
    width: 50% !important; }
  .w-1\/3-palm {
    width: 33.33333% !important; }
  .w-2\/3-palm {
    width: 66.66667% !important; }
  .w-1\/4-palm {
    width: 25% !important; }
  .w-2\/4-palm {
    width: 50% !important; }
  .w-3\/4-palm {
    width: 75% !important; }
  .w-1\/5-palm {
    width: 20% !important; }
  .w-2\/5-palm {
    width: 40% !important; }
  .w-3\/5-palm {
    width: 60% !important; }
  .w-4\/5-palm {
    width: 80% !important; } }

@media screen and (min-width: 481px) and (max-width: 1279px) {
  .w-1\/1-lap {
    width: 100% !important; }
  .w-1\/2-lap {
    width: 50% !important; }
  .w-1\/3-lap {
    width: 33.33333% !important; }
  .w-2\/3-lap {
    width: 66.66667% !important; }
  .w-1\/4-lap {
    width: 25% !important; }
  .w-2\/4-lap {
    width: 50% !important; }
  .w-3\/4-lap {
    width: 75% !important; }
  .w-1\/5-lap {
    width: 20% !important; }
  .w-2\/5-lap {
    width: 40% !important; }
  .w-3\/5-lap {
    width: 60% !important; }
  .w-4\/5-lap {
    width: 80% !important; } }

@media screen and (min-width: 481px) {
  .w-1\/1-lap-and-up {
    width: 100% !important; }
  .w-1\/2-lap-and-up {
    width: 50% !important; }
  .w-1\/3-lap-and-up {
    width: 33.33333% !important; }
  .w-2\/3-lap-and-up {
    width: 66.66667% !important; }
  .w-1\/4-lap-and-up {
    width: 25% !important; }
  .w-2\/4-lap-and-up {
    width: 50% !important; }
  .w-3\/4-lap-and-up {
    width: 75% !important; }
  .w-1\/5-lap-and-up {
    width: 20% !important; }
  .w-2\/5-lap-and-up {
    width: 40% !important; }
  .w-3\/5-lap-and-up {
    width: 60% !important; }
  .w-4\/5-lap-and-up {
    width: 80% !important; } }

@media screen and (max-width: 1279px) {
  .w-1\/1-portable {
    width: 100% !important; }
  .w-1\/2-portable {
    width: 50% !important; }
  .w-1\/3-portable {
    width: 33.33333% !important; }
  .w-2\/3-portable {
    width: 66.66667% !important; }
  .w-1\/4-portable {
    width: 25% !important; }
  .w-2\/4-portable {
    width: 50% !important; }
  .w-3\/4-portable {
    width: 75% !important; }
  .w-1\/5-portable {
    width: 20% !important; }
  .w-2\/5-portable {
    width: 40% !important; }
  .w-3\/5-portable {
    width: 60% !important; }
  .w-4\/5-portable {
    width: 80% !important; } }

@media screen and (min-width: 1280px) {
  .w-1\/1-desk {
    width: 100% !important; }
  .w-1\/2-desk {
    width: 50% !important; }
  .w-1\/3-desk {
    width: 33.33333% !important; }
  .w-2\/3-desk {
    width: 66.66667% !important; }
  .w-1\/4-desk {
    width: 25% !important; }
  .w-2\/4-desk {
    width: 50% !important; }
  .w-3\/4-desk {
    width: 75% !important; }
  .w-1\/5-desk {
    width: 20% !important; }
  .w-2\/5-desk {
    width: 40% !important; }
  .w-3\/5-desk {
    width: 60% !important; }
  .w-4\/5-desk {
    width: 80% !important; } }

@media screen and (min-width: 1280px) {
  .w-1\/1-desk-wide {
    width: 100% !important; }
  .w-1\/2-desk-wide {
    width: 50% !important; }
  .w-1\/3-desk-wide {
    width: 33.33333% !important; }
  .w-2\/3-desk-wide {
    width: 66.66667% !important; }
  .w-1\/4-desk-wide {
    width: 25% !important; }
  .w-2\/4-desk-wide {
    width: 50% !important; }
  .w-3\/4-desk-wide {
    width: 75% !important; }
  .w-1\/5-desk-wide {
    width: 20% !important; }
  .w-2\/5-desk-wide {
    width: 40% !important; }
  .w-3\/5-desk-wide {
    width: 60% !important; }
  .w-4\/5-desk-wide {
    width: 80% !important; } }

@media screen and (min-width: 1920px) {
  .w-1\/1-full-hd {
    width: 100% !important; }
  .w-1\/2-full-hd {
    width: 50% !important; }
  .w-1\/3-full-hd {
    width: 33.33333% !important; }
  .w-2\/3-full-hd {
    width: 66.66667% !important; }
  .w-1\/4-full-hd {
    width: 25% !important; }
  .w-2\/4-full-hd {
    width: 50% !important; }
  .w-3\/4-full-hd {
    width: 75% !important; }
  .w-1\/5-full-hd {
    width: 20% !important; }
  .w-2\/5-full-hd {
    width: 40% !important; }
  .w-3\/5-full-hd {
    width: 60% !important; }
  .w-4\/5-full-hd {
    width: 80% !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .w-1\/1-retina {
    width: 100% !important; }
  .w-1\/2-retina {
    width: 50% !important; }
  .w-1\/3-retina {
    width: 33.33333% !important; }
  .w-2\/3-retina {
    width: 66.66667% !important; }
  .w-1\/4-retina {
    width: 25% !important; }
  .w-2\/4-retina {
    width: 50% !important; }
  .w-3\/4-retina {
    width: 75% !important; }
  .w-1\/5-retina {
    width: 20% !important; }
  .w-2\/5-retina {
    width: 40% !important; }
  .w-3\/5-retina {
    width: 60% !important; }
  .w-4\/5-retina {
    width: 80% !important; } }

.m {
  margin: 8px !important; }

.mt {
  margin-top: 8px !important; }

.mr {
  margin-right: 8px !important; }

.mb {
  margin-bottom: 8px !important; }

.ml {
  margin-left: 8px !important; }

.mh {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.mv {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.m- {
  margin: 4px !important; }

.mt- {
  margin-top: 4px !important; }

.mr- {
  margin-right: 4px !important; }

.mb- {
  margin-bottom: 4px !important; }

.ml- {
  margin-left: 4px !important; }

.mh- {
  margin-right: 4px !important;
  margin-left: 4px !important; }

.mv- {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.m\+ {
  margin: 16px !important; }

.mt\+ {
  margin-top: 16px !important; }

.mr\+ {
  margin-right: 16px !important; }

.mb\+ {
  margin-bottom: 16px !important; }

.ml\+ {
  margin-left: 16px !important; }

.mh\+ {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.mv\+ {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.m\+\+ {
  margin: 24px !important; }

.mt\+\+ {
  margin-top: 24px !important; }

.mr\+\+ {
  margin-right: 24px !important; }

.mb\+\+ {
  margin-bottom: 24px !important; }

.ml\+\+ {
  margin-left: 24px !important; }

.mh\+\+ {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.mv\+\+ {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.m\+\+\+ {
  margin: 32px !important; }

.mt\+\+\+ {
  margin-top: 32px !important; }

.mr\+\+\+ {
  margin-right: 32px !important; }

.mb\+\+\+ {
  margin-bottom: 32px !important; }

.ml\+\+\+ {
  margin-left: 32px !important; }

.mh\+\+\+ {
  margin-right: 32px !important;
  margin-left: 32px !important; }

.mv\+\+\+ {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p {
  padding: 8px !important; }

.pt {
  padding-top: 8px !important; }

.pr {
  padding-right: 8px !important; }

.pb {
  padding-bottom: 8px !important; }

.pl {
  padding-left: 8px !important; }

.ph {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.pv {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.p- {
  padding: 4px !important; }

.pt- {
  padding-top: 4px !important; }

.pr- {
  padding-right: 4px !important; }

.pb- {
  padding-bottom: 4px !important; }

.pl- {
  padding-left: 4px !important; }

.ph- {
  padding-right: 4px !important;
  padding-left: 4px !important; }

.pv- {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.p\+ {
  padding: 16px !important; }

.pt\+ {
  padding-top: 16px !important; }

.pr\+ {
  padding-right: 16px !important; }

.pb\+ {
  padding-bottom: 16px !important; }

.pl\+ {
  padding-left: 16px !important; }

.ph\+ {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.pv\+ {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.p\+\+ {
  padding: 24px !important; }

.pt\+\+ {
  padding-top: 24px !important; }

.pr\+\+ {
  padding-right: 24px !important; }

.pb\+\+ {
  padding-bottom: 24px !important; }

.pl\+\+ {
  padding-left: 24px !important; }

.ph\+\+ {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.pv\+\+ {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.p\+\+\+ {
  padding: 32px !important; }

.pt\+\+\+ {
  padding-top: 32px !important; }

.pr\+\+\+ {
  padding-right: 32px !important; }

.pb\+\+\+ {
  padding-bottom: 32px !important; }

.pl\+\+\+ {
  padding-left: 32px !important; }

.ph\+\+\+ {
  padding-right: 32px !important;
  padding-left: 32px !important; }

.pv\+\+\+ {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.float-right {
  float: right !important; }

.float-left {
  float: left  !important; }

.float-none {
  float: none  !important; }

.text-left {
  text-align: left   !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right  !important; }

.display-block {
  display: block; }

.visuallyhidden,
.checkbox__input,
.radio-button__input,
.switch__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@-webkit-keyframes ripple {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }

@-moz-keyframes ripple {
  0% {
    opacity: 0.3;
    -moz-transform: scale(0); }
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }

@keyframes ripple {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

.bare-list,
.dropdown-menu ul,
.list,
.sidebar-menu ul,
.main-nav ul,
.colors {
  margin: 0;
  padding: 0;
  list-style: none; }

.divider {
  height: 1px; }

.divider--dark {
  background-color: rgba(0, 0, 0, 0.12); }

.divider--light {
  background-color: rgba(255, 255, 255, 0.12); }

.has-divider {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.has-divider--dark {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.has-divider--light {
  border-bottom-color: rgba(255, 255, 255, 0.12); }

.z-depth1 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }

.z-depth2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }

.z-depth3 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.084); }

.z-depth4 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.084); }

.z-depth5 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.084); }

.btn {
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    outline: none; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn .ripple {
    z-index: -1; }

.btn--raised[disabled],
.btn--raised.btn--is-disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.38) !important;
  background-color: #E0E0E0 !important; }
  .btn--raised[disabled] .ripple,
  .btn--raised.btn--is-disabled .ripple {
    display: none; }

.btn--fab[disabled],
.btn--fab.btn--is-disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.38) !important;
  background-color: #E0E0E0 !important; }
  .btn--fab[disabled] .ripple,
  .btn--fab.btn--is-disabled .ripple {
    display: none; }

.btn--flat[disabled],
.btn--flat.btn--is-disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.38) !important;
  background-color: transparent !important; }
  .btn--flat[disabled] .ripple,
  .btn--flat.btn--is-disabled .ripple {
    display: none; }

.btn--icon[disabled],
.btn--icon.btn--is-disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.38) !important;
  background-color: transparent !important; }
  .btn--icon[disabled] .ripple,
  .btn--icon.btn--is-disabled .ripple {
    display: none; }

.btn--xs {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px; }

.btn--s {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px; }

.btn--m {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 36px; }

.btn--l {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px; }

.btn--xl {
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 56px; }

.btn--raised {
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .btn--raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }

.btn--fab {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 50%; }
  .btn--fab:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }

.btn--raised.btn--red {
  color: #FFFFFF;
  background-color: #F44336; }
  .btn--raised.btn--red .ripple {
    background-color: #290502; }

.btn--fab.btn--red {
  color: #FFFFFF;
  background-color: #F44336; }
  .btn--fab.btn--red .ripple {
    background-color: #290502; }

.btn--raised.btn--pink {
  color: #FFFFFF;
  background-color: #E91E63; }
  .btn--raised.btn--pink .ripple {
    background-color: #070103; }

.btn--fab.btn--pink {
  color: #FFFFFF;
  background-color: #E91E63; }
  .btn--fab.btn--pink .ripple {
    background-color: #070103; }

.btn--raised.btn--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }
  .btn--raised.btn--purple .ripple {
    background-color: black; }

.btn--fab.btn--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }
  .btn--fab.btn--purple .ripple {
    background-color: black; }

.btn--raised.btn--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }
  .btn--raised.btn--deep-purple .ripple {
    background-color: black; }

.btn--fab.btn--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }
  .btn--fab.btn--deep-purple .ripple {
    background-color: black; }

.btn--raised.btn--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }
  .btn--raised.btn--indigo .ripple {
    background-color: black; }

.btn--fab.btn--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }
  .btn--fab.btn--indigo .ripple {
    background-color: black; }

.btn--raised.btn--blue {
  color: #FFFFFF;
  background-color: #2196F3; }
  .btn--raised.btn--blue .ripple {
    background-color: #010c14; }

.btn--fab.btn--blue {
  color: #FFFFFF;
  background-color: #2196F3; }
  .btn--fab.btn--blue .ripple {
    background-color: #010c14; }

.btn--raised.btn--light-blue {
  color: #FFFFFF;
  background-color: #03A9F4; }
  .btn--raised.btn--light-blue .ripple {
    background-color: black; }

.btn--fab.btn--light-blue {
  color: #FFFFFF;
  background-color: #03A9F4; }
  .btn--fab.btn--light-blue .ripple {
    background-color: black; }

.btn--raised.btn--cyan {
  color: #FFFFFF;
  background-color: #00BCD4; }
  .btn--raised.btn--cyan .ripple {
    background-color: black; }

.btn--fab.btn--cyan {
  color: #FFFFFF;
  background-color: #00BCD4; }
  .btn--fab.btn--cyan .ripple {
    background-color: black; }

.btn--raised.btn--teal {
  color: #FFFFFF;
  background-color: #009688; }
  .btn--raised.btn--teal .ripple {
    background-color: black; }

.btn--fab.btn--teal {
  color: #FFFFFF;
  background-color: #009688; }
  .btn--fab.btn--teal .ripple {
    background-color: black; }

.btn--raised.btn--green {
  color: #FFFFFF;
  background-color: #4CAF50; }
  .btn--raised.btn--green .ripple {
    background-color: black; }

.btn--fab.btn--green {
  color: #FFFFFF;
  background-color: #4CAF50; }
  .btn--fab.btn--green .ripple {
    background-color: black; }

.btn--raised.btn--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }
  .btn--raised.btn--light-green .ripple {
    background-color: #070b03; }

.btn--fab.btn--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }
  .btn--fab.btn--light-green .ripple {
    background-color: #070b03; }

.btn--raised.btn--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }
  .btn--raised.btn--lime .ripple {
    background-color: #111303; }

.btn--fab.btn--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }
  .btn--fab.btn--lime .ripple {
    background-color: #111303; }

.btn--raised.btn--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }
  .btn--raised.btn--yellow .ripple {
    background-color: #3b3500; }

.btn--fab.btn--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }
  .btn--fab.btn--yellow .ripple {
    background-color: #3b3500; }

.btn--raised.btn--amber {
  color: #FFFFFF;
  background-color: #51617A; }
  .btn--raised.btn--amber .ripple {
    background-color: black; }

.btn--fab.btn--amber {
  color: #FFFFFF;
  background-color: #51617A; }
  .btn--fab.btn--amber .ripple {
    background-color: black; }

.btn--raised.btn--orange {
  color: #FFFFFF;
  background-color: #FF9800; }
  .btn--raised.btn--orange .ripple {
    background-color: black; }

.btn--fab.btn--orange {
  color: #FFFFFF;
  background-color: #FF9800; }
  .btn--fab.btn--orange .ripple {
    background-color: black; }

.btn--raised.btn--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }
  .btn--raised.btn--deep-orange .ripple {
    background-color: #220800; }

.btn--fab.btn--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }
  .btn--fab.btn--deep-orange .ripple {
    background-color: #220800; }

.btn--raised.btn--brown {
  color: #FFFFFF;
  background-color: #795548; }
  .btn--raised.btn--brown .ripple {
    background-color: black; }

.btn--fab.btn--brown {
  color: #FFFFFF;
  background-color: #795548; }
  .btn--fab.btn--brown .ripple {
    background-color: black; }

.btn--raised.btn--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }
  .btn--raised.btn--grey .ripple {
    background-color: #1f1f1f; }

.btn--fab.btn--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }
  .btn--fab.btn--grey .ripple {
    background-color: #1f1f1f; }

.btn--raised.btn--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }
  .btn--raised.btn--blue-grey .ripple {
    background-color: black; }

.btn--fab.btn--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }
  .btn--fab.btn--blue-grey .ripple {
    background-color: black; }

.btn--raised.btn--black {
  color: #FFFFFF;
  background-color: #000000; }
  .btn--raised.btn--black .ripple {
    background-color: black; }

.btn--fab.btn--black {
  color: #FFFFFF;
  background-color: #000000; }
  .btn--fab.btn--black .ripple {
    background-color: black; }

.btn--raised.btn--white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF; }
  .btn--raised.btn--white .ripple {
    background-color: gray; }

.btn--fab.btn--white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF; }
  .btn--fab.btn--white .ripple {
    background-color: gray; }

.btn--raised.btn--primary {
  color: #FFFFFF;
  background-color: #3F51B5; }
  .btn--raised.btn--primary .ripple {
    background-color: black; }

.btn--fab.btn--primary {
  color: #FFFFFF;
  background-color: #3F51B5; }
  .btn--fab.btn--primary .ripple {
    background-color: black; }

.btn--raised.btn--primary-hue-1 {
  color: #FFFFFF;
  background-color: #C5CAE9; }
  .btn--raised.btn--primary-hue-1 .ripple {
    background-color: #303b7f; }

.btn--fab.btn--primary-hue-1 {
  color: #FFFFFF;
  background-color: #C5CAE9; }
  .btn--fab.btn--primary-hue-1 .ripple {
    background-color: #303b7f; }

.btn--raised.btn--primary-hue-2 {
  color: #FFFFFF;
  background-color: #303F9F; }
  .btn--raised.btn--primary-hue-2 .ripple {
    background-color: black; }

.btn--fab.btn--primary-hue-2 {
  color: #FFFFFF;
  background-color: #303F9F; }
  .btn--fab.btn--primary-hue-2 .ripple {
    background-color: black; }

.btn--raised.btn--accent {
  color: #FFFFFF;
  background-color: #FF4081; }
  .btn--raised.btn--accent .ripple {
    background-color: #400016; }

.btn--fab.btn--accent {
  color: #FFFFFF;
  background-color: #FF4081; }
  .btn--fab.btn--accent .ripple {
    background-color: #400016; }

.btn--raised.btn--accent-hue-1 {
  color: #FFFFFF;
  background-color: #FF80AB; }
  .btn--raised.btn--accent-hue-1 .ripple {
    background-color: #80002b; }

.btn--fab.btn--accent-hue-1 {
  color: #FFFFFF;
  background-color: #FF80AB; }
  .btn--fab.btn--accent-hue-1 .ripple {
    background-color: #80002b; }

.btn--raised.btn--accent-hue-2 {
  color: #FFFFFF;
  background-color: #F50057; }
  .btn--raised.btn--accent-hue-2 .ripple {
    background-color: black; }

.btn--fab.btn--accent-hue-2 {
  color: #FFFFFF;
  background-color: #F50057; }
  .btn--fab.btn--accent-hue-2 .ripple {
    background-color: black; }

.btn--flat {
  border-radius: 2px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.btn--icon {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 50%; }

.btn--flat.btn--red {
  color: #F44336; }
  .btn--flat.btn--red .ripple {
    background-color: #F44336; }
  .btn--flat.btn--red:hover {
    background-color: rgba(244, 67, 54, 0.15); }

.btn--icon.btn--red {
  color: #F44336; }
  .btn--icon.btn--red .ripple {
    background-color: #F44336; }
  .btn--icon.btn--red:hover {
    background-color: rgba(244, 67, 54, 0.15); }

.btn--flat.btn--pink {
  color: #E91E63; }
  .btn--flat.btn--pink .ripple {
    background-color: #E91E63; }
  .btn--flat.btn--pink:hover {
    background-color: rgba(233, 30, 99, 0.15); }

.btn--icon.btn--pink {
  color: #E91E63; }
  .btn--icon.btn--pink .ripple {
    background-color: #E91E63; }
  .btn--icon.btn--pink:hover {
    background-color: rgba(233, 30, 99, 0.15); }

.btn--flat.btn--purple {
  color: #9C27B0; }
  .btn--flat.btn--purple .ripple {
    background-color: #9C27B0; }
  .btn--flat.btn--purple:hover {
    background-color: rgba(156, 39, 176, 0.15); }

.btn--icon.btn--purple {
  color: #9C27B0; }
  .btn--icon.btn--purple .ripple {
    background-color: #9C27B0; }
  .btn--icon.btn--purple:hover {
    background-color: rgba(156, 39, 176, 0.15); }

.btn--flat.btn--deep-purple {
  color: #673AB7; }
  .btn--flat.btn--deep-purple .ripple {
    background-color: #673AB7; }
  .btn--flat.btn--deep-purple:hover {
    background-color: rgba(103, 58, 183, 0.15); }

.btn--icon.btn--deep-purple {
  color: #673AB7; }
  .btn--icon.btn--deep-purple .ripple {
    background-color: #673AB7; }
  .btn--icon.btn--deep-purple:hover {
    background-color: rgba(103, 58, 183, 0.15); }

.btn--flat.btn--indigo {
  color: #3F51B5; }
  .btn--flat.btn--indigo .ripple {
    background-color: #3F51B5; }
  .btn--flat.btn--indigo:hover {
    background-color: rgba(63, 81, 181, 0.15); }

.btn--icon.btn--indigo {
  color: #3F51B5; }
  .btn--icon.btn--indigo .ripple {
    background-color: #3F51B5; }
  .btn--icon.btn--indigo:hover {
    background-color: rgba(63, 81, 181, 0.15); }

.btn--flat.btn--blue {
  color: #2196F3; }
  .btn--flat.btn--blue .ripple {
    background-color: #2196F3; }
  .btn--flat.btn--blue:hover {
    background-color: rgba(33, 150, 243, 0.15); }

.btn--icon.btn--blue {
  color: #2196F3; }
  .btn--icon.btn--blue .ripple {
    background-color: #2196F3; }
  .btn--icon.btn--blue:hover {
    background-color: rgba(33, 150, 243, 0.15); }

.btn--flat.btn--light-blue {
  color: #03A9F4; }
  .btn--flat.btn--light-blue .ripple {
    background-color: #03A9F4; }
  .btn--flat.btn--light-blue:hover {
    background-color: rgba(3, 169, 244, 0.15); }

.btn--icon.btn--light-blue {
  color: #03A9F4; }
  .btn--icon.btn--light-blue .ripple {
    background-color: #03A9F4; }
  .btn--icon.btn--light-blue:hover {
    background-color: rgba(3, 169, 244, 0.15); }

.btn--flat.btn--cyan {
  color: #00BCD4; }
  .btn--flat.btn--cyan .ripple {
    background-color: #00BCD4; }
  .btn--flat.btn--cyan:hover {
    background-color: rgba(0, 188, 212, 0.15); }

.btn--icon.btn--cyan {
  color: #00BCD4; }
  .btn--icon.btn--cyan .ripple {
    background-color: #00BCD4; }
  .btn--icon.btn--cyan:hover {
    background-color: rgba(0, 188, 212, 0.15); }

.btn--flat.btn--teal {
  color: #009688; }
  .btn--flat.btn--teal .ripple {
    background-color: #009688; }
  .btn--flat.btn--teal:hover {
    background-color: rgba(0, 150, 136, 0.15); }

.btn--icon.btn--teal {
  color: #009688; }
  .btn--icon.btn--teal .ripple {
    background-color: #009688; }
  .btn--icon.btn--teal:hover {
    background-color: rgba(0, 150, 136, 0.15); }

.btn--flat.btn--green {
  color: #4CAF50; }
  .btn--flat.btn--green .ripple {
    background-color: #4CAF50; }
  .btn--flat.btn--green:hover {
    background-color: rgba(76, 175, 80, 0.15); }

.btn--icon.btn--green {
  color: #4CAF50; }
  .btn--icon.btn--green .ripple {
    background-color: #4CAF50; }
  .btn--icon.btn--green:hover {
    background-color: rgba(76, 175, 80, 0.15); }

.btn--flat.btn--light-green {
  color: #8BC34A; }
  .btn--flat.btn--light-green .ripple {
    background-color: #8BC34A; }
  .btn--flat.btn--light-green:hover {
    background-color: rgba(139, 195, 74, 0.15); }

.btn--icon.btn--light-green {
  color: #8BC34A; }
  .btn--icon.btn--light-green .ripple {
    background-color: #8BC34A; }
  .btn--icon.btn--light-green:hover {
    background-color: rgba(139, 195, 74, 0.15); }

.btn--flat.btn--lime {
  color: #CDDC39; }
  .btn--flat.btn--lime .ripple {
    background-color: #CDDC39; }
  .btn--flat.btn--lime:hover {
    background-color: rgba(205, 220, 57, 0.15); }

.btn--icon.btn--lime {
  color: #CDDC39; }
  .btn--icon.btn--lime .ripple {
    background-color: #CDDC39; }
  .btn--icon.btn--lime:hover {
    background-color: rgba(205, 220, 57, 0.15); }

.btn--flat.btn--yellow {
  color: #FFEB3B; }
  .btn--flat.btn--yellow .ripple {
    background-color: #FFEB3B; }
  .btn--flat.btn--yellow:hover {
    background-color: rgba(255, 235, 59, 0.15); }

.btn--icon.btn--yellow {
  color: #FFEB3B; }
  .btn--icon.btn--yellow .ripple {
    background-color: #FFEB3B; }
  .btn--icon.btn--yellow:hover {
    background-color: rgba(255, 235, 59, 0.15); }

.btn--flat.btn--amber {
  color: #51617A; }
  .btn--flat.btn--amber .ripple {
    background-color: #51617A; }
  .btn--flat.btn--amber:hover {
    background-color: rgba(81, 97, 122, 0.15); }

.btn--icon.btn--amber {
  color: #51617A; }
  .btn--icon.btn--amber .ripple {
    background-color: #51617A; }
  .btn--icon.btn--amber:hover {
    background-color: rgba(81, 97, 122, 0.15); }

.btn--flat.btn--orange {
  color: #FF9800; }
  .btn--flat.btn--orange .ripple {
    background-color: #FF9800; }
  .btn--flat.btn--orange:hover {
    background-color: rgba(255, 152, 0, 0.15); }

.btn--icon.btn--orange {
  color: #FF9800; }
  .btn--icon.btn--orange .ripple {
    background-color: #FF9800; }
  .btn--icon.btn--orange:hover {
    background-color: rgba(255, 152, 0, 0.15); }

.btn--flat.btn--deep-orange {
  color: #FF5722; }
  .btn--flat.btn--deep-orange .ripple {
    background-color: #FF5722; }
  .btn--flat.btn--deep-orange:hover {
    background-color: rgba(255, 87, 34, 0.15); }

.btn--icon.btn--deep-orange {
  color: #FF5722; }
  .btn--icon.btn--deep-orange .ripple {
    background-color: #FF5722; }
  .btn--icon.btn--deep-orange:hover {
    background-color: rgba(255, 87, 34, 0.15); }

.btn--flat.btn--brown {
  color: #795548; }
  .btn--flat.btn--brown .ripple {
    background-color: #795548; }
  .btn--flat.btn--brown:hover {
    background-color: rgba(121, 85, 72, 0.15); }

.btn--icon.btn--brown {
  color: #795548; }
  .btn--icon.btn--brown .ripple {
    background-color: #795548; }
  .btn--icon.btn--brown:hover {
    background-color: rgba(121, 85, 72, 0.15); }

.btn--flat.btn--grey {
  color: #9E9E9E; }
  .btn--flat.btn--grey .ripple {
    background-color: #9E9E9E; }
  .btn--flat.btn--grey:hover {
    background-color: rgba(158, 158, 158, 0.15); }

.btn--icon.btn--grey {
  color: #9E9E9E; }
  .btn--icon.btn--grey .ripple {
    background-color: #9E9E9E; }
  .btn--icon.btn--grey:hover {
    background-color: rgba(158, 158, 158, 0.15); }

.btn--flat.btn--blue-grey {
  color: #607D8B; }
  .btn--flat.btn--blue-grey .ripple {
    background-color: #607D8B; }
  .btn--flat.btn--blue-grey:hover {
    background-color: rgba(96, 125, 139, 0.15); }

.btn--icon.btn--blue-grey {
  color: #607D8B; }
  .btn--icon.btn--blue-grey .ripple {
    background-color: #607D8B; }
  .btn--icon.btn--blue-grey:hover {
    background-color: rgba(96, 125, 139, 0.15); }

.btn--flat.btn--black {
  color: #000000; }
  .btn--flat.btn--black .ripple {
    background-color: #000000; }
  .btn--flat.btn--black:hover {
    background-color: rgba(0, 0, 0, 0.15); }

.btn--icon.btn--black {
  color: #000000; }
  .btn--icon.btn--black .ripple {
    background-color: #000000; }
  .btn--icon.btn--black:hover {
    background-color: rgba(0, 0, 0, 0.15); }

.btn--flat.btn--white {
  color: #FFFFFF; }
  .btn--flat.btn--white .ripple {
    background-color: #FFFFFF; }
  .btn--flat.btn--white:hover {
    background-color: rgba(255, 255, 255, 0.15); }

.btn--icon.btn--white {
  color: #FFFFFF; }
  .btn--icon.btn--white .ripple {
    background-color: #FFFFFF; }
  .btn--icon.btn--white:hover {
    background-color: rgba(255, 255, 255, 0.15); }

.btn--flat.btn--primary {
  color: #3F51B5; }
  .btn--flat.btn--primary .ripple {
    background-color: #3F51B5; }
  .btn--flat.btn--primary:hover {
    background-color: rgba(63, 81, 181, 0.15); }

.btn--icon.btn--primary {
  color: #3F51B5; }
  .btn--icon.btn--primary .ripple {
    background-color: #3F51B5; }
  .btn--icon.btn--primary:hover {
    background-color: rgba(63, 81, 181, 0.15); }

.btn--flat.btn--primary-hue-1 {
  color: #C5CAE9; }
  .btn--flat.btn--primary-hue-1 .ripple {
    background-color: #C5CAE9; }
  .btn--flat.btn--primary-hue-1:hover {
    background-color: rgba(197, 202, 233, 0.15); }

.btn--icon.btn--primary-hue-1 {
  color: #C5CAE9; }
  .btn--icon.btn--primary-hue-1 .ripple {
    background-color: #C5CAE9; }
  .btn--icon.btn--primary-hue-1:hover {
    background-color: rgba(197, 202, 233, 0.15); }

.btn--flat.btn--primary-hue-2 {
  color: #303F9F; }
  .btn--flat.btn--primary-hue-2 .ripple {
    background-color: #303F9F; }
  .btn--flat.btn--primary-hue-2:hover {
    background-color: rgba(48, 63, 159, 0.15); }

.btn--icon.btn--primary-hue-2 {
  color: #303F9F; }
  .btn--icon.btn--primary-hue-2 .ripple {
    background-color: #303F9F; }
  .btn--icon.btn--primary-hue-2:hover {
    background-color: rgba(48, 63, 159, 0.15); }

.btn--flat.btn--accent {
  color: #FF4081; }
  .btn--flat.btn--accent .ripple {
    background-color: #FF4081; }
  .btn--flat.btn--accent:hover {
    background-color: rgba(255, 64, 129, 0.15); }

.btn--icon.btn--accent {
  color: #FF4081; }
  .btn--icon.btn--accent .ripple {
    background-color: #FF4081; }
  .btn--icon.btn--accent:hover {
    background-color: rgba(255, 64, 129, 0.15); }

.btn--flat.btn--accent-hue-1 {
  color: #FF80AB; }
  .btn--flat.btn--accent-hue-1 .ripple {
    background-color: #FF80AB; }
  .btn--flat.btn--accent-hue-1:hover {
    background-color: rgba(255, 128, 171, 0.15); }

.btn--icon.btn--accent-hue-1 {
  color: #FF80AB; }
  .btn--icon.btn--accent-hue-1 .ripple {
    background-color: #FF80AB; }
  .btn--icon.btn--accent-hue-1:hover {
    background-color: rgba(255, 128, 171, 0.15); }

.btn--flat.btn--accent-hue-2 {
  color: #F50057; }
  .btn--flat.btn--accent-hue-2 .ripple {
    background-color: #F50057; }
  .btn--flat.btn--accent-hue-2:hover {
    background-color: rgba(245, 0, 87, 0.15); }

.btn--icon.btn--accent-hue-2 {
  color: #F50057; }
  .btn--icon.btn--accent-hue-2 .ripple {
    background-color: #F50057; }
  .btn--icon.btn--accent-hue-2:hover {
    background-color: rgba(245, 0, 87, 0.15); }

.btn--icon.btn--xs {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  height: 24px;
  width: 24px;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem; }
  .btn--icon.btn--xs .mdi {
    vertical-align: top;
    line-height: 24px; }

.btn--fab.btn--xs {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  height: 24px;
  width: 24px;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem; }
  .btn--fab.btn--xs .mdi {
    vertical-align: top;
    line-height: 24px; }

.btn--icon.btn--s {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px;
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem; }
  .btn--icon.btn--s .mdi {
    vertical-align: top;
    line-height: 30px; }

.btn--fab.btn--s {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px;
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem; }
  .btn--fab.btn--s .mdi {
    vertical-align: top;
    line-height: 30px; }

.btn--icon.btn--m {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 36px;
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem; }
  .btn--icon.btn--m .mdi {
    vertical-align: top;
    line-height: 36px; }

.btn--fab.btn--m {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 36px;
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 17px;
  font-size: 1.0625rem; }
  .btn--fab.btn--m .mdi {
    vertical-align: top;
    line-height: 36px; }

.btn--icon.btn--l {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem; }
  .btn--icon.btn--l .mdi {
    vertical-align: top;
    line-height: 40px; }

.btn--fab.btn--l {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem; }
  .btn--fab.btn--l .mdi {
    vertical-align: top;
    line-height: 40px; }

.btn--icon.btn--xl {
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 56px;
  height: 56px;
  width: 56px;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem; }
  .btn--icon.btn--xl .mdi {
    vertical-align: top;
    line-height: 56px; }

.btn--fab.btn--xl {
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 56px;
  height: 56px;
  width: 56px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem; }
  .btn--fab.btn--xl .mdi {
    vertical-align: top;
    line-height: 56px; }

.card {
  border-radius: 2px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }

.card__img--top {
  position: relative; }
  .card__img--top span, .card__img--top strong,
  .card__img--top h1, .card__img--top h2, .card__img--top h3, .card__img--top h4, .card__img--top h5, .card__img--top h6 {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px; }

.card__img--left img {
  max-height: 100%; }

.card__actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.checkbox {
  min-width: 24px;
  min-height: 24px; }

.checkbox--red .checkbox__label:after {
  color: #F44336; }

.checkbox--pink .checkbox__label:after {
  color: #E91E63; }

.checkbox--purple .checkbox__label:after {
  color: #9C27B0; }

.checkbox--deep-purple .checkbox__label:after {
  color: #673AB7; }

.checkbox--indigo .checkbox__label:after {
  color: #3F51B5; }

.checkbox--blue .checkbox__label:after {
  color: #2196F3; }

.checkbox--light-blue .checkbox__label:after {
  color: #03A9F4; }

.checkbox--cyan .checkbox__label:after {
  color: #00BCD4; }

.checkbox--teal .checkbox__label:after {
  color: #009688; }

.checkbox--green .checkbox__label:after {
  color: #4CAF50; }

.checkbox--light-green .checkbox__label:after {
  color: #8BC34A; }

.checkbox--lime .checkbox__label:after {
  color: #CDDC39; }

.checkbox--yellow .checkbox__label:after {
  color: #FFEB3B; }

.checkbox--amber .checkbox__label:after {
  color: #51617A; }

.checkbox--orange .checkbox__label:after {
  color: #FF9800; }

.checkbox--deep-orange .checkbox__label:after {
  color: #FF5722; }

.checkbox--brown .checkbox__label:after {
  color: #795548; }

.checkbox--grey .checkbox__label:after {
  color: #9E9E9E; }

.checkbox--blue-grey .checkbox__label:after {
  color: #607D8B; }

.checkbox--black .checkbox__label:after {
  color: #000000; }

.checkbox--white .checkbox__label:after {
  color: #FFFFFF; }

.checkbox--primary .checkbox__label:after {
  color: #3F51B5; }

.checkbox--primary-hue-1 .checkbox__label:after {
  color: #C5CAE9; }

.checkbox--primary-hue-2 .checkbox__label:after {
  color: #303F9F; }

.checkbox--accent .checkbox__label:after {
  color: #FF4081; }

.checkbox--accent-hue-1 .checkbox__label:after {
  color: #FF80AB; }

.checkbox--accent-hue-2 .checkbox__label:after {
  color: #F50057; }

.checkbox__input:not(:checked) + .checkbox__label:before {
  opacity: 1; }

.checkbox__input:not(:checked) + .checkbox__label:after {
  opacity: 0; }

.checkbox__input:checked + .checkbox__label:before {
  opacity: 0; }

.checkbox__input:checked + .checkbox__label:after {
  opacity: 1; }

.checkbox__input[disabled] + .checkbox__label {
  cursor: not-allowed; }
  .checkbox__input[disabled] + .checkbox__label, .checkbox__input[disabled] + .checkbox__label:before, .checkbox__input[disabled] + .checkbox__label:after {
    color: rgba(0, 0, 0, 0.38); }

.checkbox__input[disabled] ~ .checkbox__help {
  color: rgba(0, 0, 0, 0.38); }

.checkbox__label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox--standalone .checkbox__label {
    padding-left: 0; }
  .checkbox__label:before, .checkbox__label:after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .checkbox__label:before {
    content: "\F131";
    color: rgba(0, 0, 0, 0.54); }
  .checkbox__label:after {
    content: "\F132";
    color: #FF4081; }

.checkbox__help {
  display: block;
  padding-left: 32px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }
  @media screen and (max-width: 1279px) {
    .checkbox__help {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1280px) {
    .checkbox__help {
      font-size: 13px;
      font-size: 0.8125rem; } }

.data-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.data-table-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 64px;
  padding: 0 16px 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.data-table-header__label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.data-table {
  width: 100%;
  margin: 0;
  table-layout: fixed; }
  .data-table th, .data-table td {
    padding-right: 56px;
    border-bottom: 1px solid #e0e0e0; }
    .data-table th:first-child, .data-table td:first-child {
      padding-left: 24px;
      padding-right: 24px; }
    .data-table th:last-child, .data-table td:last-child {
      padding-right: 24px; }
  .data-table th {
    height: 56px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    text-align: left;
    white-space: nowrap; }
    .data-table th i {
      margin-right: 4px; }
  .data-table td {
    height: 48px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 8px;
    padding-bottom: 8px; }
  .data-table tr:last-child td {
    border-bottom: none; }

.data-table__selectable-row th:first-child, .data-table__selectable-row td:first-child {
  width: 72px; }
  .data-table__selectable-row th:first-child:before, .data-table__selectable-row td:first-child:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\F131";
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.data-table__selectable-row th:nth-child(2), .data-table__selectable-row td:nth-child(2) {
  padding-right: 24px; }

.data-table__selectable-row td {
  cursor: pointer; }

.data-table__selectable-row:not(.data-table__selectable-row--is-selected):not(.data-table__selectable-row--is-disabled):hover td {
  background-color: #EEEEEE; }

.data-table__selectable-row--is-selected th:first-child:before, .data-table__selectable-row--is-selected td:first-child:before {
  content: "\F132";
  color: #2196F3; }

.data-table__selectable-row--is-selected td {
  background-color: #F5F5F5; }

.data-table__selectable-row--is-disabled th:first-child:before, .data-table__selectable-row--is-disabled td:first-child:before {
  color: rgba(0, 0, 0, 0.38); }

.data-table__selectable-row--is-disabled td {
  cursor: not-allowed; }

.data-table__sortable-cell {
  cursor: pointer; }
  .data-table__sortable-cell:hover {
    color: rgba(0, 0, 0, 0.87) !important; }
  .data-table__sortable-cell:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 4px; }

.data-table__sortable-cell--asc,
.data-table__sortable-cell--desc {
  color: rgba(0, 0, 0, 0.87) !important; }
  .data-table__sortable-cell--asc:before,
  .data-table__sortable-cell--desc:before {
    color: rgba(0, 0, 0, 0.54) !important; }

.data-table__sortable-cell--asc:before {
  content: "\F05D"; }

.data-table__sortable-cell--desc:before {
  content: "\F045"; }

.lx-date-picker-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-date-picker-filter--is-shown {
  opacity: 1; }

.lx-date-input,
.lx-date-input input {
  cursor: pointer !important; }

.lx-date-input input {
  pointer-events: none; }

.lx-date-picker {
  display: none;
  position: fixed;
  top: 32px;
  left: 50%;
  width: 330px;
  margin-left: -165px;
  opacity: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.084);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-date-picker--red .lx-date-picker__header {
  background-color: #F44336; }

.lx-date-picker--red .lx-date-picker__day--is-today a {
  color: #F44336; }

.lx-date-picker--red .lx-date-picker__day a:hover,
.lx-date-picker--red .lx-date-picker__day--is-selected a {
  background-color: #F44336; }

.lx-date-picker--red .lx-date-picker__year:hover,
.lx-date-picker--red .lx-date-picker__year--is-active {
  color: #F44336; }

.lx-date-picker--pink .lx-date-picker__header {
  background-color: #E91E63; }

.lx-date-picker--pink .lx-date-picker__day--is-today a {
  color: #E91E63; }

.lx-date-picker--pink .lx-date-picker__day a:hover,
.lx-date-picker--pink .lx-date-picker__day--is-selected a {
  background-color: #E91E63; }

.lx-date-picker--pink .lx-date-picker__year:hover,
.lx-date-picker--pink .lx-date-picker__year--is-active {
  color: #E91E63; }

.lx-date-picker--purple .lx-date-picker__header {
  background-color: #9C27B0; }

.lx-date-picker--purple .lx-date-picker__day--is-today a {
  color: #9C27B0; }

.lx-date-picker--purple .lx-date-picker__day a:hover,
.lx-date-picker--purple .lx-date-picker__day--is-selected a {
  background-color: #9C27B0; }

.lx-date-picker--purple .lx-date-picker__year:hover,
.lx-date-picker--purple .lx-date-picker__year--is-active {
  color: #9C27B0; }

.lx-date-picker--deep-purple .lx-date-picker__header {
  background-color: #673AB7; }

.lx-date-picker--deep-purple .lx-date-picker__day--is-today a {
  color: #673AB7; }

.lx-date-picker--deep-purple .lx-date-picker__day a:hover,
.lx-date-picker--deep-purple .lx-date-picker__day--is-selected a {
  background-color: #673AB7; }

.lx-date-picker--deep-purple .lx-date-picker__year:hover,
.lx-date-picker--deep-purple .lx-date-picker__year--is-active {
  color: #673AB7; }

.lx-date-picker--indigo .lx-date-picker__header {
  background-color: #3F51B5; }

.lx-date-picker--indigo .lx-date-picker__day--is-today a {
  color: #3F51B5; }

.lx-date-picker--indigo .lx-date-picker__day a:hover,
.lx-date-picker--indigo .lx-date-picker__day--is-selected a {
  background-color: #3F51B5; }

.lx-date-picker--indigo .lx-date-picker__year:hover,
.lx-date-picker--indigo .lx-date-picker__year--is-active {
  color: #3F51B5; }

.lx-date-picker--blue .lx-date-picker__header {
  background-color: #2196F3; }

.lx-date-picker--blue .lx-date-picker__day--is-today a {
  color: #2196F3; }

.lx-date-picker--blue .lx-date-picker__day a:hover,
.lx-date-picker--blue .lx-date-picker__day--is-selected a {
  background-color: #2196F3; }

.lx-date-picker--blue .lx-date-picker__year:hover,
.lx-date-picker--blue .lx-date-picker__year--is-active {
  color: #2196F3; }

.lx-date-picker--light-blue .lx-date-picker__header {
  background-color: #03A9F4; }

.lx-date-picker--light-blue .lx-date-picker__day--is-today a {
  color: #03A9F4; }

.lx-date-picker--light-blue .lx-date-picker__day a:hover,
.lx-date-picker--light-blue .lx-date-picker__day--is-selected a {
  background-color: #03A9F4; }

.lx-date-picker--light-blue .lx-date-picker__year:hover,
.lx-date-picker--light-blue .lx-date-picker__year--is-active {
  color: #03A9F4; }

.lx-date-picker--cyan .lx-date-picker__header {
  background-color: #00BCD4; }

.lx-date-picker--cyan .lx-date-picker__day--is-today a {
  color: #00BCD4; }

.lx-date-picker--cyan .lx-date-picker__day a:hover,
.lx-date-picker--cyan .lx-date-picker__day--is-selected a {
  background-color: #00BCD4; }

.lx-date-picker--cyan .lx-date-picker__year:hover,
.lx-date-picker--cyan .lx-date-picker__year--is-active {
  color: #00BCD4; }

.lx-date-picker--teal .lx-date-picker__header {
  background-color: #009688; }

.lx-date-picker--teal .lx-date-picker__day--is-today a {
  color: #009688; }

.lx-date-picker--teal .lx-date-picker__day a:hover,
.lx-date-picker--teal .lx-date-picker__day--is-selected a {
  background-color: #009688; }

.lx-date-picker--teal .lx-date-picker__year:hover,
.lx-date-picker--teal .lx-date-picker__year--is-active {
  color: #009688; }

.lx-date-picker--green .lx-date-picker__header {
  background-color: #4CAF50; }

.lx-date-picker--green .lx-date-picker__day--is-today a {
  color: #4CAF50; }

.lx-date-picker--green .lx-date-picker__day a:hover,
.lx-date-picker--green .lx-date-picker__day--is-selected a {
  background-color: #4CAF50; }

.lx-date-picker--green .lx-date-picker__year:hover,
.lx-date-picker--green .lx-date-picker__year--is-active {
  color: #4CAF50; }

.lx-date-picker--light-green .lx-date-picker__header {
  background-color: #8BC34A; }

.lx-date-picker--light-green .lx-date-picker__day--is-today a {
  color: #8BC34A; }

.lx-date-picker--light-green .lx-date-picker__day a:hover,
.lx-date-picker--light-green .lx-date-picker__day--is-selected a {
  background-color: #8BC34A; }

.lx-date-picker--light-green .lx-date-picker__year:hover,
.lx-date-picker--light-green .lx-date-picker__year--is-active {
  color: #8BC34A; }

.lx-date-picker--lime .lx-date-picker__header {
  background-color: #CDDC39; }

.lx-date-picker--lime .lx-date-picker__day--is-today a {
  color: #CDDC39; }

.lx-date-picker--lime .lx-date-picker__day a:hover,
.lx-date-picker--lime .lx-date-picker__day--is-selected a {
  background-color: #CDDC39; }

.lx-date-picker--lime .lx-date-picker__year:hover,
.lx-date-picker--lime .lx-date-picker__year--is-active {
  color: #CDDC39; }

.lx-date-picker--yellow .lx-date-picker__header {
  background-color: #FFEB3B; }

.lx-date-picker--yellow .lx-date-picker__day--is-today a {
  color: #FFEB3B; }

.lx-date-picker--yellow .lx-date-picker__day a:hover,
.lx-date-picker--yellow .lx-date-picker__day--is-selected a {
  background-color: #FFEB3B; }

.lx-date-picker--yellow .lx-date-picker__year:hover,
.lx-date-picker--yellow .lx-date-picker__year--is-active {
  color: #FFEB3B; }

.lx-date-picker--amber .lx-date-picker__header {
  background-color: #51617A; }

.lx-date-picker--amber .lx-date-picker__day--is-today a {
  color: #51617A; }

.lx-date-picker--amber .lx-date-picker__day a:hover,
.lx-date-picker--amber .lx-date-picker__day--is-selected a {
  background-color: #51617A; }

.lx-date-picker--amber .lx-date-picker__year:hover,
.lx-date-picker--amber .lx-date-picker__year--is-active {
  color: #51617A; }

.lx-date-picker--orange .lx-date-picker__header {
  background-color: #FF9800; }

.lx-date-picker--orange .lx-date-picker__day--is-today a {
  color: #FF9800; }

.lx-date-picker--orange .lx-date-picker__day a:hover,
.lx-date-picker--orange .lx-date-picker__day--is-selected a {
  background-color: #FF9800; }

.lx-date-picker--orange .lx-date-picker__year:hover,
.lx-date-picker--orange .lx-date-picker__year--is-active {
  color: #FF9800; }

.lx-date-picker--deep-orange .lx-date-picker__header {
  background-color: #FF5722; }

.lx-date-picker--deep-orange .lx-date-picker__day--is-today a {
  color: #FF5722; }

.lx-date-picker--deep-orange .lx-date-picker__day a:hover,
.lx-date-picker--deep-orange .lx-date-picker__day--is-selected a {
  background-color: #FF5722; }

.lx-date-picker--deep-orange .lx-date-picker__year:hover,
.lx-date-picker--deep-orange .lx-date-picker__year--is-active {
  color: #FF5722; }

.lx-date-picker--brown .lx-date-picker__header {
  background-color: #795548; }

.lx-date-picker--brown .lx-date-picker__day--is-today a {
  color: #795548; }

.lx-date-picker--brown .lx-date-picker__day a:hover,
.lx-date-picker--brown .lx-date-picker__day--is-selected a {
  background-color: #795548; }

.lx-date-picker--brown .lx-date-picker__year:hover,
.lx-date-picker--brown .lx-date-picker__year--is-active {
  color: #795548; }

.lx-date-picker--grey .lx-date-picker__header {
  background-color: #9E9E9E; }

.lx-date-picker--grey .lx-date-picker__day--is-today a {
  color: #9E9E9E; }

.lx-date-picker--grey .lx-date-picker__day a:hover,
.lx-date-picker--grey .lx-date-picker__day--is-selected a {
  background-color: #9E9E9E; }

.lx-date-picker--grey .lx-date-picker__year:hover,
.lx-date-picker--grey .lx-date-picker__year--is-active {
  color: #9E9E9E; }

.lx-date-picker--blue-grey .lx-date-picker__header {
  background-color: #607D8B; }

.lx-date-picker--blue-grey .lx-date-picker__day--is-today a {
  color: #607D8B; }

.lx-date-picker--blue-grey .lx-date-picker__day a:hover,
.lx-date-picker--blue-grey .lx-date-picker__day--is-selected a {
  background-color: #607D8B; }

.lx-date-picker--blue-grey .lx-date-picker__year:hover,
.lx-date-picker--blue-grey .lx-date-picker__year--is-active {
  color: #607D8B; }

.lx-date-picker--black .lx-date-picker__header {
  background-color: #000000; }

.lx-date-picker--black .lx-date-picker__day--is-today a {
  color: #000000; }

.lx-date-picker--black .lx-date-picker__day a:hover,
.lx-date-picker--black .lx-date-picker__day--is-selected a {
  background-color: #000000; }

.lx-date-picker--black .lx-date-picker__year:hover,
.lx-date-picker--black .lx-date-picker__year--is-active {
  color: #000000; }

.lx-date-picker--white .lx-date-picker__header {
  background-color: #FFFFFF; }

.lx-date-picker--white .lx-date-picker__day--is-today a {
  color: #FFFFFF; }

.lx-date-picker--white .lx-date-picker__day a:hover,
.lx-date-picker--white .lx-date-picker__day--is-selected a {
  background-color: #FFFFFF; }

.lx-date-picker--white .lx-date-picker__year:hover,
.lx-date-picker--white .lx-date-picker__year--is-active {
  color: #FFFFFF; }

.lx-date-picker--primary .lx-date-picker__header {
  background-color: #3F51B5; }

.lx-date-picker--primary .lx-date-picker__day--is-today a {
  color: #3F51B5; }

.lx-date-picker--primary .lx-date-picker__day a:hover,
.lx-date-picker--primary .lx-date-picker__day--is-selected a {
  background-color: #3F51B5; }

.lx-date-picker--primary .lx-date-picker__year:hover,
.lx-date-picker--primary .lx-date-picker__year--is-active {
  color: #3F51B5; }

.lx-date-picker--primary-hue-1 .lx-date-picker__header {
  background-color: #C5CAE9; }

.lx-date-picker--primary-hue-1 .lx-date-picker__day--is-today a {
  color: #C5CAE9; }

.lx-date-picker--primary-hue-1 .lx-date-picker__day a:hover,
.lx-date-picker--primary-hue-1 .lx-date-picker__day--is-selected a {
  background-color: #C5CAE9; }

.lx-date-picker--primary-hue-1 .lx-date-picker__year:hover,
.lx-date-picker--primary-hue-1 .lx-date-picker__year--is-active {
  color: #C5CAE9; }

.lx-date-picker--primary-hue-2 .lx-date-picker__header {
  background-color: #303F9F; }

.lx-date-picker--primary-hue-2 .lx-date-picker__day--is-today a {
  color: #303F9F; }

.lx-date-picker--primary-hue-2 .lx-date-picker__day a:hover,
.lx-date-picker--primary-hue-2 .lx-date-picker__day--is-selected a {
  background-color: #303F9F; }

.lx-date-picker--primary-hue-2 .lx-date-picker__year:hover,
.lx-date-picker--primary-hue-2 .lx-date-picker__year--is-active {
  color: #303F9F; }

.lx-date-picker--accent .lx-date-picker__header {
  background-color: #FF4081; }

.lx-date-picker--accent .lx-date-picker__day--is-today a {
  color: #FF4081; }

.lx-date-picker--accent .lx-date-picker__day a:hover,
.lx-date-picker--accent .lx-date-picker__day--is-selected a {
  background-color: #FF4081; }

.lx-date-picker--accent .lx-date-picker__year:hover,
.lx-date-picker--accent .lx-date-picker__year--is-active {
  color: #FF4081; }

.lx-date-picker--accent-hue-1 .lx-date-picker__header {
  background-color: #FF80AB; }

.lx-date-picker--accent-hue-1 .lx-date-picker__day--is-today a {
  color: #FF80AB; }

.lx-date-picker--accent-hue-1 .lx-date-picker__day a:hover,
.lx-date-picker--accent-hue-1 .lx-date-picker__day--is-selected a {
  background-color: #FF80AB; }

.lx-date-picker--accent-hue-1 .lx-date-picker__year:hover,
.lx-date-picker--accent-hue-1 .lx-date-picker__year--is-active {
  color: #FF80AB; }

.lx-date-picker--accent-hue-2 .lx-date-picker__header {
  background-color: #F50057; }

.lx-date-picker--accent-hue-2 .lx-date-picker__day--is-today a {
  color: #F50057; }

.lx-date-picker--accent-hue-2 .lx-date-picker__day a:hover,
.lx-date-picker--accent-hue-2 .lx-date-picker__day--is-selected a {
  background-color: #F50057; }

.lx-date-picker--accent-hue-2 .lx-date-picker__year:hover,
.lx-date-picker--accent-hue-2 .lx-date-picker__year--is-active {
  color: #F50057; }

.lx-date-picker--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.lx-date-picker__header {
  border-radius: 2px 2px 0 0;
  padding: 16px 24px; }

.lx-date-picker__current-year,
.lx-date-picker__current-date {
  display: block;
  cursor: pointer; }

.lx-date-picker__current-year {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px; }

.lx-date-picker__current-year:hover,
.lx-date-picker__current-year--is-active {
  color: #FFFFFF; }

.lx-date-picker__current-date {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 42px; }

.lx-date-picker__current-date:hover,
.lx-date-picker__current-date--is-active {
  color: #FFFFFF; }

.lx-date-picker__calendar {
  height: 350px;
  background-color: #FFFFFF; }

.lx-date-picker__nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 52px; }
  .lx-date-picker__nav span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500; }
  .lx-date-picker__nav button:first-child {
    margin-left: 8px; }
  .lx-date-picker__nav button:last-child {
    margin-right: 8px; }

.lx-date-picker__days-of-week {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 16px; }
  .lx-date-picker__days-of-week span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    line-height: 32px;
    text-align: center;
    text-transform: uppercase; }

.lx-date-picker__days {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 16px; }

.lx-date-picker__day {
  -webkit-box-flex: 0 0 14.28571%;
  -moz-box-flex: 0 0 14.28571%;
  box-flex: 0 0 14.28571%;
  -webkit-flex: 0 0 14.28571%;
  -moz-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  padding: 1px 0; }
  .lx-date-picker__day a {
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 40px;
    font-weight: 400; }

.lx-date-picker__day--is-today a {
  font-weight: 500; }

.lx-date-picker__day a:hover,
.lx-date-picker__day--is-selected a {
  cursor: pointer;
  color: #FFFFFF; }

.lx-date-picker__day--is-disabled a {
  color: rgba(0, 0, 0, 0.38) !important;
  cursor: not-allowed !important; }
  .lx-date-picker__day--is-disabled a:hover {
    background-color: transparent !important; }

.lx-date-picker__year-selector {
  position: relative;
  height: 350px;
  background-color: #FFFFFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.lx-date-picker__year {
  display: block;
  height: 45px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 45px;
  text-align: center; }

.lx-date-picker__year--is-active {
  height: 55px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 55px; }

.lx-date-picker__actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0 0 2px 2px;
  background-color: #FFFFFF;
  text-align: center; }

.dialog-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.dialog-filter--is-shown {
  opacity: 1; }

.dialog {
  display: none;
  position: fixed;
  top: 32px;
  left: 50%;
  background-color: #FFFFFF;
  opacity: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.084);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.dialog--alert {
  width: 400px;
  margin-left: -200px; }

@media screen and (min-width: 1280px) {
  .dialog--l {
    width: 800px;
    margin-left: -400px; } }

@media screen and (max-width: 1279px) {
  .dialog--l {
    width: 80%;
    margin-left: -40%; } }

.dialog--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.dialog--is-fixed {
  bottom: 32px; }
  .dialog--is-fixed .dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .dialog--is-fixed .dialog__scrollable {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto; }
  .dialog--is-fixed .dialog__footer,
  .dialog--is-fixed .dialog__actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }

.dialog__footer,
.dialog__actions {
  padding: 8px 16px;
  text-align: right; }

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.dropdown-menu {
  position: absolute;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: left;
  opacity: 0;
  overflow: auto;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }
  .dropdown-menu ul > li {
    position: relative; }

.dropdown-menu__content {
  padding: 8px 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .dropdown-menu--is-open .dropdown-menu__content {
    opacity: 1; }

.dropdown-divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.12); }

.dropdown-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 32px;
  padding: 0 32px 0 16px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap; }
  .dropdown-link:not(.dropdown-link--is-header):hover {
    background-color: #EEEEEE; }
  .dropdown-link:not(.dropdown-link--is-header) .mdi {
    margin-right: 16px;
    color: rgba(0, 0, 0, 0.54); }

.dropdown-link--is-large {
  height: 48px; }

.dropdown-link--is-header {
  color: rgba(0, 0, 0, 0.38);
  cursor: default; }
  .dropdown-link--is-header .mdi {
    width: 18px;
    margin-right: 6px;
    color: rgba(0, 0, 0, 0.38);
    text-align: center; }

.fab {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .fab:hover .fab__primary .mdi:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fab:hover .fab__primary .mdi:last-child {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .fab:hover .fab__actions {
    pointer-events: auto; }
    .fab:hover .fab__actions .btn {
      opacity: 1; }
    .fab:hover .fab__actions.fab__actions--up .btn {
      -webkit-transform: scale(1) translateY(-12px);
      -moz-transform: scale(1) translateY(-12px);
      -ms-transform: scale(1) translateY(-12px);
      -o-transform: scale(1) translateY(-12px);
      transform: scale(1) translateY(-12px); }
    .fab:hover .fab__actions.fab__actions--right .btn {
      -webkit-transform: scale(1) translateX(12px);
      -moz-transform: scale(1) translateX(12px);
      -ms-transform: scale(1) translateX(12px);
      -o-transform: scale(1) translateX(12px);
      transform: scale(1) translateX(12px); }
    .fab:hover .fab__actions.fab__actions--down .btn {
      -webkit-transform: scale(1) translateY(12px);
      -moz-transform: scale(1) translateY(12px);
      -ms-transform: scale(1) translateY(12px);
      -o-transform: scale(1) translateY(12px);
      transform: scale(1) translateY(12px); }
    .fab:hover .fab__actions.fab__actions--left .btn {
      -webkit-transform: scale(1) translateX(-12px);
      -moz-transform: scale(1) translateX(-12px);
      -ms-transform: scale(1) translateX(-12px);
      -o-transform: scale(1) translateX(-12px);
      transform: scale(1) translateX(-12px); }

.fab__primary .mdi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .fab__primary .mdi:nth-of-type(1) {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .fab__primary .mdi:last-child {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.fab__actions {
  pointer-events: none; }
  .fab__actions .btn {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.fab__actions--up .btn:nth-child(1),
.fab__actions--left .btn:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.fab__actions--up .btn:nth-child(2),
.fab__actions--left .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.fab__actions--up .btn:nth-child(3),
.fab__actions--left .btn:nth-child(3) {
  -webkit-transition-delay: 0.06667s;
  -moz-transition-delay: 0.06667s;
  transition-delay: 0.06667s; }

.fab__actions--up .btn:nth-child(4),
.fab__actions--left .btn:nth-child(4) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.fab__actions--up .btn:nth-child(5),
.fab__actions--left .btn:nth-child(5) {
  -webkit-transition-delay: 0.04s;
  -moz-transition-delay: 0.04s;
  transition-delay: 0.04s; }

.fab__actions--up .btn:nth-child(6),
.fab__actions--left .btn:nth-child(6) {
  -webkit-transition-delay: 0.03333s;
  -moz-transition-delay: 0.03333s;
  transition-delay: 0.03333s; }

.fab__actions--up .btn:nth-child(7),
.fab__actions--left .btn:nth-child(7) {
  -webkit-transition-delay: 0.02857s;
  -moz-transition-delay: 0.02857s;
  transition-delay: 0.02857s; }

.fab__actions--up .btn:nth-child(8),
.fab__actions--left .btn:nth-child(8) {
  -webkit-transition-delay: 0.025s;
  -moz-transition-delay: 0.025s;
  transition-delay: 0.025s; }

.fab__actions--up .btn:nth-child(9),
.fab__actions--left .btn:nth-child(9) {
  -webkit-transition-delay: 0.02222s;
  -moz-transition-delay: 0.02222s;
  transition-delay: 0.02222s; }

.fab__actions--up .btn:nth-child(10),
.fab__actions--left .btn:nth-child(10) {
  -webkit-transition-delay: 0.02s;
  -moz-transition-delay: 0.02s;
  transition-delay: 0.02s; }

.fab__actions--down .btn:nth-child(1),
.fab__actions--right .btn:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.fab__actions--down .btn:nth-child(2),
.fab__actions--right .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.fab__actions--down .btn:nth-child(3),
.fab__actions--right .btn:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.fab__actions--down .btn:nth-child(4),
.fab__actions--right .btn:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.fab__actions--down .btn:nth-child(5),
.fab__actions--right .btn:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.fab__actions--down .btn:nth-child(6),
.fab__actions--right .btn:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.fab__actions--down .btn:nth-child(7),
.fab__actions--right .btn:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s; }

.fab__actions--down .btn:nth-child(8),
.fab__actions--right .btn:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.fab__actions--down .btn:nth-child(9),
.fab__actions--right .btn:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.fab__actions--down .btn:nth-child(10),
.fab__actions--right .btn:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.fab__actions--left,
.fab__actions--right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.fab__actions--up {
  position: absolute;
  bottom: 56px;
  left: 7px; }
  .fab__actions--up .btn {
    margin-bottom: 8px; }

.fab__actions--down {
  position: absolute;
  top: 56px;
  left: 7px; }
  .fab__actions--down .btn {
    margin-top: 8px; }

.fab__actions--left {
  position: absolute;
  right: 56px;
  bottom: 7px; }
  .fab__actions--left .btn {
    margin-right: 8px; }

.fab__actions--right {
  position: absolute;
  bottom: 7px;
  left: 56px; }
  .fab__actions--right .btn {
    margin-left: 8px; }

.input-file {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .input-file:before, .input-file:after {
    content: ''; }
  .input-file:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .input-file:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.input-file--is-focus:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.input-file__label {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  color: rgba(0, 0, 0, 0.54);
  line-height: 32px;
  pointer-events: none;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .input-file--is-active .input-file__label {
    -webkit-transform: scale(0.75) translateY(0);
    -moz-transform: scale(0.75) translateY(0);
    -ms-transform: scale(0.75) translateY(0);
    -o-transform: scale(0.75) translateY(0);
    transform: scale(0.75) translateY(0); }
  .input-file--is-focus .input-file__label {
    color: #2196F3; }

.input-file__filename {
  display: block;
  height: 32px;
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.input-file__input {
  position: absolute;
  top: 32px;
  left: 0;
  height: 32px;
  width: 100%;
  opacity: 0;
  cursor: pointer; }

.icon,
.dropdown-link:not(.dropdown-link--is-header) .mdi,
.dropdown-link--is-large .mdi,
.lx-select-choices--default-style .lx-select-choices__choice .mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .mdi {
  vertical-align: top;
  text-align: center; }

.icon--xs.icon--circled,
.dropdown-link:not(.dropdown-link--is-header) .icon--circled.mdi,
.lx-select-choices--default-style .lx-select-choices__choice .icon--circled.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--circled.mdi {
  height: 24px;
  width: 24px;
  line-height: 24px !important;
  font-size: 10px;
  font-size: 0.625rem; }

.icon--xs.icon--flat, .dropdown-link:not(.dropdown-link--is-header) .icon--xs.mdi, .dropdown-link--is-large .icon--xs.mdi, .lx-select-choices--default-style .lx-select-choices__choice .icon--xs.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--xs.mdi,
.dropdown-link:not(.dropdown-link--is-header) .icon--flat.mdi,
.lx-select-choices--default-style .lx-select-choices__choice .icon--flat.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--flat.mdi,
.dropdown-link:not(.dropdown-link--is-header) .mdi,
.lx-select-choices--default-style .lx-select-choices__choice .mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .mdi {
  height: 24px;
  width: 24px;
  line-height: 24px !important;
  font-size: 18px;
  font-size: 1.125rem; }

.icon--s.icon--circled,
.dropdown-link--is-large .icon--circled.mdi {
  height: 30px;
  width: 30px;
  line-height: 30px !important;
  font-size: 12px;
  font-size: 0.75rem; }

.icon--s.icon--flat, .dropdown-link:not(.dropdown-link--is-header) .icon--s.mdi, .dropdown-link--is-large .icon--s.mdi, .lx-select-choices--default-style .lx-select-choices__choice .icon--s.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--s.mdi,
.dropdown-link--is-large .icon--flat.mdi,
.dropdown-link:not(.dropdown-link--is-header) .dropdown-link--is-large .mdi,
.dropdown-link--is-large .dropdown-link:not(.dropdown-link--is-header) .mdi,
.dropdown-link--is-large .mdi,
.lx-select-choices--default-style .lx-select-choices__choice .dropdown-link--is-large .mdi,
.dropdown-link--is-large .lx-select-choices--default-style .lx-select-choices__choice .mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .dropdown-link--is-large .mdi,
.dropdown-link--is-large .lx-select-choices--default-style .lx-select-choices__subheader .mdi {
  height: 30px;
  width: 30px;
  line-height: 30px !important;
  font-size: 24px;
  font-size: 1.5rem; }

.icon--m.icon--circled {
  height: 36px;
  width: 36px;
  line-height: 36px !important;
  font-size: 14px;
  font-size: 0.875rem; }

.icon--m.icon--flat, .dropdown-link:not(.dropdown-link--is-header) .icon--m.mdi, .dropdown-link--is-large .icon--m.mdi, .lx-select-choices--default-style .lx-select-choices__choice .icon--m.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--m.mdi {
  height: 36px;
  width: 36px;
  line-height: 36px !important;
  font-size: 30px;
  font-size: 1.875rem; }

.icon--l.icon--circled {
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  font-size: 18px;
  font-size: 1.125rem; }

.icon--l.icon--flat, .dropdown-link:not(.dropdown-link--is-header) .icon--l.mdi, .dropdown-link--is-large .icon--l.mdi, .lx-select-choices--default-style .lx-select-choices__choice .icon--l.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--l.mdi {
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  font-size: 34px;
  font-size: 2.125rem; }

.icon--xl.icon--circled {
  height: 56px;
  width: 56px;
  line-height: 56px !important;
  font-size: 26px;
  font-size: 1.625rem; }

.icon--xl.icon--flat, .dropdown-link:not(.dropdown-link--is-header) .icon--xl.mdi, .dropdown-link--is-large .icon--xl.mdi, .lx-select-choices--default-style .lx-select-choices__choice .icon--xl.mdi,
.lx-select-choices--default-style .lx-select-choices__subheader .icon--xl.mdi {
  height: 56px;
  width: 56px;
  line-height: 56px !important;
  font-size: 50px;
  font-size: 3.125rem; }

.icon--circled.icon--red {
  color: #FFFFFF;
  background-color: #F44336; }

.icon--flat.icon--red {
  color: #F44336; }

.icon--circled.icon--pink {
  color: #FFFFFF;
  background-color: #E91E63; }

.icon--flat.icon--pink {
  color: #E91E63; }

.icon--circled.icon--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }

.icon--flat.icon--purple {
  color: #9C27B0; }

.icon--circled.icon--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }

.icon--flat.icon--deep-purple {
  color: #673AB7; }

.icon--circled.icon--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }

.icon--flat.icon--indigo {
  color: #3F51B5; }

.icon--circled.icon--blue {
  color: #FFFFFF;
  background-color: #2196F3; }

.icon--flat.icon--blue {
  color: #2196F3; }

.icon--circled.icon--light-blue {
  color: #FFFFFF;
  background-color: #03A9F4; }

.icon--flat.icon--light-blue {
  color: #03A9F4; }

.icon--circled.icon--cyan {
  color: #FFFFFF;
  background-color: #00BCD4; }

.icon--flat.icon--cyan {
  color: #00BCD4; }

.icon--circled.icon--teal {
  color: #FFFFFF;
  background-color: #009688; }

.icon--flat.icon--teal {
  color: #009688; }

.icon--circled.icon--green {
  color: #FFFFFF;
  background-color: #4CAF50; }

.icon--flat.icon--green {
  color: #4CAF50; }

.icon--circled.icon--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }

.icon--flat.icon--light-green {
  color: #8BC34A; }

.icon--circled.icon--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }

.icon--flat.icon--lime {
  color: #CDDC39; }

.icon--circled.icon--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }

.icon--flat.icon--yellow {
  color: #FFEB3B; }

.icon--circled.icon--amber {
  color: #FFFFFF;
  background-color: #51617A; }

.icon--flat.icon--amber {
  color: #51617A; }

.icon--circled.icon--orange {
  color: #FFFFFF;
  background-color: #FF9800; }

.icon--flat.icon--orange {
  color: #FF9800; }

.icon--circled.icon--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }

.icon--flat.icon--deep-orange {
  color: #FF5722; }

.icon--circled.icon--brown {
  color: #FFFFFF;
  background-color: #795548; }

.icon--flat.icon--brown {
  color: #795548; }

.icon--circled.icon--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }

.icon--flat.icon--grey {
  color: #9E9E9E; }

.icon--circled.icon--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }

.icon--flat.icon--blue-grey {
  color: #607D8B; }

.icon--circled.icon--black {
  color: #FFFFFF;
  background-color: #000000; }

.icon--flat.icon--black {
  color: #000000; }

.icon--circled.icon--white {
  color: #FFFFFF;
  background-color: #FFFFFF; }

.icon--flat.icon--white {
  color: #FFFFFF; }

.icon--circled.icon--primary {
  color: #FFFFFF;
  background-color: #3F51B5; }

.icon--flat.icon--primary {
  color: #3F51B5; }

.icon--circled.icon--primary-hue-1 {
  color: #FFFFFF;
  background-color: #C5CAE9; }

.icon--flat.icon--primary-hue-1 {
  color: #C5CAE9; }

.icon--circled.icon--primary-hue-2 {
  color: #FFFFFF;
  background-color: #303F9F; }

.icon--flat.icon--primary-hue-2 {
  color: #303F9F; }

.icon--circled.icon--accent {
  color: #FFFFFF;
  background-color: #FF4081; }

.icon--flat.icon--accent {
  color: #FF4081; }

.icon--circled.icon--accent-hue-1 {
  color: #FFFFFF;
  background-color: #FF80AB; }

.icon--flat.icon--accent-hue-1 {
  color: #FF80AB; }

.icon--circled.icon--accent-hue-2 {
  color: #FFFFFF;
  background-color: #F50057; }

.icon--flat.icon--accent-hue-2 {
  color: #F50057; }

.icon--circled {
  border-radius: 50%; }

.list-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  position: relative;
  padding: 0 16px; }
  .list-row.list-row--multi-line .list-row__primary,
  .list-row.list-row--multi-line .list-row__secondary,
  .list-row.list-row--multi-line .list-primary-tile,
  .list-row.list-row--multi-line .list-secondary-tile {
    padding: 16px 0; }
  .list-row:not(.list-row--multi-line) .list-row__primary,
  .list-row:not(.list-row--multi-line) .list-row__content,
  .list-row:not(.list-row--multi-line) .list-row__secondary,
  .list-row:not(.list-row--multi-line) .list-primary-tile,
  .list-row:not(.list-row--multi-line) .list-content-tile,
  .list-row:not(.list-row--multi-line) .list-secondary-tile {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .list-row:not(.list-row--multi-line) .list-row__primary,
  .list-row:not(.list-row--multi-line) .list-row__secondary,
  .list-row:not(.list-row--multi-line) .list-primary-tile,
  .list-row:not(.list-row--multi-line) .list-secondary-tile {
    padding: 8px 0; }

.list-row--has-separator .list-row__content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12); }

.list-row--has-separator:last-child .list-row__content:after {
  display: none; }

.list-row--is-clickable {
  cursor: pointer; }

.list-row--is-clickable:hover,
.list-row--is-active {
  background-color: #F5F5F5; }

.list-row__primary,
.list-row__content,
.list-row__secondary,
.list-primary-tile,
.list-content-tile,
.list-secondary-tile {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.list-row__primary,
.list-primary-tile {
  width: 56px; }

.list-row__content,
.list-content-tile {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 0; }

.list-row__secondary,
.list-secondary-tile {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  width: 40px; }

.list-divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.12); }

.list-divider--is-pushed {
  margin-left: 72px; }

.list-subheader {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.54); }

.list-subheader--is-pushed {
  margin-left: 56px; }

.notification {
  position: fixed;
  right: 24px;
  bottom: 0;
  max-width: 300px;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: #323232;
  cursor: pointer;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: margin-bottom transform;
  -moz-transition-property: margin-bottom transform;
  transition-property: margin-bottom transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.notification--is-shown {
  -webkit-transform: translateY(-69px);
  -moz-transform: translateY(-69px);
  -ms-transform: translateY(-69px);
  -o-transform: translateY(-69px);
  transform: translateY(-69px); }

.notification__content,
.notification__icon {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .notification--is-shown .notification__content, .notification--is-shown
  .notification__icon {
    opacity: 1; }

.notification__content {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 20px; }

.notification--has-icon .notification__content {
  padding-left: 32px; }

.notification__icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 20px !important; }

.notification--red .notification__icon {
  color: #F44336; }

.notification--pink .notification__icon {
  color: #E91E63; }

.notification--purple .notification__icon {
  color: #9C27B0; }

.notification--deep-purple .notification__icon {
  color: #673AB7; }

.notification--indigo .notification__icon {
  color: #3F51B5; }

.notification--blue .notification__icon {
  color: #2196F3; }

.notification--light-blue .notification__icon {
  color: #03A9F4; }

.notification--cyan .notification__icon {
  color: #00BCD4; }

.notification--teal .notification__icon {
  color: #009688; }

.notification--green .notification__icon {
  color: #4CAF50; }

.notification--light-green .notification__icon {
  color: #8BC34A; }

.notification--lime .notification__icon {
  color: #CDDC39; }

.notification--yellow .notification__icon {
  color: #FFEB3B; }

.notification--amber .notification__icon {
  color: #51617A; }

.notification--orange .notification__icon {
  color: #FF9800; }

.notification--deep-orange .notification__icon {
  color: #FF5722; }

.notification--brown .notification__icon {
  color: #795548; }

.notification--grey .notification__icon {
  color: #9E9E9E; }

.notification--blue-grey .notification__icon {
  color: #607D8B; }

.notification--black .notification__icon {
  color: #000000; }

.notification--white .notification__icon {
  color: #FFFFFF; }

.notification--primary .notification__icon {
  color: #3F51B5; }

.notification--primary-hue-1 .notification__icon {
  color: #C5CAE9; }

.notification--primary-hue-2 .notification__icon {
  color: #303F9F; }

.notification--accent .notification__icon {
  color: #FF4081; }

.notification--accent-hue-1 .notification__icon {
  color: #FF80AB; }

.notification--accent-hue-2 .notification__icon {
  color: #F50057; }

@-webkit-keyframes lx-progress-circular-rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes lx-progress-circular-rotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes lx-progress-circular-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes lx-progress-circular-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@-moz-keyframes lx-progress-circular-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes lx-progress-circular-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes lx-progress-linear-bar1 {
  0% {
    -webkit-transform: scaleX(0.5) translateX(-150%); }
  37.5% {
    -webkit-transform: scaleX(0.75) translateX(0%); }
  75% {
    -webkit-transform: scaleX(0.5) translateX(150%); }
  100% {
    -webkit-transform: scaleX(0.5) translateX(150%); } }

@-moz-keyframes lx-progress-linear-bar1 {
  0% {
    -moz-transform: scaleX(0.5) translateX(-150%); }
  37.5% {
    -moz-transform: scaleX(0.75) translateX(0%); }
  75% {
    -moz-transform: scaleX(0.5) translateX(150%); }
  100% {
    -moz-transform: scaleX(0.5) translateX(150%); } }

@keyframes lx-progress-linear-bar1 {
  0% {
    -webkit-transform: scaleX(0.5) translateX(-150%);
    -moz-transform: scaleX(0.5) translateX(-150%);
    -ms-transform: scaleX(0.5) translateX(-150%);
    -o-transform: scaleX(0.5) translateX(-150%);
    transform: scaleX(0.5) translateX(-150%); }
  37.5% {
    -webkit-transform: scaleX(0.75) translateX(0%);
    -moz-transform: scaleX(0.75) translateX(0%);
    -ms-transform: scaleX(0.75) translateX(0%);
    -o-transform: scaleX(0.75) translateX(0%);
    transform: scaleX(0.75) translateX(0%); }
  75% {
    -webkit-transform: scaleX(0.5) translateX(150%);
    -moz-transform: scaleX(0.5) translateX(150%);
    -ms-transform: scaleX(0.5) translateX(150%);
    -o-transform: scaleX(0.5) translateX(150%);
    transform: scaleX(0.5) translateX(150%); }
  100% {
    -webkit-transform: scaleX(0.5) translateX(150%);
    -moz-transform: scaleX(0.5) translateX(150%);
    -ms-transform: scaleX(0.5) translateX(150%);
    -o-transform: scaleX(0.5) translateX(150%);
    transform: scaleX(0.5) translateX(150%); } }

@-webkit-keyframes lx-progress-linear-bar2 {
  0% {
    -webkit-transform: scaleX(0.5) translateX(-250%); }
  40% {
    -webkit-transform: scaleX(0.5) translateX(-250%); }
  55% {
    -webkit-transform: scaleX(0.5) translateX(-150%); }
  70% {
    -webkit-transform: scaleX(0.5) translateX(-50%); }
  85% {
    -webkit-transform: scaleX(0.25) translateX(150%); }
  100% {
    -webkit-transform: scaleX(0.25) translateX(250%); } }

@-moz-keyframes lx-progress-linear-bar2 {
  0% {
    -moz-transform: scaleX(0.5) translateX(-250%); }
  40% {
    -moz-transform: scaleX(0.5) translateX(-250%); }
  55% {
    -moz-transform: scaleX(0.5) translateX(-150%); }
  70% {
    -moz-transform: scaleX(0.5) translateX(-50%); }
  85% {
    -moz-transform: scaleX(0.25) translateX(150%); }
  100% {
    -moz-transform: scaleX(0.25) translateX(250%); } }

@keyframes lx-progress-linear-bar2 {
  0% {
    -webkit-transform: scaleX(0.5) translateX(-250%);
    -moz-transform: scaleX(0.5) translateX(-250%);
    -ms-transform: scaleX(0.5) translateX(-250%);
    -o-transform: scaleX(0.5) translateX(-250%);
    transform: scaleX(0.5) translateX(-250%); }
  40% {
    -webkit-transform: scaleX(0.5) translateX(-250%);
    -moz-transform: scaleX(0.5) translateX(-250%);
    -ms-transform: scaleX(0.5) translateX(-250%);
    -o-transform: scaleX(0.5) translateX(-250%);
    transform: scaleX(0.5) translateX(-250%); }
  55% {
    -webkit-transform: scaleX(0.5) translateX(-150%);
    -moz-transform: scaleX(0.5) translateX(-150%);
    -ms-transform: scaleX(0.5) translateX(-150%);
    -o-transform: scaleX(0.5) translateX(-150%);
    transform: scaleX(0.5) translateX(-150%); }
  70% {
    -webkit-transform: scaleX(0.5) translateX(-50%);
    -moz-transform: scaleX(0.5) translateX(-50%);
    -ms-transform: scaleX(0.5) translateX(-50%);
    -o-transform: scaleX(0.5) translateX(-50%);
    transform: scaleX(0.5) translateX(-50%); }
  85% {
    -webkit-transform: scaleX(0.25) translateX(150%);
    -moz-transform: scaleX(0.25) translateX(150%);
    -ms-transform: scaleX(0.25) translateX(150%);
    -o-transform: scaleX(0.25) translateX(150%);
    transform: scaleX(0.25) translateX(150%); }
  100% {
    -webkit-transform: scaleX(0.25) translateX(250%);
    -moz-transform: scaleX(0.25) translateX(250%);
    -ms-transform: scaleX(0.25) translateX(250%);
    -o-transform: scaleX(0.25) translateX(250%);
    transform: scaleX(0.25) translateX(250%); } }

.progress-container--circular.progress-container--red .progress-circular__path {
  stroke: #F44336; }

.progress-container--linear.progress-container--red .progress-linear__background,
.progress-container--linear.progress-container--red .progress-linear__bar {
  background-color: #F44336; }

.progress-container--circular.progress-container--pink .progress-circular__path {
  stroke: #E91E63; }

.progress-container--linear.progress-container--pink .progress-linear__background,
.progress-container--linear.progress-container--pink .progress-linear__bar {
  background-color: #E91E63; }

.progress-container--circular.progress-container--purple .progress-circular__path {
  stroke: #9C27B0; }

.progress-container--linear.progress-container--purple .progress-linear__background,
.progress-container--linear.progress-container--purple .progress-linear__bar {
  background-color: #9C27B0; }

.progress-container--circular.progress-container--deep-purple .progress-circular__path {
  stroke: #673AB7; }

.progress-container--linear.progress-container--deep-purple .progress-linear__background,
.progress-container--linear.progress-container--deep-purple .progress-linear__bar {
  background-color: #673AB7; }

.progress-container--circular.progress-container--indigo .progress-circular__path {
  stroke: #3F51B5; }

.progress-container--linear.progress-container--indigo .progress-linear__background,
.progress-container--linear.progress-container--indigo .progress-linear__bar {
  background-color: #3F51B5; }

.progress-container--circular.progress-container--blue .progress-circular__path {
  stroke: #2196F3; }

.progress-container--linear.progress-container--blue .progress-linear__background,
.progress-container--linear.progress-container--blue .progress-linear__bar {
  background-color: #2196F3; }

.progress-container--circular.progress-container--light-blue .progress-circular__path {
  stroke: #03A9F4; }

.progress-container--linear.progress-container--light-blue .progress-linear__background,
.progress-container--linear.progress-container--light-blue .progress-linear__bar {
  background-color: #03A9F4; }

.progress-container--circular.progress-container--cyan .progress-circular__path {
  stroke: #00BCD4; }

.progress-container--linear.progress-container--cyan .progress-linear__background,
.progress-container--linear.progress-container--cyan .progress-linear__bar {
  background-color: #00BCD4; }

.progress-container--circular.progress-container--teal .progress-circular__path {
  stroke: #009688; }

.progress-container--linear.progress-container--teal .progress-linear__background,
.progress-container--linear.progress-container--teal .progress-linear__bar {
  background-color: #009688; }

.progress-container--circular.progress-container--green .progress-circular__path {
  stroke: #4CAF50; }

.progress-container--linear.progress-container--green .progress-linear__background,
.progress-container--linear.progress-container--green .progress-linear__bar {
  background-color: #4CAF50; }

.progress-container--circular.progress-container--light-green .progress-circular__path {
  stroke: #8BC34A; }

.progress-container--linear.progress-container--light-green .progress-linear__background,
.progress-container--linear.progress-container--light-green .progress-linear__bar {
  background-color: #8BC34A; }

.progress-container--circular.progress-container--lime .progress-circular__path {
  stroke: #CDDC39; }

.progress-container--linear.progress-container--lime .progress-linear__background,
.progress-container--linear.progress-container--lime .progress-linear__bar {
  background-color: #CDDC39; }

.progress-container--circular.progress-container--yellow .progress-circular__path {
  stroke: #FFEB3B; }

.progress-container--linear.progress-container--yellow .progress-linear__background,
.progress-container--linear.progress-container--yellow .progress-linear__bar {
  background-color: #FFEB3B; }

.progress-container--circular.progress-container--amber .progress-circular__path {
  stroke: #51617A; }

.progress-container--linear.progress-container--amber .progress-linear__background,
.progress-container--linear.progress-container--amber .progress-linear__bar {
  background-color: #51617A; }

.progress-container--circular.progress-container--orange .progress-circular__path {
  stroke: #FF9800; }

.progress-container--linear.progress-container--orange .progress-linear__background,
.progress-container--linear.progress-container--orange .progress-linear__bar {
  background-color: #FF9800; }

.progress-container--circular.progress-container--deep-orange .progress-circular__path {
  stroke: #FF5722; }

.progress-container--linear.progress-container--deep-orange .progress-linear__background,
.progress-container--linear.progress-container--deep-orange .progress-linear__bar {
  background-color: #FF5722; }

.progress-container--circular.progress-container--brown .progress-circular__path {
  stroke: #795548; }

.progress-container--linear.progress-container--brown .progress-linear__background,
.progress-container--linear.progress-container--brown .progress-linear__bar {
  background-color: #795548; }

.progress-container--circular.progress-container--grey .progress-circular__path {
  stroke: #9E9E9E; }

.progress-container--linear.progress-container--grey .progress-linear__background,
.progress-container--linear.progress-container--grey .progress-linear__bar {
  background-color: #9E9E9E; }

.progress-container--circular.progress-container--blue-grey .progress-circular__path {
  stroke: #607D8B; }

.progress-container--linear.progress-container--blue-grey .progress-linear__background,
.progress-container--linear.progress-container--blue-grey .progress-linear__bar {
  background-color: #607D8B; }

.progress-container--circular.progress-container--black .progress-circular__path {
  stroke: #000000; }

.progress-container--linear.progress-container--black .progress-linear__background,
.progress-container--linear.progress-container--black .progress-linear__bar {
  background-color: #000000; }

.progress-container--circular.progress-container--white .progress-circular__path {
  stroke: #FFFFFF; }

.progress-container--linear.progress-container--white .progress-linear__background,
.progress-container--linear.progress-container--white .progress-linear__bar {
  background-color: #FFFFFF; }

.progress-container--circular.progress-container--primary .progress-circular__path {
  stroke: #3F51B5; }

.progress-container--linear.progress-container--primary .progress-linear__background,
.progress-container--linear.progress-container--primary .progress-linear__bar {
  background-color: #3F51B5; }

.progress-container--circular.progress-container--primary-hue-1 .progress-circular__path {
  stroke: #C5CAE9; }

.progress-container--linear.progress-container--primary-hue-1 .progress-linear__background,
.progress-container--linear.progress-container--primary-hue-1 .progress-linear__bar {
  background-color: #C5CAE9; }

.progress-container--circular.progress-container--primary-hue-2 .progress-circular__path {
  stroke: #303F9F; }

.progress-container--linear.progress-container--primary-hue-2 .progress-linear__background,
.progress-container--linear.progress-container--primary-hue-2 .progress-linear__bar {
  background-color: #303F9F; }

.progress-container--circular.progress-container--accent .progress-circular__path {
  stroke: #FF4081; }

.progress-container--linear.progress-container--accent .progress-linear__background,
.progress-container--linear.progress-container--accent .progress-linear__bar {
  background-color: #FF4081; }

.progress-container--circular.progress-container--accent-hue-1 .progress-circular__path {
  stroke: #FF80AB; }

.progress-container--linear.progress-container--accent-hue-1 .progress-linear__background,
.progress-container--linear.progress-container--accent-hue-1 .progress-linear__bar {
  background-color: #FF80AB; }

.progress-container--circular.progress-container--accent-hue-2 .progress-circular__path {
  stroke: #F50057; }

.progress-container--linear.progress-container--accent-hue-2 .progress-linear__background,
.progress-container--linear.progress-container--accent-hue-2 .progress-linear__bar {
  background-color: #F50057; }

.progress-circular {
  position: relative;
  width: 100px;
  margin: 0px auto; }
  .progress-circular:before {
    content: '';
    display: block;
    padding-top: 100%; }

.progress-circular__svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto; }
  .progress-container--determinate .progress-circular__svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .progress-container--indeterminate .progress-circular__svg {
    -webkit-animation: lx-progress-circular-rotate 2s linear infinite;
    -moz-animation: lx-progress-circular-rotate 2s linear infinite;
    animation: lx-progress-circular-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }

.progress-circular__path {
  stroke-dashoffset: 0; }
  .progress-container--determinate .progress-circular__path {
    -webkit-transition-property: stroke-dasharray;
    -moz-transition-property: stroke-dasharray;
    transition-property: stroke-dasharray;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .progress-container--indeterminate .progress-circular__path {
    stroke-dasharray: 1,200;
    -webkit-animation: lx-progress-circular-dash 1.5s ease-in-out infinite;
    -moz-animation: lx-progress-circular-dash 1.5s ease-in-out infinite;
    animation: lx-progress-circular-dash 1.5s ease-in-out infinite; }

.progress-linear {
  position: relative;
  height: 4px;
  overflow: hidden; }

.progress-linear__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4; }

.progress-container--indeterminate .progress-linear__bar {
  -webkit-transform: scale(1) translateX(50%);
  -moz-transform: scale(1) translateX(50%);
  -ms-transform: scale(1) translateX(50%);
  -o-transform: scale(1) translateX(50%);
  transform: scale(1) translateX(50%); }

.progress-container--determinate .progress-linear__bar--first {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  transform-origin: 0 center; }

.progress-container--indeterminate .progress-linear__bar--first {
  height: 24px;
  width: 100%;
  position: absolute;
  top: -12px;
  -webkit-animation: lx-progress-linear-bar1 2s linear infinite;
  -moz-animation: lx-progress-linear-bar1 2s linear infinite;
  animation: lx-progress-linear-bar1 2s linear infinite; }

.progress-linear__bar--second {
  position: absolute;
  top: -48px;
  height: 96px;
  width: 100%;
  -webkit-animation: lx-progress-linear-bar2 2s linear infinite;
  -moz-animation: lx-progress-linear-bar2 2s linear infinite;
  animation: lx-progress-linear-bar2 2s linear infinite; }
  .progress-container--determinate .progress-linear__bar--second {
    display: none; }

.radio-group .radio-button {
  margin-bottom: 8px; }
  .radio-group .radio-button:last-child {
    margin-bottom: 0; }

.radio-button {
  min-width: 24px;
  min-height: 24px; }

.radio-button--red .radio-button__label:after {
  color: #F44336; }

.radio-button--pink .radio-button__label:after {
  color: #E91E63; }

.radio-button--purple .radio-button__label:after {
  color: #9C27B0; }

.radio-button--deep-purple .radio-button__label:after {
  color: #673AB7; }

.radio-button--indigo .radio-button__label:after {
  color: #3F51B5; }

.radio-button--blue .radio-button__label:after {
  color: #2196F3; }

.radio-button--light-blue .radio-button__label:after {
  color: #03A9F4; }

.radio-button--cyan .radio-button__label:after {
  color: #00BCD4; }

.radio-button--teal .radio-button__label:after {
  color: #009688; }

.radio-button--green .radio-button__label:after {
  color: #4CAF50; }

.radio-button--light-green .radio-button__label:after {
  color: #8BC34A; }

.radio-button--lime .radio-button__label:after {
  color: #CDDC39; }

.radio-button--yellow .radio-button__label:after {
  color: #FFEB3B; }

.radio-button--amber .radio-button__label:after {
  color: #51617A; }

.radio-button--orange .radio-button__label:after {
  color: #FF9800; }

.radio-button--deep-orange .radio-button__label:after {
  color: #FF5722; }

.radio-button--brown .radio-button__label:after {
  color: #795548; }

.radio-button--grey .radio-button__label:after {
  color: #9E9E9E; }

.radio-button--blue-grey .radio-button__label:after {
  color: #607D8B; }

.radio-button--black .radio-button__label:after {
  color: #000000; }

.radio-button--white .radio-button__label:after {
  color: #FFFFFF; }

.radio-button--primary .radio-button__label:after {
  color: #3F51B5; }

.radio-button--primary-hue-1 .radio-button__label:after {
  color: #C5CAE9; }

.radio-button--primary-hue-2 .radio-button__label:after {
  color: #303F9F; }

.radio-button--accent .radio-button__label:after {
  color: #FF4081; }

.radio-button--accent-hue-1 .radio-button__label:after {
  color: #FF80AB; }

.radio-button--accent-hue-2 .radio-button__label:after {
  color: #F50057; }

.radio-button__input:not(:checked) + .radio-button__label:before {
  opacity: 1; }

.radio-button__input:not(:checked) + .radio-button__label:after {
  opacity: 0; }

.radio-button__input:checked + .radio-button__label:before {
  opacity: 0; }

.radio-button__input:checked + .radio-button__label:after {
  opacity: 1; }

.radio-button__input[disabled] + .radio-button__label {
  cursor: not-allowed; }
  .radio-button__input[disabled] + .radio-button__label, .radio-button__input[disabled] + .radio-button__label:before, .radio-button__input[disabled] + .radio-button__label:after {
    color: rgba(0, 0, 0, 0.38); }

.radio-button__input[disabled] ~ .radio-button__help {
  color: rgba(0, 0, 0, 0.38); }

.radio-button__label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-button--standalone .radio-button__label {
    padding-left: 0; }
  .radio-button__label:before, .radio-button__label:after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .radio-button__label:before {
    content: "\F43D";
    color: rgba(0, 0, 0, 0.54); }
  .radio-button__label:after {
    content: "\F43E";
    color: #FF4081; }

.radio-button__help {
  display: block;
  padding-left: 32px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }
  @media screen and (max-width: 1279px) {
    .radio-button__help {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1280px) {
    .radio-button__help {
      font-size: 13px;
      font-size: 0.8125rem; } }

.ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.ripple--is-animated {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

.search-filter {
  position: relative;
  overflow: hidden;
  height: 40px; }

.search-filter--opened-mode {
  width: 100%; }

.search-filter--closed-mode {
  width: 40px; }

.search-filter--red .search-filter__input input,
.search-filter--red .search-filter__clear {
  color: #F44336; }

.search-filter--red .search-filter__input input::-webkit-input-placeholder {
  color: rgba(244, 67, 54, 0.5); }

.search-filter--red .search-filter__input input::-moz-placeholder {
  color: rgba(244, 67, 54, 0.5); }

.search-filter--red .search-filter__input input:-moz-placeholder {
  color: rgba(244, 67, 54, 0.5); }

.search-filter--red .search-filter__input input:-ms-input-placeholder {
  color: rgba(244, 67, 54, 0.5); }

.search-filter--pink .search-filter__input input,
.search-filter--pink .search-filter__clear {
  color: #E91E63; }

.search-filter--pink .search-filter__input input::-webkit-input-placeholder {
  color: rgba(233, 30, 99, 0.5); }

.search-filter--pink .search-filter__input input::-moz-placeholder {
  color: rgba(233, 30, 99, 0.5); }

.search-filter--pink .search-filter__input input:-moz-placeholder {
  color: rgba(233, 30, 99, 0.5); }

.search-filter--pink .search-filter__input input:-ms-input-placeholder {
  color: rgba(233, 30, 99, 0.5); }

.search-filter--purple .search-filter__input input,
.search-filter--purple .search-filter__clear {
  color: #9C27B0; }

.search-filter--purple .search-filter__input input::-webkit-input-placeholder {
  color: rgba(156, 39, 176, 0.5); }

.search-filter--purple .search-filter__input input::-moz-placeholder {
  color: rgba(156, 39, 176, 0.5); }

.search-filter--purple .search-filter__input input:-moz-placeholder {
  color: rgba(156, 39, 176, 0.5); }

.search-filter--purple .search-filter__input input:-ms-input-placeholder {
  color: rgba(156, 39, 176, 0.5); }

.search-filter--deep-purple .search-filter__input input,
.search-filter--deep-purple .search-filter__clear {
  color: #673AB7; }

.search-filter--deep-purple .search-filter__input input::-webkit-input-placeholder {
  color: rgba(103, 58, 183, 0.5); }

.search-filter--deep-purple .search-filter__input input::-moz-placeholder {
  color: rgba(103, 58, 183, 0.5); }

.search-filter--deep-purple .search-filter__input input:-moz-placeholder {
  color: rgba(103, 58, 183, 0.5); }

.search-filter--deep-purple .search-filter__input input:-ms-input-placeholder {
  color: rgba(103, 58, 183, 0.5); }

.search-filter--indigo .search-filter__input input,
.search-filter--indigo .search-filter__clear {
  color: #3F51B5; }

.search-filter--indigo .search-filter__input input::-webkit-input-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--indigo .search-filter__input input::-moz-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--indigo .search-filter__input input:-moz-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--indigo .search-filter__input input:-ms-input-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--blue .search-filter__input input,
.search-filter--blue .search-filter__clear {
  color: #2196F3; }

.search-filter--blue .search-filter__input input::-webkit-input-placeholder {
  color: rgba(33, 150, 243, 0.5); }

.search-filter--blue .search-filter__input input::-moz-placeholder {
  color: rgba(33, 150, 243, 0.5); }

.search-filter--blue .search-filter__input input:-moz-placeholder {
  color: rgba(33, 150, 243, 0.5); }

.search-filter--blue .search-filter__input input:-ms-input-placeholder {
  color: rgba(33, 150, 243, 0.5); }

.search-filter--light-blue .search-filter__input input,
.search-filter--light-blue .search-filter__clear {
  color: #03A9F4; }

.search-filter--light-blue .search-filter__input input::-webkit-input-placeholder {
  color: rgba(3, 169, 244, 0.5); }

.search-filter--light-blue .search-filter__input input::-moz-placeholder {
  color: rgba(3, 169, 244, 0.5); }

.search-filter--light-blue .search-filter__input input:-moz-placeholder {
  color: rgba(3, 169, 244, 0.5); }

.search-filter--light-blue .search-filter__input input:-ms-input-placeholder {
  color: rgba(3, 169, 244, 0.5); }

.search-filter--cyan .search-filter__input input,
.search-filter--cyan .search-filter__clear {
  color: #00BCD4; }

.search-filter--cyan .search-filter__input input::-webkit-input-placeholder {
  color: rgba(0, 188, 212, 0.5); }

.search-filter--cyan .search-filter__input input::-moz-placeholder {
  color: rgba(0, 188, 212, 0.5); }

.search-filter--cyan .search-filter__input input:-moz-placeholder {
  color: rgba(0, 188, 212, 0.5); }

.search-filter--cyan .search-filter__input input:-ms-input-placeholder {
  color: rgba(0, 188, 212, 0.5); }

.search-filter--teal .search-filter__input input,
.search-filter--teal .search-filter__clear {
  color: #009688; }

.search-filter--teal .search-filter__input input::-webkit-input-placeholder {
  color: rgba(0, 150, 136, 0.5); }

.search-filter--teal .search-filter__input input::-moz-placeholder {
  color: rgba(0, 150, 136, 0.5); }

.search-filter--teal .search-filter__input input:-moz-placeholder {
  color: rgba(0, 150, 136, 0.5); }

.search-filter--teal .search-filter__input input:-ms-input-placeholder {
  color: rgba(0, 150, 136, 0.5); }

.search-filter--green .search-filter__input input,
.search-filter--green .search-filter__clear {
  color: #4CAF50; }

.search-filter--green .search-filter__input input::-webkit-input-placeholder {
  color: rgba(76, 175, 80, 0.5); }

.search-filter--green .search-filter__input input::-moz-placeholder {
  color: rgba(76, 175, 80, 0.5); }

.search-filter--green .search-filter__input input:-moz-placeholder {
  color: rgba(76, 175, 80, 0.5); }

.search-filter--green .search-filter__input input:-ms-input-placeholder {
  color: rgba(76, 175, 80, 0.5); }

.search-filter--light-green .search-filter__input input,
.search-filter--light-green .search-filter__clear {
  color: #8BC34A; }

.search-filter--light-green .search-filter__input input::-webkit-input-placeholder {
  color: rgba(139, 195, 74, 0.5); }

.search-filter--light-green .search-filter__input input::-moz-placeholder {
  color: rgba(139, 195, 74, 0.5); }

.search-filter--light-green .search-filter__input input:-moz-placeholder {
  color: rgba(139, 195, 74, 0.5); }

.search-filter--light-green .search-filter__input input:-ms-input-placeholder {
  color: rgba(139, 195, 74, 0.5); }

.search-filter--lime .search-filter__input input,
.search-filter--lime .search-filter__clear {
  color: #CDDC39; }

.search-filter--lime .search-filter__input input::-webkit-input-placeholder {
  color: rgba(205, 220, 57, 0.5); }

.search-filter--lime .search-filter__input input::-moz-placeholder {
  color: rgba(205, 220, 57, 0.5); }

.search-filter--lime .search-filter__input input:-moz-placeholder {
  color: rgba(205, 220, 57, 0.5); }

.search-filter--lime .search-filter__input input:-ms-input-placeholder {
  color: rgba(205, 220, 57, 0.5); }

.search-filter--yellow .search-filter__input input,
.search-filter--yellow .search-filter__clear {
  color: #FFEB3B; }

.search-filter--yellow .search-filter__input input::-webkit-input-placeholder {
  color: rgba(255, 235, 59, 0.5); }

.search-filter--yellow .search-filter__input input::-moz-placeholder {
  color: rgba(255, 235, 59, 0.5); }

.search-filter--yellow .search-filter__input input:-moz-placeholder {
  color: rgba(255, 235, 59, 0.5); }

.search-filter--yellow .search-filter__input input:-ms-input-placeholder {
  color: rgba(255, 235, 59, 0.5); }

.search-filter--amber .search-filter__input input,
.search-filter--amber .search-filter__clear {
  color: #51617A; }

.search-filter--amber .search-filter__input input::-webkit-input-placeholder {
  color: rgba(81, 97, 122, 0.5); }

.search-filter--amber .search-filter__input input::-moz-placeholder {
  color: rgba(81, 97, 122, 0.5); }

.search-filter--amber .search-filter__input input:-moz-placeholder {
  color: rgba(81, 97, 122, 0.5); }

.search-filter--amber .search-filter__input input:-ms-input-placeholder {
  color: rgba(81, 97, 122, 0.5); }

.search-filter--orange .search-filter__input input,
.search-filter--orange .search-filter__clear {
  color: #FF9800; }

.search-filter--orange .search-filter__input input::-webkit-input-placeholder {
  color: rgba(255, 152, 0, 0.5); }

.search-filter--orange .search-filter__input input::-moz-placeholder {
  color: rgba(255, 152, 0, 0.5); }

.search-filter--orange .search-filter__input input:-moz-placeholder {
  color: rgba(255, 152, 0, 0.5); }

.search-filter--orange .search-filter__input input:-ms-input-placeholder {
  color: rgba(255, 152, 0, 0.5); }

.search-filter--deep-orange .search-filter__input input,
.search-filter--deep-orange .search-filter__clear {
  color: #FF5722; }

.search-filter--deep-orange .search-filter__input input::-webkit-input-placeholder {
  color: rgba(255, 87, 34, 0.5); }

.search-filter--deep-orange .search-filter__input input::-moz-placeholder {
  color: rgba(255, 87, 34, 0.5); }

.search-filter--deep-orange .search-filter__input input:-moz-placeholder {
  color: rgba(255, 87, 34, 0.5); }

.search-filter--deep-orange .search-filter__input input:-ms-input-placeholder {
  color: rgba(255, 87, 34, 0.5); }

.search-filter--brown .search-filter__input input,
.search-filter--brown .search-filter__clear {
  color: #795548; }

.search-filter--brown .search-filter__input input::-webkit-input-placeholder {
  color: rgba(121, 85, 72, 0.5); }

.search-filter--brown .search-filter__input input::-moz-placeholder {
  color: rgba(121, 85, 72, 0.5); }

.search-filter--brown .search-filter__input input:-moz-placeholder {
  color: rgba(121, 85, 72, 0.5); }

.search-filter--brown .search-filter__input input:-ms-input-placeholder {
  color: rgba(121, 85, 72, 0.5); }

.search-filter--grey .search-filter__input input,
.search-filter--grey .search-filter__clear {
  color: #9E9E9E; }

.search-filter--grey .search-filter__input input::-webkit-input-placeholder {
  color: rgba(158, 158, 158, 0.5); }

.search-filter--grey .search-filter__input input::-moz-placeholder {
  color: rgba(158, 158, 158, 0.5); }

.search-filter--grey .search-filter__input input:-moz-placeholder {
  color: rgba(158, 158, 158, 0.5); }

.search-filter--grey .search-filter__input input:-ms-input-placeholder {
  color: rgba(158, 158, 158, 0.5); }

.search-filter--blue-grey .search-filter__input input,
.search-filter--blue-grey .search-filter__clear {
  color: #607D8B; }

.search-filter--blue-grey .search-filter__input input::-webkit-input-placeholder {
  color: rgba(96, 125, 139, 0.5); }

.search-filter--blue-grey .search-filter__input input::-moz-placeholder {
  color: rgba(96, 125, 139, 0.5); }

.search-filter--blue-grey .search-filter__input input:-moz-placeholder {
  color: rgba(96, 125, 139, 0.5); }

.search-filter--blue-grey .search-filter__input input:-ms-input-placeholder {
  color: rgba(96, 125, 139, 0.5); }

.search-filter--black .search-filter__input input,
.search-filter--black .search-filter__clear {
  color: #000000; }

.search-filter--black .search-filter__input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.search-filter--black .search-filter__input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.search-filter--black .search-filter__input input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.search-filter--black .search-filter__input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.search-filter--white .search-filter__input input,
.search-filter--white .search-filter__clear {
  color: #FFFFFF; }

.search-filter--white .search-filter__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.search-filter--white .search-filter__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.search-filter--white .search-filter__input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.search-filter--white .search-filter__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.search-filter--primary .search-filter__input input,
.search-filter--primary .search-filter__clear {
  color: #3F51B5; }

.search-filter--primary .search-filter__input input::-webkit-input-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--primary .search-filter__input input::-moz-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--primary .search-filter__input input:-moz-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--primary .search-filter__input input:-ms-input-placeholder {
  color: rgba(63, 81, 181, 0.5); }

.search-filter--primary-hue-1 .search-filter__input input,
.search-filter--primary-hue-1 .search-filter__clear {
  color: #C5CAE9; }

.search-filter--primary-hue-1 .search-filter__input input::-webkit-input-placeholder {
  color: rgba(197, 202, 233, 0.5); }

.search-filter--primary-hue-1 .search-filter__input input::-moz-placeholder {
  color: rgba(197, 202, 233, 0.5); }

.search-filter--primary-hue-1 .search-filter__input input:-moz-placeholder {
  color: rgba(197, 202, 233, 0.5); }

.search-filter--primary-hue-1 .search-filter__input input:-ms-input-placeholder {
  color: rgba(197, 202, 233, 0.5); }

.search-filter--primary-hue-2 .search-filter__input input,
.search-filter--primary-hue-2 .search-filter__clear {
  color: #303F9F; }

.search-filter--primary-hue-2 .search-filter__input input::-webkit-input-placeholder {
  color: rgba(48, 63, 159, 0.5); }

.search-filter--primary-hue-2 .search-filter__input input::-moz-placeholder {
  color: rgba(48, 63, 159, 0.5); }

.search-filter--primary-hue-2 .search-filter__input input:-moz-placeholder {
  color: rgba(48, 63, 159, 0.5); }

.search-filter--primary-hue-2 .search-filter__input input:-ms-input-placeholder {
  color: rgba(48, 63, 159, 0.5); }

.search-filter--accent .search-filter__input input,
.search-filter--accent .search-filter__clear {
  color: #FF4081; }

.search-filter--accent .search-filter__input input::-webkit-input-placeholder {
  color: rgba(255, 64, 129, 0.5); }

.search-filter--accent .search-filter__input input::-moz-placeholder {
  color: rgba(255, 64, 129, 0.5); }

.search-filter--accent .search-filter__input input:-moz-placeholder {
  color: rgba(255, 64, 129, 0.5); }

.search-filter--accent .search-filter__input input:-ms-input-placeholder {
  color: rgba(255, 64, 129, 0.5); }

.search-filter--accent-hue-1 .search-filter__input input,
.search-filter--accent-hue-1 .search-filter__clear {
  color: #FF80AB; }

.search-filter--accent-hue-1 .search-filter__input input::-webkit-input-placeholder {
  color: rgba(255, 128, 171, 0.5); }

.search-filter--accent-hue-1 .search-filter__input input::-moz-placeholder {
  color: rgba(255, 128, 171, 0.5); }

.search-filter--accent-hue-1 .search-filter__input input:-moz-placeholder {
  color: rgba(255, 128, 171, 0.5); }

.search-filter--accent-hue-1 .search-filter__input input:-ms-input-placeholder {
  color: rgba(255, 128, 171, 0.5); }

.search-filter--accent-hue-2 .search-filter__input input,
.search-filter--accent-hue-2 .search-filter__clear {
  color: #F50057; }

.search-filter--accent-hue-2 .search-filter__input input::-webkit-input-placeholder {
  color: rgba(245, 0, 87, 0.5); }

.search-filter--accent-hue-2 .search-filter__input input::-moz-placeholder {
  color: rgba(245, 0, 87, 0.5); }

.search-filter--accent-hue-2 .search-filter__input input:-moz-placeholder {
  color: rgba(245, 0, 87, 0.5); }

.search-filter--accent-hue-2 .search-filter__input input:-ms-input-placeholder {
  color: rgba(245, 0, 87, 0.5); }

.search-filter__container {
  position: relative;
  height: 40px;
  padding: 0 40px 0 56px; }
  .search-filter--closed-mode .search-filter__container {
    width: 240px; }

.search-filter__button {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px; }

.search-filter__input input {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%; }
  .search-filter__input input:focus {
    outline: none; }

.search-filter__clear {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .search-filter__clear .mdi {
    line-height: 40px; }
  .search-filter--has-clear-button .search-filter__clear {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.lx-select {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .lx-select:before, .lx-select:after {
    content: ''; }
  .lx-select:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px; }
  .lx-select.lx-select--theme-light:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .lx-select.lx-select--theme-dark:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .lx-select:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .lx-select .dropdown {
    display: block; }

.lx-select--is-disabled {
  pointer-events: none; }
  .lx-select--is-disabled:before {
    border-bottom-style: dashed; }

.lx-select--valid:after {
  background-color: #4CAF50;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.lx-select--error:after {
  background-color: #F44336;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.lx-select-label {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 32px;
  pointer-events: none;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .lx-select--is-active.lx-select--fixed-label .lx-select-label {
    display: none; }
  .lx-select--is-active .lx-select-label {
    -webkit-transform: scale(0.75) translateY(0);
    -moz-transform: scale(0.75) translateY(0);
    -ms-transform: scale(0.75) translateY(0);
    -o-transform: scale(0.75) translateY(0);
    transform: scale(0.75) translateY(0); }
  .lx-select--theme-light .lx-select-label {
    color: rgba(0, 0, 0, 0.54); }
  .lx-select--theme-dark .lx-select-label {
    color: rgba(255, 255, 255, 0.7); }
  .lx-select--theme-light.lx-select--is-disabled .lx-select-label {
    color: rgba(0, 0, 0, 0.38); }
  .lx-select--theme-dark.lx-select--is-disabled .lx-select-label {
    color: rgba(255, 255, 255, 0.3); }
  .lx-select--valid .lx-select-label {
    color: #4CAF50; }
  .lx-select--error .lx-select-label {
    color: #F44336; }

.lx-select-selected-wrapper {
  min-height: 32px;
  padding-right: 24px; }
  .lx-select-selected-wrapper:after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\F35D";
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px; }
    .lx-select--theme-light .lx-select-selected-wrapper:after {
      color: rgba(0, 0, 0, 0.38); }
    .lx-select--theme-dark .lx-select-selected-wrapper:after {
      color: rgba(255, 255, 255, 0.3); }
  .dropdown--is-open .lx-select-selected-wrapper:after {
    content: "\F360"; }

.lx-select--is-unique .lx-select-selected:hover .lx-select-selected__clear {
  opacity: 1; }

.lx-select--is-multiple .lx-select-selected {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px 0; }

.lx-select-selected__value {
  display: block;
  line-height: 32px; }
  .lx-select--theme-light .lx-select-selected__value {
    color: rgba(0, 0, 0, 0.87); }
  .lx-select--theme-dark .lx-select-selected__value {
    color: #FFFFFF; }
  .lx-select--theme-light.lx-select--is-disabled .lx-select-selected__value {
    color: rgba(0, 0, 0, 0.38); }
  .lx-select--theme-dark.lx-select--is-disabled .lx-select-selected__value {
    color: rgba(255, 255, 255, 0.3); }

.lx-select-selected__clear {
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  opacity: 0;
  line-height: 32px;
  -webkit-transition-property: opacity, color;
  -moz-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .lx-select--theme-light .lx-select-selected__clear {
    color: rgba(0, 0, 0, 0.87); }
  .lx-select--theme-dark .lx-select-selected__clear {
    color: #FFFFFF; }
  .lx-select-selected__clear:hover {
    color: #F44336; }

.lx-select-selected__tag {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 2px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #EEEEEE;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .lx-select-selected__tag:after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\F159";
    margin-left: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #BDBDBD; }
  .lx-select-selected__tag:first-child {
    margin-left: 0; }
  .lx-select-selected__tag:last-child {
    margin-right: 0; }
  .lx-select-selected__tag:hover {
    background-color: #757575;
    color: #FFFFFF; }
    .lx-select-selected__tag:hover:after {
      color: #FFFFFF; }
  .lx-select--is-disabled .lx-select-selected__tag {
    color: rgba(0, 0, 0, 0.38); }
    .lx-select--is-disabled .lx-select-selected__tag:after {
      display: none; }

.lx-select-choices--default-style .lx-select-choices__filter {
  padding: 2px 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.lx-select-choices--default-style .lx-select-choices__choice,
.lx-select-choices--default-style .lx-select-choices__subheader {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 32px;
  padding: 0 32px 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap; }
  .lx-select-choices--default-style .lx-select-choices__choice .mdi,
  .lx-select-choices--default-style .lx-select-choices__subheader .mdi {
    margin-right: 16px; }

.lx-select-choices--default-style .lx-select-choices__choice {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87); }
  .lx-select-choices--default-style .lx-select-choices__choice .mdi {
    color: rgba(0, 0, 0, 0.54); }
  .lx-select-choices--default-style .lx-select-choices__choice:hover {
    background-color: #EEEEEE; }

.lx-select-choices--is-unique.lx-select-choices--default-style .lx-select-choices__choice.lx-select-choices__choice--is-selected {
  background-color: #EEEEEE; }

.lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice {
  padding-left: 46px; }
  .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice:before, .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice:after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 16px;
    height: 32px;
    width: 24px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    text-align: center;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice:before {
    opacity: 1;
    content: "\F131";
    color: rgba(0, 0, 0, 0.54); }
  .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice:after {
    opacity: 0;
    content: "\F132";
    color: #FF4081; }
  .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice.lx-select-choices__choice--is-selected:before {
    opacity: 0; }
  .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice.lx-select-choices__choice--is-selected:after {
    opacity: 1; }

.lx-select-choices--default-style .lx-select-choices__subheader {
  color: rgba(0, 0, 0, 0.38); }
  .lx-select-choices--default-style .lx-select-choices__subheader .mdi {
    color: rgba(0, 0, 0, 0.38); }

.lx-select-choices--default-style .lx-select-choices__loader {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

/*------------------------------------*\
   #OBJECTS-SWITCH
\*------------------------------------*/
.switch {
  min-width: 35px;
  min-height: 24px; }

.switch--red .switch__input:checked + .switch__label:before {
  background-color: rgba(244, 67, 54, 0.5); }

.switch--red .switch__input:checked + .switch__label:after {
  background-color: #F44336; }

.switch--pink .switch__input:checked + .switch__label:before {
  background-color: rgba(233, 30, 99, 0.5); }

.switch--pink .switch__input:checked + .switch__label:after {
  background-color: #E91E63; }

.switch--purple .switch__input:checked + .switch__label:before {
  background-color: rgba(156, 39, 176, 0.5); }

.switch--purple .switch__input:checked + .switch__label:after {
  background-color: #9C27B0; }

.switch--deep-purple .switch__input:checked + .switch__label:before {
  background-color: rgba(103, 58, 183, 0.5); }

.switch--deep-purple .switch__input:checked + .switch__label:after {
  background-color: #673AB7; }

.switch--indigo .switch__input:checked + .switch__label:before {
  background-color: rgba(63, 81, 181, 0.5); }

.switch--indigo .switch__input:checked + .switch__label:after {
  background-color: #3F51B5; }

.switch--blue .switch__input:checked + .switch__label:before {
  background-color: rgba(33, 150, 243, 0.5); }

.switch--blue .switch__input:checked + .switch__label:after {
  background-color: #2196F3; }

.switch--light-blue .switch__input:checked + .switch__label:before {
  background-color: rgba(3, 169, 244, 0.5); }

.switch--light-blue .switch__input:checked + .switch__label:after {
  background-color: #03A9F4; }

.switch--cyan .switch__input:checked + .switch__label:before {
  background-color: rgba(0, 188, 212, 0.5); }

.switch--cyan .switch__input:checked + .switch__label:after {
  background-color: #00BCD4; }

.switch--teal .switch__input:checked + .switch__label:before {
  background-color: rgba(0, 150, 136, 0.5); }

.switch--teal .switch__input:checked + .switch__label:after {
  background-color: #009688; }

.switch--green .switch__input:checked + .switch__label:before {
  background-color: rgba(76, 175, 80, 0.5); }

.switch--green .switch__input:checked + .switch__label:after {
  background-color: #4CAF50; }

.switch--light-green .switch__input:checked + .switch__label:before {
  background-color: rgba(139, 195, 74, 0.5); }

.switch--light-green .switch__input:checked + .switch__label:after {
  background-color: #8BC34A; }

.switch--lime .switch__input:checked + .switch__label:before {
  background-color: rgba(205, 220, 57, 0.5); }

.switch--lime .switch__input:checked + .switch__label:after {
  background-color: #CDDC39; }

.switch--yellow .switch__input:checked + .switch__label:before {
  background-color: rgba(255, 235, 59, 0.5); }

.switch--yellow .switch__input:checked + .switch__label:after {
  background-color: #FFEB3B; }

.switch--amber .switch__input:checked + .switch__label:before {
  background-color: rgba(81, 97, 122, 0.5); }

.switch--amber .switch__input:checked + .switch__label:after {
  background-color: #51617A; }

.switch--orange .switch__input:checked + .switch__label:before {
  background-color: rgba(255, 152, 0, 0.5); }

.switch--orange .switch__input:checked + .switch__label:after {
  background-color: #FF9800; }

.switch--deep-orange .switch__input:checked + .switch__label:before {
  background-color: rgba(255, 87, 34, 0.5); }

.switch--deep-orange .switch__input:checked + .switch__label:after {
  background-color: #FF5722; }

.switch--brown .switch__input:checked + .switch__label:before {
  background-color: rgba(121, 85, 72, 0.5); }

.switch--brown .switch__input:checked + .switch__label:after {
  background-color: #795548; }

.switch--grey .switch__input:checked + .switch__label:before {
  background-color: rgba(158, 158, 158, 0.5); }

.switch--grey .switch__input:checked + .switch__label:after {
  background-color: #9E9E9E; }

.switch--blue-grey .switch__input:checked + .switch__label:before {
  background-color: rgba(96, 125, 139, 0.5); }

.switch--blue-grey .switch__input:checked + .switch__label:after {
  background-color: #607D8B; }

.switch--black .switch__input:checked + .switch__label:before {
  background-color: rgba(0, 0, 0, 0.5); }

.switch--black .switch__input:checked + .switch__label:after {
  background-color: #000000; }

.switch--white .switch__input:checked + .switch__label:before {
  background-color: rgba(255, 255, 255, 0.5); }

.switch--white .switch__input:checked + .switch__label:after {
  background-color: #FFFFFF; }

.switch--primary .switch__input:checked + .switch__label:before {
  background-color: rgba(63, 81, 181, 0.5); }

.switch--primary .switch__input:checked + .switch__label:after {
  background-color: #3F51B5; }

.switch--primary-hue-1 .switch__input:checked + .switch__label:before {
  background-color: rgba(197, 202, 233, 0.5); }

.switch--primary-hue-1 .switch__input:checked + .switch__label:after {
  background-color: #C5CAE9; }

.switch--primary-hue-2 .switch__input:checked + .switch__label:before {
  background-color: rgba(48, 63, 159, 0.5); }

.switch--primary-hue-2 .switch__input:checked + .switch__label:after {
  background-color: #303F9F; }

.switch--accent .switch__input:checked + .switch__label:before {
  background-color: rgba(255, 64, 129, 0.5); }

.switch--accent .switch__input:checked + .switch__label:after {
  background-color: #FF4081; }

.switch--accent-hue-1 .switch__input:checked + .switch__label:before {
  background-color: rgba(255, 128, 171, 0.5); }

.switch--accent-hue-1 .switch__input:checked + .switch__label:after {
  background-color: #FF80AB; }

.switch--accent-hue-2 .switch__input:checked + .switch__label:before {
  background-color: rgba(245, 0, 87, 0.5); }

.switch--accent-hue-2 .switch__input:checked + .switch__label:after {
  background-color: #F50057; }

.switch__input:not(:checked) + .switch__label:before {
  background-color: rgba(0, 0, 0, 0.38); }

.switch__input:not(:checked) + .switch__label:after {
  background-color: #FAFAFA; }

.switch__input:checked + .switch__label:before {
  background-color: rgba(255, 64, 129, 0.5); }

.switch__input:checked + .switch__label:after {
  background-color: #FF4081;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px); }

.switch__input[disabled] + .switch__label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.38); }
  .switch__input[disabled] + .switch__label:before {
    background-color: rgba(0, 0, 0, 0.12); }
  .switch__input[disabled] + .switch__label:after {
    background-color: #BDBDBD; }

.switch__input[disabled] ~ .switch__help {
  color: rgba(0, 0, 0, 0.38); }

.switch__label {
  display: block;
  position: relative;
  padding-left: 45px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch--standalone .switch__label {
    padding-left: 0; }
  .switch__label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    height: 14px;
    width: 35px;
    border-radius: 7px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .switch__label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.switch__help {
  display: block;
  padding-left: 45px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }
  @media screen and (max-width: 1279px) {
    .switch__help {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1280px) {
    .switch__help {
      font-size: 13px;
      font-size: 0.8125rem; } }

.tabs {
  position: relative;
  overflow: hidden; }

.tabs--theme-light.tabs--color-red .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #F44336; }

.tabs--theme-light.tabs--color-red .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-red .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #F44336; }

.tabs--theme-light.tabs--color-red .tabs__indicator {
  background-color: #F44336; }

.tabs--theme-dark.tabs--color-red .tabs__links {
  background-color: #F44336; }

.tabs--theme-dark.tabs--color-red .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-red .tabs__indicator {
  background-color: #F44336; }

.tabs--theme-light.tabs--color-pink .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #E91E63; }

.tabs--theme-light.tabs--color-pink .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-pink .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #E91E63; }

.tabs--theme-light.tabs--color-pink .tabs__indicator {
  background-color: #E91E63; }

.tabs--theme-dark.tabs--color-pink .tabs__links {
  background-color: #E91E63; }

.tabs--theme-dark.tabs--color-pink .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-pink .tabs__indicator {
  background-color: #E91E63; }

.tabs--theme-light.tabs--color-purple .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #9C27B0; }

.tabs--theme-light.tabs--color-purple .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-purple .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #9C27B0; }

.tabs--theme-light.tabs--color-purple .tabs__indicator {
  background-color: #9C27B0; }

.tabs--theme-dark.tabs--color-purple .tabs__links {
  background-color: #9C27B0; }

.tabs--theme-dark.tabs--color-purple .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-purple .tabs__indicator {
  background-color: #9C27B0; }

.tabs--theme-light.tabs--color-deep-purple .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #673AB7; }

.tabs--theme-light.tabs--color-deep-purple .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-deep-purple .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #673AB7; }

.tabs--theme-light.tabs--color-deep-purple .tabs__indicator {
  background-color: #673AB7; }

.tabs--theme-dark.tabs--color-deep-purple .tabs__links {
  background-color: #673AB7; }

.tabs--theme-dark.tabs--color-deep-purple .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-deep-purple .tabs__indicator {
  background-color: #673AB7; }

.tabs--theme-light.tabs--color-indigo .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #3F51B5; }

.tabs--theme-light.tabs--color-indigo .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-indigo .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #3F51B5; }

.tabs--theme-light.tabs--color-indigo .tabs__indicator {
  background-color: #3F51B5; }

.tabs--theme-dark.tabs--color-indigo .tabs__links {
  background-color: #3F51B5; }

.tabs--theme-dark.tabs--color-indigo .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-indigo .tabs__indicator {
  background-color: #3F51B5; }

.tabs--theme-light.tabs--color-blue .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #2196F3; }

.tabs--theme-light.tabs--color-blue .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-blue .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #2196F3; }

.tabs--theme-light.tabs--color-blue .tabs__indicator {
  background-color: #2196F3; }

.tabs--theme-dark.tabs--color-blue .tabs__links {
  background-color: #2196F3; }

.tabs--theme-dark.tabs--color-blue .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-blue .tabs__indicator {
  background-color: #2196F3; }

.tabs--theme-light.tabs--color-light-blue .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #03A9F4; }

.tabs--theme-light.tabs--color-light-blue .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-light-blue .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #03A9F4; }

.tabs--theme-light.tabs--color-light-blue .tabs__indicator {
  background-color: #03A9F4; }

.tabs--theme-dark.tabs--color-light-blue .tabs__links {
  background-color: #03A9F4; }

.tabs--theme-dark.tabs--color-light-blue .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-light-blue .tabs__indicator {
  background-color: #03A9F4; }

.tabs--theme-light.tabs--color-cyan .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #00BCD4; }

.tabs--theme-light.tabs--color-cyan .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-cyan .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #00BCD4; }

.tabs--theme-light.tabs--color-cyan .tabs__indicator {
  background-color: #00BCD4; }

.tabs--theme-dark.tabs--color-cyan .tabs__links {
  background-color: #00BCD4; }

.tabs--theme-dark.tabs--color-cyan .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-cyan .tabs__indicator {
  background-color: #00BCD4; }

.tabs--theme-light.tabs--color-teal .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #009688; }

.tabs--theme-light.tabs--color-teal .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-teal .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #009688; }

.tabs--theme-light.tabs--color-teal .tabs__indicator {
  background-color: #009688; }

.tabs--theme-dark.tabs--color-teal .tabs__links {
  background-color: #009688; }

.tabs--theme-dark.tabs--color-teal .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-teal .tabs__indicator {
  background-color: #009688; }

.tabs--theme-light.tabs--color-green .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #4CAF50; }

.tabs--theme-light.tabs--color-green .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-green .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #4CAF50; }

.tabs--theme-light.tabs--color-green .tabs__indicator {
  background-color: #4CAF50; }

.tabs--theme-dark.tabs--color-green .tabs__links {
  background-color: #4CAF50; }

.tabs--theme-dark.tabs--color-green .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-green .tabs__indicator {
  background-color: #4CAF50; }

.tabs--theme-light.tabs--color-light-green .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #8BC34A; }

.tabs--theme-light.tabs--color-light-green .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-light-green .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #8BC34A; }

.tabs--theme-light.tabs--color-light-green .tabs__indicator {
  background-color: #8BC34A; }

.tabs--theme-dark.tabs--color-light-green .tabs__links {
  background-color: #8BC34A; }

.tabs--theme-dark.tabs--color-light-green .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-light-green .tabs__indicator {
  background-color: #8BC34A; }

.tabs--theme-light.tabs--color-lime .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #CDDC39; }

.tabs--theme-light.tabs--color-lime .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-lime .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #CDDC39; }

.tabs--theme-light.tabs--color-lime .tabs__indicator {
  background-color: #CDDC39; }

.tabs--theme-dark.tabs--color-lime .tabs__links {
  background-color: #CDDC39; }

.tabs--theme-dark.tabs--color-lime .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-lime .tabs__indicator {
  background-color: #CDDC39; }

.tabs--theme-light.tabs--color-yellow .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFEB3B; }

.tabs--theme-light.tabs--color-yellow .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-yellow .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #FFEB3B; }

.tabs--theme-light.tabs--color-yellow .tabs__indicator {
  background-color: #FFEB3B; }

.tabs--theme-dark.tabs--color-yellow .tabs__links {
  background-color: #FFEB3B; }

.tabs--theme-dark.tabs--color-yellow .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-yellow .tabs__indicator {
  background-color: #FFEB3B; }

.tabs--theme-light.tabs--color-amber .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #51617A; }

.tabs--theme-light.tabs--color-amber .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-amber .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #51617A; }

.tabs--theme-light.tabs--color-amber .tabs__indicator {
  background-color: #51617A; }

.tabs--theme-dark.tabs--color-amber .tabs__links {
  background-color: #51617A; }

.tabs--theme-dark.tabs--color-amber .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-amber .tabs__indicator {
  background-color: #51617A; }

.tabs--theme-light.tabs--color-orange .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FF9800; }

.tabs--theme-light.tabs--color-orange .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-orange .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #FF9800; }

.tabs--theme-light.tabs--color-orange .tabs__indicator {
  background-color: #FF9800; }

.tabs--theme-dark.tabs--color-orange .tabs__links {
  background-color: #FF9800; }

.tabs--theme-dark.tabs--color-orange .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-orange .tabs__indicator {
  background-color: #FF9800; }

.tabs--theme-light.tabs--color-deep-orange .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FF5722; }

.tabs--theme-light.tabs--color-deep-orange .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-deep-orange .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #FF5722; }

.tabs--theme-light.tabs--color-deep-orange .tabs__indicator {
  background-color: #FF5722; }

.tabs--theme-dark.tabs--color-deep-orange .tabs__links {
  background-color: #FF5722; }

.tabs--theme-dark.tabs--color-deep-orange .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-deep-orange .tabs__indicator {
  background-color: #FF5722; }

.tabs--theme-light.tabs--color-brown .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #795548; }

.tabs--theme-light.tabs--color-brown .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-brown .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #795548; }

.tabs--theme-light.tabs--color-brown .tabs__indicator {
  background-color: #795548; }

.tabs--theme-dark.tabs--color-brown .tabs__links {
  background-color: #795548; }

.tabs--theme-dark.tabs--color-brown .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-brown .tabs__indicator {
  background-color: #795548; }

.tabs--theme-light.tabs--color-grey .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #9E9E9E; }

.tabs--theme-light.tabs--color-grey .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-grey .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #9E9E9E; }

.tabs--theme-light.tabs--color-grey .tabs__indicator {
  background-color: #9E9E9E; }

.tabs--theme-dark.tabs--color-grey .tabs__links {
  background-color: #9E9E9E; }

.tabs--theme-dark.tabs--color-grey .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-grey .tabs__indicator {
  background-color: #9E9E9E; }

.tabs--theme-light.tabs--color-blue-grey .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #607D8B; }

.tabs--theme-light.tabs--color-blue-grey .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-blue-grey .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #607D8B; }

.tabs--theme-light.tabs--color-blue-grey .tabs__indicator {
  background-color: #607D8B; }

.tabs--theme-dark.tabs--color-blue-grey .tabs__links {
  background-color: #607D8B; }

.tabs--theme-dark.tabs--color-blue-grey .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-blue-grey .tabs__indicator {
  background-color: #607D8B; }

.tabs--theme-light.tabs--color-black .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #000000; }

.tabs--theme-light.tabs--color-black .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-black .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #000000; }

.tabs--theme-light.tabs--color-black .tabs__indicator {
  background-color: #000000; }

.tabs--theme-dark.tabs--color-black .tabs__links {
  background-color: #000000; }

.tabs--theme-dark.tabs--color-black .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-black .tabs__indicator {
  background-color: #000000; }

.tabs--theme-light.tabs--color-white .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-light.tabs--color-white .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-white .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #FFFFFF; }

.tabs--theme-light.tabs--color-white .tabs__indicator {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--color-white .tabs__links {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--color-white .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-white .tabs__indicator {
  background-color: #FFFFFF; }

.tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #3F51B5; }

.tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #3F51B5; }

.tabs--theme-light.tabs--color-primary .tabs__indicator {
  background-color: #3F51B5; }

.tabs--theme-dark.tabs--color-primary .tabs__links {
  background-color: #3F51B5; }

.tabs--theme-dark.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-primary .tabs__indicator {
  background-color: #3F51B5; }

.tabs--theme-light.tabs--color-primary-hue-1 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #C5CAE9; }

.tabs--theme-light.tabs--color-primary-hue-1 .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-primary-hue-1 .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #C5CAE9; }

.tabs--theme-light.tabs--color-primary-hue-1 .tabs__indicator {
  background-color: #C5CAE9; }

.tabs--theme-dark.tabs--color-primary-hue-1 .tabs__links {
  background-color: #C5CAE9; }

.tabs--theme-dark.tabs--color-primary-hue-1 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-primary-hue-1 .tabs__indicator {
  background-color: #C5CAE9; }

.tabs--theme-light.tabs--color-primary-hue-2 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #303F9F; }

.tabs--theme-light.tabs--color-primary-hue-2 .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-primary-hue-2 .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #303F9F; }

.tabs--theme-light.tabs--color-primary-hue-2 .tabs__indicator {
  background-color: #303F9F; }

.tabs--theme-dark.tabs--color-primary-hue-2 .tabs__links {
  background-color: #303F9F; }

.tabs--theme-dark.tabs--color-primary-hue-2 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-primary-hue-2 .tabs__indicator {
  background-color: #303F9F; }

.tabs--theme-light.tabs--color-accent .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FF4081; }

.tabs--theme-light.tabs--color-accent .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-accent .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #FF4081; }

.tabs--theme-light.tabs--color-accent .tabs__indicator {
  background-color: #FF4081; }

.tabs--theme-dark.tabs--color-accent .tabs__links {
  background-color: #FF4081; }

.tabs--theme-dark.tabs--color-accent .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-accent .tabs__indicator {
  background-color: #FF4081; }

.tabs--theme-light.tabs--color-accent-hue-1 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FF80AB; }

.tabs--theme-light.tabs--color-accent-hue-1 .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-accent-hue-1 .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #FF80AB; }

.tabs--theme-light.tabs--color-accent-hue-1 .tabs__indicator {
  background-color: #FF80AB; }

.tabs--theme-dark.tabs--color-accent-hue-1 .tabs__links {
  background-color: #FF80AB; }

.tabs--theme-dark.tabs--color-accent-hue-1 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-accent-hue-1 .tabs__indicator {
  background-color: #FF80AB; }

.tabs--theme-light.tabs--color-accent-hue-2 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #F50057; }

.tabs--theme-light.tabs--color-accent-hue-2 .tabs__link:not(.tabs__link--is-disabled):hover,
.tabs--theme-light.tabs--color-accent-hue-2 .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #F50057; }

.tabs--theme-light.tabs--color-accent-hue-2 .tabs__indicator {
  background-color: #F50057; }

.tabs--theme-dark.tabs--color-accent-hue-2 .tabs__links {
  background-color: #F50057; }

.tabs--theme-dark.tabs--color-accent-hue-2 .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #FFFFFF; }

.tabs--theme-dark.tabs--indicator-accent-hue-2 .tabs__indicator {
  background-color: #F50057; }

.tabs__links {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }
  .tabs--layout-center .tabs__links {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .tabs--theme-light .tabs__links:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12); }

.tabs__link {
  display: block;
  height: 48px;
  cursor: pointer;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  @media screen and (max-width: 1279px) {
    .tabs__link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1280px) {
    .tabs__link {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .tabs__link .mdi {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 48px; }
  .tabs--layout-full .tabs__link {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (max-width: 480px) {
    .tabs--layout-inline .tabs__link,
    .tabs--layout-center .tabs__link {
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (min-width: 481px) {
    .tabs--layout-inline .tabs__link,
    .tabs--layout-center .tabs__link {
      padding-left: 24px;
      padding-right: 24px; } }
  .tabs--theme-light .tabs__link {
    color: rgba(0, 0, 0, 0.54); }
  .tabs--theme-dark .tabs__link {
    color: rgba(255, 255, 255, 0.7); }
    .tabs--theme-dark .tabs__link:not(.tabs__link--is-disabled):hover, .tabs--theme-dark .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
      color: #FFFFFF; }

.tabs__link--is-disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.tabs__indicator {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  height: 2px; }

.text-field {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .text-field:before, .text-field:after {
    content: ''; }
  .text-field:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .text-field:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field.text-field--theme-light:before {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
  .text-field.text-field--theme-dark:before {
    border-bottom-color: rgba(255, 255, 255, 0.12); }

.text-field--is-focus:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.text-field--is-disabled {
  pointer-events: none; }
  .text-field--is-disabled:before {
    border-bottom-style: dashed; }

.text-field--fixed-label {
  padding-top: 8px; }

.text-field--valid:after {
  background-color: #4CAF50;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.text-field--error:after {
  background-color: #F44336;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.text-field--has-icon {
  margin-left: 64px; }

.text-field__label {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 32px;
  pointer-events: none;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field--fixed-label.text-field--has-value .text-field__label {
    display: none; }
  .text-field--theme-light .text-field__label {
    color: rgba(0, 0, 0, 0.54); }
  .text-field--theme-dark .text-field__label {
    color: rgba(255, 255, 255, 0.7); }
  .text-field--fixed-label .text-field__label {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .text-field--is-active:not(.text-field--fixed-label) .text-field__label {
    -webkit-transform: scale(0.75) translateY(0);
    -moz-transform: scale(0.75) translateY(0);
    -ms-transform: scale(0.75) translateY(0);
    -o-transform: scale(0.75) translateY(0);
    transform: scale(0.75) translateY(0); }
  .text-field--is-focus:not(.text-field--fixed-label) .text-field__label {
    color: #2196F3; }
  .text-field--is-disabled.text-field--theme-light .text-field__label {
    color: rgba(0, 0, 0, 0.38) !important; }
  .text-field--is-disabled.text-field--theme-dark .text-field__label {
    color: rgba(255, 255, 255, 0.3) !important; }
  .text-field--valid .text-field__label {
    color: #4CAF50 !important; }
  .text-field--error .text-field__label {
    color: #F44336 !important; }

.text-field__input {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  font-weight: 400; }
  .text-field__input:focus {
    outline: none; }
  .text-field--theme-light .text-field__input {
    color: rgba(0, 0, 0, 0.87); }
  .text-field--theme-dark .text-field__input {
    color: #FFFFFF; }
  .text-field--is-disabled.text-field--theme-light .text-field__input {
    color: rgba(0, 0, 0, 0.38); }
  .text-field--is-disabled.text-field--theme-dark .text-field__input {
    color: rgba(255, 255, 255, 0.3); }

input.text-field__input {
  height: 32px; }

textarea.text-field__input {
  height: 24px;
  margin: 4px 0;
  resize: none; }

.text-field__icon {
  position: absolute;
  top: 2px;
  left: -68px;
  height: 44px;
  width: 48px;
  line-height: 44px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field--theme-light .text-field__icon {
    color: rgba(0, 0, 0, 0.54); }
  .text-field--theme-dark .text-field__icon {
    color: rgba(255, 255, 255, 0.7); }
  .text-field--is-focus .text-field__icon {
    color: #2196F3; }
  .text-field--valid .text-field__icon {
    color: #4CAF50; }
  .text-field--error .text-field__icon {
    color: #F44336; }

.text-field__clear {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  opacity: 0;
  cursor: pointer;
  line-height: 32px;
  -webkit-transition-property: opacity, color;
  -moz-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .text-field__clear:hover {
    color: #F44336; }
  .text-field:hover .text-field__clear {
    opacity: 1; }

.text-field-error {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #F44336; }

.text-field-help {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54); }

.toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0 16px; }
  @media screen and (max-width: 1279px) {
    .toolbar {
      height: 56px;
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media screen and (min-width: 1280px) {
    .toolbar {
      height: 64px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.toolbar__left {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }

.toolbar__right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.toolbar__label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 40px; }

.tooltip {
  position: absolute;
  z-index: 9999;
  border-radius: 2px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.tooltip--is-active {
  opacity: 1; }
  @media screen and (max-width: 1279px) {
    .tooltip--is-active.tooltip--top {
      -webkit-transform: translateY(-24px);
      -moz-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
      -o-transform: translateY(-24px);
      transform: translateY(-24px); } }
  @media screen and (min-width: 1280px) {
    .tooltip--is-active.tooltip--top {
      -webkit-transform: translateY(-14px);
      -moz-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
      -o-transform: translateY(-14px);
      transform: translateY(-14px); } }
  @media screen and (max-width: 1279px) {
    .tooltip--is-active.tooltip--bottom {
      -webkit-transform: translateY(24px);
      -moz-transform: translateY(24px);
      -ms-transform: translateY(24px);
      -o-transform: translateY(24px);
      transform: translateY(24px); } }
  @media screen and (min-width: 1280px) {
    .tooltip--is-active.tooltip--bottom {
      -webkit-transform: translateY(14px);
      -moz-transform: translateY(14px);
      -ms-transform: translateY(14px);
      -o-transform: translateY(14px);
      transform: translateY(14px); } }
  @media screen and (max-width: 1279px) {
    .tooltip--is-active.tooltip--left {
      -webkit-transform: translateX(-24px);
      -moz-transform: translateX(-24px);
      -ms-transform: translateX(-24px);
      -o-transform: translateX(-24px);
      transform: translateX(-24px); } }
  @media screen and (min-width: 1280px) {
    .tooltip--is-active.tooltip--left {
      -webkit-transform: translateX(-14px);
      -moz-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
      -o-transform: translateX(-14px);
      transform: translateX(-14px); } }
  @media screen and (max-width: 1279px) {
    .tooltip--is-active.tooltip--right {
      -webkit-transform: translateX(24px);
      -moz-transform: translateX(24px);
      -ms-transform: translateX(24px);
      -o-transform: translateX(24px);
      transform: translateX(24px); } }
  @media screen and (min-width: 1280px) {
    .tooltip--is-active.tooltip--right {
      -webkit-transform: translateX(14px);
      -moz-transform: translateX(14px);
      -ms-transform: translateX(14px);
      -o-transform: translateX(14px);
      transform: translateX(14px); } }

.tooltip__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #616161;
  -webkit-transform: scale(0) translateY(50%);
  -moz-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  -o-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.tooltip__label {
  display: block;
  color: #FFFFFF;
  white-space: nowrap; }
  @media screen and (max-width: 1279px) {
    .tooltip__label {
      padding: 0 16px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 32px; } }
  @media screen and (min-width: 1280px) {
    .tooltip__label {
      padding: 0 8px;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 22px; } }

.tooltip--top .tooltip__background {
  -webkit-transform: scale(0) translateY(50%);
  -moz-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  -o-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

.tooltip--top.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateY(50%);
  -moz-transform: scale(3) translateY(50%);
  -ms-transform: scale(3) translateY(50%);
  -o-transform: scale(3) translateY(50%);
  transform: scale(3) translateY(50%); }

.tooltip--bottom .tooltip__background {
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }

.tooltip--bottom.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateY(-50%);
  -moz-transform: scale(3) translateY(-50%);
  -ms-transform: scale(3) translateY(-50%);
  -o-transform: scale(3) translateY(-50%);
  transform: scale(3) translateY(-50%); }

.tooltip--left .tooltip__background {
  -webkit-transform: scale(0) translateX(50%);
  -moz-transform: scale(0) translateX(50%);
  -ms-transform: scale(0) translateX(50%);
  -o-transform: scale(0) translateX(50%);
  transform: scale(0) translateX(50%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

.tooltip--left.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateX(50%);
  -moz-transform: scale(3) translateX(50%);
  -ms-transform: scale(3) translateX(50%);
  -o-transform: scale(3) translateX(50%);
  transform: scale(3) translateX(50%); }

.tooltip--right .tooltip__background {
  -webkit-transform: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.tooltip--right.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateX(-50%);
  -moz-transform: scale(3) translateX(-50%);
  -ms-transform: scale(3) translateX(-50%);
  -o-transform: scale(3) translateX(-50%);
  transform: scale(3) translateX(-50%); }

.lx-time {
  position: relative; }

.lx-time--fixed-label .text-field {
  padding-top: 8px; }

.lx-time--fixed-label .text-field--is-active .text-field__label {
  display: none; }

.lx-time--fixed-label .text-field__label {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.lx-time--with-icon {
  margin-left: 64px; }

.lx-time-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-time-filter--is-shown {
  opacity: 1; }

.lx-time__input-wrapper {
  position: relative; }
  .lx-time__input-wrapper:hover .lx-date__clear {
    opacity: 1; }

.lx-time-input,
.lx-time-input input {
  cursor: pointer !important; }

.lx-time__clear {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  opacity: 0;
  cursor: pointer;
  line-height: 32px;
  -webkit-transition-property: opacity, color;
  -moz-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .lx-time__clear:hover {
    color: #F44336; }

.lx-time-picker {
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 1000;
  width: 280px;
  margin-left: -140px;
  background-color: #FFFFFF;
  opacity: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.084);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-time-picker--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.lx-time-picker__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.lx-time-picker__now {
  background-color: #00796B; }
  .lx-time-picker__now span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF; }

.lx-time-picker__current-time {
  text-align: center;
  margin-top: 2rem; }

.lx-time-picker__specator {
  font-size: 48px;
  font-size: 3rem;
  display: inline-block;
  font-weight: 600;
  vertical-align: 45%;
  color: #9E9E9E; }

.lx-time-picker__current-hour,
.lx-time-picker__current-minute {
  display: inline-block;
  width: 30%; }

.lx-time-picker__actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center; }

.lx-time-picker__manual-input {
  background: transparent;
  outline: none;
  border: 0 none;
  width: 3rem;
  text-align: center; }

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic);
$base-fontfamily: 'Open Sans', sans-serif;*/
/* bootstrap */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px; }

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

/*.wrapper {
    @include media-query(desk) {
        width: 960px;
        margin: 0 auto;
    }
    @include media-query(portable) {
        margin: 0 $base-spacing-unit * 3;
    }
}*/
.no-padding {
  padding: 0px !important; }

.no-padding-laterals {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.no-margin {
  margin: 0px !important; }

.spacing-bottom {
  margin-bottom: 30px; }

.inherit-size {
  width: inherit;
  height: inherit; }

.inherit-height {
  height: inherit; }

.v-align-bottom {
  vertical-align: bottom;
  display: table-cell; }

.v-align-top {
  vertical-align: top;
  display: table-cell; }

.v-align-middle {
  vertical-align: middle;
  display: table-cell; }

.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table; }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px; }

.padding-25 {
  padding: 25px; }

.padding-30 {
  padding: 30px; }

.padding-50 {
  padding: 50px; }

.p-t-0 {
  padding-top: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-l-0 {
  padding-left: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-t-5 {
  padding-top: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-l-5 {
  padding-left: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-t-10 {
  padding-top: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-l-10 {
  padding-left: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-t-25 {
  padding-top: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-l-25 {
  padding-left: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-t-30 {
  padding-top: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-t-35 {
  padding-top: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-l-35 {
  padding-left: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-t-40 {
  padding-top: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-l-40 {
  padding-left: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-t-45 {
  padding-top: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-l-45 {
  padding-left: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-t-50 {
  padding-top: 50px; }

.p-r-50 {
  padding-right: 50px; }

.p-l-50 {
  padding-left: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-t-55 {
  padding-top: 55px; }

.p-r-55 {
  padding-right: 55px; }

.p-l-55 {
  padding-left: 55px; }

.p-b-55 {
  padding-bottom: 55px; }

.p-t-60 {
  padding-top: 60px; }

.p-r-60 {
  padding-right: 60px; }

.p-l-60 {
  padding-left: 60px; }

.p-b-60 {
  padding-bottom: 60px; }

.p-t-65 {
  padding-top: 65px; }

.p-r-65 {
  padding-right: 65px; }

.p-l-65 {
  padding-left: 65px; }

.p-b-65 {
  padding-bottom: 65px; }

.p-t-70 {
  padding-top: 70px; }

.p-r-70 {
  padding-right: 70px; }

.p-l-70 {
  padding-left: 70px; }

.p-b-70 {
  padding-bottom: 70px; }

.p-t-75 {
  padding-top: 75px; }

.p-r-75 {
  padding-right: 75px; }

.p-l-75 {
  padding-left: 75px; }

.p-b-75 {
  padding-bottom: 75px; }

.p-t-80 {
  padding-top: 80px; }

.p-r-80 {
  padding-right: 80px; }

.p-l-80 {
  padding-left: 80px; }

.p-b-80 {
  padding-bottom: 80px; }

.p-t-85 {
  padding-top: 85px; }

.p-r-85 {
  padding-right: 85px; }

.p-l-85 {
  padding-left: 85px; }

.p-b-85 {
  padding-bottom: 85px; }

.p-t-90 {
  padding-top: 90px; }

.p-r-90 {
  padding-right: 90px; }

.p-l-90 {
  padding-left: 90px; }

.p-b-90 {
  padding-bottom: 90px; }

.p-t-95 {
  padding-top: 95px; }

.p-r-95 {
  padding-right: 95px; }

.p-l-95 {
  padding-left: 95px; }

.p-b-95 {
  padding-bottom: 95px; }

.p-t-100 {
  padding-top: 100px; }

.p-r-100 {
  padding-right: 100px; }

.p-l-100 {
  padding-left: 100px; }

.p-b-100 {
  padding-bottom: 100px; }

.m-t--5 {
  margin-top: -5px !important; }

.m-r--5 {
  margin-right: -5px !important; }

.m-l--5 {
  margin-left: -5px !important; }

.m-b--5 {
  margin-bottom: -5px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-t-1 {
  margin-top: 1px !important; }

.m-r-1 {
  margin-right: 1px !important; }

.m-l-1 {
  margin-left: 1px !important; }

.m-b-1 {
  margin-bottom: 1px !important; }

.m-t-2 {
  margin-top: 2px !important; }

.m-r-2 {
  margin-right: 2px !important; }

.m-l-2 {
  margin-left: 2px !important; }

.m-b-2 {
  margin-bottom: 2px !important; }

.m-t-3 {
  margin-top: 3px !important; }

.m-r-3 {
  margin-right: 3px !important; }

.m-l-3 {
  margin-left: 3px !important; }

.m-b-3 {
  margin-bottom: 3px !important; }

.m-t-4 {
  margin-top: 4px !important; }

.m-r-4 {
  margin-right: 4px !important; }

.m-l-4 {
  margin-left: 4px !important; }

.m-b-4 {
  margin-bottom: 4px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-t-7 {
  margin-top: 7px !important; }

.m-r-7 {
  margin-right: 7px !important; }

.m-l-7 {
  margin-left: 7px !important; }

.m-b-7 {
  margin-bottom: 7px !important; }

.m-t-8 {
  margin-top: 8px !important; }

.m-r-8 {
  margin-right: 8px !important; }

.m-l-8 {
  margin-left: 8px !important; }

.m-b-8 {
  margin-bottom: 8px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

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

.m-r-20 {
  margin-right: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

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

.m-t-25 {
  margin-top: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-t-55 {
  margin-top: 55px !important; }

.m-r-55 {
  margin-right: 55px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-t-65 {
  margin-top: 65px !important; }

.m-r-65 {
  margin-right: 65px !important; }

.m-l-65 {
  margin-left: 65px !important; }

.m-b-65 {
  margin-bottom: 65px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.hide {
  display: none; }

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

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-auto {
  margin: auto; }

.inline {
  display: inline-block !important; }

.b-blank {
  border-color: #000; }

.b-r {
  border-right: 1px solid; }

.b-l {
  border-left: 1px solid; }

.b-t {
  border-top: 1px solid; }

.b-b {
  border-bottom: 1px solid; }

.b-a {
  border-width: 1px solid; }

.b-r-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.b-r-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.b-r-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
  .b-r-xs {
    border-right: 1px solid; }
  .b-l-xs {
    border-left: 1px solid; }
  .b-t-xs {
    border-top: 1px solid; }
  .b-b-xs {
    border-bottom: 1px solid; }
  .b-a-xs {
    border-width: 1px solid; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .b-r-sm {
    border-right: 1px solid; }
  .b-l-sm {
    border-left: 1px solid; }
  .b-t-sm {
    border-top: 1px solid; }
  .b-b-sm {
    border-bottom: 1px solid; }
  .b-a-sm {
    border-width: 1px solid; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
  .b-r-md {
    border-right: 1px solid; }
  .b-l-md {
    border-left: 1px solid; }
  .b-t-md {
    border-top: 1px solid; }
  .b-b-md {
    border-bottom: 1px solid; }
  .b-a-md {
    border-width: 1px solid; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .b-r-lg {
    border-right: 1px solid; }
  .b-l-lg {
    border-left: 1px solid; }
  .b-t-lg {
    border-top: 1px solid; }
  .b-b-lg {
    border-bottom: 1px solid; }
  .b-a-lg {
    border-width: 1px solid; } }

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4); }

.b-grey {
  border: 1px solid #e5e9ec; }

.w100 {
  font-weight: 100; }

.w200 {
  font-weight: 200; }

.w300 {
  font-weight: 300; }

.w400 {
  font-weight: 400; }

.w500 {
  font-weight: 500; }

.w600 {
  font-weight: 600; }

.w700 {
  font-weight: 700; }

.w800 {
  font-weight: 800; }

.w900 {
  font-weight: 900; }

.f-s-10 {
  font-size: 10px; }

.f-s-11 {
  font-size: 11px; }

.f-s-12 {
  font-size: 12px; }

.f-s-13 {
  font-size: 13px; }

.f-s-14 {
  font-size: 14px; }

.f-s-16 {
  font-size: 16px; }

.f-s-18 {
  font-size: 18px; }

.f-s-20 {
  font-size: 20px; }

.f-s-40 {
  font-size: 40px; }

.f-s-50 {
  font-size: 50px; }

.sidebar-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

@media screen and (max-width: 1279px) {
  .sidebar-filter--is-shown {
    opacity: 1;
    pointer-events: auto; } }

.sidebar {
  z-index: 998;
  width: 260px;
  background-color: #fff;
  -webkit-transition-property: box-shadow, -webkit-transform;
  -moz-transition-property: box-shadow, -moz-transform;
  transition-property: box-shadow, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  overflow: auto; }
  @media screen and (min-width: 1280px) {
    .sidebar {
      position: fixed;
      top: 0px;
      bottom: 0; } }
  @media screen and (max-width: 1279px) {
    .sidebar {
      position: fixed;
      top: 0px;
      bottom: 0;
      left: -260px;
      overflow: hidden; } }

.smailing .sidebar {
  background-color: #5ca0c5; }

.smailingpress .sidebar {
  background-color: #51617A; }

@media screen and (max-width: 1279px) {
  .sidebar--is-shown {
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); } }

.sidebar-menu {
  padding: 8px 0; }

.smailing .sidebar-menu__link {
  display: block;
  padding: 0 40px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9fcee7;
  line-height: 48px;
  text-decoration: none; }
  .smailing .sidebar-menu__link:hover {
    color: #FFF; }
  .smailing .sidebar-menu__link:hover .mdi {
    color: #FFF; }
  .smailing .sidebar-menu__link.active {
    color: #FFF; }
  .smailing .sidebar-menu__link .mdi {
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #9fcee7; }
  .smailing .sidebar-menu__link.active .mdi {
    color: #FFF; }
  .smailing .sidebar-menu__link .mdi::before {
    position: relative;
    top: 2px; }

.smailing .is-expanded .sidebar-menu__link,
.smailing .is-expanded .sidebar-menu__link .mdi {
  color: #FFF; }

.smailing .sidebar .vAccordion--default v-pane-header::after,
.smailing .sidebar .vAccordion--default v-pane-header::before {
  right: 30px;
  background-color: #9fcee7; }

.smailingpress .sidebar-menu__link {
  display: block;
  padding: 0 40px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #cccccc;
  line-height: 48px;
  text-decoration: none; }
  .smailingpress .sidebar-menu__link:hover {
    color: #FFF; }
  .smailingpress .sidebar-menu__link:hover .mdi {
    color: #FFF; }
  .smailingpress .sidebar-menu__link.active {
    color: #FFF; }
  .smailingpress .sidebar-menu__link .mdi {
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #cccccc; }
  .smailingpress .sidebar-menu__link.active .mdi {
    color: #FFF; }
  .smailingpress .sidebar-menu__link .mdi::before {
    position: relative;
    top: 2px; }

.smailingpress .is-expanded .sidebar-menu__link,
.smailingpress .is-expanded .sidebar-menu__link .mdi {
  color: #FFF; }

.smailingpress .sidebar .vAccordion--default v-pane-header::after,
.smailingpress .sidebar .vAccordion--default v-pane-header::before {
  right: 30px;
  background-color: #cccccc; }

.smailing .is-expanded .sidebar-child, .smailing .sidebar-child {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #9fcee7;
  padding: 0 0 0 73px;
  line-height: 35px; }
  .smailing .is-expanded .sidebar-child:hover, .smailing .sidebar-child:hover {
    color: #FFF;
    background-color: transparent; }
  .smailing .is-expanded .sidebar-child.active, .smailing .sidebar-child.active {
    color: #FFF;
    background-color: transparent; }

.smailingpress .is-expanded .sidebar-child, .smailingpress .sidebar-child {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #cccccc;
  padding: 0 0 0 73px;
  line-height: 35px; }
  .smailingpress .is-expanded .sidebar-child:hover, .smailingpress .sidebar-child:hover {
    color: #FFF;
    background-color: transparent; }
  .smailingpress .is-expanded .sidebar-child.active, .smailingpress .sidebar-child.active {
    color: #FFF;
    background-color: transparent; }

.smailing .sidebar v-pane-content {
  background-color: #2e85b0; }
  .smailing .sidebar v-pane-content div:first-child {
    padding-top: 10px; }
  .smailing .sidebar v-pane-content div:last-child {
    padding-bottom: 10px; }

.smailingpress .sidebar v-pane-content {
  background-color: #70869E; }
  .smailingpress .sidebar v-pane-content div:first-child {
    padding-top: 10px; }
  .smailingpress .sidebar v-pane-content div:last-child {
    padding-bottom: 10px; }

.sidebar-child {
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  color: #666; }

.sidebar .vAccordion--default v-pane-content > div {
  padding: 0; }

.sidebar .vAccordion--default .hidePlusSimbol::before,
.sidebar .vAccordion--default .hidePlusSimbol::after {
  display: none; }

.sidebar .vAccordion--default v-pane-header {
  margin: 0;
  padding: 0;
  border: none; }

.header {
  z-index: 999;
  min-height: 60px;
  padding-top: 14.4px;
  /*padding-bottom: $base-spacing-unit * 4;*/
  background-color: #FFF;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  box-shadow: none; }
  .header::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 1280px) {
  .menubar {
    display: none; } }

@media screen and (max-width: 1279px) {
  .menubar {
    float: left; } }

.home .menubar {
  display: none; }

@media screen and (max-width: 1279px) {
  .header-breadcrumb {
    display: none; } }

@media screen and (min-width: 1280px) {
  .header-breadcrumb {
    float: left; } }

.home .menubar {
  display: none; }

.main-logo {
  float: left; }

.main-logo__link {
  display: block;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 24px;
  font-size: 1.5rem; }
  .main-logo__link img {
    display: block;
    height: 28px; }

.main-nav {
  float: right; }
  .main-nav ul li {
    float: left; }

@media screen and (max-width: 480px) {
  .main-nav--lap-and-up {
    display: none; } }

@media screen and (min-width: 481px) {
  .main-nav--palm {
    display: none; } }

.main-nav__link {
  display: block;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 37px;
  text-decoration: none;
  color: #000; }
  @media screen and (min-width: 481px) and (max-width: 1279px) {
    .main-nav__link {
      font-size: 14px;
      font-size: 0.875rem; } }

.main {
  padding: 0;
  min-height: 100%; }

.main-content {
  /*margin-bottom: 60px;*/ }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .main-box {
    padding: 0 10px 0 10px; } }

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .main-box {
    padding: 0 30px 0 30px; } }

/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .main-box {
    padding: 0 50px 0 50px; } }

@media screen and (min-width: 1280px) {
  .main-section {
    margin: 0 0 0 260px; } }

/*body.press-release-add .main-section {
	@include media-query(desk) {
		margin: 0 0 0 $sidebarWidth + $sidebarOptionWidth;
	}
}*/
.main-section__title {
  display: block;
  height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 64px; }

.main-section__intro {
  padding: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300; }
  .main-section__intro a {
    color: #2196F3;
    text-decoration: none; }

.main-section__content {
  padding: 24px; }
  .main-section__content p > code {
    padding: 2px 4px;
    font-size: 90%;
    color: #2196F3;
    background-color: #e3f2fd;
    border-radius: 4px; }
  .main-section__content p > a {
    color: #2196F3;
    text-decoration: none; }

.main-section__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1; }

.footer {
  padding-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 32px;
  text-align: center; }

.footer__link img {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  margin-left: 8px; }

.banner {
  background: url("../images/header/header.png") repeat 0 0 #4fc1e9;
  padding: 60px 0;
  color: white;
  text-align: center; }

.banner__logo {
  margin: 0; }
  .banner__logo img {
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 1280px) {
      .banner__logo img {
        height: 90px; } }
    @media screen and (max-width: 1279px) {
      .banner__logo img {
        height: 60px; } }

.banner__subtitle {
  font-weight: 300; }
  @media screen and (min-width: 1280px) {
    .banner__subtitle {
      margin: 40px;
      font-size: 32px;
      font-size: 2rem;
      line-height: 40px; } }
  @media screen and (max-width: 1279px) {
    .banner__subtitle {
      margin: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px; } }

.banner__version {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8); }

.github-activity {
  background: #3bafda; }
  @media screen and (min-width: 1280px) {
    .github-activity {
      height: 60px;
      line-height: 60px; } }
  @media screen and (max-width: 1279px) {
    .github-activity {
      padding: 20px 0;
      text-align: center; } }

.github-activity__update {
  color: #fff; }
  @media screen and (min-width: 1280px) {
    .github-activity__update {
      float: left; } }
  @media screen and (max-width: 1279px) {
    .github-activity__update span,
    .github-activity__update strong,
    .github-activity__update a {
      display: block; } }
  .github-activity__update span {
    color: #abdaed; }
  .github-activity__update strong {
    padding: 0 0 0 8px; }
  .github-activity__update a {
    color: #d0e9f4;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    @media screen and (max-width: 1279px) {
      .github-activity__update a {
        font-size: 10px;
        font-size: 0.625rem; } }
    .github-activity__update a:hover {
      color: #fff; }

@media screen and (min-width: 1280px) {
  .github-activity__contribute {
    float: right; } }

@media screen and (max-width: 1279px) {
  .github-activity__contribute {
    margin: 0; } }

.github-activity__contribute .btn {
  margin-top: 12px; }

.features {
  padding: 60px 0;
  text-align: center; }

.features-header__title {
  color: #f0564f;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px; }

.features-header__subtitle {
  margin: 0 0 60px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px; }

.feature {
  padding: 16px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }

.feature__picture-box {
  padding: 24px; }
  .feature__picture-box img {
    display: block;
    margin: 0 auto;
    max-height: 80px; }

.feature-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f0564f; }

.feature-description {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

.example {
  margin-bottom: 24px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }
  .example:last-child {
    margin-bottom: 0; }

.example__content {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #ddd; }

.example__code {
  padding: 12px;
  background-color: #f8f8f8; }
  .example__code pre {
    margin-bottom: 0; }

.colors {
  margin-bottom: 24px; }
  .colors > div {
    height: 48px;
    padding: 0 16px;
    line-height: 48px; }

.colors__main {
  position: relative;
  height: 96px !important;
  margin-bottom: 8px;
  line-height: 1em !important; }
  .colors__main .colors__variable {
    position: absolute;
    bottom: 16px;
    left: 16px; }

.colors__title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF; }

.colors__variable {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF; }

.colors__variable--black {
  color: #000000 !important; }

.colors--red .colors__main {
  background-color: #F44336; }

.colors--red .colors__50 {
  background-color: #FFEBEE; }

.colors--red .colors__100 {
  background-color: #FFCDD2; }

.colors--red .colors__200 {
  background-color: #EF9A9A; }

.colors--red .colors__300 {
  background-color: #E57373; }

.colors--red .colors__400 {
  background-color: #EF5350; }

.colors--red .colors__500 {
  background-color: #F44336; }

.colors--red .colors__600 {
  background-color: #E53935; }

.colors--red .colors__700 {
  background-color: #D32F2F; }

.colors--red .colors__800 {
  background-color: #C62828; }

.colors--red .colors__900 {
  background-color: #B71C1C; }

.colors--red .colors__A100 {
  background-color: #FF8A80; }

.colors--red .colors__A200 {
  background-color: #FF5252; }

.colors--red .colors__A400 {
  background-color: #FF1744; }

.colors--red .colors__A700 {
  background-color: #D50000; }

.colors--pink .colors__main {
  background-color: #E91E63; }

.colors--pink .colors__50 {
  background-color: #FCE4EC; }

.colors--pink .colors__100 {
  background-color: #F8BBD0; }

.colors--pink .colors__200 {
  background-color: #F48FB1; }

.colors--pink .colors__300 {
  background-color: #F06292; }

.colors--pink .colors__400 {
  background-color: #EC407A; }

.colors--pink .colors__500 {
  background-color: #E91E63; }

.colors--pink .colors__600 {
  background-color: #D81B60; }

.colors--pink .colors__700 {
  background-color: #C2185B; }

.colors--pink .colors__800 {
  background-color: #AD1457; }

.colors--pink .colors__900 {
  background-color: #880E4F; }

.colors--pink .colors__A100 {
  background-color: #FF80AB; }

.colors--pink .colors__A200 {
  background-color: #FF4081; }

.colors--pink .colors__A400 {
  background-color: #F50057; }

.colors--pink .colors__A700 {
  background-color: #C51162; }

.colors--purple .colors__main {
  background-color: #9C27B0; }

.colors--purple .colors__50 {
  background-color: #F3E5F5; }

.colors--purple .colors__100 {
  background-color: #E1BEE7; }

.colors--purple .colors__200 {
  background-color: #CE93D8; }

.colors--purple .colors__300 {
  background-color: #BA68C8; }

.colors--purple .colors__400 {
  background-color: #AB47BC; }

.colors--purple .colors__500 {
  background-color: #9C27B0; }

.colors--purple .colors__600 {
  background-color: #8E24AA; }

.colors--purple .colors__700 {
  background-color: #7B1FA2; }

.colors--purple .colors__800 {
  background-color: #6A1B9A; }

.colors--purple .colors__900 {
  background-color: #4A148C; }

.colors--purple .colors__A100 {
  background-color: #EA80FC; }

.colors--purple .colors__A200 {
  background-color: #E040FB; }

.colors--purple .colors__A400 {
  background-color: #D500F9; }

.colors--purple .colors__A700 {
  background-color: #AA00FF; }

.colors--deep-purple .colors__main {
  background-color: #673AB7; }

.colors--deep-purple .colors__50 {
  background-color: #EDE7F6; }

.colors--deep-purple .colors__100 {
  background-color: #D1C4E9; }

.colors--deep-purple .colors__200 {
  background-color: #B39DDB; }

.colors--deep-purple .colors__300 {
  background-color: #9575CD; }

.colors--deep-purple .colors__400 {
  background-color: #7E57C2; }

.colors--deep-purple .colors__500 {
  background-color: #673AB7; }

.colors--deep-purple .colors__600 {
  background-color: #5E35B1; }

.colors--deep-purple .colors__700 {
  background-color: #512DA8; }

.colors--deep-purple .colors__800 {
  background-color: #4527A0; }

.colors--deep-purple .colors__900 {
  background-color: #311B92; }

.colors--deep-purple .colors__A100 {
  background-color: #B388FF; }

.colors--deep-purple .colors__A200 {
  background-color: #7C4DFF; }

.colors--deep-purple .colors__A400 {
  background-color: #651FFF; }

.colors--deep-purple .colors__A700 {
  background-color: #6200EA; }

.colors--indigo .colors__main {
  background-color: #3F51B5; }

.colors--indigo .colors__50 {
  background-color: #E8EAF6; }

.colors--indigo .colors__100 {
  background-color: #C5CAE9; }

.colors--indigo .colors__200 {
  background-color: #9FA8DA; }

.colors--indigo .colors__300 {
  background-color: #7986CB; }

.colors--indigo .colors__400 {
  background-color: #5C6BC0; }

.colors--indigo .colors__500 {
  background-color: #3F51B5; }

.colors--indigo .colors__600 {
  background-color: #3949AB; }

.colors--indigo .colors__700 {
  background-color: #303F9F; }

.colors--indigo .colors__800 {
  background-color: #283593; }

.colors--indigo .colors__900 {
  background-color: #1A237E; }

.colors--indigo .colors__A100 {
  background-color: #8C9EFF; }

.colors--indigo .colors__A200 {
  background-color: #536DFE; }

.colors--indigo .colors__A400 {
  background-color: #3D5AFE; }

.colors--indigo .colors__A700 {
  background-color: #304FFE; }

.colors--blue .colors__main {
  background-color: #2196F3; }

.colors--blue .colors__50 {
  background-color: #E3F2FD; }

.colors--blue .colors__100 {
  background-color: #BBDEFB; }

.colors--blue .colors__200 {
  background-color: #90CAF9; }

.colors--blue .colors__300 {
  background-color: #64B5F6; }

.colors--blue .colors__400 {
  background-color: #42A5F5; }

.colors--blue .colors__500 {
  background-color: #2196F3; }

.colors--blue .colors__600 {
  background-color: #1E88E5; }

.colors--blue .colors__700 {
  background-color: #1976D2; }

.colors--blue .colors__800 {
  background-color: #1565C0; }

.colors--blue .colors__900 {
  background-color: #0D47A1; }

.colors--blue .colors__A100 {
  background-color: #82B1FF; }

.colors--blue .colors__A200 {
  background-color: #448AFF; }

.colors--blue .colors__A400 {
  background-color: #2979FF; }

.colors--blue .colors__A700 {
  background-color: #2962FF; }

.colors--light-blue .colors__main {
  background-color: #03A9F4; }

.colors--light-blue .colors__50 {
  background-color: #E1F5FE; }

.colors--light-blue .colors__100 {
  background-color: #B3E5FC; }

.colors--light-blue .colors__200 {
  background-color: #81D4FA; }

.colors--light-blue .colors__300 {
  background-color: #4FC3F7; }

.colors--light-blue .colors__400 {
  background-color: #29B6F6; }

.colors--light-blue .colors__500 {
  background-color: #03A9F4; }

.colors--light-blue .colors__600 {
  background-color: #039BE5; }

.colors--light-blue .colors__700 {
  background-color: #0288D1; }

.colors--light-blue .colors__800 {
  background-color: #0277BD; }

.colors--light-blue .colors__900 {
  background-color: #01579B; }

.colors--light-blue .colors__A100 {
  background-color: #80D8FF; }

.colors--light-blue .colors__A200 {
  background-color: #40C4FF; }

.colors--light-blue .colors__A400 {
  background-color: #00B0FF; }

.colors--light-blue .colors__A700 {
  background-color: #0091EA; }

.colors--cyan .colors__main {
  background-color: #00BCD4; }

.colors--cyan .colors__50 {
  background-color: #E0F7FA; }

.colors--cyan .colors__100 {
  background-color: #B2EBF2; }

.colors--cyan .colors__200 {
  background-color: #80DEEA; }

.colors--cyan .colors__300 {
  background-color: #4DD0E1; }

.colors--cyan .colors__400 {
  background-color: #26C6DA; }

.colors--cyan .colors__500 {
  background-color: #00BCD4; }

.colors--cyan .colors__600 {
  background-color: #00ACC1; }

.colors--cyan .colors__700 {
  background-color: #0097A7; }

.colors--cyan .colors__800 {
  background-color: #00838F; }

.colors--cyan .colors__900 {
  background-color: #006064; }

.colors--cyan .colors__A100 {
  background-color: #84FFFF; }

.colors--cyan .colors__A200 {
  background-color: #18FFFF; }

.colors--cyan .colors__A400 {
  background-color: #00E5FF; }

.colors--cyan .colors__A700 {
  background-color: #00B8D4; }

.colors--teal .colors__main {
  background-color: #009688; }

.colors--teal .colors__50 {
  background-color: #E0F2F1; }

.colors--teal .colors__100 {
  background-color: #B2DFDB; }

.colors--teal .colors__200 {
  background-color: #80CBC4; }

.colors--teal .colors__300 {
  background-color: #4DB6AC; }

.colors--teal .colors__400 {
  background-color: #26A69A; }

.colors--teal .colors__500 {
  background-color: #009688; }

.colors--teal .colors__600 {
  background-color: #00897B; }

.colors--teal .colors__700 {
  background-color: #00796B; }

.colors--teal .colors__800 {
  background-color: #00695C; }

.colors--teal .colors__900 {
  background-color: #004D40; }

.colors--teal .colors__A100 {
  background-color: #A7FFEB; }

.colors--teal .colors__A200 {
  background-color: #64FFDA; }

.colors--teal .colors__A400 {
  background-color: #1DE9B6; }

.colors--teal .colors__A700 {
  background-color: #00BFA5; }

.colors--green .colors__main {
  background-color: #4CAF50; }

.colors--green .colors__50 {
  background-color: #E8F5E9; }

.colors--green .colors__100 {
  background-color: #C8E6C9; }

.colors--green .colors__200 {
  background-color: #A5D6A7; }

.colors--green .colors__300 {
  background-color: #81C784; }

.colors--green .colors__400 {
  background-color: #66BB6A; }

.colors--green .colors__500 {
  background-color: #4CAF50; }

.colors--green .colors__600 {
  background-color: #43A047; }

.colors--green .colors__700 {
  background-color: #388E3C; }

.colors--green .colors__800 {
  background-color: #2E7D32; }

.colors--green .colors__900 {
  background-color: #1B5E20; }

.colors--green .colors__A100 {
  background-color: #B9F6CA; }

.colors--green .colors__A200 {
  background-color: #69F0AE; }

.colors--green .colors__A400 {
  background-color: #00E676; }

.colors--green .colors__A700 {
  background-color: #00C853; }

.colors--light-green .colors__main {
  background-color: #8BC34A; }

.colors--light-green .colors__50 {
  background-color: #F1F8E9; }

.colors--light-green .colors__100 {
  background-color: #DCEDC8; }

.colors--light-green .colors__200 {
  background-color: #C5E1A5; }

.colors--light-green .colors__300 {
  background-color: #AED581; }

.colors--light-green .colors__400 {
  background-color: #9CCC65; }

.colors--light-green .colors__500 {
  background-color: #8BC34A; }

.colors--light-green .colors__600 {
  background-color: #7CB342; }

.colors--light-green .colors__700 {
  background-color: #689F38; }

.colors--light-green .colors__800 {
  background-color: #558B2F; }

.colors--light-green .colors__900 {
  background-color: #33691E; }

.colors--light-green .colors__A100 {
  background-color: #CCFF90; }

.colors--light-green .colors__A200 {
  background-color: #B2FF59; }

.colors--light-green .colors__A400 {
  background-color: #76FF03; }

.colors--light-green .colors__A700 {
  background-color: #64DD17; }

.colors--lime .colors__main {
  background-color: #CDDC39; }

.colors--lime .colors__50 {
  background-color: #F9FBE7; }

.colors--lime .colors__100 {
  background-color: #F0F4C3; }

.colors--lime .colors__200 {
  background-color: #E6EE9C; }

.colors--lime .colors__300 {
  background-color: #DCE775; }

.colors--lime .colors__400 {
  background-color: #D4E157; }

.colors--lime .colors__500 {
  background-color: #CDDC39; }

.colors--lime .colors__600 {
  background-color: #C0CA33; }

.colors--lime .colors__700 {
  background-color: #AFB42B; }

.colors--lime .colors__800 {
  background-color: #9E9D24; }

.colors--lime .colors__900 {
  background-color: #827717; }

.colors--lime .colors__A100 {
  background-color: #F4FF81; }

.colors--lime .colors__A200 {
  background-color: #EEFF41; }

.colors--lime .colors__A400 {
  background-color: #C6FF00; }

.colors--lime .colors__A700 {
  background-color: #AEEA00; }

.colors--yellow .colors__main {
  background-color: #FFEB3B; }

.colors--yellow .colors__50 {
  background-color: #FFFDE7; }

.colors--yellow .colors__100 {
  background-color: #FFF9C4; }

.colors--yellow .colors__200 {
  background-color: #FFF59D; }

.colors--yellow .colors__300 {
  background-color: #FFF176; }

.colors--yellow .colors__400 {
  background-color: #FFEE58; }

.colors--yellow .colors__500 {
  background-color: #FFEB3B; }

.colors--yellow .colors__600 {
  background-color: #FDD835; }

.colors--yellow .colors__700 {
  background-color: #FBC02D; }

.colors--yellow .colors__800 {
  background-color: #F9A825; }

.colors--yellow .colors__900 {
  background-color: #F57F17; }

.colors--yellow .colors__A100 {
  background-color: #FFFF8D; }

.colors--yellow .colors__A200 {
  background-color: #FFFF00; }

.colors--yellow .colors__A400 {
  background-color: #FFEA00; }

.colors--yellow .colors__A700 {
  background-color: #FFD600; }

.colors--amber .colors__main {
  background-color: #51617A; }

.colors--amber .colors__50 {
  background-color: #FFF8E1; }

.colors--amber .colors__100 {
  background-color: #cccccc; }

.colors--amber .colors__200 {
  background-color: #FFE082; }

.colors--amber .colors__300 {
  background-color: #FFD54F; }

.colors--amber .colors__400 {
  background-color: #FFCA28; }

.colors--amber .colors__500 {
  background-color: #51617A; }

.colors--amber .colors__600 {
  background-color: #FFB300; }

.colors--amber .colors__700 {
  background-color: #FFA000; }

.colors--amber .colors__800 {
  background-color: #FF8F00; }

.colors--amber .colors__900 {
  background-color: #FF6F00; }

.colors--amber .colors__A100 {
  background-color: #FFE57F; }

.colors--amber .colors__A200 {
  background-color: #FFD740; }

.colors--amber .colors__A400 {
  background-color: #FFC400; }

.colors--amber .colors__A700 {
  background-color: #FFAB00; }

.colors--orange .colors__main {
  background-color: #FF9800; }

.colors--orange .colors__50 {
  background-color: #FFF3E0; }

.colors--orange .colors__100 {
  background-color: #FFE0B2; }

.colors--orange .colors__200 {
  background-color: #FFCC80; }

.colors--orange .colors__300 {
  background-color: #FFB74D; }

.colors--orange .colors__400 {
  background-color: #FFA726; }

.colors--orange .colors__500 {
  background-color: #FF9800; }

.colors--orange .colors__600 {
  background-color: #FB8C00; }

.colors--orange .colors__700 {
  background-color: #F57C00; }

.colors--orange .colors__800 {
  background-color: #EF6C00; }

.colors--orange .colors__900 {
  background-color: #E65100; }

.colors--orange .colors__A100 {
  background-color: #FFD180; }

.colors--orange .colors__A200 {
  background-color: #FFAB40; }

.colors--orange .colors__A400 {
  background-color: #FF9100; }

.colors--orange .colors__A700 {
  background-color: #FF6D00; }

.colors--deep-orange .colors__main {
  background-color: #FF5722; }

.colors--deep-orange .colors__50 {
  background-color: #FBE9E7; }

.colors--deep-orange .colors__100 {
  background-color: #FFCCBC; }

.colors--deep-orange .colors__200 {
  background-color: #FFAB91; }

.colors--deep-orange .colors__300 {
  background-color: #FF8A65; }

.colors--deep-orange .colors__400 {
  background-color: #FF7043; }

.colors--deep-orange .colors__500 {
  background-color: #FF5722; }

.colors--deep-orange .colors__600 {
  background-color: #F4511E; }

.colors--deep-orange .colors__700 {
  background-color: #E64A19; }

.colors--deep-orange .colors__800 {
  background-color: #D84315; }

.colors--deep-orange .colors__900 {
  background-color: #BF360C; }

.colors--deep-orange .colors__A100 {
  background-color: #FF9E80; }

.colors--deep-orange .colors__A200 {
  background-color: #FF6E40; }

.colors--deep-orange .colors__A400 {
  background-color: #FF3D00; }

.colors--deep-orange .colors__A700 {
  background-color: #DD2C00; }

.colors--brown .colors__main {
  background-color: #795548; }

.colors--brown .colors__50 {
  background-color: #EFEBE9; }

.colors--brown .colors__100 {
  background-color: #D7CCC8; }

.colors--brown .colors__200 {
  background-color: #BCAAA4; }

.colors--brown .colors__300 {
  background-color: #A1887F; }

.colors--brown .colors__400 {
  background-color: #8D6E63; }

.colors--brown .colors__500 {
  background-color: #795548; }

.colors--brown .colors__600 {
  background-color: #6D4C41; }

.colors--brown .colors__700 {
  background-color: #5D4037; }

.colors--brown .colors__800 {
  background-color: #4E342E; }

.colors--brown .colors__900 {
  background-color: #3E2723; }

.colors--grey .colors__main {
  background-color: #9E9E9E; }

.colors--grey .colors__50 {
  background-color: #FAFAFA; }

.colors--grey .colors__100 {
  background-color: #F5F5F5; }

.colors--grey .colors__200 {
  background-color: #EEEEEE; }

.colors--grey .colors__300 {
  background-color: #E0E0E0; }

.colors--grey .colors__400 {
  background-color: #BDBDBD; }

.colors--grey .colors__500 {
  background-color: #9E9E9E; }

.colors--grey .colors__600 {
  background-color: #757575; }

.colors--grey .colors__700 {
  background-color: #616161; }

.colors--grey .colors__800 {
  background-color: #424242; }

.colors--grey .colors__900 {
  background-color: #212121; }

.colors--blue-grey .colors__main {
  background-color: #607D8B; }

.colors--blue-grey .colors__50 {
  background-color: #ECEFF1; }

.colors--blue-grey .colors__100 {
  background-color: #CFD8DC; }

.colors--blue-grey .colors__200 {
  background-color: #B0BEC5; }

.colors--blue-grey .colors__300 {
  background-color: #90A4AE; }

.colors--blue-grey .colors__400 {
  background-color: #78909C; }

.colors--blue-grey .colors__500 {
  background-color: #607D8B; }

.colors--blue-grey .colors__600 {
  background-color: #546E7A; }

.colors--blue-grey .colors__700 {
  background-color: #455A64; }

.colors--blue-grey .colors__800 {
  background-color: #37474F; }

.colors--blue-grey .colors__900 {
  background-color: #263238; }

.colors--black .colors__main {
  background-color: #000000; }

.colors--black .colors__first {
  background-color: rgba(0, 0, 0, 0.87); }

.colors--black .colors__second {
  background-color: rgba(0, 0, 0, 0.54); }

.colors--black .colors__third {
  background-color: rgba(0, 0, 0, 0.38); }

.colors--black .colors__fourth {
  background-color: rgba(0, 0, 0, 0.12); }

.colors--white {
  background: #f9f9f9; }
  .colors--white .colors__main {
    height: 104px !important;
    margin-bottom: 0;
    border-bottom: solid 6px #fff;
    background-color: #FFFFFF; }
  .colors--white .colors__first {
    background-color: #FFFFFF; }
  .colors--white .colors__second {
    background-color: rgba(255, 255, 255, 0.7); }
  .colors--white .colors__third {
    background-color: rgba(255, 255, 255, 0.3); }
  .colors--white .colors__fourth {
    background-color: rgba(255, 255, 255, 0.12); }

.colors__black {
  background-color: #000000; }

.colors__white {
  background-color: #FFFFFF; }

.sweet-alert::after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 130px;
  width: 100%;
  z-index: -1; }

.sweet-alert {
  display: block;
  background: #51617A;
  padding-top: 32px; }

.sa-icon {
  background-color: white; }

.sweet-alert h2 {
  color: white;
  text-align: center;
  position: relative;
  padding: 10px 0 45px;
  margin: 0; }

.sa-button-container {
  text-align: center; }

.sweet-alert p {
  margin: 0;
  padding: 45px 0 25px; }

.sweet-alert.show-input p {
  padding: 0 0 70px 0; }

.sweet-alert button.confirm {
  color: black; }

.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: white; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border-color: #FFF; }

.smailing .sweet-alert input:focus {
  border-bottom: 1px solid #5ca0c5;
  box-shadow: inset 0 -1px 0 #5ca0c5; }

.smailing .sweet-alert .sa-icon.sa-success .sa-fix {
  background-color: #5ca0c5; }

.smailing .sweet-alert .sa-icon.sa-success {
  background-color: #5ca0c5; }

.smailing .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  background-color: #5ca0c5; }

.smailingpress .sweet-alert input:focus {
  border-bottom: 1px solid #51617A;
  box-shadow: inset 0 -1px 0 #51617A; }

.smailingpress .sweet-alert .sa-icon.sa-success .sa-fix {
  background-color: #51617A; }

.smailingpress .sweet-alert .sa-icon.sa-success {
  background-color: #51617A; }

.smailingpress .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  background-color: #51617A; }

/* General */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

* {
  outline: 0 !important; }

html {
  height: 100%;
  background-color: #FFF;
  font-size: 0.9em;
  hyphens: none !important; }

body {
  font-family: "Lato", sans-serif;
  height: 100%;
  font-weight: 400; }

body.login, body.password-recovery {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

body.smailing.login, body.smailing.password-recovery {
  background-color: #5ca0c5; }

body.smailingpress.login, body.smailingpress.password-recovery {
  background-color: #51617A; }

a {
  text-decoration: none;
  color: #333;
  cursor: pointer; }

body.smailing .dataTable a {
  text-decoration: none;
  color: #5ca0c5; }

body.smailingpress .dataTable a {
  text-decoration: none;
  color: #51617A; }

body.login .main, body.password-recovery .main {
  display: table-cell;
  vertical-align: middle;
  padding: 20px; }

body.login .vertical-center, body.password-recovery .vertical-center {
  max-width: 400px; }

.vertical-center {
  position: relative;
  margin: auto; }

.login-container {
  text-align: left; }

@media (max-width: 768px) {
  .vertical-center:before {
    /* height: auto; */
    display: none; } }

.pressReleaseSegmentationCategories span:after {
  content: ", "; }

.pressReleaseSegmentationCategories span:last-child:after {
  content: "."; }

/* Typography */
.bold {
  font-weight: bold; }

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

.big-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 1; }
  @media screen and (max-width: 1279px) {
    .big-title {
      font-size: 28px; } }

.header-breadcrumb .big-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 2.4; }

.dash-title {
  padding: 10px; }
  @media screen and (max-width: 1279px) {
    .dash-title {
      display: none; } }

.small-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 1; }
  @media screen and (max-width: 1279px) {
    .small-title {
      display: block;
      margin-top: 10px;
      font-size: 14px; } }

.medium-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1; }

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

.semi-bold {
  font-weight: 800; }

h4 {
  font-weight: 400;
  font-size: 20px; }

h5 {
  font-weight: 400;
  font-size: 13px; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

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

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

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

.nowrap {
  white-space: nowrap; }

.l-h-15 {
  line-height: 1.5em !important; }

.l-h-18 {
  line-height: 1.8; }

.l-h-23 {
  line-height: 2.3em; }

.l-h-26 {
  line-height: 2.6em; }

.l-h-20px {
  line-height: 20px !important; }

.l-h-23px {
  line-height: 23px !important; }

.l-h-25px {
  line-height: 25px !important; }

.l-h-40px {
  line-height: 40px !important; }

.height-10 {
  height: 10px !important; }

.noborder {
  border: none !important; }

.number-donut {
  font-size: 25px;
  font-weight: bold; }

.text-donut {
  font-size: 10px;
  color: #EEEEEE;
  fill: #9E9E9E; }

hr {
  height: 1px;
  border: none;
  color: #eee;
  background-color: #eee; }

h4 .optionBtn {
  line-height: 32px;
  font-size: 14px; }

/* Tag editor */
.tag-editor {
  min-height: auto; }

.tag-editor .tag {
  background-color: #f1f1f1;
  padding: 0 7px 0 11px;
  height: auto;
  color: #666;
  font-size: 0.9em;
  line-height: 26px;
  margin-top: 5px; }

.bg-grey-superlight .tag-editor .tag {
  background-color: #ffffff; }

.tag-editor.selectable .tag {
  cursor: pointer;
  width: 100%; }

.tag-editor.selectable .tag .arrow {
  visibility: hidden; }

.tag-editor.selectable .tag.active .arrow {
  visibility: visible; }

.smailing .tag-editor .tag:hover {
  color: #FFF;
  background-color: #2e85b0;
  box-shadow: none; }

.smailing .tag-editor .tag.active {
  color: #FFF;
  background-color: #2e85b0;
  box-shadow: none; }

.smailingpress .tag-editor .tag:hover {
  color: #FFF;
  background-color: #70869E;
  box-shadow: none; }

.smailingpress .tag-editor .tag.active {
  color: #FFF;
  background-color: #70869E;
  box-shadow: none; }

.smailing .tag-editor .tag-input {
  /*border-bottom: 1px solid $color;*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
  /*font-size: 0.9em;*/
  width: 50%;
  background-color: transparent;
  padding-bottom: 4px;
  /*color: rgba(0, 0, 0, 0.54);*/ }

.smailingpress .tag-editor .tag-input {
  /*border-bottom: 1px solid $color;*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
  /*font-size: 0.9em;*/
  width: 50%;
  background-color: transparent;
  padding-bottom: 4px;
  /*color: rgba(0, 0, 0, 0.54);*/ }

.tag-editor .tag-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.tag-editor .tag-input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.54); }

.tag-editor .tag-input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.54); }

.tag-editor .tag-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.tag-editor {
  border: none;
  padding: 0;
  font-family: inherit;
  background-color: transparent; }

.tag-editor .tag-suggestions .title {
  padding: 0; }

.tag-editor .tag-suggestions {
  margin-top: 20px; }

.tag-editor .tag .remove {
  padding-top: 1px;
  display: block;
  float: right;
  font-size: 1.2em; }

.tag-editor .inputgroup {
  margin-top: -10px; }

@media (max-width: 768px) {
  .tag-editor.doublelinemobile .inputgroup {
    margin-top: 10px; } }

.tag-editor .inputgroup button {
  margin-left: 10px;
  margin-top: 4px; }

.tag-editor label.text-field__label {
  top: 2px; }

@media (max-width: 768px) {
  .tag-editor.doublelinemobile label.text-field__label {
    top: -20px; } }

/* angucomplete */
.angucomplete-title {
  cursor: pointer;
  font-size: 13px; }

.angucomplete-dropdown {
  margin-top: 10px; }

.smailing .autocomplete_input {
  border-bottom: 1px solid #5ca0c5;
  font-size: 13px;
  padding: 0 5px;
  height: 34px;
  width: 100%;
  background-color: transparent; }

.smailingpress .autocomplete_input {
  border-bottom: 1px solid #51617A;
  font-size: 13px;
  padding: 0 5px;
  height: 34px;
  width: 100%;
  background-color: transparent; }

/* Lumx */
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6,
.paragraph ul, .paragraph ol, .paragraph dl,
.paragraph blockquote, .paragraph p, .paragraph address,
.paragraph table,
.paragraph fieldset, .paragraph figure,
.paragraph pre {
  margin-bottom: 24px; }

.paragraph ul, .paragraph ol, .paragraph dd {
  margin-left: 48px; }

.paragraph p:last-child,
.paragraph ul:last-child,
.paragraph ol:last-child {
  margin-bottom: 0; }

.paragraph .smailing a {
  color: #5ca0c5;
  text-decoration: none; }
  .paragraph .smailing a:hover {
    text-decoration: underline; }

.paragraph .smailingpress a {
  color: #51617A;
  text-decoration: none; }
  .paragraph .smailingpress a:hover {
    text-decoration: underline; }

@media screen and (min-width: 1240px) {
  .dialog--xl {
    width: 1200px !important;
    margin-left: -600px !important; } }

@media screen and (max-width: 1023px) {
  .dialog--xl {
    width: 80%;
    margin-left: -40%; } }

.lx-select {
  /*margin-top: 15px;*/
  margin-bottom: 10px;
  padding-top: 15px; }

.lx-select__selected:after {
  right: 0;
  font-size: 1.5rem; }

.lx-select-label {
  top: -13px; }

@media screen and (max-width: 768px) {
  .lx-select-label {
    font-size: 0.7em;
    line-height: 40px; } }

.lx-select-selected-wrapper:after {
  font-size: 1.4rem; }

.smailing .ng-valid .lx-select__floating-label {
  color: #5ca0c5; }

.smailing .ng-valid.lx-select--is-active .lx-select-label {
  color: #5ca0c5; }

.smailing .ng-valid.lx-select--is-active.lx-select:before {
  border-color: #5ca0c5; }

.smailing .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice:after {
  color: #5ca0c5; }

.smailingpress .ng-valid .lx-select__floating-label {
  color: #51617A; }

.smailingpress .ng-valid.lx-select--is-active .lx-select-label {
  color: #51617A; }

.smailingpress .ng-valid.lx-select--is-active.lx-select:before {
  border-color: #51617A; }

.smailingpress .lx-select-choices--is-multiple.lx-select-choices--default-style .lx-select-choices__choice:after {
  color: #51617A; }

.checkbox {
  margin-left: -2px; }

.checkbox__label {
  /*display: inline-block;
    line-height: 20px;
    padding-top: 2px;*/ }

.checkbox__input:indeterminate + .checkbox__label:after, .checkbox__input:indeterminate + .checkbox__label:before {
  content: "\F138"; }

.smailing .checkbox__label:after {
  color: #5ca0c5; }

.smailingpress .checkbox__label:after {
  color: #51617A; }

.smailing .radio-button__label:after {
  color: #5ca0c5; }

.smailingpress .radio-button__label:after {
  color: #51617A; }

@media only screen and (min-width: 800px) {
  .inline-radio-group .radio-group .radio-button {
    display: inline-block;
    margin-right: 30px; } }

.text-field--is-valid.text-field:after {
  background-color: rgba(0, 0, 0, 0.26);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.text-field--is-valid .text-field__label {
  color: rgba(0, 0, 0, 0.26); }

.smailing .text-field:after {
  background-color: #5ca0c5; }

.smailing .text-field--is-focus:not(.text-field--fixed-label) .text-field__label {
  color: #5ca0c5 !important; }

.smailing .text-field--is-focus .text-field__icon {
  color: #5ca0c5; }

.smailing .text-field--is-active.text-field:after, .smailing .text-field--valid.text-field:after, smailing .text-field--is-focused.text-field:after {
  background-color: #5ca0c5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.smailing .text-field--is-active .text-field__label, .smailing .text-field--valid .text-field__label, .smailing .text-field--is-focused .text-field__label {
  color: #5ca0c5 !important; }

.smailing .text-field--error:after {
  background-color: #F44336 !important; }

.smailing .text-field--error .text-field__label {
  color: #F44336 !important; }

.smailingpress .text-field:after {
  background-color: #51617A; }

.smailingpress .text-field--is-focus:not(.text-field--fixed-label) .text-field__label {
  color: #51617A !important; }

.smailingpress .text-field--is-focus .text-field__icon {
  color: #51617A; }

.smailingpress .text-field--is-active.text-field:after, .smailingpress .text-field--valid.text-field:after, smailingpress .text-field--is-focused.text-field:after {
  background-color: #51617A;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.smailingpress .text-field--is-active .text-field__label, .smailingpress .text-field--valid .text-field__label, .smailingpress .text-field--is-focused .text-field__label {
  color: #51617A !important; }

.smailingpress .text-field--error:after {
  background-color: #F44336 !important; }

.smailingpress .text-field--error .text-field__label {
  color: #F44336 !important; }

.text-field__label {
  top: 0px;
  line-height: 20px; }

.text-field {
  padding-top: 28px;
  /*padding-bottom: 0;*/ }

.formly-field-lx-textarea .text-field {
  padding-top: 30px;
  padding-bottom: 12px; }

textarea.text-field__input {
  margin: 0; }

.text-field:before, .text-field:after {
  /*bottom: 0px;*/ }

.text-field:after {
  height: 1px;
  bottom: 7px; }

.smailing .text-field__icon .text-field--is-focused {
  color: #5ca0c5; }

.smailingpress .text-field__icon .text-field--is-focused {
  color: #51617A; }

.smailing .progress-linear__bar--first, .smailing .progress-linear__background {
  background-color: #5ca0c5 !important; }

.smailingpress .progress-linear__bar--first, .smailingpress .progress-linear__background {
  background-color: #51617A !important; }

.little-progress .progress-circular {
  margin-top: -30px;
  margin-bottom: -30px; }

.right-progress .progress-circular {
  float: right; }

#loader {
  position: relative; }

.progress-container--linear.progress-container--primary .progress-linear__background,
.progress-container--linear.progress-container--primary .progress-linear__bar {
  background-color: #51617A !important; }

.formly-field-lx-radio h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1em; }

input.text-field__input {
  height: 30px;
  line-height: 30px; }

.input-file:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  background-color: #5ca0c5;
  height: 1px; }

.input-file.input-file--is-active:before {
  background-color: #5ca0c5 !important;
  border-bottom: none;
  height: 2px; }

.input-file.input-file--is-active .input-file__label {
  color: #5ca0c5; }

.input-file:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  background-color: #51617A;
  height: 1px; }

.input-file.input-file--is-active:before {
  background-color: #51617A !important;
  border-bottom: none;
  height: 2px; }

.input-file.input-file--is-active .input-file__label {
  color: #51617A; }

.input-file--is-focused .smailing .input-file__label {
  color: #5ca0c5; }

.input-file--is-focused .smailingpress .input-file__label {
  color: #51617A; }

.input-file {
  padding-top: 28px; }

.input-file__label {
  top: 0px; }

.input-file__filename {
  height: 30px; }

.input-file {
  overflow: hidden; }
  .input-file .input-file__clear {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 1; }

.input-file__container {
  position: relative;
  padding: 0 40px 0 0; }

.input-file__clear {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .input-file__clear:hover {
    color: #F44336; }

.smailing .lx-date-picker--primary .lx-date-picker__header {
  background-color: #5ca0c5; }

.smailing .lx-date-picker--primary .lx-date-picker__day a:hover, .lx-date-picker--primary .lx-date-picker__day--is-selected a {
  background-color: #5ca0c5; }

.smailing .lx-date-picker--primary .lx-date-picker__day--is-today a {
  color: #5ca0c5; }

.smailing .lx-date-picker--primary .lx-date-picker__year:hover, .lx-date-picker--primary .lx-date-picker__year--is-active {
  color: #5ca0c5; }

.smailingpress .lx-date-picker--primary .lx-date-picker__header {
  background-color: #51617A; }

.smailingpress .lx-date-picker--primary .lx-date-picker__day a:hover, .lx-date-picker--primary .lx-date-picker__day--is-selected a {
  background-color: #51617A; }

.smailingpress .lx-date-picker--primary .lx-date-picker__day--is-today a {
  color: #51617A; }

.smailingpress .lx-date-picker--primary .lx-date-picker__year:hover, .lx-date-picker--primary .lx-date-picker__year--is-active {
  color: #51617A; }

.lx-date-picker--primary .lx-date-picker__day--is-today a:hover {
  color: #FFF; }

.lx-date-picker__current-date {
  font-size: 1.75em; }

.smailing .lx-time-picker__now {
  background-color: #5ca0c5; }

.smailingpress .lx-time-picker__now {
  background-color: #51617A; }

.lx-select__close {
  top: 0; }

.smailing .switch__input:checked + .switch__label:after {
  background-color: #5ca0c5; }

.smailingpress .switch__input:checked + .switch__label:after {
  background-color: #51617A; }

.smailing .switch__input:checked + .switch__label:before {
  background-color: #2e85b0; }

.smailingpress .switch__input:checked + .switch__label:before {
  background-color: #70869E; }

.toolbar {
  padding-left: 0;
  padding-right: 0; }

/* Charts */
.c3 svg {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

.tiles .c3-chart-arc .c3-gauge-value {
  fill: #FFF; }

.color-1 .c3-chart-arc .c3-gauge-value {
  fill: #5ca0c5; }

.color-2 .c3-chart-arc .c3-gauge-value {
  fill: #78bcaf; }

.color-3 .c3-chart-arc .c3-gauge-value {
  fill: #ecc34f; }

.color-4 .c3-chart-arc .c3-gauge-value {
  fill: #607d8b; }

.color-5 .c3-chart-arc .c3-gauge-value {
  fill: #ef5350; }

.grey .c3-chart-arc .c3-gauge-value {
  fill: #9E9E9E; }

.grey-dark .c3-chart-arc .c3-gauge-value {
  fill: #444444; }

.grey-mid .c3-chart-arc .c3-gauge-value {
  fill: #BDBDBD; }

.grey-light .c3-chart-arc .c3-gauge-value {
  fill: #EEEEEE; }

.grey-superlight .c3-chart-arc .c3-gauge-value {
  fill: #F5F5F5; }

.white .c3-chart-arc .c3-gauge-value {
  fill: #FFFFFF; }

.color-1 .c3-chart-arcs .c3-chart-arcs-background {
  fill: #5ca0c5;
  opacity: 0.1; }

.color-2 .c3-chart-arcs .c3-chart-arcs-background {
  fill: #78bcaf;
  opacity: 0.1; }

.color-3 .c3-chart-arcs .c3-chart-arcs-background {
  fill: #ecc34f;
  opacity: 0.1; }

.color-4 .c3-chart-arcs .c3-chart-arcs-background {
  fill: #607d8b;
  opacity: 0.1; }

.color-5 .c3-chart-arcs .c3-chart-arcs-background {
  fill: #ef5350;
  opacity: 0.1; }

.grey .c3-chart-arcs .c3-chart-arcs-background {
  fill: #9E9E9E;
  opacity: 0.1; }

.grey-dark .c3-chart-arcs .c3-chart-arcs-background {
  fill: #444444;
  opacity: 0.1; }

.grey-mid .c3-chart-arcs .c3-chart-arcs-background {
  fill: #BDBDBD;
  opacity: 0.1; }

.grey-light .c3-chart-arcs .c3-chart-arcs-background {
  fill: #EEEEEE;
  opacity: 0.1; }

.grey-superlight .c3-chart-arcs .c3-chart-arcs-background {
  fill: #F5F5F5;
  opacity: 0.1; }

.white .c3-chart-arcs .c3-chart-arcs-background {
  fill: #FFFFFF;
  opacity: 0.1; }

.outerDonut {
  position: absolute !important;
  top: -25px;
  left: 0;
  width: 100%;
  margin-top: 20px; }

.innerDonut {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-top: 20px; }

.c3-chart-arc path {
  stroke: none; }

.c3-tooltip {
  box-shadow: none; }

.c3-tooltip td > span {
  width: 0;
  height: 0;
  margin-right: 2px; }

.c3-tooltip td.name {
  border: none; }

.hideTooltipName .c3-tooltip td.name {
  display: none; }

.c3-tooltip td.value {
  border: none;
  text-align: center; }

.hideTooltipValue .c3-tooltip td.value {
  display: none; }

.c3-tooltip tr {
  border: none; }

.c3-tooltip th {
  padding: 2px 9px;
  font-size: 0.7em;
  text-align: center; }

/* Colors */
body.smailing .primary-color-1 {
  color: #5ca0c5 !important; }

.smailing .btn--primary {
  background-color: transparent;
  color: #5ca0c5;
  border: 1px solid #5ca0c5; }

.smailing .btn--primary-color-1 {
  background-color: #5ca0c5;
  color: #FFF;
  border: 1px solid #5ca0c5; }

.smailing .btn--primary-color-1:hover {
  opacity: 0.6; }

.smailing .bg-primary-color-1 {
  color: #FFF;
  background-color: #5ca0c5; }

.smailing .border-primary-color-1 {
  border-color: #5ca0c5; }

.smailing .btn--primary:hover, .smailing .btn--primary.active {
  background-color: #5ca0c5;
  color: #FFF;
  border: 1px solid #5ca0c5; }

.smailing .btn--flat-primary {
  background-color: #FFF;
  color: #5ca0c5; }

.smailing .icon--primary {
  background-color: #5ca0c5;
  color: #FFF; }

body.smailingpress .primary-color-1 {
  color: #51617A !important; }

.smailingpress .btn--primary {
  background-color: transparent;
  color: #51617A;
  border: 1px solid #51617A; }

.smailingpress .btn--primary-color-1 {
  background-color: #51617A;
  color: #FFF;
  border: 1px solid #51617A; }

.smailingpress .btn--primary-color-1:hover {
  opacity: 0.6; }

.smailingpress .bg-primary-color-1 {
  color: #FFF;
  background-color: #51617A; }

.smailingpress .border-primary-color-1 {
  border-color: #51617A; }

.smailingpress .btn--primary:hover, .smailingpress .btn--primary.active {
  background-color: #51617A;
  color: #FFF;
  border: 1px solid #51617A; }

.smailingpress .btn--flat-primary {
  background-color: #FFF;
  color: #51617A; }

.smailingpress .icon--primary {
  background-color: #51617A;
  color: #FFF; }

body.smailing .primary-color-2 {
  color: #9fcee7; }

.smailing .btn--primary-color-2 {
  background-color: #9fcee7;
  color: #FFF; }

.smailing .btn--flat-primary-color-2 {
  background-color: #FFF;
  color: #9fcee7; }

.smailing .bg-primary-color-2 {
  background-color: #9fcee7; }

body.smailingpress .primary-color-2 {
  color: #cccccc; }

.smailingpress .btn--primary-color-2 {
  background-color: #cccccc;
  color: #FFF; }

.smailingpress .btn--flat-primary-color-2 {
  background-color: #FFF;
  color: #cccccc; }

.smailingpress .bg-primary-color-2 {
  background-color: #cccccc; }

body.smailing .primary-color-3 {
  color: #2e85b0; }

.smailing .btn--primary-color-3 {
  background-color: #FFF;
  color: #2e85b0;
  border: 1px solid #2e85b0; }

.smailing .btn--primary-color-3:hover {
  background-color: #2e85b0;
  color: #FFF;
  border: 1px solid #2e85b0; }

.smailing .btn--flat-primary-color-3 {
  background-color: #FFF;
  color: #2e85b0; }

.smailing .bg-primary-color-3 {
  background-color: #2e85b0; }

.smailing .btn--primary .ripple {
  background-color: #2e85b0;
  color: #FFF; }

.smailing .icon--primary-color-3 {
  background-color: #2e85b0;
  color: #FFF; }

.smailing .btn.bg-primary-color-1:hover {
  color: #FFF;
  background-color: #2e85b0;
  border-color: #2e85b0; }

.smailing .btn.bg-white:hover {
  color: #FFF;
  background-color: #2e85b0;
  border-color: #2e85b0; }

body.smailingpress .primary-color-3 {
  color: #70869E; }

.smailingpress .btn--primary-color-3 {
  background-color: #FFF;
  color: #70869E;
  border: 1px solid #70869E; }

.smailingpress .btn--primary-color-3:hover {
  background-color: #70869E;
  color: #FFF;
  border: 1px solid #70869E; }

.smailingpress .btn--flat-primary-color-3 {
  background-color: #FFF;
  color: #70869E; }

.smailingpress .bg-primary-color-3 {
  background-color: #70869E; }

.smailingpress .btn--primary .ripple {
  background-color: #70869E;
  color: #FFF; }

.smailingpress .icon--primary-color-3 {
  background-color: #70869E;
  color: #FFF; }

.smailingpress .btn.bg-primary-color-1:hover {
  color: #FFF;
  background-color: #70869E;
  border-color: #70869E; }

.smailingpress .btn.bg-white:hover {
  color: #FFF;
  background-color: #70869E;
  border-color: #70869E; }

body.smailing .accent-color-1 {
  color: #51617A; }

.smailing .bg-accent-color-1 {
  background-color: #51617A; }

.smailing .btn--accent {
  background-color: #51617A;
  color: #FFF; }

.smailing .btn--accent .button_text {
  color: #51617A; }

body.smailingpress .accent-color-1 {
  color: #5ca0c5; }

.smailingpress .bg-accent-color-1 {
  background-color: #5ca0c5; }

.smailingpress .btn--accent {
  background-color: #5ca0c5;
  color: #FFF; }

.smailingpress .btn--accent .button_text {
  color: #5ca0c5; }

body.smailing .accent-color-2 {
  color: #cccccc; }

.smailing .bg-accent-color-2 {
  background-color: #cccccc; }

body.smailingpress .accent-color-2 {
  color: #81D4FA; }

.smailingpress .bg-accent-color-2 {
  background-color: #81D4FA; }

body.smailing .accent-color-3 {
  color: #70869E; }

.smailing .bg-accent-color-3 {
  background-color: #70869E; }

body.smailingpress .accent-color-3 {
  color: #0288D1; }

.smailingpress .bg-accent-color-3 {
  background-color: #0288D1; }

.color-1 {
  color: #5ca0c5; }

.bg-color-1 {
  background-color: #5ca0c5; }

.btn--flat--border--color-1 {
  border: 1px solid #5ca0c5; }

.btn--flat--border--color-1:hover {
  background-color: #5ca0c5;
  color: #FFF; }

.btn--color-1, .icon--color-1 {
  background-color: #5ca0c5;
  color: #FFF;
  border: 1px solid #5ca0c5; }

.btn--color-1 .ripple {
  background-color: #FFF; }

.btn--color-1:hover {
  opacity: 0.6; }

.color-2 {
  color: #78bcaf; }

.bg-color-2 {
  background-color: #78bcaf; }

.btn--flat--border--color-2 {
  border: 1px solid #78bcaf; }

.btn--flat--border--color-2:hover {
  background-color: #78bcaf;
  color: #FFF; }

.btn--color-2, .icon--color-2 {
  background-color: #78bcaf;
  color: #FFF;
  border: 1px solid #78bcaf; }

.btn--color-2 .ripple {
  background-color: #FFF; }

.btn--color-2:hover {
  opacity: 0.6; }

.color-3 {
  color: #ecc34f; }

.bg-color-3 {
  background-color: #ecc34f; }

.btn--flat--border--color-3 {
  border: 1px solid #ecc34f; }

.btn--flat--border--color-3:hover {
  background-color: #ecc34f;
  color: #FFF; }

.btn--color-3, .icon--color-3 {
  background-color: #ecc34f;
  color: #FFF;
  border: 1px solid #ecc34f; }

.btn--color-3 .ripple {
  background-color: #FFF; }

.btn--color-3:hover {
  opacity: 0.6; }

.color-4 {
  color: #607d8b; }

.bg-color-4 {
  background-color: #607d8b; }

.btn--flat--border--color-4 {
  border: 1px solid #607d8b; }

.btn--flat--border--color-4:hover {
  background-color: #607d8b;
  color: #FFF; }

.btn--color-4, .icon--color-4 {
  background-color: #607d8b;
  color: #FFF;
  border: 1px solid #607d8b; }

.btn--color-4 .ripple {
  background-color: #FFF; }

.btn--color-4:hover {
  opacity: 0.6; }

.color-5 {
  color: #ef5350; }

.bg-color-5 {
  background-color: #ef5350; }

.btn--flat--border--color-5 {
  border: 1px solid #ef5350; }

.btn--flat--border--color-5:hover {
  background-color: #ef5350;
  color: #FFF; }

.btn--color-5, .icon--color-5 {
  background-color: #ef5350;
  color: #FFF;
  border: 1px solid #ef5350; }

.btn--color-5 .ripple {
  background-color: #FFF; }

.btn--color-5:hover {
  opacity: 0.6; }

.grey {
  color: #9E9E9E; }

.bg-grey {
  background-color: #9E9E9E; }

.btn--flat--border--grey {
  border: 1px solid #9E9E9E; }

.btn--flat--border--grey:hover {
  background-color: #9E9E9E;
  color: #FFF; }

.btn--grey, .icon--grey {
  background-color: #9E9E9E;
  color: #FFF;
  border: 1px solid #9E9E9E; }

.btn--grey .ripple {
  background-color: #FFF; }

.btn--grey:hover {
  opacity: 0.6; }

.grey-dark {
  color: #444444; }

.bg-grey-dark {
  background-color: #444444; }

.btn--flat--border--grey-dark {
  border: 1px solid #444444; }

.btn--flat--border--grey-dark:hover {
  background-color: #444444;
  color: #FFF; }

.btn--grey-dark, .icon--grey-dark {
  background-color: #444444;
  color: #FFF;
  border: 1px solid #444444; }

.btn--grey-dark .ripple {
  background-color: #FFF; }

.btn--grey-dark:hover {
  opacity: 0.6; }

.grey-mid {
  color: #BDBDBD; }

.bg-grey-mid {
  background-color: #BDBDBD; }

.btn--flat--border--grey-mid {
  border: 1px solid #BDBDBD; }

.btn--flat--border--grey-mid:hover {
  background-color: #BDBDBD;
  color: #FFF; }

.btn--grey-mid, .icon--grey-mid {
  background-color: #BDBDBD;
  color: #FFF;
  border: 1px solid #BDBDBD; }

.btn--grey-mid .ripple {
  background-color: #FFF; }

.btn--grey-mid:hover {
  opacity: 0.6; }

.grey-light {
  color: #EEEEEE; }

.bg-grey-light {
  background-color: #EEEEEE; }

.btn--flat--border--grey-light {
  border: 1px solid #EEEEEE; }

.btn--flat--border--grey-light:hover {
  background-color: #EEEEEE;
  color: #FFF; }

.btn--grey-light, .icon--grey-light {
  background-color: #EEEEEE;
  color: #FFF;
  border: 1px solid #EEEEEE; }

.btn--grey-light .ripple {
  background-color: #FFF; }

.btn--grey-light:hover {
  opacity: 0.6; }

.grey-superlight {
  color: #F5F5F5; }

.bg-grey-superlight {
  background-color: #F5F5F5; }

.btn--flat--border--grey-superlight {
  border: 1px solid #F5F5F5; }

.btn--flat--border--grey-superlight:hover {
  background-color: #F5F5F5;
  color: #FFF; }

.btn--grey-superlight, .icon--grey-superlight {
  background-color: #F5F5F5;
  color: #FFF;
  border: 1px solid #F5F5F5; }

.btn--grey-superlight .ripple {
  background-color: #FFF; }

.btn--grey-superlight:hover {
  opacity: 0.6; }

.white {
  color: #FFFFFF; }

.bg-white {
  background-color: #FFFFFF; }

.btn--flat--border--white {
  border: 1px solid #FFFFFF; }

.btn--flat--border--white:hover {
  background-color: #FFFFFF;
  color: #FFF; }

.btn--white, .icon--white {
  background-color: #FFFFFF;
  color: #FFF;
  border: 1px solid #FFFFFF; }

.btn--white .ripple {
  background-color: #FFF; }

.btn--white:hover {
  opacity: 0.6; }

.btn--grey-light, .icon--grey-light, .btn--white, .icon--white {
  color: #666 !important; }

.white {
  color: #FFF !important; }

.btn.bg-white {
  background-color: #FFF;
  border-color: #FFF; }

.border-gris {
  border-color: #F0F0F0; }

/* Icons */
.mdi-magnify-plus-outline:before {
  font-size: 1.35rem; }

/* Taules */
.dataTableContainer .tableScroll {
  width: 100%;
  overflow-x: auto;
  display: inline-block; }

.dataTable {
  min-width: 100%; }

.dataTable td, .dataTable th {
  white-space: normal;
  /* Only needed when it's set differntly somewhere else */
  word-wrap: break-word; }

.dataTable a {
  font-weight: 600; }

.dataTable a:not(.no-edit-campaign):hover {
  color: #333 !important; }

.dataTable a.btn {
  width: 100%; }

.dataTable th {
  text-align: left;
  background-color: #FAFAFA; }

.dataTable.ng-table th.sortable .sort-indicator:before {
  display: none; }

.dataTable.ng-table th.sortable .sort-indicator:after {
  display: none; }

.dataTable.ng-table th.sortable.sort-desc, .dataTable.ng-table th.sortable.sort-asc {
  background-color: #FAFAFA; }

.dataTable.ng-table th.sortable.sort-desc .sort-indicator:before, .dataTable.ng-table th.sortable.sort-asc .sort-indicator:before, .dataTable.ng-table th.sortable.sort-desc .sort-indicator:after, .dataTable.ng-table th.sortable.sort-asc .sort-indicator:after {
  display: block; }

.dataTable.ng-table th.sortable .sort-indicator {
  padding-right: 25px; }

.data-table th, .data-table td {
  padding-right: 0; }

.ng-table-pager {
  margin: 30px 0;
  overflow: hidden; }

.ng-table-counts button {
  margin: 0 10px; }

.smailing .ng-table tbody a {
  /*font-weight: 700;
           color: $color;*/ }

.smailing .ng-table-counts button.active {
  font-weight: 700;
  color: #5ca0c5; }

.smailingpress .ng-table tbody a {
  /*font-weight: 700;
           color: $color;*/ }

.smailingpress .ng-table-counts button.active {
  font-weight: 700;
  color: #51617A; }

.ng-table-pagination {
  list-style: none; }

.ng-table-pagination li {
  list-style: none;
  float: left;
  margin: 0 10px; }

.ng-table-pagination li a {
  text-decoration: none;
  color: #000; }

.ng-table-group {
  background-color: #FcFcFc; }
  .ng-table-group a {
    color: #000; }

.smailing .ng-table-pagination li.active a {
  font-weight: 700;
  color: #5ca0c5; }

.smailingpress .ng-table-pagination li.active a {
  font-weight: 700;
  color: #51617A; }

body.smailing .dataTable a.tableGroupTitle {
  /*font-weight: 700;*/
  /*color: $color;*/ }

body.smailingpress .dataTable a.tableGroupTitle {
  /*font-weight: 700;*/
  /*color: $color;*/ }

.dropdown .dropdown-menu {
  display: none; }

.dropdown-menu {
  /*overflow: hidden !important;*/ }

.dropdown-menu__content {
  padding: 0; }

.dropdown-divider {
  margin: 0; }

.dropdown-menu--is-open .dropdown-menu__content, .dropdown-menu--is-open .dropdown-menu__content ul {
  height: 100%;
  padding: 7px; }

@media only screen and (min-width: 1500px) {
  .dataTable > tbody > tr > td, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > td, .dataTable > tfoot > tr > th {
    padding: 15px 10px 15px 25px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #F0F0F0;
    font-size: 13px; }
  .dataTable > thead > tr > td, .dataTable > thead > tr > th {
    padding: 15px 10px 15px 25px;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 13px; }
  .dataTable .dropdown {
    float: right; }
  .ng-table-pagination {
    padding-left: 40%; } }

@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .dataTable > tbody > tr > td, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > td, .dataTable > tfoot > tr > th {
    padding: 15px 0px 15px 30px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #F0F0F0;
    font-size: 13px; }
  .dataTable > thead > tr > td, .dataTable > thead > tr > th {
    padding: 15px 0px 15px 30px;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 13px; }
  .dataTable .dropdown {
    float: right; }
  /*.ng-table-pagination{
        padding-left: 40%;
    }*/ }

@media only screen and (min-width: 800px) and (max-width: 1279px) {
  .dataTable > tbody > tr > td, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > td, .dataTable > tfoot > tr > th {
    padding: 10px 5px 10px 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #F0F0F0;
    font-size: 12px; }
  .dataTable > thead > tr > td, .dataTable > thead > tr > th {
    padding: 10px 5px 10px 15px;
    line-height: 1.3;
    vertical-align: middle;
    font-size: 12px; }
  .dataTable .dropdown {
    float: right; }
  /*.ng-table-pagination{
        padding-left: 40%;
    }*/ }

@media only screen and (max-width: 800px) {
  .dataTable > tbody > tr > td, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > td, .dataTable > tfoot > tr > th {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px; }
  .dataTable.ng-table-responsive td:before {
    padding-left: 15px; }
  .dataTable > thead > tr > td, .dataTable > thead > tr > th {
    display: none; }
  .dataTable .dropdown {
    margin-left: -15px; }
  .smailing .dataTable.ng-table-responsive tr {
    border: none;
    border-top: 1px solid #5ca0c5; }
  .smailingpress .dataTable.ng-table-responsive tr {
    border: none;
    border-top: 1px solid #51617A; } }

/* Elements */
.btn {
  text-transform: none;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.btn--icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.btn--fab {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.btn--flat--icon {
  border-width: 1px;
  border-style: solid; }

.btn-float {
  position: absolute !important;
  top: 7px;
  right: -17px; }

.btn-float-right {
  position: absolute !important;
  top: 0;
  right: 0; }

.btn-float-center {
  position: absolute !important;
  top: -18px;
  right: 0;
  left: 0;
  left: 50%;
  margin-left: -18px; }

.btn-fixed-top-right {
  position: fixed !important;
  top: 55px;
  right: 60px;
  z-index: 10; }

.btn-fixed-bottom-right {
  position: fixed !important;
  bottom: 25px;
  right: 60px;
  z-index: 10; }

.footer-options-bar .btn-fixed-bottom-right {
  bottom: 75px; }

.icon.number {
  font-size: 1.5rem !important;
  font-weight: 800; }

.angular-with-br {
  white-space: pre-line; }

.stickyparent {
  position: absolute !important; }

.visible-xlg {
  display: none; }

.hidden-xlg {
  display: block; }

.image-responsive-width {
  width: 100%; }

.tiles {
  position: relative; }

.tiles.white {
  background-color: #ffffff;
  color: #8b91a0; }

.tiles .tiles-body {
  padding: 10px 20px 20px 20px; }

.tiles .tiles-title {
  font-weight: 700;
  font-size: 16px; }

.tiles .tiles-subtitle {
  font-weight: 400;
  font-size: 10px;
  opacity: 0.8; }

.tiles .heading {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin: 4px 0; }

.tiles .heading .small-text {
  line-height: 45px; }

.grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px; }

.grid.simple {
  padding: 0px !important; }

a:active, a:hover, a:focus {
  outline: none; }

.main-layer {
  min-height: 100vh;
  margin-top: -60px;
  padding-top: 60px; }

.progress {
  position: relative;
  z-index: 1;
  height: 5px;
  box-shadow: none; }

.progress, .progress-bar {
  -webkit-box-shadow: none; }

.progress-bar {
  box-shadow: none; }

.progress-bar:last-child:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f9c1d4; }

table .progress {
  width: 100%;
  /*float: left;*/
  margin-top: 7px;
  margin-right: 5px; }

table .abs_number {
  opacity: 0.5;
  font-size: 0.8em;
  margin-left: 6px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  background-color: #f5f5f5; }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #e91e63;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar.color-1 {
  background-color: #5ca0c5; }

.progress-bar.color-2 {
  background-color: #78bcaf; }

.progress-bar.color-3 {
  background-color: #ecc34f; }

.progress-bar.color-4 {
  background-color: #607d8b; }

.progress-bar.color-5 {
  background-color: #ef5350; }

.progress-bar.grey {
  background-color: #9E9E9E; }

.progress-bar.grey-dark {
  background-color: #444444; }

.progress-bar.grey-mid {
  background-color: #BDBDBD; }

.progress-bar.grey-light {
  background-color: #EEEEEE; }

.progress-bar.grey-superlight {
  background-color: #F5F5F5; }

.progress-bar.white {
  background-color: #FFFFFF; }

.progress-bar.color-1:last-child:before {
  background-color: #5ca0c5; }

.progress-bar.color-2:last-child:before {
  background-color: #78bcaf; }

.progress-bar.color-3:last-child:before {
  background-color: #ecc34f; }

.progress-bar.color-4:last-child:before {
  background-color: #607d8b; }

.progress-bar.color-5:last-child:before {
  background-color: #ef5350; }

.progress-bar.grey:last-child:before {
  background-color: #9E9E9E; }

.progress-bar.grey-dark:last-child:before {
  background-color: #444444; }

.progress-bar.grey-mid:last-child:before {
  background-color: #BDBDBD; }

.progress-bar.grey-light:last-child:before {
  background-color: #EEEEEE; }

.progress-bar.grey-superlight:last-child:before {
  background-color: #F5F5F5; }

.progress-bar.white:last-child:before {
  background-color: #FFFFFF; }

.progress-bar:last-child.progress-bar:before {
  opacity: 0.1; }

#loading {
  background-color: #FFF;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  /* width: 80%; */
  margin-left: 0;
  left: 0;
  right: 0;
  top: 0; }
  @media screen and (min-width: 1280px) {
    #loading {
      margin-left: 260px; } }

.dialog__content #loading {
  margin-left: 0; }

.login #loading, .password-recovery #loading {
  margin-left: 0; }

.centerloading {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px; }

.fade-loading.ng-hide {
  opacity: 0; }

.fade-loading.ng-hide-remove,
.fade-loading.ng-hide-add {
  display: block !important; }

.fade-loading.ng-hide-add {
  transition: all linear 500ms; }

/*.fade-animation.ng-hide-remove {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;
  display:block !important;
}

.fade-animation.ng-hide-add.ng-hide-add-active,
.fade-animation.ng-hide-remove {
  opacity:0;
}

.fade-animation.ng-hide-add,
.fade-animation.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
}


.fade-animation {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;
  display:block !important;
}

.fade-animation.ng-hide{
  opacity:0 !important;
}

.fade-animation.current {
  opacity:1 !important;
}*/
.fade-animation.ng-hide {
  opacity: 0; }

.fade-animation.ng-hide-remove,
.fade-animationng-hide-add {
  display: block !important; }

.fade-animation.ng-hide-remove {
  transition: all linear 500ms; }

.fade-animation.ng-hide-add {
  /*transition: all linear 200ms;*/ }

.p\+ {
  padding: 25px !important; }

.card {
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
  box-shadow: none;
  /*border: 1px solid #eee;*/
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.card__actions {
  overflow: hidden;
  border: none; }

.dashboard-wellcome h4 {
  display: inline-block;
  margin-left: 15px;
  width: 65%;
  line-height: 1.3; }

.dropdown-link .mdi {
  margin-right: 8px; }

.manageDocumentsBlock i.mdi-file {
  font-size: 80px; }

.manageDocumentsBlock i.mdi-close-circle {
  color: #000;
  cursor: pointer; }

.manageDocumentsBlock i.mdi-close-circle:hover {
  color: #F44337; }

.manageDocumentsBlock h4 {
  margin-bottom: 0; }

.steps-indicator {
  margin: 60px 0; }

.btn {
  position: relative;
  overflow: visible !important; }

.btn .button_text {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  width: auto;
  white-space: nowrap;
  display: block;
  padding: 10px;
  color: #000;
  top: 1px;
  left: 30px; }

.btn.btn--xl .button_text {
  top: 10px;
  left: 60px; }

.btn.btn--s .button_text {
  top: -3px;
  left: 30px; }

.icon--s.icon--flat.icon--size--m {
  line-height: 36px !important;
  height: 36px;
  width: 36px;
  margin-left: -7px; }

.tabs-pane .checkbox__label {
  font-size: 12px; }

.tabs-link {
  text-transform: none; }

.btn--fab, .btn--fab:hover {
  box-shadow: none; }

@media screen and (min-width: 1024px) {
  .tabs-link {
    font-size: 14px;
    font-size: 0.9rem;
    white-space: nowrap; } }

@media screen and (max-width: 1100px) {
  .tabs-link {
    font-size: 12px;
    font-size: 0.8rem;
    white-space: nowrap; } }

.tabs--layout-full .tabs__links {
  width: auto; }

.tabs--layout-full .tabs__links li {
  display: table-cell;
  min-width: 200px; }

.smailing .tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled):hover, .smailing .tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #5ca0c5; }

.smailing .tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #5ca0c5; }

.smailing .tabs--theme-light.tabs--color-primary .tabs__indicator {
  background-color: #5ca0c5; }

.smailingpress .tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled):hover, .smailingpress .tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled).tabs__link--is-active {
  color: #51617A; }

.smailingpress .tabs--theme-light.tabs--color-primary .tabs__link:not(.tabs__link--is-disabled) .ripple {
  background-color: #51617A; }

.smailingpress .tabs--theme-light.tabs--color-primary .tabs__indicator {
  background-color: #51617A; }

.wizard_breadcrumb ul {
  /*text-align: center;*/
  font-size: 12px;
  list-style: none; }

.wizard_breadcrumb li {
  margin: 10px 0;
  opacity: 0.4;
  display: inline-block; }

@media screen and (min-width: 1350px) {
  .wizard_breadcrumb li {
    margin: 20px 0 12px 0; } }

.wizard_breadcrumb li.active {
  opacity: 1;
  cursor: pointer; }

.wizard_breadcrumb li a {
  color: #FFFFFF; }

.wizard_breadcrumb li i {
  font-size: 20px;
  float: left;
  margin-right: 10px; }

.wizard_breadcrumb li span {
  display: block;
  float: left; }

.wizard_breadcrumb li .mdi-chevron-right {
  opacity: 0.5; }

.sidebar_options {
  position: fixed;
  width: 120px;
  height: 100%;
  top: 0;
  /*border-right: 1px solid #EEE;*/
  background-color: #F6F6F6;
  left: 260px; }
  .sidebar_options ul {
    margin-top: 25px;
    text-align: center;
    font-size: 12px; }
  .sidebar_options li {
    margin-bottom: 20px;
    opacity: 0.3; }
  .sidebar_options li.active {
    opacity: 1;
    cursor: pointer; }
  .sidebar_options li a {
    color: #FFFFFF; }
  .sidebar_options li i {
    font-size: 20px; }
  .sidebar_options li .mdi-chevron-down {
    opacity: 0.5; }

.alert {
  color: #ef5350; }

.alert_side_button {
  padding: 6px 15px;
  color: #ef5350; }

.fieldLabel {
  padding-top: 30px;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.26); }

.images-list .images-list-line {
  padding: 5px;
  display: inline-block;
  width: 33%;
  margin-top: 20px;
  max-width: 95px; }

.images-list .images-list-line button {
  padding: 15px;
  width: 100%;
  vertical-align: middle; }

.linktext {
  line-height: 2.3em;
  font-size: 13px;
  cursor: pointer; }

.linktext i {
  margin-right: 10px; }

.vAccordion--default v-accordion {
  padding-left: 0;
  margin-top: 0; }

.vAccordion--leftcross v-accordion {
  padding-left: 0;
  margin-top: 0; }

body.smailing .vAccordion--default v-pane-header::after, body.smailing .vAccordion--default v-pane-header::before {
  background-color: #5ca0c5; }

body.smailing .vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom-color: #5ca0c5; }

body.smailing .vAccordion--default v-pane-header:hover, body.smailing .vAccordion--default v-pane-header:focus {
  color: #5ca0c5; }

body.smailing .vAccordion--leftcross v-pane-header::after, body.smailing .vAccordion--leftcross v-pane-header::before {
  background-color: #5ca0c5; }

body.smailing .vAccordion--leftcross v-pane.is-expanded > v-pane-header {
  border-bottom-color: #5ca0c5; }

body.smailing .vAccordion--leftcross v-pane-header:hover, body.smailing .vAccordion--leftcross v-pane-header:focus {
  color: #5ca0c5; }

body.smailing .vAccordion--circlecross v-pane.is-expanded > v-pane-header {
  border-bottom-color: #5ca0c5; }

body.smailing .vAccordion--circlecross v-pane-header:hover, body.smailing .vAccordion--circlecross v-pane-header:focus {
  color: #5ca0c5; }

body.smailing .vAccordion--menuoptions v-pane-header::after, body.smailing .vAccordion--menuoptions v-pane-header::before {
  background-color: #5ca0c5; }

body.smailing .vAccordion--menuoptions v-pane.is-expanded > v-pane-header {
  border-bottom-color: #5ca0c5; }

body.smailing .vAccordion--menuoptions v-pane-header:hover, body.smailing .vAccordion--menuoptions v-pane-header:focus {
  color: #5ca0c5; }

body.smailingpress .vAccordion--default v-pane-header::after, body.smailingpress .vAccordion--default v-pane-header::before {
  background-color: #51617A; }

body.smailingpress .vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom-color: #51617A; }

body.smailingpress .vAccordion--default v-pane-header:hover, body.smailingpress .vAccordion--default v-pane-header:focus {
  color: #51617A; }

body.smailingpress .vAccordion--leftcross v-pane-header::after, body.smailingpress .vAccordion--leftcross v-pane-header::before {
  background-color: #51617A; }

body.smailingpress .vAccordion--leftcross v-pane.is-expanded > v-pane-header {
  border-bottom-color: #51617A; }

body.smailingpress .vAccordion--leftcross v-pane-header:hover, body.smailingpress .vAccordion--leftcross v-pane-header:focus {
  color: #51617A; }

body.smailingpress .vAccordion--circlecross v-pane.is-expanded > v-pane-header {
  border-bottom-color: #51617A; }

body.smailingpress .vAccordion--circlecross v-pane-header:hover, body.smailingpress .vAccordion--circlecross v-pane-header:focus {
  color: #51617A; }

body.smailingpress .vAccordion--menuoptions v-pane-header::after, body.smailingpress .vAccordion--menuoptions v-pane-header::before {
  background-color: #51617A; }

body.smailingpress .vAccordion--menuoptions v-pane.is-expanded > v-pane-header {
  border-bottom-color: #51617A; }

body.smailingpress .vAccordion--menuoptions v-pane-header:hover, body.smailingpress .vAccordion--menuoptions v-pane-header:focus {
  color: #51617A; }

.fixedBottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F5F5F5;
  border-top: 1px solid #EEEEEE;
  z-index: 10;
  padding: 10px;
  padding-right: 60px; }
  @media screen and (min-width: 1280px) {
    .fixedBottomBar {
      left: 260px; } }

.fixedBottomOptions {
  position: fixed;
  bottom: 0;
  left: 300px;
  right: 300px;
  z-index: 11;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .fixedBottomOptions {
      left: 570px;
      right: 390px; } }

.not-allowed-on-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 3;
  background-color: #FFF; }

@media (max-width: 767px) {
  .not-allowed-on-mobile {
    display: block; } }

.main-nav__link {
  padding: 0 16px;
  font-weight: bold; }

.buttonslist a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #eee;
  margin: 5px 10px 5px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

body.smailing .buttonslist a.active {
  color: #FFF;
  background-color: #5ca0c5; }

body.smailingpress .buttonslist a.active {
  color: #FFF;
  background-color: #51617A; }

body.smailing .buttonslist a:hover {
  color: #FFF;
  background-color: #2e85b0; }

body.smailingpress .buttonslist a:hover {
  color: #FFF;
  background-color: #70869E; }

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 100%;
  text-align: center;
  padding: 50px 10px;
  font-size: 16px;
  cursor: pointer; }

.drop-box.loading {
  background: #F8F8F8;
  border: 5px dashed #e9e9e9;
  font-size: 25px !important;
  cursor: progress; }

.drop-box.loading h5 {
  font-size: 25px !important; }

.drop-box.dragover {
  border: 5px dashed blue; }

.drop-box.dragover-err {
  border: 5px dashed red; }

.uploadProgress {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.5;
  color: #666;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  bottom: 0;
  z-index: 2; }

/* textAngular  */
.popover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2 !important;
  -moz-border-radius: 2 !important;
  border-radius: 2 !important;
  top: 0 !important;
  margin-top: 0 !important;
  left: auto !important;
  right: 46px !important; }
  .popover .btn {
    margin-left: 10px !important; }
  .popover .popover-content {
    padding: 2px 10px !important; }
  .popover > .arrow {
    display: none !important; }

.ta-toolbar {
  font-family: "Arial", "Helvetica", sans-serif !important; }

.noToolbar.ta-root {
  padding-bottom: 0;
  position: relative; }

.noToolbar .ta-toolbar {
  display: none; }

.bottomToolbar.ta-root {
  padding-bottom: 30px;
  position: relative; }

.bottomToolbar .ta-toolbar {
  position: absolute;
  bottom: 0;
  width: 100%; }

.bottomToolbar .ta-toolbar .btn {
  padding: 5px;
  font-size: 11px; }

.bottomToolbar .btn-group {
  text-align: center; }

.mailtemplate ul, .mailtemplate ol {
  padding: 0 0 0 20px; }

.devMode .containerVertical .block_row {
  border: 2px solid transparent; }

body.smailing .devMode .containerVertical .block_row:hover {
  border: 2px solid #5ca0c5; }

body.smailingpress .devMode .containerVertical .block_row:hover {
  border: 2px solid #51617A; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0; }

.ta-toolbar .btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 14px 6px 0;
  font-size: 13px;
  line-height: 1.846;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  display: inline-block; }

.ta-root.focussed > .ta-scroll-window.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ta-editor.ta-html, .ta-scroll-window.form-control {
  max-height: 300px; }

.ta-editor.ta-html, .ta-scroll-window.form-control, .ta-scroll-window > .ta-bind {
  min-height: 50px;
  outline: none !important;
  box-shadow: none;
  width: 100%; }

.ta-editor.ta-html {
  color: #000; }

.ta-scroll-window > .ta-bind {
  padding: 6px 0 20px 0;
  position: relative; }

/*
.ta-bind{
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
 }

 .ng-invalid-required > .ta-bind{
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
 }
*/
.lx-select-choices--default-style .lx-select-choices__filter {
  border-bottom: none !important; }

.search-filter {
  padding-bottom: 30px; }

.ta-bind {
  border: none;
  padding: 6px 0; }

.ta-bind:before, .ta-bind:after {
  content: ''; }

.ta-bind:before {
  position: absolute;
  right: 0;
  bottom: 42px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mailtemplate .ta-bind:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

.mailtemplate p, .mailtemplate h1, .mailtemplate h2, .mailtemplate h3 {
  margin-bottom: 14px; }

.mailtemplate h3 {
  line-height: 22px;
  font-size: 20px !important; }

.mailtemplate h2 {
  line-height: 30px;
  font-size: 25px !important; }

.mailtemplate h1 {
  line-height: 40px;
  font-size: 35px !important; }

.ta-bind:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.ta-bind.placeholder-text {
  min-width: 100%; }

.button-container .ta-bind.placeholder-text {
  min-width: 300px; }

.focussed .ta-bind:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ng-valid-required .ta-bind:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.26); }

body.smailing .ta-bind:after {
  background-color: #5ca0c5; }

body.smailingpress .ta-bind:after {
  background-color: #51617A; }

/* Theme: menuoptions   ***************************************/
.vAccordion--menuoptions v-accordion {
  margin-top: 0;
  padding-left: 0; }

.vAccordion--menuoptions v-pane {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.vAccordion--menuoptions v-pane.is-expanded > v-pane-header::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0; }

.vAccordion--menuoptions v-pane.is-expanded > v-pane-header::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.vAccordion--menuoptions v-pane.is-expanded > v-pane-content > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.vAccordion--menuoptions v-pane.is-expanded-add > v-pane-content, .vAccordion--menuoptions v-pane.is-expanded-remove > v-pane-content {
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }

.vAccordion--menuoptions v-pane-header {
  background-color: #F5F5F5;
  border-bottom: #EEEEEE 1px solid;
  padding: 10px 0 10px 35px;
  margin-bottom: 0;
  /*border-bottom: none;*/
  /*-webkit-transition: color 0.25s, border-color 0.5s;
          transition: color 0.25s, border-color 0.5s; */ }

.vAccordion--menuoptions v-pane-header::after, .vAccordion--menuoptions v-pane-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #2196F3;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1; }

.vAccordion--menuoptions v-pane-header::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.vAccordion--menuoptions v-pane-content > div {
  padding-bottom: 20px;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.vAccordion--menuoptions v-pane-header::after, .vAccordion--menuoptions v-pane-header::before {
  left: 12px;
  right: auto; }

.vAccordion--menuoptions .checkbox__label {
  float: left; }

.vAccordion--menuoptions v-pane > .checkbox::before {
  background-color: #51617A;
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.vAccordion--menuoptions .hidePlusSimbol .checkbox::before {
  display: none; }

.vAccordion--menuoptions .checkbox {
  /*position: absolute;*/ }

/* Theme: leftcross   ***************************************/
.vAccordion--leftcross v-accordion {
  margin-top: 0;
  padding-left: 0; }

.vAccordion--leftcross v-pane {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.vAccordion--leftcross v-pane.is-expanded > v-pane-header::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0; }

.vAccordion--leftcross v-pane.is-expanded > v-pane-header::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.vAccordion--leftcross v-pane.is-expanded > v-pane-content > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.vAccordion--leftcross v-pane.is-expanded-add > v-pane-content, .vAccordion--leftcross v-pane.is-expanded-remove > v-pane-content {
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }

.vAccordion--leftcross > v-pane > v-pane-header {
  background-color: #F5F5F5;
  border-bottom: #EEEEEE 1px solid;
  padding: 10px 0 10px 35px;
  margin-bottom: 0;
  /*border-bottom: none;*/
  /*-webkit-transition: color 0.25s, border-color 0.5s;
          transition: color 0.25s, border-color 0.5s; */ }

.vAccordion--leftcross > v-pane > v-pane-header::after, .vAccordion--leftcross > v-pane > v-pane-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 1px;
  background-color: #2196F3;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1; }

.vAccordion--leftcross > v-pane > v-pane-header::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.vAccordion--leftcross > v-pane > v-pane-content > div {
  padding-bottom: 30px;
  padding-top: 20px;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.vAccordion--leftcross > v-pane > v-pane-header::after, .vAccordion--leftcross > v-pane-header::before {
  left: 12px;
  right: auto; }

/* Theme: circlecross   ***************************************/
.vAccordion--circlecross v-accordion {
  margin-top: 0;
  padding-left: 0; }

.vAccordion--circlecross v-pane {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.vAccordion--circlecross v-pane.is-expanded > v-pane-header::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0; }

.vAccordion--circlecross v-pane.is-expanded > v-pane-header::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.vAccordion--circlecross v-pane.is-expanded > v-pane-content > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.vAccordion--circlecross v-pane.is-expanded-add > v-pane-content, .vAccordion--circlecross v-pane.is-expanded-remove > v-pane-content {
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }

.vAccordion--circlecross v-pane-header {
  width: 30px;
  padding: 0 0 2px 0;
  margin-bottom: 0;
  border-bottom: none;
  -webkit-transition: color 0.25s, border-color 0.5s;
  transition: color 0.25s, border-color 0.5s; }

.vAccordion--circlecross v-pane-header::after, .vAccordion--circlecross v-pane-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #2196F3;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1; }

.vAccordion--circlecross v-pane-header::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.vAccordion--circlecross v-pane-content > div {
  padding-bottom: 20px;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.vAccordion--circlecross v-pane-header::after, .vAccordion--circlecross v-pane-header::before {
  left: 6px;
  right: auto; }

.vAccordion--circlecross .checkbox__label {
  float: left; }

.vAccordion--circlecross v-pane > .checkbox::before {
  background-color: #51617A;
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.vAccordion--circlecross .hidePlusSimbol .checkbox::before {
  display: none; }

.vAccordion--circlecross .checkbox {
  position: absolute; }

.vAccordion--circlecross .checkbox .checkbox__input, .vAccordion--circlecross .checkbox .checkbox__label {
  margin-left: 30px; }

.vAccordion--circlecross v-pane-header::after, .vAccordion--circlecross v-pane-header::before {
  background-color: #FFF !important; }

/* Forms */
.login .formly-field-group, .password-recovery .formly-field-group {
  padding-left: 50px;
  padding-right: 50px; }

.formly-field {
  margin-top: 5px; }

.formly-field .formly-field:first-child {
  /*margin-top: 0;*/ }

.row {
  display: block; }

.segmentation-checkboxes-dropdown {
  margin-left: 28px; }
  .segmentation-checkboxes-dropdown .checkbox__label {
    /*font-size: 14px;*/ }

.segmentation-checkboxes-option {
  margin-left: 30px;
  height: 20px;
  margin-top: 8px !important; }
  .segmentation-checkboxes-option .checkbox__label {
    /*font-size: 12px;*/ }

.icon--xs.icon--circled {
  width: 20px;
  height: 20px;
  line-height: 20px !important; }

.icon--xl.icon--circled {
  font-size: 2rem;
  padding-left: 2px; }

.btn--l.btn-float-bottom {
  top: 19px; }

.shadow {
  -webkit-box-shadow: 0px 10px 45px -25px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 45px -25px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 45px -25px rgba(0, 0, 0, 0.22); }

.btn .mdi {
  line-height: 0; }

/* Mail template */
.mailtemplate .container > tbody > tr > td {
  height: 50px; }

.mailtemplate .transparent {
  opacity: 0.2; }

/****** animació lateral *********/
.animate-horizontal {
  left: 0;
  position: relative;
  background-color: white;
  width: 800px;
  opacity: 1; }

.animate-horizontal.ng-hide-add, .animate-horizontal.ng-hide-remove {
  -webkit-transition: all 1s, opacity linear 1s;
  -moz-transition: all 1s, opacity linear 1s;
  -o-transition: all 1s, opacity linear 1s;
  transition: all 1s, opacity linear 1s; }

.animate-horizontal.ng-hide {
  opacity: 0; }

.animate-horizontal.ng-hide-add-active {
  left: -100%;
  position: absolute;
  z-index: 10000;
  top: 0;
  opacity: 1; }

.animate-horizontal.ng-hide-remove-active {
  position: relative;
  opacity: 1; }

/****** animació lateral menu *********/
.sticky-sidebar {
  height: auto;
  float: left;
  position: fixed;
  top: 206px;
  overflow: hidden;
  width: 25%;
  padding-left: 50px;
  right: 20px; }

.mailEditorContainer .sticky-sidebar {
  top: 126px; }

.sticky-sidebar2 {
  height: auto;
  float: left;
  position: fixed;
  top: 115px;
  overflow: hidden;
  width: 25%;
  padding-left: 50px; }

.animate-horizontal-menu {
  right: 0;
  position: relative;
  opacity: 1;
  width: 92%;
  margin-top: 30px;
  margin-bottom: 100px; }

.animate-horizontal-menu.ng-hide-remove {
  -webkit-transition: all 1s, opacity linear 1s;
  -moz-transition: all 1s, opacity linear 1s;
  -o-transition: all 1s, opacity linear 1s;
  transition: all 1s, opacity linear 1s; }

.animate-horizontal-menu.ng-hide {
  opacity: 0;
  right: -100%; }

.animate-horizontal-menu.ng-hide-add-active {
  right: -100%;
  position: relative;
  z-index: 10000;
  top: 0;
  opacity: 0; }

.animate-horizontal-menu.ng-hide-remove-active {
  position: relative;
  opacity: 1; }

/****** colorpicker *********/
#colorPicker {
  width: 300px !important;
  margin-left: -150px !important;
  /*hide the outline behind the border*/ }
  #colorPicker #wrapper {
    width: 300px;
    height: 560px;
    background-color: #FFFFFF;
    position: relative; }
    #colorPicker #wrapper .color {
      width: 100%;
      height: 32%;
      background-color: #7f7f7f;
      position: relative; }
    #colorPicker #wrapper .colorInput {
      position: absolute;
      bottom: 15px;
      width: 100%;
      text-align: center;
      background-color: transparent;
      border: none; }
    #colorPicker #wrapper .basicColors {
      padding: 10%;
      overflow: hidden; }
    #colorPicker #wrapper .basicColor {
      width: 34px;
      height: 34px;
      float: left; }
    #colorPicker #wrapper .rangers-bg {
      width: 100%;
      height: 165px;
      background-color: #FFFFFF;
      padding: 0; }
    #colorPicker #wrapper .saveit {
      width: 100%;
      height: 16%;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      #colorPicker #wrapper .saveit h2 {
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #FFFFFF;
        user-select: none; }
  #colorPicker input[type=range] {
    width: 80%;
    margin: 5px 0;
    margin-left: calc(50% - 40%);
    height: 36px;
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white; }
    #colorPicker input[type=range].red::-moz-range-thumb {
      background: #F44336; }
    #colorPicker input[type=range].green::-moz-range-thumb {
      background: #4CAF50; }
    #colorPicker input[type=range].blue::-moz-range-thumb {
      background: #2196F3; }
    #colorPicker input[type=range].red::-webkit-slider-thumb {
      background: #F44336; }
    #colorPicker input[type=range].green::-webkit-slider-thumb {
      background: #4CAF50; }
    #colorPicker input[type=range].blue::-webkit-slider-thumb {
      background: #2196F3; }
  #colorPicker input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    background: #ddd;
    border: none;
    border-radius: 3px; }
  #colorPicker input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-top: -7px; }
  #colorPicker input[type=range]:focus {
    outline: none; }
  #colorPicker input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc; }
  #colorPicker input[type=range]::-moz-range-track {
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px; }
  #colorPicker input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod; }
  #colorPicker input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px; }
  #colorPicker input[type=range]::-ms-track {
    height: 2px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent; }
  #colorPicker input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px; }
  #colorPicker input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px; }
  #colorPicker input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%; }
  #colorPicker input[type=range]:focus::-ms-fill-lower {
    background: #888; }
  #colorPicker input[type=range]:focus::-ms-fill-upper {
    background: #ccc; }

.colorpicker-sample {
  height: 30px;
  width: 30px;
  background-color: #EEE;
  border: 1px solid #eee;
  position: absolute;
  bottom: 13px;
  right: 10px; }

/* Templates grid */
.templatesGridElement {
  /*.templateImg img:hover{
        opacity: 1;
    }*/ }
  .templatesGridElement .templateImg img {
    width: 80%;
    margin: auto;
    border: 1px solid #EEE; }
  .templatesGridElement .box {
    width: 70%;
    margin: auto; }
  .templatesGridElement .templateTitle, .templatesGridElement .templateOptions {
    text-align: center; }

/*User config*/
.subscriptionCardParent {
  padding: 15px; }
  .subscriptionCardParent .active {
    background-color: #fbfbfb; }

.subscriptionCard {
  background: #f4f4f4;
  padding: 6em 1.5em;
  border-radius: .7em; }

.subscriptionCard.discount {
  color: red;
  font-weight: bold;
  font-size: 50%; }

.tax {
  position: relative; }

.taxtext {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.cross {
  position: relative;
  display: inline-block; }

.cross::before, .cross::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%; }

.cross::after {
  border-bottom: 1px solid red;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg); }

.ownSubscription {
  min-width: 300px;
  padding-left: 1em;
  font-size: 1.1em; }

/*Cursors*/
.cursor-initial {
  cursor: initial; }

/*Charts*/
.c3-target.c3-defocused {
  opacity: 0.1 !important; }

/* angucomplete */
.angucomplete-dropdown {
  max-height: 200px;
  overflow-y: auto; }

/* styles page-specific */
.media-management-edit .header {
  display: none; }

.media-management-edit .main-content {
  margin-top: 50px; }

@media (max-width: 768px) {
  .media-management-edit .main-content {
    margin-top: 20px; } }

/* estils tipogràfics */
.bloc_separator_title {
  font-style: italic;
  display: block;
  font-size: 1.17em;
  font-weight: bold; }

/* chardin js */
.chardinjs-overlay {
  height: 100% !important;
  top: 0 !important; }

.press-release-add .main {
  position: relative; }

/* toggle switch */
.containerswitch {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  overflow: hidden;
  text-align: left;
  margin-left: 15px; }

.checkbox-containerswitch {
  display: flex;
  position: relative;
  align-items: center; }

.checkbox-containerswitch label {
  background-color: #aaa;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  width: 45px;
  height: 25px;
  z-index: 2; }

.checkbox-containerswitch label::after {
  content: ' ';
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 1.5px;
  left: 1px;
  transform: translateX(0);
  transition: transform 0.3s linear;
  width: 20px;
  height: 20px;
  z-index: 3; }

.checkbox-containerswitch input {
  visibility: hidden;
  position: absolute;
  z-index: 2; }

.checkbox-containerswitch input:checked + label + .active-circle {
  transform: translate(-50%, -50%) scale(15); }

.checkbox-containerswitch input:checked + label::after {
  transform: translateX(calc(100% + 0.5px)); }

.active-circle {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10px), calc(-50% - 2px)) scale(0);
  transition: transform 0.6s ease-out;
  width: 30px;
  height: 30px;
  z-index: 1; }

.checkbox-containerswitch.yellow input:checked + label {
  background-color: #F7D154; }

.freq {
  font-size: 120%; }

.discountPopup {
  width: 190px;
  margin-bottom: 10px;
  padding: 5px;
  padding-right: 10px;
  border: 2px solid red;
  border-radius: 15px; }

.discountPopup .text {
  color: red; }

.discountPopup .arrows {
  position: relative;
  margin-left: 5px;
  margin-bottom: -10px;
  left: 160px;
  top: -10px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%); }

.discountPopup .arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.33334px solid rgba(255, 0, 0, 0.7);
  border-bottom: 3.33334px solid rgba(255, 0, 0, 0.7);
  transform: translate(3.33334px, 13.33334px) rotate(-45deg);
  animation: arrows 3s linear infinite; }

.discountPopup .arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.33334px solid rgba(255, 0, 0, 0.7);
  border-bottom: 3.33334px solid rgba(255, 0, 0, 0.7);
  transform: translate(6.66667px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s; }

@keyframes arrows {
  0% {
    border-left: 3.33334px solid transparent;
    border-bottom: 3.33334px solid transparent;
    transform: translate(-1.66667px, -6.66667px) rotate(-45deg); }
  10%, 90% {
    border-left: 3.33334px solid transparent;
    border-bottom: 3.33334px solid transparent; }
  50% {
    border-left: 3.33334px solid rgba(255, 0, 0, 0.7);
    border-bottom: 3.33334px solid rgba(255, 0, 0, 0.7);
    transform: translate(-6.66667px, 0px) rotate(-45deg); }
  100% {
    border-left: 3.33334px solid transparent;
    border-bottom: 3.33334px solid transparent;
    transform: translate(-1.66667px, 6.66667px) rotate(-45deg); } }

.example.example2 {
  background-color: #fff; }

.example {
  height: 200px;
  padding-top: 15px; }

.example.example2 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px; }

.example.example2 .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px; }

.example.example2 .field.half-width {
  width: 50%; }

.example.example2 .field.quarter-width {
  width: calc(25% - 10px); }

.example.example2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent; }

.example.example2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.example.example2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity; }

.example.example2 .input.focused,
.example.example2 .input:not(.empty) {
  opacity: 1; }

.example.example2 .input.focused::-webkit-input-placeholder,
.example.example2 .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df; }

.example.example2 .input.focused::-moz-placeholder,
.example.example2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df; }

.example.example2 .input.focused:-ms-input-placeholder,
.example.example2 .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df; }

.example.example2 .input.focused + label,
.example.example2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default; }

.example.example2 .input.focused + label {
  color: #F7D154; }

.example.example2 .input.invalid + label {
  color: #F7D154; }

.example.example2 .input.focused + label + .baseline {
  background-color: #F7D154; }

.example.example2 .input.focused.invalid + label + .baseline {
  background-color: #F7D154; }

.example.example2 input:-webkit-autofill {
  -webkit-text-fill-color: #F7D154;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out; }

.example.example2 .StripeElement--webkit-autofill {
  background: transparent !important; }

.example.example2 input, .example.example2 button {
  -webkit-animation: 1ms void-animation-out; }

.updateInfo {
  margin-bottom: 30px;
  margin-top: 25px; }

.updateInfo button {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 5px; }

.valign-center {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important; }

.infoIcon {
  color: #F7D154; }

.infoIcon:hover {
  -webkit-text-stroke: 1.5px; }

.customReceiversList {
  padding-top: 70px;
  padding-left: 30px; }

.customReceiversList .customReceiver {
  color: black;
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */ }

.customReceiversList .customReceiver:hover {
  font-weight: bold;
  color: red; }

td.w-1 {
  width: 1px !important;
  padding-left: 10px !important;
  padding-right: 5px !important; }

button.delete {
  color: red !important;
  border: 1px solid red !important; }

button.save {
  color: green !important;
  border: 1px solid green !important; }

.cropArea {
  overflow: hidden;
  width: 100%;
  height: 30vh;
  max-height: 50%; }

img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */ }

/* line 17, ../../source/scss/ng-img-crop.scss */
img-crop .loading {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute; }

.wp-100 {
  width: 100%;
  max-width: 200px; }

.contactImg {
  width: 200px; }

.imatgeLogo input[type="file"] {
  display: none; }

.customUpload {
  display: inline-block; }

.ta-resizer-handle-overlay {
  display: none !important; }

.text-alert {
  color: rgba(255, 0, 0, 0.6); }

#documentBox .ta-scroll-window {
  overflow-x: hidden !important; }

@media (max-width: 768px) {
  #cropImageDiv {
    margin-left: 20px !important; } }

/* scroll bar */
.sidebar::-webkit-scrollbar {
  width: 15px; }

.sidebar::-webkit-scrollbar-track {
  background: #51617A; }

.sidebar::-webkit-scrollbar-thumb {
  background: #70869E; }

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #677b91; }

/* aletr info */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-radius: 4px;
  border: 1px solid #bce8f1;
  padding: 15px; }

.subscriptionDiscount {
  color: red;
  text-decoration: line-through;
  font-size: 140%; }

.coupon {
  background: linear-gradient(-45deg, #DE9709, #51617A, #DE9709);
  animation: gradientBG 5s ease infinite;
  text-align: center;
  padding: 4px 0;
  width: 60%;
  border-radius: 20px;
  color: white; }

.containerswitch .alert-info {
  margin-bottom: 10px; }

.coupon:hover {
  background: linear-gradient(-45deg, #51617A, #DE9709, #DE9709); }

@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.actualSubscriptionDiscount {
  color: red;
  text-decoration: line-through;
  font-size: 80%;
  padding-left: 5px; }

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #51617A;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
  margin: auto; }

.loader.media {
  width: 45%;
  margin-top: 200px;
  width: 40px;
  height: 40px; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.alerts {
  width: 40%;
  min-width: 550px;
  margin-left: 40px; }

.alerts button {
  margin: 10px; }

.alerts .alert-info.error {
  margin: 10px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

@media (max-width: 1280px) {
  .alerts {
    margin-left: 30px;
    min-width: 500px; } }

@media (max-width: 768px) {
  .alerts {
    margin-left: 10px;
    min-width: 500px; } }

.alert-info.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-info.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

#addnewcontact .alert-info.error:hover {
  background: #edb2b7;
  cursor: pointer; }

#addnewcontact .alert-info.success:hover {
  background: #84cf95;
  cursor: pointer; }

.alert-info.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.headerModalButton {
  color: white;
  background: none;
  border: 0px solid transparent;
  font-weight: 500;
  margin-right: 15px;
  margin-left: -15px;
  padding: 0px 20px;
  padding-bottom: 2px; }

.headerModalButton.selected {
  background: #70869E;
  border-radius: 20px; }

input[type="range"] {
  width: 100%;
  height: 28px;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  padding: 0 15px;
  margin: 8px 0; }

/*chrome and opera*/
input[type="range"]::-webkit-slider-runnable-track {
  background: #ccc;
  /*trackColor*/
  height: 4px;
  /*trackHeight*/
  border-radius: 4px;
  /*trackHeight*/
  transition: 0.3s; }

input[type="range"]:hover::-webkit-slider-runnable-track,
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #777;
  /*activeTrackColor*/ }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #51617A;
  /*thumbColor*/
  width: 28px;
  /* thumbHeight + (2 x thumbBorderWidth)*/
  height: 28px;
  /* thumbHeight + (2 x thumbBorderWidth)*/
  border-radius: 50%;
  margin-top: -12px;
  /* -[thumbHeight + (2 x thumbBorderWidth) - trackHeight]/2*/
  cursor: pointer;
  border: 4px solid #fff;
  /*border-width should be equal to thumbBorderWidth if you want same border width across all browsers and border-color should match the background*/
  transition: 0.3s; }

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:focus::-webkit-slider-thumb {
  background: #70869E;
  /*activeThumbColor*/ }

/*firefox*/
input[type="range"]::-moz-focus-outer {
  border: 0; }

input[type="range"]::-moz-range-track {
  background: #ccc;
  /*trackColor*/
  height: 4px;
  /*trackHeight*/
  border-radius: 4px;
  /*trackHeight*/
  /*background isn't animatable, so can't use transition*/ }

input[type="range"]:hover::-moz-range-track,
input[type="range"]:focus::-moz-range-track {
  background: #777;
  /*activeTrackColor*/ }

input[type="range"]::-moz-range-thumb {
  background: #51617A;
  /*thumbColor*/
  width: 20px;
  /*thumbHeight*/
  height: 20px;
  /*thumbHeight*/
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #fff;
  /*border-width = thumbBorderWidth, border-color should match the background*/ }

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:focus::-moz-range-thumb {
  background: #70869E;
  /*activeThumbColor*/ }

input[type="range"]::-moz-range-progress {
  background: #51617A;
  /*thumbColor*/
  border-radius: 4px;
  /*trackHeight*/
  height: 4px;
  /*trackHeight*/ }

input[type="range"]:hover::-moz-range-progress,
input[type="range"]:focus::-moz-range-progress {
  background: #70869E;
  /*activeThumbColor*/ }

/*edge and IE*/
input[type="range"]::-ms-track {
  background: #ccc;
  /*trackColor*/
  height: 4px;
  /*trackHeight*/
  border-radius: 4px;
  /*trackHeight*/
  border: none;
  color: transparent; }

input[type="range"]:hover::-ms-track,
input[type="range"]:focus::-ms-track {
  background: #777;
  /*activeTrackColor*/ }

input[type="range"]::-ms-thumb {
  background: #51617A;
  /*thumbColor*/
  width: 20px;
  /*thumbHeight*/
  height: 20px;
  /*thumbHeight*/
  border-radius: 50%;
  border: none;
  margin: 0 4px 0;
  /*0 thumbBorderWidth 0*/
  box-shadow: 0 0 0 4px #fff;
  /*0 0 0 thumbBorderWidth #fff, box-shadow color should match the background*/
  /*cursor:pointer; doesn't work*/ }

input[type="range"]:hover::-ms-thumb,
input[type="range"]:focus::-ms-thumb {
  background: #70869E;
  /*activeThumbColor*/ }

input[type="range"]::-ms-tooltip {
  display: none;
  /*tooltip makes thumb sliding lagy*/ }

input[type="range"]::-ms-fill-lower {
  background: #51617A;
  /*thumbColor*/
  border-radius: 4px;
  /*trackHeight*/ }

input[type="range"]:hover::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-lower {
  background: #70869E;
  /*activeThumbColor*/ }

.vertically-stacked-slider {
  padding: 8px; }

.vertically-stacked-slider > input[type="range"] {
  padding: 0; }

.horizontally-stacked-slider {
  display: flex;
  align-items: center; }

.horizontally-stacked-slider > .title {
  flex: 1;
  padding: 8px; }

.horizontally-stacked-slider > input[type="range"] {
  flex: 1; }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

.saving span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  font-size: 25px; }

.saving.show {
  display: inline !important; }

.saving span:nth-child(2) {
  animation-delay: .2s; }

.saving span:nth-child(3) {
  animation-delay: .4s; }

.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.contactTable .ng-table-pager {
  display: flex; }

.contactTable .ng-table-counts {
  display: none; }

.contactTable .ng-table-pagination {
  padding-left: 0 !important;
  margin: 0 auto;
  display: block; }

.loadingInformationMessage {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  margin-left: -15px; }

.contactTable .buttons {
  padding: 10px 0 10px 10px !important;
  width: 70px; }

.contactTable .buttons.adding i {
  cursor: progress !important; }

.contactTable .buttons i:hover {
  cursor: pointer; }

.contactTable tr td:nth-child(2) {
  padding: 15px 10px 15px 15px !important; }

.contactTable tr th:nth-child(2) {
  padding: 0 0 0 15px !important; }

.dialog.dialog--xxl {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.dialog.dialog--l {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.dialog#addpage a {
  text-decoration: none;
  color: #51617A; }

.dialog#addpage .pagination a {
  color: black; }

.dialog#addpage .pagination li.active a {
  color: #51617A; }

.dialog#addpage a:hover {
  color: #70869E;
  font-weight: 600; }

.dialog#addpage .excel a {
  text-decoration: none;
  color: green; }

.dialog#addpage h4 {
  font-size: 17px; }

:root {
  --input-color: #99A3BA;
  --input-border: #CDD9ED;
  --input-background: #fff;
  --input-placeholder: #CBD1DC;
  --input-border-focus: #70869E;
  --group-color: var(--input-color);
  --group-border: var(--input-border);
  --group-background: #51617A;
  --group-color-focus: #fff;
  --group-border-focus: var(--input-border-focus);
  --group-background-focus: #70869E; }

.form-field {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  -webkit-appearance: none;
  color: var(--input-color);
  border: 1px solid var(--input-border);
  background: var(--input-background);
  transition: border .3s ease; }
  .form-field::placeholder {
    color: var(--input-placeholder); }
  .form-field:focus {
    outline: none;
    border-color: var(--input-border-focus); }

.form-group {
  position: relative;
  display: flex;
  width: 100%; }
  .form-group > span,
  .form-group .form-field {
    white-space: nowrap;
    display: block; }
    .form-group > span:not(:first-child):not(:last-child),
    .form-group .form-field:not(:first-child):not(:last-child) {
      border-radius: 0; }
    .form-group > span:first-child,
    .form-group .form-field:first-child {
      border-radius: 6px 0 0 6px; }
    .form-group > span:last-child,
    .form-group .form-field:last-child {
      border-radius: 0 6px 6px 0; }
    .form-group > span:not(:first-child),
    .form-group .form-field:not(:first-child) {
      margin-left: -1px; }
  .form-group .form-field {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-top: 0;
    margin-bottom: 0; }
  .form-group > span {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 25px;
    color: white;
    background: var(--group-background);
    border: 1px solid var(--group-border);
    transition: background .3s ease, border .3s ease, color .3s ease; }
  .form-group:focus-within > span {
    color: var(--group-color-focus);
    background: var(--group-background-focus);
    border-color: var(--group-border-focus); }

.noselect, .noselect * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */ }

.tmpDisabled {
  color: #D3D3D3 !important;
  border: 1px solid #D3D3D3 !important;
  background: white !important; }

.emailsFoundTags {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  margin: 50px 0 20px 0; }

.emailsFoundTags .tag {
  padding: 5px 15px;
  margin: 5px 15px;
  background: #51617A;
  border-radius: 7px;
  color: white; }

.emailsFoundTags .tag:hover {
  cursor: pointer; }

.emailsFoundTags .empty {
  background: #A9A9A9;
  cursor: auto;
  box-shadow: none; }

.emailsFoundTags .empty i {
  display: none; }

.emailsFoundTags .empty:hover {
  background: #A9A9A9;
  cursor: not-allowed; }

.emailsFoundTags .tag.selected:not(.empty) {
  background: #70869E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 800px) {
  .dialog--xxl {
    width: 85% !important;
    margin-left: -42.5% !important; } }

@media screen and (max-width: 800px) {
  .dialog--xxl {
    width: 95% !important;
    margin-left: -47.5% !important; } }

.dialog#addpage .interests {
  width: 33vw;
  max-width: 33vw; }

.dialog#addpage .locations {
  width: 10vw;
  max-width: 10vw; }

.dialog#addpage .interests .interest {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.dialog#addpage .emailsFoundTags .name {
  -webkit-transition: width 2s;
  transition: width 2s; }

.vishid {
  visibility: hidden; }

.dialog#addpage #list i {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 150%;
  color: gray;
  margin-right: 10px; }

.dialog#addpage #list i:hover {
  color: red;
  cursor: pointer; }

#contactsScrapping h4 a {
  color: #51617A; }

#contactsScrapping h4 a.selected {
  color: #70869E; }

#contactsScrapping h4 a:hover {
  color: #70869E;
  font-weight: 600; }

#contactsScrapping .scrapp-hidden {
  display: none; }

#contactsScrapping .scrapp-shown {
  display: block; }

#contactsScrapping .excel a {
  text-decoration: none;
  color: green; }

#contactsScrapping #manage i {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 150%;
  color: gray;
  margin-right: 10px; }

#contactsScrapping #manage i:hover {
  color: red;
  cursor: pointer; }

#contactsScrapping .defaultvalue {
  opacity: 0.2; }

#contactsScrapping .defaultvalue .fa-trash {
  visibility: hidden; }

#contactsScrapping .buttons a.selected {
  background-color: #51617A;
  color: #FFF;
  border: 1px solid #51617A; }

td#scrappMedia select {
  width: calc(100% - 40px);
  margin-right: 10px;
  margin: auto 7px auto 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: white;
  background-image: none;
  flex: 1;
  border: 0 !important;
  padding: 0 .5em;
  color: black;
  cursor: pointer; }

td#scrappMedia select::-ms-expand {
  display: none; }

td#scrappMedia .select {
  border: 1px solid #51617A !important;
  position: relative;
  display: flex;
  width: 20em;
  height: 2.2em;
  line-height: 2.2;
  overflow: hidden;
  border-radius: .25em; }

td#scrappMedia .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #51617A;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

td#scrappMedia .select.empty::after {
  content: '\25BC';
  background: lightgrey !important; }

td#scrappMedia .select.empty {
  border: 1px solid lightgrey !important; }

td#scrappMedia .select.empty select {
  color: lightgrey;
  cursor: not-allowed !important; }

td#scrappMedia.select:hover::after {
  color: #f39c12; }

td#scrappMedia i {
  width: 30px;
  color: #51617A;
  margin: auto 0;
  margin-left: 10px;
  font-size: 2.3em; }

td#scrappMedia i:hover {
  color: #70869E; }

#scrappMedia .added {
  color: lightgrey !important; }

#modal #modalContent, #modalEditContact #modalContent {
  padding: 20px; }

#modal .no-left, #modalEditContact .no-left {
  left: 0 !important;
  width: 100%;
  padding-right: 0px; }

table#locations-table #input .text-field {
  padding: 7px !important;
  margin-top: -5px;
  margin-bottom: -5px; }

table#locations-table button#save {
  color: #70869E;
  font-size: 25px; }

#filter-list {
  display: flex;
  width: 100%;
  padding-left: 0px !important; }

#filter-list .item {
  height: 100%;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 2px solid #51617A;
  cursor: pointer;
  display: table;
  border-radius: 5px;
  font-weight: bold; }

#filter-list .item.selected {
  border: 2px solid #70869E;
  background: #51617A;
  color: #fff;
  transition: all 0.3s;
  font-weight: bold; }

#filter-list .item.ignored {
  border: 2px solid lightgrey !important;
  background: white !important;
  color: lightgrey;
  transition: all 0.3s;
  font-weight: 500;
  cursor: default; }

#filter-list .item span {
  display: table-cell;
  vertical-align: middle; }

#filter-list .item span i {
  margin-right: 10px;
  cursor: pointer; }

#deleted-contacts-table table td:not(:nth-child(2)) {
  text-align: center; }

#deleted-contacts-table table th:not(:nth-child(2)):not(.sort-asc):not(.sort-desc) span {
  padding: 0; }

.unsubscribed-contact {
  color: red !important;
  font-weight: bold; }

.disabled-control.bg-primary-color-1[disabled] {
  color: white !important;
  background: rgba(100, 100, 100, 0.3);
  border: 1px solid rgba(100, 100, 100, 0.3) !important; }

.disabled-control.bg-primary-color-1[disabled]:hover {
  color: white !important;
  background: rgba(100, 100, 100, 0.3);
  border: 1px solid rgba(100, 100, 100, 0.3) !important;
  cursor: wait; }

.disabled-control.btn--color-1[disabled] {
  color: white !important;
  background: rgba(92, 160, 197, 0.3);
  border: 1px solid rgba(92, 160, 197, 0.3) !important; }

.disabled-control.btn--color-1[disabled]:hover {
  color: white !important;
  background: rgba(92, 160, 197, 0.3);
  border: 1px solid rgba(92, 160, 197, 0.3) !important;
  cursor: wait; }

.social-media {
  font-weight: bold; }

.social-media.twitter {
  color: #1DA1F2; }

.social-media.facebook {
  color: #3b5998; }

.social-media.googleplus {
  color: #d34836; }

.social-media.instagram {
  color: #E1306C; }

.social-media.pinterest {
  color: #C62026; }

.social-media.linkedin {
  color: #0e76a8; }

.no-edit-campaign:hover {
  color: #51617A !important;
  cursor: context-menu !important; }

.dialog.small {
  width: 300px !important;
  margin-left: -150px !important; }

@media screen and (max-width: 768px) {
  .dialog.small {
    width: 400px !important;
    margin-left: -200px !important; } }

.known-reason-other {
  padding-top: 5px !important; }

.contact-name-info {
  cursor: initial;
  color: #444444;
  font-weight: bold; }

.text-loader {
  width: 50px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  margin: 0 10px; }

#loader-4 span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #51617A;
  margin: 5px 1px;
  opacity: 0; }

#loader-4 span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite; }

#loader-4 span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite; }

#loader-4 span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite; }

@keyframes opacitychange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }

.loading-box {
  background: #51617A;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex; }

.loading-box .box {
  margin: auto;
  z-index: 5; }

.loading-box img {
  height: 150px !important; }

.main-loader {
  width: 20px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 30px; }

#main-loader span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 5px 5px;
  opacity: 0; }

#main-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite; }

#main-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite; }

#main-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite; }

@keyframes opacitychange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }

.social-media i {
  padding: 2px 3px;
  margin-right: 2px; }

.social-media i:hover {
  background: #70869E; }

.btn--link,
.btn--link * {
  color: #9ed1eb  !important; }

.btn--circle.btn--link button {
  border: 1px solid #9ed1eb; }

.btn--circle.btn--link button:hover {
  background: #9ed1eb; }

.btn--circle.btn--link button:hover i {
  color: white !important; }

.iframe-parent {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.iframe-new-pressrelease {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.newSubscriptionCard {
  background: #f4f4f4;
  padding: 20px 30px;
  border-radius: 4px; }

.newSubscriptionCard:hover {
  background: #e7e7e7; }

.newSubscriptionCard h2 {
  color: #444;
  text-transform: uppercase;
  text-align: center; }

.newSubscriptionCard h1 {
  color: #51617A;
  font-size: 40px;
  text-align: center; }

.newSubscriptionCard h4 {
  text-align: center;
  font-size: 18px !important; }

.newSubscriptionCard .btn--primary {
  text-align: center;
  margin: 20px auto; }

.loader.big {
  width: 45px !important;
  height: 45px !important;
  margin-top: 100px;
  margin-bottom: 60px; }

.new-subscriptions-message {
  background: #f4f4f4 !important;
  border-radius: 5px;
  width: calc(100% - 90px);
  margin: 10px 45px;
  height: auto;
  padding: 10px 20px 20px 20px;
  font-size: 16px; }

.new-subscriptions-message a {
  font-weight: bold;
  color: #51617A; }

.new-subscriptions-message button {
  margin-top: 15px;
  padding: 5px 10px; }

.disabled-subscriptions * {
  color: #d4d4d4 !important;
  cursor: not-allowed !important; }

.disabled-subscriptions .btn--primary {
  background: #f4f4f4 !important;
  border: 1px solid #d4d4d4 !important; }

.disabled-subscriptions .newSubscriptionCard {
  pointer-events: none; }

.sendings-table {
  margin: 0 auto; }
  .sendings-table td:nth-child(2) {
    text-align: left;
    padding-left: 10px; }

.contact-range-row {
  display: flex;
  margin-bottom: 10px; }

.contact-range-label {
  line-height: 44px;
  padding-left: 20px;
  padding-right: 10px;
  white-space: nowrap; }

.crisp-ewasyx {
  margin-bottom: 50px !important;
  bottom: 60px !important; }

.search-filter {
  float: right; }

.element-tag-parent {
  margin: 2px;
  margin-left: 0 !important; }

.element-tag {
  background: #BEBEBE;
  color: #FFF;
  padding: 1px 7px 2px 7px;
  border-radius: 5px; }

.elements-tag-list {
  display: flex;
  flex-wrap: wrap; }

.tableScroll {
  overflow-x: auto; }

.btn-drop-down {
  margin-top: 10px; }

.btn-generate-pdf .ripple {
  display: none; }

@media (max-width: 1024px) {
  .fixedBottomBar {
    left: 0; } }

@media (max-width: 990px) {
  .sticky-sidebar {
    float: none;
    position: fixed;
    width: 90%;
    right: 0px;
    top: 0 !important;
    background-color: #FFF;
    transform: translateY(0) !important;
    z-index: 9999999999;
    padding: 50px;
    margin: 5%;
    height: 80%;
    overflow: scroll;
    border: 1px solid #999;
    border-radius: 10px; }
  .sticky-sidebar-no-sticky-on-mobile {
    position: relative;
    border: none;
    height: auto;
    width: auto;
    z-index: 1;
    margin: 0;
    padding: 0;
    padding-bottom: 50px; } }
