@charset "UTF-8";
/******大写的都是共用的*******/
/****button****/


.NoB {
  border-color: transparent !important;
}

.RedB:hover,RedG {
  color: #FFF;
  background: #ff3b30
}

.RedG {
  border-color: transparent;
  background-color: #ef473a;
  color: #fff
}

.RedG:hover, .RedG.activated, .RedG.active, .RedB {
  border-color: #ef473a;
  background: 0 0;
  color: #ef473a
}

.RedG.button-outline {
  border-color: #ef473a;
  background: 0 0;
  color: #ef473a
}

.RedG.button-outline.activated, .RedG.button-outline.active {
  background-color: #ef473a;
  box-shadow: none;
  color: #fff
}

.greenG, .GreenB:hover, .GreenB.activated, .GreenB.active {
  border-color: transparent;
  background-color: #33cd5f;
  color: #fff
}

.greenG:hover, .GreenB, .greenG.activated, .greenG.active {
  border-color: #33cd5f;
  background: 0 0;
  color: #33cd5f
}


/* .item button {
  height: 100%;
  width: 100%;
  text-align: left;
  background: 0;
  border: none;
  padding: 0;
} */

button {
  font-size: inherit;
  color: inherit;
  /* border-color: transparent; */
  /* background-color: #f8f8f8; */
  /* color: #444; */
  /* position: relative; */
  /* display: inline-block; */
  /* margin: 0; */
  /* padding: 0 12px; */
  /* min-width: 52px; */
  /* min-height: 47px; */
  /* border-width: 1px; */
  /* border-style: solid; */
  border-radius: 6px;
  /* vertical-align: top; */
  /* text-align: center; */
  /* text-overflow: ellipsis; */
  line-height: 42px;
  /* cursor: pointer; */
}

/*******turn animation********/
/* @keyframes tmLoading {
      0% {
        transform: rotate3d(0, 0, 1, 0deg);
      }

      100% {
        transform: rotate3d(0, 0, 1, 360deg);
      }
    } */
/*******common********/
html, body {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  /* -webkit-app-region: drag; 使窗口可拖动： */
  user-select: none;
  touch-callout: none;
}

.MAX-W, iframe {
  max-width: 100% !important;
}

.NW {
  /*****规定段落中的文本不进行换行****/
  white-space: nowrap;
}

iframe:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}

*[contenteditable] {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}

.depth-1 {
  padding-left: 35px
}

.depth-2 {
  padding-left: 75px !important
}

.richEditor {
  box-sizing: border-box;
  maxheight: 300px;
  height: 300px;
  max-height: 300px;
  padding: 5px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  outline: none;
  -webkit-user-modify: read-write;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
  display: block;
  -webkit-user-select: auto !important;
  -webkit-touch-callout: auto !important;
  user-select: auto !important;
  touch-callout: auto !important;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 10px #ccc;
  text-shadow: none;
}

/*.tabs .tab-item .badge {
  background-color: #41a5a5;
  top: 1px;
  right: 2px;
}*/
/*


.popover {
  height: auto !important;
}

.popover ion-header-bar {
  position: relative;
}

.popover ion-content {
  top: 0;
  position: relative;
}*/
.minW {
  min-width: 680px;
}

