
.rum-ui-modal-root {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.rum-ui-modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rum-ui-modal-mask.cover {
  background: transparent;
}
.rum-ui-modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rum-ui-modal-wrap .rum-ui-modal {
  background: #fff;
  border-radius: 4px;
  position: relative;
  top: -1%;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rum-ui-modal-wrap .rum-ui-modal > .title {
  border-right: 1px solid #e9eaec;
  padding: 13px 10px;
  font-weight: 400;
  font-size: 18px;
  background: #e9eaec;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rum-ui-modal-wrap .rum-ui-modal > .title .icon {
  margin-bottom: 6px;
  position: relative;
  left: 1px;
  cursor: pointer;
  color: #777;
}
.rum-ui-modal-wrap .rum-ui-modal > .title .icon:hover {
  color: #222;
}
.rum-ui-modal-wrap .rum-ui-modal > .conf-title {
  padding: 13px 0 13px 20px;
  font-size: 20px;
}
.rum-ui-modal-wrap .rum-ui-modal > .cofbutton {
  text-align: end;
  padding: 0 16px 15px 0;
}
.rum-ui-modal-wrap .rum-ui-modal > .content {
  padding: 13px 12px;
}
.rum-ui-modal-wrap .rum-ui-modal > .buttom {
  padding: 13px 10px;
  border-left: 1px solid #e9eaec;
  text-align: end;
}
.rum-ui-modal-wrap .rum-ui-modal.confirm > .content {
  padding: 30px 12px 15px 12px;
}
.rum-ui-modal-wrap .rum-ui-modal.cover {
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0;
}
.rum-ui-modal-wrap .rum-ui-modal.cover > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fades-enter-active,
.fades-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fades-enter,
.fades-leave-to {
  opacity: 0;
}
.slows-enter-active,
.slows-leave-active {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.slows-enter,
.slows-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-model-root {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.rum-ui-model-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rum-ui-model-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rum-ui-model-wrap .rum-ui-model {
  background: #fff;
  border-radius: 4px;
  position: relative;
  top: -1%;
  min-height: 400px;
}
.rum-ui-model-wrap .rum-ui-model > .title {
  border-right: 1px solid #e9eaec;
  padding: 13px 10px;
  font-weight: 400;
  font-size: 18px;
  background: #e9eaec;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rum-ui-model-wrap .rum-ui-model > .title .icon {
  margin-bottom: 6px;
  position: relative;
  left: 1px;
  cursor: pointer;
  color: #777;
}
.rum-ui-model-wrap .rum-ui-model > .title .icon:hover {
  color: #222;
}
.rum-ui-model-wrap .rum-ui-model > .conf-title {
  padding: 13px 0 13px 20px;
  font-size: 20px;
}
.rum-ui-model-wrap .rum-ui-model > .cofbutton {
  text-align: end;
  padding: 0 16px 15px 0;
}
.rum-ui-model-wrap .rum-ui-model > .content {
  padding: 13px 12px;
}
.rum-ui-model-wrap .rum-ui-model > .buttom {
  padding: 13px 10px;
  border-left: 1px solid #e9eaec;
  text-align: end;
}
.rum-ui-model-wrap .rum-ui-model.confirm > .content {
  padding: 30px 12px 15px 12px;
}
.fades-enter-active,
.fades-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fades-enter,
.fades-leave-to {
  opacity: 0;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-poptip {
  position: relative;
  cursor: pointer;
  font-family: 'OrhonChaganTig';
  display: inline-block;
}
.rum-ui-poptip .refer {
  outline: none;
}
.rum-ui-poptip .others {
  position: absolute;
  height: 150px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  z-index: 20;
  border-radius: 1px;
  width: 200px;
  text-align: center;
  font-size: 18px;
  padding: 0 5px;
}
.rum-ui-poptip .others .item {
  height: 100%;
  padding: 0 3px;
}
.rum-ui-poptip .others .item:hover {
  background: #f5f5f5;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-button {
  display: inline-block;
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 7px 3px;
  font-size: 18px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  margin-right: 4px;
}
.rum-ui-button:hover {
  opacity: 0.85;
}
.rum-ui-button.small {
  padding: 5px 2px;
  font-size: 16px;
}
.rum-ui-button.def-type {
  color: #000;
  border: 1px solid #e9eaec;
  background: #f8f8f9;
}
.rum-ui-button.def-type:hover {
  background: #fff;
}
.rum-ui-button.warning {
  color: #fff;
  border: 1px solid #ff9900;
  background: #ff9900;
}
.rum-ui-button.error {
  color: #fff;
  border: 1px solid #ed3f14;
  background: #ed3f14;
}
.rum-ui-button.success {
  color: #fff;
  border: 1px solid #19be6b;
  background: #19be6b;
}
.rum-ui-button.primary {
  color: #fff;
  border: 1px solid #2d8cf0;
  background: #2d8cf0;
}
.rum-ui-button.disabled {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  cursor: not-allowed;
}
.rum-ui-button .icon {
  position: relative;
  left: 1px;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-select-wrap {
  position: relative;
  cursor: pointer;
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 10px 10px 1px;
}
.rum-ui-select-wrap .title {
  padding: 0 3px 0 0;
}
.rum-ui-select-wrap .refer {
  outline: none;
  font-size: 18px;
  height: 100%;
  min-height: 150px;
  padding: 6px 0 22px 0;
  width: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddee1;
  text-indent: 2px;
  display: inline-block;
  font-family: 'OrhonChaganTig';
  cursor: pointer;
  position: relative;
  border-radius: 2px;
}
.rum-ui-select-wrap .refer.disabled {
  background: #f0f0f0;
  cursor: not-allowed;
}
.rum-ui-select-wrap .refer:empty::before {
  color: #aaa;
  content: attr(placeholder);
}
.rum-ui-select-wrap .refer:focus {
  border-color: #2d8cf0;
}
.rum-ui-select-wrap .refer.validate_err {
  border-color: #ed3f14;
}
.rum-ui-select-wrap .refer .icon {
  position: absolute;
  bottom: 4px;
  left: 0;
}
.rum-ui-select-wrap .others {
  position: absolute;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  z-index: 20;
  border-radius: 1px;
  text-align: center;
  font-size: 18px;
  padding: 0 6px;
  max-width: 400px;
  overflow-x: auto;
  overflow-y: hidden;
}
.rum-ui-select-wrap .others .item {
  height: 100%;
  padding: 10px 6px;
  text-align: start;
  position: relative;
}
.rum-ui-select-wrap .others .item:hover {
  background: #f5f5f5;
}
.rum-ui-select-wrap .others .item.act {
  color: #2d8cf0;
}
.rum-ui-select-wrap .others .item .icon {
  position: absolute;
  bottom: 10px;
  left: 31%;
}
.rum-ui-select-wrap .others .item.disabled {
  cursor: not-allowed;
  color: #ccc;
}

.rum-select-option {
    display: none;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  cursor: pointer;
  margin-right: 4px;
}
.rum-ui-radio {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #4693fe;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.rum-ui-radio.disabled {
  border-color: #ccc;
}
.rum-ui-radio.disabled::after {
  background-color: #ccc;
}
.rum-ui-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  background-color: #4693fe;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.rum-ui-radio.checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rum-ui-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.rum-radio-text {
  font-size: 16px;
  padding: 4px 0 6px 0;
  font-family: 'OrhonChaganTig';
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-table-wrap {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  font-family: 'OrhonChaganTig';
}
.rum-ui-table-wrap .rum-table-handel {
  padding: 0 8px;
  position: relative;
}
.rum-ui-table-wrap .rum-table-handel .reload {
  position: absolute;
  left: 25%;
  bottom: 6px;
  cursor: pointer;
}
.rum-ui-table-wrap .rum-table {
  border: 1px solid #dddee1;
}
.rum-ui-table-wrap .rum-table .head {
  padding: 11px 7px;
  background: #ecf3fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rum-ui-table-wrap .rum-table .head .col {
  padding: 6px 0;
  display: inline-block;
  text-align: flex-start;
}
.rum-ui-table-wrap .rum-table .head .ivu-checkbox-wrapper {
  margin: 0;
}
.rum-ui-table-wrap .rum-table .body {
  padding: 11px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #e9eaec;
}
.rum-ui-table-wrap .rum-table .body .col {
  padding: 6px 0;
  display: inline-block;
  text-align: flex-start;
}
.rum-ui-table-wrap .rum-table .body .ivu-checkbox-wrapper {
  margin: 0;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-input-wrap {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
  position: relative;
  margin: 0 4px 10px 1px;
}
.rum-ui-input-wrap .title {
  padding: 0 3px 0 0;
}
.rum-ui-input-wrap .rum-ui-input {
  font-family: 'OrhonChaganTig';
  display: table-cell;
  font-size: 18px;
  padding: 5px 3px;
  border: 1px solid #dddee1;
  outline: none;
  height: 100%;
  min-height: 150px;
  text-indent: 2px;
  min-width: 34px;
  border-radius: 2px;
}
.rum-ui-input-wrap .rum-ui-input[type='text'] {
  width: 34px;
}
.rum-ui-input-wrap .rum-ui-input.textarea {
  min-height: 70px;
}
.rum-ui-input-wrap .rum-ui-input.validate_err {
  border-color: #ed3f14;
}
.rum-ui-input-wrap .rum-ui-input:focus {
  border-color: #2d8cf0;
}
.rum-ui-input-wrap .rum-ui-input.search {
  padding: 5px 3px 25px 3px;
}
.rum-ui-input-wrap .rum-ui-input.disabled {
  background: #f0f0f0;
  cursor: not-allowed;
}
.rum-ui-input-wrap .rum-ui-input.readonly {
  cursor: not-allowed;
}
.rum-ui-input-wrap .rum-input-search {
  position: absolute;
  width: 34px;
  height: 25px;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #ccc;
}

.rum-ui-message {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 10px 7px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px #ddd;
          box-shadow: 0 2px 8px #ddd;
  margin-left: 10px;
  color: #888;
  border-radius: 2px;
  position: relative;
}
.rum-ui-message .rum-message-text {
  -webkit-text-orientation: sideways-right;
  font-size: 18px;
  padding-top: 3px;
}
.enters-enter-active,
.enters-leave-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.enters-enter,
.enters-leave-to {
  opacity: 0;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-tabs {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 0 7px;
  position: relative;
  height: 100%;
}
.rum-ui-tabs:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 41px;
  width: 1px;
  background: #e9eaec;
  z-index: -1;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-tabs-tabitem {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: inline-block;
  min-height: 60px;
}
.rum-tabs-tabitem .title {
  display: inline-block;
  height: 100%;
  width: 35px;
  line-height: 35px;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.rum-tabs-tabitem.active .title {
  color: #2d8cf0;
}
.rum-tabs-tabitem.active .title:after {
  position: absolute;
  content: '';
  background: #2d8cf0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
}
.rum-tabs-tabitem .bodys {
  position: absolute;
  top: 0;
  left: 41px;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0 2px 12px;
}
.rum-tabs-tabitem .bodys.cover {
  right: 0;
}

.rum-ui-trees {
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rum-ui-trees.sub {
  padding-top: 10px;
}

@-webkit-keyframes rote {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.rum-trees-item {
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 24px;
}
.rum-trees-item.auto {
  width: auto;
}
.rum-trees-item.sub {
  padding: 10px 0;
}
.rum-trees-item .rows {
  padding: 2px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rum-trees-icons {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rum-trees-icons.open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.rum-trees-icons i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 49% 50%;
          transform-origin: 49% 50%;
}
.rum-trees-icons.loding i {
  -webkit-animation: rote 0.2s ease infinite;
          animation: rote 0.2s ease infinite;
}
.rum-trees-title {
  cursor: pointer;
  padding: 5px 1px;
  border-radius: 2px;
}
.rum-trees-title.active {
  background: #e6f7ff;
}

.rum-ui-time {
    display: inline-block;
    overflow: hidden;
}

.datepicker-overlay[data-v-06bb193e] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: fadein-data-v-06bb193e 0.5s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein-data-v-06bb193e 0.5s;
}
@keyframes fadein-data-v-06bb193e {
from {
        opacity: 0;
}
to {
        opacity: 1;
}
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein-data-v-06bb193e {
from {
        opacity: 0;
}
to {
        opacity: 1;
}
}
/* Internet Explorer */
/* Opera < 12.1 */
.cov-date-body[data-v-06bb193e] {
    display: inline-block;
    background: #3f51b5;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    position: fixed;
    display: block;
    width: 400px;
    max-width: 100%;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.cov-picker-box[data-v-06bb193e] {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 25px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    width: 400px;
    max-width: 100%;
    height: 280px;
    text-align: start !important;
}
.cov-picker-box td[data-v-06bb193e] {
    height: 34px;
    width: 34px;
    padding: 0;
    line-height: 34px;
    color: #000;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.cov-picker-box td[data-v-06bb193e]:hover {
    background: #e6e6e6;
}
table[data-v-06bb193e] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.day[data-v-06bb193e] {
    width: 14.2857143%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    height: 34px;
    padding: 0;
    line-height: 34px;
    color: #000;
    background: #fff;
    vertical-align: middle;
}
.week ul[data-v-06bb193e] {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}
.week ul li[data-v-06bb193e] {
    width: 14.2%;
    display: inline-block;
    text-align: center;
    background: transparent;
    color: #000;
    font-weight: bold;
}
.passive-day[data-v-06bb193e] {
    color: #bbb;
}
.checked[data-v-06bb193e] {
    background: #f50057;
    color: #fff !important;
    border-radius: 3px;
}
.unavailable[data-v-06bb193e] {
    color: #ccc;
    cursor: not-allowed;
}
.cov-date-monthly[data-v-06bb193e] {
    height: 150px;
}
.cov-date-monthly > div[data-v-06bb193e] {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #fff;
    height: 150px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.cov-date-previous[data-v-06bb193e],
.cov-date-next[data-v-06bb193e] {
    position: relative;
    width: 20% !important;
    text-indent: -300px;
    overflow: hidden;
    color: #fff;
}
.cov-date-caption[data-v-06bb193e] {
    width: 60%;
    padding: 50px 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 24px;
}
.cov-date-caption span[data-v-06bb193e]:hover {
    color: rgba(255, 255, 255, 0.7);
}
.cov-date-previous[data-v-06bb193e]:hover,
.cov-date-next[data-v-06bb193e]:hover {
    background: rgba(255, 255, 255, 0.1);
}
.day[data-v-06bb193e]:hover {
    background: #eaeaea;
}
.unavailable[data-v-06bb193e]:hover {
    background: none;
}
.checked[data-v-06bb193e]:hover {
    background: #ff4f8e;
}
.cov-date-next[data-v-06bb193e]::before,
.cov-date-previous[data-v-06bb193e]::before {
    width: 20px;
    height: 2px;
    text-align: center;
    position: absolute;
    background: #fff;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    left: 50%;
    line-height: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cov-date-next[data-v-06bb193e]::after,
.cov-date-previous[data-v-06bb193e]::after {
    width: 20px;
    height: 2px;
    text-align: center;
    position: absolute;
    background: #fff;
    margin-top: 6px;
    margin-left: -7px;
    top: 50%;
    left: 50%;
    line-height: 0;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cov-date-previous[data-v-06bb193e]::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cov-date-previous[data-v-06bb193e]::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.date-item[data-v-06bb193e] {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    cursor: pointer;
}
.date-item[data-v-06bb193e]:hover {
    background: #e0e0e0;
}
.date-list[data-v-06bb193e] {
    overflow: auto;
    vertical-align: top;
    padding: 0;
}
.cov-vue-date[data-v-06bb193e] {
    display: inline-block;
    color: #5d5d5d;
    -webkit-writing-mode:horizontal-tb;
        -ms-writing-mode:lr-tb;
            writing-mode:horizontal-tb;
}
.button-box[data-v-06bb193e] {
    background: #fff;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
}
.button-box span[data-v-06bb193e] {
    cursor: pointer;
    padding: 10px 20px;
}
.watch-box[data-v-06bb193e] {
    height: 100%;
    overflow: hidden;
}
.hour-box[data-v-06bb193e],
.min-box[data-v-06bb193e] {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 100%;
    overflow: auto;
    float: left;
}
.hour-box ul[data-v-06bb193e],
.min-box ul[data-v-06bb193e] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hour-item[data-v-06bb193e],
.min-item[data-v-06bb193e] {
    padding: 10px;
    font-size: 36px;
    cursor: pointer;
}
.hour-item[data-v-06bb193e]:hover,
.min-item[data-v-06bb193e]:hover {
    background: #e3e3e3;
}
.hour-box .active[data-v-06bb193e],
.min-box .active[data-v-06bb193e] {
    background: #f50057;
    color: #fff !important;
}
.cov-datepicker[data-v-06bb193e] {
    -webkit-transform: translateX(34px) rotate(90deg);
            transform: translateX(34px) rotate(90deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
}
[data-v-06bb193e]::-webkit-scrollbar {
    width: 2px;
}
[data-v-06bb193e]::-webkit-scrollbar-track {
    background: #e3e3e3;
}
[data-v-06bb193e]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
}

.rum-ui-upload .upicon {
  position: relative;
  left: 1px;
  font-size: 17px;
}
.rum-ui-upload .rum-upload-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.rum-ui-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'OrhonChaganTig';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 3px;
  margin-right: 4px;
}
.rum-ui-checkbox.disabled {
  cursor: not-allowed;
}
.rum-ui-checkbox.disabled .box {
  background: #ddd;
}
.rum-ui-checkbox .box {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
}
.rum-ui-checkbox .box.check {
  background: #2d8cf0;
  border-color: #2d8cf0;
}

@font-face {
  font-family: 'OrhonChaganTig';
  src: url(fonts/OrhonChaganTig.eot);
  src: url(fonts/OrhonChaganTig.eot?#iefix) format('embedded-opentype'), url(fonts/OrhonChaganTig.ttf) format('truetype');
}
.rum-ui-step-wrap {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
.rum-ui-step-wrap .rum-ui-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rum-ui-step-wrap .rum-ui-step .step_ctrl {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #2d8cf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d8cf0;
  font-size: 16px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
}
.rum-ui-step-wrap .rum-ui-step .step_ctrl .desc {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: 'OrhonChaganTig';
  position: absolute;
  top: 0;
  left: 26px;
  height: 80px;
  padding: 2px 10px;
}
.rum-ui-step-wrap .rum-ui-step .step_line {
  width: 26px;
  height: 80px;
  position: relative;
}
.rum-ui-step-wrap .rum-ui-step .step_line::after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 12px;
  width: 1px;
  background: #2d8cf0;
}
.rum-ui-step-wrap .rum-ui-step.active .step_ctrl {
  background: #2d8cf0;
  color: #fff;
}
.rum-ui-step-wrap .rum-ui-step.active .step_ctrl .desc {
  color: #2d8cf0;
}
.rum-ui-step-wrap .rum-ui-step.will .step_ctrl {
  color: #ddd;
  border-color: #ddd;
}
.rum-ui-step-wrap .rum-ui-step.will .step_line::after {
  background: #ddd;
}

.rum-ui-validator {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
}
