/* Calendar Base */
/* Box sizing */
.mbsc-cal-sc-m-cell,
.mbsc-cal-days,
.mbsc-cal-slide,
.mbsc-cal-row,
.mbsc-cal-day,
.mbsc-cal-day-fg,
.mbsc-cal-week-nr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Backface visibility */
.mbsc-cal-sc-c,
.mbsc-cal-week-nrs-c,
.mbsc-cal-c,
.mbsc-cal-slide,
.mbsc-cal-tab .mbsc-cal-tab-i,
.mbsc-cal-sc .mbsc-cal-sc-cell-i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mbsc-calendar .mbsc-fr-c {
  position: relative;
  margin: 0 auto;
}
.mbsc-calendar .mbsc-cal-hdn {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
.mbsc-cal-c {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.mbsc-cal-vertical .mbsc-cal-body {
  -ms-touch-action: none;
  touch-action: none;
}
.mbsc-cal-pnl {
  display: inline-block;
  vertical-align: middle;
}
.mbsc-cal-tabbed .mbsc-cal-pnl {
  display: table;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mbsc-cal-tabbed .mbsc-cal-pnl-h {
  display: none;
}
.mbsc-cal-tabbed .mbsc-cal-pnl-i {
  display: table-cell;
  vertical-align: middle;
}
.mbsc-cal-tabbed .mbsc-cal {
  width: auto!important;
}
.mbsc-anim-trans .mbsc-fr-persp .mbsc-cal-c {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.mbsc-cal-anim-c {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mbsc-cal-anim {
  position: relative;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mbsc-cal-slide {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 300ms;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  /*transition: opacity 300ms;*/
  /* IE does it wrong */
}
.mbsc-cal-slide:first-child {
  position: relative;
}
.mbsc-cal-slide-a {
  opacity: 1;
}
.mbsc-cal-header {
  line-height: 40px;
  text-align: center;
}
.mbsc-cal table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.mbsc-cal th {
  width: 14.2857%;
  line-height: 30px;
  text-align: center;
}
.mbsc-cal-nb {
  border: 0;
}
.mbsc-cal-body {
  position: relative;
}
.mbsc-cal-table {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.mbsc-cal-row {
  white-space: nowrap;
  display: table-row;
}
.mbsc-cal-day {
  line-height: 2.5em;
  width: 14.2857%;
  height: 16.6666%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  cursor: not-allowed;
}
.mbsc-cal-day-v {
  cursor: pointer;
}
.mbsc-cal-day .mbsc-cal-day-i {
  position: relative;
  height: 100%;
}
.mbsc-cal-day-diff .mbsc-cal-day-fg {
  opacity: .5;
}
.mbsc-cal-day-diff.mbsc-cal-day-sel .mbsc-cal-day-fg {
  opacity: 1;
}
.mbsc-cal-day-inv.mbsc-cal-day .mbsc-cal-day-fg {
  opacity: .2;
}
.mbsc-cal-hide-diff .mbsc-cal-day-diff .mbsc-cal-day-i {
  visibility: hidden;
}
.mbsc-calendar.mbsc-no-touch .mbsc-cal-hide-diff .mbsc-cal-day.mbsc-cal-day-diff:hover {
  background: none;
}
.mbsc-cal-day-fg {
  padding: 5px;
  position: relative;
  z-index: 2;
}
.mbsc-cal .mbsc-cal-days-c {
  margin-left: -16px;
  margin-right: 0;
}
.mbsc-cal-days {
  padding-left: 16px;
}
/* Week numbers */
.mbsc-cal-weeks .mbsc-cal-days-c {
  padding-left: 26px;
}
.mbsc-cal-weeks .mbsc-cal-anim-c {
  margin-left: 26px;
}
.mbsc-cal-week-nrs-c {
  display: none;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 26px;
  z-index: 3;
}
.mbsc-cal-week-nrs {
  display: table;
  width: 100%;
  height: 100%;
}
.mbsc-cal-week-nr {
  position: relative;
  display: none;
  height: 16.6666%;
  text-align: center;
  font-weight: bold;
}
.mbsc-cal-week-nr-i {
  display: table-cell;
  vertical-align: middle;
  padding-top: 1px;
}
.mbsc-cal-weeks .mbsc-cal-week-nrs-c {
  display: block;
}
.mbsc-cal-week-nrs .mbsc-cal-week-nr {
  display: table-row;
}
.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-days-c {
  padding-left: 0;
  padding-right: 26px;
}
.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-anim-c {
  margin-left: 0;
  margin-right: 26px;
}
.mbsc-rtl .mbsc-cal-week-nrs-c {
  left: auto;
  right: 0;
}
/* Month/year scroll */
.mbsc-cal-sc-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.mbsc-cal-h {
  visibility: hidden;
}
.mbsc-cal-p-out {
  -webkit-animation: 200ms mbsc-anim-f-out ease-in;
  animation: 200ms mbsc-anim-f-out ease-in;
}
.mbsc-cal-p-in {
  -webkit-animation: 200ms mbsc-anim-f-in ease-out;
  animation: 200ms mbsc-anim-f-in ease-out;
}
.mbsc-cal-sc {
  position: relative;
  height: 100%;
  white-space: nowrap;
  font-size: 1.333334em;
}
.mbsc-cal-sc-p {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
.mbsc-cal-sc-tbl {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.mbsc-cal-sc-row {
  display: table-row;
}
.mbsc-cal-sc-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mbsc-cal-sc-m-cell {
  height: 25%;
}
/* Prev/Next buttons */
.mbsc-cal-btnc {
  position: relative;
  font-size: 1.5em;
}
.mbsc-cal-btnw {
  position: relative;
  height: 40px;
}
.mbsc-cal .mbsc-cal-btnw .mbsc-cal-btn {
  position: absolute;
  top: 0;
  height: 40px;
  width: 36px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mbsc-cal .mbsc-fr-btn-d {
  opacity: .3;
  cursor: not-allowed;
}
.mbsc-cal-prev {
  left: 0;
}
.mbsc-cal-next {
  right: 0;
}
.mbsc-cal-month,
.mbsc-cal-year {
  cursor: pointer;
}
.mbsc-cal-btnc-ym .mbsc-cal-month,
.mbsc-cal-btnc-ym .mbsc-cal-year {
  display: block;
  margin: 0 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-cal-btnc-ym .mbsc-cal-btnw {
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.mbsc-cal-btn-txt {
  overflow: hidden;
}
.mbsc-cal-btn-txt:before {
  display: block;
}
/* Liquid layout */
.mbsc-cal-liq .mbsc-cal-pnl {
  width: 100%;
}
.mbsc-cal-liq .mbsc-cal {
  width: auto;
}
.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-popup {
  width: 100%;
  top: 0;
  left: 0;
}
.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-overlay {
  display: none;
}
/* Tabs */
.mbsc-cal-tabs {
  line-height: 40px;
  display: none;
  color: #000;
}
.mbsc-cal-tabbed .mbsc-cal-tabs {
  display: block;
}
.mbsc-cal-tabbed .mbsc-fr-w {
  width: auto!important;
}
.mbsc-cal-tabs ul,
.mbsc-cal-tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mbsc-cal-tabs ul {
  width: 100%;
  display: table;
}
.mbsc-cal-tab {
  width: 33.33%;
  display: table-cell;
  cursor: pointer;
}
.mbsc-calendar .mbsc-cal-tab .mbsc-cal-tab-i {
  display: block;
  text-decoration: none;
}
/* Multimonth view */
.mbsc-cal-multi .mbsc-cal-slide {
  padding-left: 16px;
}
.mbsc-ltr .mbsc-cal-multi .mbsc-cal-anim-c {
  margin-right: -16px;
}
.mbsc-rtl .mbsc-cal-multi .mbsc-cal-anim-c {
  margin-left: -16px;
}
.mbsc-cal-multi .mbsc-cal-anim {
  margin-left: -16px;
}
.mbsc-cal-multi .mbsc-cal-btnw {
  display: block;
  width: auto;
}
.mbsc-cal-multi .mbsc-cal-btnw-m {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.mbsc-cal-multi .mbsc-cal-days-c {
  overflow: hidden;
}
.mbsc-cal-multi .mbsc-cal-days {
  float: left;
}
/* Dynamic sizing */
.mbsc-cal-m .mbsc-cal {
  font-size: 1.2em;
}
.mbsc-cal-l .mbsc-cal {
  font-size: 1.4em;
}
/* Marked */
.mbsc-cal-ev .mbsc-cal-day-fg {
  padding-bottom: 20px;
}
.mbsc-cal-day-m {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  line-height: 0;
}
.mbsc-cal-day-m-t {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.mbsc-cal-day-m-c {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  margin: 0 1px;
  border-radius: 4px;
}
.mbsc-cal-day-ic-c,
.mbsc-cal-day-txt-c {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mbsc-cal-day-ic-c {
  padding: 0 5px;
  font-size: 1em;
  line-height: 20px;
  text-overflow: ellipsis;
  text-shadow: none;
}
.mbsc-cal-day-txt {
  padding: 0 2px;
  font-size: .8333em;
  font-weight: normal;
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: none;
  margin-top: 2px;
}
/* Default theme */
.mbsc-mobiscroll .mbsc-cal-c {
  padding: .5em;
}
.mbsc-mobiscroll .mbsc-cal-multi .mbsc-cal-body {
  padding: 0 .5em;
}
.mbsc-mobiscroll .mbsc-cal-sc {
  font-size: 1em;
}
.mbsc-mobiscroll .mbsc-cal-sc-c {
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-cal-btnc {
  font-size: 1.125em;
}
.mbsc-mobiscroll .mbsc-cal-hl-now .mbsc-cal-today {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-btn-txt {
  color: #4eccc4;
  font-size: 1em;
  line-height: 40px;
}
.mbsc-mobiscroll .mbsc-cal-days {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-days th {
  font-size: .6875em;
  font-weight: normal;
  border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-day {
  line-height: 1.875em;
  text-align: center;
}
.mbsc-mobiscroll .mbsc-cal-day-fg {
  font-size: .8125em;
}
.mbsc-mobiscroll .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i,
.mbsc-mobiscroll .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i {
  background: #4eccc4;
  color: #fff;
}
.mbsc-mobiscroll .mbsc-cal-day-hl .mbsc-cal-day-i {
  border-color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-week-nrs-c {
  font-size: .6875em;
  color: #4eccc4;
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-cal-week-nr-i {
  padding-top: 0;
  font-weight: normal;
}
/* Tabs */
.mbsc-mobiscroll .mbsc-cal-tabs {
  line-height: 1.875em;
  padding: .5em .5em 0 .5em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-cal-tabbed .mbsc-fr-w {
  padding-top: .5em;
}
.mbsc-mobiscroll .mbsc-cal-tabbed .mbsc-fr-hdr {
  padding-top: 0;
}
.mbsc-mobiscroll .mbsc-cal-tab {
  border: 1px solid #4eccc4;
  font-size: .7em;
}
.mbsc-mobiscroll .mbsc-cal-tabs ul {
  width: auto;
  margin: 0 auto;
}
.mbsc-mobiscroll .mbsc-cal-tab .mbsc-cal-tab-i {
  padding: 0 1.2em;
  color: #454545;
}
.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0;
}
.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0;
}
.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0;
}
.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0;
}
.mbsc-mobiscroll .mbsc-cal-tabs .mbsc-cal-tab-sel {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #f7f7f7;
}
/* Marked */
.mbsc-mobiscroll .mbsc-cal-day-m {
  bottom: 4px;
}
.mbsc-mobiscroll .mbsc-cal-day-m-c {
  background: #454545;
}
.mbsc-mobiscroll .mbsc-cal-day-sel .mbsc-cal-day-m-c {
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-cal-day-txt {
  color: #f7f7f7;
  background: #454545;
}
.mbsc-mobiscroll .mbsc-cal-day-txt,
.mbsc-mobiscroll .mbsc-cal-day-ic-c {
  font-size: .625em;
}
/* Animations */
.mbsc-anim-trans .mbsc-fr-scroll {
  overflow: hidden;
}
.mbsc-anim-trans-flip .mbsc-fr-persp,
.mbsc-anim-trans-swing .mbsc-fr-persp {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.mbsc-anim-trans .mbsc-fr-popup,
.mbsc-anim-trans .mbsc-fr-overlay {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mbsc-anim-in .mbsc-fr-popup,
.mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 225ms;
  animation-timing-function: ease-out;
  animation-duration: 225ms;
}
.mbsc-anim-out .mbsc-fr-popup,
.mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 195ms;
  animation-timing-function: ease-in;
  animation-duration: 195ms;
}
.mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-name: mbsc-anim-f-in;
  animation-name: mbsc-anim-f-in;
}
.mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-name: mbsc-anim-f-out;
  animation-name: mbsc-anim-f-out;
}
.mbsc-anim-flip,
.mbsc-anim-swing,
.mbsc-anim-slidehorizontal,
.mbsc-anim-slidevertical,
.mbsc-anim-slidedown,
.mbsc-anim-slideup,
.mbsc-anim-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}
.mbsc-anim-swing,
.mbsc-anim-slidehorizontal,
.mbsc-anim-slidevertical,
.mbsc-anim-slidedown,
.mbsc-anim-slideup,
.mbsc-anim-fade {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.mbsc-anim-flip,
.mbsc-anim-pop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mbsc-anim-in .mbsc-anim-pop {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-p-in;
  -webkit-animation-duration: 100ms;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-p-in;
  animation-duration: 100ms;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-pop {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-p-out;
  -webkit-animation-duration: 150ms;
  animation-name: mbsc-anim-p-out;
  animation-duration: 150ms;
}
.mbsc-anim-trans-pop .mbsc-fr-overlay {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
}
.mbsc-anim-in .mbsc-anim-flip {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-fl-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-fl-in;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-flip {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-fl-out;
  animation-name: mbsc-anim-fl-out;
}
.mbsc-anim-in .mbsc-anim-swing {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sw-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-sw-in;
}
.mbsc-anim-out .mbsc-anim-swing {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sw-out;
  animation-name: mbsc-anim-sw-out;
}
.mbsc-anim-in .mbsc-anim-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sh-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-sh-in;
}
.mbsc-anim-out .mbsc-anim-slidehorizontal {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sh-out;
  animation-name: mbsc-anim-sh-out;
}
.mbsc-anim-in .mbsc-anim-slidevertical {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sv-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sv-in;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-slidevertical {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sv-out;
  animation-name: mbsc-anim-sv-out;
}
.mbsc-anim-in .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sd-in;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-out;
  -webkit-transform: translateY(-100%);
  animation-name: mbsc-anim-sd-out;
}
.mbsc-anim-in .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-su-in;
}
.mbsc-anim-out .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-out;
  -webkit-transform: translateY(100%);
  animation-name: mbsc-anim-su-out;
}
.mbsc-anim-in .mbsc-anim-fade {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-f-in;
  animation-name: mbsc-anim-f-in;
}
.mbsc-anim-out .mbsc-anim-fade {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-f-out;
  animation-name: mbsc-anim-f-out;
}
/* Fade in */
@keyframes mbsc-anim-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mbsc-anim-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Fade out */
@keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Pop in */
@keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
/* Pop out */
@keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
/* Flip in */
@keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
/* Flip out */
@keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
/* Swing in */
@keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
/* Swing out */
@keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
/* Slide horizontal in */
@keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
/* Slide horizontal out */
@keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
/* Slide vertical in */
@keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
/* Slide vertical out */
@keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@-webkit-keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
/* Slide Down In */
@keyframes mbsc-anim-sd-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mbsc-anim-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
/* Slide down out */
@keyframes mbsc-anim-sd-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes mbsc-anim-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
}
/* Slide Up In */
@keyframes mbsc-anim-su-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mbsc-anim-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
/* Slide up out */
@keyframes mbsc-anim-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes mbsc-anim-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
}
/* Frame */
.mbsc-fr-w,
.mbsc-fr-overlay {
  -webkit-transform: translateZ(0);
}
.mbsc-fr {
  pointer-events: none;
  z-index: 99998;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
.mbsc-fr-lock {
  -ms-touch-action: none;
  touch-action: none;
}
.mbsc-fr-lock-ctx {
  position: relative;
}
.mbsc-fr-lock.mbsc-fr-lock-ios {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
.mbsc-fr-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mbsc-fr-scroll:focus {
  outline: none;
  outline-offset: -2px;
}
.mbsc-fr-popup {
  max-width: 98%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 12px;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.mbsc-rtl {
  direction: rtl;
}
/* Box sizing */
.mbsc-fr-popup,
.mbsc-fr-btn-cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-fr .mbsc-fr-w {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-fr-w {
  min-width: 200px;
  overflow: hidden;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}
/* Modal overlay */
.mbsc-fr,
.mbsc-fr-persp,
.mbsc-fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mbsc-fr-lock-ctx > .mbsc-fr,
.mbsc-fr-lock-ctx .mbsc-fr-persp,
.mbsc-fr-lock-ctx .mbsc-fr-overlay {
  position: absolute;
}
.mbsc-fr-persp {
  pointer-events: auto;
  overflow: hidden;
}
.mbsc-fr-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateZ(0);
}
/* Liquid mode */
.mbsc-fr-liq .mbsc-fr-popup {
  max-width: 100%;
}
/* Top/Bottom mode */
.mbsc-fr-top .mbsc-fr-popup,
.mbsc-fr-bottom .mbsc-fr-popup {
  width: 100%;
  max-width: 100%;
}
/* Inline mode */
.mbsc-fr-inline {
  position: static;
  pointer-events: auto;
}
.mbsc-fr-inline .mbsc-fr-popup {
  position: static;
  max-width: 100%;
}
/* Bubble mode */
.mbsc-fr-bubble,
.mbsc-fr-bubble .mbsc-fr-persp {
  position: absolute;
}
.mbsc-fr-bubble .mbsc-fr-arr-w {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}
.mbsc-fr-bubble-top .mbsc-fr-arr-w {
  top: 100%;
}
.mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  bottom: 100%;
}
.mbsc-fr-bubble .mbsc-fr-arr-i {
  margin: 0 30px;
  position: relative;
  direction: ltr;
}
.mbsc-fr-bubble .mbsc-fr-arr {
  display: block;
}
.mbsc-fr-arr {
  display: none;
  position: relative;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px;
}
.mbsc-fr-bubble-bottom .mbsc-fr-arr {
  bottom: 0;
}
.mbsc-fr-bubble-top .mbsc-fr-arr {
  top: 0;
}
.mbsc-fr-hdn {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
/* Header */
.mbsc-fr-hdr {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Buttons */
.mbsc-fr-btn {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.mbsc-fr-btn-e {
  cursor: pointer;
}
.mbsc-fr-btn-d {
  cursor: not-allowed;
}
/* Button container */
.mbsc-fr-btn-cont {
  display: table;
  width: 100%;
  text-align: center;
}
.mbsc-fr-btn-cont .mbsc-fr-btn-d {
  opacity: .3;
}
/* Button wrapper */
.mbsc-fr-btn-w {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5;
}
.mbsc-fr-btn-w .mbsc-fr-btn:before {
  padding: .375em;
}
/* Default theme */
.mbsc-mobiscroll .mbsc-fr-w {
  min-width: 16em;
  background: #f7f7f7;
  color: #454545;
  font-size: 16px;
}
.mbsc-mobiscroll .mbsc-fr-hdr {
  padding: 0 .6666em;
  padding-top: .6666em;
  color: #4eccc4;
  font-size: .75em;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}
.mbsc-mobiscroll .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 .5em .5em .5em;
}
.mbsc-mobiscroll .mbsc-fr-btn-w {
  display: block;
  float: right;
}
.mbsc-mobiscroll .mbsc-rtl .mbsc-fr-btn-w {
  float: left;
}
.mbsc-mobiscroll .mbsc-fr-btn {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4eccc4;
  text-transform: uppercase;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-mobiscroll .mbsc-fr-btn-a {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #f7f7f7 transparent;
}
.mbsc-mobiscroll .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #f7f7f7 transparent transparent transparent;
}
/* Color */
.mbsc-color {
  font-size: 16px;
}
.mbsc-color-scroll-cont {
  padding: .125em 0 .1875em 0;
  overflow: hidden;
}
.mbsc-color-cont {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.mbsc-color-item-c {
  position: relative;
  display: table-cell;
  padding: .18755em;
  max-width: 4.25em;
  max-height: 4.25em;
}
.mbsc-color-clear-item,
.mbsc-color-item {
  position: relative;
  min-width: 3.5em;
  min-height: 3.5em;
  margin: .1875em;
  cursor: pointer;
}
.mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.6);
}
.mbsc-color-clear-cross {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mbsc-color-row {
  padding: 0 .5em;
}
.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-color .mbsc-fr-c {
  padding: .25em 0;
}
/* vertical scroll override */
.mbsc-color-vertical .mbsc-color-cont {
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: start;
}
.mbsc-color-vertical .mbsc-color-item-c {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/* slider overrides */
.mbsc-color .mbsc-color-slider-cont.mbsc-progress {
  padding: 0;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-progress-cont {
  padding: 1.5em 0;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  height: .25em;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-slider-handle-cont {
  top: .125em;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-slider-step {
  display: none;
}
/* checkmark */
.mbsc-color-clear-item:before,
.mbsc-color-item:before {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: #f7f7f7;
  display: none;
  font-size: 1.5em;
}
.mbsc-color-clear-item:before {
  display: block;
}
.mbsc-color-clear-item,
.mbsc-color-input-item-close:before,
.mbsc-color-selected::before {
  display: block;
  text-shadow: 0 0 .125em #000;
}
/* refine mode multiple select */
.mbsc-color-refine-preview {
  display: table;
  padding: 0 .25em;
}
.mbsc-color-preview-cont {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding-top: .25em;
}
.mbsc-color-preview-item-c {
  display: table-cell;
}
.mbsc-color-preview-item {
  min-width: 1.875em;
  width: 1.875em;
  height: 1.875em;
  margin: .25em;
  cursor: pointer;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-color-preview-item-empty {
  border: 1px dashed;
  border-color: #bbb;
}
/* input style */
.mbsc-color-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mbsc-color-input:empty:not(:focus):before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  margin-top: -0.625em;
  color: #ccc;
  font-size: 1em;
}
.mbsc-color-input:not(.mbsc-comp) {
  border: 1px solid #aaa;
  min-height: 2.125em;
  width: 100%;
  padding: .125em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-color-input-item {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  margin: .125em;
  height: 1.5em;
  width: 4.0625em;
  vertical-align: middle;
}
.mbsc-color-input-hdn {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mbsc-color-input-item-close {
  position: absolute;
  display: table-cell;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1.75em;
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
  line-height: 1.25em;
}
.mbsc-form .mbsc-color-input {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* JQuery Mobile */
.ui-input-text .mbsc-color-input {
  border-color: transparent;
}
/* themes */
.mbsc-mobiscroll .mbsc-color-preview-item {
  border-radius: 1em;
}
.mbsc-mobiscroll .mbsc-color-clear-item,
.mbsc-mobiscroll .mbsc-color-item {
  border-radius: 1.75em;
}
.mbsc-mobiscroll .mbsc-color-active,
.mbsc-mobiscroll.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: 3em;
  box-shadow: inset 0 0 0 .1875em #4eccc4;
}
.mbsc-mobiscroll .mbsc-color-preview-cont {
  padding: .25em 0 0 .25em;
}
.mbsc-mobiscroll.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2.125em;
  padding: 0 0 1px 0;
  background: transparent;
  border-bottom: 1px solid #787878;
  font-size: 1em;
  color: #1f1f1f;
}
.mbsc-mobiscroll.mbsc-form .mbsc-color-input-item {
  margin: .25em .125em 0 .125em;
  border-radius: .125em;
}
/* Event calendar */
.mbsc-cal-events {
  display: none;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  padding: 5px;
}
.mbsc-cal-events-t {
  visibility: hidden;
}
.mbsc-cal-events-i {
  overflow: hidden;
}
.mbsc-cal-events-sc {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.mbsc-cal-events-v {
  display: block;
}
.mbsc-cal-event-list {
  margin: 0;
  padding: 0;
}
.mbsc-cal-event {
  margin-top: 5px;
  padding: 5px 60px 5px 10px;
  line-height: 20px;
  list-style: none;
  position: relative;
  text-align: left;
  white-space: nowrap;
  font-size: 1em;
}
.mbsc-cal-event:first-child {
  margin: 0;
}
.mbsc-cal-event-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.mbsc-cal-event-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-cal-event-time {
  display: inline-block;
  width: 5em;
}
.mbsc-cal-event-dur {
  position: absolute;
  top: 50%;
  right: 5px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
}
.mbsc-cal-events-arr {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border: 7px solid #fff;
  border-color: #fff transparent transparent transparent;
}
.mbsc-cal-events-b .mbsc-cal-events-arr {
  bottom: auto;
  top: -14px;
  border-color: transparent transparent #fff transparent;
}
/* Mobiscroll theme */
.mbsc-mobiscroll .mbsc-cal-events {
  margin: 0 0 5px 0;
  padding: 0;
  color: #f7f7f7;
  background: #858585;
}
.mbsc-mobiscroll .mbsc-cal-events-b {
  margin: 10px 0 0 0;
}
.mbsc-mobiscroll .mbsc-cal-event {
  margin: 0;
  padding: 10px 60px 10px 15px;
  font-size: .75em;
}
.mbsc-mobiscroll .mbsc-cal-event-color {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-event-time,
.mbsc-mobiscroll .mbsc-cal-event-dur {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-events-arr {
  border-color: #858585 transparent transparent transparent;
}
.mbsc-mobiscroll .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #858585 transparent;
}
/* Image */
.mbsc-ltr .mbsc-img-w {
  text-align: left;
}
.mbsc-ltr .mbsc-img-txt {
  margin: 0 0 0 .5em;
}
.mbsc-rtl .mbsc-img-w {
  text-align: right;
}
.mbsc-rtl .mbsc-img-txt {
  margin: 0 .5em 0 0;
}
.mbsc-img-w .mbsc-ic {
  display: inline-block;
  margin: 0 .5em;
}
.mbsc-img-txt {
  display: inline-block;
}
.mbsc-img-c {
  min-width: 50px;
  height: 28px;
  margin-top: -2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}
.mbsc-img {
  max-height: 28px;
}
@font-face {
    font-family: 'icons_mobiscroll';
    src: url('icons_mobiscroll.eot?iur4wj');
    src: url('icons_mobiscroll.eot?#iefixiur4wj') format('embedded-opentype'), url('icons_mobiscroll.ttf?iur4wj') format('truetype'), url('icons_mobiscroll.woff?iur4wj') format('woff'), url('icons_mobiscroll.woff') format('woff'), url('icons_mobiscroll.svg?iur4wj#icons_mobiscroll') format('svg');
    font-style: normal
}
.mbsc-ic:before {
    font-family: 'icons_mobiscroll';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* Icons */
.mbsc-ic-aid::before {
  content: "\ea01";
}
.mbsc-ic-airplane::before {
  content: "\ea02";
}
.mbsc-ic-alarm2::before {
  content: "\ea03";
}
.mbsc-ic-arrow-down2::before {
  content: "\ea04";
}
.mbsc-ic-arrow-down5::before {
  content: "\ea05";
}
.mbsc-ic-arrow-down6::before {
  content: "\ea06";
}
.mbsc-ic-arrow-left2::before {
  content: "\ea07";
}
.mbsc-ic-arrow-left4::before {
  content: "\ea08";
}
.mbsc-ic-arrow-left5::before {
  content: "\ea09";
}
.mbsc-ic-arrow-left6::before {
  content: "\ea0a";
}
.mbsc-ic-arrow-right2::before {
  content: "\ea0b";
}
.mbsc-ic-arrow-right4::before {
  content: "\ea0c";
}
.mbsc-ic-arrow-right5::before {
  content: "\ea0d";
}
.mbsc-ic-arrow-right6::before {
  content: "\ea0e";
}
.mbsc-ic-arrow-up2::before {
  content: "\ea0f";
}
.mbsc-ic-arrow-up5::before {
  content: "\ea10";
}
.mbsc-ic-arrow-up6::before {
  content: "\ea11";
}
.mbsc-ic-attachment::before {
  content: "\ea12";
}
.mbsc-ic-backspace::before {
  content: "\ea13";
}
.mbsc-ic-backspace3::before {
  content: "\ea14";
}
.mbsc-ic-backspace4::before {
  content: "\ea15";
}
.mbsc-ic-bars::before {
  content: "\ea16";
}
.mbsc-ic-book::before {
  content: "\ea17";
}
.mbsc-ic-brightness-contrast::before {
  content: "\ea18";
}
.mbsc-ic-bubble::before {
  content: "\ea19";
}
.mbsc-ic-bubbles::before {
  content: "\ea1a";
}
.mbsc-ic-bullhorn::before {
  content: "\ea1b";
}
.mbsc-ic-calendar::before {
  content: "\ea1c";
}
.mbsc-ic-camera::before {
  content: "\ea1d";
}
.mbsc-ic-cart::before {
  content: "\ea1f";
}
.mbsc-ic-checkmark::before {
  content: "\ea1e";
}
.mbsc-ic-clock::before {
  content: "\ea20";
}
.mbsc-ic-close::before {
  content: "\ea21";
}
.mbsc-ic-cloud-download::before {
  content: "\ea22";
}
.mbsc-ic-cloud-upload::before {
  content: "\ea23";
}
.mbsc-ic-cloud::before {
  content: "\ea24";
}
.mbsc-ic-cogs::before {
  content: "\ea25";
}
.mbsc-ic-compass::before {
  content: "\ea26";
}
.mbsc-ic-connection::before {
  content: "\ea27";
}
.mbsc-ic-copy2::before {
  content: "\ea28";
}
.mbsc-ic-copy3::before {
  content: "\ea29";
}
.mbsc-ic-credit::before {
  content: "\ea2a";
}
.mbsc-ic-disk::before {
  content: "\ea2b";
}
.mbsc-ic-download::before {
  content: "\ea2c";
}
.mbsc-ic-drawer::before {
  content: "\ea2d";
}
.mbsc-ic-droplet::before {
  content: "\ea2e";
}
.mbsc-ic-earth::before {
  content: "\ea2f";
}
.mbsc-ic-eye-blocked::before {
  content: "\ea30";
}
.mbsc-ic-eye::before {
  content: "\ea31";
}
.mbsc-ic-fa-dollar::before {
  content: "\ea32";
}
.mbsc-ic-fa-ellipsis-h::before {
  content: "\ea33";
}
.mbsc-ic-fa-facebook::before {
  content: "\ea34";
}
.mbsc-ic-fa-globe::before {
  content: "\ea35";
}
.mbsc-ic-fa-google-plus::before {
  content: "\ea36";
}
.mbsc-ic-fa-google::before {
  content: "\ea37";
}
.mbsc-ic-fa-leaf::before {
  content: "\ea38";
}
.mbsc-ic-fa-mail-reply::before {
  content: "\ea39";
}
.mbsc-ic-fa-retweet::before {
  content: "\ea3a";
}
.mbsc-ic-fa-rotate-left::before {
  content: "\ea3b";
}
.mbsc-ic-fa-twitter::before {
  content: "\ea3c";
}
.mbsc-ic-feed2::before {
  content: "\ea3d";
}
.mbsc-ic-file4::before {
  content: "\ea3e";
}
.mbsc-ic-film::before {
  content: "\ea3f";
}
.mbsc-ic-flag::before {
  content: "\ea40";
}
.mbsc-ic-folder::before {
  content: "\ea41";
}
.mbsc-ic-forward::before {
  content: "\ea42";
}
.mbsc-ic-foundation-mail::before {
  content: "\ea43";
}
.mbsc-ic-foundation-minus-circle::before {
  content: "\ea44";
}
.mbsc-ic-gift::before {
  content: "\ea45";
}
.mbsc-ic-globe::before {
  content: "\ea46";
}
.mbsc-ic-heart::before {
  content: "\ea47";
}
.mbsc-ic-heart2::before {
  content: "\ea48";
}
.mbsc-ic-history::before {
  content: "\ea49";
}
.mbsc-ic-home::before {
  content: "\ea4a";
}
.mbsc-ic-image2::before {
  content: "\ea4b";
}
.mbsc-ic-ion-android-social-user::before {
  content: "\ea4c";
}
.mbsc-ic-ion-android-system-windows::before {
  content: "\ea4d";
}
.mbsc-ic-ion-bluetooth::before {
  content: "\ea4e";
}
.mbsc-ic-ion-close-circled::before {
  content: "\ea4f";
}
.mbsc-ic-ion-email::before {
  content: "\ea50";
}
.mbsc-ic-ion-ios7-arrow-back::before {
  content: "\ea51";
}
.mbsc-ic-ion-ios7-arrow-forward::before {
  content: "\ea52";
}
.mbsc-ic-ion-ios7-checkmark-empty::before {
  content: "\ea53";
}
.mbsc-ic-ion-ios7-close-empty::before {
  content: "\ea54";
}
.mbsc-ic-ion-ios7-close-outline::before {
  content: "\ea55";
}
.mbsc-ic-ion-ios7-email::before {
  content: "\ea56";
}
.mbsc-ic-ion-ios7-information-outline::before {
  content: "\ea57";
}
.mbsc-ic-ion-ios7-plus-empty::before {
  content: "\ea58";
}
.mbsc-ic-ion-iphone::before {
  content: "\ea59";
}
.mbsc-ic-ion-navigate::before {
  content: "\ea5a";
}
.mbsc-ic-ion-social-facebook::before {
  content: "\ea5b";
}
.mbsc-ic-ion-usb::before {
  content: "\ea5c";
}
.mbsc-ic-ios-backspace::before {
  content: "\ea5d";
}
.mbsc-ic-key2::before {
  content: "\ea5e";
}
.mbsc-ic-library::before {
  content: "\ea5f";
}
.mbsc-ic-line-bubble::before {
  content: "\ea60";
}
.mbsc-ic-line-calendar::before {
  content: "\ea61";
}
.mbsc-ic-line-heart::before {
  content: "\ea62";
}
.mbsc-ic-line-key::before {
  content: "\ea63";
}
.mbsc-ic-line-mail::before {
  content: "\ea64";
}
.mbsc-ic-line-megaphone::before {
  content: "\ea65";
}
.mbsc-ic-line-note::before {
  content: "\ea66";
}
.mbsc-ic-line-params::before {
  content: "\ea67";
}
.mbsc-ic-line-settings::before {
  content: "\ea68";
}
.mbsc-ic-line-star::before {
  content: "\ea69";
}
.mbsc-ic-line-t-shirt::before {
  content: "\ea6a";
}
.mbsc-ic-line-tag::before {
  content: "\ea6b";
}
.mbsc-ic-line-user::before {
  content: "\ea6c";
}
.mbsc-ic-line-world::before {
  content: "\ea6d";
}
.mbsc-ic-link::before {
  content: "\ea6e";
}
.mbsc-ic-location::before {
  content: "\ea6f";
}
.mbsc-ic-lock::before {
  content: "\ea70";
}
.mbsc-ic-lock2::before {
  content: "\ea71";
}
.mbsc-ic-loop2::before {
  content: "\ea72";
}
.mbsc-ic-map::before {
  content: "\ea73";
}
.mbsc-ic-material-arrow-back::before {
  content: "\ea74";
}
.mbsc-ic-material-arrow-forward::before {
  content: "\ea75";
}
.mbsc-ic-material-backspace::before {
  content: "\ea76";
}
.mbsc-ic-material-brightness-medium::before {
  content: "\ea77";
}
.mbsc-ic-material-check-box-outline-blank::before {
  content: "\ea78";
}
.mbsc-ic-material-check::before {
  content: "\ea79";
}
.mbsc-ic-material-close::before {
  content: "\ea7a";
}
.mbsc-ic-material-crop::before {
  content: "\ea7b";
}
.mbsc-ic-material-email::before {
  content: "\ea7c";
}
.mbsc-ic-material-equalizer::before {
  content: "\ea7d";
}
.mbsc-ic-material-explore::before {
  content: "\ea7e";
}
.mbsc-ic-material-filter::before {
  content: "\ea7f";
}
.mbsc-ic-material-format-list-numbered::before {
  content: "\ea80";
}
.mbsc-ic-material-format-paint::before {
  content: "\ea81";
}
.mbsc-ic-material-inbox::before {
  content: "\ea82";
}
.mbsc-ic-material-iso::before {
  content: "\ea83";
}
.mbsc-ic-material-keyboard-arrow-down::before {
  content: "\ea84";
}
.mbsc-ic-material-keyboard-arrow-left::before {
  content: "\ea85";
}
.mbsc-ic-material-keyboard-arrow-right::before {
  content: "\ea86";
}
.mbsc-ic-material-keyboard-arrow-up::before {
  content: "\ea87";
}
.mbsc-ic-material-label::before {
  content: "\ea88";
}
.mbsc-ic-material-language::before {
  content: "\ea89";
}
.mbsc-ic-material-list::before {
  content: "\ea8a";
}
.mbsc-ic-material-menu::before {
  content: "\ea8b";
}
.mbsc-ic-material-message::before {
  content: "\ea8c";
}
.mbsc-ic-material-music-note::before {
  content: "\ea8d";
}
.mbsc-ic-material-notifications::before {
  content: "\ea8e";
}
.mbsc-ic-material-palette::before {
  content: "\ea8f";
}
.mbsc-ic-material-pause::before {
  content: "\ea90";
}
.mbsc-ic-material-people::before {
  content: "\ea91";
}
.mbsc-ic-material-phone-iphone::before {
  content: "\ea92";
}
.mbsc-ic-material-photo-size-select-large::before {
  content: "\ea93";
}
.mbsc-ic-material-play-arrow::before {
  content: "\ea94";
}
.mbsc-ic-material-repeat::before {
  content: "\ea95";
}
.mbsc-ic-material-rotate-right::before {
  content: "\ea96";
}
.mbsc-ic-material-search::before {
  content: "\ea97";
}
.mbsc-ic-material-share::before {
  content: "\ea98";
}
.mbsc-ic-material-shuffle::before {
  content: "\ea99";
}
.mbsc-ic-material-skip-next::before {
  content: "\ea9a";
}
.mbsc-ic-material-skip-previous::before {
  content: "\ea9b";
}
.mbsc-ic-material-star-outline::before {
  content: "\ea9c";
}
.mbsc-ic-material-star::before {
  content: "\ea9d";
}
.mbsc-ic-material-stop::before {
  content: "\ea9e";
}
.mbsc-ic-material-system-update::before {
  content: "\ea9f";
}
.mbsc-ic-material-texture::before {
  content: "\eaa0";
}
.mbsc-ic-material-tune::before {
  content: "\eaa1";
}
.mbsc-ic-material-tv::before {
  content: "\eaa2";
}
.mbsc-ic-material-vertical-align-bottom::before {
  content: "\eaa3";
}
.mbsc-ic-material-wb-auto::before {
  content: "\eaa4";
}
.mbsc-ic-meteo-Celsius::before {
  content: "\eaa5";
}
.mbsc-ic-meteo-Fahrenheit::before {
  content: "\eaa6";
}
.mbsc-ic-meteo-cloud::before {
  content: "\eaa7";
}
.mbsc-ic-meteo-cloud2::before {
  content: "\eaa8";
}
.mbsc-ic-meteo-cloud3::before {
  content: "\eaa9";
}
.mbsc-ic-meteo-cloud4::before {
  content: "\eaaa";
}
.mbsc-ic-meteo-cloud5::before {
  content: "\eaab";
}
.mbsc-ic-meteo-cloudy::before {
  content: "\eab0";
}
.mbsc-ic-meteo-cloudy2::before {
  content: "\eaac";
}
.mbsc-ic-meteo-cloudy3::before {
  content: "\eaad";
}
.mbsc-ic-meteo-cloudy4::before {
  content: "\eaae";
}
.mbsc-ic-meteo-compass::before {
  content: "\eaaf";
}
.mbsc-ic-meteo-lightning::before {
  content: "\eab1";
}
.mbsc-ic-meteo-lightning2::before {
  content: "\eab2";
}
.mbsc-ic-meteo-lightning3::before {
  content: "\eab3";
}
.mbsc-ic-meteo-lightning4::before {
  content: "\eab4";
}
.mbsc-ic-meteo-lightning5::before {
  content: "\eab5";
}
.mbsc-ic-meteo-lines::before {
  content: "\eab6";
}
.mbsc-ic-meteo-moon::before {
  content: "\eab7";
}
.mbsc-ic-meteo-moon2::before {
  content: "\eab8";
}
.mbsc-ic-meteo-none::before {
  content: "\eab9";
}
.mbsc-ic-meteo-rainy::before {
  content: "\eaba";
}
.mbsc-ic-meteo-rainy2::before {
  content: "\eabb";
}
.mbsc-ic-meteo-rainy3::before {
  content: "\eabc";
}
.mbsc-ic-meteo-rainy4::before {
  content: "\eabd";
}
.mbsc-ic-meteo-snowflake::before {
  content: "\eabe";
}
.mbsc-ic-meteo-snowy::before {
  content: "\eabf";
}
.mbsc-ic-meteo-snowy2::before {
  content: "\eac0";
}
.mbsc-ic-meteo-snowy3::before {
  content: "\eac1";
}
.mbsc-ic-meteo-snowy4::before {
  content: "\eac2";
}
.mbsc-ic-meteo-snowy5::before {
  content: "\eac3";
}
.mbsc-ic-meteo-sun::before {
  content: "\eac4";
}
.mbsc-ic-meteo-sun2::before {
  content: "\eac5";
}
.mbsc-ic-meteo-sun3::before {
  content: "\eac6";
}
.mbsc-ic-meteo-sunrise::before {
  content: "\eac7";
}
.mbsc-ic-meteo-thermometer::before {
  content: "\eac8";
}
.mbsc-ic-meteo-weather::before {
  content: "\eac9";
}
.mbsc-ic-meteo-weather2::before {
  content: "\eaca";
}
.mbsc-ic-meteo-weather3::before {
  content: "\eacb";
}
.mbsc-ic-meteo-weather4::before {
  content: "\eacc";
}
.mbsc-ic-meteo-weather5::before {
  content: "\eacd";
}
.mbsc-ic-meteo-wind::before {
  content: "\eace";
}
.mbsc-ic-meteo-windy::before {
  content: "\eacf";
}
.mbsc-ic-meteo-windy2::before {
  content: "\ead0";
}
.mbsc-ic-meteo-windy3::before {
  content: "\ead1";
}
.mbsc-ic-meteo-windy4::before {
  content: "\ead2";
}
.mbsc-ic-meteo-windy5::before {
  content: "\ead3";
}
.mbsc-ic-minus::before {
  content: "\ead4";
}
.mbsc-ic-mobile::before {
  content: "\ead5";
}
.mbsc-ic-music::before {
  content: "\ead6";
}
.mbsc-ic-neutral::before {
  content: "\ead7";
}
.mbsc-ic-newspaper::before {
  content: "\ead8";
}
.mbsc-ic-office::before {
  content: "\ead9";
}
.mbsc-ic-pause2::before {
  content: "\eada";
}
.mbsc-ic-pencil::before {
  content: "\eadb";
}
.mbsc-ic-phone::before {
  content: "\eadc";
}
.mbsc-ic-play::before {
  content: "\eadd";
}
.mbsc-ic-play3::before {
  content: "\eade";
}
.mbsc-ic-plus::before {
  content: "\eadf";
}
.mbsc-ic-print::before {
  content: "\eae0";
}
.mbsc-ic-redo2::before {
  content: "\eae1";
}
.mbsc-ic-remove::before {
  content: "\eae2";
}
.mbsc-ic-reply::before {
  content: "\eae3";
}
.mbsc-ic-sad::before {
  content: "\eae4";
}
.mbsc-ic-sad2::before {
  content: "\eae5";
}
.mbsc-ic-share::before {
  content: "\eae6";
}
.mbsc-ic-smiley::before {
  content: "\eae7";
}
.mbsc-ic-smiley2::before {
  content: "\eae8";
}
.mbsc-ic-stack::before {
  content: "\eae9";
}
.mbsc-ic-star::before {
  content: "\eaea";
}
.mbsc-ic-star2::before {
  content: "\eaec";
}
.mbsc-ic-star3::before {
  content: "\eaeb";
}
.mbsc-ic-stop2::before {
  content: "\eaed";
}
.mbsc-ic-stopwatch::before {
  content: "\eaee";
}
.mbsc-ic-stream-sync::before {
  content: "\eaef";
}
.mbsc-ic-support::before {
  content: "\eaf0";
}
.mbsc-ic-tag::before {
  content: "\eaf1";
}
.mbsc-ic-thumbs-up::before {
  content: "\eaf2";
}
.mbsc-ic-thumbs-up2::before {
  content: "\eaf3";
}
.mbsc-ic-undo2::before {
  content: "\eaf4";
}
.mbsc-ic-unlocked::before {
  content: "\eaf5";
}
.mbsc-ic-upload::before {
  content: "\eaf6";
}
.mbsc-ic-user4::before {
  content: "\eaf7";
}
.mbsc-ic-volume-high::before {
  content: "\eaf8";
}
.mbsc-ic-volume-medium::before {
  content: "\eaf9";
}
.mbsc-ic-volume-mute2::before {
  content: "\eafa";
}
/* Animations */
@-webkit-keyframes mbsc-lv-spin {
  from {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes mbsc-lv-remove-right {
  /* Needed by Android 2.3 */
  to {
    -webkit-transform: translateX(100%);
  }
}
@-webkit-keyframes mbsc-lv-remove-left {
  /* Needed by Android 2.3 */
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-webkit-keyframes mbsc-lv-add-right {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes mbsc-lv-add-left {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes mbsc-lv-pop-in {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mbsc-lv-pop-out {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes mbsc-lv-collapse {
  from {
    padding: 0;
    border: 0;
  }
  to {
    padding: 0;
    border: 0;
    height: 0;
  }
}
@-webkit-keyframes mbsc-lv-expand {
  from {
    padding: 0;
    border: 0;
    height: 0;
  }
  to {
    padding: 0;
    border: 0;
  }
}
@-webkit-keyframes mbsc-lv-fill {
  from {
    -webkit-transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes mbsc-lv-spin {
  from {
    transform: rotate(180deg);
    opacity: 0;
  }
  to {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes mbsc-lv-remove-right {
  to {
    transform: translateX(100%);
  }
}
@keyframes mbsc-lv-remove-left {
  to {
    transform: translateX(-100%);
  }
}
@keyframes mbsc-lv-add-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mbsc-lv-add-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mbsc-lv-pop-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
  }
}
@keyframes mbsc-lv-pop-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes mbsc-lv-collapse {
  from {
    padding: 0;
    border: 0;
  }
  to {
    padding: 0;
    border: 0;
    height: 0;
  }
}
@keyframes mbsc-lv-expand {
  from {
    padding: 0;
    border: 0;
    height: 0;
  }
  to {
    padding: 0;
    border: 0;
  }
}
@keyframes mbsc-lv-fill {
  from {
    transform: scale(1, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
/* Backface visibility */
.mbsc-lv-stage-c-v,
.mbsc-lv-item,
.mbsc-lv-gr-title,
.mbsc-lv-ic-text {
  -webkit-transform: translate3d(0, 0, 0);
}
.mbsc-lv,
.mbsc-lv-fill-item {
  -webkit-backface-visibility: hidden;
}
/* Container */
.mbsc-lv-cont {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  user-select: none;
  touch-action: pan-y;
  font-size: 16px;
}
.mbsc-lv-rtl {
  direction: rtl;
}
/* List */
.mbsc-lv {
  display: none;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbsc-lv-dummy {
  display: block;
  margin-top: -1px;
  -webkit-backface-visibility: visible;
}
.mbsc-lv-v {
  display: block;
}
/* Grouped title */
.mbsc-lv-gr-title {
  position: relative;
  z-index: 3;
}
/* Fixed header */
.mbsc-lv-fixed-header {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
  z-index: 10;
}
.mbsc-lv-fixed-header-ctx {
  position: absolute;
}
/* Items */
.mbsc-lv .mbsc-lv-item {
  position: relative;
  z-index: 2;
  list-style: none;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-item-swiping {
  z-index: 1;
  overflow: visible;
}
.mbsc-lv-stage-c {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.mbsc-lv-stage-c-v {
  display: block;
}
.mbsc-lv-item-new-left {
  -webkit-transform: translateX(-100%);
}
.mbsc-lv-item-new-right {
  -webkit-transform: translateX(100%);
}
.mbsc-lv-item-remove-right {
  -webkit-animation: mbsc-lv-remove-right 200ms;
  -webkit-animation-delay: 1ms;
  /* Needed for iOS8 to prevent flicker */
  animation: mbsc-lv-remove-right 200ms;
}
.mbsc-lv-item-remove-left {
  -webkit-animation: mbsc-lv-remove-left 200ms;
  -webkit-animation-delay: 1ms;
  /* Needed for iOS8 to prevent flicker */
  animation: mbsc-lv-remove-left 200ms;
}
.mbsc-lv-item-add-right {
  -webkit-animation: mbsc-lv-add-right 200ms;
  animation: mbsc-lv-add-right 200ms;
}
.mbsc-lv-item-add-left {
  -webkit-animation: mbsc-lv-add-left 200ms;
  animation: mbsc-lv-add-left 200ms;
}
.mbsc-lv-item-pop-in {
  -webkit-animation: mbsc-lv-pop-in 200ms;
  animation: mbsc-lv-pop-in 200ms;
}
.mbsc-lv-item-pop-out {
  -webkit-animation: mbsc-lv-pop-out 200ms;
  animation: mbsc-lv-pop-out 200ms;
}
.mbsc-lv-item-collapse {
  visibility: hidden;
  -webkit-animation: mbsc-lv-collapse 200ms;
  animation: mbsc-lv-collapse 200ms;
}
.mbsc-lv-item-expand {
  visibility: hidden;
  -webkit-animation: mbsc-lv-expand 200ms;
  animation: mbsc-lv-expand 200ms;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-item-undo {
  position: absolute;
  left: 0;
  right: 0;
}
/* Reorder */
.mbsc-lv-cont .mbsc-lv-item.mbsc-lv-item-dragging {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .9;
  box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.5);
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.mbsc-lv-item-dragging .mbsc-lv-handle-c {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-ph {
  padding: 0;
  border: 0;
  visibility: hidden;
}
.mbsc-lv-fill-item {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
}
/* Sort handle */
.mbsc-lv-handle-c {
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  width: 2.5em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
}
.mbsc-lv-item-h-right {
  right: 0;
}
.mbsc-lv-item-h-left {
  left: 0;
}
.mbsc-lv-cont.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 2.5em;
}
.mbsc-lv-cont.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 2.5em;
}
.mbsc-lv-handle-bar-c {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -7px;
}
.mbsc-lv-handle-bar {
  position: relative;
  height: 2px;
  margin: 2px .625em;
  background: #888;
}
/* Icon and text */
.mbsc-lv-ic,
.mbsc-lv-ic-m {
  top: 0;
  text-align: center;
  text-shadow: none;
  font-size: .75em;
}
/* Stage icon */
.mbsc-lv-ic-s {
  position: absolute;
  top: 50%;
  margin-top: -0.9375em;
  width: 2.8em;
  height: 1.875em;
  line-height: 1.875em;
  font-size: 1.25em;
}
/* Stage icon container */
.mbsc-lv-ic-c {
  position: absolute;
  top: 0;
  height: 100%;
  line-height: 1.875em;
  color: #fff;
  cursor: pointer;
}
/* Stage text */
.mbsc-lv-ic-text {
  text-shadow: none;
  font-size: 1em;
}
/* Empty icon */
.mbsc-ic-none {
  border: 0;
}
.mbsc-ic-none:before {
  content: "0";
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}
/* Stage icon animation */
.mbsc-lv-ic-anim .mbsc-lv-ic-s {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mbsc-lv-ic-anim .mbsc-lv-ic-a {
  opacity: 1;
  -webkit-animation: mbsc-lv-spin 200ms;
  -webkit-transform: rotate(0);
  animation: mbsc-lv-spin 200ms;
  transform: rotate(0);
}
.mbsc-lv-ic-anim .mbsc-lv-ic-v {
  opacity: 1;
  -webkit-animation: none;
  -webkit-transform: rotate(0);
  animation: none;
  transform: rotate(0);
}
/* Stage icon and text left and right positioning */
.mbsc-lv-ic-left {
  left: 0;
}
.mbsc-lv-ic-move-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mbsc-lv-ic-right .mbsc-lv-ic,
.mbsc-lv-ic-move-left .mbsc-lv-ic {
  right: 0;
}
.mbsc-lv-ic-right .mbsc-lv-ic-text,
.mbsc-lv-ic-move-left .mbsc-lv-ic-text {
  padding: 0 3.5em 0 0.625em;
}
.mbsc-lv-ic-right {
  right: 0;
}
.mbsc-lv-ic-move-right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mbsc-lv-ic-left .mbsc-lv-ic,
.mbsc-lv-ic-move-right .mbsc-lv-ic {
  left: 0;
}
.mbsc-lv-ic-left .mbsc-lv-ic-text,
.mbsc-lv-ic-move-right .mbsc-lv-ic-text {
  padding: 0 0.625em 0 3.5em;
}
.mbsc-lv-ic-c .mbsc-lv-ic-only {
  width: 0;
  padding: 0 0 0 3.5em;
}
.mbsc-lv-ic-c .mbsc-lv-ic-text-only {
  padding: 0 0.625em;
}
/* Multiple icons */
.mbsc-lv-multi {
  position: absolute;
  top: 0;
  display: none;
  width: 90%;
  height: 100%;
  table-layout: fixed;
}
.mbsc-lv-multi-ic-right {
  right: 0;
}
.mbsc-lv-multi-ic-left {
  left: 0;
}
.mbsc-lv-right .mbsc-lv-multi-ic-right {
  display: table;
}
.mbsc-lv-left .mbsc-lv-multi-ic-left {
  display: table;
}
.mbsc-lv-ic-m {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .25em;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-lv-ic-m:before {
  display: block;
  padding: .25em 0;
  font-size: 1.333334em;
}
.mbsc-lv-ic-disabled {
  opacity: .5;
}
/* Hierarchy slide containers */
.mbsc-lv-sl-c {
  position: relative;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mbsc-lv-sl-r {
  -webkit-animation: mbsc-lv-remove-left 300ms;
  animation: mbsc-lv-remove-left 300ms;
}
.mbsc-lv-sl-l {
  -webkit-animation: mbsc-lv-remove-right 300ms;
  animation: mbsc-lv-remove-right 300ms;
}
.mbsc-lv-sl-l .mbsc-lv-sl-curr,
.mbsc-lv-sl-r .mbsc-lv-sl-curr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mbsc-lv-sl-r .mbsc-lv-sl-new {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mbsc-lv-sl-l .mbsc-lv-sl-new {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Hierarchy arrows */
.mbsc-lv-arr {
  position: absolute;
  top: 50%;
  width: 2em;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  margin-top: -1em;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-parent {
  padding-right: 2.25em;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-back {
  padding-left: 2.25em;
  z-index: 3;
}
.mbsc-lv-parent .mbsc-lv-arr {
  right: 0;
}
.mbsc-lv-handle-right .mbsc-lv-parent .mbsc-lv-arr {
  right: 40px;
}
.mbsc-lv-back .mbsc-lv-arr {
  left: 0;
}
/* Text enhance */
.mbsc-lv .mbsc-lv-txt {
  margin: 0;
  font-weight: normal;
}
.mbsc-lv h1.mbsc-lv-txt {
  font-size: 2em;
}
.mbsc-lv h2.mbsc-lv-txt {
  font-size: 1.5em;
}
.mbsc-lv h3.mbsc-lv-txt {
  font-size: 1.125em;
}
.mbsc-lv h4.mbsc-lv-txt {
  font-size: 1em;
}
.mbsc-lv h5.mbsc-lv-txt {
  font-size: .875em;
}
.mbsc-lv h6.mbsc-lv-txt {
  font-size: .625em;
}
.mbsc-lv p.mbsc-lv-txt {
  font-size: .75em;
}
/* Image and text enhance */
.mbsc-lv-img {
  position: absolute;
  max-height: 2.5em;
  max-width: 2.5em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mbsc-lv-cont .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 5em;
}
.mbsc-lv-cont .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 5em;
}
.mbsc-lv-img-left .mbsc-lv-img {
  left: 2.5em;
}
.mbsc-lv-img-right .mbsc-lv-img {
  right: 0;
}
.mbsc-lv-handle-left.mbsc-lv-cont .mbsc-lv-img-left {
  padding-left: 6.25em;
}
.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 3.75em;
}
.mbsc-lv-handle-right.mbsc-lv-cont .mbsc-lv-img-right {
  padding-right: 6.25em;
}
.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 1.25em;
}
/* Icon and text enhance */
.mbsc-lv-item-ic {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-lv-cont .mbsc-lv .mbsc-lv-item.mbsc-lv-item-ic-left {
  padding-left: 4em;
}
.mbsc-lv-cont .mbsc-lv .mbsc-lv-item.mbsc-lv-item-ic-right {
  padding-right: 4em;
}
.mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 1em;
}
.mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 1em;
}
.mbsc-lv-handle-left.mbsc-lv-cont .mbsc-lv .mbsc-lv-item-ic-left {
  padding-left: 5.5em;
}
.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 2.5em;
}
.mbsc-lv-handle-right.mbsc-lv-cont .mbsc-lv .mbsc-lv-item-ic-right {
  padding-right: 5.5em;
}
.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 2.5em;
}
/* Default theme*/
.mbsc-lv-mobiscroll {
  font-family: arial, verdana, sans-serif;
  padding-top: 1px;
}
.mbsc-lv-mobiscroll .mbsc-lv {
  background: #b1b1b1;
}
.mbsc-lv-mobiscroll .mbsc-lv-item {
  margin-top: -1px;
  padding: 1.25em;
  background: #f7f7f7;
  color: #454545;
  font-weight: normal;
}
.mbsc-lv-mobiscroll.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #eee;
}
.mbsc-lv-mobiscroll .mbsc-lv-item-hl:after,
.mbsc-lv-mobiscroll .mbsc-lv-item-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-lv-mobiscroll .mbsc-lv-gr-title {
  padding: 0 1.25em;
  font-size: .75em;
  text-transform: uppercase;
  line-height: 2em;
  background: #4eccc4;
  margin-top: -1px;
  color: #f7f7f7;
}
.mbsc-lv-mobiscroll .mbsc-lv-ic-m {
  color: #fff;
}
.mbsc-lv-mobiscroll .mbsc-lv-arr {
  color: #4eccc4;
}
.mbsc-lv-mobiscroll .mbsc-lv-handle-bar {
  background: #4eccc4;
}
.mbsc-lv-mobiscroll .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
  background: #4eccc4;
  color: #f7f7f7;
  box-shadow: none;
}
.mbsc-lv-mobiscroll .mbsc-lv-item-dragging .mbsc-lv-handle-bar {
  background: #f7f7f7;
}
.mbsc-lv-mobiscroll .mbsc-lv-item-dragging .mbsc-lv-arr {
  color: #f7f7f7;
}
.mbsc-input {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mbsc-input input,
.mbsc-input select,
.mbsc-input textarea {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mbsc-input-wrap,
.mbsc-input input,
.mbsc-input textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-input input,
.mbsc-input select,
.mbsc-input textarea {
  display: block;
  width: 100%;
  font-size: 1em;
}
.mbsc-input input:focus,
.mbsc-input select:focus,
.mbsc-input textarea:focus {
  outline: 0;
}
.mbsc-input-wrap {
  position: relative;
  display: block;
}
/* Textbox */
.mbsc-mobiscroll .mbsc-input input,
.mbsc-mobiscroll .mbsc-input textarea {
  height: 2.125em;
  padding: 0 0 1px 0;
  background: transparent;
  border-bottom: 1px solid #787878;
  font-size: 1em;
  color: #1f1f1f;
}
.mbsc-mobiscroll .mbsc-input input:focus,
.mbsc-mobiscroll .mbsc-input select:focus ~ input .mbsc-mobiscroll .mbsc-input textarea:focus,
.mbsc-mobiscroll .mbsc-input textarea:focus {
  border-color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-input input:disabled,
.mbsc-mobiscroll .mbsc-input textarea:disabled,
.mbsc-mobiscroll .mbsc-input select:disabled ~ input,
.mbsc-mobiscroll .mbsc-input select:disabled ~ .mbsc-select-ic {
  opacity: .4;
}
.mbsc-mobiscroll .mbsc-input input:-webkit-autofill,
.mbsc-mobiscroll .mbsc-input textarea:-webkit-autofill {
  padding: 0 .25em;
}
.mbsc-mobiscroll .mbsc-input {
  padding: .5em 1em;
}
.mbsc-mobiscroll .mbsc-input.mbsc-err input,
.mbsc-mobiscroll .mbsc-input.mbsc-err textarea {
  padding: 0;
  border-bottom: 1px solid #ec2a32;
}
/* Progress */
.mbsc-progress {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mbsc-progress progress {
  display: none;
}
.mbsc-progress .mbsc-input-wrap {
  position: relative;
  display: block;
}
.mbsc-progress .mbsc-input-ic {
  position: absolute;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-progress-cont {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mbsc-progress-track {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.mbsc-rtl .mbsc-progress-bar {
  left: auto;
  right: 0;
}
.mbsc-progress-anim .mbsc-progress-bar {
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.mbsc-progress-value {
  position: absolute;
  top: 50%;
  width: 3em;
  overflow: hidden;
  margin-top: -0.5em;
  line-height: 1em;
}
.mbsc-progress-value-right .mbsc-progress-value {
  right: 0;
  text-align: right;
}
.mbsc-rtl.mbsc-progress-value-right .mbsc-progress-value {
  right: auto;
  left: 0;
  text-align: left;
}
.mbsc-progress-value-left .mbsc-progress-value {
  left: 0;
  text-align: left;
}
.mbsc-rtl.mbsc-progress-value-left .mbsc-progress-value {
  left: auto;
  right: 0;
  text-align: right;
}
.mbsc-progress-step-label {
  position: absolute;
  top: 1em;
  width: 3.5em;
  font-size: .75em;
  text-align: center;
  overflow: hidden;
}
.mbsc-ltr .mbsc-progress-step-label {
  margin-left: -1.75em;
}
.mbsc-rtl .mbsc-progress-step-label {
  margin-right: -1.75em;
}
/* Mobiscroll Theme */
.mbsc-mobiscroll.mbsc-progress {
  padding: 1em;
}
.mbsc-mobiscroll.mbsc-progress .mbsc-label {
  font-size: .75em;
}
.mbsc-mobiscroll.mbsc-progress .mbsc-input-ic {
  top: .0625em;
  margin: 0;
  color: #787878;
}
.mbsc-ltr.mbsc-mobiscroll.mbsc-progress.mbsc-ic-left,
.mbsc-rtl.mbsc-mobiscroll.mbsc-progress.mbsc-ic-right {
  padding-left: 3.25em;
}
.mbsc-ltr.mbsc-mobiscroll.mbsc-progress.mbsc-ic-right,
.mbsc-rtl.mbsc-mobiscroll.mbsc-progress.mbsc-ic-left {
  padding-right: 3.25em;
}
.mbsc-ltr.mbsc-mobiscroll.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-rtl.mbsc-mobiscroll.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -2.625em;
}
.mbsc-ltr.mbsc-mobiscroll.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-rtl.mbsc-mobiscroll.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -2.625em;
}
.mbsc-mobiscroll .mbsc-progress-cont {
  padding: 1em 0;
}
.mbsc-mobiscroll .mbsc-progress-track {
  background: #dedede;
  border-radius: 1em;
  height: .125em;
}
.mbsc-mobiscroll .mbsc-progress-bar {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-progress-value {
  width: 3.75em;
  font-size: .875em;
}
.mbsc-ltr.mbsc-mobiscroll.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-mobiscroll.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.5em;
}
.mbsc-ltr.mbsc-mobiscroll.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-mobiscroll.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.5em;
}
/* Slider */
.mbsc-progress.mbsc-slider input {
  display: none;
}
.mbsc-ltr .mbsc-progress-anim .mbsc-slider-handle-cont {
  -webkit-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}
.mbsc-rtl .mbsc-progress-anim .mbsc-slider-handle-cont {
  -webkit-transition: right 0.1s ease-in-out;
  transition: right 0.1s ease-in-out;
}
.mbsc-slider-handle-cont {
  position: absolute;
  width: 2em;
  height: 2em;
  top: .0625em;
  margin-top: -1em;
  cursor: pointer;
}
.mbsc-ltr .mbsc-slider-handle-cont {
  right: -1em;
}
.mbsc-rtl .mbsc-slider-handle-cont {
  left: -1em;
}
.mbsc-ltr .mbsc-slider-handle-cont.mbsc-slider-handle-left {
  left: 0;
}
.mbsc-rtl .mbsc-slider-handle-cont.mbsc-slider-handle-left {
  right: 0;
}
.mbsc-ltr .mbsc-progress-track .mbsc-slider-handle-cont {
  margin-left: -1em;
}
.mbsc-rtl .mbsc-progress-track .mbsc-slider-handle-cont {
  margin-right: -1em;
}
.mbsc-slider-handle {
  position: absolute;
  top: .125em;
  right: 50%;
  margin: -0.5em -0.5em 0 0;
  z-index: 2;
}
.mbsc-slider-handle-cont .mbsc-slider-handle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-slider .mbsc-slider-handle:focus,
.mbsc-slider .mbsc-active .mbsc-slider-handle {
  outline: 0;
  z-index: 15;
}
.mbsc-slider .mbsc-handle-curr {
  z-index: 16;
}
.mbsc-slider-tooltip {
  position: absolute;
  right: 50%;
  opacity: 0;
  color: #000;
}
.mbsc-slider-step {
  position: absolute;
  top: 0;
  width: .125em;
  height: 100%;
  margin-left: -0.0625em;
}
/* Mobiscroll Theme */
.mbsc-mobiscroll.mbsc-slider .mbsc-input-wrap {
  padding: 0 .5em;
}
.mbsc-mobiscroll .mbsc-slider-step {
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-slider-handle {
  top: 50%;
  width: 1em;
  height: 1em;
  border-radius: 1.125em;
  background: #4eccc4;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mbsc-mobiscroll .mbsc-slider-handle:focus,
.mbsc-mobiscroll .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.mbsc-mobiscroll.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: .4;
}
.mbsc-mobiscroll.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mbsc-mobiscroll .mbsc-slider-tooltip {
  top: -1.91666em;
  width: 2.33333333em;
  height: 2.33333333em;
  border-radius: 2em;
  margin-right: -1.1666em;
  line-height: 2.33333333em;
  text-align: center;
  font-size: .75em;
  color: #eee;
  background-color: #4eccc4;
  z-index: 5;
  -webkit-transform: scale(0.4) translate3d(0, 5em, 0);
  transform: scale(0.4) translate3d(0, 5em, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.mbsc-mobiscroll .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.mbsc-mobiscroll.mbsc-slider-has-tooltip .mbsc-slider-handle:focus,
.mbsc-mobiscroll.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
/* Toast, snackbar */
.mbsc-toast .mbsc-fr-persp,
.mbsc-snackbar .mbsc-fr-persp {
  pointer-events: none;
}
.mbsc-toast .mbsc-fr-overlay,
.mbsc-snackbar .mbsc-fr-overlay {
  display: none;
}
.mbsc-toast.mbsc-fr .mbsc-fr-persp .mbsc-fr-popup,
.mbsc-snackbar.mbsc-fr .mbsc-fr-persp .mbsc-fr-popup {
  border: 0;
  box-shadow: none;
  line-height: 1.428572;
}
/* Snackbar */
.mbsc-snackbar .mbsc-fr-popup {
  pointer-events: auto;
}
.mbsc-snackbar.mbsc-fr .mbsc-fr-w {
  min-width: 18em;
  max-width: 36em;
  margin: 0 auto;
  padding: 0;
}
.mbsc-snackbar-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mbsc-snackbar-msg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1em;
}
.mbsc-snackbar .mbsc-snackbar-cont .mbsc-snackbar-btn {
  margin: -1em 0;
  padding: 1em;
  line-height: 1.428572;
  font-size: 1em;
  font-weight: 400;
}
.mbsc-snackbar.mbsc-no-touch.mbsc-fr .mbsc-fr-c .mbsc-btn-flat:not(:disabled):hover {
  background: none;
}
/* Toast */
.mbsc-toast.mbsc-fr .mbsc-fr-w {
  background: none;
}
.mbsc-toast.mbsc-fr .mbsc-fr-c.mbsc-wdg-c {
  text-align: center;
  padding-bottom: 4em;
}
.mbsc-toast .mbsc-toast-msg {
  display: inline-block;
  min-width: 10em;
  max-width: 50em;
  padding: .857143em 2em;
}
/* Alert, confirm, prompt */
.mbsc-alert.mbsc-fr .mbsc-fr-c.mbsc-wdg-c {
  padding: 1.714286em;
  max-width: 20em;
}
.mbsc-alert .mbsc-fr-c .mbsc-input {
  padding: 0;
}
.mbsc-alert.mbsc-fr h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.428572em;
  font-weight: bold;
}
.mbsc-alert.mbsc-fr p {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
}
/* Mobiscroll */
.mbsc-mobiscroll.mbsc-snackbar .mbsc-fr-w {
  background: #787878;
  color: #fff;
}
.mbsc-mobiscroll.mbsc-toast .mbsc-toast-msg {
  background: rgba(120, 120, 120, 0.9);
  border-radius: .5em;
  color: #fff;
}
/* Forms */
.mbsc-form {
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
.mbsc-form:before,
.mbsc-form:after {
  content: '';
  display: table;
}
.mbsc-form-group {
  margin: 1.5em 0;
}
.mbsc-form-group-inset {
  margin: 2em 1.5em;
}
/* No background inside widget */
.mbsc-wdg .mbsc-w-p .mbsc-form {
  background: none;
}
/* Other mobiscroll components inline */
.mbsc-input .mbsc-fr-inline .mbsc-fr-popup {
  display: block;
}
/* RTL mode */
.mbsc-rtl {
  direction: rtl;
}
.mbsc-err-msg {
  display: block;
  font-size: .75em;
}
.mbsc-checkbox,
.mbsc-switch,
.mbsc-radio,
.mbsc-stepper-cont {
  line-height: 1.25em;
}
.mbsc-checkbox,
.mbsc-switch,
.mbsc-btn,
.mbsc-radio,
.mbsc-segmented,
.mbsc-stepper-cont {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.mbsc-checkbox,
.mbsc-switch,
.mbsc-btn,
.mbsc-radio,
.mbsc-segmented,
.mbsc-stepper-cont {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mbsc-checkbox input,
.mbsc-switch input,
.mbsc-radio input,
.mbsc-segmented input,
.mbsc-btn {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mbsc-checkbox input,
.mbsc-switch input,
.mbsc-radio input,
.mbsc-select select,
.mbsc-segmented input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  margin: 0;
}
.mbsc-btn,
.mbsc-checkbox-box,
.mbsc-checkbox-box:after,
.mbsc-radio-box,
.mbsc-radio-box:after,
.mbsc-switch-track,
.mbsc-segmented,
.mbsc-progress progress,
.mbsc-stepper-cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-segmented .mbsc-segmented-content,
.mbsc-btn-flat .mbsc-btn-ic {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-desc {
  display: block;
  font-size: .75em;
  opacity: .6;
}
label.mbsc-input,
.mbsc-label {
  margin: 0;
  display: block;
  font-weight: normal;
}
.mbsc-control-w {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
/* Textbox, textarea, select */
.mbsc-input .mbsc-label {
  font-size: .875em;
}
.mbsc-input-ic {
  position: absolute;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-input-toggle {
  cursor: pointer;
}
.mbsc-ic-right .mbsc-input-ic {
  right: .5em;
}
.mbsc-ic-left .mbsc-input-ic {
  left: .5em;
}
.mbsc-ic-right input {
  padding-right: 2.4em;
}
.mbsc-ic-left input {
  padding-left: 2.4em;
}
/* Textarea */
.mbsc-input textarea {
  resize: none;
  overflow: hidden;
  line-height: 1.5em;
}
.mbsc-input .mbsc-textarea-scroll {
  overflow: auto;
}
/* Select */
.mbsc-select select {
  /* Makes it work on Android 2.3 */
  top: -1px;
}
.mbsc-select select option {
  color: initial;
}
.mbsc-select-ic {
  display: none;
}
/* Checkbox */
.mbsc-checkbox {
  padding: .5em;
}
.mbsc-checkbox-box {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.375em;
  height: 1.375em;
}
.mbsc-checkbox-box:after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mbsc-checkbox input:checked + .mbsc-checkbox-box:after {
  opacity: 1;
}
/* Radio */
.mbsc-radio {
  padding: .5em;
}
.mbsc-radio-box {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 1.25em;
}
.mbsc-radio-box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .625em;
  height: .625em;
  margin-top: -0.3125em;
  margin-left: -0.3125em;
  border-radius: .625em;
  opacity: 0;
}
.mbsc-radio input:checked + .mbsc-radio-box:after {
  opacity: 1;
}
/* Switch */
.mbsc-switch {
  padding: .5em;
}
.mbsc-switch-track {
  position: absolute;
  top: 50%;
  display: block;
  width: 3.375em;
  height: 1.625em;
  -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.mbsc-switch .mbsc-switch-track .mbsc-progress-track {
  height: 100%;
  background: none;
}
.mbsc-switch .mbsc-switch-track .mbsc-slider-handle-cont {
  top: 50%;
  z-index: 4;
}
.mbsc-switch-handle {
  position: absolute;
  display: block;
}
.mbsc-switch-txt-off,
.mbsc-switch-txt-on {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  font-size: .625em;
  text-align: center;
  line-height: 2em;
}
/* Segmented control & Stepper */
.mbsc-segmented {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mbsc-segmented .mbsc-segmented-item {
  margin: 0;
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
}
.mbsc-segmented-content {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .875em;
  font-weight: normal;
  z-index: 2;
}
.mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-segmented input:disabled + .mbsc-segmented-content {
  z-index: 0;
}
.mbsc-stepper {
  position: absolute;
  display: block;
  width: auto;
  right: 1em;
  top: 50%;
}
.mbsc-rtl .mbsc-stepper {
  right: auto;
  left: 1em;
}
.mbsc-stepper-cont .mbsc-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-segmented-item:focus {
  outline: 0;
}
.mbsc-stepper input {
  position: absolute;
  left: 4.142857em;
  width: 4.142857em;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: .875em;
  text-align: center;
  opacity: 1;
  z-index: 4;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.mbsc-stepper input::-webkit-outer-spin-button,
.mbsc-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mbsc-form .mbsc-stepper-val-right .mbsc-stepper input {
  left: auto;
  right: 0;
}
.mbsc-form.mbsc-rtl .mbsc-stepper-val-right .mbsc-stepper input {
  right: auto;
  left: 0;
}
.mbsc-form .mbsc-stepper-val-left .mbsc-stepper input {
  left: 0;
}
.mbsc-form.mbsc-rtl .mbsc-stepper-val-left .mbsc-stepper input {
  right: 0;
}
.mbsc-stepper .mbsc-segmented-item {
  width: 3.625em;
}
.mbsc-stepper-cont.mbsc-stepper-val-left .mbsc-stepper .mbsc-segmented-item:nth-child(2) .mbsc-segmented-content,
.mbsc-stepper-cont.mbsc-stepper-val-right .mbsc-stepper .mbsc-segmented-item:last-child .mbsc-segmented-content {
  /* Strong rule is needed to override disabled styling */
  border: 0;
  background: transparent;
}
.mbsc-form .mbsc-stepper-cont .mbsc-stepper {
  padding: 0;
}
.mbsc-segmented-item .mbsc-control,
.mbsc-stepper .mbsc-segmented-content {
  cursor: pointer;
}
.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-segmented input:disabled,
.mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content {
  cursor: not-allowed;
}
/* Buttons */
.mbsc-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 1em;
  cursor: pointer;
}
.mbsc-btn:disabled {
  cursor: not-allowed;
}
.mbsc-btn:focus {
  outline: 0;
}
.mbsc-btn-ic {
  line-height: 1;
}
.mbsc-btn-group-block .mbsc-btn,
.mbsc-btn-block {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mbsc-btn-group-justified {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mbsc-btn-group-justified .mbsc-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
/* Mobiscroll theme */
.mbsc-mobiscroll.mbsc-form {
  background: #f7f7f7;
  color: #454545;
}
.mbsc-mobiscroll.mbsc-form *::-moz-selection {
  color: #fff;
  background: #4eccc4;
}
.mbsc-mobiscroll.mbsc-form *::selection {
  color: #fff;
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-divider,
.mbsc-mobiscroll .mbsc-form-group-title {
  padding: 1.5em 1em .5em 1em;
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-err-msg {
  padding-top: .75em;
  font-size: .75em;
  color: #de3226;
}
/* Textbox */
.mbsc-mobiscroll .mbsc-input-ic {
  top: .0625em;
  margin: -2px 0 0 0;
  color: #787878;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right {
  padding-left: 3.25em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left {
  padding-right: 3.25em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-ic-left .mbsc-ic.mbsc-left-ic,
.mbsc-mobiscroll.mbsc-rtl .mbsc-ic-right .mbsc-ic.mbsc-right-ic {
  right: auto;
  left: -2.625em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-ic-right .mbsc-ic.mbsc-right-ic,
.mbsc-mobiscroll.mbsc-rtl .mbsc-ic-left .mbsc-ic.mbsc-left-ic {
  left: auto;
  right: -2.625em;
}
.mbsc-mobiscroll .mbsc-input .mbsc-label {
  font-size: .75em;
}
/* Textarea */
.mbsc-mobiscroll .mbsc-input textarea {
  padding-top: .25em;
}
/* Select */
.mbsc-mobiscroll.mbsc-ltr .mbsc-select input {
  padding-right: 1.25em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select input {
  padding-left: 1.25em;
}
.mbsc-mobiscroll .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: .5625em;
  right: 0;
  text-align: center;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select-ic {
  right: auto;
  left: 0;
}
/* Select inline */
.mbsc-mobiscroll .mbsc-select-inline .mbsc-select-ic {
  display: none;
}
/* Checkbox */
.mbsc-mobiscroll .mbsc-checkbox {
  padding: 1em 3.125em 1em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-checkbox {
  padding: 1em 1em 1em 3.125em;
}
.mbsc-mobiscroll .mbsc-checkbox-box {
  background: #4eccc4;
  margin-top: -0.5625em;
  width: 1.125em;
  height: 1.125em;
  right: 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-checkbox-box {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-checkbox-box:after {
  top: 0.25em;
  left: .185em;
  width: .8125em;
  height: .4375em;
  border: .125em solid #fff;
  border-top: 0;
  border-right: 0;
}
.mbsc-mobiscroll .mbsc-checkbox input:disabled + .mbsc-checkbox-box {
  background: #d6d6d6;
}
/* Radio */
.mbsc-mobiscroll .mbsc-radio {
  padding: 1em 3.125em 1em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-radio {
  padding: 1em 1em 1em 3.125em;
}
.mbsc-mobiscroll .mbsc-radio-box {
  right: 1em;
  width: 1.125em;
  height: 1.125em;
  margin-top: -0.5625em;
  background: transparent;
  border: .125em solid #4eccc4;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-radio-box:after {
  width: .5em;
  height: .5em;
  margin-top: -0.25em;
  margin-left: -0.25em;
  background: #4eccc4;
  border-radius: .625em;
}
.mbsc-mobiscroll .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
}
.mbsc-mobiscroll .mbsc-radio input:disabled + .mbsc-radio-box {
  border-color: #d6d6d6;
}
.mbsc-mobiscroll .mbsc-radio input:disabled + .mbsc-radio-box:after {
  background: #d6d6d6;
}
/* Checkbox, Switch, Radio */
.mbsc-mobiscroll .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-mobiscroll .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-mobiscroll .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-mobiscroll .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-mobiscroll .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-mobiscroll .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: .4;
}
.mbsc-mobiscroll .mbsc-checkbox-box:after,
.mbsc-mobiscroll .mbsc-radio-box:after {
  opacity: 1;
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
.mbsc-mobiscroll .mbsc-checkbox input:checked + .mbsc-checkbox-box:after,
.mbsc-mobiscroll .mbsc-radio input:checked + .mbsc-radio-box:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
/* Buttons */
.mbsc-mobiscroll .mbsc-btn {
  margin: .5em;
  padding: .6875em;
  background: #4ECCC4;
  color: #f0f0f0;
  font-size: 1em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-btn-ic {
  padding-right: .6875em;
}
.mbsc-mobiscroll .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0 .5em;
}
.mbsc-mobiscroll .mbsc-btn:disabled {
  background: #dedede;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  opacity: .8;
}
.mbsc-mobiscroll .mbsc-btn.mbsc-active {
  opacity: .6;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  opacity: 1;
  background: rgba(78, 204, 196, 0.1);
}
.mbsc-mobiscroll .mbsc-btn-flat.mbsc-active {
  opacity: 1;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-flat {
  background: transparent;
  color: #4ECCC4;
  border-color: transparent;
}
.mbsc-mobiscroll .mbsc-btn-flat:disabled {
  background: transparent;
  color: #c9c9c9;
}
.mbsc-mobiscroll .mbsc-btn-group,
.mbsc-mobiscroll .mbsc-btn-group-justified {
  padding: 0 .5em;
}
.mbsc-mobiscroll .mbsc-btn-group-block {
  padding: 0 1em;
}
/* Switch */
.mbsc-mobiscroll .mbsc-switch {
  padding: 1em 4.375em 1em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-switch {
  padding: 1em 1em 1em 4.375em;
}
.mbsc-mobiscroll .mbsc-switch-track {
  right: 1em;
  width: 2.375em;
  height: .875em;
  padding: 0 .75em;
  margin-top: -0.4375em;
  background: #dedede;
  border-radius: 1.25em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-switch-handle {
  top: .25em;
  left: .25em;
  margin: 0;
  width: 1.5em;
  height: 1.5em;
  background: #c9c9c9;
  border-radius: 1.25em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-switch-handle {
  right: .25em;
}
.mbsc-mobiscroll .mbsc-active .mbsc-switch-handle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mbsc-mobiscroll .mbsc-switch input:checked + .mbsc-switch-track {
  background: #b4e5e2;
}
.mbsc-mobiscroll .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #d6d6d6;
  opacity: .7;
}
.mbsc-mobiscroll .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #e2e2e2;
}
/* Stepper and Segmented */
.mbsc-mobiscroll .mbsc-segmented {
  padding: .5em 1em;
}
.mbsc-mobiscroll .mbsc-segmented-content {
  height: 2.28571428em;
  margin: 0 -0.071428em;
  line-height: 2.28575em;
  padding: 0 .285714em;
  border: .142857em solid #4ECCC4;
  text-transform: uppercase;
  color: #4ECCC4;
}
.mbsc-mobiscroll .mbsc-stepper input {
  color: #454545;
}
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #4ECCC4;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em 1em 1.75em 12.875em;
}
.mbsc-mobiscroll .mbsc-stepper {
  margin-top: -1.125em;
}
.mbsc-mobiscroll .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #d6d6d6;
  border-color: #d6d6d6;
  background: transparent;
}
.mbsc-mobiscroll .mbsc-stepper input:disabled {
  color: #d6d6d6;
  -webkit-text-fill-color: #d6d6d6;
}
.mbsc-mobiscroll .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #d6d6d6;
  color: #f0f0f0;
}
.mbsc-mobiscroll .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content {
  background: transparent;
  color: #d6d6d6;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(78, 204, 196, 0.1);
}
.mbsc-msr .mbsc-sc-whl-gr {
  direction: ltr;
}
.mbsc-msr .mbsc-rtl .mbsc-sc-whl-w {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.mbsc-msr .mbsc-rtl .mbsc-msr-whl-unit {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* Menustrip */
.mbsc-ms-c {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  user-select: none;
  touch-action: pan-y;
  text-align: center;
}
.mbsc-ms-item,
.mbsc-ms-item-i {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-ms-sc {
  position: relative;
}
.mbsc-ms-rtl {
  direction: rtl;
}
/* Flex */
.mbsc-ms,
.mbsc-ms-sc,
.mbsc-ms-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mbsc-ms {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.mbsc-ms-item {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  margin: 0;
  font-size: 1em;
  line-height: 1.25;
  min-width: 4em;
  padding: .75em .5em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-property: color, background, border-color, text-shadow;
  -webkit-transition-duration: 200ms;
  transition-property: color, background, border-color, text-shadow;
  transition-duration: 200ms;
}
.mbsc-ms-c .mbsc-ms .mbsc-ms-item a {
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}
.mbsc-ms .mbsc-ms-item.mbsc-btn-d {
  opacity: .5;
  cursor: not-allowed;
}
.mbsc-ms-hasw .mbsc-ms-item {
  white-space: normal;
  min-width: 0;
}
/* Icon styling */
.mbsc-ms-icons .mbsc-ms-item {
  min-width: 6em;
  padding: 1.666667em .5em;
  font-size: .75em;
}
/* Icon + text styling */
.mbsc-ms-icons.mbsc-ms-txt .mbsc-ms-item {
  padding-top: 3em;
  padding-bottom: .5em;
}
.mbsc-ms-ic:before {
  position: absolute;
  top: .25em;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
}
.mbsc-ms-top,
.mbsc-ms-bottom {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
}
.mbsc-ms-ctx.mbsc-ms-top,
.mbsc-ms-ctx.mbsc-ms-bottom {
  position: absolute;
}
.mbsc-ms-top {
  top: 0;
}
.mbsc-ms-bottom {
  bottom: 0;
}
/* Mobiscroll Theme */
.mbsc-mobiscroll.mbsc-ms-c {
  background: #f7f7f7;
  color: #454545;
}
.mbsc-mobiscroll.mbsc-ms-c .mbsc-ms-sc .mbsc-ms .mbsc-ms-item.mbsc-btn-a {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-ms-item:not(.mbsc-btn-d):hover {
  background: rgba(78, 204, 196, 0.1);
}
.mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item {
  border: 2px solid transparent;
  border-width: 2px 0;
}
.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-top {
  border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-bottom {
  border-top: 1px solid #4eccc4;
}
.mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item-sel {
  border-bottom-color: #4eccc4;
}
.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel {
  border-top-color: #4eccc4;
  border-bottom-color: transparent;
}
.mbsc-mobiscroll.mbsc-ms-a .mbsc-ms-item-sel {
  color: #4eccc4;
}
/* Numpad */
.mbsc-np-hdr {
  position: relative;
}
.mbsc-np-dsp {
  direction: ltr;
  padding: .5em 1.75em .5em .5em;
  text-align: left;
  font-size: 2em;
  line-height: .8;
}
.mbsc-np-sup {
  display: inline-block;
  font-size: .375em;
  vertical-align: top;
}
.mbsc-np-del {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.5em;
  text-align: center;
}
.mbsc-np-del:before {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  font-size: 2em;
  line-height: 1;
}
.mbsc-np-ph {
  display: inline-block;
  min-width: .5625em;
  text-align: center;
  vertical-align: top;
}
.mbsc-np-tbl-c {
  min-width: 15em;
  /*display: inline-block;*/
}
.mbsc-fr-top .mbsc-np-tbl-c,
.mbsc-fr-bottom .mbsc-np-tbl-c {
  display: block;
}
.mbsc-np-tbl {
  direction: ltr;
  display: table;
  width: 100%;
  font-size: 1.375em;
}
.mbsc-np-row {
  display: table-row;
}
.mbsc-np-btn {
  position: relative;
  z-index: 0;
  width: 33.3333333333%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 3em;
  -webkit-user-select: none;
}
.mbsc-np-btn.mbsc-fr-btn-a {
  opacity: 1;
}
/* Timespan */
.mbsc-np-time {
  text-transform: uppercase;
}
.mbsc-np-ts-h,
.mbsc-np-ts-m {
  font-weight: bold;
}
/* Default theme */
.mbsc-mobiscroll .mbsc-np-del {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-np-tbl-c {
  padding: .5em;
}
.mbsc-mobiscroll .mbsc-np-btn.mbsc-fr-btn-d {
  opacity: .5;
}
/* Page */
.mbsc-page-ctx {
  margin: 0;
  padding: 0;
  height: 100%;
}
.mbsc-page {
/*  min-height: 100%; */
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
.mbsc-page,
.mbsc-page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* RTL mode */
.mbsc-rtl {
  direction: rtl;
}
/* Typography */
.mbsc-padding {
  padding: 1em;
}
.mbsc-page h1,
.mbsc-page h2,
.mbsc-page h3,
.mbsc-page h4,
.mbsc-page h5,
.mbsc-page h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: normal;
  font-family: inherit;
}
.mbsc-page p {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
}
.mbsc-page a {
  text-decoration: none;
}
.mbsc-page a:hover {
  text-decoration: underline;
}
.mbsc-page h1 {
  margin: .347826em 0;
  font-size: 2.875em;
}
.mbsc-page h2 {
  margin: .470588em 0;
  font-size: 2.125em;
}
.mbsc-page h3 {
  margin: .666666em 0;
  font-size: 1.5em;
}
.mbsc-page h4 {
  margin: .8em 0;
  font-size: 1.25em;
}
.mbsc-page h5 {
  margin: 1.066666em 0;
  font-size: .9375em;
}
.mbsc-page h6 {
  margin: 1.333333em 0;
  font-size: .75em;
}
.mbsc-ultra-bold {
  font-weight: 900;
}
.mbsc-bold {
  font-weight: bold;
}
.mbsc-medium {
  font-weight: 500;
}
.mbsc-light {
  font-weight: 300;
}
.mbsc-thin {
  font-weight: 100;
}
.mbsc-italic {
  font-style: italic;
}
.mbsc-align-left {
  text-align: left;
}
.mbsc-align-right {
  text-align: right;
}
.mbsc-align-center {
  text-align: center;
}
/* Mobiscroll theme */
.mbsc-mobiscroll.mbsc-page {
  background: #f7f7f7;
  color: #454545;
}
.mbsc-mobiscroll a {
  color: #4ECCC4;
}
/* Range */
.mbsc-range-btn,
.mbsc-range-btn-t,
.mbsc-range-btn-c {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-range-btn-t {
  display: table;
  width: 100%;
}
.mbsc-range-btn-c {
  display: table-cell;
  width: 50%;
  cursor: pointer;
}
.mbsc-range-btn {
  text-decoration: none;
  display: block;
  line-height: 20px;
}
/* Default */
.mbsc-mobiscroll .mbsc-range-btn-t {
  padding: .5em .25em 0 .25em;
}
.mbsc-mobiscroll .mbsc-range-btn {
  margin: 0 .3333em;
  padding: .3333em;
  border: 1px solid #4eccc4;
  font-size: .75em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t .mbsc-range-btn-sel .mbsc-range-btn {
  background: #4eccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-range .mbsc-fr-w {
  padding: 0;
}
.mbsc-mobiscroll.mbsc-range .mbsc-fr-hdr {
  padding-top: .6666em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i {
  color: #454545;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #4eccc4;
  color: #f7f7f7;
}
/* Rating */
.mbsc-rating .mbsc-ltr .mbsc-sc-itm {
  text-align: left;
}
.mbsc-rating .mbsc-rtl .mbsc-sc-itm {
  text-align: right;
}
.mbsc-rating-txt {
  padding-left: 5px;
  margin-top: -0.1em;
}
.mbsc-rating-icon {
  display: inline-block;
  width: 1.8em;
  text-align: center;
  font-size: 22px;
  vertical-align: top;
  color: #e9bb2f;
}
.mbsc-rating-icon-unf {
  color: #eee;
}
.mbsc-rating-circle {
  display: inline-block;
  background: #959595;
  text-align: center;
  padding: 0;
  margin: 0 7px;
  width: 26px;
  height: 26px;
  font-family: Verdana;
  font-size: 16px;
  line-height: 26px;
  vertical-align: top;
  border-radius: 20px;
  position: relative;
  top: 50%;
  margin-top: -13px;
}
.mbsc-rating-circle-unf {
  background: #5d5d5d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Default theme */
.mbsc-mobiscroll .mbsc-rating-icon {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-rating-icon-unf {
  color: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-rating-circle {
  background: #4eccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-rating-circle-unf {
  background: none;
  border: 1px solid #4eccc4;
}
/* Scroller */
.mbsc-sc-whl-o,
.mbsc-sc-btn {
  /* Prevent flickering on animation */
  -webkit-transform: translateZ(0);
}
/* Force content box */
.mbsc-sc .mbsc-sc-whl-gr-c,
.mbsc-sc .mbsc-sc-whl-c,
.mbsc-sc .mbsc-sc-whl-l,
.mbsc-sc .mbsc-sc-whl {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Force border box */
.mbsc-sc-whl-gr-c,
.mbsc-sc-itm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-sc-whl-gr-c {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.mbsc-fr-bottom .mbsc-sc-whl-gr-c,
.mbsc-fr-top .mbsc-sc-whl-gr-c,
.mbsc-fr-inline .mbsc-sc-whl-gr-c,
.mbsc-fr-liq .mbsc-sc-whl-gr-c {
  display: block;
}
.mbsc-sc-whl-gr {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mbsc-sc-whl-w {
  max-width: 100%;
  position: relative;
}
.mbsc-fr-liq .mbsc-sc-whl-w {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.mbsc-sc-whl-o {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.mbsc-sc-whl-l {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: block;
}
.mbsc-sc-whl {
  overflow: hidden;
  border-radius: 1px;
  /* Forces IE to respect overflow hidden while animating */
  border-top: 1px solid transparent;
  /* Fixes Firefox rendering issues */
  border-bottom: 1px solid transparent;
}
.mbsc-sc-whl-c {
  position: relative;
  z-index: 1;
  top: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.mbsc-sc-whl-sc {
  position: relative;
}
.mbsc-sc-itm {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-sc-itm-inv,
.mbsc-sc-itm-inv-h {
  opacity: .3;
}
.mbsc-sc-lbl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none;
}
.mbsc-sc-lbl-v .mbsc-sc-lbl {
  display: block;
}
.mbsc-sc-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mbsc-sc-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.mbsc-sc-whl-a .mbsc-sc-btn {
  opacity: 0;
}
.mbsc-sc-btn-plus {
  bottom: 0;
}
.mbsc-sc-btn-minus {
  top: 0;
}
/* 3D */
.mbsc-sc-whl-gr-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.mbsc-sc-whl-gr-3d .mbsc-sc-whl {
  /* For iOS to respect z-index */
  overflow: visible;
}
.mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  overflow: hidden;
}
.mbsc-sc-whl-3d {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mbsc-sc-itm-3d {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mbsc-sc-itm-del {
  display: none;
}
/* Multiline */
.mbsc-sc-itm-ml {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
/* Multiple */
.mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center;
}
/* Default Theme */
.mbsc-mobiscroll .mbsc-sc-whl-gr {
  padding: .5em .25em;
}
.mbsc-mobiscroll .mbsc-sc-whl-w {
  margin: 0 .25em;
}
.mbsc-mobiscroll .mbsc-sc-whl-o {
  display: none;
}
.mbsc-mobiscroll .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  margin-top: 1.875em;
}
.mbsc-mobiscroll .mbsc-sc-lbl {
  color: #4eccc4;
  font-size: .75em;
  line-height: 2.5em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-sc-whl-l {
  border-top: 1px solid #4eccc4;
  border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll .mbsc-sc-btn {
  color: #4eccc4;
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-sc-btn:before {
  font-size: 1.5em;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-btn:hover:before,
.mbsc-mobiscroll .mbsc-sc-btn-a:before {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-sc-itm {
  padding: 0 .25em;
  font-size: 1.375em;
}
.mbsc-mobiscroll .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(78, 204, 196, 0.3);
}
/* Multiple select */
.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}
.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
  color: #4eccc4;
}
/* Select */
.mbsc-sel-hdn {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mbsc-sel .mbsc-sel-gr {
  padding: 0 .25em;
  opacity: 1;
  font-weight: bold;
  text-align: left;
}
.mbsc-sel .mbsc-fr-c {
  position: relative;
}
.mbsc-sel-multi .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}
.mbsc-sel-empty {
  display: none;
  opacity: .6;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2em;
  margin-top: -1em;
  font-size: 1.5em;
  line-height: 2em;
}
.mbsc-sel-empty-v {
  display: block;
}
.mbsc-sel-filter-clear {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.5em;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.125em;
}
.mbsc-sel-filter-show-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mbsc-sel-input-wrap {
  position: relative;
}
.mbsc-sel .mbsc-ltr .mbsc-sel-filter-cont .mbsc-sel-filter-input {
  padding-right: 1.5em;
}
.mbsc-sel .mbsc-rtl .mbsc-sel-filter-cont .mbsc-sel-filter-input {
  padding-left: 1.5em;
}
.mbsc-ltr .mbsc-sel-filter-clear {
  right: 0;
}
.mbsc-rtl .mbsc-sel-filter-clear {
  left: 0;
}
/* Mobiscroll theme */
.mbsc-mobiscroll .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 .25em;
  font-size: 1.125em;
}
/* Timer */
.mbsc-timer .mbsc-timer-lbl {
  display: none;
}
/* Default theme */
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-cont {
  display: table;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-w {
  width: 1px;
  text-align: left;
  display: table-cell;
  float: none;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-w:last-child {
  width: auto;
  text-align: right;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-w .mbsc-fr-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
/* Timespan */
.mbsc-ts .mbsc-ts-lbl {
  display: none;
}
/* Widget */
.mbsc-wdg .mbsc-wdg-c {
  position: relative;
  z-index: 0;
  font-size: 14px;
  text-align: left;
  white-space: normal;
}
.mbsc-wdg .mbsc-wdg-c.mbsc-w-p {
  padding: 1em;
}
/* Calendar base */
.mbsc-android-holo .mbsc-cal-sc-c {
  background: #292829;
}
.mbsc-android-holo .mbsc-cal-sc-m-cell {
  border-top: 1px solid #444;
}
.mbsc-android-holo .mbsc-cal-week-nrs-c {
  background: #292829;
}
.mbsc-android-holo .mbsc-cal-week-nr-i {
  color: #555;
  padding: 0;
  border-top: 1px solid #444;
}
.mbsc-android-holo .mbsc-cal {
  padding: .833334em;
  font-size: .75em;
}
.mbsc-android-holo .mbsc-cal-multi {
  padding: .833334em 1.333334em;
}
.mbsc-android-holo .mbsc-cal-header {
  line-height: 3em;
}
/* Prev / Next buttons */
.mbsc-android-holo .mbsc-cal-btnw {
  height: 2em;
}
.mbsc-android-holo .mbsc-cal-btn {
  height: 2.25em;
  line-height: 2.25em;
}
.mbsc-android-holo .mbsc-cal-hl-now .mbsc-cal-today {
  color: #31b6e7;
}
.mbsc-android-holo .mbsc-cal-btn-txt {
  color: #7e7e7e;
  font-size: 1.875em;
}
.mbsc-android-holo .mbsc-cal .mbsc-cal-header .mbsc-cal-btnc .mbsc-cal-btnw .mbsc-cal-btn {
  background: none;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-cal-btn:hover .mbsc-cal-btn-txt,
.mbsc-android-holo .mbsc-fr-btn-a .mbsc-cal-btn-txt {
  background: none;
  color: #319abd;
}
/* Week days */
.mbsc-android-holo .mbsc-cal th {
  color: #555;
}
/* Calendar days */
.mbsc-android-holo .mbsc-cal-day {
  border-top: 1px solid #444;
  text-align: center;
}
.mbsc-android-holo .mbsc-cal-hide-diff .mbsc-cal-row:not(:first-child) .mbsc-cal-day-diff {
  border-top-color: transparent;
}
.mbsc-android-holo .mbsc-cal .mbsc-cal-sc-sel,
.mbsc-android-holo .mbsc-cal .mbsc-cal-day-sel {
  background: rgba(49, 182, 231, 0.5);
  color: #fff;
}
.mbsc-android-holo .mbsc-cal .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #31b6e7;
  color: #fff;
}
/* Liquid layout */
.mbsc-android-holo.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn,
.mbsc-android-holo.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w {
  border-radius: 0;
}
.mbsc-android-holo.mbsc-cal-liq .mbsc-cal {
  padding: 0;
}
/* Tabs */
.mbsc-android-holo .mbsc-cal-tabs {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: .625em;
  font-weight: bold;
  line-height: 1.4em;
}
.mbsc-android-holo .mbsc-cal-tab {
  border: 5px solid #333;
  border-left: 0;
  border-right: 0;
}
.mbsc-android-holo .mbsc-cal-tab:first-child .mbsc-cal-tab-i {
  border-color: transparent;
}
.mbsc-android-holo .mbsc-cal-tabs .mbsc-cal-tab-i {
  color: #fff;
  margin: .8em 0;
  border-left: 1px solid #444;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-cal-tabs .mbsc-cal-tab:hover .mbsc-cal-tab-i {
  background: none;
}
.mbsc-android-holo .mbsc-rtl .mbsc-cal-tabs .mbsc-cal-tab-i {
  border-left: 0;
  border-right: 1px solid #444;
}
.mbsc-android-holo .mbsc-cal-tabs .mbsc-cal-tab-sel {
  border-bottom: 5px solid #31b6e7;
}
/* Marked */
.mbsc-android-holo .mbsc-cal-day-m {
  left: 3px;
  right: 3px;
  bottom: 3px;
}
.mbsc-android-holo .mbsc-cal-day-m-t {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mbsc-android-holo .mbsc-cal-day-m-c {
  display: table-cell;
  height: 3px;
  background: #31b6e7;
  border-radius: 0;
}
/* Frame */
.mbsc-android-holo .mbsc-fr-w {
  background: #292829;
  color: #fff;
  border-radius: .25em;
  font-size: 16px;
}
.mbsc-android-holo .mbsc-fr-hdr {
  color: #31b6e7;
  padding: 0 .5em;
  min-height: 2em;
  line-height: 2em;
  border-bottom: 2px solid #31b6e7;
  font-size: 1.125em;
}
/* Buttons */
.mbsc-android-holo .mbsc-fr-btn-cont {
  border-top: 1px solid #424542;
}
.mbsc-android-holo .mbsc-fr-btn {
  height: 2.6em;
  line-height: 2.6em;
  color: #fff;
  font-size: .875em;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-android-holo .mbsc-fr-btn-a {
  background: rgba(49, 182, 231, 0.5);
}
.mbsc-android-holo .mbsc-fr-btn-w .mbsc-fr-btn {
  border-left: 1px solid #424542;
}
.mbsc-android-holo .mbsc-ltr .mbsc-fr-btn-w:first-child .mbsc-fr-btn,
.mbsc-android-holo .mbsc-rtl .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border: 0;
  border-radius: 0 0 0 .285714em;
}
.mbsc-android-holo .mbsc-ltr .mbsc-fr-btn-w:last-child .mbsc-fr-btn,
.mbsc-android-holo .mbsc-rtl .mbsc-fr-btn-w:first-child .mbsc-fr-btn {
  border-radius: 0 0 .285714em 0;
}
/* Top, bottom mode */
.mbsc-android-holo.mbsc-fr-inline .mbsc-fr-w,
.mbsc-android-holo.mbsc-fr-top .mbsc-fr-w,
.mbsc-android-holo.mbsc-fr-bottom .mbsc-fr-w,
.mbsc-android-holo.mbsc-fr-inline .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn,
.mbsc-android-holo.mbsc-fr-top .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn,
.mbsc-android-holo.mbsc-fr-bottom .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn {
  border-radius: 0;
}
/* Bubble positioning */
.mbsc-android-holo .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #292829 transparent;
}
.mbsc-android-holo .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #292829 transparent transparent transparent;
}
/* Progress */
.mbsc-android-holo.mbsc-progress {
  padding: .75em;
}
.mbsc-android-holo.mbsc-progress .mbsc-input-ic {
  top: .25em;
}
.mbsc-ltr.mbsc-android-holo.mbsc-progress.mbsc-ic-right,
.mbsc-rtl.mbsc-android-holo.mbsc-progress.mbsc-ic-left {
  padding-right: 3.25em;
}
.mbsc-ltr.mbsc-android-holo.mbsc-progress.mbsc-ic-left,
.mbsc-rtl.mbsc-android-holo.mbsc-progress.mbsc-ic-right {
  padding-left: 3.25em;
}
.mbsc-android-holo.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-rtl.mbsc-android-holo.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -2.375em;
}
.mbsc-android-holo.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-rtl.mbsc-android-holo.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -2.375em;
}
.mbsc-android-holo.mbsc-progress .mbsc-input-wrap {
  padding: 0;
}
.mbsc-android-holo.mbsc-progress .mbsc-label {
  padding: 0;
  font-size: .75em;
}
.mbsc-android-holo .mbsc-progress-cont {
  padding: 1em 0;
}
.mbsc-android-holo .mbsc-progress-track {
  background: #818181;
  height: .125em;
}
.mbsc-android-holo .mbsc-progress-bar {
  background: #31c6e7;
}
.mbsc-android-holo .mbsc-progress-value {
  font-size: .75em;
  width: 4em;
}
.mbsc-ltr.mbsc-android-holo.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-android-holo.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.25em;
}
.mbsc-ltr.mbsc-android-holo.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-android-holo.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.25em;
}
.mbsc-android-holo .mbsc-progress-step-label {
  top: 1.5em;
}
/* Slider */
.mbsc-android-holo.mbsc-slider .mbsc-input-wrap {
  padding: 0 .9375em;
}
.mbsc-android-holo .mbsc-slider-step {
  background: #fff;
}
.mbsc-android-holo .mbsc-slider-handle {
  top: 50%;
  width: .625em;
  height: .625em;
  margin: -0.3125em -0.3125em 0 0;
  border-radius: .625em;
  background: #31c6e7;
}
.mbsc-android-holo .mbsc-slider-handle.mbsc-active {
  background: #fff;
}
.mbsc-android-holo .mbsc-slider-handle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.9375em;
  margin-left: -0.9375em;
  border-radius: 1.875em;
  height: 1.875em;
  width: 1.875em;
  content: ' ';
  background: rgba(67, 198, 231, 0.3);
}
.mbsc-android-holo .mbsc-slider-handle:focus:after,
.mbsc-android-holo .mbsc-active .mbsc-slider-handle:after {
  margin-top: -1em;
  margin-left: -1em;
  border: 1px solid #29799c;
}
.mbsc-android-holo .mbsc-slider-tooltip {
  width: 3em;
  top: -1.25em;
  margin-right: -1.5em;
  text-align: center;
  color: #fff;
  background: #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-android-holo .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-android-holo .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
}
.mbsc-android-holo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  background: #fff;
  opacity: .4;
}
.mbsc-android-holo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  width: .25em;
  height: .25em;
  margin: -0.125em -0.125em 0 0;
  border-radius: .625em;
  background: #fff;
}
.mbsc-android-holo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle:after {
  margin-top: -0.9375em;
  margin-left: -0.9375em;
  border: 0;
  background: rgba(200, 200, 200, 0.5);
}
.mbsc-android-holo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #a9a9a9;
}
/* android-holo theme */
.mbsc-android-holo.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-android-holo.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-android-holo.mbsc-color .mbsc-fr-c {
  padding: .5em 0;
}
.mbsc-android-holo .mbsc-color-active,
.mbsc-android-holo.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: .75em;
  box-shadow: inset 0 0 0 .1875em #31b6e7;
}
.mbsc-android-holo .mbsc-color-clear-item,
.mbsc-android-holo .mbsc-color-item {
  border-radius: .5em;
}
.mbsc-android-holo .mbsc-color-preview-item {
  border-radius: .375em;
}
.mbsc-android-holo .mbsc-color-preview-cont {
  padding-top: .5em;
  border-color: #424542;
}
.mbsc-android-holo .mbsc-color-preview-item-c.mbsc-color-active {
  border-radius: .625em;
}
.mbsc-android-holo .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-android-holo .mbsc-color-clear-cross {
  height: 129%;
  top: -8px;
  left: 50%;
}
.mbsc-android-holo.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2em;
  padding: 0 .125em;
  background: #000;
  border: 0;
  border-bottom: 5px solid #a9a9a9;
  outline: 4px solid #000;
  outline-offset: -5px;
  color: #fff;
}
.mbsc-android-holo .mbsc-color-input:empty:not(:focus):before {
  padding: 0 .75em;
}
.mbsc-android-holo.mbsc-form .mbsc-color-input-item {
  height: 1.4375em;
  border-radius: .125em;
}
.mbsc-android-holo .mbsc-dt-whl-h:after {
  content: ':';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1.25em;
  height: 2em;
  margin-top: -1em;
  line-height: 2em;
}
.mbsc-android-holo .mbsc-cal-events {
  background: #fff;
  margin: .375em .375em .5em .375em;
}
.mbsc-android-holo .mbsc-cal-events-b {
  margin: .5em .375em .375em .375em;
}
.mbsc-android-holo .mbsc-cal-event {
  background: #7e7e7e;
  font-size: .75em;
}
.mbsc-android-holo .mbsc-cal-event-color {
  background: #31b6e7;
}
.mbsc-android-holo .mbsc-cal-day-txt {
  background: #444;
  color: #fff;
}
/* Listview */
.mbsc-lv-android-holo {
  font-family: arial, verdana, sans-serif;
}
.mbsc-lv-android-holo .mbsc-lv {
  background: #484848;
}
.mbsc-lv-android-holo .mbsc-lv-item {
  margin-top: -1px;
  padding: 1.25em;
  background: #292829;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
}
.mbsc-lv-android-holo.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #383838;
}
.mbsc-lv-android-holo .mbsc-lv-item-hl,
.mbsc-lv-android-holo .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #484848;
}
.mbsc-lv-android-holo .mbsc-lv-fill-item {
  background: rgba(255, 255, 255, 0.5);
}
.mbsc-lv-android-holo .mbsc-lv-handle-bar-c {
  margin-top: -9px;
  border-left: 1px solid #888;
}
.mbsc-lv-android-holo .mbsc-lv-handle-bar {
  margin: 3px .625em;
  background: #888;
}
.mbsc-lv-android-holo.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 3.5em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 3.5em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-left .mbsc-lv-handle-bar-c {
  border-left: 0;
  border-right: 1px solid #888;
}
.mbsc-lv-android-holo .mbsc-lv-gr-title {
  background: #292829;
  line-height: 2em;
  color: #bbb;
  font-size: 0.8em;
  font-weight: bold;
  padding: 1em 1.625em 0 1.625em;
  margin-top: -1px;
  border-bottom: 2px solid #484848;
  text-transform: uppercase;
}
.mbsc-lv-android-holo .mbsc-lv-ic-m {
  color: #fff;
}
.mbsc-lv-android-holo .mbsc-lv .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
  background: #31b6e7;
  background: rgba(49, 182, 231, 0.5);
  box-shadow: none;
}
.mbsc-lv-android-holo .mbsc-lv-gr-title .mbsc-lv-img {
  height: 2.4em;
  margin-top: -0.1em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 2.25em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 4.75em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 3.5em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 3.5em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-left .mbsc-lv-img-left {
  padding-left: 7em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-right .mbsc-lv-img-right {
  padding-right: 7em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-left .mbsc-lv-item-ic-left {
  padding-left: 6.5em;
}
.mbsc-lv-android-holo.mbsc-lv-handle-right .mbsc-lv-item-ic-right {
  padding-right: 6.5em;
}
/* Input */
.mbsc-android-holo .mbsc-input {
  padding: .75em;
}
.mbsc-android-holo .mbsc-input input,
.mbsc-android-holo .mbsc-input textarea {
  height: 2em;
  padding: 0 .75em;
  background: #000;
  border: 0;
  border-bottom: 5px solid #a9a9a9;
  outline: 4px solid #000;
  outline-offset: -5px;
  color: #fff;
}
.mbsc-android-holo.mbsc-wdg .mbsc-input textarea,
.mbsc-android-holo.mbsc-wdg .mbsc-input input,
.mbsc-lv-android-holo .mbsc-input input,
.mbsc-lv-android-holo .mbsc-input textarea {
  background: #292929;
  outline: 4px solid #292929;
}
.mbsc-android-holo .mbsc-input textarea {
  padding: .25em .75em 0 .75em;
}
.mbsc-android-holo .mbsc-input input:focus,
.mbsc-android-holo .mbsc-input select:focus + input,
.mbsc-android-holo .mbsc-input textarea:focus {
  border-color: #31c6e7;
}
.mbsc-android-holo .mbsc-input.mbsc-err input,
.mbsc-android-holo .mbsc-input.mbsc-err textarea {
  border-color: #f35047;
}
.mbsc-android-holo .mbsc-input .mbsc-control:focus ~ .mbsc-select-ic {
  border-color: transparent #31c6e7 #31c6e7 transparent;
}
.mbsc-android-holo .mbsc-input select:disabled ~ input,
.mbsc-android-holo .mbsc-input textarea:disabled,
.mbsc-android-holo .mbsc-input input:disabled {
  opacity: .4;
}
.mbsc-android-holo .mbsc-input textarea:-webkit-autofill,
.mbsc-android-holo .mbsc-input input:-webkit-autofill {
  border-color: #faffbd;
  box-shadow: 0 0 0 50em #000 inset;
  -webkit-text-fill-color: #fff;
}
/* Snackbar */
.mbsc-android-holo.mbsc-snackbar .mbsc-fr-w {
  background: #323232;
  color: #fff;
}
.mbsc-android-holo.mbsc-snackbar .mbsc-snackbar-btn {
  color: #eeff41;
  text-transform: uppercase;
}
/* Toast */
.mbsc-android-holo.mbsc-toast .mbsc-toast-msg {
  background: rgba(80, 80, 80, 0.9);
  border-radius: 1.571429em;
  color: #fff;
}
/* Forms */
.mbsc-android-holo.mbsc-form {
  background: #000;
  color: #fff;
}
.mbsc-android-holo.mbsc-form *::-moz-selection {
  color: #fff;
  background: #31c6e7;
}
.mbsc-android-holo.mbsc-form *::selection {
  color: #fff;
  background: #31c6e7;
}
.mbsc-android-holo .mbsc-padding {
  padding: .75em;
}
.mbsc-android-holo .mbsc-divider,
.mbsc-android-holo .mbsc-form-group-title {
  margin: 0 1em;
  padding: 2em 0 1em 0;
  border-bottom: 1px solid #31c6e7;
  font-size: .75em;
  color: #31c6e7;
  text-transform: uppercase;
}
.mbsc-android-holo .mbsc-err-msg {
  color: #f35047;
  float: right;
  padding-top: .375em;
}
/* Textbox, textarea, select */
.mbsc-android-holo .mbsc-select input {
  padding: 0 .75em;
  outline: 0;
  border-width: 0 0 1px;
  padding-bottom: 4px;
}
.mbsc-android-holo .mbsc-input-ic {
  top: 0;
  margin-top: -3px;
}
.mbsc-android-holo .mbsc-input .mbsc-label {
  font-size: .75em;
  padding: 0 1em;
}
.mbsc-android-holo.mbsc-ltr .mbsc-ic-left input,
.mbsc-android-holo.mbsc-ltr .mbsc-ic-left textarea,
.mbsc-android-holo.mbsc-rtl .mbsc-ic-right input,
.mbsc-android-holo.mbsc-rtl .mbsc-ic-right textarea {
  padding-left: 2.4em;
}
.mbsc-android-holo.mbsc-ltr .mbsc-ic-right input,
.mbsc-android-holo.mbsc-ltr .mbsc-ic-right textarea,
.mbsc-android-holo.mbsc-rtl .mbsc-ic-left input,
.mbsc-android-holo.mbsc-rtl .mbsc-ic-left textarea {
  padding-right: 2.4em;
}
.mbsc-android-holo .mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  border: 5px solid black;
  border-color: transparent #a9a9a9 #a9a9a9 transparent;
}
.mbsc-android-holo .mbsc-ic-left .mbsc-left-ic,
.mbsc-android-holo.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: .125em;
}
.mbsc-android-holo .mbsc-ic-right .mbsc-right-ic,
.mbsc-android-holo.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: .125em;
}
.mbsc-android-holo .mbsc-select-ic:before {
  display: none;
}
/* Select inline */
.mbsc-android-holo .mbsc-select-inline .mbsc-input-wrap .mbsc-select-ic {
  display: none;
}
/* Checkbox, radio, switch */
.mbsc-android-holo .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-android-holo .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-android-holo .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-android-holo .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-android-holo .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-android-holo .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-android-holo .mbsc-switch input:disabled + .mbsc-switch-track,
.mbsc-android-holo .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-android-holo .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: .4;
}
/* Checkbox */
.mbsc-android-holo.mbsc-form .mbsc-checkbox {
  padding: 1.25em 3em 1.25em .75em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-checkbox {
  padding: 1.25em .75em 1.25em 3em;
}
.mbsc-android-holo .mbsc-checkbox-box {
  width: 1em;
  height: 1em;
  border: 1px solid #4e4e4e;
  background: transparent;
  right: 1.25em;
  margin-top: -0.5em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-checkbox-box {
  right: auto;
  left: 1.25em;
}
.mbsc-android-holo .mbsc-checkbox-box:after {
  top: 0;
  left: 16%;
  width: .925em;
  height: .438em;
  border: 3px solid #31c6e7;
  border-top: 0;
  border-right: 0;
}
.mbsc-android-holo .mbsc-checkbox input:disabled + .mbsc-checkbox-box:after {
  border-color: #444;
}
.mbsc-android-holo .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box:before {
  position: absolute;
  height: 2em;
  width: 2em;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -1em;
  border-radius: 3px;
  content: ' ';
  background: rgba(55, 55, 55, 0.6);
}
/* Radio */
.mbsc-android-holo.mbsc-form .mbsc-radio {
  padding: 1.25em 3.25em 1.25em .75em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-radio {
  padding: 1.25em .75em 1.25em 3.25em;
}
.mbsc-android-holo .mbsc-radio-box {
  background: transparent;
  border: 2px solid #4e4e4e;
  right: 1.25em;
  margin-top: -0.625em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.25em;
}
.mbsc-android-holo .mbsc-radio-box:after {
  background: #31c6e7;
}
.mbsc-android-holo .mbsc-radio input:checked:disabled + .mbsc-radio-box:after {
  background: #7b7e82;
}
.mbsc-android-holo .mbsc-radio input.mbsc-active + .mbsc-radio-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25em;
  margin-left: -1.25em;
  border-radius: 2.5em;
  height: 2.5em;
  width: 2.5em;
  content: ' ';
  background: rgba(55, 55, 55, 0.6);
}
/* Button */
.mbsc-android-holo .mbsc-btn {
  margin: .5em .25em;
  padding: .625em;
  color: #fff;
  background: #5c5c5c;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mbsc-android-holo .mbsc-btn-ic {
  padding-right: .625em;
}
.mbsc-android-holo .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0 .625em;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  background: #676767;
}
.mbsc-android-holo .mbsc-btn.mbsc-active {
  background: #757575;
}
.mbsc-android-holo .mbsc-btn:disabled {
  background: #e5e5e5;
  color: #b5b5b5;
  box-shadow: none;
}
.mbsc-android-holo .mbsc-btn.mbsc-btn-flat {
  border-color: transparent;
  background: transparent;
  font-weight: bold;
  box-shadow: none;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  opacity: .8;
}
.mbsc-android-holo .mbsc-btn-flat.mbsc-active {
  opacity: .6;
}
.mbsc-android-holo .mbsc-btn-flat:disabled {
  opacity: .2;
  background: transparent;
  color: #fff;
}
.mbsc-android-holo .mbsc-btn-group,
.mbsc-android-holo .mbsc-btn-group-justified {
  padding: .25em .5em;
}
.mbsc-android-holo .mbsc-btn-group-block {
  padding: .25em .75em;
}
/* Switch */
.mbsc-android-holo.mbsc-form .mbsc-switch {
  padding: 1.25em 7.25em 1.25em .75em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-switch {
  padding: 1.25em .75em 1.25em 7.25em;
}
.mbsc-android-holo .mbsc-switch-track {
  background: #464646;
  width: 4.625em;
  height: 1.25em;
  right: 1.25em;
  padding: 0 1.125em;
  margin-top: -0.625em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1.25em;
}
.mbsc-android-holo .mbsc-switch-handle {
  top: .375em;
  left: -0.125em;
  height: 100%;
  width: 2.25em;
  height: 1.25em;
  margin: 0;
  background: #676767;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.mbsc-android-holo.mbsc-rtl .mbsc-switch-handle {
  left: auto;
  right: -0.125em;
}
.mbsc-android-holo .mbsc-switch-handle:after {
  display: none;
}
.mbsc-android-holo .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-txt-off {
  display: none;
}
.mbsc-android-holo .mbsc-switch-handle .mbsc-switch-txt-off,
.mbsc-android-holo .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-txt-on {
  display: block;
}
.mbsc-android-holo .mbsc-switch input.mbsc-active + .mbsc-switch-track .mbsc-switch-handle {
  background: #737373;
}
.mbsc-android-holo .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #29799c;
}
.mbsc-android-holo .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #a6a7a6;
}
/* Segmented & Stepper */
.mbsc-android-holo .mbsc-segmented {
  padding: .75em;
}
.mbsc-android-holo .mbsc-segmented-content {
  height: 2.2857145em;
  margin: 0 -0.07142857em;
  line-height: 2.2857145em;
  padding: 0 .428571em;
  text-transform: capitalize;
  border: .142857em solid #31c6e7;
}
.mbsc-android-holo .mbsc-stepper-cont {
  padding: 1.75em 12.375em 1.75em .75em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em .75em 1.75em 12.375em;
}
.mbsc-android-holo .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #31c6e7;
}
.mbsc-android-holo .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #757575;
}
.mbsc-android-holo .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(49, 198, 231, 0.35);
}
.mbsc-android-holo .mbsc-stepper-control .mbsc-segmented-content {
  border: 0;
  background: #5c5c5c;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mbsc-android-holo.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-android-holo.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-android-holo.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-android-holo.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content {
  border-top-left-radius: .142857em;
  border-bottom-left-radius: .142857em;
}
.mbsc-android-holo.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-android-holo.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,
.mbsc-android-holo.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-android-holo.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content {
  border-top-right-radius: .142857em;
  border-bottom-right-radius: .142857em;
}
.mbsc-android-holo .mbsc-stepper .mbsc-stepper-val {
  border: 0;
  background: #f5f5f5;
  color: #000;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mbsc-android-holo .mbsc-stepper {
  right: .75em;
  margin-top: -1em;
}
.mbsc-android-holo.mbsc-rtl .mbsc-stepper {
  right: auto;
  left: .75em;
}
.mbsc-android-holo .mbsc-stepper .mbsc-segmented-content {
  margin: 0;
}
.mbsc-android-holo .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #b5b5b5;
  border-color: #5c5c5c;
  background: transparent;
}
.mbsc-android-holo .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content,
.mbsc-android-holo .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-android-holo .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content {
  background: #e5e5e5;
  color: #b5b5b5;
  border-color: #e5e5e5;
}
.mbsc-android-holo .mbsc-stepper .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  background: #f5f5f5;
}
.mbsc-android-holo .mbsc-stepper-val-left .mbsc-segmented-item:nth-child(2) .mbsc-segmented-content,
.mbsc-android-holo .mbsc-stepper-val-right .mbsc-segmented-item:last-child .mbsc-segmented-content {
  box-shadow: none;
}
.mbsc-android-holo .mbsc-stepper input {
  color: #000;
  z-index: 3;
}
.mbsc-android-holo .mbsc-stepper-val-left input,
.mbsc-android-holo .mbsc-stepper-val-right input {
  color: #fff;
}
.mbsc-android-holo .mbsc-stepper input:disabled {
  color: #b5b5b5;
  -webkit-text-fill-color: #b5b5b5;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(49, 182, 231, 0.2);
}
.mbsc-android-holo.mbsc-no-touch .mbsc-stepper-control:hover .mbsc-segmented-content {
  background: #676767;
}
/* Menustrip */
.mbsc-android-holo.mbsc-ms-c {
  background: #292929;
  color: #fff;
}
.mbsc-android-holo .mbsc-ms-item {
  text-transform: uppercase;
  font-size: .75em;
  padding: 1em .75em;
}
.mbsc-android-holo .mbsc-ms-icons .mbsc-ms-item {
  padding: 1.833334em .75em;
}
.mbsc-android-holo .mbsc-ms-icons.mbsc-ms-txt .mbsc-ms-item {
  padding-top: 3.5em;
  padding-bottom: .833334em;
}
.mbsc-android-holo .mbsc-ms-ic:before {
  top: .333334em;
}
.mbsc-android-holo.mbsc-ms-c .mbsc-ms-sc .mbsc-ms .mbsc-ms-item.mbsc-btn-a {
  color: #fff;
  background: #29799c;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-ms-item:not(.mbsc-btn-d):hover {
  background: rgba(49, 182, 231, 0.2);
}
.mbsc-android-holo.mbsc-ms-a .mbsc-ms-item-sel {
  color: #31b6e7;
}
.mbsc-android-holo.mbsc-ms-b.mbsc-ms-top {
  border-bottom: 1px solid #31b6e7;
}
.mbsc-android-holo.mbsc-ms-b.mbsc-ms-bottom {
  border-top: 1px solid #31b6e7;
}
.mbsc-android-holo.mbsc-ms-b .mbsc-ms-item {
  border: 1px solid transparent;
  border-width: 3px 0;
}
.mbsc-android-holo.mbsc-ms-b .mbsc-ms-item:after {
  position: absolute;
  content: '';
  right: 0;
  top: 13%;
  height: 74%;
  width: 1px;
  background: #444;
}
.mbsc-android-holo .mbsc-btn-a.mbsc-ms-item:after,
.mbsc-android-holo.mbsc-ms-b .mbsc-ms-item:last-child:after {
  content: none;
}
.mbsc-android-holo .mbsc-btn-a.mbsc-ms-item,
.mbsc-android-holo.mbsc-ms-ltr .mbsc-ms-item:first-child,
.mbsc-android-holo.mbsc-ms-rtl .mbsc-ms-item:last-child {
  border-color: transparent;
}
.mbsc-android-holo.mbsc-ms-b .mbsc-ms-item-sel.mbsc-ms-item {
  border-bottom-color: #31b6e7;
}
.mbsc-android-holo.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel.mbsc-ms-item {
  border-top-color: #31b6e7;
  border-bottom-color: transparent;
}
/* Android Holo */
.mbsc-android-holo .mbsc-np-hdr {
  border-bottom: 1px solid #424542;
}
.mbsc-android-holo .mbsc-np-btn.mbsc-fr-btn-d {
  opacity: .3;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-fr-c .mbsc-np-del:hover {
  color: rgba(49, 182, 231, 0.5);
  background: transparent;
}
/* Page */
.mbsc-android-holo.mbsc-page {
  background: #000;
  color: #fff;
}
.mbsc-android-holo a {
  color: #31c6e7;
}
/* Range */
.mbsc-android-holo .mbsc-range-btn-t {
  padding: 4px 2px;
}
.mbsc-android-holo .mbsc-range-btn {
  margin: 0 2px;
  padding: 4px;
  color: #fff;
  background: #444;
  font-size: 0.75em;
  border-radius: 0;
}
.mbsc-android-holo .mbsc-range-btn-sel .mbsc-range-btn {
  background: #31b6e7;
}
.mbsc-android-holo-light .mbsc-range-btn {
  background: #e5e5e5;
  color: #000;
}
.mbsc-android-holo-light .mbsc-range-btn-sel .mbsc-range-btn {
  background: #4bbde8;
}
/* Rating */
.mbsc-android-holo .mbsc-rating-icon {
  color: #31b6e7;
}
.mbsc-android-holo .mbsc-rating-icon-same {
  opacity: 0.3;
}
.mbsc-android-holo .mbsc-rating-circle {
  color: #000;
  background: #999;
}
.mbsc-android-holo .mbsc-rating-circle-unf {
  background: #636363;
}
.mbsc-android-holo-light .mbsc-rating-circle {
  color: #fff;
}
/* Scroller */
.mbsc-android-holo .mbsc-sc-whl-gr {
  padding: .0625em .625em;
}
.mbsc-android-holo .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding: 1.875em .625em .0625em .625em;
}
.mbsc-android-holo .mbsc-sc-lbl {
  font-size: .75em;
  line-height: 2.5em;
}
.mbsc-android-holo .mbsc-sc-whl-w {
  margin: 0 .625em;
}
.mbsc-android-holo .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(0.52, rgba(40, 40, 40, 0)), color-stop(0.48, rgba(40, 40, 40, 0)), to(#282828));
  background: -webkit-linear-gradient(#282828, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828);
  background: linear-gradient(#282828, rgba(40, 40, 40, 0) 52%, rgba(40, 40, 40, 0) 48%, #282828);
}
.mbsc-android-holo .mbsc-sc-whl-l {
  border-top: 2px solid #31b6e7;
  border-bottom: 2px solid #31b6e7;
}
.mbsc-android-holo .mbsc-sc-itm {
  color: #fff;
  font-size: 1.125em;
}
.mbsc-android-holo .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(49, 182, 231, 0.5);
}
.mbsc-android-holo .mbsc-sc-btn {
  color: #7e7e7e;
  background: #292829;
}
.mbsc-android-holo.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-android-holo .mbsc-sc-btn-a {
  background: #292829;
  color: #319abd;
}
.mbsc-android-holo .mbsc-sc-btn:before {
  font-size: 1.625em;
}
/* Multiple select */
.mbsc-android-holo .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: none;
}
.mbsc-android-holo .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.25em;
}
.mbsc-android-holo .mbsc-sc-whl-multi .mbsc-sc-itm:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: .625em;
  width: .875em;
  height: .875em;
  margin-top: -0.5625em;
  border: 1px solid #424542;
}
.mbsc-android-holo .mbsc-sc-itm-ph:after {
  display: none;
}
.mbsc-android-holo .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  z-index: 2;
  top: 50%;
  left: auto;
  right: .625em;
  width: .875em;
  color: #31b6e7;
  margin-top: -0.625em;
  line-height: .875em;
  text-shadow: 0 0 .375em #29799c;
}
/* Group select */
.mbsc-android-holo .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 .375em;
  font-size: 1em;
  font-weight: normal;
}
.mbsc-android-holo .mbsc-sc-whl .mbsc-sel-gr:after {
  display: none;
}
/* Filter */
.mbsc-android-holo .mbsc-input .mbsc-sel-filter-input {
  background: #292829;
  outline: 4px solid #292829;
}
.mbsc-android-holo.mbsc-rtl .mbsc-sel-filter-input {
  padding-right: .75em;
}
/* Timer */
.mbsc-android-holo.mbsc-timer .mbsc-sc-whl-gr {
  padding-top: .0625em;
}
.mbsc-android-holo.mbsc-timer .mbsc-sc-lbl-v .mbsc-timer-lbl {
  display: inline;
  visibility: hidden;
  font-size: 1.125em;
  padding: 0 0 0 .375em;
}
.mbsc-android-holo.mbsc-timer .mbsc-sc-lbl {
  z-index: 3;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: auto;
  margin-top: -1.25em;
  padding: 0 .375em;
  color: #31b6e7;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: lowercase;
}
.mbsc-android-holo.mbsc-timer .mbsc-sc-itm {
  text-overflow: clip;
}
/* Timespan */
.mbsc-android-holo.mbsc-ts .mbsc-fr-hdr {
  font-size: 16px;
}
/* Calendar base */
.mbsc-bootstrap .mbsc-cal-c {
  padding: 4px;
}
.mbsc-bootstrap .mbsc-cal-sc-c {
  max-width: none;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.mbsc-bootstrap .mbsc-cal-btn {
  background: none;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  box-shadow: none;
  color: inherit;
}
.mbsc-bootstrap .mbsc-cal-btn-txt {
  height: 40px;
  text-decoration: none;
}
.mbsc-bootstrap .mbsc-cal-btn-txt .glyphicon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  text-indent: 0;
}
.mbsc-bootstrap .mbsc-cal-day {
  padding: 1px;
  text-align: center;
}
.mbsc-bootstrap .mbsc-cal-day .mbsc-cal-day-i {
  display: block;
  border: 0;
  line-height: 29px;
}
.mbsc-bootstrap .mbsc-cal-day-hl .mbsc-cal-day-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
}
.mbsc-bootstrap .mbsc-cal-tabs ul {
  padding: 4px 4px 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-bootstrap .mbsc-cal-tab {
  margin-bottom: -1px;
}
.mbsc-bootstrap .mbsc-cal-week-nrs-c {
  padding: 0;
  border: 0;
  min-width: 0;
  max-width: none;
  border-radius: 0;
  box-shadow: none;
}
/* Marked */
.mbsc-bootstrap .mbsc-cal-day-m-c {
  background: #aaa;
}
/* Liquid mode */
.mbsc-bootstrap.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-popup {
  border: 0;
  border-radius: 0;
}
/* Frame */
.mbsc-bootstrap .mbsc-fr-popup {
  display: block;
  padding: 0;
}
.mbsc-bootstrap .mbsc-fr-hdr {
  padding: 0 14px;
  min-height: 37px;
  line-height: 37px;
}
.mbsc-bootstrap .mbsc-fr-w {
  font-family: inherit;
  padding: 0;
}
.mbsc-bootstrap .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.mbsc-bootstrap .mbsc-fr-btn-cont {
  padding: 0 2px 4px 2px;
}
.mbsc-bootstrap .mbsc-fr-btn {
  display: block;
  margin: 0 2px;
}
/* Inline mode */
.mbsc-bootstrap.mbsc-inline .mbsc-fr-popup {
  display: inline-block;
}
/* Top/bottom mode */
.mbsc-bootstrap.mbsc-fr-inline .mbsc-fr-popup,
.mbsc-bootstrap.mbsc-fr-top .mbsc-fr-popup,
.mbsc-bootstrap.mbsc-fr-bottom .mbsc-fr-popup {
  border-radius: 0;
}
/* Bubble mode */
.mbsc-bootstrap .mbsc-fr-arr-i {
  height: 0;
  margin: 0 10px;
  padding: 0;
  border: 0;
  display: block;
}
.mbsc-bootstrap .mbsc-fr-bubble-top .mbsc-fr-arr-w {
  bottom: 0;
}
.mbsc-bootstrap .mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  top: 0;
}
/* Color */
.mbsc-bootstrap.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-bootstrap.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-bootstrap.mbsc-color .mbsc-fr-w {
  min-width: 230px;
}
.mbsc-bootstrap.mbsc-color .mbsc-ic-material-check:before {
  margin-top: -0.65em;
}
.mbsc-bootstrap.mbsc-color .mbsc-fr-c {
  font-size: 16px;
}
.mbsc-bootstrap.mbsc-color .mbsc-color-item-c {
  padding: 0;
}
.mbsc-bootstrap .mbsc-color-active {
  border-radius: 0;
  box-shadow: none;
}
.mbsc-bootstrap .mbsc-color-active .mbsc-color-item,
.mbsc-bootstrap .mbsc-color-active .mbsc-color-preview-item {
  box-shadow: inset 0 0 0 .1875em #38c;
}
.mbsc-bootstrap.mbsc-color .mbsc-slider-handle {
  top: 50%;
  width: 1em;
  height: 1em;
  background: #337ab7;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-bootstrap.mbsc-color .mbsc-slider .mbsc-input-wrap {
  padding: 0 .75em;
}
.mbsc-bootstrap.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #ccc;
}
/* Event calendar */
.mbsc-bootstrap .mbsc-cal-events {
  width: auto;
  max-width: none;
  margin: 3px 2px 10px 2px;
}
.mbsc-bootstrap .mbsc-cal-events-b {
  margin: 10px 2px 3px 2px;
}
.mbsc-bootstrap .mbsc-cal-events-i {
  padding-bottom: 1px;
}
.mbsc-bootstrap .mbsc-cal-events-v {
  display: block;
}
.mbsc-bootstrap .mbsc-cal-event-color {
  background: #fff;
}
/* Menustrip */
.mbsc-bootstrap.mbsc-ms-c {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-width: 1px 0;
  max-width: none;
  box-shadow: none;
}
.mbsc-bootstrap.mbsc-ms-inline {
  z-index: 0;
}
.mbsc-bootstrap.mbsc-ms-top {
  bottom: auto;
  border-top-width: 0;
}
.mbsc-bootstrap.mbsc-ms-bottom {
  top: auto;
  border-bottom-width: 0;
}
.mbsc-bootstrap.mbsc-ms-c .mbsc-ms-item {
  float: none;
  margin: 0;
  font-size: .75em;
  border-width: 0 0 0 1px;
  border-radius: 0;
}
.mbsc-bootstrap.mbsc-ms-ltr .mbsc-ms-item:first-child,
.mbsc-bootstrap.mbsc-ms-rtl .mbsc-ms-item:last-child {
  border: 0;
}
/* Numpad */
.mbsc-bootstrap.mbsc-np .mbsc-fr-w {
  font-size: 16px;
}
.mbsc-bootstrap.mbsc-np .mbsc-fr-btn-cont {
  padding: 4px 2px;
}
.mbsc-bootstrap .mbsc-np-del.mbsc-fr-btn-a {
  opacity: .5;
}
.mbsc-bootstrap .mbsc-np-btn {
  border-top-width: 0;
  border-right-width: 0;
  font-size: inherit;
  border-radius: 0;
}
.mbsc-bootstrap .mbsc-np-row:first-child .mbsc-np-btn {
  border-top-width: 1px;
}
.mbsc-bootstrap .mbsc-np-btn:first-child {
  border-left-width: 0;
}
.mbsc-bootstrap.mbsc-inline .mbsc-np-row:last-child .mbsc-np-btn {
  border-bottom-width: 0;
}
.mbsc-bootstrap .mbsc-np-row .mbsc-np-btn.mbsc-np-btn-empty {
  background: none;
}
/* Range */
.mbsc-bootstrap .mbsc-range-btn-t {
  padding: 4px 2px 0 2px;
}
.mbsc-bootstrap .mbsc-range-btn {
  margin: 0 2px;
}
.mbsc-bootstrap.mbsc-range .mbsc-cal-day-hl .mbsc-cal-day-frame {
  opacity: .3;
}
/* Scroller */
.mbsc-bootstrap .mbsc-sc-whl-gr-c {
  overflow: visible;
}
.mbsc-bootstrap .mbsc-sc-whl-gr {
  padding: 4px 2px;
}
.mbsc-bootstrap .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 30px;
}
.mbsc-bootstrap .mbsc-sc-lbl {
  line-height: 30px;
}
.mbsc-bootstrap .mbsc-sc-whl-w {
  margin: 0 2px;
}
.mbsc-bootstrap .mbsc-sc-whl-l {
  z-index: 2;
  margin: 0 -2px;
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-bootstrap .mbsc-ltr .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l,
.mbsc-bootstrap .mbsc-rtl .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l {
  margin-left: -4px;
}
.mbsc-bootstrap .mbsc-ltr .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l,
.mbsc-bootstrap .mbsc-rtl .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l {
  margin-right: -4px;
}
.mbsc-bootstrap .mbsc-sc-itm {
  padding: 0 5px;
  font-size: 26px;
}
.mbsc-bootstrap .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 0, 0, 0.1);
}
/* Clickpick mode */
.mbsc-bootstrap .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 30px 0;
}
.mbsc-bootstrap .mbsc-sc-btn {
  height: 30px !important;
  line-height: 30px !important;
}
.mbsc-bootstrap .mbsc-sc-btn-plus {
  top: auto;
}
.mbsc-bootstrap .mbsc-sc-btn-a {
  background: rgba(0, 0, 0, 0.1);
}
/* Multiple select */
.mbsc-bootstrap .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 40px;
}
.mbsc-bootstrap .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 40px;
  font-size: 16px;
}
/* Group headers */
.mbsc-bootstrap .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 5px;
  font-size: 20px;
}
.mbsc-bootstrap .mbsc-sel-filter-cont {
  padding: 4px;
}
/* Calendar base */
.mbsc-ios.mbsc-calendar.mbsc-fr-bubble .mbsc-fr-w {
  padding-bottom: .666667em;
}
.mbsc-ios .mbsc-cal-c {
  margin: 0;
  padding: 0;
}
.mbsc-ios .mbsc-cal {
  color: #000;
}
.mbsc-ios .mbsc-cal-multi .mbsc-cal-body {
  padding: 0 .666667em;
}
.mbsc-ios .mbsc-cal-c .mbsc-cal .mbsc-cal-header .mbsc-cal-btnw .mbsc-cal-btn {
  font-size: .944445em;
  background: none;
}
.mbsc-ios .mbsc-cal-days-c th {
  line-height: 2em;
}
.mbsc-ios .mbsc-cal-table {
  font-size: 1.333334em;
}
.mbsc-ios .mbsc-cal-hl-now .mbsc-cal-today {
  color: #007aff;
}
.mbsc-ios .mbsc-cal-btn-txt {
  color: #007aff;
  font-size: 1.352941em;
  line-height: 40px;
}
.mbsc-ios .mbsc-cal th,
.mbsc-ios .mbsc-cal-week-nr {
  font-weight: normal;
}
.mbsc-ios .mbsc-cal-week-nrs-c {
  top: 2em;
  background: #f7f7f7;
}
.mbsc-ios .mbsc-cal-day {
  padding: .1875em .375em .75em .375em;
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  color: #000;
}
.mbsc-ios .mbsc-cal-hide-diff .mbsc-cal-row:not(:first-child) .mbsc-cal-day-diff {
  border-top-color: transparent;
}
.mbsc-ios .mbsc-cal-day-i {
  position: static;
  text-align: center;
}
.mbsc-ios .mbsc-cal .mbsc-cal-sc-cell-i {
  position: static;
  text-align: center;
}
.mbsc-ios .mbsc-cal .mbsc-cal-day-fg {
  width: 1.875em;
  height: 1.875em;
  line-height: 1.75em;
  border: 1px solid transparent;
  border-radius: 2em;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.mbsc-ios.mbsc-no-touch .mbsc-cal .mbsc-cal-table .mbsc-cal-day.mbsc-cal-day-v:hover,
.mbsc-ios.mbsc-no-touch .mbsc-cal .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover {
  background: none;
}
.mbsc-ios.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg,
.mbsc-ios .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  border: 1px solid #007aff;
  background: #007aff;
  color: #fff;
}
.mbsc-ios .mbsc-cal-day-hl .mbsc-cal-day-fg {
  border: 1px solid #007aff;
  background: none;
  color: #000;
}
.mbsc-ios .mbsc-cal-sc-c {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-fr-inline .mbsc-cal-sc-c {
  background: #fff;
}
.mbsc-ios .mbsc-cal-sc-m-cell {
  border-top: 1px solid #ccc;
}
.mbsc-ios .mbsc-cal-sc-m-cell.mbsc-fr-btn-d {
  opacity: 1;
}
.mbsc-ios .mbsc-cal-sc-m-cell.mbsc-fr-btn-d .mbsc-cal-sc-cell-i {
  opacity: .3;
}
.mbsc-ios.mbsc-no-touch .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl,
.mbsc-ios .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i {
  display: inline-block;
  width: auto;
  height: auto;
  background: #007aff;
  color: #fff;
  padding: 0 .625016em;
  line-height: 1.625115em;
  border-radius: 13px;
}
.mbsc-ios .mbsc-cal-day-ic-c {
  font-size: .75em;
}
/* Tabs */
.mbsc-ios .mbsc-cal-tabs {
  padding: .833334em .833334em .416667em .833334em;
  font-size: 1em;
}
.mbsc-ios .mbsc-cal-tab {
  position: relative;
  overflow: hidden;
  border: 1px solid #007aff;
  line-height: 1.928571em;
  font-size: 1.166667em;
}
.mbsc-ios .mbsc-cal-tab .mbsc-cal-tab-i {
  padding: 0 .714285em;
  color: #007aff;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.mbsc-ios .mbsc-cal-tabs .mbsc-cal-tab-sel {
  background: #007aff;
}
.mbsc-ios.mbsc-fr.mbsc-calendar .mbsc-cal-tabs .mbsc-cal-tab.mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #fff;
  background: none;
}
/* Center, bubble */
.mbsc-ios.mbsc-fr-bubble .mbsc-cal-c {
  padding: 0 .666667em;
}
.mbsc-ios.mbsc-fr-center .mbsc-cal-c,
.mbsc-ios.mbsc-fr-bubble.mbsc-fr-nobtn .mbsc-cal-c {
  padding: .666667em .666667em 0 .666667em;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-nobtn .mbsc-cal-c {
  padding: 0.666667em;
}
/* Liquid mode */
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w {
  padding-bottom: 0;
  padding-top: 3.75em;
  border-radius: 0;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-cal-c {
  padding: 0;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
  top: 0;
  bottom: auto;
  border-bottom: 1px solid #ccc;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-w {
  float: right;
  border: 0;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center.mbsc-fr .mbsc-fr-btn-cont .mbsc-fr-btn-w .mbsc-fr-btn {
  background: none;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-c {
  float: left;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold;
}
.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-a {
  background: transparent;
  opacity: .5;
}
/* Marked */
.mbsc-ios .mbsc-cal-ev .mbsc-cal-day {
  padding-bottom: 1.125em;
}
.mbsc-ios .mbsc-cal-day-m {
  bottom: .1875em;
}
.mbsc-ios .mbsc-cal-day-m-c {
  width: .375em;
  height: .375em;
  border-radius: .375em;
  background: #ccc;
}
.mbsc-ios .mbsc-cal-day-txt-c {
  width: auto;
  left: .125em;
  right: .125em;
  bottom: .125em;
}
.mbsc-ios .mbsc-cal-day-txt {
  background: #c3d7ef;
  color: #555;
  font-size: .625em;
  line-height: 1.4em;
  margin: 0;
}
/* Dynamic size */
.mbsc-ios.mbsc-cal-m .mbsc-cal,
.mbsc-ios.mbsc-cal-l .mbsc-cal {
  font-size: 1em;
}
.mbsc-ios.mbsc-cal-m .mbsc-cal-days-c,
.mbsc-ios.mbsc-cal-l .mbsc-cal-days-c {
  font-size: 1.333334em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-cal-day,
  .mbsc-ios .mbsc-cal-sc-m-cell,
  .mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
    border-width: .5px;
  }
}
/* Inline mode */
.mbsc-fr-inline.mbsc-ios .mbsc-cal-day {
  background: inherit;
}
/* Frame */
.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #efefef;
}
.mbsc-ios .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-ios .mbsc-fr-w {
  position: relative;
  padding-top: 3.666667em;
  background: #f7f7f7;
  color: #000;
  font-size: 12px;
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mbsc-ios .mbsc-fr-has-hdr .mbsc-fr-w {
  min-width: 25em;
}
.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w,
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  min-width: 16.666667em;
}
.mbsc-ios .mbsc-fr-hdr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.25em;
  padding: .75em 4.375em;
  color: #000;
  font-size: 1.333334em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr,
.mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr {
  position: relative;
  padding: .75em .5em;
  border-bottom: 1px solid #ccc;
  white-space: normal;
}
.mbsc-ios .mbsc-fr-btn-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.mbsc-ios .mbsc-fr-btn {
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 .625em;
  display: inline-block;
  color: #007aff;
  font-size: 1.333334em;
}
.mbsc-ios .mbsc-fr-btn-a {
  opacity: .5;
}
.mbsc-ios.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover {
  background: #ebebe8;
}
.mbsc-ios .mbsc-fr-btn-w {
  display: block;
  float: right;
}
.mbsc-ios .mbsc-fr-btn-c,
.mbsc-ios .mbsc-rtl .mbsc-fr-btn-w {
  float: left;
}
.mbsc-ios .mbsc-rtl .mbsc-fr-btn-c {
  float: right;
}
.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold;
}
/* Bubble arrow */
.mbsc-ios.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  border-radius: 8px;
}
.mbsc-ios .mbsc-fr-arr-w {
  z-index: 0;
}
.mbsc-ios .mbsc-fr-arr {
  position: relative;
  width: 26px;
  height: 26px;
  background: #f7f7f7;
  border: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -13px;
}
.mbsc-ios .mbsc-fr-bubble-top .mbsc-fr-arr {
  top: -17px;
  border-bottom-left-radius: 6px;
}
.mbsc-ios .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  top: 17px;
  border-top-right-radius: 6px;
}
/* Top and bottom display */
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-overlay,
.mbsc-ios.mbsc-fr-top .mbsc-fr-overlay {
  background: none;
}
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup {
  border-top: 1px solid #909090;
}
.mbsc-ios.mbsc-fr-top .mbsc-fr-popup {
  border-bottom: 1px solid #909090;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-fr-hdr,
  .mbsc-ios .mbsc-fr-btn-cont,
  .mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup,
  .mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
    border-width: .5px;
  }
}
/* Center display button  */
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  padding-top: 0;
  padding-bottom: 3.75em;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w {
  padding: 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-cont {
  display: table;
  top: auto;
  bottom: 0;
  border: 0;
  table-layout: fixed;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn {
  display: block;
  font-weight: normal;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
  display: table-cell;
  float: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w:first-child {
  border-left: 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w {
  border-left: 0;
  border-right: 1px solid #ccc;
}
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child {
  border-right: 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:first-child .mbsc-fr-btn,
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 0 .5em;
}
.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:last-child .mbsc-fr-btn,
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child .mbsc-fr-btn {
  border-radius: 0 0 .5em 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-a {
  background: #ebebe8;
  opacity: 1;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-cont {
  position: static;
  display: block;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w {
  display: block;
  border-left: 0;
  border-right: 0;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn {
  border-radius: 0;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 .5em .5em;
}
/* Inline display */
.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  border: 0;
  border-radius: 0;
  background: #fff;
}
/* No buttons */
.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0;
}
/* Progress */
.mbsc-ios.mbsc-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4em;
  margin-top: -1px;
  padding: .625em 1em;
  background: #fff;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-ios.mbsc-progress.mbsc-progress-w .mbsc-label {
  padding: 0;
}
.mbsc-ios.mbsc-progress .mbsc-input-ic {
  top: .0625em;
  margin: 0;
}
.mbsc-ios.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-ios.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-ios.mbsc-progress .mbsc-input-wrap {
  position: relative;
  padding: 0 .75em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 5.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 5.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-progress-value,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-progress-value {
  left: 2.2857em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-progress-value,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-progress-value {
  right: 2.2857em;
}
.mbsc-ios .mbsc-progress-cont {
  padding: 1em 0;
}
.mbsc-ios .mbsc-progress-track {
  background: #dedede;
  border-radius: 1em;
  height: .0625em;
}
.mbsc-ios .mbsc-progress-bar {
  background: #1272dc;
  z-index: 1;
}
.mbsc-ios .mbsc-progress-value {
  width: 3.715em;
  font-size: .875em;
  color: #b6b6b6;
}
.mbsc-ios .mbsc-progress-step-label {
  top: 1.333334em;
  color: #b6b6b6;
}
.mbsc-ios.mbsc-progress.mbsc-ic-left:before,
.mbsc-ios.mbsc-progress.mbsc-ic-left:after {
  left: 1em;
}
/* Slider */
.mbsc-ios .mbsc-slider-handle-cont {
  top: 0;
}
.mbsc-ios .mbsc-slider-handle {
  top: 50%;
  width: 1.75em;
  height: 1.75em;
  margin: -0.875em -0.875em 0 0;
  background: #fff;
  border-radius: 1.25em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 0.0625em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.15);
}
.mbsc-ios .mbsc-slider-tooltip {
  font-size: .875em;
  width: 3em;
  margin-right: -1.5em;
  top: -1em;
  text-align: center;
  color: #b6b6b6;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-ios .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
}
.mbsc-ios .mbsc-slider-step {
  height: .5em;
  width: .0625em;
  margin-top: -0.1875em;
  margin-left: -0.0625em;
  background: #dedede;
}
.mbsc-ios.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: .4;
}
.mbsc-ios.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-ios.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-ios.mbsc-color .mbsc-fr-c {
  padding: .25em 0;
}
.mbsc-ios .mbsc-color-active,
.mbsc-ios.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: 3em;
  box-shadow: inset 0 0 0 .1875em #007aff;
}
.mbsc-ios .mbsc-color-clear-item,
.mbsc-ios .mbsc-color-item {
  border-radius: 1.75em;
}
.mbsc-ios.mbsc-color .mbsc-fr-c {
  font-size: 16px;
}
.mbsc-ios .mbsc-fr-center .mbsc-color-preview-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mbsc-ios .mbsc-color-preview-cont {
  bottom: 2.8125em;
}
.mbsc-ios.mbsc-color .mbsc-slider-step {
  height: .25em;
  margin: 0;
}
.mbsc-ios .mbsc-color-slider-cont.mbsc-progress {
  border: 0;
  padding: 0 .5em;
}
.mbsc-ios .mbsc-color-slider-cont.mbsc-slider {
  background: transparent;
}
.mbsc-ios .mbsc-color-slider-cont.mbsc-slider:before,
.mbsc-ios .mbsc-color-slider-cont.mbsc-slider:after {
  display: none;
}
.mbsc-ios .mbsc-color-slider-cont .mbsc-progress-cont {
  padding: 1.5em 0;
}
.mbsc-ios .mbsc-color-preview-item {
  border-radius: 1em;
  margin: .25em;
}
.mbsc-ios .mbsc-color-refine-preview {
  padding: .25em;
}
.mbsc-ios.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2.75em;
  padding: .1875em;
  background: transparent;
}
.mbsc-ios.mbsc-form .mbsc-color-input-item {
  height: 2em;
  margin: .1875em;
  border-radius: .125em;
}
.mbsc-ios.mbsc-form .mbsc-color-input-item-close {
  line-height: 1.625em;
}
/* Date & Time */
.mbsc-ios .mbsc-dt-whl-y .mbsc-sc-itm {
  min-width: 3.8em;
}
.mbsc-ios .mbsc-dt-whl-m .mbsc-sc-itm {
  text-align: left;
}
.mbsc-ios .mbsc-dt-whl-d .mbsc-sc-itm,
.mbsc-ios .mbsc-dt-whl-h .mbsc-sc-itm,
.mbsc-ios .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: right;
}
/* Event calendar */
.mbsc-ios .mbsc-cal-events {
  margin: .5em .5em .583333em .5em;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.mbsc-ios .mbsc-cal-events-b {
  margin: .583333em .5em .5em .5em;
}
.mbsc-ios .mbsc-cal-event {
  margin: 0;
  padding: .5em .5em .5em 1.5em;
  background: #f7f7f7;
  border-top: 1px solid #eee;
  color: #000;
  font-weight: bold;
}
.mbsc-ios .mbsc-cal-event:first-child {
  border: 0;
}
.mbsc-ios .mbsc-cal-event-color {
  top: 50%;
  left: .5em;
  margin-top: -0.25em;
  width: .5em;
  height: .5em;
  background: #94b8dd;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: .5em;
}
.mbsc-ios .mbsc-cal-events-arr {
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.mbsc-ios .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
/* Listview */
.mbsc-lv-ios {
  font-family: arial, verdana, sans-serif;
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.mbsc-lv-ios .mbsc-lv {
  background: #e3e3e3;
}
.mbsc-lv-ios .mbsc-lv-item {
  margin-top: -1px;
  padding: 1em;
  background: #fff;
  color: #000;
  font-weight: normal;
  text-shadow: none;
}
.mbsc-lv-ios.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #FAFAFA;
}
.mbsc-lv-ios .mbsc-lv-item-hl,
.mbsc-lv-ios .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.mbsc-lv-ios .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
}
.mbsc-lv-ios .mbsc-lv-handle-c {
  width: 4em;
}
.mbsc-lv-ios .mbsc-lv-handle-bar {
  margin: .125em 1em;
  background: #ccc;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-parent .mbsc-lv-arr {
  right: 3.125em;
}
.mbsc-lv-ios .mbsc-lv-gr-title {
  margin-top: -1px;
  padding: 2.333334em 1.333334em .5em 1.333334em;
  background: #efeff4;
  color: #6d6d72;
  font-size: .75em;
  line-height: 1.5em;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mbsc-lv-ios.mbsc-lv-has-fixed-header .mbsc-lv-gr-title,
.mbsc-lv-ios.mbsc-lv-fixed-header .mbsc-lv-gr-title {
  line-height: 1.125em;
  font-size: 1em;
  padding: .4em 1em;
  border: 0;
  color: #000;
  font-weight: bold;
}
.mbsc-lv-ios .mbsc-lv-ic-m {
  color: #777;
}
.mbsc-lv-ios .mbsc-lv-arr {
  color: #ccc;
}
.mbsc-lv-ios .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 4.5em;
}
.mbsc-lv-ios .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 4.5em;
}
.mbsc-lv-ios .mbsc-lv-img-left .mbsc-lv-img {
  left: 2.25em;
}
.mbsc-lv-ios .mbsc-lv-img-right .mbsc-lv-img {
  right: -0.25em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 2.75em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 5.25em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-img-left {
  padding-left: 7.5em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-img-right {
  padding-right: 7.5em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-item-ic-left {
  padding-left: 7em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-item-ic-right {
  padding-right: 7em;
}
.mbsc-lv-ios .mbsc-lv-arr {
  font-size: 1.3125em;
}
/* row separator */
.mbsc-lv-ios .mbsc-lv-item:before,
.mbsc-lv-ios .mbsc-lv-item:after {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}
.mbsc-lv-ios .mbsc-lv-item:before {
  top: 0;
}
.mbsc-lv-ios .mbsc-lv-item:after {
  bottom: 0;
}
.mbsc-lv-ios .mbsc-lv-item:first-child:before,
.mbsc-lv-ios .mbsc-lv-item:last-child:after,
.mbsc-lv-ios .mbsc-lv-back:after {
  left: 0;
}
.mbsc-lv-ios .mbsc-lv-item-ic-left:before,
.mbsc-lv-ios .mbsc-lv-item-ic-left:after {
  left: 4em;
}
.mbsc-lv-ios .mbsc-lv-img-left:before,
.mbsc-lv-ios .mbsc-lv-img-left:after {
  left: 4.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-lv-ios .mbsc-lv-item:before,
  .mbsc-lv-ios .mbsc-lv-item:after,
  .mbsc-lv-ios .mbsc-lv-gr-title,
  .mbsc-lv-ios {
    border-width: .5px;
  }
}
/* Input */
.mbsc-ios .mbsc-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #fff;
}
.mbsc-ios .mbsc-input input {
  height: 2.75em;
  padding: 0 1em;
  background: transparent;
}
.mbsc-ios .mbsc-input input::-webkit-input-placeholder {
  color: #ccc;
}
.mbsc-ios .mbsc-input input::-ms-input-placeholder {
  color: #ccc;
}
.mbsc-ios .mbsc-input input::-moz-placeholder {
  color: #ccc;
}
.mbsc-ios .mbsc-input-wrap {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
/* Alert, confirm, prompt */
.mbsc-ios.mbsc-alert .mbsc-fr-c.mbsc-wdg-c {
  padding: 1.142857em;
  line-height: 1.285714;
  text-align: center;
}
.mbsc-ios.mbsc-alert h2 {
  margin: 0.277778em 0;
  font-size: 1.285715em;
}
.mbsc-ios.mbsc-alert p {
  margin: 0.357143em 0;
}
.mbsc-ios.mbsc-alert .mbsc-input {
  margin-top: 1.142857em;
  border: 1px solid #ccc;
  border-radius: 0;
}
.mbsc-ios.mbsc-alert .mbsc-input input {
  height: 1.714286em;
  padding: 0 0.357143em;
}
/* Snackbar */
.mbsc-ios.mbsc-snackbar .mbsc-fr-w {
  background: #646464;
  color: #fff;
}
.mbsc-ios.mbsc-snackbar .mbsc-snackbar-btn {
  color: #a0cbf8;
}
/* Toast */
.mbsc-ios.mbsc-toast .mbsc-toast-msg {
  background: rgba(100, 100, 100, 0.9);
  border-radius: .5em;
  color: #fff;
}
/* Form */
.mbsc-ios.mbsc-form {
  background: #efeff4;
  color: #000;
}
.mbsc-ios.mbsc-form *::-moz-selection {
  color: #fff;
  background: #1272dc;
}
.mbsc-ios.mbsc-form *::selection {
  color: #fff;
  background: #1272dc;
}
.mbsc-ios .mbsc-input-ic {
  color: #7f8797;
}
.mbsc-ios .mbsc-padding {
  padding: 1em;
}
.mbsc-ios .mbsc-desc {
  opacity: .5;
}
.mbsc-ios .mbsc-divider,
.mbsc-ios .mbsc-form-group-title {
  position: relative;
  z-index: 2;
  background: #efeff4;
  margin-top: -1px;
  border-bottom: 1px solid #ccc;
  color: #6d6d72;
  font-size: 0.75em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.mbsc-ios .mbsc-divider {
  padding: 2.333334em 1.333334em .5em 1.333334em;
  border-top: 1px solid #ccc;
}
.mbsc-ios .mbsc-form-group-title {
  padding: .5em 1.333334em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-w,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child:after {
  border: 0;
}
/* Textbox, select, textarea */
.mbsc-ios .mbsc-input.mbsc-textarea .mbsc-label {
  margin-bottom: -0.625em;
}
.mbsc-ios .mbsc-input.mbsc-textarea {
  flex-direction: column;
}
.mbsc-ios .mbsc-input.mbsc-textarea.mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-ios .mbsc-textarea textarea {
  height: 2.75em;
  padding: 0 1em;
  background: transparent;
}
.mbsc-ios .mbsc-textarea textarea::-webkit-input-placeholder {
  color: #ccc;
}
.mbsc-ios .mbsc-textarea textarea::-ms-input-placeholder {
  color: #ccc;
}
.mbsc-ios .mbsc-textarea textarea::-moz-placeholder {
  color: #ccc;
}
.mbsc-ios .mbsc-input .mbsc-label,
.mbsc-ios .mbsc-progress .mbsc-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  max-width: 12.5em;
  overflow: hidden;
  font-size: 1em;
  line-height: 2.75em;
  color: #020202;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-ios.mbsc-ltr .mbsc-input .mbsc-label {
  padding-left: 1em;
}
.mbsc-ios.mbsc-rtl .mbsc-input .mbsc-label {
  padding-right: 1em;
}
.mbsc-ios .mbsc-input select:disabled ~ input,
.mbsc-ios .mbsc-input select:disabled ~ .mbsc-ic,
.mbsc-ios .mbsc-input input:disabled {
  opacity: .5;
}
.mbsc-ios .mbsc-err-msg {
  padding: .5em 1.3333em;
  color: #d8332a;
}
/* Select */
.mbsc-ios.mbsc-ltr .mbsc-select input {
  padding-right: 2.25em;
}
.mbsc-ios.mbsc-rtl .mbsc-select input {
  padding-left: 2.25em;
}
.mbsc-ios .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: .875em;
  right: 1em;
  text-align: center;
}
.mbsc-ios.mbsc-rtl .mbsc-select-ic {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-ic-right .mbsc-select-ic {
  right: 3.4em;
}
.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-select-ic {
  right: auto;
  left: 3.4em;
}
/* Select inline */
.mbsc-ios .mbsc-select-inline .mbsc-select-ic {
  display: none;
}
/* Textarea */
.mbsc-ios .mbsc-textarea .mbsc-input-wrap {
  padding: .625em 0;
}
.mbsc-ios .mbsc-textarea textarea {
  height: 3em;
}
/* Icons */
.mbsc-ios .mbsc-input-ic {
  top: .375em;
  margin-top: -1px;
}
.mbsc-ios .mbsc-ic-left {
  z-index: 1;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-input-wrap,
.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-right .mbsc-input-wrap,
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-label {
  padding-left: 3.25em;
}
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-label {
  padding-right: 3.25em;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-left: 0;
}
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-right: 0;
}
.mbsc-ios .mbsc-progress.mbsc-progress-w .mbsc-label {
  padding: 0;
}
.mbsc-ios .mbsc-ic-left .mbsc-left-ic,
.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: .625em;
}
.mbsc-ios .mbsc-ic-right .mbsc-right-ic,
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: .625em;
}
/* Row separator */
.mbsc-ios .mbsc-control-w {
  margin-top: -1px;
}
.mbsc-ios .mbsc-control-w:before,
.mbsc-ios .mbsc-control-w:after {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}
.mbsc-ios .mbsc-control-w:before {
  top: 0;
}
.mbsc-ios .mbsc-control-w:after {
  bottom: 0;
}
.mbsc-ios .mbsc-control-w:first-child:before,
.mbsc-ios .mbsc-control-w:last-child:after {
  left: 0;
}
.mbsc-ios .mbsc-ic-left:before,
.mbsc-ios .mbsc-ic-left:after {
  left: 3.25em;
}
.mbsc-ios .mbsc-err {
  z-index: 2;
}
.mbsc-ios .mbsc-control-w.mbsc-err:after,
.mbsc-ios .mbsc-control-w.mbsc-err + .mbsc-err:before,
.mbsc-ios .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #ec2a32;
}
/**************/
/* Checkbox, radio */
.mbsc-ios.mbsc-form .mbsc-checkbox,
.mbsc-ios.mbsc-form .mbsc-radio {
  padding: .875em 3.75em .875em 1em;
  background: #fff;
}
.mbsc-ios.mbsc-rtl .mbsc-checkbox,
.mbsc-ios.mbsc-rtl .mbsc-radio {
  padding: .875em 1em .875em 3.75em;
}
.mbsc-ios .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-ios .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-ios .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-ios .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-ios .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-ios .mbsc-switch input:disabled + .mbsc-switch-track,
.mbsc-ios .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-ios .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: .3;
}
.mbsc-ios .mbsc-checkbox-box:after,
.mbsc-ios .mbsc-radio-box:after {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* Checkbox */
.mbsc-ios .mbsc-checkbox-box {
  right: 1em;
  width: 1.75em;
  height: 1.75em;
  margin-top: -0.875em;
  background: transparent;
  border: .125em solid #1272dc;
  border-radius: 2em;
}
.mbsc-ios.mbsc-rtl .mbsc-checkbox-box {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-checkbox-box:after {
  top: 32%;
  left: 26%;
  width: .75em;
  height: .375em;
  border: .125em solid #1272dc;
  border-top: 0;
  border-right: 0;
}
/* Radio */
.mbsc-ios .mbsc-radio-box {
  right: 1.125em;
  margin-top: -0.625em;
  background: transparent;
}
.mbsc-ios.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.125em;
}
.mbsc-ios .mbsc-radio-box:after {
  position: absolute;
  top: 44%;
  left: 23%;
  width: 1em;
  height: .5em;
  border: .125em solid #1272dc;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mbsc-ios .mbsc-radio input:disabled ~ .mbsc-radio-label {
  color: #a6a7a6;
}
/* Buttons */
.mbsc-ios .mbsc-btn {
  margin: .5em .25em;
  padding: .625em 1.375em;
  background: #fff;
  border: 0;
  border-radius: .25em;
  color: #1272dc;
}
.mbsc-ios .mbsc-btn-ic {
  padding-right: .625em;
}
.mbsc-ios .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0;
}
.mbsc-ios.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  opacity: .8;
}
.mbsc-ios .mbsc-btn.mbsc-active {
  opacity: .6;
}
.mbsc-ios .mbsc-btn:disabled {
  background: #dfdfdf;
  color: #c4c4c4;
}
.mbsc-ios .mbsc-btn.mbsc-btn-flat {
  background: transparent;
  border-color: transparent;
}
.mbsc-ios .mbsc-btn-flat.mbsc-active {
  opacity: .6;
}
.mbsc-ios .mbsc-btn-flat:disabled {
  background: transparent;
  opacity: .8;
  color: #c4c4c4;
}
.mbsc-ios .mbsc-btn-group,
.mbsc-ios .mbsc-btn-group-justified,
.mbsc-ios .mbsc-btn-group-block {
  padding: .5em .75em;
  background: #efeff4;
}
.mbsc-ios .mbsc-btn-group-block {
  padding: .5em 1em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-control-w:before,
  .mbsc-ios .mbsc-control-w:after,
  .mbsc-ios .mbsc-divider,
  .mbsc-ios .mbsc-btn-group {
    border-width: .5px;
  }
}
/* Switch */
.mbsc-ios.mbsc-form .mbsc-switch {
  padding: .875em 5em .875em 1em;
  background: #fff;
}
.mbsc-ios.mbsc-rtl .mbsc-switch {
  padding: .875em 1em .875em 5em;
}
.mbsc-ios .mbsc-switch-track {
  right: 1em;
  width: 3em;
  height: 1.75em;
  padding: 0;
  margin-top: -0.96875em;
  background: #e5e5e5;
  border: .09375em solid #e5e5e5;
  border-radius: 1.25em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-ios.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-switch-track:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 1.25em;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.mbsc-ios .mbsc-switch-track .mbsc-progress-track {
  margin: 0 .875em;
}
.mbsc-ios .mbsc-switch-handle {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1.75em;
  height: 1.75em;
  margin: -0.875em 0 0 -0.875em;
  background: #fff;
  border-radius: 1.75em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 0.0625em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.mbsc-ios.mbsc-rtl .mbsc-switch-handle {
  margin: -0.875em -0.875em 0 0;
}
.mbsc-ios .mbsc-switch input:checked + .mbsc-switch-track {
  background: #4cd764;
  border-color: #4cd764;
}
.mbsc-ios .mbsc-switch input:checked + .mbsc-switch-track:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Segmented & Stepper */
.mbsc-ios .mbsc-segmented {
  padding: .75em;
  background-color: #fff;
}
.mbsc-ios .mbsc-stepper {
  display: block;
}
.mbsc-ios .mbsc-segmented-content {
  height: 2.142857142em;
  margin-left: -0.07142857em;
  line-height: 2.142857142857143em;
  padding: 0 .42857em;
  color: #1272dc;
  text-transform: capitalize;
  border: .07142857em solid #1272dc;
  background: #fff;
}
.mbsc-ios.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-ios.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content {
  border-top-left-radius: .25em;
  border-bottom-left-radius: .25em;
}
.mbsc-ios .mbsc-segmented.mbsc-stepper.mbsc-control-w:before,
.mbsc-ios .mbsc-segmented.mbsc-stepper.mbsc-control-w:after {
  border: 0;
}
.mbsc-ios.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-ios.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content {
  border-top-right-radius: .25em;
  border-bottom-right-radius: .25em;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-ios .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #1272dc;
  color: #fff;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(18, 114, 220, 0.3);
  color: #1272dc;
}
.mbsc-ios .mbsc-stepper-cont {
  padding: 1.5em 11.75em 1.5em 1em;
  background: #fff;
}
.mbsc-ios.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.5em 1em 1.5em 11.75em;
}
.mbsc-ios .mbsc-stepper {
  right: 1em;
  margin-top: -1em;
}
.mbsc-ios.mbsc-rtl .mbsc-stepper {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-ios .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-ios .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: none;
  color: #c4c4c4;
  border-color: #c4c4c4;
}
.mbsc-ios .mbsc-stepper input:disabled {
  color: #c4c4c4;
  -webkit-text-fill-color: #c4c4c4;
}
.mbsc-ios .mbsc-stepper .mbsc-segmented-item {
  width: 3.25em;
}
.mbsc-ios .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #dfdfdf;
}
.mbsc-ios .mbsc-stepper input {
  color: #000;
  width: 3.714286em;
  left: 3.714286em;
  z-index: 3;
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(18, 114, 220, 0.15);
}
/* Menustrip */
.mbsc-ios.mbsc-ms-c {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #888;
}
.mbsc-ios.mbsc-ms-top {
  border-top: 0;
}
.mbsc-ios.mbsc-ms-bottom {
  border-bottom: 0;
}
.mbsc-ios.mbsc-ms-nosel .mbsc-ms-item,
.mbsc-ios .mbsc-ms-item-sel {
  color: #007aff;
}
.mbsc-ios.mbsc-ms-nosel .mbsc-btn-a.mbsc-ms-item {
  opacity: .5;
}
/* Numpad */
.mbsc-ios.mbsc-np .mbsc-fr-c {
  font-size: 1.333334em;
}
.mbsc-ios .mbsc-np-btn {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.363637em;
  height: 2.2em;
}
.mbsc-ios .mbsc-np-btn:first-child {
  border-left: 0;
}
.mbsc-ios .mbsc-np-btn.mbsc-fr-btn-a,
.mbsc-ios .mbsc-np-btn-empty {
  background: #d1d5db;
}
.mbsc-ios .mbsc-np-btn.mbsc-fr-btn-d {
  color: #ddd;
}
.mbsc-ios .mbsc-np-ts-h,
.mbsc-ios .mbsc-np-ts-m {
  font-weight: normal;
}
.mbsc-ios .mbsc-np-del:before {
  font-size: 1.125em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-np-btn {
    border-width: .5px;
  }
}
/* Page */
.mbsc-ios.mbsc-page {
  background: #efeff4;
  color: #000;
}
.mbsc-ios a {
  color: #1272dc;
}
/* Range */
.mbsc-ios .mbsc-range-btn-t {
  width: auto;
  display: block;
}
.mbsc-ios .mbsc-range-btn-c {
  width: auto;
  display: block;
}
.mbsc-ios .mbsc-range-btn {
  position: relative;
  min-height: 2.75em;
  margin: 0;
  padding: .75em 1em;
  background: #f7f7f7;
  border: 0;
  color: #000;
  text-align: left;
  font-size: 1.33334em;
  border-radius: 0;
}
.mbsc-ios .mbsc-range-btn-v {
  position: absolute;
  top: .75em;
  right: 1em;
  font-weight: normal;
}
.mbsc-ios .mbsc-range-btn-end {
  border-bottom: 1px solid #ccc;
}
.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
  top: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios .mbsc-range-btn-end,
  .mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
    border-width: .5px;
  }
}
.mbsc-ios .mbsc-range-btn-sel .mbsc-range-btn .mbsc-range-btn-v {
  color: #007aff;
}
.mbsc-ios.mbsc-range .mbsc-cal-day {
  padding: .375em 0;
}
.mbsc-ios.mbsc-range .mbsc-cal-week-nr {
  padding-top: .583333em;
  line-height: 2em;
  vertical-align: top;
}
.mbsc-ios.mbsc-range .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  background: none;
  color: #fff;
}
.mbsc-ios.mbsc-range .mbsc-cal-day-sel .mbsc-cal-day-frame {
  position: absolute;
  top: .375em;
  left: 0;
  right: 0;
  opacity: 1;
  height: 1.875em;
  background: #007aff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-ios.mbsc-range .mbsc-cal-sel-start.mbsc-cal-sel-end .mbsc-cal-day-frame {
  width: 0;
  padding: 0;
}
.mbsc-ios.mbsc-range .mbsc-cal-sel-start .mbsc-cal-day-frame {
  right: 0;
}
.mbsc-ios.mbsc-range .mbsc-cal-sel-end .mbsc-cal-day-frame {
  left: 0;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child .mbsc-cal-day-frame,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child .mbsc-cal-day-frame {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  left: .25em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child .mbsc-cal-day-frame,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child .mbsc-cal-day-frame {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  right: .25em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-start .mbsc-cal-day-frame,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-end .mbsc-cal-day-frame {
  left: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-end .mbsc-cal-day-frame,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-start .mbsc-cal-day-frame {
  right: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mbsc-ios.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg {
  background: #007aff;
  color: #fff;
}
/* Inline mode */
.mbsc-fr-inline.mbsc-ios .mbsc-range-btn {
  background: inherit;
}
/* Rating */
.mbsc-ios .mbsc-rating-icon-unf {
  color: #d5d5d5;
}
.mbsc-ios .mbsc-rating-circle {
  background: #0c80fe;
  width: 2em;
  height: 2em;
  font-size: .545454em;
  line-height: 2em;
  color: #fff;
}
.mbsc-ios .mbsc-rating-circle-unf {
  background: none;
  border: 1px solid #0c80fe;
}
/* Scroller */
.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-w,
.mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w {
  background: #d1d5db;
}
.mbsc-ios.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 0;
}
.mbsc-ios.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 1px solid #ccc;
}
/* Top / bottom color theme */
.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-l,
.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-o,
.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#d1d5db), color-stop(0.52, rgba(209, 213, 219, 0)), color-stop(0.48, rgba(209, 213, 219, 0)), to(#d1d5db));
  background: -webkit-linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
}
.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #d1d5db;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-ios.mbsc-calendar .mbsc-fr-popup .mbsc-fr-btn-cont {
    border-width: .5px;
  }
}
/* Inline color theme */
.mbsc-ios.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0.52, rgba(255, 255, 255, 0)), color-stop(0.48, rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, #fff);
  background: linear-gradient(#fff, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, #fff);
}
.mbsc-ios.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #fff;
}
/* Wheel label */
.mbsc-ios .mbsc-sc-lbl {
  color: #ababab;
  line-height: 2.5em;
}
.mbsc-ios .mbsc-sc-whl-gr-c {
  padding: 0 3%;
}
.mbsc-ios .mbsc-sc-whl-gr {
  padding: .833333em;
}
.mbsc-ios .mbsc-sc-lbl-v {
  margin-bottom: -1.666667em;
}
.mbsc-ios .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.mbsc-ios .mbsc-sc-whl-l,
.mbsc-ios.mbsc-calendar .mbsc-sc-whl-l {
  display: block;
  margin: 0 -0.833333em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mbsc-ios .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}
.mbsc-ios .mbsc-sc-whl-o,
.mbsc-ios.mbsc-calendar .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f7f7f7));
  background: -webkit-linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
  background: linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
}
.mbsc-ios .mbsc-sc-itm {
  padding: 0 .5em;
  color: #9d9d9d;
  font-size: 1.833333em;
}
.mbsc-ios .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 122, 255, 0.2);
}
.mbsc-ios .mbsc-sc-itm-sel {
  color: #000;
}
/* 3D */
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #000;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  margin: 0 -0.166667em;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #f7f7f7;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  font-size: 1.666666em;
  color: #666;
}
/* Clickpick mode */
.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl .mbsc-sc-itm {
  text-align: center;
}
.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2.666667em 0;
}
.mbsc-ios .mbsc-sc-btn {
  color: #007aff;
  height: 2.666667em !important;
  line-height: 2.666667em !important;
  opacity: 1;
}
.mbsc-ios .mbsc-sc-btn:before {
  font-size: 2em;
}
.mbsc-ios .mbsc-sc-btn-a:before {
  opacity: .5;
}
/* Multiple select */
.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-l {
  display: none;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: none;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}
.mbsc-ios.mbsc-sel-multi .mbsc-sc-itm {
  color: #000;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #007aff;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: block;
}
.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  visibility: hidden;
}
/* Date & Time */
.mbsc-ios .mbsc-dt-whl-y .mbsc-sc-itm {
  min-width: 3.8em;
}
.mbsc-ios .mbsc-dt-whl-m .mbsc-sc-itm {
  text-align: left;
}
.mbsc-ios .mbsc-dt-whl-d .mbsc-sc-itm,
.mbsc-ios .mbsc-dt-whl-h .mbsc-sc-itm,
.mbsc-ios .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: right;
}
/* Group select */
.mbsc-ios .mbsc-sc-whl .mbsc-sel-gr {
  padding-left: .277777em;
  color: #9d9d9d;
  font-weight: normal;
  font-size: 1.222222em;
}
.mbsc-ios.mbsc-sel-gr-whl .mbsc-ltr .mbsc-sc-whl-multi {
  margin-left: 2em;
}
.mbsc-ios.mbsc-sel-gr-whl .mbsc-rtl .mbsc-sc-whl-multi {
  margin-right: 2em;
}
/* Filter */
.mbsc-ios .mbsc-sel-filter-cont.mbsc-input {
  font-size: 1.166667em;
  padding: .5em;
  background: #c4c4c4;
}
.mbsc-ios.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #ebebe8;
}
.mbsc-ios .mbsc-sel-filter-cont.mbsc-input input {
  height: 2em;
  background: #fff;
  border-radius: .325em;
}
.mbsc-ios .mbsc-sel-filter-clear {
  width: 1.75em;
  right: .5em;
  color: #8c8c8c;
  font-size: 1em;
}
.mbsc-ios.mbsc-sel .mbsc-rtl .mbsc-sel-filter-clear {
  left: .5em;
}
.mbsc-ios .mbsc-sel-filter-cont.mbsc-control-w:before,
.mbsc-ios .mbsc-sel-filter-cont.mbsc-control-w:after {
  border: none;
}
/* Timer */
.mbsc-ios.mbsc-timer .mbsc-sc-whl-gr {
  padding: .833333em;
}
.mbsc-ios.mbsc-timer .mbsc-sc-lbl {
  z-index: 3;
  top: 50%;
  bottom: auto;
  right: 0;
  left: auto;
  width: auto;
  margin-top: -0.75em;
  padding: 0 .55em;
  color: #007aff;
  font-size: 1.666667em;
  line-height: 1.5em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-timer .mbsc-rtl .mbsc-sc-lbl {
  left: 0;
  right: auto;
}
.mbsc-ios.mbsc-timer .mbsc-sc-whl-gr-3d .mbsc-sc-lbl {
  -webklit-transform: translateZ(88px);
  transform: translateZ(88px);
}
.mbsc-ios.mbsc-timer .mbsc-sc-itm {
  text-overflow: clip;
}
.mbsc-ios.mbsc-timer .mbsc-sc-lbl-v {
  margin: 0;
}
.mbsc-ios .mbsc-sc-lbl-v .mbsc-timer-lbl {
  display: inline;
  visibility: hidden;
  padding-left: .5em;
  font-size: .909090em;
  text-transform: lowercase;
}
/* Timespan */
.mbsc-ios.mbsc-ts .mbsc-sc-lbl-v {
  margin: 0;
}
.mbsc-ios.mbsc-ts .mbsc-sc-lbl-v .mbsc-ts-lbl {
  display: inline;
  visibility: hidden;
  padding-left: .5em;
  font-size: .909090em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-ts .mbsc-sc-whl-gr {
  padding: .833333em;
}
.mbsc-ios.mbsc-ts .mbsc-sc-lbl {
  padding: 0 .55em;
  margin-top: -0.75em;
  left: auto;
  top: 50%;
  right: 0;
  width: auto;
  z-index: 3;
  color: #007aff;
  font-size: 1.666667em;
  line-height: 1.5em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-ts .mbsc-rtl .mbsc-sc-lbl {
  left: 0;
  right: auto;
}
.mbsc-ios.mbsc-ts .mbsc-sc-whl-gr-3d .mbsc-sc-lbl {
  -webklit-transform: translateZ(88px);
  transform: translateZ(88px);
}
/* Calendar base */
.mbsc-jqm .mbsc-cal-sc-c {
  border: 0;
}
.mbsc-jqm .mbsc-cal-sc-tbl {
  padding: 0;
}
.mbsc-jqm .mbsc-cal-sc .mbsc-cal-sc-cell-i {
  border: 0;
}
.mbsc-jqm .mbsc-cal .mbsc-cal-sc-empty .mbsc-cal-sc-cell-i {
  cursor: default;
  background: none;
}
.mbsc-jqm .mbsc-cal {
  padding: 4px;
  border: 0;
  overflow: hidden;
}
.mbsc-jqm .mbsc-cal-header {
  border-bottom: 0;
}
.mbsc-jqm .mbsc-cal-btn-txt {
  vertical-align: top;
  display: inline-block;
  margin: 5px 0;
}
.mbsc-jqm .mbsc-cal-anim-c {
  background: none;
  border-top: 0;
  border-bottom: 0;
}
.mbsc-jqm .mbsc-cal-weeks .mbsc-cal-anim-c {
  border-left: 0;
}
.mbsc-jqm .mbsc-cal-week-nrs-c {
  border-width: 0 1px 0 0;
}
.mbsc-jqm .mbsc-rtl .mbsc-cal-weeks .mbsc-cal-anim-c {
  border-left-width: 1px;
  border-right: 0;
}
.mbsc-jqm .mbsc-rtl .mbsc-cal-week-nrs-c {
  border-width: 0 0 0 1px;
}
.mbsc-jqm .mbsc-cal-day {
  text-align: center;
  border-top-width: 0;
  border-right-width: 0;
}
.mbsc-jqm .mbsc-rtl .mbsc-cal-day {
  border-left-width: 0;
  border-right-width: 1px;
}
.mbsc-jqm .mbsc-cal-day .mbsc-cal-day-i {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 29px;
  cursor: inherit;
}
.mbsc-jqm .mbsc-cal-row:first-child .mbsc-cal-day {
  border-top-width: 1px;
}
/* Tabs */
.mbsc-jqm .mbsc-cal-tabs {
  line-height: normal;
  padding: 4px 4px 0 4px;
}
.mbsc-jqm .ui-navbar ul:before,
.mbsc-jqm .ui-navbar ul:after {
  content: normal;
  display: none;
}
.mbsc-jqm .mbsc-cal-tab {
  width: 33.33%;
  float: none;
  border: 0;
  margin: 0;
  background: none;
}
.mbsc-jqm .mbsc-ltr .mbsc-cal-tab:last-child a {
  margin-right: 0;
  border-right-width: 1px;
}
.mbsc-jqm .mbsc-rtl .mbsc-cal-tab a {
  border-width: 1px;
  border-left-width: 0;
}
.mbsc-jqm .mbsc-rtl .mbsc-cal-tab:last-child a {
  margin-left: 0;
  border-left-width: 1px;
}
.mbsc-jqm .mbsc-cal-day-fg {
  position: relative;
  z-index: 2;
}
.mbsc-jqm .mbsc-cal-day-hl .mbsc-cal-day-frame,
.mbsc-jqm .mbsc-cal-hl-now .mbsc-cal-today .mbsc-cal-day-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
}
/* Multiple month */
.mbsc-jqm .mbsc-cal-multi .mbsc-cal-anim-c {
  border: 0;
}
.mbsc-jqm .mbsc-cal-multi .mbsc-cal-day:last-child {
  border-right-width: 1px;
}
.mbsc-jqm .mbsc-rtl .mbsc-cal-multi .mbsc-cal-day:last-child {
  border-left-width: 1px;
}
/* Marked */
.mbsc-jqm .mbsc-cal-day-m-c {
  background: #aaa;
}
.mbsc-jqm .mbsc-cal-day-sel .mbsc-cal-day-m-c {
  background: #fff;
}
.mbsc-jqm .mbsc-cal-day-txt-c {
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.mbsc-jqm .mbsc-cal-day-txt {
  width: auto;
  margin: 0;
  border-radius: 3px;
}
/* Liquid mode */
.mbsc-jqm.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-popup,
.mbsc-jqm.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w {
  border: 0;
  border-radius: 0;
}
/* Frame */
.mbsc-jqm .mbsc-fr-overlay {
  background: none;
}
.mbsc-jqm .mbsc-fr-hdr {
  position: static;
  width: auto;
  border: 0;
  padding: 5px;
  font-size: 14px;
  min-height: 18px;
}
.mbsc-jqm .mbsc-fr-w {
  border: 0;
  font-family: inherit;
}
/* Buttons */
.mbsc-jqm .mbsc-fr-btn-cont {
  font-size: 12px;
  padding: 0 2px 4px 2px;
}
.mbsc-jqm .mbsc-fr-btn-cont .ui-btn {
  margin: 0 2px;
}
.mbsc-jqm .mbsc-fr-btn-cont .ui-btn-inner {
  font-size: 12px;
}
/* Bubble positioning */
.mbsc-jqm .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #222 transparent;
}
.mbsc-jqm .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #222 transparent transparent transparent;
}
.mbsc-jqm.mbsc-fr-bubble .mbsc-fr-popup {
  background: #222;
  border: 0;
  padding: 6px;
}
/* Top / bottom mode */
.mbsc-jqm.mbsc-fr-inline .mbsc-fr-popup,
.mbsc-jqm.mbsc-fr-top .mbsc-fr-popup,
.mbsc-jqm.mbsc-fr-bottom .mbsc-fr-popup,
.mbsc-jqm.mbsc-fr-inline .mbsc-fr-w,
.mbsc-jqm.mbsc-fr-top .mbsc-fr-w,
.mbsc-jqm.mbsc-fr-bottom .mbsc-fr-w {
  padding: 0;
  border-radius: 0;
}
.mbsc-jqm.mbsc-fr-top .mbsc-fr-popup {
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
.mbsc-jqm.mbsc-fr-bottom .mbsc-fr-popup {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
/* Color */
.mbsc-jqm.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-jqm.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-jqm.mbsc-color .mbsc-ic-material-check:before {
  margin-top: -0.55em;
}
.mbsc-jqm.mbsc-color .mbsc-color-item-c {
  padding: 0;
}
.mbsc-jqm.mbsc-color .mbsc-fr-c {
  font-size: 16px;
}
.mbsc-jqm.mbsc-color .mbsc-input-wrap {
  display: none;
}
.mbsc-jqm.mbsc-color .ui-slider-track {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  height: 15px;
  margin: 0 15px;
}
.mbsc-jqm .mbsc-color-active {
  border-radius: 0;
  box-shadow: none;
}
.mbsc-jqm .mbsc-color-active .mbsc-color-item,
.mbsc-jqm .mbsc-color-active .mbsc-color-preview-item {
  box-shadow: inset 0 0 0 .1875em #38c;
}
/* Event calendar */
.mbsc-jqm .mbsc-cal-events {
  margin: 4px 4px 8px 4px;
  width: auto;
  min-height: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.mbsc-jqm .mbsc-cal-events-b {
  margin: 8px 4px 4px 4px;
}
.mbsc-jqm .mbsc-cal-event-list {
  margin: 0;
}
.mbsc-jqm .mbsc-cal-event {
  margin: 0;
}
.mbsc-jqm .mbsc-cal-events-v {
  display: block;
}
.mbsc-jqm .mbsc-cal-event-color {
  background: #fff;
}
.mbsc-jqm .mbsc-cal-events-arr {
  border-color: #000 transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.mbsc-jqm .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #000 transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
/* Listview */
.mbsc-lv-jqm .mbsc-lv {
  padding-top: 1px;
  margin: 0;
}
.mbsc-lv-jqm .mbsc-lv .mbsc-lv-item {
  border-width: 1px 0;
  margin-top: -1px;
}
.mbsc-lv-jqm .mbsc-lv-gr-title {
  margin-top: -1px;
}
.mbsc-lv-jqm-inset .mbsc-lv .mbsc-lv-item {
  border-width: 1px;
}
.mbsc-lv-jqm .mbsc-lv-dummy .mbsc-lv-item {
  margin-top: 1px;
}
.mbsc-lv-jqm .mbsc-lv-item .mbsc-lv-handle-bar-c {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  margin: -14px 0 0 -14px;
  background: none;
  border: 0;
  box-shadow: none;
}
.mbsc-lv-jqm .ui-li .mbsc-lv-handle {
  min-width: 0;
}
.mbsc-lv-jqm .ui-li .mbsc-lv-handle-bar-c {
  width: auto;
  margin: -12px 0 0 -12px;
}
.mbsc-lv-jqm.mbsc-lv-handle-right .mbsc-lv-parent .mbsc-lv-arr {
  right: 30px;
}
.mbsc-lv-jqm .mbsc-lv-item.mbsc-lv-back {
  padding-left: 40px;
}
.mbsc-lv-jqm .mbsc-lv-item-hl:after,
.mbsc-lv-jqm .mbsc-lv-item-active::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-lv-jqm.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even):after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
.ui-content .mbsc-lv-jqm {
  margin: 0 -1em;
}
.ui-content .mbsc-lv-jqm-inset {
  margin: 0;
}
/* Menustrip */
.mbsc-jqm.mbsc-ms-c {
  border-width: 1px 0;
}
.mbsc-jqm.mbsc-ms-top {
  border-top-width: 0;
}
.mbsc-jqm.mbsc-ms-bottom {
  border-bottom-width: 0;
}
.mbsc-jqm .mbsc-ms-item {
  font-size: .75em;
  font-weight: normal;
  border-width: 0 0 0 1px;
}
.mbsc-jqm.mbsc-ms-ltr .mbsc-ms-item:first-child,
.mbsc-jqm.mbsc-ms-rtl .mbsc-ms-item:last-child {
  border: 0;
}
/* Numpad */
.mbsc-jqm.mbsc-np .mbsc-fr-w {
  font-size: 16px;
}
.mbsc-jqm.mbsc-np .mbsc-fr-btn-cont {
  padding: 4px 2px;
}
.mbsc-jqm .mbsc-np-del.mbsc-fr-btn-a {
  opacity: .5;
}
.mbsc-jqm .mbsc-np-btn {
  border-top-width: 0;
  border-right-width: 0;
  font-size: 1.2em;
  height: 2.5em;
  padding: 0;
}
.mbsc-jqm .mbsc-np-row:first-child .mbsc-np-btn {
  border-top-width: 1px;
}
.mbsc-jqm.mbsc-inline .mbsc-np-row:last-child .mbsc-np-btn {
  border-bottom-width: 0;
}
.mbsc-jqm .mbsc-np-btn:first-child {
  border-left-width: 0;
}
.mbsc-jqm .mbsc-np-btn .ui-btn-inner {
  height: 100%;
  padding: 0;
  font-size: 1em;
  line-height: 2.5em;
}
.mbsc-jqm .mbsc-np-row .mbsc-np-btn.mbsc-np-btn-empty {
  background: none;
}
/* Range */
.mbsc-jqm .mbsc-range-btn-t {
  padding: 4px 2px 0 2px;
}
.mbsc-jqm .mbsc-range-btn {
  padding: 0;
  margin: 0 2px;
}
.mbsc-jqm .mbsc-range-btn .ui-btn-inner {
  padding: 4px;
  font-size: 12px;
}
.mbsc-jqm.mbsc-range .mbsc-cal-day-hl .mbsc-cal-day-frame {
  opacity: .3;
}
/* Scroller */
.mbsc-jqm .mbsc-sc-whl-gr-c {
  overflow: visible;
}
.mbsc-jqm .mbsc-sc-whl-gr {
  padding: 4px 2px;
}
.mbsc-jqm .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 30px;
}
.mbsc-jqm .mbsc-sc-lbl {
  border: 0;
  background: none;
  line-height: 30px;
}
.mbsc-jqm .mbsc-sc-whl-w {
  margin: 0 2px;
}
.mbsc-jqm .mbsc-sc-whl-l {
  z-index: 2;
  margin: 0 -2px;
  border-left: 0;
  border-right: 0;
  opacity: .3;
}
.mbsc-jqm .mbsc-ltr .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l,
.mbsc-jqm .mbsc-rtl .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l {
  margin-left: -4px;
}
.mbsc-jqm .mbsc-ltr .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l,
.mbsc-jqm .mbsc-rtl .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l {
  margin-right: -4px;
}
.mbsc-jqm .mbsc-sc-itm {
  padding: 0 5px;
  font-size: 26px;
}
.mbsc-jqm .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 0, 0, 0.1);
}
/* Clickpick mode */
.mbsc-jqm .mbsc-sc-cp .mbsc-sc-whl-l {
  display: none;
}
.mbsc-jqm .mbsc-sc-btn {
  margin: 0;
  padding: 0;
}
.mbsc-jqm .mbsc-sc-btn:after {
  top: 50%;
  margin-top: -11px;
}
.mbsc-jqm .mbsc-sc-btn-plus {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mbsc-jqm .mbsc-sc-btn-minus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* Multiple select */
.mbsc-jqm .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 40px;
}
.mbsc-jqm .mbsc-sc-whl-multi .mbsc-sc-itm-sel:after {
  left: 9px;
}
/* Group select */
.mbsc-jqm .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 5px;
  font-size: 20px;
}
.mbsc-jqm .mbsc-sel-filter-cont {
  font-size: 16px;
}
.mbsc-jqm .mbsc-sel-filter-cont .mbsc-input-wrap,
.mbsc-jqm .mbsc-sel-filter-cont .mbsc-input {
  padding: 0 .5em;
}
/* Calendar base */
.mbsc-material .mbsc-cal-c {
  padding: .5em .5em 0 .5em;
}
.mbsc-material .mbsc-cal-multi .mbsc-cal-body {
  padding: 0 .5em;
}
.mbsc-material .mbsc-cal-sc {
  font-size: 1em;
}
.mbsc-material .mbsc-cal-sc-c {
  background: #eee;
}
.mbsc-material .mbsc-cal-btnc {
  font-size: 1.125em;
}
.mbsc-material .mbsc-cal .mbsc-cal-btn {
  height: 2.2222em;
  width: 2.2222em;
  line-height: 2.2222em;
  border-radius: 4em;
  z-index: 1;
}
.mbsc-material .mbsc-cal-hl-now .mbsc-cal-today {
  color: #009688;
}
.mbsc-material .mbsc-cal-btn-txt {
  color: #009688;
  font-size: 1.875em;
}
.mbsc-material .mbsc-cal-year,
.mbsc-material .mbsc-cal-month {
  font-weight: bold;
  line-height: 2.2222em;
}
.mbsc-material .mbsc-cal-days-c {
  padding-bottom: .375em;
}
.mbsc-material .mbsc-cal-days th {
  font-size: .75em;
  font-weight: bold;
  line-height: 2.5em;
}
.mbsc-material .mbsc-cal-day {
  line-height: 1.875em;
  text-align: center;
  padding-bottom: .6875em;
}
.mbsc-material .mbsc-cal-day-fg {
  font-size: .875em;
  width: 2.4286em;
  height: 2.4286em;
  line-height: 2.4em;
  border: 1px solid transparent;
  border-radius: 4em;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.mbsc-material.mbsc-no-touch .mbsc-cal .mbsc-cal-day.mbsc-cal-day-v:hover,
.mbsc-material.mbsc-no-touch .mbsc-cal .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover {
  background: none;
}
.mbsc-material.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg,
.mbsc-material.mbsc-no-touch .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl,
.mbsc-material .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg,
.mbsc-material .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i {
  background: rgba(13, 155, 141, 0.3);
}
.mbsc-material .mbsc-cal-sc .mbsc-cal-sc-cell-i {
  display: inline-block;
  width: 4em;
  height: 4em;
  line-height: 4em;
  border-radius: 4em;
}
.mbsc-material .mbsc-cal-sc .mbsc-cal-sc-cell-i .mbsc-cal-sc-cell {
  display: block;
}
.mbsc-material .mbsc-cal-week-nrs-c {
  top: 2.25em;
  color: #5b5b5b;
  background: #eee;
}
.mbsc-material .mbsc-cal-week-nrs {
  font-size: .6875em;
}
.mbsc-material .mbsc-cal-week-nr-i {
  vertical-align: top;
  padding-top: 1em;
}
/* Tabs */
.mbsc-material .mbsc-cal-tabs {
  line-height: 1.875em;
  padding: .5em .5em 0 .5em;
  text-transform: uppercase;
}
.mbsc-material .mbsc-cal-tabbed .mbsc-fr-hdr {
  padding-top: 0;
}
.mbsc-material .mbsc-cal-tabbed .mbsc-cal-c {
  padding-top: 0;
}
.mbsc-material .mbsc-cal-tab {
  font-size: .75em;
}
.mbsc-material .mbsc-cal-tab .mbsc-cal-tab-i {
  padding: 0 .5em;
  color: #5B5B5B;
}
.mbsc-material .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #009688;
}
/* Marked */
.mbsc-material .mbsc-cal-day-m {
  bottom: .0625em;
  -webkit-transition: bottom 0.1s ease-out;
  transition: bottom 0.1s ease-out;
}
.mbsc-material .mbsc-cal-day-m-c {
  background: #009688;
}
.mbsc-material.mbsc-no-touch .mbsc-cal-day-v:hover .mbsc-cal-day-m,
.mbsc-material .mbsc-cal-day-sel .mbsc-cal-day-m {
  bottom: -0.45em;
}
.mbsc-material .mbsc-cal-day-txt {
  margin: 0 1px;
  color: #eee;
  background: #7c7c7c;
}
.mbsc-material .mbsc-cal-ev .mbsc-cal-day .mbsc-cal-day-i {
  padding-bottom: 1.125em;
}
.mbsc-material .mbsc-cal-day-txt,
.mbsc-material .mbsc-cal-day-ic-c {
  font-size: .625em;
  line-height: 1.5em;
}
/* Liquid mode */
.mbsc-material.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-w {
  border-radius: 0;
}
/* Frame */
.mbsc-material .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.mbsc-material .mbsc-fr-w {
  background: #eee;
  border-radius: .1875em;
  color: #5b5b5b;
  min-width: 15em;
  font-size: 16px;
}
.mbsc-material .mbsc-fr-popup {
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
}
.mbsc-material .mbsc-fr-hdr {
  padding: 0 .6666em;
  padding-top: .6666em;
  color: #009688;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}
.mbsc-material .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 .5em .5em .5em;
}
.mbsc-material .mbsc-fr-btn-w {
  display: block;
  float: right;
}
.mbsc-material .mbsc-rtl .mbsc-fr-btn-w {
  float: left;
}
.mbsc-material .mbsc-fr-btn {
  position: relative;
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 1em;
  border-radius: 2px;
  font-weight: bold;
  color: #009688;
  text-transform: uppercase;
}
.mbsc-material .mbsc-fr-btn-cont .mbsc-fr-btn {
  font-size: .9375em;
}
.mbsc-material .mbsc-fr-btn-e {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mbsc-material.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-material .mbsc-fr-btn-a {
  background: rgba(0, 0, 0, 0.1);
}
/* Inline mode */
.mbsc-material.mbsc-fr-inline .mbsc-fr-popup {
  box-shadow: none;
}
/* Top, bottom mode */
.mbsc-material.mbsc-fr-inline .mbsc-fr-w,
.mbsc-material.mbsc-fr-top .mbsc-fr-w,
.mbsc-material.mbsc-fr-bottom .mbsc-fr-w {
  border-radius: 0;
}
/* Bubble mode */
.mbsc-material .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #eee transparent;
}
.mbsc-material .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #eee transparent transparent transparent;
}
/* Progress */
.mbsc-material.mbsc-progress {
  padding: .75em 1em;
}
.mbsc-material.mbsc-progress .mbsc-input-wrap {
  padding: 0;
}
.mbsc-material.mbsc-progress .mbsc-input-ic {
  top: .3125em;
  margin: 0;
}
.mbsc-ltr.mbsc-material.mbsc-progress.mbsc-ic-left .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-rtl.mbsc-material.mbsc-progress.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
}
.mbsc-ltr.mbsc-material.mbsc-progress.mbsc-ic-right {
  padding-right: 3.25em;
}
.mbsc-rtl.mbsc-material.mbsc-progress.mbsc-ic-right {
  padding-left: 3.25em;
}
.mbsc-material.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-rtl.mbsc-material.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-material.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  left: auto;
  right: -2.625em;
}
.mbsc-rtl.mbsc-material.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -2.625em;
}
.mbsc-material.mbsc-progress .mbsc-label {
  font-size: .75em;
}
.mbsc-material .mbsc-progress-cont {
  padding: 1.25em 0;
}
.mbsc-material .mbsc-progress-track {
  background: #b2b2b2;
  height: .125em;
}
.mbsc-material .mbsc-progress-bar {
  background: #009688;
}
.mbsc-material .mbsc-progress-value {
  font-size: .75em;
  width: 4em;
}
.mbsc-ltr.mbsc-material.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-material.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.25em;
}
.mbsc-ltr.mbsc-material.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-material.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.25em;
}
.mbsc-ltr.mbsc-material.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap {
  padding-left: 5.5em;
}
.mbsc-rtl.mbsc-material.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 5.5em;
}
.mbsc-material.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value {
  left: 2.25em;
}
.mbsc-rtl.mbsc-material.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value {
  left: auto;
  right: 2.25em;
}
/* Slider */
.mbsc-material.mbsc-slider .mbsc-input-wrap {
  padding: 0 .5em;
}
.mbsc-material .mbsc-slider-step {
  background: #000;
}
.mbsc-material .mbsc-slider-handle {
  top: 50%;
  width: .75em;
  height: .75em;
  margin: -0.5em -0.5em 0 0;
  border: 2px solid #009688;
  border-radius: 1.125em;
  background: #009688;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mbsc-material .mbsc-slider-handle:focus,
.mbsc-material .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.mbsc-material .mbsc-slider-start .mbsc-slider-handle {
  border-color: #b2b2b2;
  background: #eee;
}
.mbsc-material .mbsc-slider-handle:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -0.625em;
  left: -0.625em;
  width: 2em;
  height: 2em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2.875em;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-material .mbsc-active .mbsc-slider-handle:before {
  opacity: 1;
}
.mbsc-material .mbsc-slider-tooltip {
  margin-right: -1.16665em;
  top: -2.5em;
  width: 2.33333333em;
  height: 2.33333333em;
  border-radius: 2.33333333em;
  line-height: 2.33333333em;
  text-align: center;
  font-size: .75em;
  color: #eee;
  background-color: #009688;
  -webkit-transform: scale(0.4) translate3d(0, 6em, 0);
  transform: scale(0.4) translate3d(0, 6em, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.mbsc-material .mbsc-slider-tooltip:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .8333em solid transparent;
  border-right: .8333em solid transparent;
  border-top: 1em solid #009688;
  bottom: -0.66666em;
  left: .3333em;
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-material.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-handle:focus,
.mbsc-material.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip {
  background: #b2b2b2;
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before {
  border-top-color: #b2b2b2;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: .4;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #b2b2b2;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  background: #b2b2b2;
  border-color: #b2b2b2;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  box-shadow: 0 0 0 .3125em #eee;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle {
  border-color: #b2b2b2;
  background: #eee;
}
/* Color */
.mbsc-material.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-material.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 248px;
  min-width: 246px;
}
.mbsc-material.mbsc-color .mbsc-fr-c {
  padding: .5em;
}
.mbsc-material .mbsc-color-clear-item,
.mbsc-material .mbsc-color-item {
  margin: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}
.mbsc-material .mbsc-color-clear-cross {
  height: 140%;
  top: -11px;
  left: 50%;
}
.mbsc-material .mbsc-color-active {
  border-radius: 0;
  box-shadow: none;
}
.mbsc-material .mbsc-color-row {
  padding: 0;
}
.mbsc-material .mbsc-color-active .mbsc-color-item,
.mbsc-material.mbsc-no-touch .mbsc-color-item:hover,
.mbsc-material .mbsc-color-active .mbsc-color-preview-item {
  box-shadow: inset 0 0 0 .1875em #009688;
}
.mbsc-material .mbsc-color-item-c {
  padding: 0;
  border: 1px solid transparent;
}
.mbsc-material .mbsc-color-preview-item {
  margin: .25em .125em;
}
.mbsc-material.mbsc-color .mbsc-color-slider-cont .mbsc-slider-handle-cont {
  top: .15625em;
}
.mbsc-material .mbsc-color-item:before {
  color: #eee;
}
.mbsc-material.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2.125em;
  padding: 0 0 1px 0;
  background-color: transparent;
  border-bottom: 1px solid #6d6d6d;
  font-size: 1em;
  color: #1f1f1f;
}
.mbsc-material.mbsc-form .mbsc-color-input-item {
  margin: .25em .125em 0 .125em;
}
/* Event calendar */
.mbsc-material .mbsc-cal-events {
  margin: 1em 1em .6875em 1em;
  padding: 0;
  color: #eee;
}
.mbsc-material .mbsc-cal-events-b {
  margin: .375em 1em 1em 1em;
}
.mbsc-material .mbsc-cal-event {
  margin: 0;
  padding: .625em 5em .625em .625em;
  font-size: .75em;
}
.mbsc-material .mbsc-cal-event-color {
  width: 100%;
  background: #009688;
}
.mbsc-material .mbsc-cal-event-time,
.mbsc-material .mbsc-cal-event-text {
  position: relative;
  z-index: 1;
}
.mbsc-material .mbsc-cal-event-time,
.mbsc-material .mbsc-cal-event-dur {
  color: #eee;
}
.mbsc-material .mbsc-cal-events-arr {
  border-color: #009688 transparent transparent transparent;
}
.mbsc-material .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #009688 transparent;
}
.mbsc-material .mbsc-ripple,
.mbsc-lv-material .mbsc-ripple {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 1000em;
  background: #000;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mbsc-material .mbsc-ripple-scaled,
.mbsc-lv-material .mbsc-ripple-scaled {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mbsc-material .mbsc-ripple-visible,
.mbsc-lv-material .mbsc-ripple-visible {
  opacity: .1;
}
/* Listview */
.mbsc-lv-material {
  font-family: arial, verdana, sans-serif;
  padding-top: 1px;
}
.mbsc-lv-material .mbsc-lv {
  background: #b1b1b1;
}
.mbsc-lv-material .mbsc-lv-item {
  overflow: hidden;
  margin-top: -1px;
  padding: 1.1875em 1em;
  background: #eee;
  color: #5b5b5b;
  font-weight: normal;
}
.mbsc-lv-material .mbsc-lv-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mbsc-lv-material .mbsc-lv-item-hl:after,
.mbsc-lv-material .mbsc-lv-item-active::after,
.mbsc-lv-material .mbsc-lv-item-dragging:after {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-lv-material .mbsc-lv-item-dragging {
  margin: 0;
}
.mbsc-lv-material .mbsc-lv-item-swiping {
  overflow: visible;
}
.mbsc-lv-material.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #f7f7f7;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 3.125em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 3.125em;
}
.mbsc-lv-material .mbsc-lv-gr-title {
  margin-top: -1px;
  font-size: .875em;
  font-weight: bold;
  padding: .5714em 1.14285em;
  background: #eee;
  color: #009688;
}
.mbsc-lv-material .mbsc-lv-ic-m {
  color: #fff;
}
.mbsc-lv-material .mbsc-lv-arr {
  color: #009688;
}
.mbsc-lv-material .mbsc-lv-arr:before {
  font-size: 1.5em;
}
.mbsc-lv-material .mbsc-lv-handle-c {
  width: 3.125em;
}
.mbsc-lv-material .mbsc-lv-handle-bar {
  margin: .125em 1em;
  background: #009688;
}
.mbsc-lv-material .mbsc-lv-img-left .mbsc-lv-img {
  left: 2.25em;
}
.mbsc-lv-material .mbsc-lv-img-right .mbsc-lv-img {
  right: -0.25em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 4.375em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 1.875em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-img-left {
  padding-left: 6.625em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-img-right {
  padding-right: 6.625em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 3.125em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 3.125em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-item-ic-left {
  padding-left: 6.125em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-item-ic-right {
  padding-right: 6.125em;
}
.mbsc-lv-material p.mbsc-lv-txt {
  color: #757575;
}
/* Input */
.mbsc-material .mbsc-input input,
.mbsc-material .mbsc-input textarea {
  height: 2.125em;
  padding: 0 0 1px 0;
  background-color: transparent;
  border-bottom: 1px solid #6d6d6d;
  font-size: 1em;
  color: #1f1f1f;
}
/* Textbox, textarea, select */
.mbsc-material .mbsc-input select:disabled ~ input,
.mbsc-material .mbsc-input textarea:disabled,
.mbsc-material .mbsc-input input:disabled {
  border-style: dotted;
  opacity: .5;
}
.mbsc-material .mbsc-input textarea:-webkit-autofill,
.mbsc-material .mbsc-input input:-webkit-autofill {
  padding: 0 .25em;
}
.mbsc-material .mbsc-input input:focus,
.mbsc-material .mbsc-input textarea:focus,
.mbsc-material .mbsc-input select:focus ~ input {
  padding-bottom: 0;
  border-bottom: 2px solid #009688;
}
.mbsc-material .mbsc-input {
  padding: .5em 1em;
}
.mbsc-material .mbsc-input.mbsc-err input,
.mbsc-material .mbsc-input.mbsc-err textarea {
  padding: 0;
  border-bottom: 2px solid #de3226;
}
/* Snackbar */
.mbsc-material.mbsc-snackbar .mbsc-fr-w {
  background: #323232;
  color: #fff;
}
.mbsc-material.mbsc-snackbar .mbsc-snackbar-btn {
  color: #00ad9c;
}
/* Toast */
.mbsc-material.mbsc-toast .mbsc-toast-msg {
  background: rgba(80, 80, 80, 0.9);
  border-radius: 1.571429em;
  color: #fff;
}
/* Form */
.mbsc-material.mbsc-form {
  background-color: #eee;
  color: #6d6d6d;
}
.mbsc-material.mbsc-form *::-moz-selection {
  color: #fff;
  background: #009688;
}
.mbsc-material.mbsc-form *::selection {
  color: #fff;
  background: #009688;
}
.mbsc-material .mbsc-desc {
  opacity: .7;
}
.mbsc-material .mbsc-divider,
.mbsc-material .mbsc-form-group-title {
  padding: 1.5em 1em .5em 1em;
  color: #009688;
}
.mbsc-material .mbsc-err-msg {
  padding-top: .75em;
  font-size: .75em;
  color: #de3226;
}
/* Textbox */
.mbsc-material .mbsc-input-ic {
  top: .0625em;
  margin: -2px 0 0 0;
}
.mbsc-material .mbsc-input.mbsc-ic-right {
  padding-right: 3.25em;
}
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-right {
  padding-left: 3.25em;
  padding-right: 1em;
}
.mbsc-material .mbsc-ic-left .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-material.mbsc-rtl .mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
  padding-left: 0;
}
.mbsc-material .mbsc-ic-left .mbsc-left-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-material.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-material .mbsc-ic-right .mbsc-right-ic {
  left: auto;
  right: -2.625em;
}
.mbsc-material.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -2.625em;
}
.mbsc-material .mbsc-input .mbsc-label {
  font-size: .75em;
}
/* Textarea */
.mbsc-material .mbsc-input textarea {
  padding-top: .25em;
}
/* Select */
.mbsc-material .mbsc-select input {
  padding-right: 1em;
}
.mbsc-material.mbsc-rtl .mbsc-select input {
  padding-right: 0;
  padding-left: 1em;
}
.mbsc-material .mbsc-select .mbsc-input-wrap:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: .875em;
  right: 0;
  border: 5px solid #6d6d6d;
  border-color: #6d6d6d transparent transparent transparent;
}
.mbsc-material.mbsc-rtl .mbsc-select .mbsc-input-wrap:after {
  right: auto;
  left: 0;
}
/* Inline select */
.mbsc-material .mbsc-select-inline .mbsc-input-wrap:after {
  display: none;
}
/* Checkbox, radio */
.mbsc-material.mbsc-form .mbsc-checkbox,
.mbsc-material.mbsc-form .mbsc-radio {
  padding: .9375em 3.5em .9375em 1em;
  line-height: 1.25em;
}
.mbsc-material.mbsc-rtl .mbsc-checkbox,
.mbsc-material.mbsc-rtl .mbsc-radio {
  padding: .9375em 1em .9375em 3.5em;
}
.mbsc-material .mbsc-checkbox-box,
.mbsc-material .mbsc-radio-box {
  right: 1.25em;
  width: 1.125em;
  height: 1.125em;
  margin-top: -0.5625em;
  background: transparent;
  border: .125em solid #6d6d6d;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.mbsc-material.mbsc-rtl .mbsc-checkbox-box,
.mbsc-material.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.25em;
}
.mbsc-material .mbsc-checkbox-box:after,
.mbsc-material .mbsc-radio-box:after {
  opacity: 1;
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
.mbsc-material .mbsc-checkbox input:checked + .mbsc-checkbox-box:after,
.mbsc-material .mbsc-radio input:checked + .mbsc-radio-box:after {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.mbsc-material .mbsc-checkbox-box:before,
.mbsc-material .mbsc-radio-box:before {
  content: '';
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: -1;
  width: 2.875em;
  height: 2.875em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2.875em;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-material .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-material .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-material .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-material .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-material .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-material .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-material .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-material .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: .3;
}
.mbsc-material .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box:before,
.mbsc-material .mbsc-radio input.mbsc-active + .mbsc-radio-box:before,
.mbsc-material .mbsc-switch input.mbsc-active + .mbsc-switch-track .mbsc-switch-handle:before {
  opacity: 1;
}
/* Checkbox */
.mbsc-material .mbsc-checkbox-box {
  border-radius: .1875em;
}
.mbsc-material .mbsc-checkbox-box:after {
  top: .125em;
  left: .0625em;
  width: .8125em;
  height: .4375em;
  border: .125em solid #fff;
  border-top: 0;
  border-right: 0;
}
.mbsc-material .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #009688;
  border-color: #009688;
}
/* Radio */
.mbsc-material .mbsc-radio-box:after {
  width: .625em;
  height: .625em;
  margin-top: -0.3125em;
  margin-left: -0.3125em;
  background: #009688;
  border-radius: .625em;
}
.mbsc-material .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
  border-color: #009688;
}
/* Button */
.mbsc-material .mbsc-btn {
  margin: .5em;
  padding: .7143em;
  background: #d6d6d6;
  border-radius: .2143em;
  color: #000;
  font-size: .875em;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
}
.mbsc-material .mbsc-btn-ic {
  padding: 0 .5em 0 0;
}
.mbsc-material .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0 .5em;
}
.mbsc-material.mbsc-no-touch .mbsc-btn:not(:disabled):hover,
.mbsc-material .mbsc-btn.mbsc-active {
  background: #cbcbcb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.mbsc-material .mbsc-btn-flat {
  background: transparent;
  box-shadow: none;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-material .mbsc-btn-flat.mbsc-active {
  background-color: #d6d6d6;
  box-shadow: none;
}
.mbsc-material .mbsc-btn-group,
.mbsc-material .mbsc-btn-group-justified {
  padding: 0 .5em;
}
.mbsc-material .mbsc-btn-group-block {
  padding: 0 1em;
}
.mbsc-material .mbsc-btn:disabled {
  color: #a6a6a6;
  box-shadow: none;
}
/* Switch */
.mbsc-material.mbsc-form .mbsc-switch {
  padding: .9375em 4em .9375em 1em;
  line-height: 1.25em;
}
.mbsc-material.mbsc-rtl .mbsc-switch {
  padding: .9375em 1em .9375em 4em;
}
.mbsc-material .mbsc-switch-track {
  right: 1.25em;
  width: 1.75em;
  height: .875em;
  padding: 0 .25em;
  margin-top: -0.4375em;
  background: #b2b2b2;
  border-radius: 1.25em;
}
.mbsc-material.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1.25em;
}
.mbsc-material .mbsc-switch .mbsc-switch-handle {
  z-index: auto;
  top: .375em;
  left: .375em;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  border: 0;
  background: #fafafa;
  border-radius: 1.25em;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-rtl .mbsc-switch .mbsc-switch-handle {
  left: auto;
  right: .375em;
}
.mbsc-material .mbsc-switch-handle:before {
  top: -0.625em;
  left: -0.625em;
  width: 2.5em;
  height: 2.5em;
}
.mbsc-material .mbsc-switch-handle,
.mbsc-material .mbsc-active .mbsc-switch-handle {
  -webkit-transform: none;
  transform: none;
}
.mbsc-material .mbsc-switch input:checked + .mbsc-switch-track {
  background-color: #a6d3cf;
}
.mbsc-material .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #009688;
}
.mbsc-material .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #d6d6d6;
}
.mbsc-material .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #b9b9b9;
}
/* Segmented control and Stepper */
.mbsc-material .mbsc-segmented {
  padding: .75em;
}
.mbsc-material .mbsc-segmented-content {
  height: 2.2857145em;
  margin: 0 -0.07142857em;
  line-height: 2.2857145em;
  padding: 0 .428571em;
  border: .142857em solid #009688;
  color: #000;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  /* fix android 4.1 flickering */
}
.mbsc-material.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-material.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content {
  border-top-left-radius: .214286em;
  border-bottom-left-radius: .214286em;
}
.mbsc-material.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-material.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content {
  border-top-right-radius: .214286em;
  border-bottom-right-radius: .214286em;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:checked ~ .mbsc-segmented-content {
  background: #009688;
  color: #eee;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content {
  background: #cbcbcb;
  color: #000;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #a6a6a6;
  border-color: #b2b2b2;
  background: transparent;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  background: #d6d6d6;
  color: #a6a6a6;
  border-color: #d6d6d6;
}
.mbsc-material .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-material.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em 1em 1.75em 12.875em;
}
.mbsc-material .mbsc-stepper {
  margin-top: -1.125em;
}
.mbsc-material .mbsc-stepper .mbsc-segmented-content {
  border-color: #d6d6d6;
  border-left: 0;
  border-right: 0;
}
.mbsc-material .mbsc-stepper-control .mbsc-segmented-content {
  background: #d6d6d6;
  border: 0;
  height: 2.5714285em;
  line-height: 2.5714285em;
}
.mbsc-material .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item.mbsc-step-disabled .mbsc-segmented-content {
  background: #d6d6d6;
  color: #a6a6a6;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  background: #eee;
}
.mbsc-material .mbsc-stepper input:disabled {
  color: #a6a6a6;
  -webkit-text-fill-color: #a6a6a6;
}
.mbsc-material.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #cbcbcb;
  color: #000;
}
/* Menustrip */
.mbsc-material.mbsc-ms-c {
  background: #eee;
  color: #5b5b5b;
}
.mbsc-material .mbsc-ms-item {
  overflow: hidden;
}
.mbsc-material.mbsc-no-touch .mbsc-ms-item:not(.mbsc-btn-d):hover,
.mbsc-material .mbsc-ms-item.mbsc-btn-a {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-ms-b .mbsc-ms-item {
  border: 2px solid transparent;
  border-width: 2px 0;
}
.mbsc-material.mbsc-ms-b.mbsc-ms-top {
  border-bottom: 1px solid #009688;
}
.mbsc-material.mbsc-ms-b.mbsc-ms-bottom {
  border-top: 1px solid #009688;
}
.mbsc-material.mbsc-ms-b .mbsc-ms-item-sel.mbsc-ms-item {
  border-bottom-color: #009688;
  color: #009688;
}
.mbsc-material.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel.mbsc-ms-item {
  border-top-color: #009688;
  border-bottom-color: transparent;
}
.mbsc-material.mbsc-ms-a .mbsc-ms-item-sel.mbsc-ms-item {
  color: #009688;
}
/* Numpad */
.mbsc-material .mbsc-np-del,
.mbsc-material .mbsc-np-btn {
  overflow: hidden;
}
.mbsc-material .mbsc-np-btn {
  font-size: 1.4545em;
  height: 2.0625em;
}
.mbsc-material .mbsc-np-del {
  color: #009688;
  font-size: .875em;
}
.mbsc-material .mbsc-np-tbl-c {
  padding: .5em;
}
.mbsc-material .mbsc-np-btn.mbsc-fr-btn-d {
  opacity: .5;
}
/* Range */
.mbsc-material .mbsc-range-btn-t {
  border-bottom: 1px solid #c6c6c6;
  font-size: .875em;
}
.mbsc-material .mbsc-range-btn {
  padding: .5714em .2857em;
  color: #5b5b5b;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.mbsc-material .mbsc-range-btn-sel .mbsc-range-btn {
  border-color: #009688;
  color: #009688;
}
.mbsc-material.mbsc-range .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  background: none;
}
.mbsc-material.mbsc-range .mbsc-cal-day-sel .mbsc-cal-day-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  color: #5b5b5b;
  background: rgba(13, 155, 141, 0.1);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-start .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-end .mbsc-cal-day-frame {
  right: 0;
  width: 50%;
  padding-left: 1.0526em;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-end .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-start .mbsc-cal-day-frame {
  left: 0;
  width: 50%;
  padding-right: 1.0526em;
}
.mbsc-material.mbsc-range .mbsc-cal-sel-start.mbsc-cal-sel-end .mbsc-cal-day-frame {
  width: 0;
  padding: 0;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-start .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-end .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child .mbsc-cal-day-frame {
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-end .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-start .mbsc-cal-day-frame,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child .mbsc-cal-day-frame {
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
}
.mbsc-material.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg {
  color: #eee;
  background: rgba(13, 155, 141, 0.8);
}
/* Page */
.mbsc-material.mbsc-page {
  background-color: #eee;
  color: #6d6d6d;
}
.mbsc-material a {
  color: #009688;
}
/* Rating */
.mbsc-material .mbsc-rating-icon {
  width: 1.4285em;
  color: #009688;
  font-size: 1.2729em;
}
.mbsc-material .mbsc-rating-icon-unf {
  opacity: .5;
}
.mbsc-material .mbsc-rating-circle {
  background: #009688;
  color: #eee;
}
.mbsc-material .mbsc-rating-circle-unf {
  background: none;
  border: 2px solid #009688;
}
/* Scroller */
.mbsc-material .mbsc-sc-whl-gr {
  padding: 2em .25em;
}
.mbsc-material .mbsc-sc-cp {
  padding: .5em .25em;
}
.mbsc-material .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding: 2em .25em 0 .25em;
}
.mbsc-material .mbsc-sc-lbl {
  line-height: 2.666666em;
  color: #009688;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
}
.mbsc-material .mbsc-sc-whl-w {
  margin: 0 .25em;
  padding: .5em 0;
}
.mbsc-material .mbsc-sc-itm {
  padding: 0 .272727em;
  font-size: 1.375em;
}
.mbsc-material .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mbsc-material .mbsc-sc-whl-l {
  border-top: 2px solid #009688;
  border-bottom: 2px solid #009688;
  z-index: 4;
}
/* Clickpick mode */
.mbsc-material .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2em 0;
}
.mbsc-material .mbsc-sc-btn {
  height: 2em !important;
  line-height: 2em !important;
  color: #009688;
  background: #eee;
  overflow: hidden;
}
.mbsc-material .mbsc-sc-btn:before {
  font-size: 1.5em;
}
.mbsc-material.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-material .mbsc-sc-btn-a {
  background: rgba(0, 0, 0, 0.1);
}
/* Multiple select */
.mbsc-material .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}
.mbsc-material .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 1.818181em;
  color: #009688;
}
/* Group headers */
.mbsc-material .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 .333333em;
  font-size: 1.125em;
}
/* Filter style */
.mbsc-material .mbsc-sel-filter-cont {
  padding: .25em 1em;
  border-bottom: 1px solid #d5d5d5;
}
.mbsc-material .mbsc-input .mbsc-sel-filter-input:focus,
.mbsc-material .mbsc-input .mbsc-sel-filter-input {
  border-bottom: 0;
  padding: inherit;
}
.mbsc-material .mbsc-rtl .mbsc-sel-filter-clear {
  left: -0.5em;
}
.mbsc-material .mbsc-ltr .mbsc-sel-filter-clear {
  right: -0.5em;
}
/* Timer */
.mbsc-material.mbsc-timer .mbsc-fr-btn-cont {
  display: table;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-w {
  width: 1px;
  text-align: left;
  display: table-cell;
  float: none;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-w:last-child {
  width: auto;
  text-align: right;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-w .mbsc-fr-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
/* Calendar base */
.mbsc-wp .mbsc-cal-multi .mbsc-cal-body {
  padding: 0 .666667em;
}
/* Month/year scroll */
.mbsc-wp .mbsc-cal-sc-m-cell {
  background: #1f1f1f;
  padding: .167em;
}
.mbsc-wp .mbsc-cal-sc-m-cell .mbsc-cal-sc-cell-i {
  top: 0;
  height: 100%;
  border-width: 1px;
}
.mbsc-wp .mbsc-cal-sc-empty .mbsc-cal-sc-cell-i {
  border: 0;
}
/* Selected style */
.mbsc-wp.mbsc-no-touch .mbsc-cal-tab:hover .mbsc-cal-tab-i,
.mbsc-wp.mbsc-no-touch .mbsc-cal-day-v:hover .mbsc-cal-day-i,
.mbsc-wp.mbsc-no-touch .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl .mbsc-cal-sc-cell,
.mbsc-wp .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i,
.mbsc-wp .mbsc-cal-day-sel .mbsc-cal-day-i,
.mbsc-wp .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i .mbsc-cal-sc-cell {
  color: #fff;
  background: #1a9fe0;
  border-color: #1a9fe0;
}
/* Month/year buttons */
.mbsc-wp.mbsc-calendar .mbsc-fr-btn-cont {
  padding-top: .625em;
}
.mbsc-wp .mbsc-cal-btnc {
  text-transform: lowercase;
}
.mbsc-wp .mbsc-cal-btn {
  padding: 0;
  position: absolute;
}
.mbsc-wp .mbsc-cal-btn.mbsc-fr-btn-a {
  top: -0.273em;
}
.mbsc-wp .mbsc-cal-btn:after {
  display: none;
}
.mbsc-wp .mbsc-cal-btn-txt {
  font-size: 1.1666em;
}
.mbsc-wp .mbsc-cal-btn-txt:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.525em;
  height: 1.525em;
  margin: -0.9em 0 0 -0.9em;
  color: #fff;
  border: 2px solid #fff;
  line-height: 1.525em;
  border-radius: 1000px;
}
.mbsc-wp.mbsc-no-touch .mbsc-cal-btn:not(.mbsc-fr-btn-d):hover .mbsc-cal-btn-txt:before,
.mbsc-wp .mbsc-fr-btn-a .mbsc-cal-btn-txt:before {
  background: #1a9fe0;
  border-color: #1a9fe0;
  color: #fff;
}
.mbsc-wp .mbsc-cal {
  font-size: .75em;
}
.mbsc-wp .mbsc-cal th {
  font-weight: normal;
}
.mbsc-wp .mbsc-cal-day {
  padding: .167em;
  line-height: 1.667em;
}
.mbsc-wp .mbsc-cal-day .mbsc-cal-day-i {
  top: 0;
  height: 100%;
  padding: 0;
  border: 0;
}
.mbsc-wp .mbsc-cal-day-fg {
  height: 100%;
  border: 1px solid #4c4c4c;
  padding: .833em .417em 0 .417em;
}
.mbsc-wp.mbsc-no-touch .mbsc-cal-day-v:hover .mbsc-cal-day-fg,
.mbsc-wp .mbsc-cal-day-sel .mbsc-cal-day-fg {
  border-color: #1a9fe0;
}
.mbsc-wp .mbsc-cal-week-nrs-c {
  background: #1f1f1f;
}
.mbsc-wp .mbsc-cal-week-nr-i {
  padding-top: .833em;
}
.mbsc-wp .mbsc-cal-day-hl .mbsc-cal-day-fg {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.mbsc-wp .mbsc-cal-hl-now .mbsc-cal-today {
  color: #1a9fe0;
}
/* Tabs */
.mbsc-wp .mbsc-cal-sc-cell-i .mbsc-cal-sc-cell,
.mbsc-wp .mbsc-cal-tabs .mbsc-cal-tab-i {
  border: 1px solid #4c4c4c;
  color: #fff;
}
.mbsc-wp .mbsc-cal-tabs {
  font-size: .75em;
  padding: 0 0 0.313em 0;
}
.mbsc-wp .mbsc-ltr .mbsc-cal-tab .mbsc-cal-tab-i {
  border-left-width: 0;
}
.mbsc-wp .mbsc-ltr .mbsc-cal-tab:first-child .mbsc-cal-tab-i {
  border-left-width: 1px;
}
.mbsc-wp .mbsc-rtl .mbsc-cal-tab .mbsc-cal-tab-i {
  border-right-width: 0;
}
.mbsc-wp .mbsc-rtl .mbsc-cal-tab:first-child .mbsc-cal-tab-i {
  border-right-width: 1px;
}
/* Marked */
.mbsc-wp .mbsc-cal-day-m {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: auto;
}
.mbsc-wp .mbsc-cal-day-m-t {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mbsc-wp .mbsc-cal-day-m-c {
  display: table-cell;
  height: 3px;
  background: #fff;
  border-radius: 0;
}
.mbsc-wp .mbsc-cal-m-bottom .mbsc-cal-day-fg {
  padding-bottom: .417em;
}
.mbsc-wp .mbsc-cal-ev .mbsc-cal-day-fg {
  padding-bottom: 1.667em;
}
.mbsc-wp .mbsc-cal-day-txt {
  color: #fff;
  background: #444;
}
/* Frame */
.mbsc-wp .mbsc-fr-w {
  padding: .625em;
  background: #1f1f1f;
  color: #fff;
  font-size: 16px;
}
.mbsc-wp .mbsc-fr-hdr {
  font-size: .75em;
  padding: .833em;
  min-height: 14px;
  padding-top: 0;
}
.mbsc-wp .mbsc-fr-btn-cont {
  display: block;
}
.mbsc-wp .mbsc-fr-btn-w {
  display: inline-block;
}
.mbsc-wp .mbsc-fr-btn,
.mbsc-wp .mbsc-ic:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mbsc-wp .mbsc-fr-btn {
  position: relative;
  top: 0;
  min-width: 2.9em;
  display: inline-block;
  height: 1.818em;
  padding: 2.636em .455em 0 .455em;
  color: #fff;
  line-height: 1.818em;
  font-size: 0.688em;
  text-transform: lowercase;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.mbsc-wp .mbsc-fr-btn:before {
  position: absolute;
  top: .3em;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  margin: 0 -1.3em;
  padding: 0;
  border: 2px solid #fff;
  line-height: 2.2em;
  font-size: .909em;
  text-align: center;
  border-radius: 1000px;
}
.mbsc-wp .mbsc-fr-btn-a {
  top: -0.3em;
}
.mbsc-wp.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover:before,
.mbsc-wp .mbsc-fr-btn-a:before {
  background: #1a9fe0;
  border-color: #1a9fe0;
  color: #fff;
}
/* Bubble positioning */
.mbsc-wp .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #1f1f1f transparent;
}
.mbsc-wp .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #1f1f1f transparent transparent transparent;
}
/* Progress */
.mbsc-wp.mbsc-progress {
  padding: .75em 1em;
}
.mbsc-wp.mbsc-progress .mbsc-label {
  padding-bottom: .3125em;
  color: #878787;
  font-size: 1em;
}
.mbsc-wp.mbsc-progress .mbsc-input-wrap {
  padding: 0;
}
.mbsc-wp.mbsc-progress .mbsc-input-ic {
  color: #fff;
  top: -0.1875em;
}
.mbsc-ltr.mbsc-wp.mbsc-progress.mbsc-ic-right,
.mbsc-rtl.mbsc-wp.mbsc-progress.mbsc-ic-left {
  padding-right: 3.25em;
}
.mbsc-ltr.mbsc-wp.mbsc-progress.mbsc-ic-left,
.mbsc-rtl.mbsc-wp.mbsc-progress.mbsc-ic-right {
  padding-left: 3.25em;
}
.mbsc-wp.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-rtl.mbsc-wp.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -2.375em;
}
.mbsc-wp.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-rtl.mbsc-wp.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -2.375em;
}
.mbsc-ltr.mbsc-wp.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-wp.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.5em;
}
.mbsc-ltr.mbsc-wp.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-wp.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.5em;
}
.mbsc-wp .mbsc-progress-cont {
  padding: .75em 0;
}
.mbsc-wp .mbsc-progress-track {
  background: #1f1f1f;
  height: .125em;
}
.mbsc-wp .mbsc-progress-bar {
  background: #1a9fe0;
}
.mbsc-wp .mbsc-progress-value {
  margin-top: -0.4375em;
  width: 3.5em;
}
.mbsc-wp .mbsc-progress-step-label {
  top: auto;
  bottom: -2em;
}
/* Slider */
.mbsc-wp.mbsc-slider .mbsc-input-wrap {
  padding: 0 .3125em;
}
.mbsc-wp.mbsc-slider .mbsc-input-ic {
  top: .125em;
}
.mbsc-wp.mbsc-slider .mbsc-progress-track {
  height: .75em;
}
.mbsc-wp .mbsc-slider-handle {
  top: 50%;
  width: .625em;
  height: 1.125em;
  margin: -0.25em -0.3125em 0 0;
  background: #fff;
}
.mbsc-wp .mbsc-slider-tooltip {
  height: 2.16665em;
  width: 3.16665em;
  margin-right: -1.6666em;
  top: -2.75em;
  border: 2px solid #808080;
  line-height: 2.16665em;
  background: #fff;
  text-align: center;
  font-size: .75em;
  font-weight: bold;
  color: #808080;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-wp .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-wp .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
}
.mbsc-wp .mbsc-slider-step {
  background: #000;
}
.mbsc-wp .mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: .4;
}
/* Color */
.mbsc-wp.mbsc-color .mbsc-fr-w {
  min-width: 230px;
}
.mbsc-wp .mbsc-color-cont {
  padding: .25em 0;
}
.mbsc-wp .mbsc-color-active,
.mbsc-wp.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: 3em;
  box-shadow: inset 0 0 0 .1875em #1a9fe0;
}
.mbsc-wp .mbsc-color-clear-item,
.mbsc-wp .mbsc-color-item {
  border-radius: 1.75em;
  padding: .25em 0;
}
.mbsc-wp .mbsc-color-preview-item {
  border-radius: 1em;
  margin: .25em;
}
.mbsc-wp .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-wp.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2em;
  padding: 0;
  background: #ccc;
  border: .125em solid #ccc;
  font-size: 1em;
  color: #2b2b2b;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.mbsc-wp .mbsc-color-input:empty:not(:focus):before {
  padding: 0 .3125em;
}
.mbsc-wp.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #4c4c4c;
}
/* Date & Time */
.mbsc-wp.mbsc-dt .mbsc-sc-itm {
  padding-top: 4%;
}
.mbsc-wp .mbsc-dt-day,
.mbsc-wp .mbsc-dt-month {
  position: absolute;
  bottom: .454545em;
  display: block;
  line-height: 1.636363em;
  font-size: .423076em;
  letter-spacing: normal;
}
.mbsc-wp .mbsc-dt-whl-date .mbsc-sc-itm {
  font-size: 1.25em;
}
/* Event calendar */
.mbsc-wp .mbsc-cal-events {
  font-size: .75em;
  background: #fff;
  margin: 0 0 0.667em 0;
}
.mbsc-wp .mbsc-cal-events-b {
  margin: 0.667em 0 0 0;
}
.mbsc-wp .mbsc-cal-event {
  color: #fff;
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
}
.mbsc-wp .mbsc-cal-event-color {
  background: #fff;
}
/* Listview */
.mbsc-lv-wp .mbsc-lv {
  background: #b1b1b1;
}
.mbsc-lv-wp .mbsc-lv-item {
  margin-top: -1px;
  padding: 1.25em;
  background: #1f1f1f;
  color: #fff;
  font-family: Segoe UI, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
.mbsc-lv-wp .mbsc-lv-fill-item {
  background: rgba(255, 255, 255, 0.5);
}
.mbsc-lv-wp .mbsc-lv .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
  opacity: .7;
  box-shadow: none;
}
.mbsc-lv-wp .mbsc-lv-handle-bar {
  background: #888;
}
.mbsc-lv-wp .mbsc-lv-gr-title {
  background: #1f1f1f;
  color: #fff;
  font-size: 1.5em;
  padding: 0 0.45em;
  line-height: 2em;
}
.mbsc-lv-wp .mbsc-lv-ic-m {
  color: #1f1f1f;
}
.mbsc-lv-wp.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #303030;
}
.mbsc-lv-wp .mbsc-lv-item-hl,
.mbsc-lv-wp .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #b1b1b1;
  color: #000;
}
/* Input */
.mbsc-wp .mbsc-input {
  padding: .75em 1em;
}
.mbsc-wp .mbsc-input input,
.mbsc-wp .mbsc-input textarea {
  height: 2em;
  padding: 0 .3125em;
  background: #ccc;
  border: .125em solid #ccc;
  font-size: 1em;
  color: #2b2b2b;
}
.mbsc-wp .mbsc-input textarea {
  padding-top: .125em;
  padding-bottom: .125em;
}
.mbsc-wp .mbsc-input input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.mbsc-wp .mbsc-input input::-ms-input-placeholder {
  color: #5c5c5c;
}
.mbsc-wp .mbsc-input input::-moz-placeholder {
  color: #5c5c5c;
}
.mbsc-wp .mbsc-input input:focus,
.mbsc-wp .mbsc-input select:focus + input,
.mbsc-wp .mbsc-input textarea:focus {
  background: #fff;
  border-color: #1a9fe0;
  color: #000;
}
.mbsc-wp .mbsc-input select:disabled + input,
.mbsc-wp .mbsc-input textarea:disabled,
.mbsc-wp .mbsc-input input:disabled {
  background: #000;
  border-color: #4e4e4e;
  color: #4e4e4e;
}
.mbsc-wp .mbsc-input.mbsc-err input,
.mbsc-wp .mbsc-input.mbsc-err textarea {
  border-color: #d30101;
}
/* Toast */
.mbsc-wp.mbsc-toast .mbsc-toast-msg {
  background: rgba(120, 120, 120, 0.9);
  border-radius: .5em;
  color: #fff;
}
/* Snackbar */
.mbsc-wp.mbsc-snackbar .mbsc-snackbar-cont .mbsc-snackbar-btn,
.mbsc-wp.mbsc-snackbar.mbsc-fr .mbsc-fr-c .mbsc-btn-flat:not(:disabled):hover {
  color: #1a9fe0;
}
/* Forms */
.mbsc-wp.mbsc-form {
  background-color: #060709;
  color: #fff;
}
.mbsc-wp.mbsc-form *::-moz-selection {
  color: #fff;
  background: #1a9fe0;
}
.mbsc-wp.mbsc-form *::selection {
  color: #fff;
  background: #1a9fe0;
}
.mbsc-wp .mbsc-input-ic {
  top: 0;
  margin-top: 0;
  color: #000;
}
.mbsc-wp .mbsc-divider,
.mbsc-wp .mbsc-form-group-title {
  font-size: 1.5em;
  padding: 0 0.5em;
  line-height: 2em;
}
.mbsc-wp .mbsc-err-msg {
  color: #d30101;
}
/* Textbox, textarea, select */
.mbsc-wp .mbsc-input.mbsc-ic-left input,
.mbsc-wp .mbsc-input.mbsc-ic-left textarea {
  padding-left: 2.25em;
}
.mbsc-wp.mbsc-rtl .mbsc-input.mbsc-ic-left input,
.mbsc-wp.mbsc-rtl .mbsc-input.mbsc-ic-left textarea {
  padding-right: 2.25em;
  padding-left: .3125em;
}
.mbsc-wp.mbsc-ltr .mbsc-input.mbsc-ic-right input,
.mbsc-wp.mbsc-ltr .mbsc-input.mbsc-ic-right textarea {
  padding-right: 2.25em;
}
.mbsc-wp.mbsc-rtl .mbsc-input.mbsc-ic-right input,
.mbsc-wp.mbsc-rtl .mbsc-input.mbsc-ic-right textarea {
  padding-left: 2.25em;
}
.mbsc-wp .mbsc-ic-left .mbsc-left-ic,
.mbsc-wp.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: .25em;
}
.mbsc-wp .mbsc-ic-right .mbsc-right-ic,
.mbsc-wp.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: .25em;
}
.mbsc-wp .mbsc-input .mbsc-label {
  padding-bottom: .3125em;
  color: #878787;
  font-size: .8125em;
}
.mbsc-wp .mbsc-select .mbsc-input-wrap input {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.mbsc-wp .mbsc-select .mbsc-input-wrap .mbsc-ic {
  color: #fff;
}
.mbsc-wp .mbsc-input select.mbsc-active + input {
  background: #1a9fe0;
  border-color: #fff;
  color: #fff;
}
.mbsc-wp .mbsc-select select.mbsc-active ~ .mbsc-ic {
  color: #fff;
}
.mbsc-wp .mbsc-select select:focus ~ .mbsc-ic {
  color: #000;
}
/* Checkbox, radio */
.mbsc-wp .mbsc-checkbox-box,
.mbsc-wp .mbsc-radio-box {
  margin-top: -0.6875em;
  border: .125em solid #fff;
}
.mbsc-wp .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-wp .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-wp .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-wp .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-wp .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-wp .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-wp .mbsc-switch input:disabled + .mbsc-switch-track,
.mbsc-wp .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-wp .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: .2;
}
/* Checkbox */
.mbsc-wp.mbsc-form .mbsc-checkbox {
  padding: 1.125em 1em 1.125em 2.875em;
}
.mbsc-wp.mbsc-rtl .mbsc-checkbox {
  padding: 1.125em 2.875em 1.125em 1em;
}
.mbsc-wp .mbsc-checkbox-box {
  width: 1.3125em;
  height: 1.3125em;
  left: 1em;
}
.mbsc-wp.mbsc-rtl .mbsc-checkbox-box {
  left: auto;
  right: 1em;
}
.mbsc-wp .mbsc-checkbox-box:after {
  top: 20%;
  left: 10%;
  width: .875em;
  height: .475em;
  border: .1875em solid #fff;
  border-top: 0;
  border-right: 0;
}
.mbsc-wp .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box {
  background: #1a9fe0;
}
.mbsc-wp .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box:after {
  border-color: #fff;
}
/* Radio */
.mbsc-wp.mbsc-form .mbsc-radio {
  padding: 1.125em 3.25em 1.125em 1em;
}
.mbsc-wp.mbsc-rtl .mbsc-radio {
  padding: 1.125em 1em 1.125em 3.25em;
}
.mbsc-wp .mbsc-radio-box {
  right: 1.125em;
}
.mbsc-wp.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.125em;
}
.mbsc-wp .mbsc-radio-box:after {
  background: #fff;
}
.mbsc-wp .mbsc-radio input.mbsc-active + .mbsc-radio-box {
  background: #1a9fe0;
}
.mbsc-wp .mbsc-radio input.mbsc-active + .mbsc-radio-box:after {
  background: #1a9fe0;
}
/* Buttons */
.mbsc-wp .mbsc-btn {
  margin: .5em .25em;
  padding: .3125em .5em;
  background: transparent;
  border: .125em solid #fff;
  border-radius: 0;
  color: #fff;
  text-transform: lowercase;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mbsc-wp .mbsc-btn-ic {
  padding-right: .5em;
  color: #fff;
}
.mbsc-wp .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0;
}
.mbsc-wp .mbsc-btn:disabled {
  opacity: .3;
}
.mbsc-wp.mbsc-no-touch .mbsc-btn:not(:disabled):hover,
.mbsc-wp .mbsc-btn.mbsc-active {
  background: #1a9fe0;
  color: #fff;
}
.mbsc-wp .mbsc-btn.mbsc-active {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.mbsc-wp.mbsc-no-touch .mbsc-btn:not(:disabled):hover .mbsc-btn-ic,
.mbsc-wp .mbsc-btn.mbsc-active .mbsc-btn-ic {
  background: #1a9fe0;
  color: #fff;
}
.mbsc-wp .mbsc-btn-flat {
  border: 0;
  font-size: .75em;
}
.mbsc-wp .mbsc-btn-flat .mbsc-btn-ic {
  display: block;
  width: 1.833334em;
  height: 1.833334em;
  margin: 0 auto .5em auto;
  padding: 0;
  border: .1666em solid #fff;
  border-radius: 2em;
  line-height: 1.833334em;
  text-align: center;
}
.mbsc-wp .mbsc-btn-flat:disabled {
  border: 0;
}
.mbsc-wp.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-wp .mbsc-btn-flat.mbsc-active {
  background: transparent;
  color: #fff;
}
.mbsc-wp.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover .mbsc-btn-ic,
.mbsc-wp .mbsc-btn-flat.mbsc-active .mbsc-btn-ic {
  border-color: #1a9fe0;
}
.mbsc-wp .mbsc-btn-group,
.mbsc-wp .mbsc-btn-group-justified {
  padding: .25em .75em;
}
.mbsc-wp .mbsc-btn-group-block {
  padding: .25em 1em;
}
/* Switch */
.mbsc-wp.mbsc-form .mbsc-switch {
  padding: 1.125em 5.875em 1.125em 1em;
}
.mbsc-wp.mbsc-rtl .mbsc-switch {
  padding: 1.125em 1em 1.125em 5.875em;
}
.mbsc-wp .mbsc-switch-track {
  right: 1.125em;
  width: 3.5em;
  height: 1.125em;
  margin-top: -0.645em;
  padding: 0 .375em;
  box-shadow: inset 0 0 0 2px #000, 0 0 0 2px #fff;
}
.mbsc-wp.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1.125em;
}
.mbsc-wp .mbsc-switch-handle {
  z-index: 1;
  top: 50%;
  left: 50%;
  right: auto;
  height: 1.625em;
  width: 1em;
  margin: -0.9375em 0 0 -0.625em;
  background: #fff;
  border: .125em solid #000;
}
.mbsc-wp .mbsc-switch input:checked + .mbsc-switch-track {
  background: #1a9fe0;
}
.mbsc-wp .mbsc-switch input:checked:disabled + .mbsc-switch-track {
  background: #fff;
}
/* Segmented & Stepper */
.mbsc-wp .mbsc-segmented {
  padding: .75em 1em;
}
.mbsc-wp .mbsc-segmented-content {
  height: 2em;
  margin: 0 -0.07142857em;
  line-height: 2em;
  padding: 0 .375em;
  border: .142857em solid #fff;
  color: #fff;
  text-transform: lowercase;
}
.mbsc-wp .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #fff;
  color: #000;
}
.mbsc-wp .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-wp .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-wp .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: #1a9fe0;
}
.mbsc-wp .mbsc-stepper {
  margin-top: -1em;
}
.mbsc-wp .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content {
  background: #1a9fe0;
}
.mbsc-wp .mbsc-stepper-cont {
  padding: 1.75em 13em 1.75em 1em;
}
.mbsc-wp.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em 1em 1.75em 13em;
}
.mbsc-wp .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-wp .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-wp .mbsc-stepper .mbsc-segmented-item.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-wp .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #505050;
  border-color: #505050;
  background: transparent;
}
.mbsc-wp .mbsc-stepper input:disabled {
  color: #505050;
  -webkit-text-fill-color: #505050;
}
.mbsc-wp .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  color: #000;
  background: #505050;
}
.mbsc-wp .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content {
  background: transparent;
}
.mbsc-wp .mbsc-stepper input {
  color: #fff;
}
.mbsc-wp.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(26, 159, 224, 0.2);
}
/* Menustrip */
.mbsc-wp.mbsc-ms-c {
  background: #1f1f1f;
  color: #fff;
  font-family: Segoe UI, arial, verdana, sans-serif;
}
.mbsc-wp .mbsc-ms-item {
  font-size: 2em;
  color: #4c4c4c;
  text-transform: lowercase;
  white-space: nowrap;
  min-width: 0;
  padding: .5em .25em;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.mbsc-wp.mbsc-ms-icons .mbsc-ms-item {
  min-width: 6em;
  padding-top: 4em;
  padding-bottom: .5em;
  font-size: .625em;
  color: #fff;
}
.mbsc-wp .mbsc-ms-ic:before {
  top: .416666em;
  left: 50%;
  right: auto;
  margin-left: -1.333334em;
  /*font-size: 1.2em;*/
  /* Does not work in IE */
  font-size: 12px;
  width: 2.666667em;
  height: 2.666667em;
  line-height: 2.333334em;
  border: 2px solid #fff;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-wp .mbsc-ms-item.mbsc-btn-a {
  -webkit-transform: translate3d(0, -0.2em, 0);
  transform: translate3d(0, -0.2em, 0);
}
.mbsc-wp.mbsc-no-touch .mbsc-ms-item:not(.mbsc-btn-d):hover {
  background: rgba(26, 159, 224, 0.2);
}
.mbsc-wp .mbsc-ms-item-sel.mbsc-ms-ic:before,
.mbsc-wp .mbsc-btn-a.mbsc-ms-ic:before {
  background: #fff;
  color: #1f1f1f;
}
.mbsc-wp .mbsc-ms-item-sel {
  color: #fff;
}
/* Numpad */
.mbsc-wp.mbsc-np .mbsc-fr-w {
  padding: 2px;
}
.mbsc-wp.mbsc-np .mbsc-fr-btn-cont {
  padding-top: 4px;
}
.mbsc-wp .mbsc-np-del.mbsc-fr-btn-a {
  top: 0;
  opacity: .5;
}
.mbsc-wp .mbsc-np-del.mbsc-fr-btn-a:before {
  background: none;
  color: #fff;
}
.mbsc-wp.mbsc-no-touch .mbsc-fr-c .mbsc-np-del:hover:before {
  color: #1a9fe0;
  background: transparent;
}
.mbsc-wp .mbsc-np-btn {
  top: 0;
  background: #333;
  border: 2px solid #1f1f1f;
}
.mbsc-wp.mbsc-no-touch .mbsc-np-btn:not(.mbsc-fr-btn-d):hover {
  color: #1a9fe0;
}
.mbsc-wp.mbsc-fr .mbsc-fr-w .mbsc-np-btn.mbsc-fr-btn-a {
  background: #1a9fe0;
  color: #fff;
}
.mbsc-wp .mbsc-np-btn.mbsc-fr-btn-d {
  color: #666;
}
.mbsc-wp .mbsc-np-btn-empty {
  background: none;
}
/* Page */
.mbsc-wp.mbsc-page {
  background-color: #060709;
  color: #fff;
}
.mbsc-wp a {
  color: #1a9fe0;
}
/* Range */
.mbsc-wp .mbsc-range-btn-t {
  font-size: .75em;
}
.mbsc-wp .mbsc-range-btn-c {
  padding-bottom: .833em;
}
.mbsc-wp .mbsc-range-btn {
  border-width: 1px;
  color: #fff;
  border: 1px solid #4c4c4c;
}
.mbsc-wp.mbsc-no-touch .mbsc-range-btn-c:hover .mbsc-range-btn,
.mbsc-wp .mbsc-range-btn-sel .mbsc-range-btn {
  color: #fff;
  background: #1a9fe0;
  border-color: #1a9fe0;
}
.mbsc-wp .mbsc-range-btn-start .mbsc-range-btn {
  margin-right: .417em;
}
.mbsc-wp .mbsc-range-btn-end .mbsc-range-btn {
  margin-left: .417em;
}
/* Rating */
.mbsc-wp .mbsc-rating-icon {
  color: #fff;
  vertical-align: middle;
}
.mbsc-wp .mbsc-rating-txt {
  display: inline-block;
  vertical-align: middle;
}
.mbsc-wp .mbsc-rating-icon-same {
  opacity: 0.3;
}
.mbsc-wp .mbsc-rating-circle {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: #fff;
  font-size: 11px;
  line-height: 24px;
  color: #000;
}
.mbsc-wp .mbsc-rating-circle-unf {
  background: #646464;
}
.mbsc-wp-light .mbsc-rating-icon {
  color: #000;
}
.mbsc-wp-light .mbsc-rating-circle {
  background: #000;
  color: #fff;
}
.mbsc-wp-light .mbsc-rating-circle-unf {
  background: #646464;
}
/* Scroller */
.mbsc-wp .mbsc-sc-itm,
.mbsc-wp .mbsc-sc-itm:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbsc-wp .mbsc-sc-whl-gr {
  padding: .1875em;
}
.mbsc-wp .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 1.875em;
}
.mbsc-wp .mbsc-sc-lbl {
  font-size: .75em;
  line-height: 2.5em;
}
.mbsc-wp .mbsc-sc-btn {
  background: #1f1f1f;
}
.mbsc-wp .mbsc-sc-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  margin: -1.3em 0 0 -1.3em;
  color: #fff;
  line-height: 2.2em;
  font-size: .625em;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2.2em;
}
.mbsc-wp .mbsc-sc-itm {
  opacity: 0;
  padding: 0 .384615em;
  font-size: 1.625em;
  letter-spacing: -0.038em;
  text-align: left;
}
.mbsc-wp .mbsc-sc-itm:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: .136363em;
  right: .136363em;
  bottom: .136363em;
  left: .136363em;
  border: 2px solid #4c4c4c;
}
.mbsc-wp .mbsc-sc-whl-anim .mbsc-sc-itm,
.mbsc-wp .mbsc-sc-whl-wpa .mbsc-sc-itm {
  opacity: 1;
}
.mbsc-wp .mbsc-sc-whl-anim .mbsc-sc-itm-inv,
.mbsc-wp .mbsc-sc-whl-wpa .mbsc-sc-itm-inv {
  opacity: .3;
}
.mbsc-wp .mbsc-sc-itm-ph:after {
  display: none;
}
.mbsc-wp .mbsc-sc-whl .mbsc-sc-itm-sel {
  color: #fff;
}
.mbsc-wp .mbsc-sc-whl .mbsc-sc-itm-sel,
.mbsc-wp .mbsc-sc-whl .mbsc-sc-itm.mbsc-btn-a {
  opacity: 1;
}
.mbsc-wp .mbsc-sc-itm-sel:after,
.mbsc-wp .mbsc-sc-itm.mbsc-btn-a:after,
.mbsc-wp .mbsc-sc-btn-a:before,
.mbsc-wp.mbsc-no-touch .mbsc-sc-btn:hover:before {
  background: #1a9fe0;
  border-color: #1a9fe0;
}
.mbsc-wp .mbsc-sc-whl-w:not(.mbsc-sc-whl-multi) .mbsc-sc-whl-anim .mbsc-sc-itm-sel:after,
.mbsc-wp .mbsc-sc-whl-w:not(.mbsc-sc-whl-multi) .mbsc-sc-whl-wpa .mbsc-sc-itm.mbsc-btn-a:after {
  background: none;
  border-color: #4c4c4c;
}
/* Multiple select */
.mbsc-wp .mbsc-sc-whl-multi .mbsc-sc-itm {
  opacity: 1;
  padding-left: 1.5375em;
}
.mbsc-wp .mbsc-sc-whl-multi .mbsc-sc-itm-inv {
  opacity: .3;
}
.mbsc-wp .mbsc-sc-whl-multi .mbsc-sc-itm:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: .192307em;
  width: .923076em;
  height: .923076em;
  margin-top: -0.461538em;
  border: 2px solid #fff;
}
.mbsc-wp .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  z-index: 2;
  top: 50%;
  left: .3125em;
  width: 1.375em;
  margin-top: -0.5em;
  font-size: .615384em;
  line-height: 1.25em;
  color: #fff;
}
/* Group select */
.mbsc-wp .mbsc-sc-whl .mbsc-sel-gr {
  opacity: 1;
  padding-left: .227272em;
  font-size: 1.375em;
  font-weight: normal;
}
.mbsc-wp .mbsc-sc-whl .mbsc-sel-gr:after {
  display: none;
}
/* Filter */
.mbsc-wp .mbsc-input.mbsc-sel-filter-cont {
  padding: 0;
}
.mbsc-wp .mbsc-sel-filter-clear {
  color: #2b2b2b;
}
/* Timer */
.mbsc-wp.mbsc-timer .mbsc-sc-whl-gr {
  padding: 0;
}
.mbsc-wp.mbsc-timer .mbsc-sc-lbl {
  z-index: 3;
  top: 50%;
  right: auto;
  width: auto;
  height: auto;
  margin: 1.545454em 0 0 .818181em;
  color: #fff;
  line-height: 1.636363em;
  font-size: .6875em;
}
.mbsc-wp.mbsc-timer .mbsc-sc-whl-anim .mbsc-sc-lbl {
  display: none;
}
.mbsc-wp.mbsc-timer .mbsc-timer-running .mbsc-sc-whl-anim .mbsc-sc-lbl {
  display: block;
}
.mbsc-wp .mbsc-timer-locked .mbsc-sc-itm {
  opacity: 0;
}
.mbsc-wp .mbsc-timer-locked .mbsc-sc-itm-sel,
.mbsc-wp .mbsc-timer-running .mbsc-timer-whl-seconds .mbsc-sc-itm,
.mbsc-wp .mbsc-timer-running .mbsc-timer-whl-fract .mbsc-sc-itm {
  opacity: 1;
}
/* Timespan */
.mbsc-wp.mbsc-ts .mbsc-sc-whl-gr {
  padding: 0;
}
.mbsc-wp.mbsc-ts .mbsc-sc-lbl {
  z-index: 3;
  top: 50%;
  right: auto;
  width: auto;
  height: auto;
  margin: 1.545454em 0 0 .818181em;
  color: #fff;
  line-height: 1.636363em;
  font-size: .6875em;
}
.mbsc-wp.mbsc-ts .mbsc-sc-whl-anim .mbsc-sc-lbl {
  display: none;
}
.mbsc-android-holo-light .mbsc-fr-w,
.mbsc-android-holo-light .mbsc-cal-sc-c {
  background: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-fr-w,
.mbsc-android-holo-light .mbsc-fr-btn,
.mbsc-android-holo-light .mbsc-sc-itm,
.mbsc-android-holo-light .mbsc-range-btn,
.mbsc-android-holo-light .mbsc-cal-tabs .mbsc-cal-tab-i {
  color: #000000;
}
.mbsc-android-holo-light .mbsc-fr-hdr {
  color: #31b7e8;
  border-color: #31b7e8;
}
.mbsc-android-holo-light .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(49, 183, 232, 0.5);
}
.mbsc-android-holo-light .mbsc-sc-btn {
  color: #7d7d7d;
  background: #f5f5f5;
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-android-holo-light .mbsc-sc-btn-a {
  color: #319abd;
  background: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-sc-whl-l {
  border-color: #31b7e8;
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-android-holo-light .mbsc-fr-btn-a {
  background: rgba(49, 183, 232, 0.5);
  color: white;
}
.mbsc-android-holo-light .mbsc-sc-whl-multi .mbsc-sc-itm:after {
  border-color: #d9d4d4;
}
.mbsc-android-holo-light .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #31b7e8;
  text-shadow: 0 0 5px #29799c;
}
.mbsc-android-holo-light .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: -webkit-linear-gradient(#f5f5f5, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5);
  background: linear-gradient(#f5f5f5, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f5f5f5);
}
.mbsc-android-holo-light .mbsc-fr-btn-cont,
.mbsc-android-holo-light .mbsc-fr-btn-w .mbsc-fr-btn {
  border-color: #d9d4d4;
}
/* Bubble positioning */
.mbsc-android-holo-light .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #f5f5f5 transparent;
}
.mbsc-android-holo-light .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #f5f5f5 transparent transparent transparent;
}
/* Calendar */
.mbsc-android-holo-light .mbsc-cal-day-m-c {
  background: #31b7e8;
}
.mbsc-android-holo-light .mbsc-cal-hl-now .mbsc-cal-today {
  color: #31b7e8;
}
.mbsc-android-holo-light .mbsc-cal .mbsc-cal-sc-sel,
.mbsc-android-holo-light .mbsc-cal .mbsc-cal-day-sel {
  background: rgba(49, 183, 232, 0.5);
  color: white;
}
.mbsc-android-holo-light .mbsc-fr-btn-a .mbsc-cal-btn-txt,
.mbsc-android-holo-light.mbsc-no-touch .mbsc-cal-btn:hover .mbsc-cal-btn-txt {
  color: #319abd;
}
.mbsc-android-holo-light .mbsc-cal-tabs .mbsc-range-btn-sel,
.mbsc-android-holo-light .mbsc-cal-tabs .mbsc-cal-tab-sel {
  border-bottom: 5px solid #31b7e8;
}
.mbsc-android-holo-light .mbsc-cal-event-color {
  background: #31b7e8;
}
.mbsc-android-holo-light .mbsc-cal .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #31b7e8;
  color: white;
}
.mbsc-android-holo-light .mbsc-cal-tabs {
  background: #e6e6e6;
}
.mbsc-android-holo-light .mbsc-cal-tab {
  border-color: #e6e6e6;
}
.mbsc-android-holo-light .mbsc-cal-tabs .mbsc-cal-tab-i,
.mbsc-android-holo-light .mbsc-cal-day,
.mbsc-android-holo-light .mbsc-cal-sc-m-cell {
  border-color: #d9d9d9;
}
.mbsc-android-holo-light .mbsc-cal-btn-txt {
  color: #7d7d7d;
}
.mbsc-android-holo-light .mbsc-cal-week-nrs-c {
  background: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-cal-week-nr-i {
  border-color: #d9d9d9;
  color: #7d7d7d;
}
.mbsc-android-holo-light .mbsc-cal th {
  color: #7d7d7d;
}
.mbsc-android-holo-light .mbsc-cal-events {
  background: rgba(0, 0, 0, 0.8);
}
.mbsc-android-holo-light .mbsc-cal-events-arr {
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}
.mbsc-android-holo-light .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}
.mbsc-android-holo-light .mbsc-cal-event {
  background: #7d7d7d;
  color: white;
}
/* Range */
.mbsc-android-holo-light .mbsc-range-btn {
  background: #d9d9d9;
}
.mbsc-android-holo-light .mbsc-range-btn-sel .mbsc-range-btn {
  background: #31b7e8;
  color: white;
}
/* Timer */
.mbsc-android-holo-light.mbsc-timer .mbsc-sc-lbl {
  color: #31b7e8;
}
/* Rating */
.mbsc-android-holo-light .mbsc-rating-icon {
  color: #31b7e8;
}
/* Numpad */
.mbsc-android-holo-light .mbsc-np-hdr {
  border-color: #d9d9d9;
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-fr-c .mbsc-np-del:hover {
  color: rgba(49, 183, 232, 0.5);
  background: transparent;
}
/* Listview */
.mbsc-lv-android-holo-light .mbsc-lv {
  background: #dbdbdb;
}
.mbsc-lv-android-holo-light .mbsc-lv .mbsc-lv-item.mbsc-lv-item-dragging {
  background: #31b7e8;
  background: rgba(49, 183, 232, 0.5);
  border-color: rgba(49, 183, 232, 0.5);
}
.mbsc-lv-android-holo-light .mbsc-lv-item,
.mbsc-lv-android-holo-light .mbsc-lv-gr-title {
  background: #f5f5f5;
  color: #000000;
}
.mbsc-lv-android-holo-light.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #ededed;
}
.mbsc-lv-android-holo-light .mbsc-lv-item {
  border-color: #dbdbdb;
}
.mbsc-lv-android-holo-light .mbsc-lv-gr-title {
  border-color: #dbdbdb;
}
.mbsc-lv-android-holo-light .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #dbdbdb;
}
.mbsc-lv-android-holo-light .mbsc-lv-handle-bar-c,
.mbsc-lv-android-holo-light.mbsc-lv-handle-left .mbsc-lv-handle-bar-c {
  border-color: #b3b3b3;
}
.mbsc-lv-android-holo-light .mbsc-lv-handle-bar {
  background: #b3b3b3;
}
/* Menustrip */
.mbsc-android-holo-light.mbsc-ms-c {
  color: #000000;
  background: #f5f5f5;
}
.mbsc-android-holo-light.mbsc-ms-a .mbsc-ms-item-sel.mbsc-ms-item {
  color: #31b7e8;
}
.mbsc-android-holo-light.mbsc-ms-b.mbsc-ms-top {
  border-color: #31b7e8;
}
.mbsc-android-holo-light.mbsc-ms-b.mbsc-ms-bottom {
  border-color: #31b7e8;
}
.mbsc-android-holo-light.mbsc-ms-b .mbsc-ms-item-sel.mbsc-ms-item {
  border-bottom-color: #31b7e8;
}
.mbsc-android-holo-light.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel.mbsc-ms-item {
  border-top-color: #31b7e8;
}
.mbsc-android-holo-light.mbsc-ms-b .mbsc-ms-item:after {
  background: #d9d9d9;
}
.mbsc-android-holo-light .mbsc-btn-a.mbsc-ms-item {
  background: #29799c;
}
/* Progress */
.mbsc-android-holo-light .mbsc-progress-track {
  background: #d9d4d4;
}
.mbsc-android-holo-light .mbsc-progress-bar {
  background: #31b7e8;
}
/* Slider */
.mbsc-android-holo-light .mbsc-slider-step {
  background: #000000;
}
.mbsc-android-holo-light .mbsc-slider-handle {
  background: #31b7e8;
}
.mbsc-android-holo-light .mbsc-slider-handle.mbsc-active {
  background: #000000;
}
.mbsc-android-holo-light .mbsc-slider-handle:after {
  background: rgba(49, 183, 232, 0.3);
}
.mbsc-android-holo-light .mbsc-slider-handle:focus:after,
.mbsc-android-holo-light .mbsc-active .mbsc-slider-handle:after {
  border-color: #29799c;
}
.mbsc-android-holo-light .mbsc-slider-tooltip {
  color: #000000;
  background: #f5f5f5;
}
.mbsc-android-holo-light.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  background: #4d4d4d;
}
.mbsc-android-holo-light.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  background: #000000;
}
.mbsc-android-holo-light.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #a8a8a8;
}
/* Form elements */
.mbsc-android-holo-light.mbsc-page {
  background: #f5f5f5;
  color: #000000;
}
.mbsc-android-holo-light.mbsc-form {
  background: #f5f5f5;
  color: #000000;
}
.mbsc-android-holo-light .mbsc-input select,
.mbsc-android-holo-light .mbsc-input textarea,
.mbsc-android-holo-light .mbsc-input input {
  background: #f5f5f5;
  outline-color: #f5f5f5;
  color: #000000;
  border-color: #a8a8a8;
}
.mbsc-android-holo-light.mbsc-wdg .mbsc-input textarea,
.mbsc-android-holo-light.mbsc-wdg .mbsc-input input,
.mbsc-lv-android-holo-light .mbsc-input textarea,
.mbsc-lv-android-holo-light .mbsc-input input {
  background: #f5f5f5;
  outline-color: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  border-color: transparent #a8a8a8 #a8a8a8 transparent;
}
.mbsc-android-holo-light .mbsc-input textarea:-webkit-autofill,
.mbsc-android-holo-light .mbsc-input input:-webkit-autofill {
  box-shadow: 0 0 0 50em #f5f5f5 inset;
  -webkit-text-fill-color: #000000;
}
.mbsc-android-holo-light .mbsc-radio-box,
.mbsc-android-holo-light .mbsc-checkbox-box {
  border-color: #4d4d4d;
}
/* Checkbox, Switch, Radio */
.mbsc-android-holo-light .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box:before,
.mbsc-android-holo-light .mbsc-radio input.mbsc-active + .mbsc-radio-box:before {
  background: rgba(150, 150, 150, 0.2);
}
/* Button */
.mbsc-android-holo-light .mbsc-btn {
  border-color: #d4d4d4;
  border-top: none;
  background: #d4d4d4;
  color: #000000;
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  background: #c9c9c9;
}
.mbsc-android-holo-light .mbsc-btn.mbsc-active {
  background: #c2c2c2;
}
.mbsc-android-holo-light .mbsc-btn-flat {
  background: transparent;
  border-color: transparent;
  color: #000000;
}
.mbsc-android-holo-light .mbsc-btn-flat.mbsc-active {
  background: transparent;
  border-color: transparent;
}
.mbsc-android-holo-light .mbsc-btn-flat:disabled {
  color: #000000;
}
.mbsc-android-holo-light .mbsc-btn:disabled {
  background: #e6e6e6;
  color: #b5b5b5;
}
/* Text highlight */
.mbsc-android-holo-light.mbsc-form *::-moz-selection {
  background: #31b7e8;
}
.mbsc-android-holo-light.mbsc-form *::selection {
  background: #31b7e8;
}
.mbsc-android-holo-light .mbsc-divider,
.mbsc-android-holo-light .mbsc-form-group-title {
  border-bottom: 1px solid #31b7e8;
  color: #31b7e8;
}
.mbsc-android-holo-light a {
  color: #31b7e8;
}
.mbsc-android-holo-light .mbsc-input select:focus + input,
.mbsc-android-holo-light .mbsc-input textarea:focus,
.mbsc-android-holo-light .mbsc-input input:focus {
  border-color: #31b7e8;
}
.mbsc-android-holo-light .mbsc-input .mbsc-control:focus ~ .mbsc-select-ic {
  border-color: transparent #31b7e8 #31b7e8 transparent;
}
.mbsc-android-holo-light .mbsc-checkbox-box:after {
  border: 3px solid #31b7e8;
  border-top: 0;
  border-right: 0;
}
.mbsc-android-holo-light .mbsc-radio-box:after {
  background: #31b7e8;
}
/* Switch */
.mbsc-android-holo-light .mbsc-switch-handle {
  color: #fff;
  background: #c9c9c9;
}
.mbsc-android-holo-light .mbsc-switch .mbsc-switch-track {
  background: #d9d9d9;
}
.mbsc-android-holo-light .mbsc-switch input:checked:not(:disabled) + .mbsc-switch-track .mbsc-switch-handle {
  background: #31b7e8;
  background: rgba(49, 183, 232, 0.7);
}
/* Segmented control */
.mbsc-android-holo-light .mbsc-segmented-content {
  border-color: #31b7e8;
}
.mbsc-android-holo-light .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #31b7e8;
}
.mbsc-android-holo-light .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(49, 183, 232, 0.35);
}
.mbsc-android-holo-light .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #c2c2c2;
}
.mbsc-android-holo-light .mbsc-stepper .mbsc-segmented-content {
  border-color: #d4d4d4;
}
.mbsc-android-holo-light .mbsc-stepper .mbsc-stepper-val {
  background: #999999;
  border-color: #999999;
  color: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-stepper-control .mbsc-segmented-content {
  background: #d4d4d4;
}
.mbsc-android-holo-light .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  border-color: #d4d4d4;
  color: #000000;
  background: transparent;
}
.mbsc-android-holo-light .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content,
.mbsc-android-holo-light .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-android-holo-light .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content {
  background: #d4d4d4;
  border-color: #d4d4d4;
  color: #000000;
}
.mbsc-android-holo-light .mbsc-stepper .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  background: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-segmented input:disabled:checked + .mbsc-segmented-content,
.mbsc-android-holo-light .mbsc-stepper input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-android-holo-light .mbsc-stepper .mbsc-step-disabled .mbsc-segmented-content {
  background: #e6e6e6;
  color: #b5b5b5;
}
.mbsc-android-holo-light .mbsc-stepper input:disabled {
  color: #b5b5b5;
  -webkit-text-fill-color: #b5b5b5;
}
.mbsc-android-holo-light .mbsc-stepper input {
  color: #f5f5f5;
}
.mbsc-android-holo-light .mbsc-stepper-val-left input,
.mbsc-android-holo-light .mbsc-stepper-val-right input {
  color: #000000;
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(49, 183, 232, 0.2);
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-stepper-control:hover .mbsc-segmented-content {
  background: #c9c9c9;
}
/* Colorpicker */
.mbsc-android-holo-light .mbsc-color-active,
.mbsc-no-touch.mbsc-android-holo-light .mbsc-color-item-c:hover {
  box-shadow: inset 0 0 0 0.1875em #31b7e8;
}
.mbsc-android-holo-light .mbsc-color-preview-item-empty {
  border-color: #c9c9c9;
}
.mbsc-android-holo-light .mbsc-color-preview-cont {
  border-color: #d9d4d4;
}
.mbsc-android-holo-light.mbsc-form .mbsc-color-input {
  background: #f5f5f5;
  outline-color: #f5f5f5;
  color: #000000;
  border-color: #a8a8a8;
}
.mbsc-android-holo-light .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.6);
}
/* Select filter */
.mbsc-android-holo-light .mbsc-input .mbsc-sel-filter-input {
  background: #f5f5f5;
  outline: 4px solid #f5f5f5;
}
.mbsc-ios-dark .mbsc-fr-overlay {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-ios-dark .mbsc-fr-w {
  background: #080808;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-fr-hdr {
  border-color: #333333;
  color: #9e9e9e;
}
.mbsc-ios-dark .mbsc-fr-hdr {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-fr-nobtn .mbsc-fr-hdr,
.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-hdr {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-fr-btn-cont,
.mbsc-ios-dark.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-sc-whl-o,
.mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#080808), color-stop(0.52, rgba(8, 8, 8, 0)), color-stop(0.48, rgba(8, 8, 8, 0)), to(#080808));
  background: -webkit-linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
}
.mbsc-ios-dark .mbsc-sc-whl-l,
.mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-l {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-sc-itm {
  color: #9e9e9e;
}
.mbsc-ios-dark .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(255, 132, 0, 0.2);
}
.mbsc-ios-dark .mbsc-sc-itm-sel {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-sc-btn {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-fr-btn {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-popup .mbsc-fr-btn-w {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn-a {
  background: #262626;
}
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-popup,
.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-popup {
  border-color: #3d3d3d;
}
/* Top / bottom color theme */
.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-sc.mbsc-fr-top .mbsc-fr-w,
.mbsc-ios-dark.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w,
.mbsc-ios-dark .mbsc-fr-bubble-top .mbsc-fr-arr,
.mbsc-ios-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr,
.mbsc-ios-dark.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #080808;
}
.mbsc-ios-dark.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios-dark.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-l,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-o,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#080808), color-stop(0.52, rgba(8, 8, 8, 0), color-stop(0.48, rgba(8, 8, 8, 0)), to(#080808)));
  background: -webkit-linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808;
}
/* Inline color theme */
.mbsc-ios-dark.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), color-stop(0.52, rgba(15, 15, 15, 0), color-stop(0.48, rgba(15, 15, 15, 0)), to(#0f0f0f)));
  background: -webkit-linear-gradient(#0f0f0f, rgba(15, 15, 15, 0) 52%, rgba(15, 15, 15, 0) 48%, #0f0f0f);
  background: linear-gradient(#0f0f0f, rgba(15, 15, 15, 0) 52%, rgba(15, 15, 15, 0) 48%, #0f0f0f);
}
.mbsc-ios-dark.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-w {
  background: #0f0f0f;
}
/* 3d scroll */
.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808;
}
.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  color: #6e6e6e;
}
/* Multiple select */
.mbsc-ios-dark.mbsc-sel-multi .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #ff8400;
}
/* Select filter */
.mbsc-ios-dark .mbsc-sel-filter-cont.mbsc-input input {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-sel-filter-cont.mbsc-input {
  background: #3b3b3b;
}
.mbsc-ios-dark.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #262626;
}
.mbsc-ios-dark .mbsc-sel-filter-show-clear {
  color: #3b3b3b;
}
/* Calendar */
.mbsc-ios-dark.mbsc-calendar.mbsc-inline .mbsc-fr-popup {
  border-color: #1c1c1c;
}
.mbsc-ios-dark .mbsc-cal-sc-c {
  background: #080808;
}
.mbsc-ios-dark.mbsc-fr-inline .mbsc-cal-sc-c {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-cal {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-btn-txt,
.mbsc-ios-dark .mbsc-fr-btn-a .mbsc-cal-btn-txt {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-cal-week-nrs-c {
  background: #080808;
}
.mbsc-ios-dark .mbsc-cal-day {
  background: #080808;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-hl-now .mbsc-cal-today {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg,
.mbsc-ios-dark .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  border-color: #ff8400;
  background: #ff8400;
  color: #000;
}
.mbsc-ios-dark .mbsc-cal-day-hl .mbsc-cal-day-fg {
  border-color: #ff8400;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-sc-m-cell {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-cal-tab {
  border-color: #ff8400;
}
.mbsc-ios-dark .mbsc-cal-tab .mbsc-cal-tab-i {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-no-touch .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl,
.mbsc-ios-dark .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i,
.mbsc-ios-dark.mbsc-fr.mbsc-calendar .mbsc-cal-tabs .mbsc-cal-tab.mbsc-cal-tab-sel .mbsc-cal-tab-i {
  background: #ff8400;
  color: #000;
}
.mbsc-ios-dark .mbsc-cal-day-m-c {
  background: #333333;
}
.mbsc-ios-dark .mbsc-cal-day-txt {
  background: #4d2400;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-events {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}
.mbsc-ios-dark .mbsc-cal-event {
  background: #080808;
  border-color: #121212;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-event-color {
  background: #8f4c00;
  border-color: rgba(255, 255, 255, 0.3);
}
.mbsc-ios-dark .mbsc-cal-events-arr {
  border-color: #ffffff transparent transparent transparent;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.mbsc-ios-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #ffffff transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}
/* Range */
.mbsc-ios-dark .mbsc-range-btn-end,
.mbsc-ios-dark .mbsc-range-btn-end .mbsc-range-btn:before {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-range-btn {
  background: #080808;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-range-btn-sel .mbsc-range-btn .mbsc-range-btn-v {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-range .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg {
  color: #000;
}
.mbsc-ios-dark.mbsc-range .mbsc-cal-day-sel .mbsc-cal-day-frame {
  background: #ff8400;
}
.mbsc-ios-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg {
  background: #ff8400;
  color: #000;
}
/* Rating */
.mbsc-ios-dark .rating-circle {
  border-color: #ff8400;
  background: #ff8400;
  color: #000;
}
.mbsc-ios-dark .mbsc-rating-icon-unf {
  color: #292929;
}
.mbsc-ios-dark .mbsc-rating-circle {
  background: #f57f00;
  color: #000;
}
.mbsc-ios-dark .mbsc-rating-circle-unf {
  border-color: #f57f00;
  background: #080808;
}
/* Timer, timespan */
.mbsc-ios-dark.mbsc-timer .mbsc-sc-lbl {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-ts .mbsc-sc-lbl {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-color-preview {
  border-color: #3d3d3d;
}
/* Menustrip */
.mbsc-ios-dark .mbsc-ms-item-sel,
.mbsc-ios-dark.mbsc-ms-nosel .mbsc-ms-item {
  color: #ff8400;
}
/* Numpad */
.mbsc-ios-dark .mbsc-np-btn {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-np-btn.mbsc-fr-btn-a,
.mbsc-ios-dark .mbsc-np-btn-empty {
  background: #242424;
}
.mbsc-ios-dark .mbsc-np-btn.mbsc-fr-btn-d {
  color: #292929;
}
/* Form elements */
.mbsc-ios-dark.mbsc-page *::-moz-selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-page *::selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-page {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-form *::-moz-selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-form *::selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-form {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-divider,
.mbsc-ios-dark .mbsc-form-group-title {
  background: #1a1a1a;
  border-color: #333333;
  color: #8f8f8f;
}
.mbsc-ios-dark .mbsc-input {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-control-w:before,
.mbsc-ios-dark .mbsc-control-w:after {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-control-w.mbsc-err:after,
.mbsc-ios-dark .mbsc-control-w.mbsc-err + .mbsc-err:before,
.mbsc-ios-dark .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #d8342c;
}
.mbsc-ios-dark .mbsc-input input::-webkit-input-placeholder,
.mbsc-ios-dark .mbsc-textarea textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.mbsc-ios-dark .mbsc-input input::-ms-input-placeholder,
.mbsc-ios-dark .mbsc-textarea textarea::-ms-input-placeholder {
  color: #cccccc;
}
.mbsc-ios-dark .mbsc-input input::-moz-placeholder,
.mbsc-ios-dark .mbsc-textarea textarea::-moz-placeholder {
  color: #cccccc;
}
.mbsc-ios-dark .mbsc-input .mbsc-label,
.mbsc-ios-dark .mbsc-input input,
.mbsc-ios-dark .mbsc-input textarea {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-err-msg {
  color: #d8342c;
}
.mbsc-ios-dark.mbsc-form .mbsc-checkbox,
.mbsc-ios-dark.mbsc-form .mbsc-radio {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-checkbox-box {
  border-color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-checkbox-box:after {
  border-color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-radio-box:after {
  border-color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-radio input:disabled ~ .mbsc-radio-label {
  color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-btn {
  color: #ff8400;
  background: #3b3b3b;
}
.mbsc-ios-dark .mbsc-btn:disabled {
  background: #212121;
  color: #3b3b3b;
}
.mbsc-ios-dark a {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-btn-group,
.mbsc-ios-dark .mbsc-btn-group-justified,
.mbsc-ios-dark .mbsc-btn-group-block {
  background: #1a1a1a;
  border-color: #333333;
}
/* Progress */
.mbsc-ios-dark.mbsc-progress {
  border-color: #333333;
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-progress-track {
  background: #4d4d4d;
}
.mbsc-ios-dark .mbsc-progress-bar {
  background: #ff8400;
}
.mbsc-ios-dark .mbsc-progress-value {
  color: #bababa;
}
.mbsc-ios-dark .mbsc-progress-step-label {
  color: #bababa;
}
.mbsc-ios-dark .mbsc-input .mbsc-label,
.mbsc-ios-dark .mbsc-progress .mbsc-label {
  color: #ffffff;
}
/* Slider */
.mbsc-ios-dark .mbsc-slider-handle {
  background: #ffffff;
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
}
.mbsc-ios-dark .mbsc-slider-tooltip {
  color: #bababa;
}
.mbsc-ios-dark .mbsc-slider-step {
  background: #4d4d4d;
}
/* Switch */
.mbsc-ios-dark.mbsc-form .mbsc-switch {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-switch-track {
  background: #fff;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-switch-track:after {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-switch-handle {
  background: #ffffff;
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
}
.mbsc-ios-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #ff8400;
  border-color: #ff8400;
}
/* Segmented & Stepper */
.mbsc-ios-dark .mbsc-segmented {
  background-color: #0f0f0f;
}
.mbsc-ios-dark .mbsc-segmented-content {
  color: #ff8b0f;
  border-color: #ff8b0f;
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #ff8b0f;
  color: #0f0f0f;
}
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(255, 139, 15, 0.3);
  color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-stepper-val {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-stepper-cont {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-stepper {
  right: .75em;
}
.mbsc-ios-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: none;
  color: #3b3b3b;
  border-color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-stepper input:disabled {
  color: #3b3b3b;
  -webkit-text-fill-color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #212121;
}
.mbsc-ios-dark .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content {
  color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(255, 139, 15, 0.15);
}
/* Listview */
.mbsc-lv-ios-dark {
  border-color: #333333;
}
.mbsc-lv-ios-dark .mbsc-lv {
  background: #1c1c1c;
}
.mbsc-lv-ios-dark .mbsc-lv-item {
  background: #0f0f0f;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-lv-ios-dark .mbsc-lv-item:after,
.mbsc-lv-ios-dark .mbsc-lv-item:before {
  border-color: #333333;
}
.mbsc-lv-ios-dark .mbsc-lv-item-hl,
.mbsc-lv-ios-dark .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #262626;
  border-color: #262626;
}
.mbsc-lv-ios-dark .mbsc-lv-handle-bar {
  background: #6e6e6e;
}
.mbsc-lv-ios-dark .mbsc-lv-gr-title {
  background: #1a1a1a;
  color: #8f8f8f;
  border-color: #333333;
}
.mbsc-lv-ios-dark.mbsc-lv-has-fixed-header .mbsc-lv-gr-title,
.mbsc-lv-ios-dark.mbsc-lv-fixed-header .mbsc-lv-gr-title {
  color: #ffffff;
}
.mbsc-lv-ios-dark .mbsc-lv-ic-m {
  color: #ffffff;
}
.mbsc-lv-ios-dark .mbsc-lv-arr {
  color: #6e6e6e;
}
.mbsc-lv-ios-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #212121;
}
.mbsc-ios-dark.mbsc-ms-c {
  background: #080808;
  border-color: #333333;
  color: #878787;
}
/* Snackbar */
.mbsc-ios-dark.mbsc-snackbar .mbsc-snackbar-btn {
  color: #ff8400;
}
/* Colorpicker */
.mbsc-ios-dark .mbsc-color-active,
.mbsc-no-touch.mbsc-ios-dark .mbsc-color-item-c:hover {
  box-shadow: inset 0 0 0 0.1875em #ff8400;
}
.mbsc-ios-dark .mbsc-color-preview-item-empty {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-color-preview-cont {
  border-color: #3d3d3d;
}
.mbsc-ios-dark.mbsc-form .mbsc-color-input {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-material-dark .mbsc-ripple,
.mbsc-lv-material-dark .mbsc-ripple {
  background: #ffffff;
}
/* Frame */
.mbsc-material-dark .mbsc-fr-w {
  background: #303030;
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-fr-hdr {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-fr-btn {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-material-dark .mbsc-fr-btn-a {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #303030 transparent;
}
.mbsc-material-dark .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #303030 transparent transparent transparent;
}
/* Scroller */
.mbsc-material-dark .mbsc-sc-lbl {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-sc-whl-l {
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-sc-btn {
  color: #81ccc4;
  background: #303030;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-material-dark .mbsc-sc-btn-a {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #81ccc4;
}
/* Rating */
.mbsc-material-dark .mbsc-rating-icon {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-rating-circle {
  background: #81ccc4;
  color: #303030;
}
.mbsc-material-dark .mbsc-rating-circle-unf {
  background: none;
  border-color: #81ccc4;
}
/* Numpad */
.mbsc-material-dark .mbsc-np-del {
  color: #81ccc4;
}
/* Calbase */
.mbsc-material-dark .mbsc-cal-sc-c {
  background: #303030;
}
.mbsc-material-dark .mbsc-cal-btn-txt {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-hl-now .mbsc-cal-today {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-cal-day.mbsc-cal-day-v:hover .mbsc-cal-day-fg,
.mbsc-material-dark.mbsc-no-touch .mbsc-cal-sc .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl,
.mbsc-material-dark .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-fg,
.mbsc-material-dark .mbsc-cal-sc .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i {
  background: rgba(129, 204, 196, 0.3);
}
.mbsc-material-dark .mbsc-cal-week-nrs-c {
  color: #c2c2c2;
  background: #303030;
}
.mbsc-material-dark .mbsc-cal-tab .mbsc-cal-tab-i {
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #81ccc4;
}
/* Calendar */
.mbsc-material-dark .mbsc-cal-day-m-c {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-day-txt {
  color: #303030;
}
.mbsc-material-dark .mbsc-cal-events {
  color: #303030;
}
.mbsc-material-dark .mbsc-cal-event-color {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-event-time,
.mbsc-material-dark .mbsc-cal-event-dur {
  color: #303030;
}
.mbsc-material-dark .mbsc-cal-events-arr {
  border-color: #81ccc4 transparent transparent transparent;
}
.mbsc-material-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #81ccc4 transparent;
}
/* Range */
.mbsc-material-dark .mbsc-range-btn-t {
  border-color: #c7c7c7;
}
.mbsc-material-dark .mbsc-range-btn {
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-range-btn-sel .mbsc-range-btn {
  border-color: #81ccc4;
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-range .mbsc-cal-day-sel .mbsc-cal-day-frame {
  color: #c2c2c2;
  background: rgba(129, 204, 196, 0.1);
}
.mbsc-material-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i .mbsc-cal-day-fg {
  color: #303030;
  background: rgba(129, 204, 196, 0.8);
}
/* Menustrip */
.mbsc-material-dark.mbsc-ms-c {
  background: #303030;
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-btn-a .mbsc-ms-item {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark.mbsc-ms-b.mbsc-ms-top {
  border-bottom: 1px solid #81ccc4;
}
.mbsc-material-dark.mbsc-ms-b.mbsc-ms-bottom {
  border-top: 1px solid #81ccc4;
}
.mbsc-material-dark.mbsc-ms-b .mbsc-ms-item-sel.mbsc-ms-item {
  border-bottom-color: #81ccc4;
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel.mbsc-ms-item {
  border-top-color: #81ccc4;
  border-bottom-color: transparent;
}
.mbsc-material-dark.mbsc-ms-a .mbsc-ms-item-sel.mbsc-ms-item {
  color: #81ccc4;
}
/* Listview */
.mbsc-lv-material-dark .mbsc-lv-item {
  background: #303030;
  color: #c2c2c2;
}
.mbsc-lv-material-dark .mbsc-lv-item-hl:after,
.mbsc-lv-material-dark .mbsc-lv-item-active::after,
.mbsc-lv-material-dark .mbsc-lv-item-dragging:after {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-lv-material-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #383838;
}
.mbsc-lv-material-dark .mbsc-lv-gr-title {
  background: #303030;
  color: #81ccc4;
}
.mbsc-lv-material-dark .mbsc-lv-arr {
  color: #81ccc4;
}
.mbsc-lv-material-dark .mbsc-lv-handle-bar {
  background: #81ccc4;
}
.mbsc-lv-material-dark p.mbsc-lv-txt {
  color: #dcdcdc;
}
/* Progress */
.mbsc-material-dark .mbsc-progress-track {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-progress-bar {
  background: #81ccc4;
}
/* Slider */
.mbsc-material-dark .mbsc-slider-step {
  background: #ffffff;
}
.mbsc-material-dark .mbsc-slider-handle {
  background: #81ccc4;
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-slider-start .mbsc-slider-handle {
  border-color: #5b5b5b;
  background: #303030;
}
.mbsc-material-dark .mbsc-slider-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-slider-tooltip {
  color: #303030;
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-slider-tooltip:before {
  border-top-color: #81ccc4;
}
.mbsc-material-dark.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip {
  background: #5b5b5b;
}
.mbsc-material-dark.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before {
  border-top-color: #5b5b5b;
}
.mbsc-material-dark.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #5b5b5b;
}
.mbsc-material-dark.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  background: #5b5b5b;
  border-color: #5b5b5b;
  box-shadow: 0 0 0 0.3125em #303030;
}
.mbsc-material-dark.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle {
  border-color: #5b5b5b;
  background: #303030;
}
/* Form elements */
.mbsc-material-dark.mbsc-page {
  background-color: #303030;
  color: #d4d4d4;
}
.mbsc-material-dark.mbsc-page *::-moz-selection {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-page *::selection {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-form {
  background-color: #303030;
  color: #d4d4d4;
}
.mbsc-material-dark.mbsc-form *::-moz-selection {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-form *::selection {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-divider,
.mbsc-material-dark .mbsc-form-group-title {
  color: #81ccc4;
}
.mbsc-material-dark a {
  color: #81ccc4;
}
/* Textbox, textarea, select */
.mbsc-material-dark .mbsc-input textarea,
.mbsc-material-dark .mbsc-input input {
  border-bottom: 1px solid #d4d4d4;
  color: #858585;
}
.mbsc-material-dark .mbsc-input input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.mbsc-material-dark .mbsc-input input::-moz-placeholder {
  color: #a9a9a9;
}
.mbsc-material-dark .mbsc-input input:-ms-input-placeholder {
  color: #a9a9a9;
}
.mbsc-material-dark .mbsc-input select:focus ~ input,
.mbsc-material-dark .mbsc-input textarea:focus,
.mbsc-material-dark .mbsc-input input:focus {
  border-bottom: 2px solid #81ccc4;
}
.mbsc-material-dark .mbsc-checkbox-box:before,
.mbsc-material-dark .mbsc-radio-box:before,
.mbsc-material-dark .mbsc-switch-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
/* Select */
.mbsc-material-dark .mbsc-select .mbsc-input-wrap:after {
  border: 5px solid #d4d4d4;
  border-color: #d4d4d4 transparent transparent transparent;
}
.mbsc-material-dark .mbsc-sel-filter-cont {
  border-color: #5b5b5b;
}
/* Checkbox, radio */
.mbsc-material-dark .mbsc-checkbox-box,
.mbsc-material-dark .mbsc-radio-box {
  border-color: #d4d4d4;
}
.mbsc-material-dark .mbsc-checkbox-box:after {
  border-color: #303030;
}
.mbsc-material-dark .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #81ccc4;
  border-color: #81ccc4;
}
/* Radio */
.mbsc-material-dark .mbsc-radio-box:after {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #81ccc4;
}
/* Button */
.mbsc-material-dark .mbsc-btn {
  background: #5b5b5b;
  color: #ffffff;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-btn:not(:disabled):hover,
.mbsc-material-dark .mbsc-btn.mbsc-active {
  background: #737373;
}
.mbsc-material-dark .mbsc-btn-flat {
  background: transparent;
}
.mbsc-material-dark .mbsc-btn:disabled {
  color: #bcbcbc;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-material-dark .mbsc-btn-flat.mbsc-active {
  background-color: #5b5b5b;
}
/* Switch */
.mbsc-material-dark .mbsc-switch-track {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-switch .mbsc-switch-handle {
  background: #b8b8b8;
}
.mbsc-material-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background-color: rgba(129, 204, 196, 0.3);
}
.mbsc-material-dark .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #595959;
}
/* Segmented control and Stepper */
.mbsc-material-dark .mbsc-segmented-content {
  border-color: #81ccc4;
  color: #ffffff;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:checked ~ .mbsc-segmented-content {
  background: #81ccc4;
  color: #303030;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content {
  background: #737373;
  color: #ffffff;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #bcbcbc;
  border-color: #5b5b5b;
  background: transparent;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  background: #5b5b5b;
  color: #bcbcbc;
  border-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-stepper .mbsc-segmented-content {
  border-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-stepper-control .mbsc-segmented-content {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-material-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item.mbsc-step-disabled .mbsc-segmented-content {
  background: #5b5b5b;
  color: #bcbcbc;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  border-color: #5b5b5b;
  background: #303030;
}
.mbsc-material-dark .mbsc-stepper input:disabled {
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #737373;
  color: #ffffff;
}
/* Snackbar */
.mbsc-material-dark.mbsc-snackbar .mbsc-fr-w {
  background: #5b5b5b;
}
.mbsc-material-dark.mbsc-snackbar .mbsc-snackbar-btn {
  color: #81ccc4;
}
/* Colorpicker */
.mbsc-material-dark .mbsc-color-active .mbsc-color-item,
.mbsc-no-touch.mbsc-material-dark .mbsc-color-item:hover {
  box-shadow: inset 0 0 0 0.1875em #81ccc4;
}
.mbsc-material-dark .mbsc-color-preview-item-empty {
  border-color: #595959;
}
.mbsc-material-dark .mbsc-color-preview-cont {
  border-top-color: #737373;
}
.mbsc-material-dark.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #d4d4d4;
  color: #858585;
}
.mbsc-material-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.6);
}
.mbsc-mobiscroll-dark .mbsc-fr-w {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-fr-hdr,
.mbsc-mobiscroll-dark .mbsc-sc-lbl {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-sc-whl-l {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover,
.mbsc-mobiscroll-dark .mbsc-fr-btn-a {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-sc-itm.mbsc-btn-a {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-fr-btn {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-sc-btn {
  color: #4fccc4;
  background: #263238;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-sc-btn:hover:before,
.mbsc-mobiscroll-dark .mbsc-sc-btn-a:before {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #263238 transparent;
}
.mbsc-mobiscroll-dark .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #263238 transparent transparent transparent;
}
.mbsc-mobiscroll-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #4fccc4;
}
/* Calendar */
.mbsc-mobiscroll-dark .mbsc-cal .mbsc-cal-day-sel .mbsc-cal-day-i,
.mbsc-mobiscroll-dark .mbsc-cal .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-hl-now .mbsc-cal-today {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-days {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-days th {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-btn-txt {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-event-color {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-events {
  color: #263238;
  background: #ffffff;
}
.mbsc-mobiscroll-dark .mbsc-cal-events-arr {
  border-color: #ffffff transparent transparent transparent;
}
.mbsc-mobiscroll-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #ffffff transparent;
}
.mbsc-mobiscroll-dark .mbsc-cal-event-time {
  color: #8db3b0;
}
.mbsc-mobiscroll-dark .mbsc-cal-event-dur {
  color: #8db3b0;
}
.mbsc-mobiscroll-dark .mbsc-cal-day-hl .mbsc-cal-day-i {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-week-nrs-c {
  color: #4fccc4;
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-day-m-c {
  background: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-day-sel .mbsc-cal-day-m-c {
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-day-txt {
  color: #263238;
  background: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-day-txt {
  color: #263238;
  background: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-tab {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-tab .mbsc-cal-tab-i {
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-tabs .mbsc-cal-tab-sel {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i {
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-sc-c {
  background: #263238;
}
/* Range */
.mbsc-mobiscroll-dark .mbsc-range-btn {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-range-btn-t .mbsc-range-btn-sel .mbsc-range-btn {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-sel .mbsc-cal-day-i {
  color: #f7f7f7;
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-table .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: #4fccc4;
  color: #263238;
}
/* Rating */
.mbsc-mobiscroll-dark .mbsc-rating-icon {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-rating-icon-unf {
  color: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-rating-circle {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-rating-circle-unf {
  background: none;
  border-color: #4fccc4;
}
/* Numpad */
.mbsc-mobiscroll-dark .mbsc-np-del {
  color: #4fccc4;
}
/* Colorpicker */
.mbsc-mobiscroll-dark .mbsc-color-active,
.mbsc-no-touch.mbsc-mobiscroll-dark .mbsc-color-item-c:hover {
  box-shadow: inset 0 0 0 0.1875em #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-color-preview-item-empty {
  border-color: #34444d;
}
.mbsc-mobiscroll-dark .mbsc-color-preview-cont {
  border-top-color: #435863;
}
.mbsc-mobiscroll-dark.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #ffffff;
  color: #d1d1d1;
}
.mbsc-mobiscroll-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
/* Listview */
.mbsc-lv-mobiscroll-dark .mbsc-lv-item {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-gr-title {
  background: #4fccc4;
  color: #263238;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-arr {
  color: #4fccc4;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-handle-bar {
  background: #4fccc4;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item-active::after {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-lv-mobiscroll-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #1d272b;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item.mbsc-lv-item-dragging {
  background: #4fccc4;
  color: #263238;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-handle-bar {
  background: #263238;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-arr {
  color: #263238;
}
/* Menustrip */
.mbsc-mobiscroll-dark.mbsc-ms-c {
  color: #f7f7f7;
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-btn-a.mbsc-ms-item {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark.mbsc-ms-a .mbsc-ms-item-sel.mbsc-ms-item {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-top {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b .mbsc-ms-item-sel.mbsc-ms-item {
  border-bottom-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel.mbsc-ms-item {
  border-top-color: #4fccc4;
  border-bottom-color: transparent;
}
/* Progress */
.mbsc-mobiscroll-dark.mbsc-progress .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-mobiscroll-dark .mbsc-progress-track {
  background: #364850;
}
.mbsc-mobiscroll-dark .mbsc-progress-bar {
  background: #4fccc4;
}
/* Slider */
.mbsc-mobiscroll-dark .mbsc-slider-step {
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-slider-handle {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-slider-tooltip {
  color: #263238;
  background: #4fccc4;
}
/* Form elements */
.mbsc-mobiscroll-dark.mbsc-page {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark.mbsc-page *::-moz-selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-page *::selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-form {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark.mbsc-form *::-moz-selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-form *::selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-divider,
.mbsc-mobiscroll-dark .mbsc-form-group-title {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark a {
  color: #4fccc4;
}
/* Textbox */
.mbsc-mobiscroll-dark .mbsc-input textarea,
.mbsc-mobiscroll-dark .mbsc-input input {
  border-bottom: 1px solid #ffffff;
  color: #d1d1d1;
}
.mbsc-mobiscroll-dark .mbsc-input select:focus ~ input,
.mbsc-mobiscroll-dark .mbsc-input textarea:focus,
.mbsc-mobiscroll-dark .mbsc-input input:focus {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-input-ic {
  color: #ffffff;
}
/* Checkbox */
.mbsc-mobiscroll-dark .mbsc-checkbox-box {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-checkbox-box:after {
  border: 0.125em solid #263238;
  border-top: 0;
  border-right: 0;
}
.mbsc-mobiscroll-dark .mbsc-checkbox input:disabled + .mbsc-checkbox-box {
  background: #101417;
}
/* Radio */
.mbsc-mobiscroll-dark .mbsc-radio-box {
  border: 0.125em solid #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-radio-box:after {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
}
.mbsc-mobiscroll-dark .mbsc-radio input:disabled + .mbsc-radio-box {
  border-color: #101417;
}
.mbsc-mobiscroll-dark .mbsc-radio input:disabled + .mbsc-radio-box:after {
  background: #101417;
}
/* Buttons */
.mbsc-mobiscroll-dark .mbsc-btn {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-btn:disabled {
  background: #364850;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(79, 204, 196, 0.1);
}
.mbsc-mobiscroll-dark .mbsc-btn-flat.mbsc-active {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-btn-flat {
  background: transparent;
  color: #4fccc4;
  border-color: transparent;
}
.mbsc-mobiscroll-dark .mbsc-btn-flat:disabled {
  background: transparent;
  color: #435863;
}
/* Switch */
.mbsc-mobiscroll-dark .mbsc-switch-track {
  background: #364850;
}
.mbsc-mobiscroll-dark .mbsc-switch-handle {
  background: #435863;
}
.mbsc-mobiscroll-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #b5e6e2;
}
.mbsc-mobiscroll-dark .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #101417;
}
.mbsc-mobiscroll-dark .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #182024;
}
/* Stepper segmented */
.mbsc-mobiscroll-dark .mbsc-segmented-content {
  border-color: #4fccc4;
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-stepper input {
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-mobiscroll-dark .mbsc-stepper {
  margin-top: -1.25em;
}
.mbsc-mobiscroll-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #101417;
  border-color: #101417;
  background: transparent;
}
.mbsc-mobiscroll-dark .mbsc-stepper input:disabled {
  color: #101417;
  -webkit-text-fill-color: #101417;
}
.mbsc-mobiscroll-dark .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #364850;
  border-color: #364850;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-stepper .mbsc-active.mbsc-step-disabled .mbsc-segmented-content {
  color: #101417;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(79, 204, 196, 0.1);
}
.mbsc-wp-light .mbsc-fr-w,
.mbsc-wp-light .mbsc-range-btn,
.mbsc-wp-light .mbsc-fr-btn,
.mbsc-wp-light .mbsc-cal-tabs .mbsc-cal-tab-i,
.mbsc-wp-light .mbsc-cal-sc-cell-i .mbsc-cal-sc-cell {
  color: #000000;
}
.mbsc-wp-light .mbsc-fr-w {
  background: #dedede;
}
.mbsc-wp-light .mbsc-sc-itm {
  color: #000000;
}
.mbsc-wp-light .mbsc-sc-itm:after {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-sc-whl .mbsc-sc-itm-sel {
  color: white;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-cal-tab:hover .mbsc-cal-tab-i,
.mbsc-wp-light.mbsc-no-touch .mbsc-cal-day-v:hover .mbsc-cal-day-i,
.mbsc-wp-light.mbsc-no-touch .mbsc-cal-sc-cell:not(.mbsc-fr-btn-d):hover .mbsc-cal-sc-tbl .mbsc-cal-sc-cell,
.mbsc-wp-light.mbsc-no-touch .mbsc-range-btn-c:hover .mbsc-range-btn,
.mbsc-wp-light .mbsc-cal-day-sel .mbsc-cal-day-i,
.mbsc-wp-light .mbsc-cal-sc-sel .mbsc-cal-sc-cell-i .mbsc-cal-sc-cell,
.mbsc-wp-light .mbsc-cal-tabs .mbsc-cal-tab-sel .mbsc-cal-tab-i,
.mbsc-wp-light .mbsc-range-btn-sel .mbsc-range-btn {
  color: white;
  background: #1ca1e3;
  border-color: #1ca1e3;
}
/* Clickpick-mode */
.mbsc-wp-light .mbsc-sc-btn {
  background: #dedede;
}
.mbsc-wp-light .mbsc-sc-btn:before {
  color: #000000;
  border-color: #000000;
}
.mbsc-wp-light .mbsc-sc-itm-sel:after,
.mbsc-wp-light .mbsc-sc-itm.mbsc-btn-a:after,
.mbsc-wp-light .mbsc-sc-btn-a:before,
.mbsc-wp-light.mbsc-no-touch .mbsc-sc-btn:hover:before {
  background: #1ca1e3;
  border-color: #1ca1e3;
}
.mbsc-wp-light .mbsc-sc-whl-w:not(.mbsc-sc-whl-multi) .mbsc-sc-whl-anim .mbsc-sc-itm-sel {
  color: #000000;
}
.mbsc-wp-light .mbsc-sc-whl-w:not(.mbsc-sc-whl-multi) .mbsc-sc-whl-anim .mbsc-sc-itm-sel:after,
.mbsc-wp-light .mbsc-sc-whl-w:not(.mbsc-sc-whl-multi) .mbsc-sc-whl-wpa .mbsc-sc-itm.mbsc-btn-a:after {
  background: none;
  border-color: #000000;
}
/* Bubble positioning */
.mbsc-wp-light .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #dedede transparent;
}
.mbsc-wp-light .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #dedede transparent transparent transparent;
}
/* Multiple select */
.mbsc-wp-light .mbsc-sc-whl-multi .mbsc-sc-itm:after {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before,
.mbsc-wp-light .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #000000;
}
.mbsc-wp-light .mbsc-sel-filter-clear {
  color: #000000;
}
/* Calendar */
.mbsc-wp-light .mbsc-cal-sc-m-cell {
  background: #dedede;
}
.mbsc-wp-light .mbsc-cal-event {
  background: #a6a6a6;
  color: black;
}
.mbsc-wp-light .mbsc-cal-events {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
.mbsc-wp-light .mbsc-cal-events-arr {
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}
.mbsc-wp-light .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}
.mbsc-wp-light .mbsc-cal-day-m-c {
  background: #000000;
}
.mbsc-wp-light .mbsc-cal-day-fg,
.mbsc-wp-light .mbsc-cal-sc-cell-i .mbsc-cal-sc-cell,
.mbsc-wp-light .mbsc-cal-tabs .mbsc-cal-tab-i {
  border-color: #a6a6a6;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-cal-day-v:hover .mbsc-cal-day-fg,
.mbsc-wp-light .mbsc-cal-day-sel .mbsc-cal-day-fg {
  border-color: #1ca1e3;
}
.mbsc-wp-light .mbsc-cal-day-hl .mbsc-cal-day-fg {
  background: #000000;
  border-color: #000000;
  color: #dedede;
}
.mbsc-wp-light .mbsc-cal-hl-now .mbsc-cal-today {
  color: #1ca1e3;
}
.mbsc-wp-light .mbsc-fr-btn:before,
.mbsc-wp-light .mbsc-cal-btn-txt:before {
  color: #000000;
  border-color: #000000;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-fr-btn-d):hover:before,
.mbsc-wp-light.mbsc-no-touch .mbsc-cal-btn:not(.mbsc-fr-btn-d):hover .mbsc-cal-btn-txt:before,
.mbsc-wp-light .mbsc-fr-btn-a:before,
.mbsc-wp-light .mbsc-fr-btn-a .mbsc-cal-btn-txt:before {
  background: #1ca1e3;
  border-color: #1ca1e3;
  color: white;
}
.mbsc-wp-light .mbsc-cal-week-nrs-c {
  background: #dedede;
}
/* Rating */
.mbsc-wp-light .mbsc-rating-icon {
  color: inherit;
}
.mbsc-wp-light .mbsc-rating-circle {
  background: #000000;
  color: #dedede;
}
.mbsc-wp-light .mbsc-rating-circle-unf {
  background: #646464;
}
/* Timer */
.mbsc-wp-light.mbsc-ts .mbsc-sc-lbl,
.mbsc-wp-light.mbsc-timer .mbsc-sc-lbl {
  color: white;
}
/* Numpad */
.mbsc-wp-light .mbsc-np-del.mbsc-fr-btn-a:before {
  color: #000000;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-fr-c .mbsc-np-del:hover:before {
  color: #1ca1e3;
  background: transparent;
}
.mbsc-wp-light .mbsc-np-btn {
  background: #cccccc;
  border: 2px solid #dedede;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-np-btn:not(.mbsc-fr-btn-d):hover {
  color: #1ca1e3;
}
.mbsc-wp-light.mbsc-fr .mbsc-fr-w .mbsc-np-btn.mbsc-fr-btn-a {
  background: #1ca1e3;
  color: white;
}
.mbsc-wp-light .mbsc-np-btn.mbsc-fr-btn-d {
  color: #000000;
  opacity: .5;
}
.mbsc-wp-light .mbsc-np-btn-empty {
  background: none;
}
/* Listview */
.mbsc-lv-wp-light .mbsc-lv-item,
.mbsc-lv-wp-light .mbsc-lv-gr-title {
  background: #dedede;
  color: #000000;
}
.mbsc-lv-wp-light.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #f0f0f0;
}
/* Menustrip */
.mbsc-wp-light.mbsc-ms-c {
  background: #dedede;
  color: #000000;
}
.mbsc-wp-light .mbsc-ms-item {
  color: #a6a6a6;
}
.mbsc-wp-light .mbsc-ms-ic:before {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-ms-item-sel.mbsc-ms-ic:before,
.mbsc-wp-light .mbsc-btn-a.mbsc-ms-ic:before {
  background: #000000;
  color: #dedede;
}
.mbsc-wp-light.mbsc-ms-icons .mbsc-ms-item {
  color: #000000;
}
.mbsc-wp-light .mbsc-ms-item-sel {
  color: #000000;
}
/* Progress */
.mbsc-wp-light.mbsc-progress .mbsc-label {
  color: #000000;
}
.mbsc-wp-light.mbsc-progress .mbsc-input-ic {
  color: #000000;
}
.mbsc-wp-light .mbsc-progress-track {
  background: #dedede;
}
.mbsc-wp-light .mbsc-progress-bar {
  background: #1ca1e3;
}
/* Slider */
.mbsc-wp-light .mbsc-slider-handle {
  background: #000000;
}
.mbsc-wp-light .mbsc-slider-tooltip {
  background: #000000;
  color: #a6a6a6;
  border-color: #a6a6a6;
}
.mbsc-wp-light .mbsc-slider-step {
  background: #ffffff;
}
/* Form elements */
.mbsc-wp-light.mbsc-form {
  background-color: #ffffff;
  color: #000000;
}
.mbsc-wp-light.mbsc-page {
  background-color: #ffffff;
  color: #000000;
}
.mbsc-wp-light .mbsc-input .mbsc-label {
  color: #000000;
}
.mbsc-wp-light .mbsc-input-ic {
  color: #000000;
}
.mbsc-wp-light .mbsc-input select {
  background: #ffffff;
  color: #000000;
}
.mbsc-wp-light .mbsc-select .mbsc-input-wrap input {
  border-color: #000000;
  color: #000000;
}
.mbsc-wp-light .mbsc-input select.mbsc-active + input {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-select .mbsc-input-wrap .mbsc-ic {
  color: #000000;
}
.mbsc-wp-light .mbsc-input select:disabled ~ input,
.mbsc-wp-light .mbsc-input textarea:disabled,
.mbsc-wp-light .mbsc-input input:disabled {
  background-color: transparent;
  color: #4f4f4f;
  border-color: #4f4f4f;
}
/* Checkbox */
.mbsc-wp-light .mbsc-checkbox-box {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-checkbox-box:after {
  border-color: #000000;
}
/* Radio */
.mbsc-wp-light .mbsc-radio-box {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-radio-box:after {
  background-color: #000000;
}
/* Button */
.mbsc-wp-light .mbsc-btn {
  color: #000000;
  border-color: #000000;
}
.mbsc-wp-light .mbsc-btn .mbsc-btn-ic {
  color: #000000;
}
.mbsc-wp-light .mbsc-btn-flat .mbsc-btn-ic {
  border-color: #000000;
}
.mbsc-wp-light .mbsc-btn-flat,
.mbsc-wp-light.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-wp-light .mbsc-btn-flat.mbsc-active {
  color: #000000;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover .mbsc-btn-ic,
.mbsc-wp-light .mbsc-btn-flat.mbsc-active .mbsc-btn-ic {
  border-color: #1ca1e3;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-btn:not(:disabled):hover .mbsc-btn-ic,
.mbsc-wp-light .mbsc-btn.mbsc-active .mbsc-btn-ic {
  background: #1ca1e3;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover,
.mbsc-wp-light .mbsc-btn.mbsc-active:not(.mbsc-btn-flat) {
  background: #1ca1e3;
}
.mbsc-wp-light .mbsc-switch input:checked + .mbsc-switch-track,
.mbsc-wp-light .mbsc-radio input.mbsc-active + .mbsc-radio-box:after,
.mbsc-wp-light .mbsc-radio input.mbsc-active + .mbsc-radio-box,
.mbsc-wp-light .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box {
  background: #1ca1e3;
}
.mbsc-wp-light.mbsc-form *::-moz-selection {
  color: #ffffff;
  background: #1ca1e3;
}
.mbsc-wp-light.mbsc-form *::selection {
  color: #000000;
  background: #1ca1e3;
}
.mbsc-wp-light .mbsc-input input:focus,
.mbsc-wp-light .mbsc-input select:focus + input,
.mbsc-wp-light .mbsc-input textarea:focus {
  border-color: #1ca1e3;
  color: #000000;
}
.mbsc-wp-light .mbsc-input select.mbsc-active + input {
  background: #1ca1e3;
  border-color: #1ca1e3;
  color: white;
}
.mbsc-wp-light .mbsc-input select:focus + input {
  background: #ffffff;
  color: #000000;
}
.mbsc-wp-light .mbsc-select select.mbsc-active ~ .mbsc-ic {
  color: white;
}
.mbsc-wp-light .mbsc-select select:focus ~ .mbsc-ic {
  color: #000000;
}
.mbsc-wp-light a {
  color: #1ca1e3;
}
/* Switch */
.mbsc-wp-light .mbsc-switch-track {
  box-shadow: inset 0 0 0 2px #ffffff, 0 0 0 2px #000000;
}
.mbsc-wp-light .mbsc-switch-handle {
  background: #000000;
  border-color: #ffffff;
}
.mbsc-wp-light .mbsc-switch input:disabled + .mbsc-switch-track {
  background: transparent;
}
.mbsc-wp-light .mbsc-switch input:checked:disabled + .mbsc-switch-track {
  background: #000000;
}
/* Segmented & Stepper */
.mbsc-wp-light .mbsc-segmented-content {
  border-color: #000000;
  color: #000000;
}
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #000000;
  color: #ffffff;
}
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: #1ca1e3;
}
.mbsc-wp-light .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content {
  background: #1ca1e3;
}
.mbsc-wp-light .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-wp-light .mbsc-stepper .mbsc-segmented-item.mbsc-step-disabled .mbsc-segmented-content,
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #b3b3b3;
  border-color: #b3b3b3;
  background: transparent;
}
.mbsc-wp-light .mbsc-stepper input:disabled {
  color: #b3b3b3;
  -webkit-text-fill-color: #b3b3b3;
}
.mbsc-wp-light .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  color: #ffffff;
  background: #b3b3b3;
}
.mbsc-wp-light .mbsc-stepper input {
  color: #000000;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(28, 161, 227, 0.2);
}
/* Snackbar */
.mbsc-wp-light.mbsc-snackbar .mbsc-snackbar-cont .mbsc-snackbar-btn {
  color: #1ca1e3;
}
/* Colorpicker */
.mbsc-wp-light .mbsc-color-active,
.mbsc-no-touch.mbsc-wp-light .mbsc-color-item-c:hover {
  box-shadow: inset 0 0 0 0.1875em #1ca1e3;
}
.mbsc-wp-light .mbsc-color-preview-item-empty {
  border-color: #9e9e9e;
}
.mbsc-wp-light .mbsc-color-preview-cont {
  border-color: #9e9e9e;
}
.mbsc-wp-light.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #4f4f4f;
}
.mbsc-wp-light.mbsc-form .mbsc-color-input {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.mbsc-wp-light .mbsc-color-clear-item {
  background: #ffffff;
}
/*# sourceMappingURL=mobiscroll.css.map */