/*body {
    display: flex;
     justify-content:center;
}
#tml { display: flex;
     justify-content:center;
}*/
／*******下拉动画*******／ .down-up-ani.ng-hide-add {
  transform: rotateX(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
}

.down-up-ani.ng-hide-add.ng-hide-add-active {
  transform: rotateX(90deg);
}

.down-up-ani.ng-hide-remove {
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 0.5s ease;
}

.down-up-ani.ng-hide-remove.ng-hide-remove-active {
  transform: rotateX(0);
}

/*动画
.funky-show-hide.ng-hide-add {
  transform: rotateZ(0);
  transform-origin: right;
  transition: all 0.5s ease-in-out;
}

.funky-show-hide.ng-hide-add.ng-hide-add-active {
  transform: rotateZ(-135deg);
}

.funky-show-hide.ng-hide-remove {
  transform: rotateY(90deg);
  transform-origin: left;
  transition: all 0.5s ease;
}

.funky-show-hide.ng-hide-remove.ng-hide-remove-active {
  transform: rotateY(0);
}

*/
/*ng-repeat的元素 逐步出现效果*/
.itemTml {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

/*动画开始前*/
.itemTml.ng-enter {
  opacity: 0;
}

/*动画过程*/
.itemTml-ng-enter-active {
  opacity: 1;
}

/*不同时出现*/
.itemTml.ng-enter-stagger {
  transition-delay: 0.2s;
  transition-duration: 0;
}

.itemname {
  padding-left: 45px;
  padding-right: 19px;
  padding-top: 3px !important;
  padding-bottom: 0px !important;
  /*min-height: 85px;
  padding-top: 10px;*/
}

.itemname img {
  top: 3px !important;
  left: 3px !important;
  /*max-width: 70px !important;
  max-height: 70px !important;*/
}

/*animation: 'slide-in-right'*/
.slide-in-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-in-right.ng-enter, .slide-in-right>.ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
}

.slide-in-right.ng-enter-active, .slide-in-right>.ng-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-right.ng-leave, .slide-in-right>.ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

/***********上传文件样式表************/
/*
.xl-angular-upload .xl-btn {
  color: #666;
  background-color: #EEE;
  border-color: #EEE;
  font-weight: 300;
  font-size: 16px;
  font-family: "Consolas", "Microsoft YaHei", Arial, arial, sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
}*/
/*.xl-angular-upload .xl-btn.btn-primary {
  background-color: #7B72E9;
  border-color: #7B72E9;
  color: #FFF;
}
.xl-angular-upload .xl-btn.btn-primary:hover {
  background-color: #a49ef0;
  border-color: #a49ef0;
  color: #FFF;
}*/
/*渐变透明按钮*/
.btn {
  border: none;
  background-color: transparent;
  /*float: left;*/
  /*width: 15%;*/
  /* line-height: 0px; */
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 1s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.btn i {}

.btn:hover {
  color: #F00;
  background-color: #f1f1f1;
}

/*上传文件按钮*/
input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

/*.xl-angular-upload .queue {
  width: 100%;
}
.xl-angular-upload .queue .item {
  margin-top: 4px;
}
.xl-angular-upload .queue .item > .info .no {
  float: left;
  width: 10%;
  text-align: center;
}
.xl-angular-upload .queue .item > .info .name {
  float: left;
  width: 70%;
}
.xl-angular-upload .queue .item > .info .size {
  float: right;
  width: 20%;
}
.xl-angular-upload .queue .item > .info:after {
  content: ' ';
  display: block;
  clear: both;
}
.xl-angular-upload .queue .item > .process-bar {
  width: 100%;
  height: 4px;
  margin-top: 4px;
}
.xl-angular-upload .queue .item > .process-bar .process {
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  height: 100%;
  width: 0;
  background: #7B72E9;
}*/
/***upload file**/
/*********************/
.rightTit {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
}

.border {
  border-color: #444;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.borderInput {
  border: 11px solid #41a5a5;
}

/*.leftText {
  text-overflow: ellipsis
}*/
.headImg img {
  border-top-right-radius: 1em;
  max-width: 90px;
  max-height: 90px;
  margin-top: -11px;
}

/*****************chat-item***************/
.chat-item {
  margin: 5px 10px 15px !important;
}

.chat-item>.chat-time {
  color: #bbb;
  font-size: 11px;
  text-align: center;
}

.chat-item>.chat-message-container {
  display: flex;
  margin-top: 5px;
  flex-direction: row-reverse;
}

.chat-item>.chat-message-container>.chat-avatar {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.chat-item>.chat-message-container>.chat-avatar>img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}

.chat-item>.chat-message-container.other {
  flex-direction: row;
}

.chat-item>.chat-message-container.other>.chat-message-content {
  background: #dfdfdf;
}

.chat-item>.chat-message-container>.chat-message-content>.chat-arrow {
  width: 0px;
  height: 0px;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0.5em;
}

.chat-message-container.other>.chat-message-content>.chat-arrow {
  border-color: transparent #dfdfdf transparent transparent;
  left: -13px;
}

.chat-message-container.self>.chat-message-content>.chat-arrow {
  border-color: transparent transparent transparent #99CCFF;
  right: -13px;
}

.leaflet-control-container {
  display: none;
}

.chat-item>.chat-message-container>.chat-message-content>.chat-map-cover {
  position: absolute;
  z-index: 99999999;
  height: 256px;
  width: 256px;
  margin-top: -8px;
  margin-left: -8px;
  border: 8px solid #fbfbfb;
  border-radius: 25px;
}

.chat-item>.chat-message-container>.chat-message-content>.chat-map-cover>.chat-map-cover-text {
  position: absolute;
  display: -webkit-box;
  bottom: 0;
  width: 100%;
  height: 54px;
  padding: 2px 15px;
  line-height: 27px;
  color: white !important;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.chat-item>.chat-message-container>.chat-message-content>.chat-map-cover>.chat-map-cover-text a[href^="tel:"] {
  color: white !important;
  text-decoration: none;
}

.chat-item>.chat-message-container>.chat-message-content>.chat-map {
  position: relative;
  display: table-cell;
  width: 240px !important;
  height: 240px !important;
  overflow: hidden;
}

.chat-item>.chat-message-container.other .chat-radio {
  position: absolute;
  left: 12px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.chat-item>.chat-message-container.self .chat-radio {
  position: absolute;
  right: 12px;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.chat-item>.chat-message-container.other .chat-duration {
  position: absolute;
  left: 65px;
}

.chat-item>.chat-message-container.other .chat-radio-pause {
  position: absolute;
  left: 12px;
  display: inline-block;
}

.chat-item>.chat-message-container.self .chat-radio-pause {
  position: absolute;
  right: 12px;
  display: inline-block;
}

.chat-item>.chat-message-container>.chat-message-content {
  position: relative;
  margin: 0 10px;
  padding: 10px;
  max-width: 275px;
  min-height: 40px;
  color: #222;
  background: #99CCFF;
  border-radius: 8px;
  white-space: normal;
}

/****icon color ***/
i {
  font-size: 32px;
}

i:hover {
  font-size: 33px;
  /* color: #4F8EF7; */
}

i.active {
  font-size: 33px;
  color: #ff0000;
}

/****clear**/
.clear {
  clear: both
}

/******字母表*
.alpha_sidebar {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 100000
}
.alpha_sidebar li {
  color: #49afcd;
  margin-bottom: 6px;
  cursor: pointer;
}
.alpha_list {
  padding-right: 22px;
}*/
/******顺序排列组件***/
.rela {
  width: 80px;
  height: 80px;
  float: left;
  /*width: 15%;*/
  position: relative;
}

.rela img {
  height: 100%;
  max-width: 100%
}

/*******居中按钮****/
.middle {
  text-align: center;
  /*margin: 0 auto;*/
  margin-left: auto;
  margin-right: auto;
}

.middle button {
  width: 180px;
  border-radius: 25px;
  -moz-border-radius: 25px;
}

/*.round {
  width: 180px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  min-height: 30px;
}*/
/**********top-right*****/
.topRight {
  position: absolute;
  /*float: left;*/
  top: 0px;
  right: 0px;
  z-index: 9999;
}

/*照片浏览css*/
/*.image-list-thumb {
  padding: 2px 2px 2px 2px;
  height: 123px;
}

.image-list-thumb.selected {
  opacity: 0.6;
}*/
/*.image-modal {
  background-color: rgba(255, 255,255, 0.9);
  width: 100% !important;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}*/
/*.pd{
    padding: 6px;
  }*/
.card img {
  max-width: 50px !important;
  max-height: 50px !important;
}

/*白色半透明背景*/
.whiteTrans {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/*黑色半透明背景*/
.BlackTrans {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.fullSize {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.quarterSize {
  max-width: 25% !important;
  max-height: 25% !important;
  top: 0 !important;
  left: 0 !important;
}

/*
.transparent {
  background: transparent !important;
  background-color: black !important;
}
*/
.maxSize {
  max-width: 100% !important;
  max-height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}

.fullscreen-text {
  width: 80%;
  font-size: 20px;
  position: absolute;
  z-index: 999999999;
  margin-left: 10%;
  text-align: center;
  margin-top: 40px;
  color: black;
  font-weight: bolder;
  -webkit-text-fill-color: black;
  /*文字的填充色*/
  -webkit-text-stroke: 1px #ffff00;
  /*描边的像素，也就是粗细，这里指定是2像素的黑色边框*/
}

.slider {
  width: 100%;
  height: 100%;
}

/*照片浏览css end*
/*****灰色表单******/
.graylist {
  margin: 40px 20px;
}

.graylist .item {
  border: 0px;
}

.graylist input {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 20px;
  border-radius: 25px;
  -moz-border-radius: 25px;
}

.graylist textarea {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

/***1.start  没用了****/
.inputlist {
  margin: 10px 20px;
  text-align: left;
}

.inputlist .item {
  border: 0px;
}

.inputlist .input-label {
  font-style: italic;
  color: #ccc;
}

.inputlist input {
  border: 2px solid #999;
  margin-top: 10px;
  padding: 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: transparent;
}

/***1.end****/
/***2.start****/
/*.footercls01 {
  position: fixed;
  bottom: 0px;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #d8e7e2;
  padding: 10px;
}*/
/*
.tab01 {
  width: 100%;
}
.tab01 ul {
  list-style: none;
}
.tab01 li {
  float: left;
  padding-top: 10px;
  margin: 0px;
  width: 20%;
  text-align: center;
}
.tab01 li.active {
  border-bottom: 2px solid deepskyblue;
}
*/
/***2.end****/
@keyframes myfirst {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right bottom;
  }
}

@-moz-keyframes myfirst

/* Firefox */
  {
  0% {
    background: url("../img/study.jpg") no-repeat;
  }

  100% {
    background: url("../img/study.jpg") no-repeat top;
  }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
  {
  /*0%   {background: url("../img/study.jpg") no-repeat;}
  100% {background: url("../img/study.jpg") no-repeat top;}*/
}

@-o-keyframes myfirst

/* Opera */
  {
  0% {
    background: url("../img/study.jpg") no-repeat;
  }

  100% {
    background: url("../img/study.jpg") no-repeat top;
  }
}

/*背景移动动画*/
.logincls {
  /*margin-top: 10px;*/
  color: #ccc;
  text-align: center;
  font-color: #ccc;
  background-image: url("../img/study.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  animation: myfirst 55s linear 0s infinite alternate;
  -moz-animation: myfirst 55s linear 0s infinite alternate;
  /* Firefox */
  -webkit-animation: myfirst 55s linear 0s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: myfirst 55s linear 0s infinite alternate;
  /* Opera */
  /*background: url("../img/study.jpg") no-repeat center center;*/
  /*background: #0183ec;*/
}

.logincls input {
  border: 1px solid #41a5a5;
  color: #fff;
}

/*.logincls .forget {
  text-align: right;
  margin: 5px 10px;
  padding: 10px;
  font-size: 18px;
}*/
/*.logincls .forget span {
  color: #41a5a5;
}
.logincls .or {
  margin-top: 10px;
}
.logincls .titleca {
  font-size: 18px;
  padding: 10px;
}
.logincls .titleca img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.logincls .titlepp {
  text-align: center;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}
.logincls .titlepp span {
  color: #41a5a5;
}
*/
.circle {
  width: 60px;
  height: 60px;
  background-color: #a72525;
  -webkit-border-radius: 100px;
}

/*forgetnexthtml.html*****/


/*insurance.html*****/
/*
.insurancecls {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.insurancecls01 {
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.insurancecls04 {
  height: 180px;
}

.insurancecls02 {
  position: absolute;
  top: 30%;
  left: 30%;
}

.insurancecls03 {
  width: 60px;
  height: 60px;
}

.insurancecls05 {
  color: #fff;
}*/
/*purchase.html*****/
/*#purchasehtml .purchasecls01 {
  display: block;
  margin-right: 0px;
  padding: 10px;
  background-color: #008eab;
  right: 5px;
}

#purchasehtml .purchasecls02 {
  width: 13px;
  height: 19px;
  padding-top: 5px;
}*/
/*notifications.html*****/
/*#notificationshtml .item-avatar img {
  border-radius: 50% 0 50% 50%;
}*/
/*contacts.html*****/
/*
#contactshtml .contactscls01 {
  width: 40%;
  float: left;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 10px;
}

#contactshtml .contactscls02 {
  width: 34px;
  height: 33px;
}

#contactshtml .contactscls03 {
  width: 67px;
  height: 34px;
}

#contactshtml .contactscls04 {
  float: left;
  position: absolute;
  padding: 10px;
  color: #cccccc;
  vertical-align: middle;
}*/
/*moments.html*****/
/*
.momentscls01 {
  width: 100%;
  height: 100px;
  background: #52c4d5;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.momentscls02 {
  color: #fff;
  width: 60%;
  float: left;
  margin: 10px 0px;
  border-right: 1px solid #000;
}

.momentscls03 {
  color: #fff;
  width: 40%;
  float: left;
  margin: 10px 0px;
  position: relative;
}







  */
.edit {
  text-align: center;
  overflow-y: auto;
  width: 99%;
  height: 99%;
}

.edit p {
  /* text-shadow: 1px 1px white, -1px -1px #444; */
  /* text-shadow: -1px -1px white, 1px 1px #ccc; */
  white-space: nowrap;
  text-align: center;
  /* margin-left: calc(100% - height); */
  /* box-shadow: 1px 1px 1px #bfbdbd; */
  /* width: 40px; */
  /* height: 7px; */
  /* background-color: #000; */
  border-radius: 4px;
  /* line-height: 16px; */
  font-size: 13px;
  /* position: absolute; */
}

.edit p::before,
.edit p::after {
  /* width: 40px;
  height: 7px;
  background-color: #000;
  border-radius: 4px;
  position: absolute; */
  width: 68px;
  height: 1px;
  background-color: #000;
  /* border-radius: 4px; */
  position: absolute;
}

.edit p::before,
.edit p::after {
  content: "";
  display: block;
  top: 9px;
}

/* .edit p::before {
    top: 17px;
} */
.edit p::after {
  right: 0px;
}

.edit button {
  width: 45%;
  font-size: 15px;
  margin: 4px;
}

.midIcon {
  margin-top: -19px;
  height: 80px !important;
  font-size: 0px !important;
}

.midIcon i::before {
  font-size: 72px
}

/* .ion, .ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
} */
/* a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%
} */
/* ol, ul {
  list-style: none
} */
blockquote, q {
  quotes: none
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

/* script {
  display: none !important
} */
html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

/* :focus, a, a:active, a:focus, a:hover, button, button:focus {
  outline: 0
} */
code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, serif
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C""\201D""\2018""\2019"
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver
}

/*
button, input, select, textarea {
  margin: 0;
  outline-offset: 0;
  outline-style: none;
  outline-width: 0;
  -webkit-font-smoothing: inherit;
  background-image: none
}

button, select {
  text-transform: none
} */
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

img {
  -webkit-user-drag: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

/* *, :after, :before {//会产生抖动
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
} */

.ionic-body, body {
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #000;
  /* word-wrap: break-word; */
  /* font-size: 14px; */
  font-family: -apple-system;
  font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
  /* line-height: 20px; */
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
  -ms-content-zooming: none
}

body.grade-b, body.grade-c {
  text-rendering: auto
}

.content {
  position: relative
}

.scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 1px;
  margin-bottom: -1px;
  width: auto;
  height: auto
}

.menu .scroll-content.scroll-content-false {
  z-index: 11
}

.scroll-view {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -1px
}

.scroll-view.overflow-scroll {
  position: relative
}

.scroll-view.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden
}

.scroll-view.scroll-y {
  overflow-x: hidden;
  overflow-y: scroll
}

.scroll-view.scroll-xy {
  overflow-x: scroll;
  overflow-y: scroll
}

.scroll {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-transform-origin: left top;
  transform-origin: left top
}

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

.scroll-bar {
  position: absolute;
  z-index: 9999
}

.ng-animate .scroll-bar {
  visibility: hidden
}

.scroll-bar-h {
  right: 2px;
  bottom: 3px;
  left: 2px;
  height: 3px
}

.scroll-bar-h .scroll-bar-indicator {
  height: 100%
}

.scroll-bar-v {
  top: 2px;
  right: 3px;
  bottom: 2px;
  width: 3px
}

.scroll-bar-v .scroll-bar-indicator {
  width: 100%
}

.scroll-bar-indicator {
  position: absolute;
  border-radius: 6px;
  background: rgba(0, 0, 0, .3);
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.scroll-bar-indicator.scroll-bar-fade-out {
  opacity: 0
}

.grade-b .scroll-bar-indicator, .grade-c .scroll-bar-indicator {
  background: #aaa
}

.grade-b .scroll-bar-indicator.scroll-bar-fade-out, .grade-c .scroll-bar-indicator.scroll-bar-fade-out {
  -webkit-transition: none;
  transition: none
}

ion-infinite-scroll {
  height: 60px;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

ion-infinite-scroll .i {
  font-size: 30px;
  color: #666
}

ion-infinite-scroll:not(.active) .i:before, ion-infinite-scroll:not(.active) .spinner {
  display: none
}

.overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute
}

.overflow-scroll.pane {
  overflow-x: hidden;
  overflow-y: scroll
}

.overflow-scroll .scroll {
  position: static;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0)
}

.has-header {
  top: 44px
}

.no-header {
  top: 0
}

.has-subheader {
  top: 88px
}

.has-tabs-top {
  top: 93px
}

.has-header.has-subheader.has-tabs-top {
  top: 137px
}

.has-footer {
  bottom: 44px
}

.has-subfooter {
  bottom: 88px
}

.bar-footer.has-tabs, .has-tabs {
  bottom: 49px
}

.bar-footer.has-tabs.pane, .has-tabs.pane {
  bottom: 49px;
  height: auto
}

.bar-subfooter.has-tabs, .has-footer.has-tabs {
  bottom: 93px
}

.pane {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0;
  transition-duration: 0;
  z-index: 1
}

.view {
  z-index: 1
}

.pane, .view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden
}

.view-container {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  top: 0
}


small {
  font-size: 85%
}

cite {
  font-style: normal
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
  line-height: 1.2
} */
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 400;
  line-height: 1
}

/* .h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px
} */
.h1:first-child, .h2:first-child, .h3:first-child, h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0
}

/* .h1+.h1, .h1+.h2, .h1+.h3, .h1+h1, .h1+h2, .h1+h3, .h2+.h1, .h2+.h2, .h2+.h3, .h2+h1, .h2+h2, .h2+h3, .h3+.h1, .h3+.h2, .h3+.h3, .h3+h1, .h3+h2, .h3+h3, h1+.h1, h1+.h2, h1+.h3, h1+h1, h1+h2, h1+h3, h2+.h1, h2+.h2, h2+.h3, h2+h1, h2+h2, h2+h3, h3+.h1, h3+.h2, h3+.h3, h3+h1, h3+h2, h3+h3 {
  margin-top: 10px
} */
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

/* .h1, h1 {
  font-size: 36px
} */
/*
.h2, h2 {
  font-size: 30px
}

.h3, h3 {
  font-size: 24px
}

.h4, h4 {
  font-size: 18px
}

.h5, h5 {
  font-size: 14px
}

.h6, h6 {
  font-size: 12px
} */
.h1 small, h1 small {
  font-size: 24px
}

.h2 small, h2 small {
  font-size: 18px
}

.h3 small, .h4 small, h3 small, h4 small {
  font-size: 14px
}

dl {
  margin-bottom: 20px
}

dd, dt {
  line-height: 1.42857
}

dt {
  font-weight: 700
}

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid gray
}

blockquote p {
  font-weight: 300;
  font-size: 17.5px;
  line-height: 1.25
}

blockquote p:last-child {
  margin-bottom: 0
}

blockquote small {
  display: block;
  line-height: 1.42857
}

blockquote small:before {
  content: '\2014 \00A0'
}

blockquote:after, blockquote:before, q:after, q:before {
  content: ""
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857
}

/* a {
  color: #387ef5
} */
a.subdued {
  padding-right: 10px;
  color: #888;
  text-decoration: none
}

a.subdued:hover {
  text-decoration: none
}

a.subdued:last-child {
  padding-right: 0
}

.action-sheet-backdrop {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: transparent
}

.action-sheet-backdrop.active {
  background-color: rgba(0, 0, 0, .4)
}

.action-sheet-wrapper {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(.36, .66, .04, 1) 500ms;
  transition: all cubic-bezier(.36, .66, .04, 1) 500ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: auto
}

.action-sheet-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.action-sheet {
  margin-left: 8px;
  margin-right: 8px;
  width: auto;
  z-index: 11;
  overflow: hidden
}




.action-sheet .button.activated, .action-sheet .button.active {
  box-shadow: none;
  border-color: #d1d3d6;
  color: #007aff;
  background: #e4e5e7
}

.action-sheet-has-icons .i {
  position: absolute;
  left: 16px
}

.action-sheet-title {
  padding: 16px;
  color: #8f8f8f;
  text-align: center;
  font-size: 13px
}

.action-sheet-group {
  margin-bottom: 8px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden
}


.action-sheet-group .button:first-child:last-child {
  border-width: 0
}

.action-sheet-options {
  background: #f1f2f3
}



.action-sheet-open, .action-sheet-open.modal-open .modal {
  pointer-events: none
}

.action-sheet-open .action-sheet-backdrop {
  pointer-events: auto
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .1s opacity linear;
  transition: .1s opacity linear
}

.backdrop.visible {
  visibility: visible
}

.backdrop.active {
  opacity: 1
}

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 44px;
  border-width: 0;
  border-style: solid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  background-size: 0
}

@media (min--moz-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.5dppx) {
  .bar {
    border: none;
    background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
    background-position: bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat
  }
}

.bar.bar-clear {
  border: none;
  background: 0 0;
  color: #fff
}

.bar.bar-clear .button, .bar.bar-clear .title {
  color: #fff
}

.bar.item-input-inset .item-input-wrapper {
  margin-top: -1px
}

.bar.item-input-inset .item-input-wrapper input {
  padding-left: 8px;
  width: 94%;
  height: 28px;
  background: 0 0
}

.bar.bar-light {
  border-color: #ddd;
  background-color: #fff;
  background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
  color: #444
}

.bar.bar-light .title {
  color: #444
}

.bar.bar-light.bar-footer {
  background-image: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%)
}

.bar.bar-stable {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  color: #444
}

.bar.bar-stable .title {
  color: #444
}

.bar.bar-stable.bar-footer {
  background-image: linear-gradient(180deg, #b2b2b2, #b2b2b2 50%, transparent 50%)
}

.bar.bar-positive {
  border-color: #0c60ee;
  background-color: #387ef5;
  background-image: linear-gradient(0deg, #0c60ee, #0c60ee 50%, transparent 50%);
  color: #fff
}

.bar.bar-positive .title {
  color: #fff
}

.bar.bar-positive.bar-footer {
  background-image: linear-gradient(180deg, #0c60ee, #0c60ee 50%, transparent 50%)
}

.bar.bar-calm {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
  color: #fff
}

.bar.bar-calm .title {
  color: #fff
}

.bar.bar-calm.bar-footer {
  background-image: linear-gradient(180deg, #0a9dc7, #0a9dc7 50%, transparent 50%)
}

.bar.bar-assertive {
  border-color: #e42112;
  background-color: #ef473a;
  background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
  color: #fff
}

.bar.bar-assertive .title {
  color: #fff
}

.bar.bar-assertive.bar-footer {
  background-image: linear-gradient(180deg, #e42112, #e42112 50%, transparent 50%)
}

.bar.bar-green {
  border-color: #28a54c;
  background-color: #33cd5f;
  background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
  color: #fff
}

.bar.bar-green .title {
  color: #fff
}

.bar.bar-green.bar-footer {
  background-image: linear-gradient(180deg, #28a54c, #28a54c 50%, transparent 50%)
}

.bar.bar-energized {
  border-color: #e6b500;
  background-color: #ffc900;
  background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
  color: #fff
}

.bar.bar-energized .title {
  color: #fff
}

.bar.bar-energized.bar-footer {
  background-image: linear-gradient(180deg, #e6b500, #e6b500 50%, transparent 50%)
}

.bar.bar-royal {
  border-color: #6b46e5;
  background-color: #886aea;
  background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
  color: #fff
}

.bar.bar-royal .title {
  color: #fff
}

.bar.bar-royal.bar-footer {
  background-image: linear-gradient(180deg, #6b46e5, #6b46e5 50%, transparent 50%)
}

.bar.bar-dark {
  border-color: #111;
  background-color: #444;
  background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
  color: #fff
}

.bar.bar-dark .title {
  color: #fff
}

.bar.bar-dark.bar-footer {
  background-image: linear-gradient(180deg, #111, #111 50%, transparent 50%)
}

.bar .title {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  margin: 0 10px;
  min-width: 30px;
  height: 43px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px
}

.bar .title.title-left {
  text-align: left
}

.bar .title.title-right {
  text-align: right
}

.bar .title a {
  color: inherit
}

.bar button .i:before, .bar .b-icon:before, .bar .button.i-left:before, .bar .button.i-right:before, .bar .button.i:before, .bar button .i:before, .bar b-icon:before, .bar button.i-left:before, .bar button.i-right:before, .bar button.i:before {
  padding-right: 2px;
  padding-left: 2px;
  font-size: 20px;
  line-height: 32px
}

.bar .b-icon, .bar b-icon {
  font-size: 17px
}

.bar .b-icon .i:before, .bar .b-icon.i-left:before, .bar .b-icon.i-right:before, .bar .b-icon:before, .bar b-icon .i:before, .bar b-icon.i-left:before, .bar b-icon.i-right:before, .bar b-icon:before {
  vertical-align: top;
  font-size: 32px;
  line-height: 32px
}

.bar .b-clear, .bar b-clear {
  padding-right: 2px;
  padding-left: 2px;
  font-weight: 300;
  font-size: 17px
}

.bar .b-clear .i:before, .bar .b-clear.i-left:before, .bar .b-clear.i-right:before, .bar .b-clear.i:before, .bar b-clear .i:before, .bar b-clear.i-left:before, .bar b-clear.i-right:before, .bar b-clear.i:before {
  font-size: 32px;
  line-height: 32px
}

.bar .button.back-button, .bar button.back-button {
  display: block;
  margin-right: 5px;
  padding: 0;
  white-space: nowrap;
  font-weight: 400
}

.bar .button.back-button.activated, .bar .button.back-button.active, .bar button.back-button.activated, .bar button.back-button.active {
  opacity: .2
}

.bar .button-bar>.button, .bar .buttons>button {
  min-height: 31px;
  line-height: 32px
}

.bar .button+.button-bar, .bar .button-bar+button {
  margin-left: 5px
}

.bar .buttons, .bar .buttons.primary-buttons, .bar .buttons.secondary-buttons {
  display: inherit
}

.bar .buttons span {
  display: inline-block
}

.bar .buttons-left span {
  margin-right: 5px;
  display: inherit
}

.bar .buttons-right span {
  margin-left: 5px;
  display: inherit
}

.bar .buttons.pull-right, .bar .title+.button:last-child, .bar .title+.buttons, .bar>.button+.button:last-child, .bar>.button.pull-right {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px
}

.platform-android .nav-bar-has-subheader .bar {
  background-image: none
}

.platform-android .bar .back-button .i:before {
  font-size: 24px
}

.platform-android .bar .title {
  font-size: 19px;
  line-height: 44px
}

.bar-light button {
  border-color: #ddd;
  background-color: #fff;
  color: #444
}

.bar-light .button:hover {
  color: #444;
  text-decoration: none
}

.bar-light .button.activated, .bar-light .button.active {
  border-color: #ccc;
  background-color: #fafafa
}

.bar-light .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #444;
  font-size: 17px
}

.bar-light .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-stable .button:hover {
  color: #444;
  text-decoration: none
}

.bar-stable .button.activated, .bar-stable .button.active {
  border-color: #a2a2a2;
  background-color: #e5e5e5
}

.bar-stable .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #444;
  font-size: 17px
}

.bar-stable .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-positive button {
  border-color: #0c60ee;
  background-color: #387ef5;
  color: #fff
}

.bar-positive .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-positive .button.activated, .bar-positive .button.active {
  border-color: #0c60ee;
  background-color: #0c60ee
}

.bar-positive .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-positive .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-calm button {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  color: #fff
}

.bar-calm .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-calm .button.activated, .bar-calm .button.active {
  border-color: #0a9dc7;
  background-color: #0a9dc7
}

.bar-calm .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-calm .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-assertive button {
  border-color: #e42112;
  background-color: #ef473a;
  color: #fff
}

.bar-assertive .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-assertive .button.activated, .bar-assertive .button.active {
  border-color: #e42112;
  background-color: #e42112
}

.bar-assertive .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-assertive .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-green button {
  border-color: #28a54c;
  background-color: #33cd5f;
  color: #fff
}

.bar-green .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-green .button.activated, .bar-green .button.active {
  border-color: #28a54c;
  background-color: #28a54c
}

.bar-green .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-green .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-energized button {
  border-color: #e6b500;
  background-color: #ffc900;
  color: #fff
}

.bar-energized .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-energized .button.activated, .bar-energized .button.active {
  border-color: #e6b500;
  background-color: #e6b500
}

.bar-energized .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-energized .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-royal button {
  border-color: #6b46e5;
  background-color: #886aea;
  color: #fff
}

.bar-royal .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-royal .button.activated, .bar-royal .button.active {
  border-color: #6b46e5;
  background-color: #6b46e5
}

.bar-royal .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-royal .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-dark button {
  border-color: #111;
  background-color: #444;
  color: #fff
}

.bar-dark .button:hover {
  color: #fff;
  text-decoration: none
}

.bar-dark .button.activated, .bar-dark .button.active {
  border-color: #000;
  background-color: #262626
}

.bar-dark .b-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #fff;
  font-size: 17px
}

.bar-dark .b-icon {
  border-color: transparent;
  background: 0 0
}

.bar-header {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 1px
}

.bar-header.has-tabs-top, .tabs-top .bar-header {
  border-bottom-width: 0;
  background-image: none
}

.bar-footer {
  bottom: 0;
  border-top-width: 1px;
  border-bottom-width: 0;
  background-position: top;
  height: 44px
}

.bar-footer.item-input-inset {
  position: absolute
}

.bar-footer .title {
  height: 43px;
  line-height: 44px
}

.bar-tabs {
  padding: 0
}

.bar-subheader {
  top: 44px;
  height: 44px
}

.bar-subheader .title {
  height: 43px;
  line-height: 44px
}

.bar-subfooter {
  bottom: 44px;
  height: 44px
}

.bar-subfooter .title {
  height: 43px;
  line-height: 44px
}

.nav-bar-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9
}

.bar .back-button.hide, .bar .buttons .hide {
  display: none
}

.nav-bar-tabs-top .bar {
  background-image: none
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: horizontal;
  flex-direction: horizontal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  color: #444;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 49px;
  border-style: solid;
  border-top-width: 1px;
  background-size: 0;
  line-height: 49px
}

.tabs .tab-item .badge {
  background-color: #444;
  color: #f8f8f8
}

@media (min--moz-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.5dppx) {
  .tabs {
    padding-top: 2px;
    border-top: none !important;
    border-bottom: none;
    background-position: top;
    background-size: 100% 1px;
    background-repeat: no-repeat
  }
}

.tabs-light>.tabs, .tabs.tabs-light {
  border-color: #ddd;
  background-color: #fff;
  background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
  color: #444
}

.tabs-light>.tabs .tab-item .badge, .tabs.tabs-light .tab-item .badge {
  background-color: #444;
  color: #fff
}

.tabs-stable>.tabs, .tabs.tabs-stable {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  color: #444
}

.tabs-stable>.tabs .tab-item .badge, .tabs.tabs-stable .tab-item .badge {
  background-color: #444;
  color: #f8f8f8
}

.tabs-positive>.tabs, .tabs.tabs-positive {
  border-color: #0c60ee;
  background-color: #387ef5;
  background-image: linear-gradient(0deg, #0c60ee, #0c60ee 50%, transparent 50%);
  color: #fff
}

.tabs-positive>.tabs .tab-item .badge, .tabs.tabs-positive .tab-item .badge {
  background-color: #fff;
  color: #387ef5
}

.tabs-calm>.tabs, .tabs.tabs-calm {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
  color: #fff
}

.tabs-calm>.tabs .tab-item .badge, .tabs.tabs-calm .tab-item .badge {
  background-color: #fff;
  color: #11c1f3
}

.tabs-assertive>.tabs, .tabs.tabs-assertive {
  border-color: #e42112;
  background-color: #ef473a;
  background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
  color: #fff
}

.tabs-assertive>.tabs .tab-item .badge, .tabs.tabs-assertive .tab-item .badge {
  background-color: #fff;
  color: #ef473a
}

.tabs-green>.tabs, .tabs.tabs-green {
  border-color: #28a54c;
  background-color: #33cd5f;
  background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
  color: #fff
}

.tabs-green>.tabs .tab-item .badge, .tabs.tabs-green .tab-item .badge {
  background-color: #fff;
  color: #33cd5f
}

.tabs-energized>.tabs, .tabs.tabs-energized {
  border-color: #e6b500;
  background-color: #ffc900;
  background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
  color: #fff
}

.tabs-energized>.tabs .tab-item .badge, .tabs.tabs-energized .tab-item .badge {
  background-color: #fff;
  color: #ffc900
}

.tabs-royal>.tabs, .tabs.tabs-royal {
  border-color: #6b46e5;
  background-color: #886aea;
  background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
  color: #fff
}

.tabs-royal>.tabs .tab-item .badge, .tabs.tabs-royal .tab-item .badge {
  background-color: #fff;
  color: #886aea
}

.tabs-dark>.tabs, .tabs.tabs-dark {
  border-color: #111;
  background-color: #444;
  background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
  color: #fff
}

.tabs-dark>.tabs .tab-item .badge, .tabs.tabs-dark .tab-item .badge {
  background-color: #fff;
  color: #444
}

.tabs-striped .tabs {
  background-color: #fff;
  background-image: none;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-top: 2px
}

.tabs-striped .tab-item.activated, .tabs-striped .tab-item.active, .tabs-striped .tab-item.tab-item-active {
  margin-top: -2px;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #444
}

.tabs-striped .tab-item.activated .badge, .tabs-striped .tab-item.active .badge, .tabs-striped .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-light .tabs {
  background-color: #fff
}

.tabs-striped.tabs-light .tab-item {
  color: rgba(68, 68, 68, .4);
  opacity: 1
}

.tabs-striped.tabs-light .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-light .tab-item.activated, .tabs-striped.tabs-light .tab-item.active, .tabs-striped.tabs-light .tab-item.tab-item-active {
  margin-top: -2px;
  color: #444;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #444
}

.tabs-striped.tabs-stable .tabs {
  background-color: #f8f8f8
}

.tabs-striped.tabs-stable .tab-item {
  color: rgba(68, 68, 68, .4);
  opacity: 1
}

.tabs-striped.tabs-stable .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-stable .tab-item.activated, .tabs-striped.tabs-stable .tab-item.active, .tabs-striped.tabs-stable .tab-item.tab-item-active {
  margin-top: -2px;
  color: #444;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #444
}

.tabs-striped.tabs-positive .tabs {
  background-color: #387ef5
}

.tabs-striped.tabs-positive .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-positive .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-positive .tab-item.activated, .tabs-striped.tabs-positive .tab-item.active, .tabs-striped.tabs-positive .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-calm .tabs {
  background-color: #11c1f3
}

.tabs-striped.tabs-calm .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-calm .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-calm .tab-item.activated, .tabs-striped.tabs-calm .tab-item.active, .tabs-striped.tabs-calm .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-assertive .tabs {
  background-color: #ef473a
}

.tabs-striped.tabs-assertive .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-assertive .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-assertive .tab-item.activated, .tabs-striped.tabs-assertive .tab-item.active, .tabs-striped.tabs-assertive .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-green .tabs {
  background-color: #33cd5f
}

.tabs-striped.tabs-green .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-green .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-green .tab-item.activated, .tabs-striped.tabs-green .tab-item.active, .tabs-striped.tabs-green .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-energized .tabs {
  background-color: #ffc900
}

.tabs-striped.tabs-energized .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-energized .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-energized .tab-item.activated, .tabs-striped.tabs-energized .tab-item.active, .tabs-striped.tabs-energized .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-royal .tabs {
  background-color: #886aea
}

.tabs-striped.tabs-royal .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-royal .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-royal .tab-item.activated, .tabs-striped.tabs-royal .tab-item.active, .tabs-striped.tabs-royal .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-dark .tabs {
  background-color: #444
}

.tabs-striped.tabs-dark .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-dark .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-dark .tab-item.activated, .tabs-striped.tabs-dark .tab-item.active, .tabs-striped.tabs-dark .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #fff
}

.tabs-striped.tabs-top .tab-item.activated .badge, .tabs-striped.tabs-top .tab-item.active .badge, .tabs-striped.tabs-top .tab-item.tab-item-active .badge {
  top: 4%
}

.tabs-striped.tabs-background-light .tabs {
  background-color: #fff;
  background-image: none
}

.tabs-striped.tabs-background-stable .tabs {
  background-color: #f8f8f8;
  background-image: none
}

.tabs-striped.tabs-background-positive .tabs {
  background-color: #387ef5;
  background-image: none
}

.tabs-striped.tabs-background-calm .tabs {
  background-color: #11c1f3;
  background-image: none
}

.tabs-striped.tabs-background-assertive .tabs {
  background-color: #ef473a;
  background-image: none
}

.tabs-striped.tabs-background-green .tabs {
  background-color: #33cd5f;
  background-image: none
}

.tabs-striped.tabs-background-energized .tabs {
  background-color: #ffc900;
  background-image: none
}

.tabs-striped.tabs-background-royal .tabs {
  background-color: #886aea;
  background-image: none
}

.tabs-striped.tabs-background-dark .tabs {
  background-color: #444;
  background-image: none
}

.tabs-striped.tabs-color-light .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-striped.tabs-color-light .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-light .tab-item.activated, .tabs-striped.tabs-color-light .tab-item.active, .tabs-striped.tabs-color-light .tab-item.tab-item-active {
  margin-top: -2px;
  color: #fff;
  border: 0 solid #fff;
  border-top-width: 2px
}

.tabs-striped.tabs-color-light .tab-item.activated .badge, .tabs-striped.tabs-color-light .tab-item.active .badge, .tabs-striped.tabs-color-light .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-stable .tab-item {
  color: rgba(248, 248, 248, .4);
  opacity: 1
}

.tabs-striped.tabs-color-stable .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-stable .tab-item.activated, .tabs-striped.tabs-color-stable .tab-item.active, .tabs-striped.tabs-color-stable .tab-item.tab-item-active {
  margin-top: -2px;
  color: #f8f8f8;
  border: 0 solid #f8f8f8;
  border-top-width: 2px
}

.tabs-striped.tabs-color-stable .tab-item.activated .badge, .tabs-striped.tabs-color-stable .tab-item.active .badge, .tabs-striped.tabs-color-stable .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-positive .tab-item {
  color: rgba(56, 126, 245, .4);
  opacity: 1
}

.tabs-striped.tabs-color-positive .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-positive .tab-item.activated, .tabs-striped.tabs-color-positive .tab-item.active, .tabs-striped.tabs-color-positive .tab-item.tab-item-active {
  margin-top: -2px;
  color: #387ef5;
  border: 0 solid #387ef5;
  border-top-width: 2px
}

.tabs-striped.tabs-color-positive .tab-item.activated .badge, .tabs-striped.tabs-color-positive .tab-item.active .badge, .tabs-striped.tabs-color-positive .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-calm .tab-item {
  color: rgba(17, 193, 243, .4);
  opacity: 1
}

.tabs-striped.tabs-color-calm .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-calm .tab-item.activated, .tabs-striped.tabs-color-calm .tab-item.active, .tabs-striped.tabs-color-calm .tab-item.tab-item-active {
  margin-top: -2px;
  color: #11c1f3;
  border: 0 solid #11c1f3;
  border-top-width: 2px
}

.tabs-striped.tabs-color-calm .tab-item.activated .badge, .tabs-striped.tabs-color-calm .tab-item.active .badge, .tabs-striped.tabs-color-calm .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-assertive .tab-item {
  color: rgba(239, 71, 58, .4);
  opacity: 1
}

.tabs-striped.tabs-color-assertive .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-assertive .tab-item.activated, .tabs-striped.tabs-color-assertive .tab-item.active, .tabs-striped.tabs-color-assertive .tab-item.tab-item-active {
  margin-top: -2px;
  color: #ef473a;
  border: 0 solid #ef473a;
  border-top-width: 2px
}

.tabs-striped.tabs-color-assertive .tab-item.activated .badge, .tabs-striped.tabs-color-assertive .tab-item.active .badge, .tabs-striped.tabs-color-assertive .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-green .tab-item {
  color: rgba(51, 205, 95, .4);
  opacity: 1
}

.tabs-striped.tabs-color-green .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-green .tab-item.activated, .tabs-striped.tabs-color-green .tab-item.active, .tabs-striped.tabs-color-green .tab-item.tab-item-active {
  margin-top: -2px;
  color: #33cd5f;
  border: 0 solid #33cd5f;
  border-top-width: 2px
}

.tabs-striped.tabs-color-green .tab-item.activated .badge, .tabs-striped.tabs-color-green .tab-item.active .badge, .tabs-striped.tabs-color-green .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-energized .tab-item {
  color: rgba(255, 201, 0, .4);
  opacity: 1
}

.tabs-striped.tabs-color-energized .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-energized .tab-item.activated, .tabs-striped.tabs-color-energized .tab-item.active, .tabs-striped.tabs-color-energized .tab-item.tab-item-active {
  margin-top: -2px;
  color: #ffc900;
  border: 0 solid #ffc900;
  border-top-width: 2px
}

.tabs-striped.tabs-color-energized .tab-item.activated .badge, .tabs-striped.tabs-color-energized .tab-item.active .badge, .tabs-striped.tabs-color-energized .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-royal .tab-item {
  color: rgba(136, 106, 234, .4);
  opacity: 1
}

.tabs-striped.tabs-color-royal .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-royal .tab-item.activated, .tabs-striped.tabs-color-royal .tab-item.active, .tabs-striped.tabs-color-royal .tab-item.tab-item-active {
  margin-top: -2px;
  color: #886aea;
  border: 0 solid #886aea;
  border-top-width: 2px
}

.tabs-striped.tabs-color-royal .tab-item.activated .badge, .tabs-striped.tabs-color-royal .tab-item.active .badge, .tabs-striped.tabs-color-royal .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-striped.tabs-color-dark .tab-item {
  color: rgba(68, 68, 68, .4);
  opacity: 1
}

.tabs-striped.tabs-color-dark .tab-item .badge {
  opacity: .4
}

.tabs-striped.tabs-color-dark .tab-item.activated, .tabs-striped.tabs-color-dark .tab-item.active, .tabs-striped.tabs-color-dark .tab-item.tab-item-active {
  margin-top: -2px;
  color: #444;
  border: 0 solid #444;
  border-top-width: 2px
}

.tabs-striped.tabs-color-dark .tab-item.activated .badge, .tabs-striped.tabs-color-dark .tab-item.active .badge, .tabs-striped.tabs-color-dark .tab-item.tab-item-active .badge {
  top: 2px;
  opacity: 1
}

.tabs-background-light .tabs, .tabs-background-light>.tabs {
  background-color: #fff;
  background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
  border-color: #ddd
}

.tabs-background-stable .tabs, .tabs-background-stable>.tabs {
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
  border-color: #b2b2b2
}

.tabs-background-positive .tabs, .tabs-background-positive>.tabs {
  background-color: #387ef5;
  background-image: linear-gradient(0deg, #0c60ee, #0c60ee 50%, transparent 50%);
  border-color: #0c60ee
}

.tabs-background-calm .tabs, .tabs-background-calm>.tabs {
  background-color: #11c1f3;
  background-image: linear-gradient(0deg, #0a9dc7, #0a9dc7 50%, transparent 50%);
  border-color: #0a9dc7
}

.tabs-background-assertive .tabs, .tabs-background-assertive>.tabs {
  background-color: #ef473a;
  background-image: linear-gradient(0deg, #e42112, #e42112 50%, transparent 50%);
  border-color: #e42112
}

.tabs-background-green .tabs, .tabs-background-green>.tabs {
  background-color: #33cd5f;
  background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
  border-color: #28a54c
}

.tabs-background-energized .tabs, .tabs-background-energized>.tabs {
  background-color: #ffc900;
  background-image: linear-gradient(0deg, #e6b500, #e6b500 50%, transparent 50%);
  border-color: #e6b500
}

.tabs-background-royal .tabs, .tabs-background-royal>.tabs {
  background-color: #886aea;
  background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
  border-color: #6b46e5
}

.tabs-background-dark .tabs, .tabs-background-dark>.tabs {
  background-color: #444;
  background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
  border-color: #111
}

.tabs-color-light .tab-item {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}

.tabs-color-light .tab-item .badge {
  opacity: .4
}

.tabs-color-light .tab-item.activated, .tabs-color-light .tab-item.active, .tabs-color-light .tab-item.tab-item-active {
  color: #fff;
  border: 0 solid #fff
}

.tabs-color-light .tab-item.activated .badge, .tabs-color-light .tab-item.active .badge, .tabs-color-light .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-stable .tab-item {
  color: rgba(248, 248, 248, .4);
  opacity: 1
}

.tabs-color-stable .tab-item .badge {
  opacity: .4
}

.tabs-color-stable .tab-item.activated, .tabs-color-stable .tab-item.active, .tabs-color-stable .tab-item.tab-item-active {
  color: #f8f8f8;
  border: 0 solid #f8f8f8
}

.tabs-color-stable .tab-item.activated .badge, .tabs-color-stable .tab-item.active .badge, .tabs-color-stable .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-positive .tab-item {
  color: rgba(56, 126, 245, .4);
  opacity: 1
}

.tabs-color-positive .tab-item .badge {
  opacity: .4
}

.tabs-color-positive .tab-item.activated, .tabs-color-positive .tab-item.active, .tabs-color-positive .tab-item.tab-item-active {
  color: #387ef5;
  border: 0 solid #387ef5
}

.tabs-color-positive .tab-item.activated .badge, .tabs-color-positive .tab-item.active .badge, .tabs-color-positive .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-calm .tab-item {
  color: rgba(17, 193, 243, .4);
  opacity: 1
}

.tabs-color-calm .tab-item .badge {
  opacity: .4
}

.tabs-color-calm .tab-item.activated, .tabs-color-calm .tab-item.active, .tabs-color-calm .tab-item.tab-item-active {
  color: #11c1f3;
  border: 0 solid #11c1f3
}

.tabs-color-calm .tab-item.activated .badge, .tabs-color-calm .tab-item.active .badge, .tabs-color-calm .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-assertive .tab-item {
  color: rgba(239, 71, 58, .4);
  opacity: 1
}

.tabs-color-assertive .tab-item .badge {
  opacity: .4
}

.tabs-color-assertive .tab-item.activated, .tabs-color-assertive .tab-item.active, .tabs-color-assertive .tab-item.tab-item-active {
  color: #ef473a;
  border: 0 solid #ef473a
}

.tabs-color-assertive .tab-item.activated .badge, .tabs-color-assertive .tab-item.active .badge, .tabs-color-assertive .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-green .tab-item {
  color: rgba(51, 205, 95, .4);
  opacity: 1
}

.tabs-color-green .tab-item .badge {
  opacity: .4
}

.tabs-color-green .tab-item.activated, .tabs-color-green .tab-item.active, .tabs-color-green .tab-item.tab-item-active {
  color: #33cd5f;
  border: 0 solid #33cd5f
}

.tabs-color-green .tab-item.activated .badge, .tabs-color-green .tab-item.active .badge, .tabs-color-green .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-energized .tab-item {
  color: rgba(255, 201, 0, .4);
  opacity: 1
}

.tabs-color-energized .tab-item .badge {
  opacity: .4
}

.tabs-color-energized .tab-item.activated, .tabs-color-energized .tab-item.active, .tabs-color-energized .tab-item.tab-item-active {
  color: #ffc900;
  border: 0 solid #ffc900
}

.tabs-color-energized .tab-item.activated .badge, .tabs-color-energized .tab-item.active .badge, .tabs-color-energized .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-royal .tab-item {
  color: rgba(136, 106, 234, .4);
  opacity: 1
}

.tabs-color-royal .tab-item .badge {
  opacity: .4
}

.tabs-color-royal .tab-item.activated, .tabs-color-royal .tab-item.active, .tabs-color-royal .tab-item.tab-item-active {
  color: #886aea;
  border: 0 solid #886aea
}

.tabs-color-royal .tab-item.activated .badge, .tabs-color-royal .tab-item.active .badge, .tabs-color-royal .tab-item.tab-item-active .badge {
  opacity: 1
}

.tabs-color-dark .tab-item {
  color: rgba(68, 68, 68, .4);
  opacity: 1
}

.tabs-color-dark .tab-item .badge {
  opacity: .4
}

.tabs-color-dark .tab-item.activated, .tabs-color-dark .tab-item.active, .tabs-color-dark .tab-item.tab-item-active {
  color: #444;
  border: 0 solid #444
}

.tabs-color-dark .tab-item.activated .badge, .tabs-color-dark .tab-item.active .badge, .tabs-color-dark .tab-item.tab-item-active .badge {
  opacity: 1
}

ion-tabs.tabs-color-active-light .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-light .tab-item.activated, ion-tabs.tabs-color-active-light .tab-item.active, ion-tabs.tabs-color-active-light .tab-item.tab-item-active {
  color: #fff
}

ion-tabs.tabs-striped.tabs-color-active-light .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-light .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-light .tab-item.tab-item-active {
  border-color: #fff;
  color: #fff
}

ion-tabs.tabs-color-active-stable .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-stable .tab-item.activated, ion-tabs.tabs-color-active-stable .tab-item.active, ion-tabs.tabs-color-active-stable .tab-item.tab-item-active {
  color: #f8f8f8
}

ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.tab-item-active {
  border-color: #f8f8f8;
  color: #f8f8f8
}

ion-tabs.tabs-color-active-positive .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-positive .tab-item.activated, ion-tabs.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-color-active-positive .tab-item.tab-item-active {
  color: #387ef5
}

ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.tab-item-active {
  border-color: #387ef5;
  color: #387ef5
}

ion-tabs.tabs-color-active-calm .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-calm .tab-item.activated, ion-tabs.tabs-color-active-calm .tab-item.active, ion-tabs.tabs-color-active-calm .tab-item.tab-item-active {
  color: #11c1f3
}

ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.tab-item-active {
  border-color: #11c1f3;
  color: #11c1f3
}

ion-tabs.tabs-color-active-assertive .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-assertive .tab-item.activated, ion-tabs.tabs-color-active-assertive .tab-item.active, ion-tabs.tabs-color-active-assertive .tab-item.tab-item-active {
  color: #ef473a
}

ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.tab-item-active {
  border-color: #ef473a;
  color: #ef473a
}

ion-tabs.tabs-color-active-green .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-green .tab-item.activated, ion-tabs.tabs-color-active-green .tab-item.active, ion-tabs.tabs-color-active-green .tab-item.tab-item-active {
  color: #33cd5f
}

ion-tabs.tabs-striped.tabs-color-active-green .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-green .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-green .tab-item.tab-item-active {
  border-color: #33cd5f;
  color: #33cd5f
}

ion-tabs.tabs-color-active-energized .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-energized .tab-item.activated, ion-tabs.tabs-color-active-energized .tab-item.active, ion-tabs.tabs-color-active-energized .tab-item.tab-item-active {
  color: #ffc900
}

ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.tab-item-active {
  border-color: #ffc900;
  color: #ffc900
}

ion-tabs.tabs-color-active-royal .tab-item {
  color: #444
}

ion-tabs.tabs-color-active-royal .tab-item.activated, ion-tabs.tabs-color-active-royal .tab-item.active, ion-tabs.tabs-color-active-royal .tab-item.tab-item-active {
  color: #886aea
}

ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.tab-item-active {
  border-color: #886aea;
  color: #886aea
}

ion-tabs.tabs-color-active-dark .tab-item {
  color: #fff
}

ion-tabs.tabs-color-active-dark .tab-item.activated, ion-tabs.tabs-color-active-dark .tab-item.active, ion-tabs.tabs-color-active-dark .tab-item.tab-item-active {
  color: #444
}

ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.activated, ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.tab-item-active {
  border-color: #444;
  color: #444
}

.tabs-top.tabs-striped {
  padding-bottom: 0
}

.tabs-top.tabs-striped .tab-item {
  background: 0 0;
  -webkit-transition: color .1s ease;
  -moz-transition: color .1s ease;
  -ms-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease
}

.tabs-top.tabs-striped .tab-item.activated, .tabs-top.tabs-striped .tab-item.active, .tabs-top.tabs-striped .tab-item.tab-item-active {
  margin-top: 1px;
  border-width: 0 0 2px 0 !important;
  border-style: solid
}

.tabs-top.tabs-striped .tab-item.activated>.badge, .tabs-top.tabs-striped .tab-item.activated>i, .tabs-top.tabs-striped .tab-item.active>.badge, .tabs-top.tabs-striped .tab-item.active>i, .tabs-top.tabs-striped .tab-item.tab-item-active>.badge, .tabs-top.tabs-striped .tab-item.tab-item-active>i {
  margin-top: -1px
}

.tabs-top.tabs-striped .tab-item .badge {
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease
}

.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active i {
  display: block;
  margin-top: -1px
}

.tabs-top.tabs-striped.tabs-icon-left .tab-item {
  margin-top: 1px
}

.tabs-top.tabs-striped.tabs-icon-left .tab-item.activated .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active i {
  margin-top: -.1em
}

.tabs-top>.tabs, .tabs.tabs-top {
  top: 44px;
  padding-top: 0;
  background-position: bottom;
  border-top-width: 0;
  border-bottom-width: 1px
}

.tabs-top>.tabs .tab-item.activated .badge, .tabs-top>.tabs .tab-item.active .badge, .tabs-top>.tabs .tab-item.tab-item-active .badge, .tabs.tabs-top .tab-item.activated .badge, .tabs.tabs-top .tab-item.active .badge, .tabs.tabs-top .tab-item.tab-item-active .badge {
  top: 4%
}

.tabs-top~.bar-header {
  border-bottom-width: 0
}

.tab-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  /* max-width: 150px; */
  max-width: 25%;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif;
  opacity: .7
}

.tab-item:hover {
  cursor: pointer
}

.tab-item.tab-hidden, .tabs-item-hide>.tabs, .tabs.tabs-item-hide {
  display: none
}

.tabs-icon-bottom.tabs .tab-item, .tabs-icon-bottom>.tabs .tab-item, .tabs-icon-top.tabs .tab-item, .tabs-icon-top>.tabs .tab-item {
  font-size: 10px;
  line-height: 14px
}

.tab-item .i {
  display: block;
  margin: 0 auto;
  height: 32px;
  font-size: 32px
}

.tabs-icon-left.tabs .tab-item, .tabs-icon-left>.tabs .tab-item, .tabs-icon-right.tabs .tab-item, .tabs-icon-right>.tabs .tab-item {
  font-size: 10px
}

.tabs-icon-left.tabs .tab-item .i, .tabs-icon-left.tabs .tab-item .tab-title, .tabs-icon-left>.tabs .tab-item .i, .tabs-icon-left>.tabs .tab-item .tab-title, .tabs-icon-right.tabs .tab-item .i, .tabs-icon-right.tabs .tab-item .tab-title, .tabs-icon-right>.tabs .tab-item .i, .tabs-icon-right>.tabs .tab-item .tab-title {
  display: inline-block;
  vertical-align: top;
  margin-top: -.1em
}

.tabs-icon-left.tabs .tab-item .i:before, .tabs-icon-left.tabs .tab-item .tab-title:before, .tabs-icon-left>.tabs .tab-item .i:before, .tabs-icon-left>.tabs .tab-item .tab-title:before, .tabs-icon-right.tabs .tab-item .i:before, .tabs-icon-right.tabs .tab-item .tab-title:before, .tabs-icon-right>.tabs .tab-item .i:before, .tabs-icon-right>.tabs .tab-item .tab-title:before {
  font-size: 24px;
  line-height: 49px
}

.tabs-icon-left.tabs .tab-item .i, .tabs-icon-left>.tabs .tab-item .i {
  padding-right: 3px
}

.tabs-icon-right.tabs .tab-item .i, .tabs-icon-right>.tabs .tab-item .i {
  padding-left: 3px
}

.tabs-icon-only.tabs .i, .tabs-icon-only>.tabs .i {
  line-height: inherit
}

.tab-item.has-badge {
  position: relative
}

.tab-item .badge {
  position: absolute;
  top: 4%;
  right: 33%;
  right: calc(50% - 26px);
  padding: 1px 6px;
  height: auto;
  font-size: 12px;
  line-height: 16px
}

.tab-item.activated, .tab-item.active, .tab-item.tab-item-active {
  opacity: 1
}

.tab-item.activated.tab-item-light, .tab-item.active.tab-item-light, .tab-item.tab-item-active.tab-item-light {
  color: #fff
}

.tab-item.activated.tab-item-stable, .tab-item.active.tab-item-stable, .tab-item.tab-item-active.tab-item-stable {
  color: #f8f8f8
}

.tab-item.activated.tab-item-positive, .tab-item.active.tab-item-positive, .tab-item.tab-item-active.tab-item-positive {
  color: #387ef5
}

.tab-item.activated.tab-item-calm, .tab-item.active.tab-item-calm, .tab-item.tab-item-active.tab-item-calm {
  color: #11c1f3
}

.tab-item.activated.tab-item-assertive, .tab-item.active.tab-item-assertive, .tab-item.tab-item-active.tab-item-assertive {
  color: #ef473a
}

.tab-item.activated.tab-item-green, .tab-item.active.tab-item-green, .tab-item.tab-item-active.tab-item-green {
  color: #33cd5f
}

.tab-item.activated.tab-item-energized, .tab-item.active.tab-item-energized, .tab-item.tab-item-active.tab-item-energized {
  color: #ffc900
}

.tab-item.activated.tab-item-royal, .tab-item.active.tab-item-royal, .tab-item.tab-item-active.tab-item-royal {
  color: #886aea
}

.tab-item.activated.tab-item-dark, .tab-item.active.tab-item-dark, .tab-item.tab-item-active.tab-item-dark {
  color: #444
}

.item.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0
}

.item.tabs .i:before {
  position: relative
}

.tab-item.disabled, .tab-item[disabled] {
  opacity: .4;
  cursor: default;
  pointer-events: none
}

.nav-bar-tabs-top.hide~.view-container .tabs-top .tabs {
  top: 0
}

.pane[hide-nav-bar=true] .has-tabs-top {
  top: 49px
}

.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  min-height: 100%;
  max-height: 100%;
  width: 275px;
  background-color: #fff
}

.menu .scroll-content {
  z-index: 10
}

.menu .bar-header {
  z-index: 11
}

.menu-content {
  -webkit-transform: none;
  transform: none;
  box-shadow: -1px 0 2px rgba(0, 0, 0, .2), 1px 0 2px rgba(0, 0, 0, .2)
}

.menu-open .menu-content .pane, .menu-open .menu-content .scroll-content, .menu-open .menu-content .scroll-content .scroll {
  pointer-events: none
}

.menu-open .menu-content .scroll-content:not(.overflow-scroll) {
  overflow: hidden
}

.grade-b .menu-content, .grade-c .menu-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  right: -1px;
  left: -1px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-shadow: none
}

.menu-left {
  left: 0
}

.menu-right {
  right: 0
}

.aside-open.aside-resizing .menu-right {
  display: none
}

.menu-animated {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease
}

.modal-backdrop, .modal-backdrop-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%
}

.modal-backdrop-bg {
  pointer-events: none
}

.modal {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  background-color: #fff
}

@media (min-width:680px) {
  .modal {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    min-height: 240px;
    width: 80%
  }

  .modal.ng-leave-active {
    bottom: 0
  }

  .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
    height: 44px
  }

  .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader)>* {
    margin-top: 0
  }

  .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader, .platform-ios.platform-cordova .modal-wrapper .modal .has-header, .platform-ios.platform-cordova .modal-wrapper .modal .tabs-top>.tabs, .platform-ios.platform-cordova .modal-wrapper .modal .tabs.tabs-top {
    top: 44px
  }

  .platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
    top: 88px
  }

  .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-tabs-top {
    top: 93px
  }

  .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
    top: 137px
  }

  .modal-backdrop-bg {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #000;
    opacity: 0
  }

  .active .modal-backdrop-bg {
    opacity: .5
  }
}

.modal-open {
  pointer-events: none
}

.modal-open .modal, .modal-open .modal-backdrop {
  pointer-events: auto
}

.modal-open.loading-active .modal, .modal-open.loading-active .modal-backdrop {
  pointer-events: none
}

.popover-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: transparent
}

.popover-backdrop.active {
  background-color: rgba(0, 0, 0, .1)
}

.popover {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 10;
  display: block;
  margin-top: 12px;
  margin-left: -110px;
  height: 380px;
  width: 320px;
  max-width: 95%;
  max-height: 90%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  opacity: 0
}

.popover .item:first-child {
  border-top: 0
}

.popover .item:last-child {
  border-bottom: 0
}

.popover.popover-bottom {
  margin-top: -12px
}

.popover, .popover .bar-header {
  border-radius: 2px
}

.popover .scroll-content {
  z-index: 1;
  margin: 2px 0
}

.popover .bar-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.popover .has-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.popover-arrow {
  display: none
}

.popover {
  box-shadow: 0 0 40px rgba(0, 0, 0, .08);
  border-radius: 10px
}

.popover .bar-header {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px
}

.popover .scroll-content {
  margin: 8px 0;
  border-radius: 10px
}

.popover .scroll-content.has-header {
  margin-top: 0
}

.popover-arrow {
  position: absolute;
  display: block;
  top: -17px;
  width: 30px;
  height: 19px;
  overflow: hidden
}

.popover-arrow:after {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popover-bottom .popover-arrow {
  top: auto;
  bottom: -10px
}

.popover-bottom .popover-arrow:after {
  top: -6px
}

.platform-android .popover {
  margin-top: -32px;
  background-color: #fafafa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .35)
}

.platform-android .popover .item {
  border-color: #fafafa;
  background-color: #fafafa;
  color: #4d4d4d
}

.platform-android .popover.popover-bottom {
  margin-top: 32px
}

.platform-android .popover-backdrop, .platform-android .popover-backdrop.active {
  background-color: transparent
}

.popover-open {
  pointer-events: none
}

.popover-open .popover, .popover-open .popover-backdrop {
  pointer-events: auto
}

.popover-open.loading-active .popover, .popover-open.loading-active .popover-backdrop {
  pointer-events: none
}

/* @media (min-width:680px) {
  .popover {
    width: 360px;
    margin-left: -180px
  }
} */
.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 12;
  visibility: hidden
}

.popup-container.popup-showing {
  visibility: visible
}

.popup-container.popup-hidden .popup {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.popup-container.active .popup {    border-radius: 9px;
  -webkit-animation-name: superScaleIn;
  animation-name: superScaleIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.popup-container .popup {
  max-width: 100%;
  max-height: 90%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.popup-container input, .popup-container textarea {
  width: 100%
}

.popup-head {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: center
}

.popup-title {
  margin: 0;
  padding: 0;
  font-size: 15px
}

.popup-sub-title {
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 11px
}

.popup-body {
  padding: 10px;
  overflow: auto
}

.popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  min-height: 65px
}

.popup-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  min-height: 45px;
  border-radius: 2px;
  line-height: 20px;
  margin-right: 5px
}

.popup-buttons .button:last-child {
  margin-right: 0
}

.popup-open, .popup-open.modal-open .modal {
  pointer-events: none
}

.popup-open .popup, .popup-open .popup-backdrop {
  pointer-events: auto
}

.loading-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: .2s opacity linear;
  transition: .2s opacity linear;
  visibility: hidden;
  opacity: 0
}

.loading-container:not(.visible) .i, .loading-container:not(.visible) .spinner {
  display: none
}

.loading-container.visible {
  visibility: visible
}

.loading-container.active {
  opacity: 1
}

.item {
  border-color: #ddd;
  background-color: #fff;
  color: #444;
  position: relative;
  z-index: 2;
  display: block;
  margin: -1px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px
}
/*
.item h2 {
  margin: 0 0 2px 0;
  font-size: 16px;
  font-weight: 400
}

.item h3 {
  margin: 0 0 4px 0;
  font-size: 14px
}

.item h4 {
  margin: 0 0 4px 0;
  font-size: 12px
}

.item h5, .item h6 {
  margin: 0 0 3px 0;
  font-size: 10px
} */

.item p {
  color: #666;
  font-size: 14px;
  margin-bottom: 2px
}

.item h1:last-child, .item h2:last-child, .item h3:last-child, .item h4:last-child, .item h5:last-child, .item h6:last-child, .item p:last-child {
  margin-bottom: 0
}

.item .badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16px;
  right: 32px
}

.item.item-button-right .badge {
  right: 67px
}

.item.item-divider .badge {
  top: 8px
}

.item .badge+.badge {
  margin-right: 5px
}

.item.item-light {
  border-color: #ddd;
  background-color: #fff;
  color: #444
}

.item.item-stable {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444
}

.item.item-positive {
  border-color: #0c60ee;
  background-color: #387ef5;
  color: #fff
}

.item.item-calm {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  color: #fff
}

.item.item-assertive {
  border-color: #e42112;
  background-color: #ef473a;
  color: #fff
}

.item.item-green {
  border-color: #28a54c;
  background-color: #33cd5f;
  color: #fff
}

.item.item-energized {
  border-color: #e6b500;
  background-color: #ffc900;
  color: #fff
}

.item.item-royal {
  border-color: #6b46e5;
  background-color: #886aea;
  color: #fff
}

.item.item-dark {
  border-color: #111;
  background-color: #444;
  color: #fff
}

.item[ng-click]:hover {
  cursor: pointer
}

.item-borderless, .list-borderless .item {
  border-width: 0
}

.item .item-content.activated, .item .item-content.activated.item-complex>.item-content, .item .item-content.active, .item .item-content.active.item-complex>.item-content, .item-complex.activated .item-content, .item-complex.activated .item-content.item-complex>.item-content, .item-complex.active .item-content, .item-complex.active .item-content.item-complex>.item-content, .item.activated, .item.activated.item-complex>.item-content, .item.active, .item.active.item-complex>.item-content {
  border-color: #ccc;
  background-color: #D9D9D9
}

.item .item-content.activated.item-light, .item .item-content.activated.item-light.item-complex>.item-content, .item .item-content.active.item-light, .item .item-content.active.item-light.item-complex>.item-content, .item-complex.activated .item-content.item-light, .item-complex.activated .item-content.item-light.item-complex>.item-content, .item-complex.active .item-content.item-light, .item-complex.active .item-content.item-light.item-complex>.item-content, .item.activated.item-light, .item.activated.item-light.item-complex>.item-content, .item.active.item-light, .item.active.item-light.item-complex>.item-content {
  border-color: #ccc;
  background-color: #fafafa
}

.item .item-content.activated.item-stable, .item .item-content.activated.item-stable.item-complex>.item-content, .item .item-content.active.item-stable, .item .item-content.active.item-stable.item-complex>.item-content, .item-complex.activated .item-content.item-stable, .item-complex.activated .item-content.item-stable.item-complex>.item-content, .item-complex.active .item-content.item-stable, .item-complex.active .item-content.item-stable.item-complex>.item-content, .item.activated.item-stable, .item.activated.item-stable.item-complex>.item-content, .item.active.item-stable, .item.active.item-stable.item-complex>.item-content {
  border-color: #a2a2a2;
  background-color: #e5e5e5
}

.item .item-content.activated.item-positive, .item .item-content.activated.item-positive.item-complex>.item-content, .item .item-content.active.item-positive, .item .item-content.active.item-positive.item-complex>.item-content, .item-complex.activated .item-content.item-positive, .item-complex.activated .item-content.item-positive.item-complex>.item-content, .item-complex.active .item-content.item-positive, .item-complex.active .item-content.item-positive.item-complex>.item-content, .item.activated.item-positive, .item.activated.item-positive.item-complex>.item-content, .item.active.item-positive, .item.active.item-positive.item-complex>.item-content {
  border-color: #0c60ee;
  background-color: #0c60ee
}

.item .item-content.activated.item-calm, .item .item-content.activated.item-calm.item-complex>.item-content, .item .item-content.active.item-calm, .item .item-content.active.item-calm.item-complex>.item-content, .item-complex.activated .item-content.item-calm, .item-complex.activated .item-content.item-calm.item-complex>.item-content, .item-complex.active .item-content.item-calm, .item-complex.active .item-content.item-calm.item-complex>.item-content, .item.activated.item-calm, .item.activated.item-calm.item-complex>.item-content, .item.active.item-calm, .item.active.item-calm.item-complex>.item-content {
  border-color: #0a9dc7;
  background-color: #0a9dc7
}

.item .item-content.activated.item-assertive, .item .item-content.activated.item-assertive.item-complex>.item-content, .item .item-content.active.item-assertive, .item .item-content.active.item-assertive.item-complex>.item-content, .item-complex.activated .item-content.item-assertive, .item-complex.activated .item-content.item-assertive.item-complex>.item-content, .item-complex.active .item-content.item-assertive, .item-complex.active .item-content.item-assertive.item-complex>.item-content, .item.activated.item-assertive, .item.activated.item-assertive.item-complex>.item-content, .item.active.item-assertive, .item.active.item-assertive.item-complex>.item-content {
  border-color: #e42112;
  background-color: #e42112
}

.item .item-content.activated.item-green, .item .item-content.activated.item-green.item-complex>.item-content, .item .item-content.active.item-green, .item .item-content.active.item-green.item-complex>.item-content, .item-complex.activated .item-content.item-green, .item-complex.activated .item-content.item-green.item-complex>.item-content, .item-complex.active .item-content.item-green, .item-complex.active .item-content.item-green.item-complex>.item-content, .item.activated.item-green, .item.activated.item-green.item-complex>.item-content, .item.active.item-green, .item.active.item-green.item-complex>.item-content {
  border-color: #28a54c;
  background-color: #28a54c
}

.item .item-content.activated.item-energized, .item .item-content.activated.item-energized.item-complex>.item-content, .item .item-content.active.item-energized, .item .item-content.active.item-energized.item-complex>.item-content, .item-complex.activated .item-content.item-energized, .item-complex.activated .item-content.item-energized.item-complex>.item-content, .item-complex.active .item-content.item-energized, .item-complex.active .item-content.item-energized.item-complex>.item-content, .item.activated.item-energized, .item.activated.item-energized.item-complex>.item-content, .item.active.item-energized, .item.active.item-energized.item-complex>.item-content {
  border-color: #e6b500;
  background-color: #e6b500
}

.item .item-content.activated.item-royal, .item .item-content.activated.item-royal.item-complex>.item-content, .item .item-content.active.item-royal, .item .item-content.active.item-royal.item-complex>.item-content, .item-complex.activated .item-content.item-royal, .item-complex.activated .item-content.item-royal.item-complex>.item-content, .item-complex.active .item-content.item-royal, .item-complex.active .item-content.item-royal.item-complex>.item-content, .item.activated.item-royal, .item.activated.item-royal.item-complex>.item-content, .item.active.item-royal, .item.active.item-royal.item-complex>.item-content {
  border-color: #6b46e5;
  background-color: #6b46e5
}

.item .item-content.activated.item-dark, .item .item-content.activated.item-dark.item-complex>.item-content, .item .item-content.active.item-dark, .item .item-content.active.item-dark.item-complex>.item-content, .item-complex.activated .item-content.item-dark, .item-complex.activated .item-content.item-dark.item-complex>.item-content, .item-complex.active .item-content.item-dark, .item-complex.active .item-content.item-dark.item-complex>.item-content, .item.activated.item-dark, .item.activated.item-dark.item-complex>.item-content, .item.active.item-dark, .item.active.item-dark.item-complex>.item-content {
  border-color: #000;
  background-color: #262626
}

.item, .item h1, .item h2, .item h3, .item h4, .item h5, .item h6, .item p, .item-content, .item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6, .item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
}

a.item {
  color: inherit;
  text-decoration: none
}

a.item:focus, a.item:hover {
  text-decoration: none
}

.item-complex, a.item.item-complex, button.item.item-complex {
  padding: 0
}

.item-complex .item-content, .item-radio .item-content {
  position: relative;
  z-index: 2;
  padding: 16px 49px 16px 16px;
  border: none;
  background-color: #fff
}

a.item-content {
  display: block;
  color: inherit;
  text-decoration: none
}

.item-body h1, .item-body h2, .item-body h3, .item-body h4, .item-body h5, .item-body h6, .item-body p, .item-complex.item-text-wrap, .item-complex.item-text-wrap .item-content, .item-complex.item-text-wrap h1, .item-complex.item-text-wrap h2, .item-complex.item-text-wrap h3, .item-complex.item-text-wrap h4, .item-complex.item-text-wrap h5, .item-complex.item-text-wrap h6, .item-complex.item-text-wrap p, .item-text-wrap, .item-text-wrap .item, .item-text-wrap .item-content, .item-text-wrap h1, .item-text-wrap h2, .item-text-wrap h3, .item-text-wrap h4, .item-text-wrap h5, .item-text-wrap h6, .item-text-wrap p {
  overflow: visible;
  white-space: normal
}

.item-complex.item-light>.item-content {
  border-color: #ddd;
  background-color: #fff;
  color: #444
}

.item-complex.item-light>.item-content.active, .item-complex.item-light>.item-content.active.item-complex>.item-content, .item-complex.item-light>.item-content:active, .item-complex.item-light>.item-content:active.item-complex>.item-content {
  border-color: #ccc;
  background-color: #fafafa
}

.item-complex.item-stable>.item-content {
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  color: #444
}

.item-complex.item-stable>.item-content.active, .item-complex.item-stable>.item-content.active.item-complex>.item-content, .item-complex.item-stable>.item-content:active, .item-complex.item-stable>.item-content:active.item-complex>.item-content {
  border-color: #a2a2a2;
  background-color: #e5e5e5
}

.item-complex.item-positive>.item-content {
  border-color: #0c60ee;
  background-color: #387ef5;
  color: #fff
}

.item-complex.item-positive>.item-content.active, .item-complex.item-positive>.item-content.active.item-complex>.item-content, .item-complex.item-positive>.item-content:active, .item-complex.item-positive>.item-content:active.item-complex>.item-content {
  border-color: #0c60ee;
  background-color: #0c60ee
}

.item-complex.item-calm>.item-content {
  border-color: #0a9dc7;
  background-color: #11c1f3;
  color: #fff
}

.item-complex.item-calm>.item-content.active, .item-complex.item-calm>.item-content.active.item-complex>.item-content, .item-complex.item-calm>.item-content:active, .item-complex.item-calm>.item-content:active.item-complex>.item-content {
  border-color: #0a9dc7;
  background-color: #0a9dc7
}

.item-complex.item-assertive>.item-content {
  border-color: #e42112;
  background-color: #ef473a;
  color: #fff
}

.item-complex.item-assertive>.item-content.active, .item-complex.item-assertive>.item-content.active.item-complex>.item-content, .item-complex.item-assertive>.item-content:active, .item-complex.item-assertive>.item-content:active.item-complex>.item-content {
  border-color: #e42112;
  background-color: #e42112
}

.item-complex.item-green>.item-content {
  border-color: #28a54c;
  background-color: #33cd5f;
  color: #fff
}

.item-complex.item-green>.item-content.active, .item-complex.item-green>.item-content.active.item-complex>.item-content, .item-complex.item-green>.item-content:active, .item-complex.item-green>.item-content:active.item-complex>.item-content {
  border-color: #28a54c;
  background-color: #28a54c
}

.item-complex.item-energized>.item-content {
  border-color: #e6b500;
  background-color: #ffc900;
  color: #fff
}

.item-complex.item-energized>.item-content.active, .item-complex.item-energized>.item-content.active.item-complex>.item-content, .item-complex.item-energized>.item-content:active, .item-complex.item-energized>.item-content:active.item-complex>.item-content {
  border-color: #e6b500;
  background-color: #e6b500
}

.item-complex.item-royal>.item-content {
  border-color: #6b46e5;
  background-color: #886aea;
  color: #fff
}

.item-complex.item-royal>.item-content.active, .item-complex.item-royal>.item-content.active.item-complex>.item-content, .item-complex.item-royal>.item-content:active, .item-complex.item-royal>.item-content:active.item-complex>.item-content {
  border-color: #6b46e5;
  background-color: #6b46e5
}

.item-complex.item-dark>.item-content {
  border-color: #111;
  background-color: #444;
  color: #fff
}

.item-complex.item-dark>.item-content.active, .item-complex.item-dark>.item-content.active.item-complex>.item-content, .item-complex.item-dark>.item-content:active, .item-complex.item-dark>.item-content:active.item-complex>.item-content {
  border-color: #000;
  background-color: #262626
}

.item-icon-left .i, .item-icon-right .i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0px;
  /* font-size: 32px */
}

.item img {
  /* margin-right:10px; */
  padding-top: 5px;
  padding-right: 15px;
}

.item-icon-left .i:before, .item-icon-right .i:before {
  display: block;
  width: 32px;
  text-align: center
}

.item .fill-icon {
  min-width: 30px;
  min-height: 30px;
  font-size: 28px
}

.item-icon-left {
  padding-left: 54px
}

.item-icon-left .i {
  left: 11px
}

.item-complex.item-icon-left {
  padding-left: 0
}

.item-complex.item-icon-left .item-content {
  padding-left: 54px
}

.item-icon-right {
  padding-right: 54px
}

.item-icon-right .i {
  right: -7px
}

.item-complex.item-icon-right {
  padding-right: 0
}

.item-complex.item-icon-right .item-content {
  padding-right: 54px
}

.item-icon-left.item-icon-right .i:first-child {
  right: auto
}

.item-icon-left .item-delete .i, .item-icon-left.item-icon-right .i:last-child {
  left: auto
}

.item-icon-left .icon-accessory, .item-icon-right .icon-accessory {
  color: #ccc;
  font-size: 16px
}

.item-icon-left .icon-accessory {
  left: 3px
}

.item-icon-right .icon-accessory {
  right: 3px
}

.item-button-left {
  padding-left: 72px
}

.item-button-left .item-content>.button, .item-button-left>button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 11px;
  min-width: 34px;
  min-height: 34px;
  font-size: 18px;
  line-height: 32px
}

.item-button-left .item-content>button .i:before, .item-button-left>button .i:before {
  position: relative;
  left: auto;
  width: auto;
  line-height: 31px
}

.item-button-left .item-content>.button>.button, .item-button-left>.button>button {
  margin: 0 2px;
  min-height: 34px;
  font-size: 18px;
  line-height: 32px
}

.item-button-right, a.item.item-button-right, button.item.item-button-right {
  padding-right: 80px
}

.item-button-right .item-content>.button, .item-button-right .item-content>.buttons, .item-button-right>.button, .item-button-right>.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 16px;
  min-width: 34px;
  min-height: 34px;
  font-size: 18px;
  line-height: 32px
}

.item-button-right .item-content>button .i:before, .item-button-right .item-content>.buttons .i:before, .item-button-right>button .i:before, .item-button-right>.buttons .i:before {
  position: relative;
  left: auto;
  width: auto;
  line-height: 31px
}

.item-button-right .item-content>.button>.button, .item-button-right .item-content>.buttons>.button, .item-button-right>.button>.button, .item-button-right>.buttons>button {
  margin: 0 2px;
  min-width: 34px;
  min-height: 34px;
  font-size: 18px;
  line-height: 32px
}

.item-button-left.item-button-right .button:first-child {
  right: auto
}

.item-button-left.item-button-right .button:last-child {
  left: auto
}

.item-avatar, .item-avatar .item-content, .item-avatar-left, .item-avatar-left .item-content {
  padding-left: 72px;
  min-height: 72px
}

.item-avatar .item-content .item-image, .item-avatar .item-content>img:first-child, .item-avatar .item-image, .item-avatar-left .item-content .item-image, .item-avatar-left .item-content>img:first-child, .item-avatar-left .item-image, .item-avatar-left>img:first-child, .item-avatar>img:first-child {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 21%
}

.item-avatar-right, .item-avatar-right .item-content {
  padding-right: 72px;
  min-height: 72px
}

.item-avatar-right .item-content .item-image, .item-avatar-right .item-content>img:first-child, .item-avatar-right .item-image, .item-avatar-right>img:first-child {
  position: absolute;
  top: 16px;
  right: 16px;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.item-thumbnail-left, .item-thumbnail-left .item-content {
  padding-top: 8px;
  padding-left: 106px;
  min-height: 100px
}

.item-thumbnail-left .item-content .item-image, .item-thumbnail-left .item-content>img:first-child, .item-thumbnail-left .item-image, .item-thumbnail-left>img:first-child {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%
}

.item-avatar-left.item-complex, .item-avatar.item-complex, .item-thumbnail-left.item-complex {
  padding-top: 0;
  padding-left: 0
}

.item-thumbnail-right, .item-thumbnail-right .item-content {
  padding-top: 8px;
  padding-right: 106px;
  min-height: 100px
}

.item-thumbnail-right .item-content .item-image, .item-thumbnail-right .item-content>img:first-child, .item-thumbnail-right .item-image, .item-thumbnail-right>img:first-child {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%
}

.item-avatar-right.item-complex, .item-thumbnail-right.item-complex {
  padding-top: 0;
  padding-right: 0
}

.item-image {
  padding: 0;
  text-align: center
}

.item-image .list-img, .item-image img:first-child {
  width: 100%;
  vertical-align: middle
}

.item-body {
  overflow: auto;
  padding: 16px;
  text-overflow: inherit;
  white-space: normal
}

.item-body h1, .item-body h2, .item-body h3, .item-body h4, .item-body h5, .item-body h6, .item-body p {
  margin-top: 16px;
  margin-bottom: 16px
}

.item-divider {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 30px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: 500
}

.item-divider-ios, .item-divider-platform {
  padding-top: 26px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  background-color: #efeff4;
  color: #555
}

.item-divider-android, .platform-android .item-divider-platform {
  font-weight: 300;
  font-size: 13px
}

.item-note {
  float: right;
  color: #aaa;
  font-size: 14px
}

.item-left-editable .item-content, .item-right-editable .item-content {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform
}

.item-left-editing.item-left-editable .item-content, .list-left-editing .item-left-editable .item-content {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0)
}

.item-remove-animate.ng-leave {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms
}

.item-remove-animate.ng-leave .item-content, .item-remove-animate.ng-leave:last-of-type {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: all;
  transition-property: all
}

.item-remove-animate.ng-leave.ng-leave-active .item-content {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  transform: translate3d(-100%, 0, 0) !important
}

.item-remove-animate.ng-leave.ng-leave-active:last-of-type {
  opacity: 0
}

.item-remove-animate.ng-leave.ng-leave-active~ion-item:not(.ng-leave) {
  -webkit-transform: translate3d(0, -webkit-calc(-100% + 1px), 0);
  transform: translate3d(0, calc(-100% + 1px), 0);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(.25, .81, .24, 1);
  transition-timing-function: cubic-bezier(.25, .81, .24, 1);
  -webkit-transition-property: all;
  transition-property: all
}

.item-left-edit {
  -webkit-transition: all ease-in-out 125ms;
  transition: all ease-in-out 125ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50px;
  height: 100%;
  line-height: 100%;
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(-21px, 0, 0);
  transform: translate3d(-21px, 0, 0)
}

.item-left-edit button {
  height: 100%
}

.item-left-edit .button.i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%
}

.item-left-edit.visible {
  display: block
}

.item-left-edit.visible.active {
  opacity: 1;
  -webkit-transform: translate3d(8px, 0, 0);
  transform: translate3d(8px, 0, 0)
}

.list-left-editing .item-left-edit {
  -webkit-transition-delay: 125ms;
  transition-delay: 125ms
}

.item-delete .button.i {
  color: #ef473a;
  font-size: 24px
}

.item-delete .button.i:hover {
  opacity: .7
}

.item-right-edit {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 75px;
  height: 100%;
  background: inherit;
  padding-left: 20px;
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(75px, 0, 0);
  transform: translate3d(75px, 0, 0)
}

.item-right-edit button {
  min-width: 50px;
  height: 100%
}

.item-right-edit .button.i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 32px
}

.item-right-edit.visible {
  display: block
}

.item-right-edit.visible.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.item-reorder .button.i {
  color: #444;
  font-size: 32px
}

.item-reordering {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 10px 0 #aaa
}

.item-reordering .item-reorder {
  z-index: 9
}

.item-placeholder {
  opacity: .7
}

.item-options {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%
}

.item-options button {
  height: 100%;
  border: none;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.item-options .button:before {
  margin: 0 auto
}

.list {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
  margin-bottom: 20px
}

.list:last-child {
  margin-bottom: 0
}

.list:last-child.card {
  margin-bottom: 40px
}

.list-header {
  margin-top: 20px;
  padding: 5px 15px;
  background-color: transparent;
  color: #222;
  font-weight: 700
}

.card.list .list-item {
  padding-right: 1px;
  padding-left: 1px
}

.card, .list-inset {
  overflow: hidden;
  margin: 20px 10px;
  border-radius: 2px;
  background-color: #fff
}

.card {
  padding-top: 1px;
  padding-bottom: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.card .item {
  border-left: 0;
  border-right: 0
}

.card .item:first-child {
  border-top: 0
}

.card .item:last-child {
  border-bottom: 0
}

.padding .card, .padding .list-inset {
  margin-left: 0;
  margin-right: 0
}

.card .item:first-child, .card .item:first-child .item-content, .list-inset .item:first-child, .list-inset .item:first-child .item-content, .padding>.list .item:first-child, .padding>.list .item:first-child .item-content {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.card .item:last-child, .card .item:last-child .item-content, .list-inset .item:last-child, .list-inset .item:last-child .item-content, .padding>.list .item:last-child, .padding>.list .item:last-child .item-content {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.card .item:last-child, .list-inset .item:last-child {
  margin-bottom: -1px
}

.card .item, .list-inset .item, .padding-horizontal>.list .item, .padding>.list .item {
  margin-right: 0;
  margin-left: 0
}

/* .card .item.item-input input, .list-inset .item.item-input input, .padding-horizontal>.list .item.item-input input, .padding>.list .item.item-input input {
  padding-right: 44px
} */
.padding-left>.list .item {
  margin-left: 0
}

.padding-right>.list .item {
  margin-right: 0
}

.badge {
  background-color: transparent;
  color: #AAA;
  z-index: 1;
  display: inline-block;
  padding: 3px 8px;
  min-width: 10px;
  border-radius: 10px;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px
}

.badge:empty {
  display: none
}

.badge.badge-light, .tabs .tab-item .badge.badge-light {
  background-color: #fff;
  color: #444
}

.badge.badge-stable, .tabs .tab-item .badge.badge-stable {
  background-color: #f8f8f8;
  color: #444
}

.badge.badge-positive, .tabs .tab-item .badge.badge-positive {
  background-color: #387ef5;
  color: #fff
}

.badge.badge-calm, .tabs .tab-item .badge.badge-calm {
  background-color: #11c1f3;
  color: #fff
}

.badge.badge-assertive, .tabs .tab-item .badge.badge-assertive {
  background-color: #ef473a;
  color: #fff
}

.badge.badge-green, .tabs .tab-item .badge.badge-green {
  background-color: #33cd5f;
  color: #fff
}

.badge.badge-energized, .tabs .tab-item .badge.badge-energized {
  background-color: #ffc900;
  color: #fff
}

.badge.badge-royal, .tabs .tab-item .badge.badge-royal {
  background-color: #886aea;
  color: #fff
}

.badge.badge-dark, .tabs .tab-item .badge.badge-dark {
  background-color: #444;
  color: #fff
}

button .badge {
  position: relative;
  top: -1px
}

.slider {
  position: relative;
  visibility: hidden;
  overflow: hidden
}

.slider-slides {
  position: relative;
  height: 100%
}

.slider-slide {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.slider-slide-image>img {
  width: 100%
}

.slider-pager {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  height: 15px;
  text-align: center
}

.slider-pager .slider-pager-page {
  display: inline-block;
  margin: 0 3px;
  width: 15px;
  color: #000;
  text-decoration: none;
  opacity: .3
}

.slider-pager .slider-pager-page.active {
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  opacity: 1
}

.slider-pager-page.ng-animate, .slider-pager-page.ng-enter, .slider-pager-page.ng-leave, .slider-slide.ng-animate, .slider-slide.ng-enter, .slider-slide.ng-leave {
  -webkit-transition: none !important;
  transition: none !important
}

.slider-pager-page.ng-animate, .slider-slide.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide, .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

ion-slides {
  width: 100%;
  height: 100%;
  display: block
}

.slide-zoom {
  display: block;
  width: 100%;
  text-align: center
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden
}

.swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0
}

.swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.scroll-refresher {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  height: 60px
}

.scroll-refresher .ionic-refresher-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #666;
  text-align: center;
  font-size: 30px
}

.scroll-refresher .ionic-refresher-content .text-pulling, .scroll-refresher .ionic-refresher-content .text-refreshing {
  font-size: 16px;
  line-height: 16px
}

.scroll-refresher .ionic-refresher-content.ionic-refresher-with-text {
  bottom: 10px
}

.scroll-refresher .icon-pulling, .scroll-refresher .icon-refreshing {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.scroll-refresher .icon-pulling {
  -webkit-animation-name: refresh-spin-back;
  animation-name: refresh-spin-back;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg)
}

.scroll-refresher .icon-refreshing, .scroll-refresher .text-refreshing {
  display: none
}

.scroll-refresher .icon-refreshing {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s
}

.scroll-refresher.active .icon-pulling:not(.pulling-rotation-disabled) {
  -webkit-animation-name: refresh-spin;
  animation-name: refresh-spin;
  -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
  transform: translate3d(0, 0, 0) rotate(-180deg)
}

.scroll-refresher.active.refreshing {
  -webkit-transition: transform .2s;
  transition: transform .2s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.scroll-refresher.active.refreshing .icon-pulling, .scroll-refresher.active.refreshing .text-pulling {
  display: none
}

.scroll-refresher.active.refreshing .icon-refreshing, .scroll-refresher.active.refreshing .text-refreshing {
  display: block
}

.scroll-refresher.active.refreshing.refreshing-tail {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0)
}

.overflow-scroll>.scroll {
  -webkit-overflow-scrolling: touch;
  width: 100%
}

.overflow-scroll>.scroll.overscroll {
  position: fixed;
  right: 0;
  left: 0
}

.overflow-scroll.padding>.scroll.overscroll {
  padding: 10px
}

@-webkit-keyframes refresh-spin {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg)
  }
}

@keyframes refresh-spin {
  0% {
    transform: translate3d(0, 0, 0) rotate(0)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(180deg)
  }
}

@-webkit-keyframes refresh-spin-back {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0)
  }
}

@keyframes refresh-spin-back {
  0% {
    transform: translate3d(0, 0, 0) rotate(180deg)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0)
  }
}

.spinner {
  stroke: #444;
  fill: #444
}

.spinner svg {
  width: 28px;
  height: 28px
}

.spinner.spinner-light {
  stroke: #fff;
  fill: #fff
}

.spinner.spinner-stable {
  stroke: #f8f8f8;
  fill: #f8f8f8
}

.spinner.spinner-positive {
  stroke: #387ef5;
  fill: #387ef5
}

.spinner.spinner-calm {
  stroke: #11c1f3;
  fill: #11c1f3
}

.spinner.spinner-green {
  stroke: #33cd5f;
  fill: #33cd5f
}

.spinner.spinner-assertive {
  stroke: #ef473a;
  fill: #ef473a
}

.spinner.spinner-energized {
  stroke: #ffc900;
  fill: #ffc900
}

.spinner.spinner-royal {
  stroke: #886aea;
  fill: #886aea
}

.spinner.spinner-dark {
  stroke: #444;
  fill: #444
}

.spinner-android {
  stroke: #4b8bf4
}

.spinner-ios, .spinner-ios-small {
  stroke: #69717d
}

.spinner-spiral .stop1 {
  stop-color: #fff;
  stop-opacity: 0
}

.spinner-spiral.spinner-light .stop1 {
  stop-color: #444
}

.spinner-spiral.spinner-light .stop2 {
  stop-color: #fff
}

.spinner-spiral.spinner-stable .stop2 {
  stop-color: #f8f8f8
}

.spinner-spiral.spinner-positive .stop2 {
  stop-color: #387ef5
}

.spinner-spiral.spinner-calm .stop2 {
  stop-color: #11c1f3
}

.spinner-spiral.spinner-green .stop2 {
  stop-color: #33cd5f
}

.spinner-spiral.spinner-assertive .stop2 {
  stop-color: #ef473a
}

.spinner-spiral.spinner-energized .stop2 {
  stop-color: #ffc900
}

.spinner-spiral.spinner-royal .stop2 {
  stop-color: #886aea
}

.spinner-spiral.spinner-dark .stop2 {
  stop-color: #444
}

form {
  margin: 0 0 1.42857
}

legend {
  display: block;
  margin-bottom: 1.42857;
  padding: 0;
  width: 100%;
  border: 1px solid #ddd;
  color: #444;
  font-size: 21px;
  line-height: 2.85714
}

legend small {
  color: #f8f8f8;
  font-size: 1.07143
}

/* button, input, label, select, textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857
} */
/*
button, input, select, textarea {
  font-family: "-apple-system", "Helvetica Neue", Roboto, "Segoe UI", sans-serif
} */
.item-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px
}

/* .item-input input {
  -webkit-border-radius: 1;
  border-radius: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 220px;
  -moz-box-flex: 1;
  -moz-flex: 1 220px;
  -ms-flex: 1 220px;
  flex: 1 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding-right: 24px;
  background-color: transparent
} */
.item-input button .i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  position: static;
  display: inline-block;
  height: auto;
  text-align: center;
  font-size: 16px
}

.item-input .button-bar {
  -webkit-border-radius: 1;
  border-radius: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 220px;
  -moz-box-flex: 1;
  -moz-flex: 1 0 220px;
  -ms-flex: 1 0 220px;
  flex: 1 0 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.item-input .i {
  min-width: 14px
}

.platform-windowsphone .item-input input {
  flex-shrink: 1
}

.item-input-inset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 10.67px
}

.item-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-right: 8px;
  padding-left: 8px;
  background: #eee
}

.item-input-inset .item-input-wrapper input {
  padding-left: 4px;
  height: 29px;
  background: 0 0;
  line-height: 18px
}

.item-input-wrapper~button {
  margin-left: 10.67px
}

.input-label {
  display: table;
  padding: 7px 10px 7px 0;
  min-width: 70px;
  width: 25%;
  color: #444;
  font-size: 16px
}

.placeholder-icon {
  color: #aaa
}

.placeholder-icon:first-child {
  padding-right: 6px
}

.placeholder-icon:last-child {
  padding-left: 6px
}

.item-stacked-label {
  display: block;
  background-color: transparent;
  box-shadow: none
}

.item-stacked-label .i, .item-stacked-label .input-label {
  display: inline-block;
  padding: 4px 0 0 0;
  vertical-align: middle
}

.item-stacked-label input, .item-stacked-label textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 8px 3px 0;
  border: none;
  background-color: #fff
}

.item-stacked-label input {
  overflow: hidden;
  height: 46px
}

.item-select.item-stacked-label select {
  position: relative;
  padding: 0;
  max-width: 90%;
  direction: ltr;
  white-space: pre-wrap;
  margin: -3px
}

.item-floating-label {
  display: block;
  background-color: transparent;
  box-shadow: none
}

.item-floating-label .input-label {
  position: relative;
  padding: 5px 0 0 0;
  opacity: 0;
  top: 10px;
  -webkit-transition: opacity .15s ease-in, top .2s linear;
  transition: opacity .15s ease-in, top .2s linear
}

.item-floating-label .input-label.has-input {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity .15s ease-in, top .2s linear;
  transition: opacity .15s ease-in, top .2s linear
}

/* input[type=search], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=color], textarea {
  display: block;
  padding-top: 2px;
  padding-left: 0;
  height: 34px;
  color: #111;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px
} */
.platform-android input[type=datetime-local], .platform-android input[type=date], .platform-android input[type=month], .platform-android input[type=time], .platform-android input[type=week], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week] {
  padding-top: 8px
}

.item-input input, .item-input textarea {
  width: 100%
}

textarea {
  padding-left: 0
}

textarea::-moz-placeholder {
  color: #aaa
}

textarea:-ms-input-placeholder {
  color: #aaa
}

textarea::-webkit-input-placeholder {
  color: #aaa;
  text-indent: -3px
}

textarea {
  height: auto
}

/*
input[type=search], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=color], textarea {
  border: 0
} */
input[type=radio], input[type=checkbox] {
  margin: 0;
  line-height: normal
}

/* .item-input input[type=button], .item-input input[type=reset], .item-input input[type=submit], .item-input input[type=radio], .item-input input[type=checkbox], .item-input input[type=file], .item-input input[type=image] {
  width: auto
} */

input[type=file] {
  line-height: 34px
}

.cloned-text-input+input, .cloned-text-input+textarea, .previous-input-focus {
  position: absolute !important;
  left: -9999px;
  width: 200px
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  text-indent: 0
}

input[disabled], input[readonly]:not(.cloned-text-input), select[disabled], select[readonly], textarea[disabled], textarea[readonly]:not(.cloned-text-input) {
  background-color: #f8f8f8;
  cursor: not-allowed
}

input[type=radio][disabled], input[type=radio][readonly], input[type=checkbox][disabled], input[type=checkbox][readonly] {
  background-color: transparent
}

.checkbox {
  position: relative;
  display: inline-block;
  padding: 7px 7px;
  cursor: pointer
}

.checkbox .checkbox-icon:before, .checkbox input:before {
  border-color: #ddd
}

.checkbox input:checked+.checkbox-icon:before, .checkbox input:checked:before {
  background: #387ef5;
  border-color: #387ef5
}

.checkbox-light .checkbox-icon:before, .checkbox-light input:before {
  border-color: #ddd
}

.checkbox-light input:checked+.checkbox-icon:before, .checkbox-light input:checked:before {
  background: #ddd;
  border-color: #ddd
}

.checkbox-stable .checkbox-icon:before, .checkbox-stable input:before {
  border-color: #b2b2b2
}

.checkbox-stable input:checked+.checkbox-icon:before, .checkbox-stable input:checked:before {
  background: #b2b2b2;
  border-color: #b2b2b2
}

.checkbox-positive .checkbox-icon:before, .checkbox-positive input:before {
  border-color: #387ef5
}

.checkbox-positive input:checked+.checkbox-icon:before, .checkbox-positive input:checked:before {
  background: #387ef5;
  border-color: #387ef5
}

.checkbox-calm .checkbox-icon:before, .checkbox-calm input:before {
  border-color: #11c1f3
}

.checkbox-calm input:checked+.checkbox-icon:before, .checkbox-calm input:checked:before {
  background: #11c1f3;
  border-color: #11c1f3
}

.checkbox-assertive .checkbox-icon:before, .checkbox-assertive input:before {
  border-color: #ef473a
}

.checkbox-assertive input:checked+.checkbox-icon:before, .checkbox-assertive input:checked:before {
  background: #ef473a;
  border-color: #ef473a
}

.checkbox-green .checkbox-icon:before, .checkbox-green input:before {
  border-color: #33cd5f
}

.checkbox-green input:checked+.checkbox-icon:before, .checkbox-green input:checked:before {
  background: #33cd5f;
  border-color: #33cd5f
}

.checkbox-energized .checkbox-icon:before, .checkbox-energized input:before {
  border-color: #ffc900
}

.checkbox-energized input:checked+.checkbox-icon:before, .checkbox-energized input:checked:before {
  background: #ffc900;
  border-color: #ffc900
}

.checkbox-royal .checkbox-icon:before, .checkbox-royal input:before {
  border-color: #886aea
}

.checkbox-royal input:checked+.checkbox-icon:before, .checkbox-royal input:checked:before {
  background: #886aea;
  border-color: #886aea
}

.checkbox-dark .checkbox-icon:before, .checkbox-dark input:before {
  border-color: #444
}

.checkbox-dark input:checked+.checkbox-icon:before, .checkbox-dark input:checked:before {
  background: #444;
  border-color: #444
}

.checkbox input:disabled+.checkbox-icon:before, .checkbox input:disabled:before {
  border-color: #ddd
}

.checkbox input:disabled:checked+.checkbox-icon:before, .checkbox input:disabled:checked:before {
  background: #ddd
}

.checkbox.checkbox-input-hidden input {
  display: none !important
}

.checkbox input, .checkbox-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  border: 0;
  background: 0 0;
  cursor: pointer;
  -webkit-appearance: none
}

.checkbox input:before, .checkbox-icon:before {
  display: table;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 28px;
  background: #fff;
  content: ' ';
  -webkit-transition: background-color 20ms ease-in-out;
  transition: background-color 20ms ease-in-out
}

.checkbox input:checked:before, input:checked+.checkbox-icon:before {
  border-width: 2px
}

.checkbox input:after, .checkbox-icon:after {
  -webkit-transition: opacity .05s ease-in-out;
  transition: opacity .05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 33%;
  left: 25%;
  display: table;
  width: 14px;
  height: 6px;
  border: 1px solid #fff;
  border-top: 0;
  border-right: 0;
  content: ' ';
  opacity: 0
}

.checkbox-square .checkbox-icon:before, .checkbox-square input:before, .platform-android .checkbox-platform .checkbox-icon:before, .platform-android .checkbox-platform input:before {
  border-radius: 2px;
  width: 72%;
  height: 72%;
  margin-top: 14%;
  margin-left: 14%;
  border-width: 2px
}

.checkbox-square .checkbox-icon:after, .checkbox-square input:after, .platform-android .checkbox-platform .checkbox-icon:after, .platform-android .checkbox-platform input:after {
  border-width: 2px;
  top: 19%;
  left: 25%;
  width: 13px;
  height: 7px
}

.platform-android .item-checkbox-right .checkbox-square .checkbox-icon::after {
  top: 31%
}

.grade-c .checkbox input:after, .grade-c .checkbox-icon:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 3px;
  left: 4px;
  border: none;
  color: #fff;
  content: '\2713';
  font-weight: 700;
  font-size: 20px
}

.checkbox input:checked:after, input:checked+.checkbox-icon:after {
  opacity: 1
}

.item-checkbox {
  padding-left: -15x
}

.item-checkbox.active {
  box-shadow: none
}

.item-checkbox .checkbox {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 3;
  margin-top: -21px
}

.item-checkbox.item-checkbox-right {
  padding-right: 60px;
  padding-left: 16px
}

.item-checkbox-right .checkbox input, .item-checkbox-right .checkbox-icon {
  float: right
}

.item-toggle {
  pointer-events: none
}

.toggle {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px
}

.toggle input:checked+.track {
  border-color: #4cd964;
  background-color: #4cd964
}

.toggle.dragging .handle {
  background-color: #f2f2f2 !important
}

.toggle.toggle-light input:checked+.track {
  border-color: #ddd;
  background-color: #ddd
}

.toggle.toggle-stable input:checked+.track {
  border-color: #b2b2b2;
  background-color: #b2b2b2
}

.toggle.toggle-positive input:checked+.track {
  border-color: #387ef5;
  background-color: #387ef5
}

.toggle.toggle-calm input:checked+.track {
  border-color: #11c1f3;
  background-color: #11c1f3
}

.toggle.toggle-assertive input:checked+.track {
  border-color: #ef473a;
  background-color: #ef473a
}

.toggle.toggle-green input:checked+.track {
  border-color: #33cd5f;
  background-color: #33cd5f
}

.toggle.toggle-energized input:checked+.track {
  border-color: #ffc900;
  background-color: #ffc900
}

.toggle.toggle-royal input:checked+.track {
  border-color: #886aea;
  background-color: #886aea
}

.toggle.toggle-dark input:checked+.track {
  border-color: #444;
  background-color: #444
}

.toggle input {
  display: none
}

.toggle .track {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 51px;
  height: 31px;
  border: solid 2px #e6e6e6;
  border-radius: 20px;
  background-color: #fff;
  content: ' ';
  cursor: pointer;
  pointer-events: none
}

.platform-android4_2 .toggle .track {
  -webkit-background-clip: padding-box
}

.toggle .handle {
  -webkit-transition: .3s cubic-bezier(0, 1.1, 1, 1.1);
  transition: .3s cubic-bezier(0, 1.1, 1, 1.1);
  -webkit-transition-property: background-color, transform;
  transition-property: background-color, transform;
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: #fff;
  top: 7px;
  left: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .35), 0 1px 1px rgba(0, 0, 0, .15)
}

.toggle .handle:before {
  position: absolute;
  top: -4px;
  left: -21.5px;
  padding: 18.5px 34px;
  content: " "
}

.toggle input:checked+.track .handle {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  background-color: #fff
}

.item-toggle.active {
  box-shadow: none
}

.item-toggle, .item-toggle.item-complex .item-content {
  padding-right: 99px
}

.item-toggle.item-complex {
  padding-right: 0
}

.item-toggle .toggle {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 3
}

.toggle input:disabled+.track {
  opacity: .6
}

.toggle-small .track {
  border: 0;
  width: 34px;
  height: 15px;
  background: #9e9e9e
}

.toggle-small input:checked+.track {
  background: rgba(0, 150, 137, .5)
}

.toggle-small .handle {
  top: 2px;
  left: 4px;
  width: 21px;
  height: 21px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25)
}

.toggle-small input:checked+.track .handle {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  background: #009689
}

.toggle-small.item-toggle .toggle {
  top: 19px
}

.toggle-small .toggle-light input:checked+.track {
  background-color: rgba(221, 221, 221, .5)
}

.toggle-small .toggle-light input:checked+.track .handle {
  background-color: #ddd
}

.toggle-small .toggle-stable input:checked+.track {
  background-color: rgba(178, 178, 178, .5)
}

.toggle-small .toggle-stable input:checked+.track .handle {
  background-color: #b2b2b2
}

.toggle-small .toggle-positive input:checked+.track {
  background-color: rgba(56, 126, 245, .5)
}

.toggle-small .toggle-positive input:checked+.track .handle {
  background-color: #387ef5
}

.toggle-small .toggle-calm input:checked+.track {
  background-color: rgba(17, 193, 243, .5)
}

.toggle-small .toggle-calm input:checked+.track .handle {
  background-color: #11c1f3
}

.toggle-small .toggle-assertive input:checked+.track {
  background-color: rgba(239, 71, 58, .5)
}

.toggle-small .toggle-assertive input:checked+.track .handle {
  background-color: #ef473a
}

.toggle-small .toggle-green input:checked+.track {
  background-color: rgba(51, 205, 95, .5)
}

.toggle-small .toggle-green input:checked+.track .handle {
  background-color: #33cd5f
}

.toggle-small .toggle-energized input:checked+.track {
  background-color: rgba(255, 201, 0, .5)
}

.toggle-small .toggle-energized input:checked+.track .handle {
  background-color: #ffc900
}

.toggle-small .toggle-royal input:checked+.track {
  background-color: rgba(136, 106, 234, .5)
}

.toggle-small .toggle-royal input:checked+.track .handle {
  background-color: #886aea
}

.toggle-small .toggle-dark input:checked+.track {
  background-color: rgba(68, 68, 68, .5)
}

.toggle-small .toggle-dark input:checked+.track .handle {
  background-color: #444
}

.item-radio {
  padding: 0
}

.item-radio:hover {
  cursor: pointer
}

.item-radio .item-content {
  padding-right: 64px
}

.item-radio .radio-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  visibility: hidden;
  padding: 14px;
  height: 100%;
  font-size: 24px
}

.item-radio input {
  position: absolute;
  left: -9999px
}

.item-radio input:checked+.radio-content .item-content {
  background: #f7f7f7
}

.item-radio input:checked+.radio-content .radio-icon {
  visibility: visible
}

.range input {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 1px;
  width: auto;
  height: 43px;
  outline: 0;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ccc), color-stop(100%, #ccc));
  background: linear-gradient(to right, #ccc 0, #ccc 100%);
  background-position: center;
  background-size: 99% 2px;
  background-repeat: no-repeat;
  -webkit-appearance: none
}

.range input::-moz-focus-outer {
  border: 0
}

.range input::-webkit-slider-thumb {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2);
  cursor: pointer;
  -webkit-appearance: none;
  border: 0
}

.range input::-webkit-slider-thumb:before {
  position: absolute;
  top: 13px;
  left: -2001px;
  width: 2000px;
  height: 2px;
  background: #444;
  content: ' '
}

.range input::-webkit-slider-thumb:after {
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 30px;
  content: ' '
}

.range input::-ms-fill-lower {
  height: 2px;
  background: #444
}

.range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2px 11px
}

.range.range-light input::-webkit-slider-thumb:before {
  background: #ddd
}

.range.range-light input::-ms-fill-lower {
  background: #ddd
}

.range.range-stable input::-webkit-slider-thumb:before {
  background: #b2b2b2
}

.range.range-stable input::-ms-fill-lower {
  background: #b2b2b2
}

.range.range-positive input::-webkit-slider-thumb:before {
  background: #387ef5
}

.range.range-positive input::-ms-fill-lower {
  background: #387ef5
}

.range.range-calm input::-webkit-slider-thumb:before {
  background: #11c1f3
}

.range.range-calm input::-ms-fill-lower {
  background: #11c1f3
}

.range.range-green input::-webkit-slider-thumb:before {
  background: #33cd5f
}

.range.range-green input::-ms-fill-lower {
  background: #33cd5f
}

.range.range-assertive input::-webkit-slider-thumb:before {
  background: #ef473a
}

.range.range-assertive input::-ms-fill-lower {
  background: #ef473a
}

.range.range-energized input::-webkit-slider-thumb:before {
  background: #ffc900
}

.range.range-energized input::-ms-fill-lower {
  background: #ffc900
}

.range.range-royal input::-webkit-slider-thumb:before {
  background: #886aea
}

.range.range-royal input::-ms-fill-lower {
  background: #886aea
}

.range.range-dark input::-webkit-slider-thumb:before {
  background: #444
}

.range.range-dark input::-ms-fill-lower {
  background: #444
}

.range .i {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: block;
  min-width: 24px;
  text-align: center;
  font-size: 24px
}

.range input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-right: 10px;
  margin-left: 10px
}

.range-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  white-space: nowrap
}

.range-label:first-child {
  padding-left: 5px
}

.range input+.range-label {
  padding-right: 5px;
  padding-left: 0
}

.platform-windowsphone .range input {
  height: auto
}

.item-select {
  position: relative
}

.item-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 48px 0 16px;
  /* max-width: 65%; */
  border: none;
  /* background: #fff; */
  /* color: #333; */
  /* text-indent: .01px; */
  /* text-overflow: ''; */
  white-space: nowrap;
  /* font-size: 14px; */
  cursor: pointer;
  direction: rtl;
  z-index: -1;
  box-shadow: none;
  width: 100%;
  /*写给不支持calc()的浏览器*/
  /* width: calc(100% - (40px)) */
}

.item-select select::-ms-expand {
  display: none
}

.item-select option {
  direction: ltr
}

.item-select:after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #999;
  content: "";
  pointer-events: none
}

.item-select.item-light select {
  background: #fff;
  color: #444
}

.item-select.item-stable select {
  background: #f8f8f8;
  color: #444
}

.item-select.item-stable .input-label, .item-select.item-stable:after {
  color: #666
}

.item-select.item-positive select {
  background: #387ef5;
  color: #fff
}

.item-select.item-positive .input-label, .item-select.item-positive:after {
  color: #fff
}

.item-select.item-calm select {
  background: #11c1f3;
  color: #fff
}

.item-select.item-calm .input-label, .item-select.item-calm:after {
  color: #fff
}

.item-select.item-assertive select {
  background: #ef473a;
  color: #fff
}

.item-select.item-assertive .input-label, .item-select.item-assertive:after {
  color: #fff
}

.item-select.item-green select {
  background: #33cd5f;
  color: #fff
}

.item-select.item-green .input-label, .item-select.item-green:after {
  color: #fff
}

.item-select.item-energized select {
  background: #ffc900;
  color: #fff
}

.item-select.item-energized .input-label, .item-select.item-energized:after {
  color: #fff
}

.item-select.item-royal select {
  background: #886aea;
  color: #fff
}

.item-select.item-royal .input-label, .item-select.item-royal:after {
  color: #fff
}

.item-select.item-dark select {
  background: #444;
  color: #fff
}

.item-select.item-dark .input-label, .item-select.item-dark:after {
  color: #fff
}

select[multiple], select[size] {
  height: auto
}

progress {
  display: block;
  margin: 15px auto;
  width: 100%
}

.button:hover {
  color: #444;
  text-decoration: none
}

.button.activated, .button.active {
  border-color: #a2a2a2;
  background-color: #e5e5e5
}

.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: ' '
}

button .i {
  vertical-align: top;
  pointer-events: none
}

button .i:before, .button.i-left:before, .button.i-right:before, .button.i:before {
  display: inline-block;
  padding: 0 0 1px 0;
  vertical-align: inherit;
  font-size: 24px;
  line-height: 41px;
  pointer-events: none
}

.button.i-left:before {
  float: left;
  padding-right: .2em;
  padding-left: 0
}

.button.i-right:before {
  float: right;
  padding-right: 0;
  padding-left: .2em
}

.b-block, .b-full {
  margin-top: 10px;
  margin-bottom: 10px
}

.b-light {
  border-color: transparent;
  background-color: #fff;
  color: #444
}

.b-light:hover {
  color: #444;
  text-decoration: none
}

.b-light.activated, .b-light.active {
  border-color: #a2a2a2;
  background-color: #fafafa
}

.b-light.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #ddd
}

.b-light.button-icon {
  border-color: transparent;
  background: 0 0
}

.b-light.button-outline {
  border-color: #ddd;
  background: 0 0;
  color: #ddd
}

.b-light.button-outline.activated, .b-light.button-outline.active {
  background-color: #ddd;
  box-shadow: none;
  color: #fff
}

.b-stable {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444
}

.b-stable:hover {
  color: #444;
  text-decoration: none
}

.b-stable.activated, .b-stable.active {
  border-color: #a2a2a2;
  background-color: #e5e5e5
}

.b-stable.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #b2b2b2
}

.b-stable.button-icon {
  border-color: transparent;
  background: 0 0
}

.b-stable.button-outline {
  border-color: #b2b2b2;
  background: 0 0;
  color: #b2b2b2
}

.b-stable.button-outline.activated, .b-stable.button-outline.active {
  background-color: #b2b2b2;
  box-shadow: none;
  color: #fff
}

.b-positive {
  border-color: transparent;
  background-color: #387ef5;
  color: #fff
}

.b-positive:hover {
  color: #fff;
  text-decoration: none
}

.b-positive.activated, .b-positive.active {
  border-color: #a2a2a2;
  background-color: #0c60ee
}

.b-positive.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #387ef5
}

/* .b-positive.button-icon {
  border-color: transparent;
  background: 0 0
} */
.BlueB {
  border-color: #387ef5;
  background: 0 0;
  color: #387ef5
}

.BlueB:hover, .BlueB.activated, .BlueB.active {
  background-color: #387ef5;
  box-shadow: none;
  color: #fff
}

.b-calm {
  border-color: transparent;
  background-color: #11c1f3;
  color: #fff
}

.b-calm:hover {
  color: #fff;
  text-decoration: none
}

.b-calm.activated, .b-calm.active {
  border-color: #a2a2a2;
  background-color: #0a9dc7
}

.b-calm.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #11c1f3
}

.CalmB {
  border-color: #11c1f3;
  background: 0 0;
  color: #11c1f3
}

.CalmB:hover, .CalmB.activated, .CalmB.active {
  background-color: #11c1f3;
  box-shadow: none;
  color: #fff
}


.b-energized {
  border-color: transparent;
  background-color: #ffc900;
  color: #fff
}

.b-energized:hover {
  color: #fff;
  text-decoration: none
}

.b-energized.activated, .b-energized.active {
  border-color: #a2a2a2;
  background-color: #e6b500
}

.b-energized.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #ffc900
}

.b-energized.button-icon {
  border-color: transparent;
  background: 0 0
}

.b-energized.button-outline {
  border-color: #ffc900;
  background: 0 0;
  color: #ffc900
}

.b-energized.button-outline.activated, .b-energized.button-outline.active {
  background-color: #ffc900;
  box-shadow: none;
  color: #fff
}

.b-royal {
  border-color: transparent;
  background-color: #886aea;
  color: #fff
}

.b-royal:hover {
  color: #fff;
  text-decoration: none
}

.b-royal.activated, .b-royal.active {
  border-color: #a2a2a2;
  background-color: #6b46e5
}

.b-royal.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #886aea
}

.b-royal.button-icon {
  border-color: transparent;
  background: 0 0
}

.b-royal.button-outline {
  border-color: #886aea;
  background: 0 0;
  color: #886aea
}

.b-royal.button-outline.activated, .b-royal.button-outline.active {
  background-color: #886aea;
  box-shadow: none;
  color: #fff
}

.b-dark {
  border-color: transparent;
  background-color: #444;
  color: #fff
}

.b-dark:hover {
  color: #fff;
  text-decoration: none
}

.b-dark.activated, .b-dark.active {
  border-color: #a2a2a2;
  background-color: #262626
}

.b-dark.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: #444
}

.b-dark.button-icon {
  border-color: transparent;
  background: 0 0
}

.DarkB {
  border-color: #444;
  background: 0 0;
  color: #444
}

.DarkB:hover, .DarkB.activated, .DarkB.active {
  background-color: #444;
  box-shadow: none;
  color: #fff
}

.button-small {
  padding: 2px 4px 1px;
  min-width: 28px;
  min-height: 30px;
  font-size: 12px;
  line-height: 26px
}

.button-small .i:before, .button-small.i-left:before, .button-small.i-right:before, .button-small.i:before {
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px
}

.button-large {
  padding: 0 16px;
  min-width: 68px;
  min-height: 59px;
  font-size: 20px;
  line-height: 53px
}

.button-large .i:before, .button-large.i-left:before, .button-large.i-right:before, .button-large.i:before {
  padding-bottom: 2px;
  font-size: 32px;
  line-height: 51px
}

.button-icon {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  padding: 0 6px;
  min-width: initial;
  border-color: transparent;
  background: 0 0
}

.button-icon.button.activated, .button-icon.button.active {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  opacity: .3
}

.button-icon .i:before, .button-icon.i:before {
  font-size: 32px
}

.button-clear {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  padding: 0 6px;
  max-height: 42px;
  border-color: transparent;
  background: 0 0;
  box-shadow: none
}

.button-clear.button-clear {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  color: transparent
}

.button-clear.button-icon {
  border-color: transparent;
  background: 0 0
}

.button-clear.activated, .button-clear.active {
  opacity: .3
}

.button-outline {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  background: 0 0;
  box-shadow: none
}

/* .button-outline.button-outline {
  border-color: transparent;
  background: 0 0;
  color: transparent
}

.button-outline.button-outline.activated, .button-outline.button-outline.active {
  background-color: transparent;
  box-shadow: none;
  color: #fff
} */
.padding>.b-block:first-child {
  margin-top: 0
}

.button-block {
  display: block;
  clear: both
}

.button-block:after {
  clear: both
}

.button-full, .button-full>button {
  display: block;
  margin-right: 0;
  margin-left: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0
}

.button-full>button.button, b-block, b-full, input.b-block {
  width: 100%
}

abutton {
  text-decoration: none
}

abutton .i:before, a.button.i-left:before, a.button.i-right:before, a.button.i:before {
  margin-top: 2px
}

.button.disabled, .button[disabled] {
  opacity: .4;
  cursor: default !important;
  pointer-events: none
}

.button-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.button-bar.button-bar-inline {
  display: block;
  width: auto
}

.button-bar.button-bar-inline:after, .button-bar.button-bar-inline:before {
  display: table;
  content: "";
  line-height: 0
}

.button-bar.button-bar-inline:after {
  clear: both
}

.button-bar.button-bar-inline>button {
  width: auto;
  display: inline-block;
  float: left
}

.button-bar.bar-light>button {
  border-color: #ddd
}

.button-bar.bar-stable>button {
  border-color: #b2b2b2
}

.button-bar.bar-positive>button {
  border-color: #0c60ee
}

.button-bar.bar-calm>button {
  border-color: #0a9dc7
}

.button-bar.bar-assertive>button {
  border-color: #e42112
}

.button-bar.bar-green>button {
  border-color: #28a54c
}

.button-bar.bar-energized>button {
  border-color: #e6b500
}

.button-bar.bar-royal>button {
  border-color: #6b46e5
}

.button-bar.bar-dark>button {
  border-color: #111
}

.button-bar>button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  padding: 0 16px;
  width: 0;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap
}

.button-bar>button .i:before, .button-bar>.button:before {
  line-height: 44px
}

.button-bar>.button:first-child {
  border-radius: 6px 0 0 4px
}

.button-bar>.button:last-child {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0
}

.button-bar>.button:only-child {
  border-radius: 6px
}

.button-bar>.button-small .i:before, .button-bar>.button-small:before {
  line-height: 28px
}

.Flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}

.row-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row-no-padding, .row-no-padding>.col {
  padding: 0
}

.row+.row {
  margin-top: -5px;
  padding-top: 0
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 5px;
  width: 100%
}

.row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start
}

.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end
}

.row-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.row-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch
}

.row-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline
}
/*******/
.col-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.col-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.col-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.col-offset-10 {
  margin-left: 10%
}

.col-offset-20 {
  margin-left: 20%
}

.col-offset-25 {
  margin-left: 25%
}

.col-offset-33, .col-offset-34 {
  margin-left: 33.3333%
}

.col-offset-50 {
  margin-left: 50%
}

.col-offset-66, .col-offset-67 {
  margin-left: 66.6666%
}

.col-offset-75 {
  margin-left: 75%
}

.col-offset-80 {
  margin-left: 80%
}

.col-offset-90 {
  margin-left: 90%
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%
}

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-33, .col-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%
}

.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%
}

.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%
}

.col-66, .col-67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%
}

.col-75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%
}

.col-90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%
}
.L>div p {
    top: 125px;
  font-size: 18px;
}
.W30,.W90,.W100 {
  text-align: center;
  align-items: center;

}
.W30 {
  width: 30%;
}
.W90 {
  width: 90% !IMPORTANT;
    margin: 2% 5%;
}
.W100 {
  width: 100% !IMPORTANT;
      border-radius: 0;
}
/***************/

@media (max-width:567px) {
  .responsive-sm {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .responsive-sm .col, .responsive-sm .col-10, .responsive-sm .col-20, .responsive-sm .col-25, .responsive-sm .col-33, .responsive-sm .col-34, .responsive-sm .col-50, .responsive-sm .col-66, .responsive-sm .col-67, .responsive-sm .col-75, .responsive-sm .col-80, .responsive-sm .col-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 100%;
    width: 100%
  }
}

@media (max-width:767px) {
  .responsive-md {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .responsive-md .col, .responsive-md .col-10, .responsive-md .col-20, .responsive-md .col-25, .responsive-md .col-33, .responsive-md .col-34, .responsive-md .col-50, .responsive-md .col-66, .responsive-md .col-67, .responsive-md .col-75, .responsive-md .col-80, .responsive-md .col-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 100%;
    width: 100%
  }
}

@media (max-width:1023px) {
  .responsive-lg {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .responsive-lg .col, .responsive-lg .col-10, .responsive-lg .col-20, .responsive-lg .col-25, .responsive-lg .col-33, .responsive-lg .col-34, .responsive-lg .col-50, .responsive-lg .col-66, .responsive-lg .col-67, .responsive-lg .col-75, .responsive-lg .col-80, .responsive-lg .col-90 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 100%;
    width: 100%
  }
}

.hide {
  display: none
}

.opacity-hide {
  opacity: 0
}

.grade-b .opacity-hide, .grade-c .opacity-hide {
  opacity: 1;
  display: none
}

.show {
  display: block
}

.opacity-show {
  opacity: 1
}

.invisible {
  visibility: hidden
}

.keyboard-open .hide-on-keyboard-open {
  display: none
}

.keyboard-open .bar-footer.hide-on-keyboard-open+.pane .has-footer, .keyboard-open .tabs.hide-on-keyboard-open+.pane .has-tabs {
  bottom: 0
}

.inline {
  display: inline-block
}

.disable-pointer-events {
  pointer-events: none
}

.enable-pointer-events {
  pointer-events: auto
}

.disable-user-behavior {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
  -ms-touch-action: none;
  -ms-content-zooming: none
}

.click-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 99999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden
}

.click-block-hide {
  -webkit-transform: translate3d(-9999px, 0, 0);
  transform: translate3d(-9999px, 0, 0)
}

.no-resize {
  resize: none
}

.block {
  display: block;
  clear: both
}

.block:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."
}

.full-image {
  width: 100%
}

.clearfix:after, .clearfix:before {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

.padding {
  padding: 2px
}

.padding-top, .padding-vertical {
  padding-top: 10px
}

.padding-horizontal, .padding-right {
  padding-right: 10px
}

.padding-bottom, .padding-vertical {
  padding-bottom: 10px
}

.padding-horizontal, .padding-left {
  padding-left: 10px
}

.iframe-wrapper {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  overflow: scroll
}

.iframe-wrapper iframe {
  height: 100%;
  width: 100%
}

.rounded {
  border-radius: 6px
}

.light, a.light {
  color: #fff
}

.light-bg {
  background-color: #fff
}

.light-border {
  border-color: #ddd
}

.stable, a.stable {
  color: #f8f8f8
}

.stable-bg {
  background-color: #f8f8f8
}

.stable-border {
  border-color: #b2b2b2
}

.positive, a.positive {
  color: #387ef5
}

.positive-bg {
  background-color: #387ef5
}

.positive-border {
  border-color: #0c60ee
}

.calm, a.calm {
  color: #11c1f3
}

.calm-bg {
  background-color: #11c1f3
}

.calm-border {
  border-color: #0a9dc7
}

.assertive, a.assertive {
  color: #ef473a
}

.assertive-bg {
  background-color: #ef473a
}

.assertive-border {
  border-color: #e42112
}

.green, a.green {
  color: #33cd5f
}

.energized, a.energized {
  color: #ffc900
}

.energized-bg {
  background-color: #ffc900
}

.energized-border {
  border-color: #e6b500
}

.royal, a.royal {
  color: #886aea
}

.royal-bg {
  background-color: #886aea
}

.royal-border {
  border-color: #6b46e5
}

.dark, a.dark {
  color: #444
}

.dark-bg {
  background-color: #444
}

.dark-border {
  border-color: #111
}

[collection-repeat] {
  left: 0 !important;
  top: 0 !important;
  position: absolute !important;
  z-index: 1
}

.collection-repeat-container {
  position: relative;
  z-index: 1
}

.collection-repeat-after-container {
  z-index: 0;
  display: block
}

.collection-repeat-after-container.horizontal {
  display: inline-block
}

.ng-cloak, .ng-hide:not(.ng-hide-animate), .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
  display: none !important
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
  height: 64px
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
  margin-top: 19px !important
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader)>* {
  margin-top: 20px
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-subheader, .platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .tabs-top>.tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top {
  top: 64px
}

.platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
  top: 108px
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-tabs-top {
  top: 113px
}

.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
  top: 157px
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) {
  height: 44px
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
  margin-top: -1px
}

.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader)>* {
  margin-top: 0
}

.platform-ios.platform-cordova .popover .bar-subheader, .platform-ios.platform-cordova .popover .has-header {
  top: 44px
}

.platform-ios.platform-cordova .popover .has-subheader {
  top: 88px
}

.platform-ios.platform-cordova.status-bar-hide {
  margin-bottom: 20px
}

@media (orientation:landscape) {
  .platform-ios.platform-browser.platform-ipad {
    position: fixed
  }
}

.platform-c:not(.enable-transitions) * {
  -webkit-transition: none !important;
  transition: none !important
}

.slide-in-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}

.slide-in-up.ng-enter, .slide-in-up>.ng-enter {
  -webkit-transition: all cubic-bezier(.1, .7, .1, 1) 400ms;
  transition: all cubic-bezier(.1, .7, .1, 1) 400ms
}

.slide-in-up.ng-enter-active, .slide-in-up>.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slide-in-up.ng-leave, .slide-in-up>.ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms
}

@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
    opacity: 1
  }

  to {
    -webkit-transform: scale(.8);
    opacity: 0
  }
}

@keyframes scaleOut {
  from {
    transform: scale(1);
    opacity: 1
  }

  to {
    transform: scale(.8);
    opacity: 0
  }
}

@-webkit-keyframes superScaleIn {
  from {
    -webkit-transform: scale(1.2);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@keyframes superScaleIn {
  from {
    transform: scale(1.2);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

[nav-view-transition=ios] [nav-view=entering], [nav-view-transition=ios] [nav-view=leaving] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(.36, .66, .04, 1);
  transition-timing-function: cubic-bezier(.36, .66, .04, 1);
  -webkit-transition-property: opacity, -webkit-transform, box-shadow;
  transition-property: opacity, transform, box-shadow
}

[nav-view-transition=ios][nav-view-direction=forward], [nav-view-transition=ios][nav-view-direction=back] {
  background-color: #000
}

[nav-view-transition=ios] [nav-view=active], [nav-view-transition=ios][nav-view-direction=forward] [nav-view=entering], [nav-view-transition=ios][nav-view-direction=back] [nav-view=leaving] {
  z-index: 3
}

[nav-view-transition=ios][nav-view-direction=forward] [nav-view=leaving], [nav-view-transition=ios][nav-view-direction=back] [nav-view=entering] {
  z-index: 2
}

[nav-bar-transition=ios] .back-text, [nav-bar-transition=ios] .buttons, [nav-bar-transition=ios] .title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(.36, .66, .04, 1);
  transition-timing-function: cubic-bezier(.36, .66, .04, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform
}

[nav-bar-transition=ios] [nav-bar=entering], [nav-bar-transition=ios] [nav-bar=active] {
  z-index: 10
}

[nav-bar-transition=ios] [nav-bar=entering] .bar, [nav-bar-transition=ios] [nav-bar=active] .bar {
  background: 0 0
}

[nav-bar-transition=ios] [nav-bar=cached] {
  display: block
}

[nav-bar-transition=ios] [nav-bar=cached] .header-item {
  display: none
}

[nav-view-transition=android] [nav-view=entering], [nav-view-transition=android] [nav-view=leaving] {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(.4, .6, .2, 1);
  transition-timing-function: cubic-bezier(.4, .6, .2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform
}

[nav-view-transition=android] [nav-view=active], [nav-view-transition=android][nav-view-direction=forward] [nav-view=entering], [nav-view-transition=android][nav-view-direction=back] [nav-view=leaving] {
  z-index: 3
}

[nav-view-transition=android][nav-view-direction=forward] [nav-view=leaving], [nav-view-transition=android][nav-view-direction=back] [nav-view=entering] {
  z-index: 2
}

[nav-bar-transition=android] .buttons, [nav-bar-transition=android] .title {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(.4, .6, .2, 1);
  transition-timing-function: cubic-bezier(.4, .6, .2, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity
}

[nav-bar-transition=android] [nav-bar=entering], [nav-bar-transition=android] [nav-bar=active] {
  z-index: 10
}

[nav-bar-transition=android] [nav-bar=entering] .bar, [nav-bar-transition=android] [nav-bar=active] .bar {
  background: 0 0
}

[nav-bar-transition=android] [nav-bar=cached] {
  display: block
}

[nav-bar-transition=android] [nav-bar=cached] .header-item {
  display: none
}

[nav-swipe=fast] .back-text, [nav-swipe=fast] .buttons, [nav-swipe=fast] .title, [nav-swipe=fast] [nav-view] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

[nav-swipe=slow] .back-text, [nav-swipe=slow] .buttons, [nav-swipe=slow] .title, [nav-swipe=slow] [nav-view] {
  -webkit-transition-duration: 160ms;
  transition-duration: 160ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

[nav-bar=cached], [nav-view=cached] {
  display: none
}

[nav-view=stage] {
  opacity: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0
}

[nav-bar=stage] .back-text, [nav-bar=stage] .buttons, [nav-bar=stage] .title {
  position: absolute;
  opacity: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}
