.feedback-modal textarea {
  outline: 0;
  resize: none;
}

.feedback-modal .label-ename {
  margin-left: 38px;
}

.feedback-modal .label-email {
  margin-left: 11px;
}

.feedback-modal .label-contact {
  margin-left: 21px;
}

.feedback-modal .new-modal-dialog {
  width: 530px;
}

.feedback-modal .new-modal-dialog .modal-new-header {
  border-bottom: 1px solid #eaedf4;
  padding: 19px 30px;
}

.feedback-modal .new-modal-dialog .modal-new-header::before {
  height: 25px;
  top: 20px;
}

.feedback-modal .p-l-70 {
  padding-left: 70px;
}

.feedback-modal .form-group input {
  width: 390px;
}

.feedback-modal .jungle-green-tags {
  margin-right: 15px;
  border-radius: 4px;
  background: #f6f7f8;
  color: #666666;
  border: 1px solid #f6f7f8;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.feedback-modal .jungle-green-tags.selected {
  color: #1478f0;
  border: 1px solid #1478f0;
  background: url(//bgcdn.qixin.com/pcweb/static/font/corner-check-s1-60f20939.svg) right bottom no-repeat;
}

.feedback-modal .img-container {
  vertical-align: top;
}

.feedback-modal .img-container .img-fix {
  height: 100px;
  display: inline-block;
}

.feedback-modal .img-container .delete-img {
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  right: 0;
  top: -15px;
}

.qxb-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #DCDFE6;
  border-color: #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.qxb-button+.qxb-button {
  margin-left: 10px;
}

.qxb-button.is-round {
  padding: 12px 20px;
}

.qxb-button:hover,
.qxb-button:focus {
  color: #1478f0;
  border-color: #b9d7fb;
  background-color: #e8f2fe;
}

.qxb-button:active {
  color: #126cd8;
  border-color: #126cd8;
  outline: none;
}

.qxb-button::-moz-focus-inner {
  border: 0;
}

.qxb-button [class*="el-icon-"]+span {
  margin-left: 5px;
}

.qxb-button.qxb-button--noRadius {
  border-radius: 0;
}

.qxb-button.is-plain:hover,
.qxb-button.is-plain:focus {
  background: #fff;
  border-color: #1478f0;
  color: #1478f0;
}

.qxb-button.is-plain:active {
  background: #fff;
  border-color: #126cd8;
  color: #126cd8;
  outline: none;
}

.qxb-button.is-active {
  color: #126cd8;
  border-color: #126cd8;
}

.qxb-button.is-disabled,
.qxb-button.is-disabled:hover,
.qxb-button.is-disabled:focus {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #EBEEF5;
}

.qxb-button.is-disabled.el-button--text {
  background-color: transparent;
}

.qxb-button.is-disabled.is-plain,
.qxb-button.is-disabled.is-plain:hover,
.qxb-button.is-disabled.is-plain:focus {
  background-color: #fff;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.qxb-button.is-loading {
  position: relative;
  pointer-events: none;
}

.qxb-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255,255,255,0.35);
}

.qxb-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.qxb-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}

.qxb-button--primary {
  color: #fff;
  background-color: #1478f0;
  border-color: #1478f0;
}

.qxb-button--primary:hover,
.qxb-button--primary:focus {
  background: #4393f3;
  border-color: #4393f3;
  color: #fff;
}

.qxb-button--primary:active {
  background: #126cd8;
  border-color: #126cd8;
  color: #fff;
  outline: none;
}

.qxb-button--primary.is-active {
  background: #126cd8;
  border-color: #126cd8;
  color: #fff;
}

.qxb-button--primary.is-disabled,
.qxb-button--primary.is-disabled:hover,
.qxb-button--primary.is-disabled:focus,
.qxb-button--primary.is-disabled:active {
  color: #fff;
  background-color: #8abcf8;
  border-color: #8abcf8;
}

.qxb-button--primary.is-plain {
  color: #1478f0;
  background: #e8f2fe;
  border-color: #a1c9f9;
}

.qxb-button--primary.is-plain:hover,
.qxb-button--primary.is-plain:focus {
  background: #1478f0;
  border-color: #1478f0;
  color: #fff;
}

.qxb-button--primary.is-plain:active {
  background: #126cd8;
  border-color: #126cd8;
  color: #fff;
  outline: none;
}

.qxb-button--primary.is-plain.is-disabled,
.qxb-button--primary.is-plain.is-disabled:hover,
.qxb-button--primary.is-plain.is-disabled:focus,
.qxb-button--primary.is-plain.is-disabled:active {
  color: #72aef6;
  background-color: #e8f2fe;
  border-color: #d0e4fc;
}

.qxb-button--success {
  color: #fff;
  background-color: #19D484;
  border-color: #19D484;
}

.qxb-button--success:hover,
.qxb-button--success:focus {
  background: #47dd9d;
  border-color: #47dd9d;
  color: #fff;
}

.qxb-button--success:active {
  background: #17bf77;
  border-color: #17bf77;
  color: #fff;
  outline: none;
}

.qxb-button--success.is-active {
  background: #17bf77;
  border-color: #17bf77;
  color: #fff;
}

.qxb-button--success.is-disabled,
.qxb-button--success.is-disabled:hover,
.qxb-button--success.is-disabled:focus,
.qxb-button--success.is-disabled:active {
  color: #fff;
  background-color: #8ceac2;
  border-color: #8ceac2;
}

.qxb-button--success.is-plain {
  color: #19D484;
  background: #e8fbf3;
  border-color: #a3eece;
}

.qxb-button--success.is-plain:hover,
.qxb-button--success.is-plain:focus {
  background: #19D484;
  border-color: #19D484;
  color: #fff;
}

.qxb-button--success.is-plain:active {
  background: #17bf77;
  border-color: #17bf77;
  color: #fff;
  outline: none;
}

.qxb-button--success.is-plain.is-disabled,
.qxb-button--success.is-plain.is-disabled:hover,
.qxb-button--success.is-plain.is-disabled:focus,
.qxb-button--success.is-plain.is-disabled:active {
  color: #75e5b5;
  background-color: #e8fbf3;
  border-color: #d1f6e6;
}

.qxb-button--warning {
  color: #fff;
  background-color: #F5A623;
  border-color: #F5A623;
}

.qxb-button--warning:hover,
.qxb-button--warning:focus {
  background: #f7b84f;
  border-color: #f7b84f;
  color: #fff;
}

.qxb-button--warning:active {
  background: #dd9520;
  border-color: #dd9520;
  color: #fff;
  outline: none;
}

.qxb-button--warning.is-active {
  background: #dd9520;
  border-color: #dd9520;
  color: #fff;
}

.qxb-button--warning.is-disabled,
.qxb-button--warning.is-disabled:hover,
.qxb-button--warning.is-disabled:focus,
.qxb-button--warning.is-disabled:active {
  color: #fff;
  background-color: #fad391;
  border-color: #fad391;
}

.qxb-button--warning.is-plain {
  color: #F5A623;
  background: #fef6e9;
  border-color: #fbdba7;
}

.qxb-button--warning.is-plain:hover,
.qxb-button--warning.is-plain:focus {
  background: #F5A623;
  border-color: #F5A623;
  color: #fff;
}

.qxb-button--warning.is-plain:active {
  background: #dd9520;
  border-color: #dd9520;
  color: #fff;
  outline: none;
}

.qxb-button--warning.is-plain.is-disabled,
.qxb-button--warning.is-plain.is-disabled:hover,
.qxb-button--warning.is-plain.is-disabled:focus,
.qxb-button--warning.is-plain.is-disabled:active {
  color: #f9ca7b;
  background-color: #fef6e9;
  border-color: #fdedd3;
}

.qxb-button--danger {
  color: #fff;
  background-color: #F5573E;
  border-color: #F5573E;
}

.qxb-button--danger:hover,
.qxb-button--danger:focus {
  background: #f77965;
  border-color: #f77965;
  color: #fff;
}

.qxb-button--danger:active {
  background: #dd4e38;
  border-color: #dd4e38;
  color: #fff;
  outline: none;
}

.qxb-button--danger.is-active {
  background: #dd4e38;
  border-color: #dd4e38;
  color: #fff;
}

.qxb-button--danger.is-disabled,
.qxb-button--danger.is-disabled:hover,
.qxb-button--danger.is-disabled:focus,
.qxb-button--danger.is-disabled:active {
  color: #fff;
  background-color: #faab9f;
  border-color: #faab9f;
}

.qxb-button--danger.is-plain {
  color: #F5573E;
  background: #feeeec;
  border-color: #fbbcb2;
}

.qxb-button--danger.is-plain:hover,
.qxb-button--danger.is-plain:focus {
  background: #F5573E;
  border-color: #F5573E;
  color: #fff;
}

.qxb-button--danger.is-plain:active {
  background: #dd4e38;
  border-color: #dd4e38;
  color: #fff;
  outline: none;
}

.qxb-button--danger.is-plain.is-disabled,
.qxb-button--danger.is-plain.is-disabled:hover,
.qxb-button--danger.is-plain.is-disabled:focus,
.qxb-button--danger.is-plain.is-disabled:active {
  color: #f99a8b;
  background-color: #feeeec;
  border-color: #fdddd8;
}

.qxb-button--info {
  color: #fff;
  background-color: #909399;
  border-color: #909399;
}

.qxb-button--info:hover,
.qxb-button--info:focus {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #fff;
}

.qxb-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
  outline: none;
}

.qxb-button--info.is-active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
}

.qxb-button--info.is-disabled,
.qxb-button--info.is-disabled:hover,
.qxb-button--info.is-disabled:focus,
.qxb-button--info.is-disabled:active {
  color: #fff;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}

.qxb-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}

.qxb-button--info.is-plain:hover,
.qxb-button--info.is-plain:focus {
  background: #909399;
  border-color: #909399;
  color: #fff;
}

.qxb-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
  outline: none;
}

.qxb-button--info.is-plain.is-disabled,
.qxb-button--info.is-plain.is-disabled:hover,
.qxb-button--info.is-plain.is-disabled:focus,
.qxb-button--info.is-plain.is-disabled:active {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.qxb-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.qxb-button--medium.is-round {
  padding: 10px 20px;
}

.qxb-button--medium.is-circle {
  padding: 10px;
}

.qxb-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.qxb-button--small.is-round {
  padding: 9px 15px;
}

.qxb-button--small.is-circle {
  padding: 9px;
}

.qxb-button--mini {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.qxb-button--mini.is-round {
  padding: 7px 15px;
}

.qxb-button--mini.is-circle {
  padding: 7px;
}

.qxb-button--text {
  border-color: transparent;
  color: #1478f0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.qxb-button--text:hover,
.qxb-button--text:focus {
  color: #4393f3;
  border-color: transparent;
  background-color: transparent;
}

.qxb-button--text:active {
  color: #126cd8;
  border-color: transparent;
  background-color: transparent;
}

.qxb-button--text.is-disabled,
.qxb-button--text.is-disabled:hover,
.qxb-button--text.is-disabled:focus {
  border-color: transparent;
}

.qxb-button-group {
  display: inline-block;
  vertical-align: middle;
}

.qxb-button-group::before,
.qxb-button-group::after {
  display: table;
  content: "";
}

.qxb-button-group::after {
  clear: both;
}

.qxb-button-group>.el-button {
  float: left;
  position: relative;
}

.qxb-button-group>.el-button+.el-button {
  margin-left: 0;
}

.qxb-button-group>.el-button.is-disabled {
  z-index: 1;
}

.qxb-button-group>.el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qxb-button-group>.el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qxb-button-group>.el-button:first-child:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.qxb-button-group>.el-button:first-child:last-child.is-round {
  border-radius: 20px;
}

.qxb-button-group>.el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}

.qxb-button-group>.el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.qxb-button-group>.el-button:not(:last-child) {
  margin-right: -1px;
}

.qxb-button-group>.el-button:hover,
.qxb-button-group>.el-button:focus,
.qxb-button-group>.el-button:active {
  z-index: 1;
}

.qxb-button-group>.el-button.is-active {
  z-index: 1;
}

.qxb-button-group>.el-dropdown>.el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--primary:first-child {
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--primary:last-child {
  border-left-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,0.5);
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--success:first-child {
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--success:last-child {
  border-left-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,0.5);
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--warning:first-child {
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--warning:last-child {
  border-left-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,0.5);
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--danger:first-child {
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--danger:last-child {
  border-left-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,0.5);
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--info:first-child {
  border-right-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--info:last-child {
  border-left-color: rgba(255,255,255,0.5);
}

.qxb-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,0.5);
  border-right-color: rgba(255,255,255,0.5);
}

.app-auth-dialog .modal-dialog {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  position: relative;
  top: 50%;
  width: 740px !important;
  height: 449px;
  overflow: hidden;
}

input {
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
  box-shadow: inset 0 0 0 1000px #fff !important;
}

@media only screen and (max-width: 360px) {
  .app-auth-dialog.modal {
    padding-right: 0 !important;
  }
}

.app-auth-dialog .modal-body {
  padding: 30px 30px 15px;
  position: relative;
}

.app-auth-dialog .modal-body .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.app-auth-dialog .modal-body>.app-auth-dialog>.switch-tabs {
  margin-top: 30px;
}

.app-auth-dialog .modal-content {
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(184,184,184,0.5);
  box-shadow: 0px 3px 10px 2px rgba(184,184,184,0.5);
}

.app-auth-dialog .input-flat {
  font-size: 14px;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-auth-dialog .input-flat:focus {
  outline: 0;
  border-color: #ebebeb;
}

.app-auth-dialog .input-flat.input-flat-user {
  background: url(//bgcdn.qixin.com/pcweb/static/img/user-password-9310cdb3.png) 0 0 no-repeat;
}

.app-auth-dialog .input-flat.input-flat-lock {
  background: url(//bgcdn.qixin.com/pcweb/static/img/user-password-9310cdb3.png) 0 -44px no-repeat;
}

.app-auth-dialog .has-error .form-control {
  border-color: #e73d4a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-auth-dialog .has-error .form-control:focus {
  border-color: #d61b29;
}

.app-auth-dialog .has-error .form-control.input-flat-user {
  background: url(//bgcdn.qixin.com/pcweb/static/img/user-password-9310cdb3.png) 0 -88px no-repeat;
}

.app-auth-dialog .has-error .form-control.input-flat-lock {
  background: url(//bgcdn.qixin.com/pcweb/static/img/user-password-9310cdb3.png) 0 -132px no-repeat;
}

.app-auth-dialog input[type='checkbox'] {
  opacity: 0;
}

.app-auth-dialog .new-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #d7e9ff;
  position: relative;
}

.app-auth-dialog .new-checkbox i::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1478f0;
}

.app-auth-dialog .input-group-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 85px;
  padding-right: 0;
}

.app-auth-dialog .input-group-btn>button {
  background: #fff;
  border: 0;
  color: #1478f0;
  font-size: 14px;
  position: relative;
  outline: none;
}

.app-auth-dialog .input-group-btn>button::before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.context-box {
  background: #fff;
  margin: 0 auto;
  height: 450px;
  width: 740px;
  position: relative;
}

.context-box .auth-code-container {
  width: 300px;
  position: absolute;
  top: 25px;
}

.context-box .auth-code-container p {
  color: #7a808f;
  text-align: center;
  font-size: 16px;
}

.context-box .auth-code-container p:first-child {
  color: #1478f0;
  font-size: 18px;
}

.context-box .auth-form-container {
  width: 435px;
  padding: 50px 63px;
  position: relative;
}

.context-box .auth-form-container::before {
  content: '';
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  width: 1px;
  height: 50%;
  position: absolute;
  left: 0;
  background: #f5f5f5;
}

.app-qrcode-login-box {
  position: relative;
}

.app-qrcode-login-box .login-logo {
  height: 39px;
  width: auto;
}

.app-qrcode-login-box .qrcode-box {
  min-height: 155px;
  min-width: 155px;
}

.app-qrcode-login-box .logo_qr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-qrcode-login-box .app-qrcode-login {
  position: relative;
  display: inline-block;
}

.app-qrcode-login-box .app-qrcode-login img {
  display: block;
}

.app-qrcode-login-box .app-qrcode-login .freshen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.98);
}

.app-qrcode-login-box .app-qrcode-login .freshen .qrCode-update {
  margin-bottom: 8px;
}

.app-qrcode-login-box .app-qrcode-login .freshen-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.app-qrcode-login-box .app-qrcode-login .freshen-img-click {
  display: inline-block;
}

.app-qrcode-login-box .app-qrcode-login .guide {
  z-index: 99;
  position: absolute;
  width: 0px;
  height: 0px;
  right: 2px;
  top: 45%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}

.app-qrcode-login-box .app-qrcode-login .guide.active {
  opacity: 1;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(240px, -200px);
  -ms-transform: translate(240px, -200px);
  transform: translate(240px, -200px);
  width: 290px;
  height: auto;
}

.app-login-union>.switch-tabs {
  text-align: center;
}

.app-login-union>.switch-tabs>.item {
  float: left;
  width: 50%;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  padding: 2px 0 8px 0;
}

.app-login-union>.switch-tabs>.item:hover {
  color: #565b66;
}

.app-login-union>.switch-tabs>.item.in-active {
  cursor: default;
  color: #1478f0;
  position: relative;
  font-weight: 500;
}

.app-login-union>.switch-tabs>.item.in-active::after {
  content: '';
  height: 2px;
  width: 44%;
  background: #1478f0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.app-login-union>.switch-tabs>.item.in-active.in-active-pass::after {
  width: 55%;
}

.app-login .forget-pass {
  position: relative;
}

.app-login .forget-pass::before {
  content: '';
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #e3e3e3;
}

@media only screen and (max-width: 360px) {
  .app-auth-by-code-dialog.modal {
    padding-right: 0 !important;
  }
}

.app-auth-by-code-dialog .modal-dialog {
  width: 360px !important;
  margin: 120px auto 0 !important;
}

@media only screen and (max-width: 360px) {
  .app-auth-by-code-dialog .modal-dialog {
    margin: 30px auto 0 !important;
    padding-right: 0;
    width: 100% !important;
  }
}

.app-auth-by-code-dialog .modal-body {
  padding: 30px 30px 15px;
  position: relative;
}

.app-auth-by-code-dialog .modal-body .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.app-auth-by-code-dialog .modal-body>.app-auth-dialog>.switch-tabs {
  margin-top: 30px;
}

.app-auth-by-code-dialog .modal-body .mobile-container {
  width: 100%;
  position: relative;
}

.app-auth-by-code-dialog .modal-body .mobile-container .country-code {
  width: auto;
  white-space: nowrap;
  height: 46px;
  line-height: 34px;
  position: absolute;
  left: 0;
  vertical-align: middle;
}

.app-auth-by-code-dialog .modal-body .mobile-container .country-code .plus {
  display: inline-block;
  width: 11px;
}

.app-auth-by-code-dialog .modal-body .mobile-container .country-code .icon-right-pos {
  display: inline-block;
  width: 20px;
  -webkit-transform: translate(0, 1px) scale(0.7);
  -ms-transform: translate(0, 1px) scale(0.7);
  transform: translate(0, 1px) scale(0.7);
}

.app-auth-by-code-dialog .modal-body .mobile-container .country-code:after {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.app-auth-by-code-dialog .input-flat {
  font-size: 14px;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-auth-by-code-dialog .input-flat:focus {
  outline: 0;
}

.app-auth-by-code-dialog .input-flat[readonly] {
  background-color: #FFFFFF;
  cursor: default;
}

.app-auth-by-code-dialog .has-error .form-control {
  border-color: #e73d4a;
}

.app-auth-by-code-dialog .has-error .form-control:focus {
  border-color: #d61b29;
}

.app-auth-by-code-dialog input[type="checkbox"] {
  opacity: 0;
}

.app-auth-by-code-dialog .new-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #D7E9FF;
  position: relative;
}

.app-auth-by-code-dialog .new-checkbox i::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1478f0;
}

.app-auth-by-code-dialog .input-group-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 85px;
  padding-right: 0;
}

.app-auth-by-code-dialog .input-group-btn>button {
  background: #fff;
  border: 0;
  color: #1478f0;
  font-size: 14px;
  position: relative;
  outline: none;
}

.app-auth-by-code-dialog .input-group-btn>button::before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.app-auth-by-code-dialog .app-by-code .count {
  background: #fff;
  color: #1478f0;
  font-size: 14px;
  position: relative;
  outline: none;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 0;
  text-align: center;
}

.app-auth-by-code-dialog .app-by-code .count:before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.number-container {
  width: 100%;
  position: relative;
}

.number-container .error-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.number-container .country-code {
  width: auto;
  white-space: nowrap;
  height: 46px;
  line-height: 34px;
  position: absolute;
  left: 0;
  cursor: pointer;
  vertical-align: middle;
}

.number-container .country-code .plus {
  display: inline-block;
  width: 11px;
}

.number-container .country-code .icon-right-pos {
  display: inline-block;
  width: 20px;
  -webkit-transform: translate(0, 1px) scale(0.7);
  -ms-transform: translate(0, 1px) scale(0.7);
  transform: translate(0, 1px) scale(0.7);
}

.number-container .country-code:after {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.number-container .code-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  border: 1px solid #EBEBEB;
  z-index: 100;
  padding: 0 15px 14px;
}

.number-container .code-container .title-container {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  line-height: 32px;
}

.number-container .code-container .title-container .font-ccc {
  color: #ccc;
}

.number-container .code-container .title-container .country {
  border-bottom: 1px solid #1478f0;
}

.number-container .code-container .title-container .close-tag {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.number-container .code-container .content {
  padding-top: 11px;
}

.number-container .code-container .content .item {
  padding: 4px 5px 6px;
  line-height: 12px;
}

.number-container .code-container .content .item .font-code {
  color: #390000;
}

.number-container .code-container .content .item:hover {
  background: rgba(20,120,240,0.1);
  color: #1478f0;
}

.number-container .code-container .content .item:hover .font-code {
  color: #1478f0;
}

.number-container .code-container .content .bg-active {
  background: rgba(20,120,240,0.1);
}

.number-container .code-container .content .bg-active .font-code {
  color: #1478f0;
}

.number-container .number-input {
  padding-left: 105px;
}

.app-third-login .split-line {
  background: url(//bgcdn.qixin.com/pcweb/static/img/line-96c52e7e.png) center center no-repeat;
}

.app-third-login .link-weixin {
  font-size: 15px;
  color: #798090;
  display: inline-block;
}

.app-third-login .link-weixin:hover {
  color: #555b67;
}

.app-third-login .link-weixin>.text {
  font-size: 12px;
  margin-bottom: 0;
}

.app-third-login .link-qq {
  font-size: 15px;
  color: #798090;
  display: inline-block;
  margin-left: 10px;
}

.app-third-login .link-qq:hover {
  color: #555b67;
}

.app-third-login .link-qq>.text {
  font-size: 12px;
  margin-bottom: 0;
}

.app-third-login .download-app-qr {
  width: 110px;
  height: 110px;
}

.app-third-login .third-login-icon {
  display: inline-block;
}

.app-third-login .third-login-icon.img-weixin {
  width: 24px !important;
  height: 19px !important;
}

.app-third-login .third-login-icon.img-qq {
  width: 19px !important;
  height: 22px !important;
}

.app-quick-login .tips {
  color: #8790a4 !important;
}

.app-quick-login .count {
  background: #fff;
  color: #1478f0;
  font-size: 14px;
  position: relative;
  outline: none;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 0;
  text-align: center;
}

.app-quick-login .count:before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.app-quick-login .tips-text-box {
  position: relative;
}

.app-quick-login .tips-text-box .tips-text {
  position: absolute;
  left: 20px;
  bottom: -18px;
}

.app-quick-login .tips-text-box .tips-text.shake {
  -webkit-animation: shake 800ms ease-in-out;
  animation: shake 800ms ease-in-out;
}

.app-quick-login .form-group.new-margin {
  margin-bottom: 0;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
}

.app-regist .form-group {
  margin-bottom: 0px;
}

.app-regist .count {
  background: #fff;
  color: #1478f0;
  font-size: 14px;
  position: relative;
  outline: none;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 0;
  text-align: center;
}

.app-regist .count:before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.app-regist .pass-label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0px;
}

.app-regist .m-v-25 {
  margin-bottom: 25px !important;
}

.app-regist .m-v-20 {
  margin-bottom: 20px !important;
}

.app-regist .tips-text-box {
  position: relative;
}

.app-regist .tips-text-box .tips-text {
  position: absolute;
  left: 20px;
  bottom: -18px;
}

.app-regist .tips-text-box .tips-text.shake {
  -webkit-animation: shake 800ms ease-in-out;
  animation: shake 800ms ease-in-out;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
}

.app-reset-password .count {
  background: #fff;
  color: #1478f0;
  font-size: 14px;
  position: relative;
  outline: none;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 0;
  text-align: center;
}

.app-reset-password .count:before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e3e3e3;
}

.app-reset-password .pass-label {
  width: 100%;
}

.app-reset-password .form-group {
  margin-bottom: 0px;
}

.app-reset-password .m-v-25 {
  margin-bottom: 25px !important;
}

.app-geetest-dialog .geetest-content {
  position: relative;
  padding-top: 275px;
  text-align: center;
  background: url(//bgcdn.qixin.com/pcweb/static/img/bg-fb8a7ec7.png) center top no-repeat;
}

.app-geetest-dialog .geetest-content>.message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 16px;
}

.app-geetest-dialog>.modal-dialog {
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  position: absolute;
}

.app-geetest-dialog>.modal-dialog>.modal-content {
  height: 410px;
}

.app-geetest-dialog>.modal-sm {
  margin-left: -160px;
  margin-top: -205px;
  width: 320px;
}

.app-vcard .modal-header {
  border-bottom: 0;
}

.app-vcard .modal-dialog {
  width: 500px;
}

.app-vcard .context-box {
  -webkit-box-shadow: 0 0 2px #e0e3ec;
  box-shadow: 0 0 2px #e0e3ec;
  border: 1px solid #e0e3ec;
  border-radius: 4px;
}

.app-vcard .context-box .left {
  left: 15px;
  position: absolute;
  top: 0;
  width: 130px;
}

.app-vcard .context-box .right {
  float: left;
  margin-left: 130px;
  min-height: 130px;
  padding-left: 20px;
}

.app-vcard .context-box .qrcode {
  margin: 0 auto;
  text-align: center;
}

.app-vcard .context-box .qrcode>canvas {
  border-radius: 4px;
}

.app-vcard .context-box .desc-box {
  border-top: 1px dashed #eaedf4;
  padding-top: 15px;
}

.nomap {
  height: 500px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 180px;
}

.nomap .nomap-img {
  width: 134px;
  height: 90px;
  vertical-align: middle;
}

.nomap .nomap-word {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}

.app-setting-dialog .modal-body {
  padding: 0;
}

.app-setting-dialog .tab-btn-container {
  background: #fcfcfd;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.app-setting-dialog .tab-btn-container>div {
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  padding: 0 15px;
  border: 1px solid transparent;
}

.app-setting-dialog .tab-btn-container>div.active {
  color: #1478f0;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0;
  height: 50px;
}

.app-setting-dialog .tab-btn-container>div:hover {
  background: #eaedf4;
}

.app-setting-dialog .tab-content-container>div {
  display: none;
}

.app-setting-dialog .tab-content-container span {
  display: inline-block;
}

.app-setting-dialog .tab-content-container .show {
  display: block;
}

.app-setting-dialog .tab-content-container .info-container {
  padding: 35px 0;
}

.app-setting-dialog .tab-content-container .info-container .error {
  outline: auto;
  outline-color: #f5573e;
}

.app-setting-dialog .tab-content-container .info-container .error:focus {
  border-color: #f5573e !important;
  -webkit-box-shadow: 0 0 8px rgba(244,113,110,0.6) !important;
  box-shadow: 0 0 8px rgba(244,113,110,0.6) !important;
}

.app-setting-dialog .tab-content-container .info-container .error-msg {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.app-setting-dialog .tab-content-container .info-container .inpt {
  display: inline-block;
  width: 80%;
  height: 28px;
}

.app-setting-dialog .tab-content-container .info-form-label {
  height: 28px;
  line-height: 28px;
}

.app-setting-dialog .tab-content-container .edit {
  cursor: pointer;
}

.app-setting-dialog .tab-content-container .dimension-container {
  padding: 25px 20px;
}

.app-setting-dialog .tab-content-container .dimension-container .switch-group {
  padding-left: 120px;
  position: relative;
}

.app-setting-dialog .tab-content-container .dimension-container .switch-group>span {
  width: 100px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.switch-input-container {
  position: relative;
  width: 48px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.switch-input-container::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}

.switch-input-container .switch {
  position: absolute;
  width: 48px;
  height: 24px;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-input-container .switch.switch-anim {
  -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.4s,-webkit-box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s,-webkit-box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
  -o-transition: border cubic-bezier(0, 0, 0, 1) 0.4s,box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s,box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s,box-shadow cubic-bezier(0, 0, 0, 1) 0.4s,-webkit-box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.switch-checked::after {
  left: 25px;
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}

.switch-checked .switch {
  -webkit-transition: border ease .4s, background-color ease 1.2s, -webkit-box-shadow ease .4s;
  transition: border ease .4s, background-color ease 1.2s, -webkit-box-shadow ease .4s;
  -o-transition: border ease .4s, box-shadow ease .4s, background-color ease 1.2s;
  transition: border ease .4s, box-shadow ease .4s, background-color ease 1.2s;
  transition: border ease .4s, box-shadow ease .4s, background-color ease 1.2s, -webkit-box-shadow ease .4s;
  border-color: #1478f0;
  -webkit-box-shadow: #1478f0 0 0 0 16px inset;
  box-shadow: #1478f0 0 0 0 16px inset;
  background-color: #1478f0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.app-favorite-tip .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
  height: 436px;
  margin: 0;
}

.app-favorite-tip .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}

.app-favorite-tip .modal-dialog .modal-content .modal-title {
  font-size: 18px;
  text-align: center;
}

.app-favorite-tip .slick .slick-list {
  width: 462px;
  height: 242px;
  margin: 0 auto 30px auto;
}

.app-favorite-tip .slick .slick-arrow {
  display: none !important;
}

.app-favorite-tip .slick .slick-dots {
  height: 6px;
  padding: 0 0;
  line-height: 1em;
  text-align: center;
}

.app-favorite-tip .slick .slick-dots>li {
  display: inline-block;
  vertical-align: top;
}

.app-favorite-tip .slick .slick-dots>li>button {
  overflow: hidden;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  color: transparent;
  background-color: #e9e9e9;
}

.app-favorite-tip .slick .slick-dots>li>button:focus {
  outline: none;
}

.app-favorite-tip .slick .slick-dots>li.slick-active>button {
  background-color: #1478f0;
}

.app-favorite-tip .text {
  font-size: 14px;
  text-align: center;
}

.app-favorite-tip .close:focus {
  outline: none;
}

.app-team-vip-consult .new-modal-dialog {
  width: 530px;
}

.app-team-vip-consult .new-modal-dialog .modal-new-header:before {
  width: 66px;
  top: 13px;
}

.app-team-vip-consult .new-modal-dialog .modal-body .consult-box-title {
  background: url(//bgcdn.qixin.com/pcweb/static/img/consult-bg-1b21e48c.png) center center no-repeat #ddac66;
  height: 115px;
  width: 470px;
  background-size: cover;
  line-height: 18px;
  padding: 20px;
}

.app-team-vip-consult .new-modal-dialog .modal-body .icon {
  vertical-align: middle;
  margin-right: 10px;
}

.app-team-vip-consult .new-modal-dialog .modal-footer {
  text-align: center;
  border-top: none;
  padding-bottom: 40px;
}

.app-team-vip-consult .new-modal-dialog .expandBtn {
  width: 200px;
  background: rgba(20,120,240,0.16);
  color: #1478f0;
  border: none;
}

.app-team-vip-consult .new-modal-dialog .renewBtn {
  width: 200px;
  background: #1478f0;
  color: white;
}

.app-team-vip-consult .new-modal-dialog {
  width: 530px;
}

.app-team-vip-consult .new-modal-dialog .modal-new-header:before {
  width: 66px;
  top: 13px;
}

.app-team-vip-consult .new-modal-dialog .modal-body .box-title {
  background: url(//bgcdn.qixin.com/pcweb/static/img/consult-bg-1b21e48c.png) center center no-repeat #ddac66;
  height: 80px;
  width: 470px;
  background-size: cover;
  line-height: 18px;
  padding: 20px;
}

.app-team-vip-consult .new-modal-dialog .modal-body .icon {
  vertical-align: middle;
  margin-right: 10px;
}

.app-team-vip-consult .new-modal-dialog .modal-footer {
  text-align: center;
  border-top: none;
  padding-bottom: 40px;
}

.app-team-vip-consult .new-modal-dialog .expandBtn {
  width: 200px;
  background: rgba(20,120,240,0.16);
  color: #1478f0;
  border: none;
}

.app-team-vip-consult .new-modal-dialog .renewBtn {
  width: 200px;
  background: #1478f0;
  color: white;
}

.app-team-vip-buymodal .modal-dialog {
  width: 554px;
  height: 538px;
}

.app-team-vip-buymodal .modal-dialog .modal-content {
  height: 100%;
  position: relative;
  background: none;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal {
  width: 100%;
  height: 100%;
  background: url(//bgcdn.qixin.com/pcweb/static/img/team-vip-buy-9eb17ab2.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-desc {
  position: absolute;
  top: 82px;
  left: 152px;
  line-height: 20px;
  color: #481F13;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-tips {
  position: absolute;
  right: 30px;
  top: 20px;
  border-bottom: 1px solid #481F13;
  line-height: 22px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box {
  text-align: center;
  background-color: white;
  position: absolute;
  right: 5px;
  left: 5px;
  bottom: 5px;
  height: 383px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 36px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 85px;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item .recommend {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item+.vip-item {
  margin-left: 20px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item:nth-child(4n) {
  margin-right: 0;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item .select-img {
  position: absolute;
  display: block;
  height: 29px;
  width: 29px;
  right: -1px;
  bottom: -1px;
  z-index: 3;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item:nth-child(4n) {
  margin-right: 0;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item.selected {
  border: 1px solid #481F13;
  background: #FEE9E1;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item.selected .select-img {
  position: absolute;
  display: block;
  height: 29px;
  width: 29px;
  right: -1px;
  bottom: -1px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input {
  color: black !important;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .team-test {
  height: 58px;
  margin-top: -8px;
  margin-left: 12px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .team-buy {
  width: 270px;
  height: 94px;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon-text-fix {
  border-color: #432107;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .sub-text {
  font-weight: bold;
  color: #432107;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon {
  border-color: #432107;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon .h-line {
  background: #432107;
}

.app-team-vip-buymodal .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon .v-line {
  background: #432107;
}

.payment-dialog-team-vip .zs {
  padding-left: 99px;
  color: #999 !important;
}

.payment-dialog-team-vip .payment-header {
  height: 112px;
  background: url(//bgcdn.qixin.com/pcweb/static/img/bg-8445a16e.png) no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  border-bottom: 0;
}

.payment-dialog-team-vip .payment-header.vip-3 {
  background: url(//bgcdn.qixin.com/pcweb/static/img/send-80815a4d.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.cc-vip-1 {
  background: url(//bgcdn.qixin.com/pcweb/static/img/cc-38ab5473.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.cs-vip-1 {
  background: url(//bgcdn.qixin.com/pcweb/static/img/cs-6f0e970e.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.diamond-vip-3 {
  background: url(//bgcdn.qixin.com/pcweb/static/img/union-f513b4ba.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.vip-3-return {
  background: url(//bgcdn.qixin.com/pcweb/static/img/send_return-cc13dd2a.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.cc-vip-1-return {
  background: url(//bgcdn.qixin.com/pcweb/static/img/cc_return-3502514c.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.cs-vip-1-return {
  background: url(//bgcdn.qixin.com/pcweb/static/img/cs_return-bf3c8051.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.diamond-vip-3-return {
  background: url(//bgcdn.qixin.com/pcweb/static/img/union_return-71083a0f.png) no-repeat;
  background-size: cover;
}

.payment-dialog-team-vip .payment-header.activity-november {
  background: url(//bgcdn.qixin.com/pcweb/static/img/november_header_bg-3fa9cbc2.png) no-repeat;
  background-size: contain;
  position: relative;
}

.payment-dialog-team-vip .payment-header.activity-november>.close {
  color: rgba(255,255,255,0.8);
  text-shadow: 0 0 0 rgba(255,255,255,0.8);
}

.payment-dialog-team-vip .payment-header .modal-title {
  color: #fff;
  font-size: 26px;
  line-height: 80px;
}

.payment-dialog-team-vip .payment-header .close {
  color: #74521f;
  font-weight: normal;
  text-shadow: 0 0 0 #74521f;
  font-size: 36px;
  opacity: 1;
}

.payment-dialog-team-vip .payment-dialog {
  font-size: 16px;
  color: #333;
}

.payment-dialog-team-vip .payment-dialog em {
  color: #ff5346;
}

.payment-dialog-team-vip .payment-dialog .red_text {
  color: #fe543a;
}

.payment-dialog-team-vip .payment-dialog .coupon_price {
  margin-left: 70px;
}

.payment-dialog-team-vip .payment-tip {
  line-height: 20px;
}

.payment-dialog-team-vip .payment-tip .l-h-24px {
  line-height: 24px;
}

.vip-payment-type .qrcode-div {
  width: 182px;
  height: 180px;
}

.vip-payment-type .payment-type .display-none {
  display: none !important;
}

.vip-payment-type .payment-type .item {
  position: relative;
  max-width: 190px;
  height: 60px;
  line-height: 58px;
  border-radius: 4px;
}

.vip-payment-type .payment-type .item.active {
  border-color: #1478F0;
}

.vip-payment-type .payment-type .item .active {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.vip-payment-type .payment-type .item-left {
  margin-right: 0px;
  margin-left: auto;
}

.vip-payment-type .payment-type .box-left {
  padding-right: 25px;
}

.vip-payment-type .payment-type .box-right {
  padding-left: 25px;
}

.vip-payment-type .payment-type .icon {
  width: 34px;
  height: 34px;
}

.vip-payment-type .payment-type .tips {
  line-height: 12px;
}

.vip-payment-type .payment-type .tips .icon-sao {
  width: 28px;
  height: 28px;
}

.vip-payment-type .payment-type .tips .text {
  line-height: 14px;
  vertical-align: top;
}

.vip-payment-type .payment-type .wechat-qrcode {
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vip-payment-type .payment-type .tip {
  color: #333;
  vertical-align: middle;
}

.vip-payment-type .payment-type .ali-qrcode {
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vip-payment-type .payment-tip {
  color: #999;
}

.payment-dialog-svip .zs {
  padding-left: 99px;
  color: #999 !important;
}

.payment-dialog-svip .payment-header {
  height: 112px;
  background: url(//bgcdn.qixin.com/pcweb/static/img/bg-785cdc3c.png) no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  border-bottom: 0;
}

.payment-dialog-svip .payment-header .modal-title {
  color: #fff;
  font-size: 26px;
  line-height: 80px;
}

.payment-dialog-svip .payment-header .close {
  color: #74521f;
  font-weight: normal;
  text-shadow: 0 0 0 #74521f;
  font-size: 36px;
  opacity: 1;
}

.payment-dialog-svip .payment-dialog {
  font-size: 16px;
  color: #333;
}

.payment-dialog-svip .payment-dialog em {
  color: #ff5346;
}

.payment-dialog-svip .payment-dialog .red_text {
  color: #fe543a;
}

.payment-dialog-svip .payment-dialog .coupon_price {
  margin-left: 70px;
}

.payment-dialog-svip .payment-tip {
  line-height: 20px;
}

.payment-dialog-svip .payment-tip .l-h-24px {
  line-height: 24px;
}

.payment-dialog .img-success {
  width: 92px;
  height: 92px;
  margin: 80px auto 30px;
  display: block;
  background: url(//bgcdn.qixin.com/pcweb/static/img/success-2e7202dd.png) center no-repeat;
  background-size: 92px 92px;
}

.payment-dialog .txt-success {
  font-size: 16px;
  color: #3c3d3f;
}

.payment-dialog .btn-success {
  width: 280px;
  display: block;
  margin: 80px auto 40px;
}

.payment-group-dialog .icon-zhifuchenggong {
  font-size: 100px;
}

.payment-group-dialog .text-class {
  line-height: 24px;
}

.payment-group-dialog .close-btn {
  width: 360px;
  margin: 0 auto !important;
  margin-top: 20px !important;
}

.payment-group-dialog .payment-header {
  height: 112px;
  background: url(//bgcdn.qixin.com/pcweb/static/img/bg-5e76ade5.png) no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  border-bottom: 0;
  position: relative;
}

.payment-group-dialog .payment-header.group-vip {
  background: url(//bgcdn.qixin.com/pcweb/static/img/group-d26b038e.png) no-repeat;
  background-size: cover;
}

.payment-group-dialog .payment-header.group-vip-return {
  background: url(//bgcdn.qixin.com/pcweb/static/img/group_return-5f82f5b1.png) no-repeat;
  background-size: cover;
}

.payment-group-dialog .payment-header .modal-title {
  font-weight: bold;
  color: #432107;
  font-size: 26px;
  line-height: 80px;
}

.payment-group-dialog .payment-header .close {
  color: #74521f;
  font-weight: normal;
  text-shadow: 0 0 0 #74521f;
  font-size: 36px;
  opacity: 1;
}

.payment-group-dialog .payment-dialog {
  font-size: 16px;
  color: #333;
}

.payment-group-dialog .payment-dialog em {
  color: #ff5346;
}

.payment-group-dialog .payment-tip {
  line-height: 20px;
}

.payment-group-dialog .event21618_header {
  background: url(//bgcdn.qixin.com/pcweb/static/img/bg-21618-a1d66ca7.png) no-repeat;
  background-size: contain;
}

.payment-group-dialog .event21618_header .close {
  color: rgba(255,255,255,0.8);
  text-shadow: 0 0 0 rgba(255,255,255,0.8);
}

.payment-group-dialog .event21618_header .count_down {
  position: absolute;
  left: 262px;
  bottom: 26px;
  color: #ffffff;
  opacity: 0.8;
}

.payment-group-dialog .event21618_header .activity_time_desc {
  color: #ffffff;
  position: absolute;
  bottom: 26px;
  left: 66px;
}

.app-benefits-dialog .modal-dialog {
  height: 612px;
  width: 660px;
}

.app-benefits-dialog .modal-dialog .modal-body {
  padding-bottom: 30px;
}

.app-benefits-dialog .modal-dialog .benefits-title-container {
  border-left: 3px solid #1478f0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.app-benefits-dialog .modal-dialog .benefits-header {
  height: 112px;
  background: url(//bgcdn.qixin.com/pcweb/static/img/dialog1-aefa2b4e.png) no-repeat;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  padding: 10px;
}

.app-benefits-dialog .modal-dialog .benefits-header .close {
  color: #74521F;
  font-weight: normal;
  font-size: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.app-benefits-dialog .modal-dialog .benefits-header .modal-title {
  line-height: 80px;
  font-size: 26px;
  color: #432107;
}

.app-benefits-dialog .modal-dialog .benefits-list {
  color: #333;
  line-height: 24px;
}

.app-team-vip-input {
  color: #fff;
  position: relative;
}

.app-team-vip-input .sub-text-unit {
  position: absolute;
  line-height: 55px;
  right: 259px;
}

.app-team-vip-input>span {
  display: inline-block;
}

.app-team-vip-input>span.icon {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-team-vip-input>span.icon:first-child {
  margin-left: 35px;
}

.app-team-vip-input>span.icon>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-team-vip-input>span.icon .h-line {
  height: 2px;
  width: 16px;
}

.app-team-vip-input>span.icon .v-line {
  width: 2px;
  height: 16px;
}

.app-team-vip-input>span.icon2 {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-team-vip-input>span.icon2>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-team-vip-input>span.icon2 .h-line {
  height: 2px;
  width: 9px;
}

.app-team-vip-input>span.icon2 .v-line {
  width: 2px;
  height: 9px;
}

.app-team-vip-input .icon-text-fix {
  vertical-align: middle;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.app-team-vip-input .icon-text-fix:focus {
  outline: none;
}

.app-team-vip-input .icon-text-fix2 {
  vertical-align: middle;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  height: 17px;
  line-height: 17px;
  width: 28px;
  text-align: center;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.app-team-vip-input .icon-text-fix2:focus {
  outline: none;
}

.app-team-vip-input .font-10 {
  font-size: 10px;
}

.app-team-vip-input .sub-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.app-team-vip-input .add-img {
  display: inline-block;
  width: 98px;
  position: absolute;
  left: calc(50% + 25px);
  top: 28px;
}

.app-team-vip-expand .modal-dialog {
  width: 590px;
  height: 435px;
}

.app-team-vip-expand .modal-dialog .modal-content {
  height: 100%;
  position: relative;
  background: none;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal {
  width: 100%;
  height: 100%;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .box-title {
  background: url(//bgcdn.qixin.com/pcweb/static/img/top-7884e483.png) center center no-repeat #ddac66;
  height: 115px;
  width: 100%;
  background-size: cover;
  line-height: 18px;
  padding: 20px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-member-count {
  position: absolute;
  right: 30px;
  top: 20px;
  line-height: 18px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box {
  text-align: center;
  background-color: white;
  height: 320px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 45px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 85px;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item .recommend {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item+.vip-item {
  margin-left: 20px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item:nth-child(4n) {
  margin-right: 0;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item .select-img {
  position: absolute;
  display: block;
  height: 29px;
  width: 29px;
  right: -1px;
  bottom: -1px;
  z-index: 3;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item:nth-child(4n) {
  margin-right: 0;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item.selected {
  border: 1px solid #481f13;
  background: #fee9e1;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .vip-item.selected .select-img {
  position: absolute;
  display: block;
  height: 29px;
  width: 29px;
  right: -1px;
  bottom: -1px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input {
  color: black !important;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .team-test {
  height: 58px;
  margin-top: -8px;
  margin-left: 12px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .team-buy {
  width: 200px;
  height: 56px;
  background: -o-linear-gradient(313deg, #e7c0af 0%, #fee9e1 51%, #deae98 100%);
  background: linear-gradient(137deg, #e7c0af 0%, #fee9e1 51%, #deae98 100%);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #481f13;
  line-height: 56px;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon-text-fix {
  border-color: #432107;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .sub-text {
  font-weight: bold;
  color: #432107;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon {
  border-color: #432107;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon .h-line {
  background: #432107;
}

.app-team-vip-expand .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .icon .v-line {
  background: #432107;
}

.app-team-vip-addition .modal-dialog {
  width: 590px;
}

.app-team-vip-addition .modal-dialog .modal-content {
  height: 100%;
  position: relative;
  background: none;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal {
  width: 100%;
  height: 100%;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .box-title {
  background: url(//bgcdn.qixin.com/pcweb/static/img/top-7884e483.png) center center no-repeat #ddac66;
  height: 115px;
  width: 100%;
  background-size: cover;
  line-height: 18px;
  padding: 20px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-member-count {
  position: absolute;
  right: 30px;
  top: 20px;
  line-height: 18px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box {
  text-align: center;
  background-color: white;
  height: 450px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 30px;
  overflow: hidden;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 {
  color: #fff;
  position: relative;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .sub-text-unit {
  position: absolute;
  line-height: 55px;
  right: 259px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span {
  display: inline-block;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon {
  width: 40px;
  height: 40px;
  background: #fafafa;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon:first-child {
  margin-left: 35px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon .h-line {
  height: 2px;
  width: 16px;
  background: #432107;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon .v-line {
  width: 2px;
  height: 16px;
  background: #432107;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon2 {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon2>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon2 .h-line {
  height: 2px;
  width: 9px;
  background: #432107;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3>span.icon2 .v-line {
  width: 2px;
  height: 9px;
  background: #432107;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .icon-text-fix {
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  border-left: 0;
  border-right: 0;
  height: 40px;
  line-height: 40px;
  width: 90px;
  text-align: center;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .icon-text-fix:focus {
  outline: none;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .icon-text-fix2 {
  vertical-align: middle;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  height: 17px;
  line-height: 17px;
  width: 28px;
  text-align: center;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .icon-text-fix2:focus {
  outline: none;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .font-10 {
  font-size: 10px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .sub-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-weight: bold;
  color: #432107;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .input-desc {
  position: absolute;
  left: 90px;
  color: black;
  font-size: 18px;
  line-height: 40px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .app-group-vip-input3 .add-img {
  display: inline-block;
  width: 98px;
  position: absolute;
  left: calc(50% + 25px);
  top: 28px;
}

.app-team-vip-addition .modal-dialog .modal-content .team-vip-box-card-modal .team-vip-list-box .team-buy {
  width: 200px;
  height: 56px;
  background: -o-linear-gradient(313deg, #e7c0af 0%, #fee9e1 51%, #deae98 100%);
  background: linear-gradient(137deg, #e7c0af 0%, #fee9e1 51%, #deae98 100%);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #481f13;
  line-height: 56px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog {
  width: 580px;
  height: 435px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content {
  text-align: center;
  padding-bottom: 40px !important;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .modal-new-header {
  padding: 0px;
  position: relative;
  line-height: 32px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .modal-new-header:before {
  width: 66px;
  top: 0px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .modal-new-header .closebtn {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box {
  border: 1px dashed #dddddd;
  width: 506px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 20px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .upload-container {
  padding-top: 15px;
  padding-bottom: 0px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .box-img {
  width: 90px;
  height: 69px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box img.fail {
  width: 72px;
  height: 79px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box img.success {
  width: 85px;
  height: 93px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .box-guide {
  margin-top: 25px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .box-download {
  position: relative;
  z-index: 10;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .box-desc {
  margin-top: 40px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .file-uploader-input {
  z-index: 1;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .loading {
  margin-top: 40px;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  overflow: hidden;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .dotting {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  -webkit-box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  -webkit-animation: dot 2s infinite step-start both;
  animation: dot 2s infinite step-start both;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .dotting:before {
  content: '...';
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box .dotting::before {
  content: '';
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-box :root .dotting {
  margin-right: 8px;
}

@-webkit-keyframes dot {
  25% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  50% {
    -webkit-box-shadow: 2px 0 currentColor;
    box-shadow: 2px 0 currentColor;
  }

  75% {
    -webkit-box-shadow: 2px 0 currentColor, 6px 0 currentColor;
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}

@keyframes dot {
  25% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  50% {
    -webkit-box-shadow: 2px 0 currentColor;
    box-shadow: 2px 0 currentColor;
  }

  75% {
    -webkit-box-shadow: 2px 0 currentColor, 6px 0 currentColor;
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-btn button {
  position: relative;
  font-size: 16px;
  width: 200px;
  height: 40px;
}

.app-team-vip-batch .modal-dialog.new-modal-dialog .modal-content .batch-btn button .icon {
  position: relative;
  top: 1px;
  right: 5px;
}

.file-uploader-input {
  cursor: inherit;
  display: block;
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.app-report-tishi .img-logo {
  vertical-align: baseline;
}

.app-report-tishi .qixin-logo {
  position: absolute;
  top: 28px;
  left: 20px;
}

.app-report-tishi .modal-header {
  padding-top: 30px;
  border-bottom: none;
}

.app-report-tishi .modal-body {
  padding: 30px;
}

.app-report-tishi .modal-body .input-group {
  margin: 0 auto;
  margin-bottom: 40px;
}

.app-report-tishi .modal-body .btn1 {
  width: 200px;
}

.app-report-tishi .modal-body .tt-input {
  width: 380px;
}

.app-report-tishi .modal-body .error-label {
  min-width: 20px;
  height: 17px;
}

.app-buy-vip-one .modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.app-buy-vip-one .modal-content .modal-body {
  padding: 0;
  margin: 0;
}

.app-buy-vip-one .modal-content .vip-container {
  width: 100%;
  margin-left: 0;
  border-width: 0px;
}

.app-buy-vip-one .modal-content .vip-padding {
  margin-top: 0px;
  padding-top: 0px;
}

.app-buy-vip-one .modal-content .batch-search-example {
  width: 90%;
  margin: 0 auto;
}

.app-be-vip2 {
  background: url(//bgcdn.qixin.com/pcweb/static/img/vip-background-61daa95d.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0px;
  padding-bottom: 40px;
}

.app-be-vip2 .vip-padding {
  padding-top: 34px;
  margin-top: 0%;
}

.app-be-vip2 .vip-container {
  width: 665px;
  height: 100%;
  margin: auto;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
  overflow: hidden;
}

.app-be-vip2 .vip-container .top-container {
  background: url(//bgcdn.qixin.com/pcweb/static/img/tittle-back-7084de7f.png) no-repeat;
  background-size: cover;
  height: 140px;
}

.app-be-vip2 .vip-container .top-container .title {
  font-size: 26px;
  padding-top: 25px;
}

.app-be-vip2 .vip-container .top-container .text {
  color: #462406;
  margin-top: 8px;
}

.app-be-vip2 .vip-bottom {
  margin-top: 19px;
}

.app-be-vip2 .vip-bottom .title-container .title {
  color: #333333;
}

.app-be-vip2 .vip-bottom .title-container .priviledge {
  line-height: 20px;
  float: right;
}

.app-be-vip2 .vip-bottom .priviledge-img {
  margin-top: 18px;
  background: url(//bgcdn.qixin.com/pcweb/static/img/priviledges-75ced2b6.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 55px;
  background-position: center;
}

.app-be-vip2 .vip-normal-image {
  width: 100%;
  padding: 20px;
  height: auto;
  cursor: pointer;
}

.app-be-vip2 .vip-tip-image {
  width: 100%;
  padding: 20px;
  height: auto;
}

.app-vip-list {
  width: 625px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin: -60px auto 0px;
  padding-top: 25px;
}

.app-vip-list .font-d11 {
  color: #f5573e;
}

.app-vip-list .vip-list {
  padding-left: 30px;
}

.app-vip-list .vip-list.m-t-10 {
  margin-top: 10px;
}

.app-vip-list .vip-list>h5 {
  color: #333;
}

.app-vip-list .vip-list .vip-item {
  position: relative;
  display: inline-block;
  width: 130px;
  margin-right: 15px;
  cursor: pointer;
  vertical-align: top;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
}

.app-vip-list .vip-list .vip-item.border-red {
  border-color: #b1130f;
}

.app-vip-list .vip-list .vip-item:nth-child(4n) {
  margin-right: 0;
}

.app-vip-list .vip-list .vip-item .recommend {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 31px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.app-vip-list .vip-list .vip-item .gift-year {
  background-image: url(//bgcdn.qixin.com/pcweb/static/img/gift-1-6439f6df.png);
}

.app-vip-list .vip-list .vip-item .icon-select {
  font-size: 20px;
  position: absolute;
  top: -1px;
  right: -1px;
  color: #eddecf;
}

.app-vip-list .vip-list .vip-item .select-img {
  position: absolute;
  height: 17px;
  width: 17px;
  right: -1px;
  bottom: -1px;
}

.app-vip-list .vip-list .vip-item .d11-team-img {
  position: absolute;
  display: block;
  height: 16px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.app-vip-list .vip-list .vip-item:nth-child(4n) {
  margin-right: 0;
}

.app-vip-list .vip-list .vip-item.selected {
  background: #fff7eb;
  border-radius: 4px;
  border: 1px solid #432107;
}

.app-vip-list .vip-list .vip-item.selected .gift-year {
  background-image: url(//bgcdn.qixin.com/pcweb/static/img/gift-1-6439f6df.png);
}

.app-vip-list .vip-list .vip-item.selected .icon-select {
  font-size: 20px;
  position: absolute;
  top: -1px;
  right: -1px;
  color: #eddecf;
}

.app-vip-list .vip-list .vip-item.selected .select-img {
  position: absolute;
  width: 17px;
  height: 17px;
  right: -1px;
  bottom: -1px;
}

.app-vip-list .vip-list .vip-item .price {
  color: #f5573e;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 18px;
  padding-top: 13px;
  padding-bottom: 10px;
}

.app-vip-list .vip-list .vip-item .price .actual-price {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.app-vip-list .vip-list .vip-item .vip-type {
  margin-top: 10px;
  color: #000000;
  font-weight: 600;
  position: relative;
  line-height: 18px;
}

.app-vip-list .vip-list .vip-item .vip-everyday-price {
  color: #999;
  font-size: 11px;
  line-height: 16px;
}

.app-vip-list .vip-list .vip-item .month-activity {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background: #faeada;
  border-radius: 0 0 4px 4px;
  color: #714305;
  text-align: center;
}

.app-vip-list .vip-list .vip-item .month-activity.selected {
  background: #ffe5bf;
}

.app-vip-list .vip-list .vip-item .bg-price {
  font-size: 12px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: -9px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-weight: bold;
  text-align: center;
  background: url(//bgcdn.qixin.com/pcweb/static/img/vip-bg30-1bd9ee1f.png) no-repeat center center;
  background-size: contain;
  color: #46290f;
}

.app-vip-list .vip-list .vip-item .event-top-img {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: auto;
  height: 12px;
}

.app-vip-list .vip-list .vip-item .event-top-img-d11 {
  left: 82px;
  top: -4px;
  width: auto;
  height: 17px;
}

.app-vip-list .vip-list .vip-item .event-bottom-img {
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: block;
  width: 130px;
  z-index: 2;
  border-bottom-left-radius: 8px;
  height: auto !important;
}

.app-vip-list .vip-list .vip-item .event-bottom-img-sd-3 {
  width: 100%;
  position: absolute;
  left: -1px;
  right: 0px;
  bottom: -1px;
  height: auto !important;
}

.app-vip-list .vip-list .vip-item .event-bottom-img-sd-3 .spring-img {
  width: 100%;
}

.app-vip-list .vip-list .vip-item .event-bottom-img-sd-3 .event-bottom-text {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  white-space: nowrap;
  position: absolute;
  left: 28px;
  font-size: 16px;
  bottom: 5px;
  color: #ffe4b5;
}

.app-vip-list .vip-list .vip-group-item .app-group-vip-input {
  color: #666;
}

.app-vip-list .vip-list .vip-group-item .app-group-vip-input .icon2,
.app-vip-list .vip-list .vip-group-item .app-group-vip-input .icon-text-fix2 {
  border-color: #333;
}

.app-vip-list .vip-list .vip-group-item .app-group-vip-input em {
  background: #333;
}

.app-vip-list .vip-list .vip-group-item .head_img {
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  top: -4px;
}

.app-vip-list .vip-list .vip-group-item .bottom_tips {
  color: #ff5346;
  font-size: 12px;
  text-align: center;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  margin-top: -3.5px;
}

.app-vip-list .in-dialog {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.app-vip-list .buy-container {
  margin-top: 15px;
}

.app-vip-list .buy-container .buy-button {
  width: 202px;
  height: 42px;
  background: url(//bgcdn.qixin.com/pcweb/static/img/vip-btn-753b619a.png) no-repeat center center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  line-height: 42px;
  margin: 0 auto;
  cursor: pointer;
}

.app-group-vip-input {
  color: #fff;
  position: relative;
}

.app-group-vip-input>span {
  display: inline-block;
}

.app-group-vip-input>span.icon {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-group-vip-input>span.icon:first-child {
  margin-left: 35px;
}

.app-group-vip-input>span.icon>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-group-vip-input>span.icon .h-line {
  height: 2px;
  width: 16px;
}

.app-group-vip-input>span.icon .v-line {
  width: 2px;
  height: 16px;
}

.app-group-vip-input>span.icon2 {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-group-vip-input>span.icon2>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-group-vip-input>span.icon2 .h-line {
  height: 2px;
  width: 9px;
}

.app-group-vip-input>span.icon2 .v-line {
  width: 2px;
  height: 9px;
}

.app-group-vip-input .icon-text-fix {
  vertical-align: middle;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.app-group-vip-input .icon-text-fix:focus {
  outline: none;
}

.app-group-vip-input .icon-text-fix2 {
  vertical-align: middle;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  height: 17px;
  line-height: 17px;
  width: 28px;
  text-align: center;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.app-group-vip-input .icon-text-fix2:focus {
  outline: none;
}

.app-group-vip-input .font-10 {
  font-size: 10px;
}

.app-group-vip-input .sub-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.app-group-vip-input .add-img {
  display: inline-block;
  width: 98px;
  position: absolute;
  left: calc(50% + 25px);
  top: 28px;
}

.font-333 {
  color: #333;
}

.discount-wrapper .wrapper-bg {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #EDDECF;
  background-color: #FFFCF9;
  position: relative;
}

.discount-wrapper .wrapper-bg .radio {
  color: #333;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
  display: none;
}

.discount-wrapper .wrapper-bg .radio label {
  font-size: 16px;
}

.discount-wrapper .wrapper-bg .radio label::before {
  top: 2px;
}

.discount-wrapper .wrapper-bg .radio.checked {
  display: block;
}

.discount-wrapper .wrapper-bg.open .radio {
  display: block;
}

.discount-wrapper .wrapper-bg.open .radio+.radio {
  margin-top: 15px;
}

.discount-wrapper .wrapper-bg .radio {
  font-weight: normal;
  margin: 0;
}

.discount-wrapper .wrapper-bg .radio .icon {
  position: absolute;
  left: -17.5px;
  top: 50%;
  -webkit-transform: translate(0, -48%);
  -ms-transform: translate(0, -48%);
  transform: translate(0, -48%);
  color: #fff;
  z-index: 2;
  font-size: 10px;
}

.discount-wrapper .wrapper-bg .btn-open {
  line-height: 21px;
  color: #A58256;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.discount-wrapper .wrapper-bg em {
  color: #FF5346;
}

.discount-wrapper .wrapper-bg input[disabled=disabled]+label>em {
  color: #ff5346;
}

.discount-wrapper .wrapper-bg .radio-info.checked label {
  outline: none;
}

.discount-wrapper .wrapper-bg .radio-info.checked label::after {
  background-color: #432107;
  border-color: #432107 !important;
}

.discount-wrapper .wrapper-bg .radio-info.checked label::before {
  background-color: #432107;
  border-color: #432107 !important;
}

.discount-wrapper .wrapper-bg .discount-label::before {
  border-color: #A58256;
  background-color: #fffcf9;
}

.discount-wrapper .wrapper-bg .discount-label::after {
  background-color: #A58256;
  border-color: #A58256;
}

.app-person-partners-list .qixin-logo {
  position: absolute;
  top: 13px;
  left: 20px;
}

.app-person-partners-list .table td {
  vertical-align: top;
  padding-bottom: 10px;
}

.app-person-partners-list .modal-header {
  position: relative;
  height: 56px;
  padding: 0px;
}

.app-person-partners-list .modal-header .modal-title {
  line-height: 56px;
}

.app-person-partners-list .modal-header .close {
  color: #a6acbc;
  font-weight: normal;
  font-size: 36px;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 16px;
}

.app-person-partners-list .logo {
  font-size: 20px !important;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px solid #eaedf4;
}

.app-person-partners-list .logo .word {
  line-height: 56px !important;
}

.app-person-partners-list .tips {
  margin-top: 10px;
}

.app-default-logo {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 24px;
  text-align: center;
  border-radius: 4px;
}

.app-default-logo.E {
  background: #4480d8 !important;
}

.app-default-logo.P {
  background: #7975b0 !important;
}

.app-default-logo .row {
  height: 50%;
}

.app-default-logo .row .word {
  height: 100%;
}

.app-default-logo .left-top {
  height: 50%;
  padding: 10% 0 0 10% !important;
}

.app-default-logo .right-top {
  height: 50%;
  padding: 10% 10% 0 0 !important;
}

.app-default-logo .left-bottom {
  height: 50%;
  padding: 0 0 10% 10% !important;
}

.app-default-logo .right-bottom {
  height: 50%;
  padding: 0 10% 10% 0 !important;
}

.ui-link-company .text-ellipsis {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-link-shareholder .text-ellipsis {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-pagination {
  vertical-align: top;
}

.ui-pagination>nav {
  float: left;
}

.ui-pagination>nav>ul {
  margin: 0;
}

.ui-pagination>.jump-to {
  float: left;
  margin-left: 10px;
}

.ui-pagination>.jump-to>input {
  margin-left: 4px;
  margin-right: 4px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.ui-pagination>.jump-to>button {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.app-mailbox .img-logo {
  vertical-align: baseline;
}

.app-mailbox .qixin-logo {
  position: absolute;
  top: 28px;
  left: 20px;
}

.app-mailbox .modal-header {
  padding-top: 30px;
  border-bottom: none;
}

.app-mailbox .modal-body {
  padding: 30px;
}

.app-mailbox .modal-body .input-group {
  margin: 0 auto;
  margin-bottom: 40px;
}

.app-mailbox .modal-body .btn1 {
  width: 200px;
}

.app-mailbox .modal-body .tt-input {
  width: 380px;
}

.app-mailbox .modal-body .error-label {
  min-width: 20px;
  height: 17px;
}

.app-mailbox .img-logo {
  vertical-align: baseline;
}

.app-mailbox .qixin-logo {
  position: absolute;
  top: 28px;
  left: 20px;
}

.app-mailbox .modal-header {
  padding-top: 30px;
  border-bottom: none;
}

.app-mailbox .modal-body {
  padding: 30px;
}

.app-mailbox .modal-body .input-group {
  margin: 0 auto;
  margin-bottom: 40px;
}

.app-mailbox .modal-body .btn1 {
  width: 200px;
}

.app-mailbox .modal-body .tt-input {
  width: 380px;
}

.app-mailbox .modal-body .error-label {
  min-width: 20px;
  height: 17px;
}

@font-face {
  font-family: 'qixin';
  src: url(//bgcdn.qixin.com/pcweb/static/font/qixin-2a11029e.eot);
  src: url(//bgcdn.qixin.com/pcweb/static/font/qixin-2a11029e.eot#iefix) format('embedded-opentype'), url(//bgcdn.qixin.com/pcweb/static/font/qixin-7d358642.ttf) format('truetype'),
    url(//bgcdn.qixin.com/pcweb/static/font/qixin-3dfd2dda.woff) format('woff'), url(//bgcdn.qixin.com/pcweb/static/font/qixin-7fdfd41f.svg#qixin) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qixin' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1guanzhu:before {
  content: '\e900';
}

.icon-1jiankong:before {
  content: '\e901';
}

.icon-1zuzhibeijing:before {
  content: '\e902';
}

.icon-2guanzhu:before {
  content: '\e903';
}

.icon-2jiankong:before {
  content: '\e904';
}

.icon-2jingyingzhuangkuang:before {
  content: '\e905';
}

.icon-3chuangxinnengli:before {
  content: '\e906';
}

.icon-4xinyonglishi:before {
  content: '\e907';
}

.icon-5xinxiwanbeidu:before {
  content: '\e908';
}

.icon-VIP:before {
  content: '\e909';
}

.icon-add:before {
  content: '\e90a';
}

.icon-Android:before {
  content: '\e90b';
}

.icon-app:before {
  content: '\e90c';
}

.icon-arrow_bottom:before {
  content: '\e90d';
}

.icon-arrow_bottom-small:before {
  content: '\e90e';
}

.icon-arrow_left:before {
  content: '\e90f';
}

.icon-arrow_right:before {
  content: '\e910';
}

.icon-arrow_top:before {
  content: '\e911';
}

.icon-arrow_top-small:before {
  content: '\e912';
}

.icon-arrow-bottom-type1:before {
  content: '\e913';
}

.icon-arrow-left1:before {
  content: '\e914';
}

.icon-arrow-right1:before {
  content: '\e915';
}

.icon-arrow-top-type1:before {
  content: '\e916';
}

.icon-attention:before {
  content: '\e917';
}

.icon-beizhixingren:before {
  content: '\e918';
}

.icon-caigou:before {
  content: '\e919';
}

.icon-cancelfullscreen:before {
  content: '\e91a';
}

.icon-cardmail:before {
  content: '\e91b';
}

.icon-cardphone:before {
  content: '\e91c';
}

.icon-cardposition:before {
  content: '\e91d';
}

.icon-carduser:before {
  content: '\e91e';
}

.icon-chagongshangbiangeng:before {
  content: '\e91f';
}

.icon-chaguquanjiegou:before {
  content: '\e920';
}

.icon-changonggao:before {
  content: '\e921';
}

.icon-chanzhuanli:before {
  content: '\e922';
}

.icon-chapanjue:before {
  content: '\e923';
}

.icon-chashangbiao:before {
  content: '\e924';
}

.icon-chashixin:before {
  content: '\e925';
}

.icon-chaxinzenqiye:before {
  content: '\e926';
}

.icon-checkbox:before {
  content: '\e927';
}

.icon-chuzi:before {
  content: '\e928';
}

.icon-daorutongxunlu:before {
  content: '\e929';
}

.icon-delete:before {
  content: '\e92a';
}

.icon-delete1:before {
  content: '\e92b';
}

.icon-detele-miu:before {
  content: '\e92c';
}

.icon-dianhuadizhi:before {
  content: '\e92d';
}

.icon-diyongquan:before {
  content: '\e92e';
}

.icon-doublearrowB:before {
  content: '\e92f';
}

.icon-doublearrowT:before {
  content: '\e930';
}

.icon-download:before {
  content: '\e931';
}

.icon-dui-gou:before {
  content: '\e932';
}

.icon-duiwaitouzixiazai:before {
  content: '\e933';
}

.icon-eidt:before {
  content: '\e934';
}

.icon-eye:before {
  content: '\e935';
}

.icon-fanhui:before {
  content: '\e936';
}

.icon-foot:before {
  content: '\e937';
}

.icon-foot2:before {
  content: '\e938';
}

.icon-foot3:before {
  content: '\e939';
}

.icon-foot4:before {
  content: '\e93a';
}

.icon-gaojishaixuan:before {
  content: '\e93b';
}

.icon-gengxin:before {
  content: '\e93c';
}

.icon-global-search:before {
  content: '\e93d';
}

.icon-gou:before {
  content: '\e93e';
}

.icon-guanlian:before {
  content: '\e93f';
}

.icon-gudonggaoguan:before {
  content: '\e940';
}

.icon-guquanjiegou:before {
  content: '\e941';
}

.icon-hailiangshuju:before {
  content: '\e942';
}

.icon-history:before {
  content: '\e943';
}

.icon-history-account:before {
  content: '\e944';
}

.icon-history-icon:before {
  content: '\e945';
}

.icon-hot:before {
  content: '\e946';
}

.icon-huanyipi:before {
  content: '\e947';
}

.icon-huanzu:before {
  content: '\e948';
}

.icon-huiyuanzhongxin:before {
  content: '\e949';
}

.icon-iphone:before {
  content: '\e94a';
}

.icon-jifen:before {
  content: '\e94b';
}

.icon-jifenzhongxin:before {
  content: '\e94c';
}

.icon-jinrongcongye:before {
  content: '\e94d';
}

.icon-jizhe:before {
  content: '\e94e';
}

.icon-kefuzhuanxian:before {
  content: '\e94f';
}

.icon-login:before {
  content: '\e950';
}

.icon-lvshi:before {
  content: '\e951';
}

.icon-lvshishiwusuo:before {
  content: '\e952';
}

.icon-meitituiguang:before {
  content: '\e953';
}

.icon-minus:before {
  content: '\e954';
}

.icon-nodata:before {
  content: '\e955';
}

.icon-none:before {
  content: '\e956';
}

.icon-online-kefu:before {
  content: '\e957';
}

.icon-P2P:before {
  content: '\e958';
}

.icon-password:before {
  content: '\e959';
}

.icon-pingjiaqiye:before {
  content: '\e95a';
}

.icon-pinglun:before {
  content: '\e95b';
}

.icon-plus:before {
  content: '\e95c';
}

.icon-publicwx:before {
  content: '\e95d';
}

.icon-pulldown:before {
  content: '\e95e';
}

.icon-pullup:before {
  content: '\e95f';
}

.icon-qf-order:before {
  content: '\e960';
}

.icon-qiuzhizhe:before {
  content: '\e961';
}

.icon-qiyehuiyuantequan:before {
  content: '\e962';
}

.icon-QQ:before {
  content: '\e963';
}

.icon-quanping:before {
  content: '\e964';
}

.icon-radiusbtn-A:before {
  content: '\e965';
}

.icon-radiusbtn-B:before {
  content: '\e966';
}

.icon-refresh:before {
  content: '\e967';
}

.icon-rename:before {
  content: '\e968';
}

.icon-renling:before {
  content: '\e969';
}

.icon-renmingquchong:before {
  content: '\e96a';
}

.icon-resouci:before {
  content: '\e96b';
}

.icon-rice:before {
  content: '\e96c';
}

.icon-save:before {
  content: '\e96d';
}

.icon-search:before {
  content: '\e96e';
}

.icon-select:before {
  content: '\e96f';
}

.icon-shangchuan:before {
  content: '\e970';
}

.icon-shangshigongsi:before {
  content: '\e971';
}

.icon-share:before {
  content: '\e972';
}

.icon-shehuizuzhi:before {
  content: '\e973';
}

.icon-teamVip:before {
  content: '\e974';
}

.icon-tishi:before {
  content: '\e975';
}

.icon-tishi2:before {
  content: '\e976';
}

.icon-touziren:before {
  content: '\e977';
}

.icon-tuputequan:before {
  content: '\e978';
}

.icon-user:before {
  content: '\e979';
}

.icon-view:before {
  content: '\e97a';
}

.icon-vip:before {
  content: '\e97b';
}

.icon-wechat1:before {
  content: '\e97c';
}

.icon-wechat2:before {
  content: '\e97d';
}

.icon-why:before {
  content: '\e97e';
}

.icon-wodedingdan:before {
  content: '\e97f';
}

.icon-wujiaoxing:before {
  content: '\e980';
}

.icon-wujiaoxing2:before {
  content: '\e981';
}

.icon-xiaoshou:before {
  content: '\e982';
}

.icon-xiaoxizhongxin:before {
  content: '\e983';
}

.icon-xiazai:before {
  content: '\e984';
}

.icon-xiazaitupu:before {
  content: '\e985';
}

.icon-xinsanban:before {
  content: '\e986';
}

.icon-xinyongbaogao:before {
  content: '\e987';
}

.icon-xiugai:before {
  content: '\e988';
}

.icon-yisiguanxi:before {
  content: '\e989';
}

.icon-zhengfubumen:before {
  content: '\e98a';
}

.icon-zhiding:before {
  content: '\e98b';
}

.icon-zhifuchenggong:before {
  content: '\e98c';
}

.icon-zhifushibai:before {
  content: '\e98d';
}

.icon-zoomin:before {
  content: '\e98e';
}

.icon-zoomout:before {
  content: '\e98f';
}

.checkbox-common input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.checkbox-common .custom-check {
  color: #333;
  min-width: 100px;
  font-weight: 400;
  height: 1.2em;
  margin: 0.6em auto;
  position: relative;
  text-align: left;
}

.checkbox-common .custom-check__checkbox {
  border-radius: 0.125em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 1.1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.1em;
}

.checkbox-common .custom-check__text {
  min-width: 100px;
  cursor: pointer;
  display: block;
  height: 1.1em;
  left: 0;
  line-height: 1.1em;
  margin-top: -0.02em;
  padding-left: 1.7em;
  position: absolute;
  text-align: left;
  top: 0;
}

.checkbox-common .check-B__background {
  background-color: #fff;
  border-radius: 0.125em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkbox-common .check-B:checked+.check-B__background {
  -webkit-animation: bouncing-item 0.5s ease-in-out 0.2s 1 normal forwards;
  animation: bouncing-item 0.5s ease-in-out 0.2s 1 normal forwards;
  background-color: #1478f0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}

.checkbox-common input:disabled ~ .check-B__checkbox {
  border-color: #999;
}

.checkbox-common .check-B__checkbox {
  border: solid 0.125em #1478f0;
  -webkit-transition: all 0.1s ease-in-out 0.25s;
  -o-transition: all 0.1s ease-in-out 0.25s;
  transition: all 0.1s ease-in-out 0.25s;
}

.checkbox-common .check-B:checked+.check-B__background+.check-B__checkbox {
  border-color: #fff;
  border-radius: 0;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
  height: 0.33em;
  left: 0.22em;
  top: 0.3em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.66em;
}

@-webkit-keyframes bouncing-item {
  10%, 50%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  90% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes bouncing-item {
  10%, 50%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  90% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.checkbox-common input[type='checkbox'],
.checkbox-common input[type='radio'] {
  opacity: 0;
  outline: none;
  -ms-touch-action: none;
  touch-action: none;
}

.checkbox-common label {
  -ms-touch-action: none;
  touch-action: none;
}

.checkbox-common input[class^='custom-check__checkbox']+span[class^='custom-check__checkbox']>span[data-ripple='true']::before,
.checkbox-common span[data-ripple='true']::before {
  background-color: rgba(177,230,254,0.9);
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.checkbox-common input[class^='custom-check__checkbox']:checked+span[class^='custom-check__checkbox']>span[data-ripple='true']::before,
.checkbox-common input[class^='custom-check__checkbox']:checked+span[data-ripple='true']::before {
  -webkit-animation: ripple 0.4s ease 0.1s 1 normal forwards;
  animation: ripple 0.4s ease 0.1s 1 normal forwards;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    opacity: 0.7;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    opacity: 0.8;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }

  60% {
    opacity: 0.7;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    opacity: 0.7;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    opacity: 0.8;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }

  60% {
    opacity: 0.7;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.move-group .modal-dialog {
  top: 10%;
}

.move-group .btn,
.move-group .btn2 {
  vertical-align: baseline;
}

.move-group .modal-body {
  height: 400px;
  overflow-y: scroll;
}

.move-group .modal-body::-webkit-scrollbar-track {
  background-color: #fff;
}

.move-group .modal-body .new-add {
  border: 1px dashed #e0e3ec;
  padding: 4px 0px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.move-group .modal-body .edit-add {
  padding: 4px 0px;
  line-height: 30px;
}

.move-group .modal-body .custom-input-box {
  display: inline-block;
  width: 100% !important;
  height: 49px;
}

.move-group .modal-body .custom-check-box {
  width: 100%;
}

.move-group .modal-body .custom-check-box .handle-box {
  display: none;
}

.move-group .modal-body .custom-check-box .handle-none {
  display: none !important;
}

.move-group .modal-body .custom-check-box:hover {
  background: #f6f6f6;
}

.move-group .modal-body .custom-check-box:hover .handle-box {
  display: inline-block;
}

.move-group .modal-body .custom-check-box.handle_default_none {
  display: none;
}

.move-group .modal-body .custom-check-box .more_width {
  width: 75%;
}

.move-group .modal-body .handle-eidt:hover {
  color: #1478f0;
}

.move-group .modal-body .handle-delete:hover {
  color: #f5573e;
}

.move-group .modal-body .custom-check {
  height: 19px;
  position: relative;
  top: 2px;
  width: 75%;
}

.move-group .modal-body .custom-check .folder {
  position: relative;
  top: -4px;
}

.move-group .modal-body .custom-check .custom-check__text {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}

.move-group .modal-body .custom-check .p-l-35 {
  padding-left: 35px;
}

.move-group .modal-header {
  border-bottom: 1px solid #eaedf4;
}

.move-group .modal-footer {
  padding-bottom: 20px;
}

.move-group .modal-footer .btn-bar {
  text-align: right;
  margin-right: 15px;
}

.move-group .modal-footer .btn-bar div {
  padding-top: 10px;
  color: #7a808f;
}

.move-group .modal-body {
  padding: 20px 20px 20px 30px;
}

.move-group .modal-body .qrcode-container {
  padding: 40px 0;
}

.move-group .modal-body .qrcode-container .qrcode img {
  width: 140px;
}

@font-face {
  font-family: "iconfont";
  /* Project id 2215364 */
  src: url(//bgcdn.qixin.com/pcweb/static/font/iconfont-816ccc98.eot);
  /* IE9 */
  src: url(//bgcdn.qixin.com/pcweb/static/font/iconfont-816ccc98.eot#iefix) format('embedded-opentype'), 
       url(//bgcdn.qixin.com/pcweb/static/font/iconfont-52624bbf.woff2) format('woff2'),
       url(//bgcdn.qixin.com/pcweb/static/font/iconfont-84c74491.woff) format('woff'),
       url(//bgcdn.qixin.com/pcweb/static/font/iconfont-3f45582f.ttf) format('truetype'),
       url(//bgcdn.qixin.com/pcweb/static/font/iconfont-1907c18a.svg#iconfont) format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconeye-line2:before {
  content: "\e728";
}

.iconfuzhi:before {
  content: "\e725";
}

.iconfankui:before {
  content: "\e724";
}

.iconmubiao1:before {
  content: "\e723";
}

.iconerweima:before {
  content: "\e721";
}

.iconlink:before {
  content: "\e720";
}

.iconcuowu:before {
  content: "\e71f";
}

.iconarrowright:before {
  content: "\e71e";
}

.iconexport:before {
  content: "\e719";
}

.iconhistory:before {
  content: "\e71a";
}

.iconmonitor:before {
  content: "\e71b";
}

.iconsubscribe:before {
  content: "\e71c";
}

.iconsearch:before {
  content: "\e71d";
}

.iconcollected:before {
  content: "\e716";
}

.iconcollection:before {
  content: "\e717";
}

.iconarrowup:before {
  content: "\e714";
}

.iconarrowdown:before {
  content: "\e715";
}

.icondelete:before {
  content: "\e712";
}

.iconmessage:before {
  content: "\e713";
}

.iconchecked_square:before {
  content: "\e61e";
}

.iconHOT:before {
  content: "\e64a";
}

.iconzhengxu:before {
  content: "\e70c";
}

.iconpaixu:before {
  content: "\e70d";
}

.icondaoxu:before {
  content: "\e70e";
}

.iconicon_up:before {
  content: "\e70a";
}

.iconicon_down:before {
  content: "\e70b";
}

.iconicon_left:before {
  content: "\e709";
}

.icongangbi:before {
  content: "\e707";
}

.icontupian:before {
  content: "\e704";
}

.iconbianzu:before {
  content: "\e702";
}

.iconbianji:before {
  content: "\e634";
}

.iconwenzi1:before {
  content: "\e633";
}

.iconshaixuan:before {
  content: "\e632";
}

.iconquanping:before {
  content: "\e631";
}

.iconshuaxin:before {
  content: "\e630";
}

.iconsuoxiao:before {
  content: "\e62f";
}

.iconfangda:before {
  content: "\e62d";
}

.iconbaogao:before {
  content: "\e62a";
}

.iconadd:before {
  content: "\e627";
}

.iconsousuo:before {
  content: "\e620";
}

.iconbaocun1:before {
  content: "\e628";
}

.icontuichuquanping:before {
  content: "\e755";
}

.icondizhidingwei:before {
  content: "\e60d";
}

.iconemail:before {
  content: "\e675";
}

.iconguanbi:before {
  content: "\e615";
}

.iconemployee_intro:before {
  content: "\e60e";
}

.iconphone:before {
  content: "\e610";
}

.iconhuiyuan:before {
  content: "\e611";
}

.iconrenzheng:before {
  content: "\e612";
}

.iconback:before {
  content: "\e614";
}

.iconchecked:before {
  content: "\e603";
}

.iconunchecked_circle:before {
  content: "\e604";
}

.iconicon_edit:before {
  content: "\e605";
}

.iconicon_right:before {
  content: "\e606";
}

.iconchecked_circle:before {
  content: "\e607";
}

.iconedit:before {
  content: "\e608";
}

.iconali:before {
  content: "\e609";
}

.iconwx:before {
  content: "\e60a";
}

.iconShape:before {
  content: "\e60b";
}

.iconwenhao:before {
  content: "\e60c";
}

.iconback1:before {
  content: "\e60f";
}

.icondown:before {
  content: "\e613";
}

.iconup:before {
  content: "\e616";
}

.icontupu-fenxiang:before {
  content: "\e640";
}

.icontupu-baocun:before {
  content: "\e641";
}

.iconbaocun:before {
  content: "\e617";
}

.iconfenxiang:before {
  content: "\e618";
}

.icontuichu:before {
  content: "\e619";
}

.iconPDF-3:before {
  content: "\e643";
}

.icondizhi:before {
  content: "\e61a";
}

.iconGroup4:before {
  content: "\e61b";
}

.iconyouxiang:before {
  content: "\e61c";
}

.icondianhua:before {
  content: "\e61d";
}

.iconqiye1:before {
  content: "\e629";
}

.icontouzi1:before {
  content: "\e62e";
}

.app-to-app-verify .qixin-logo {
  position: absolute;
  top: 13px;
  left: 20px;
}

.app-to-app-verify .modal-header {
  position: relative;
  height: 56px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

.app-to-app-verify .modal-header .modal-title {
  line-height: 56px;
}

.app-to-app-verify .modal-header .close {
  color: #a6acbc;
  font-weight: normal;
  font-size: 36px;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 16px;
}

.app-to-app-verify .tips {
  margin-top: 10px;
}

.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  text-rendering: auto;
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

.icon-left {
  margin-right: 4px;
}

.icon-right {
  margin-left: 4px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .btn1>.caret,
  .btn2>.caret,
  .btn3>.caret,
  .btn4>.caret,
  .btn5>.caret,
  .btn6>.caret,
  .btn7>.caret,
  .btn-cancel>.caret,
  .btn-link>.caret,
  .dropup>.btn>.caret,
  .dropup>.btn1>.caret,
  .dropup>.btn2>.caret,
  .dropup>.btn3>.caret,
  .dropup>.btn4>.caret,
  .dropup>.btn5>.caret,
  .dropup>.btn6>.caret,
  .dropup>.btn7>.caret,
  .dropup>.btn-cancel>.caret,
  .dropup>.btn-link>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(//bgcdn.qixin.com/pcweb/static/font/glyphicons-halflings-regular-f4769f9b.eot);
  src: url(//bgcdn.qixin.com/pcweb/static/font/glyphicons-halflings-regular-f4769f9b.eot?#iefix) format("embedded-opentype"),url(//bgcdn.qixin.com/pcweb/static/font/glyphicons-halflings-regular-448c34a5.woff2) format("woff2"),url(//bgcdn.qixin.com/pcweb/static/font/glyphicons-halflings-regular-fa277232.woff) format("woff"),url(//bgcdn.qixin.com/pcweb/static/font/glyphicons-halflings-regular-e18bbf61.ttf) format("truetype"),url(//bgcdn.qixin.com/pcweb/static/font/glyphicons-halflings-regular-89889688.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: "Microsoft YaHei",Arial;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #1478f0;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0b54ac;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

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

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

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #f9e491;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #1478f0;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0d60c4;
}

.text-success {
  color: #27a4b0;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7d86;
}

.text-info {
  color: #327ad5;
}

a.text-info:hover,
a.text-info:focus {
  color: #2462b0;
}

.text-warning {
  color: #c29d0b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #927608;
}

.text-danger {
  color: #e73d4a;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d61b29;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1478f0;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d60c4;
}

.bg-success {
  background-color: #abe7ed;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #81dbe4;
}

.bg-info {
  background-color: #e0ebf9;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #b5cff1;
}

.bg-warning {
  background-color: #f9e491;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f6d861;
}

.bg-danger {
  background-color: #fbe1e3;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f5b4b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

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

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

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

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

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

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

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

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }

  .col-sm-1 {
    width: 4.16667%;
  }

  .col-sm-2 {
    width: 8.33333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.66667%;
  }

  .col-sm-5 {
    width: 20.83333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.16667%;
  }

  .col-sm-8 {
    width: 33.33333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.66667%;
  }

  .col-sm-11 {
    width: 45.83333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.16667%;
  }

  .col-sm-14 {
    width: 58.33333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.66667%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .col-sm-20 {
    width: 83.33333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.66667%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .col-sm-24 {
    width: 100%;
  }

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

  .col-sm-pull-1 {
    right: 4.16667%;
  }

  .col-sm-pull-2 {
    right: 8.33333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.66667%;
  }

  .col-sm-pull-5 {
    right: 20.83333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.16667%;
  }

  .col-sm-pull-8 {
    right: 33.33333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.66667%;
  }

  .col-sm-pull-11 {
    right: 45.83333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.16667%;
  }

  .col-sm-pull-14 {
    right: 58.33333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.66667%;
  }

  .col-sm-pull-17 {
    right: 70.83333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.16667%;
  }

  .col-sm-pull-20 {
    right: 83.33333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.66667%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

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

  .col-sm-push-1 {
    left: 4.16667%;
  }

  .col-sm-push-2 {
    left: 8.33333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.66667%;
  }

  .col-sm-push-5 {
    left: 20.83333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.16667%;
  }

  .col-sm-push-8 {
    left: 33.33333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.66667%;
  }

  .col-sm-push-11 {
    left: 45.83333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.16667%;
  }

  .col-sm-push-14 {
    left: 58.33333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.66667%;
  }

  .col-sm-push-17 {
    left: 70.83333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.16667%;
  }

  .col-sm-push-20 {
    left: 83.33333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.66667%;
  }

  .col-sm-push-23 {
    left: 95.83333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }

  .col-md-1 {
    width: 4.16667%;
  }

  .col-md-2 {
    width: 8.33333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.66667%;
  }

  .col-md-5 {
    width: 20.83333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.16667%;
  }

  .col-md-8 {
    width: 33.33333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.66667%;
  }

  .col-md-11 {
    width: 45.83333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.16667%;
  }

  .col-md-14 {
    width: 58.33333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.66667%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .col-md-20 {
    width: 83.33333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.66667%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .col-md-24 {
    width: 100%;
  }

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

  .col-md-pull-1 {
    right: 4.16667%;
  }

  .col-md-pull-2 {
    right: 8.33333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.66667%;
  }

  .col-md-pull-5 {
    right: 20.83333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.16667%;
  }

  .col-md-pull-8 {
    right: 33.33333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.66667%;
  }

  .col-md-pull-11 {
    right: 45.83333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.16667%;
  }

  .col-md-pull-14 {
    right: 58.33333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.66667%;
  }

  .col-md-pull-17 {
    right: 70.83333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.16667%;
  }

  .col-md-pull-20 {
    right: 83.33333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.66667%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

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

  .col-md-push-1 {
    left: 4.16667%;
  }

  .col-md-push-2 {
    left: 8.33333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.66667%;
  }

  .col-md-push-5 {
    left: 20.83333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.16667%;
  }

  .col-md-push-8 {
    left: 33.33333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.66667%;
  }

  .col-md-push-11 {
    left: 45.83333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.16667%;
  }

  .col-md-push-14 {
    left: 58.33333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.66667%;
  }

  .col-md-push-17 {
    left: 70.83333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.16667%;
  }

  .col-md-push-20 {
    left: 83.33333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.66667%;
  }

  .col-md-push-23 {
    left: 95.83333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }

  .col-lg-1 {
    width: 4.16667%;
  }

  .col-lg-2 {
    width: 8.33333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.66667%;
  }

  .col-lg-5 {
    width: 20.83333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.16667%;
  }

  .col-lg-8 {
    width: 33.33333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.66667%;
  }

  .col-lg-11 {
    width: 45.83333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.16667%;
  }

  .col-lg-14 {
    width: 58.33333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.66667%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .col-lg-20 {
    width: 83.33333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.66667%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .col-lg-24 {
    width: 100%;
  }

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

  .col-lg-pull-1 {
    right: 4.16667%;
  }

  .col-lg-pull-2 {
    right: 8.33333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.66667%;
  }

  .col-lg-pull-5 {
    right: 20.83333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.16667%;
  }

  .col-lg-pull-8 {
    right: 33.33333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.66667%;
  }

  .col-lg-pull-11 {
    right: 45.83333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.16667%;
  }

  .col-lg-pull-14 {
    right: 58.33333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.66667%;
  }

  .col-lg-pull-17 {
    right: 70.83333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.16667%;
  }

  .col-lg-pull-20 {
    right: 83.33333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.66667%;
  }

  .col-lg-pull-23 {
    right: 95.83333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

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

  .col-lg-push-1 {
    left: 4.16667%;
  }

  .col-lg-push-2 {
    left: 8.33333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.66667%;
  }

  .col-lg-push-5 {
    left: 20.83333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.16667%;
  }

  .col-lg-push-8 {
    left: 33.33333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.66667%;
  }

  .col-lg-push-11 {
    left: 45.83333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.16667%;
  }

  .col-lg-push-14 {
    left: 58.33333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.66667%;
  }

  .col-lg-push-17 {
    left: 70.83333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.16667%;
  }

  .col-lg-push-20 {
    left: 83.33333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.66667%;
  }

  .col-lg-push-23 {
    left: 95.83333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }
}

table {
  background-color: rgba(0,0,0,0);
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #e9e9e9;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9e9e9;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #e9e9e9;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e9e9e9;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #e9e9e9;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #abe7ed;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #96e1e9;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #e0ebf9;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #cbddf5;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #f9e491;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #f8de79;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #fbe1e3;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #f8cbce;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e9e9e9;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #5ca1f5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(92,161,245,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(92,161,245,0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input.form-control[type="date"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="date"],
  .input-group-sm>.input-group-btn>input.btn1[type="date"],
  .input-group-sm>.input-group-btn>input.btn2[type="date"],
  .input-group-sm>.input-group-btn>input.btn3[type="date"],
  .input-group-sm>.input-group-btn>input.btn4[type="date"],
  .input-group-sm>.input-group-btn>input.btn5[type="date"],
  .input-group-sm>.input-group-btn>input.btn6[type="date"],
  .input-group-sm>.input-group-btn>input.btn7[type="date"],
  .input-group-sm>.input-group-btn>input.btn-cancel[type="date"],
  .input-group-sm>.input-group-btn>input.btn-link[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  .input-group-sm>.input-group-btn>input.btn1[type="time"],
  .input-group-sm>.input-group-btn>input.btn2[type="time"],
  .input-group-sm>.input-group-btn>input.btn3[type="time"],
  .input-group-sm>.input-group-btn>input.btn4[type="time"],
  .input-group-sm>.input-group-btn>input.btn5[type="time"],
  .input-group-sm>.input-group-btn>input.btn6[type="time"],
  .input-group-sm>.input-group-btn>input.btn7[type="time"],
  .input-group-sm>.input-group-btn>input.btn-cancel[type="time"],
  .input-group-sm>.input-group-btn>input.btn-link[type="time"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn1[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn2[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn3[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn4[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn5[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn6[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn7[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn-cancel[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn-link[type="datetime-local"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  .input-group-sm>.input-group-btn>input.btn1[type="month"],
  .input-group-sm>.input-group-btn>input.btn2[type="month"],
  .input-group-sm>.input-group-btn>input.btn3[type="month"],
  .input-group-sm>.input-group-btn>input.btn4[type="month"],
  .input-group-sm>.input-group-btn>input.btn5[type="month"],
  .input-group-sm>.input-group-btn>input.btn6[type="month"],
  .input-group-sm>.input-group-btn>input.btn7[type="month"],
  .input-group-sm>.input-group-btn>input.btn-cancel[type="month"],
  .input-group-sm>.input-group-btn>input.btn-link[type="month"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="date"],
  .input-group-lg>.input-group-btn>input.btn1[type="date"],
  .input-group-lg>.input-group-btn>input.btn2[type="date"],
  .input-group-lg>.input-group-btn>input.btn3[type="date"],
  .input-group-lg>.input-group-btn>input.btn4[type="date"],
  .input-group-lg>.input-group-btn>input.btn5[type="date"],
  .input-group-lg>.input-group-btn>input.btn6[type="date"],
  .input-group-lg>.input-group-btn>input.btn7[type="date"],
  .input-group-lg>.input-group-btn>input.btn-cancel[type="date"],
  .input-group-lg>.input-group-btn>input.btn-link[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  .input-group-lg>.input-group-btn>input.btn1[type="time"],
  .input-group-lg>.input-group-btn>input.btn2[type="time"],
  .input-group-lg>.input-group-btn>input.btn3[type="time"],
  .input-group-lg>.input-group-btn>input.btn4[type="time"],
  .input-group-lg>.input-group-btn>input.btn5[type="time"],
  .input-group-lg>.input-group-btn>input.btn6[type="time"],
  .input-group-lg>.input-group-btn>input.btn7[type="time"],
  .input-group-lg>.input-group-btn>input.btn-cancel[type="time"],
  .input-group-lg>.input-group-btn>input.btn-link[type="time"],
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn1[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn2[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn3[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn4[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn5[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn6[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn7[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn-cancel[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn-link[type="datetime-local"],
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  .input-group-lg>.input-group-btn>input.btn1[type="month"],
  .input-group-lg>.input-group-btn>input.btn2[type="month"],
  .input-group-lg>.input-group-btn>input.btn3[type="month"],
  .input-group-lg>.input-group-btn>input.btn4[type="month"],
  .input-group-lg>.input-group-btn>input.btn5[type="month"],
  .input-group-lg>.input-group-btn>input.btn6[type="month"],
  .input-group-lg>.input-group-btn>input.btn7[type="month"],
  .input-group-lg>.input-group-btn>input.btn-cancel[type="month"],
  .input-group-lg>.input-group-btn>input.btn-link[type="month"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.btn1,
.input-group-lg>.input-group-btn>.form-control-static.btn2,
.input-group-lg>.input-group-btn>.form-control-static.btn3,
.input-group-lg>.input-group-btn>.form-control-static.btn4,
.input-group-lg>.input-group-btn>.form-control-static.btn5,
.input-group-lg>.input-group-btn>.form-control-static.btn6,
.input-group-lg>.input-group-btn>.form-control-static.btn7,
.input-group-lg>.input-group-btn>.form-control-static.btn-cancel,
.input-group-lg>.input-group-btn>.form-control-static.btn-link,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.btn1,
.input-group-sm>.input-group-btn>.form-control-static.btn2,
.input-group-sm>.input-group-btn>.form-control-static.btn3,
.input-group-sm>.input-group-btn>.form-control-static.btn4,
.input-group-sm>.input-group-btn>.form-control-static.btn5,
.input-group-sm>.input-group-btn>.form-control-static.btn6,
.input-group-sm>.input-group-btn>.form-control-static.btn7,
.input-group-sm>.input-group-btn>.form-control-static.btn-cancel,
.input-group-sm>.input-group-btn>.form-control-static.btn-link {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.btn1,
.input-group-sm>.input-group-btn>.btn2,
.input-group-sm>.input-group-btn>.btn3,
.input-group-sm>.input-group-btn>.btn4,
.input-group-sm>.input-group-btn>.btn5,
.input-group-sm>.input-group-btn>.btn6,
.input-group-sm>.input-group-btn>.btn7,
.input-group-sm>.input-group-btn>.btn-cancel,
.input-group-sm>.input-group-btn>.btn-link {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.btn1,
.input-group-sm>.input-group-btn>select.btn2,
.input-group-sm>.input-group-btn>select.btn3,
.input-group-sm>.input-group-btn>select.btn4,
.input-group-sm>.input-group-btn>select.btn5,
.input-group-sm>.input-group-btn>select.btn6,
.input-group-sm>.input-group-btn>select.btn7,
.input-group-sm>.input-group-btn>select.btn-cancel,
.input-group-sm>.input-group-btn>select.btn-link {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.btn1,
.input-group-sm>.input-group-btn>textarea.btn2,
.input-group-sm>.input-group-btn>textarea.btn3,
.input-group-sm>.input-group-btn>textarea.btn4,
.input-group-sm>.input-group-btn>textarea.btn5,
.input-group-sm>.input-group-btn>textarea.btn6,
.input-group-sm>.input-group-btn>textarea.btn7,
.input-group-sm>.input-group-btn>textarea.btn-cancel,
.input-group-sm>.input-group-btn>textarea.btn-link,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>select.btn1[multiple],
.input-group-sm>.input-group-btn>select.btn2[multiple],
.input-group-sm>.input-group-btn>select.btn3[multiple],
.input-group-sm>.input-group-btn>select.btn4[multiple],
.input-group-sm>.input-group-btn>select.btn5[multiple],
.input-group-sm>.input-group-btn>select.btn6[multiple],
.input-group-sm>.input-group-btn>select.btn7[multiple],
.input-group-sm>.input-group-btn>select.btn-cancel[multiple],
.input-group-sm>.input-group-btn>select.btn-link[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.btn1,
.input-group-lg>.input-group-btn>.btn2,
.input-group-lg>.input-group-btn>.btn3,
.input-group-lg>.input-group-btn>.btn4,
.input-group-lg>.input-group-btn>.btn5,
.input-group-lg>.input-group-btn>.btn6,
.input-group-lg>.input-group-btn>.btn7,
.input-group-lg>.input-group-btn>.btn-cancel,
.input-group-lg>.input-group-btn>.btn-link {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.btn1,
.input-group-lg>.input-group-btn>select.btn2,
.input-group-lg>.input-group-btn>select.btn3,
.input-group-lg>.input-group-btn>select.btn4,
.input-group-lg>.input-group-btn>select.btn5,
.input-group-lg>.input-group-btn>select.btn6,
.input-group-lg>.input-group-btn>select.btn7,
.input-group-lg>.input-group-btn>select.btn-cancel,
.input-group-lg>.input-group-btn>select.btn-link {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.btn1,
.input-group-lg>.input-group-btn>textarea.btn2,
.input-group-lg>.input-group-btn>textarea.btn3,
.input-group-lg>.input-group-btn>textarea.btn4,
.input-group-lg>.input-group-btn>textarea.btn5,
.input-group-lg>.input-group-btn>textarea.btn6,
.input-group-lg>.input-group-btn>textarea.btn7,
.input-group-lg>.input-group-btn>textarea.btn-cancel,
.input-group-lg>.input-group-btn>textarea.btn-link,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>select.btn1[multiple],
.input-group-lg>.input-group-btn>select.btn2[multiple],
.input-group-lg>.input-group-btn>select.btn3[multiple],
.input-group-lg>.input-group-btn>select.btn4[multiple],
.input-group-lg>.input-group-btn>select.btn5[multiple],
.input-group-lg>.input-group-btn>select.btn6[multiple],
.input-group-lg>.input-group-btn>select.btn7[multiple],
.input-group-lg>.input-group-btn>select.btn-cancel[multiple],
.input-group-lg>.input-group-btn>select.btn-link[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn1+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn2+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn3+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn4+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn5+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn6+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn7+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-cancel+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-link+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn1+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn2+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn3+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn4+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn5+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn6+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn7+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-cancel+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-link+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #27a4b0;
}

.has-success .form-control {
  border-color: #27a4b0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
  border-color: #1e7d86;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #61d1dc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #61d1dc;
}

.has-success .input-group-addon {
  color: #27a4b0;
  background-color: #abe7ed;
  border-color: #27a4b0;
}

.has-success .form-control-feedback {
  color: #27a4b0;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c29d0b;
}

.has-warning .form-control {
  border-color: #c29d0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
  border-color: #927608;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f4cf3f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f4cf3f;
}

.has-warning .input-group-addon {
  color: #c29d0b;
  background-color: #f9e491;
  border-color: #c29d0b;
}

.has-warning .form-control-feedback {
  color: #c29d0b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e73d4a;
}

.has-error .form-control {
  border-color: #e73d4a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
  border-color: #d61b29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f2989f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f2989f;
}

.has-error .input-group-addon {
  color: #e73d4a;
  background-color: #fbe1e3;
  border-color: #e73d4a;
}

.has-error .form-control-feedback {
  color: #e73d4a;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn,
.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.btn6,
.btn7,
.btn-cancel,
.btn-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn1:focus,
.btn2:focus,
.btn3:focus,
.btn4:focus,
.btn5:focus,
.btn6:focus,
.btn7:focus,
.btn-cancel:focus,
.btn-link:focus,
.btn.focus,
.focus.btn1,
.focus.btn2,
.focus.btn3,
.focus.btn4,
.focus.btn5,
.focus.btn6,
.focus.btn7,
.focus.btn-cancel,
.focus.btn-link,
.btn:active:focus,
.btn1:active:focus,
.btn2:active:focus,
.btn3:active:focus,
.btn4:active:focus,
.btn5:active:focus,
.btn6:active:focus,
.btn7:active:focus,
.btn-cancel:active:focus,
.btn-link:active:focus,
.btn:active.focus,
.btn1:active.focus,
.btn2:active.focus,
.btn3:active.focus,
.btn4:active.focus,
.btn5:active.focus,
.btn6:active.focus,
.btn7:active.focus,
.btn-cancel:active.focus,
.btn-link:active.focus,
.btn.active:focus,
.active.btn1:focus,
.active.btn2:focus,
.active.btn3:focus,
.active.btn4:focus,
.active.btn5:focus,
.active.btn6:focus,
.active.btn7:focus,
.active.btn-cancel:focus,
.active.btn-link:focus,
.btn.active.focus,
.active.focus.btn1,
.active.focus.btn2,
.active.focus.btn3,
.active.focus.btn4,
.active.focus.btn5,
.active.focus.btn6,
.active.focus.btn7,
.active.focus.btn-cancel,
.active.focus.btn-link {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover,
.btn7:hover,
.btn-cancel:hover,
.btn-link:hover,
.btn:focus,
.btn1:focus,
.btn2:focus,
.btn3:focus,
.btn4:focus,
.btn5:focus,
.btn6:focus,
.btn7:focus,
.btn-cancel:focus,
.btn-link:focus,
.btn.focus,
.focus.btn1,
.focus.btn2,
.focus.btn3,
.focus.btn4,
.focus.btn5,
.focus.btn6,
.focus.btn7,
.focus.btn-cancel,
.focus.btn-link {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn1:active,
.btn2:active,
.btn3:active,
.btn4:active,
.btn5:active,
.btn6:active,
.btn7:active,
.btn-cancel:active,
.btn-link:active,
.btn.active,
.active.btn1,
.active.btn2,
.active.btn3,
.active.btn4,
.active.btn5,
.active.btn6,
.active.btn7,
.active.btn-cancel,
.active.btn-link {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,
.disabled.btn1,
.disabled.btn2,
.disabled.btn3,
.disabled.btn4,
.disabled.btn5,
.disabled.btn6,
.disabled.btn7,
.disabled.btn-cancel,
.disabled.btn-link,
.btn[disabled],
.btn1[disabled],
.btn2[disabled],
.btn3[disabled],
.btn4[disabled],
.btn5[disabled],
.btn6[disabled],
.btn7[disabled],
.btn-cancel[disabled],
.btn-link[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn1,
fieldset[disabled] .btn2,
fieldset[disabled] .btn3,
fieldset[disabled] .btn4,
fieldset[disabled] .btn5,
fieldset[disabled] .btn6,
fieldset[disabled] .btn7,
fieldset[disabled] .btn-cancel,
fieldset[disabled] .btn-link {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
a.disabled.btn1,
a.disabled.btn2,
a.disabled.btn3,
a.disabled.btn4,
a.disabled.btn5,
a.disabled.btn6,
a.disabled.btn7,
a.disabled.btn-cancel,
a.disabled.btn-link,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn1,
fieldset[disabled] a.btn2,
fieldset[disabled] a.btn3,
fieldset[disabled] a.btn4,
fieldset[disabled] a.btn5,
fieldset[disabled] a.btn6,
fieldset[disabled] a.btn7,
fieldset[disabled] a.btn-cancel,
fieldset[disabled] a.btn-link {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #1478f0;
  border-color: #1478f0;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0d60c4;
  border-color: #083d7d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0d60c4;
  border-color: #0c5bbb;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d60c4;
  background-image: none;
  border-color: #0c5bbb;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a50a3;
  border-color: #083d7d;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1478f0;
  border-color: #1478f0;
}

.btn-primary .badge {
  color: #1478f0;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #36c6d3;
  border-color: #36c6d3;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #26a4b0;
  border-color: #196a71;
}

.btn-success:hover {
  color: #fff;
  background-color: #26a4b0;
  border-color: #259ca7;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #26a4b0;
  background-image: none;
  border-color: #259ca7;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #208992;
  border-color: #196a71;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #36c6d3;
  border-color: #36c6d3;
}

.btn-success .badge {
  color: #36c6d3;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #659be0;
  border-color: #659be0;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #3b7fd7;
  border-color: #215ba4;
}

.btn-info:hover {
  color: #fff;
  background-color: #3b7fd7;
  border-color: #327ad6;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3b7fd7;
  background-image: none;
  border-color: #327ad6;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #286dc6;
  border-color: #215ba4;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #659be0;
  border-color: #659be0;
}

.btn-info .badge {
  color: #659be0;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c29d0b;
  border-color: #796307;
}

.btn-warning:hover {
  color: #fff;
  background-color: #c29d0b;
  border-color: #b8960b;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c29d0b;
  background-image: none;
  border-color: #b8960b;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a08209;
  border-color: #796307;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn-warning .badge {
  color: #f1c40f;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ed6b75;
  border-color: #ed6b75;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e73e4b;
  border-color: #c11725;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e73e4b;
  border-color: #e63442;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e73e4b;
  background-image: none;
  border-color: #e63442;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e41e2d;
  border-color: #c11725;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ed6b75;
  border-color: #ed6b75;
}

.btn-danger .badge {
  color: #ed6b75;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #1478f0;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #0b54ac;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.btn1,
.btn-group-lg>.btn2,
.btn-group-lg>.btn3,
.btn-group-lg>.btn4,
.btn-group-lg>.btn5,
.btn-group-lg>.btn6,
.btn-group-lg>.btn7,
.btn-group-lg>.btn-cancel,
.btn-group-lg>.btn-link {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.btn1,
.btn-group-sm>.btn2,
.btn-group-sm>.btn3,
.btn-group-sm>.btn4,
.btn-group-sm>.btn5,
.btn-group-sm>.btn6,
.btn-group-sm>.btn7,
.btn-group-sm>.btn-cancel,
.btn-group-sm>.btn-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>.btn1,
.btn-group-xs>.btn2,
.btn-group-xs>.btn3,
.btn-group-xs>.btn4,
.btn-group-xs>.btn5,
.btn-group-xs>.btn6,
.btn-group-xs>.btn7,
.btn-group-xs>.btn-cancel,
.btn-group-xs>.btn-link {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #eaedf4;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #0b54ac;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #0b54ac;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group>.btn1,
.btn-group>.btn2,
.btn-group>.btn3,
.btn-group>.btn4,
.btn-group>.btn5,
.btn-group>.btn6,
.btn-group>.btn7,
.btn-group>.btn-cancel,
.btn-group>.btn-link,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn1,
.btn-group-vertical>.btn2,
.btn-group-vertical>.btn3,
.btn-group-vertical>.btn4,
.btn-group-vertical>.btn5,
.btn-group-vertical>.btn6,
.btn-group-vertical>.btn7,
.btn-group-vertical>.btn-cancel,
.btn-group-vertical>.btn-link {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn1:hover,
.btn-group>.btn2:hover,
.btn-group>.btn3:hover,
.btn-group>.btn4:hover,
.btn-group>.btn5:hover,
.btn-group>.btn6:hover,
.btn-group>.btn7:hover,
.btn-group>.btn-cancel:hover,
.btn-group>.btn-link:hover,
.btn-group>.btn:focus,
.btn-group>.btn1:focus,
.btn-group>.btn2:focus,
.btn-group>.btn3:focus,
.btn-group>.btn4:focus,
.btn-group>.btn5:focus,
.btn-group>.btn6:focus,
.btn-group>.btn7:focus,
.btn-group>.btn-cancel:focus,
.btn-group>.btn-link:focus,
.btn-group>.btn:active,
.btn-group>.btn1:active,
.btn-group>.btn2:active,
.btn-group>.btn3:active,
.btn-group>.btn4:active,
.btn-group>.btn5:active,
.btn-group>.btn6:active,
.btn-group>.btn7:active,
.btn-group>.btn-cancel:active,
.btn-group>.btn-link:active,
.btn-group>.btn.active,
.btn-group>.active.btn1,
.btn-group>.active.btn2,
.btn-group>.active.btn3,
.btn-group>.active.btn4,
.btn-group>.active.btn5,
.btn-group>.active.btn6,
.btn-group>.active.btn7,
.btn-group>.active.btn-cancel,
.btn-group>.active.btn-link,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn1:hover,
.btn-group-vertical>.btn2:hover,
.btn-group-vertical>.btn3:hover,
.btn-group-vertical>.btn4:hover,
.btn-group-vertical>.btn5:hover,
.btn-group-vertical>.btn6:hover,
.btn-group-vertical>.btn7:hover,
.btn-group-vertical>.btn-cancel:hover,
.btn-group-vertical>.btn-link:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn1:focus,
.btn-group-vertical>.btn2:focus,
.btn-group-vertical>.btn3:focus,
.btn-group-vertical>.btn4:focus,
.btn-group-vertical>.btn5:focus,
.btn-group-vertical>.btn6:focus,
.btn-group-vertical>.btn7:focus,
.btn-group-vertical>.btn-cancel:focus,
.btn-group-vertical>.btn-link:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn1:active,
.btn-group-vertical>.btn2:active,
.btn-group-vertical>.btn3:active,
.btn-group-vertical>.btn4:active,
.btn-group-vertical>.btn5:active,
.btn-group-vertical>.btn6:active,
.btn-group-vertical>.btn7:active,
.btn-group-vertical>.btn-cancel:active,
.btn-group-vertical>.btn-link:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active.btn1,
.btn-group-vertical>.active.btn2,
.btn-group-vertical>.active.btn3,
.btn-group-vertical>.active.btn4,
.btn-group-vertical>.active.btn5,
.btn-group-vertical>.active.btn6,
.btn-group-vertical>.active.btn7,
.btn-group-vertical>.active.btn-cancel,
.btn-group-vertical>.active.btn-link {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn1+.btn,
.btn-group .btn2+.btn,
.btn-group .btn3+.btn,
.btn-group .btn4+.btn,
.btn-group .btn5+.btn,
.btn-group .btn6+.btn,
.btn-group .btn7+.btn,
.btn-group .btn-cancel+.btn,
.btn-group .btn-link+.btn,
.btn-group .btn+.btn1,
.btn-group .btn1+.btn1,
.btn-group .btn2+.btn1,
.btn-group .btn3+.btn1,
.btn-group .btn4+.btn1,
.btn-group .btn5+.btn1,
.btn-group .btn6+.btn1,
.btn-group .btn7+.btn1,
.btn-group .btn-cancel+.btn1,
.btn-group .btn-link+.btn1,
.btn-group .btn+.btn2,
.btn-group .btn1+.btn2,
.btn-group .btn2+.btn2,
.btn-group .btn3+.btn2,
.btn-group .btn4+.btn2,
.btn-group .btn5+.btn2,
.btn-group .btn6+.btn2,
.btn-group .btn7+.btn2,
.btn-group .btn-cancel+.btn2,
.btn-group .btn-link+.btn2,
.btn-group .btn+.btn3,
.btn-group .btn1+.btn3,
.btn-group .btn2+.btn3,
.btn-group .btn3+.btn3,
.btn-group .btn4+.btn3,
.btn-group .btn5+.btn3,
.btn-group .btn6+.btn3,
.btn-group .btn7+.btn3,
.btn-group .btn-cancel+.btn3,
.btn-group .btn-link+.btn3,
.btn-group .btn+.btn4,
.btn-group .btn1+.btn4,
.btn-group .btn2+.btn4,
.btn-group .btn3+.btn4,
.btn-group .btn4+.btn4,
.btn-group .btn5+.btn4,
.btn-group .btn6+.btn4,
.btn-group .btn7+.btn4,
.btn-group .btn-cancel+.btn4,
.btn-group .btn-link+.btn4,
.btn-group .btn+.btn5,
.btn-group .btn1+.btn5,
.btn-group .btn2+.btn5,
.btn-group .btn3+.btn5,
.btn-group .btn4+.btn5,
.btn-group .btn5+.btn5,
.btn-group .btn6+.btn5,
.btn-group .btn7+.btn5,
.btn-group .btn-cancel+.btn5,
.btn-group .btn-link+.btn5,
.btn-group .btn+.btn6,
.btn-group .btn1+.btn6,
.btn-group .btn2+.btn6,
.btn-group .btn3+.btn6,
.btn-group .btn4+.btn6,
.btn-group .btn5+.btn6,
.btn-group .btn6+.btn6,
.btn-group .btn7+.btn6,
.btn-group .btn-cancel+.btn6,
.btn-group .btn-link+.btn6,
.btn-group .btn+.btn7,
.btn-group .btn1+.btn7,
.btn-group .btn2+.btn7,
.btn-group .btn3+.btn7,
.btn-group .btn4+.btn7,
.btn-group .btn5+.btn7,
.btn-group .btn6+.btn7,
.btn-group .btn7+.btn7,
.btn-group .btn-cancel+.btn7,
.btn-group .btn-link+.btn7,
.btn-group .btn+.btn-cancel,
.btn-group .btn1+.btn-cancel,
.btn-group .btn2+.btn-cancel,
.btn-group .btn3+.btn-cancel,
.btn-group .btn4+.btn-cancel,
.btn-group .btn5+.btn-cancel,
.btn-group .btn6+.btn-cancel,
.btn-group .btn7+.btn-cancel,
.btn-group .btn-cancel+.btn-cancel,
.btn-group .btn-link+.btn-cancel,
.btn-group .btn+.btn-link,
.btn-group .btn1+.btn-link,
.btn-group .btn2+.btn-link,
.btn-group .btn3+.btn-link,
.btn-group .btn4+.btn-link,
.btn-group .btn5+.btn-link,
.btn-group .btn6+.btn-link,
.btn-group .btn7+.btn-link,
.btn-group .btn-cancel+.btn-link,
.btn-group .btn-link+.btn-link,
.btn-group .btn+.btn-group,
.btn-group .btn1+.btn-group,
.btn-group .btn2+.btn-group,
.btn-group .btn3+.btn-group,
.btn-group .btn4+.btn-group,
.btn-group .btn5+.btn-group,
.btn-group .btn6+.btn-group,
.btn-group .btn7+.btn-group,
.btn-group .btn-cancel+.btn-group,
.btn-group .btn-link+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn1,
.btn-group .btn-group+.btn2,
.btn-group .btn-group+.btn3,
.btn-group .btn-group+.btn4,
.btn-group .btn-group+.btn5,
.btn-group .btn-group+.btn6,
.btn-group .btn-group+.btn7,
.btn-group .btn-group+.btn-cancel,
.btn-group .btn-group+.btn-link,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn1,
.btn-toolbar .btn2,
.btn-toolbar .btn3,
.btn-toolbar .btn4,
.btn-toolbar .btn5,
.btn-toolbar .btn6,
.btn-toolbar .btn7,
.btn-toolbar .btn-cancel,
.btn-toolbar .btn-link,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn1,
.btn-toolbar>.btn2,
.btn-toolbar>.btn3,
.btn-toolbar>.btn4,
.btn-toolbar>.btn5,
.btn-toolbar>.btn6,
.btn-toolbar>.btn7,
.btn-toolbar>.btn-cancel,
.btn-toolbar>.btn-link,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn1:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn2:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn3:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn4:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn5:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn6:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn7:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-cancel:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-link:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child,
.btn-group>.btn1:first-child,
.btn-group>.btn2:first-child,
.btn-group>.btn3:first-child,
.btn-group>.btn4:first-child,
.btn-group>.btn5:first-child,
.btn-group>.btn6:first-child,
.btn-group>.btn7:first-child,
.btn-group>.btn-cancel:first-child,
.btn-group>.btn-link:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn1:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn2:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn3:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn4:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn5:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn6:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn7:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-cancel:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-link:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.btn1:last-child:not(:first-child),
.btn-group>.btn2:last-child:not(:first-child),
.btn-group>.btn3:last-child:not(:first-child),
.btn-group>.btn4:last-child:not(:first-child),
.btn-group>.btn5:last-child:not(:first-child),
.btn-group>.btn6:last-child:not(:first-child),
.btn-group>.btn7:last-child:not(:first-child),
.btn-group>.btn-cancel:last-child:not(:first-child),
.btn-group>.btn-link:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn1,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn2,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn3,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn4,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn5,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn6,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn7,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-cancel,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-link {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn1:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn2:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn3:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn4:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn5:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn6:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn7:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-cancel:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-link:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn1:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn2:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn3:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn4:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn5:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn6:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn7:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-cancel:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-link:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn1+.dropdown-toggle,
.btn-group>.btn2+.dropdown-toggle,
.btn-group>.btn3+.dropdown-toggle,
.btn-group>.btn4+.dropdown-toggle,
.btn-group>.btn5+.dropdown-toggle,
.btn-group>.btn6+.dropdown-toggle,
.btn-group>.btn7+.dropdown-toggle,
.btn-group>.btn-cancel+.dropdown-toggle,
.btn-group>.btn-link+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.btn1+.dropdown-toggle,
.btn-group-lg.btn-group>.btn2+.dropdown-toggle,
.btn-group-lg.btn-group>.btn3+.dropdown-toggle,
.btn-group-lg.btn-group>.btn4+.dropdown-toggle,
.btn-group-lg.btn-group>.btn5+.dropdown-toggle,
.btn-group-lg.btn-group>.btn6+.dropdown-toggle,
.btn-group-lg.btn-group>.btn7+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-cancel+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-link+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret,
.btn1 .caret,
.btn2 .caret,
.btn3 .caret,
.btn4 .caret,
.btn5 .caret,
.btn6 .caret,
.btn7 .caret,
.btn-cancel .caret,
.btn-link .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>.btn1 .caret,
.btn-group-lg>.btn2 .caret,
.btn-group-lg>.btn3 .caret,
.btn-group-lg>.btn4 .caret,
.btn-group-lg>.btn5 .caret,
.btn-group-lg>.btn6 .caret,
.btn-group-lg>.btn7 .caret,
.btn-group-lg>.btn-cancel .caret,
.btn-group-lg>.btn-link .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.btn1 .caret,
.dropup .btn-group-lg>.btn2 .caret,
.dropup .btn-group-lg>.btn3 .caret,
.dropup .btn-group-lg>.btn4 .caret,
.dropup .btn-group-lg>.btn5 .caret,
.dropup .btn-group-lg>.btn6 .caret,
.dropup .btn-group-lg>.btn7 .caret,
.dropup .btn-group-lg>.btn-cancel .caret,
.dropup .btn-group-lg>.btn-link .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn1,
.btn-group-vertical>.btn2,
.btn-group-vertical>.btn3,
.btn-group-vertical>.btn4,
.btn-group-vertical>.btn5,
.btn-group-vertical>.btn6,
.btn-group-vertical>.btn7,
.btn-group-vertical>.btn-cancel,
.btn-group-vertical>.btn-link,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn1,
.btn-group-vertical>.btn-group>.btn2,
.btn-group-vertical>.btn-group>.btn3,
.btn-group-vertical>.btn-group>.btn4,
.btn-group-vertical>.btn-group>.btn5,
.btn-group-vertical>.btn-group>.btn6,
.btn-group-vertical>.btn-group>.btn7,
.btn-group-vertical>.btn-group>.btn-cancel,
.btn-group-vertical>.btn-group>.btn-link {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn1,
.btn-group-vertical>.btn-group>.btn2,
.btn-group-vertical>.btn-group>.btn3,
.btn-group-vertical>.btn-group>.btn4,
.btn-group-vertical>.btn-group>.btn5,
.btn-group-vertical>.btn-group>.btn6,
.btn-group-vertical>.btn-group>.btn7,
.btn-group-vertical>.btn-group>.btn-cancel,
.btn-group-vertical>.btn-group>.btn-link {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn1+.btn,
.btn-group-vertical>.btn2+.btn,
.btn-group-vertical>.btn3+.btn,
.btn-group-vertical>.btn4+.btn,
.btn-group-vertical>.btn5+.btn,
.btn-group-vertical>.btn6+.btn,
.btn-group-vertical>.btn7+.btn,
.btn-group-vertical>.btn-cancel+.btn,
.btn-group-vertical>.btn-link+.btn,
.btn-group-vertical>.btn+.btn1,
.btn-group-vertical>.btn1+.btn1,
.btn-group-vertical>.btn2+.btn1,
.btn-group-vertical>.btn3+.btn1,
.btn-group-vertical>.btn4+.btn1,
.btn-group-vertical>.btn5+.btn1,
.btn-group-vertical>.btn6+.btn1,
.btn-group-vertical>.btn7+.btn1,
.btn-group-vertical>.btn-cancel+.btn1,
.btn-group-vertical>.btn-link+.btn1,
.btn-group-vertical>.btn+.btn2,
.btn-group-vertical>.btn1+.btn2,
.btn-group-vertical>.btn2+.btn2,
.btn-group-vertical>.btn3+.btn2,
.btn-group-vertical>.btn4+.btn2,
.btn-group-vertical>.btn5+.btn2,
.btn-group-vertical>.btn6+.btn2,
.btn-group-vertical>.btn7+.btn2,
.btn-group-vertical>.btn-cancel+.btn2,
.btn-group-vertical>.btn-link+.btn2,
.btn-group-vertical>.btn+.btn3,
.btn-group-vertical>.btn1+.btn3,
.btn-group-vertical>.btn2+.btn3,
.btn-group-vertical>.btn3+.btn3,
.btn-group-vertical>.btn4+.btn3,
.btn-group-vertical>.btn5+.btn3,
.btn-group-vertical>.btn6+.btn3,
.btn-group-vertical>.btn7+.btn3,
.btn-group-vertical>.btn-cancel+.btn3,
.btn-group-vertical>.btn-link+.btn3,
.btn-group-vertical>.btn+.btn4,
.btn-group-vertical>.btn1+.btn4,
.btn-group-vertical>.btn2+.btn4,
.btn-group-vertical>.btn3+.btn4,
.btn-group-vertical>.btn4+.btn4,
.btn-group-vertical>.btn5+.btn4,
.btn-group-vertical>.btn6+.btn4,
.btn-group-vertical>.btn7+.btn4,
.btn-group-vertical>.btn-cancel+.btn4,
.btn-group-vertical>.btn-link+.btn4,
.btn-group-vertical>.btn+.btn5,
.btn-group-vertical>.btn1+.btn5,
.btn-group-vertical>.btn2+.btn5,
.btn-group-vertical>.btn3+.btn5,
.btn-group-vertical>.btn4+.btn5,
.btn-group-vertical>.btn5+.btn5,
.btn-group-vertical>.btn6+.btn5,
.btn-group-vertical>.btn7+.btn5,
.btn-group-vertical>.btn-cancel+.btn5,
.btn-group-vertical>.btn-link+.btn5,
.btn-group-vertical>.btn+.btn6,
.btn-group-vertical>.btn1+.btn6,
.btn-group-vertical>.btn2+.btn6,
.btn-group-vertical>.btn3+.btn6,
.btn-group-vertical>.btn4+.btn6,
.btn-group-vertical>.btn5+.btn6,
.btn-group-vertical>.btn6+.btn6,
.btn-group-vertical>.btn7+.btn6,
.btn-group-vertical>.btn-cancel+.btn6,
.btn-group-vertical>.btn-link+.btn6,
.btn-group-vertical>.btn+.btn7,
.btn-group-vertical>.btn1+.btn7,
.btn-group-vertical>.btn2+.btn7,
.btn-group-vertical>.btn3+.btn7,
.btn-group-vertical>.btn4+.btn7,
.btn-group-vertical>.btn5+.btn7,
.btn-group-vertical>.btn6+.btn7,
.btn-group-vertical>.btn7+.btn7,
.btn-group-vertical>.btn-cancel+.btn7,
.btn-group-vertical>.btn-link+.btn7,
.btn-group-vertical>.btn+.btn-cancel,
.btn-group-vertical>.btn1+.btn-cancel,
.btn-group-vertical>.btn2+.btn-cancel,
.btn-group-vertical>.btn3+.btn-cancel,
.btn-group-vertical>.btn4+.btn-cancel,
.btn-group-vertical>.btn5+.btn-cancel,
.btn-group-vertical>.btn6+.btn-cancel,
.btn-group-vertical>.btn7+.btn-cancel,
.btn-group-vertical>.btn-cancel+.btn-cancel,
.btn-group-vertical>.btn-link+.btn-cancel,
.btn-group-vertical>.btn+.btn-link,
.btn-group-vertical>.btn1+.btn-link,
.btn-group-vertical>.btn2+.btn-link,
.btn-group-vertical>.btn3+.btn-link,
.btn-group-vertical>.btn4+.btn-link,
.btn-group-vertical>.btn5+.btn-link,
.btn-group-vertical>.btn6+.btn-link,
.btn-group-vertical>.btn7+.btn-link,
.btn-group-vertical>.btn-cancel+.btn-link,
.btn-group-vertical>.btn-link+.btn-link,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn1+.btn-group,
.btn-group-vertical>.btn2+.btn-group,
.btn-group-vertical>.btn3+.btn-group,
.btn-group-vertical>.btn4+.btn-group,
.btn-group-vertical>.btn5+.btn-group,
.btn-group-vertical>.btn6+.btn-group,
.btn-group-vertical>.btn7+.btn-group,
.btn-group-vertical>.btn-cancel+.btn-group,
.btn-group-vertical>.btn-link+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn1,
.btn-group-vertical>.btn-group+.btn2,
.btn-group-vertical>.btn-group+.btn3,
.btn-group-vertical>.btn-group+.btn4,
.btn-group-vertical>.btn-group+.btn5,
.btn-group-vertical>.btn-group+.btn6,
.btn-group-vertical>.btn-group+.btn7,
.btn-group-vertical>.btn-group+.btn-cancel,
.btn-group-vertical>.btn-group+.btn-link,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.btn1:not(:first-child):not(:last-child),
.btn-group-vertical>.btn2:not(:first-child):not(:last-child),
.btn-group-vertical>.btn3:not(:first-child):not(:last-child),
.btn-group-vertical>.btn4:not(:first-child):not(:last-child),
.btn-group-vertical>.btn5:not(:first-child):not(:last-child),
.btn-group-vertical>.btn6:not(:first-child):not(:last-child),
.btn-group-vertical>.btn7:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-cancel:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-link:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn1:first-child:not(:last-child),
.btn-group-vertical>.btn2:first-child:not(:last-child),
.btn-group-vertical>.btn3:first-child:not(:last-child),
.btn-group-vertical>.btn4:first-child:not(:last-child),
.btn-group-vertical>.btn5:first-child:not(:last-child),
.btn-group-vertical>.btn6:first-child:not(:last-child),
.btn-group-vertical>.btn7:first-child:not(:last-child),
.btn-group-vertical>.btn-cancel:first-child:not(:last-child),
.btn-group-vertical>.btn-link:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.btn1:last-child:not(:first-child),
.btn-group-vertical>.btn2:last-child:not(:first-child),
.btn-group-vertical>.btn3:last-child:not(:first-child),
.btn-group-vertical>.btn4:last-child:not(:first-child),
.btn-group-vertical>.btn5:last-child:not(:first-child),
.btn-group-vertical>.btn6:last-child:not(:first-child),
.btn-group-vertical>.btn7:last-child:not(:first-child),
.btn-group-vertical>.btn-cancel:last-child:not(:first-child),
.btn-group-vertical>.btn-link:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn1,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn2,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn3,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn4,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn5,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn6,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn7,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-cancel,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-link {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn1:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn2:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn3:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn4:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn5:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn6:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn7:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-cancel:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-link:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn1:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn2:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn3:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn4:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn5:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn6:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn7:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-cancel:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-link:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn1,
.btn-group-justified>.btn2,
.btn-group-justified>.btn3,
.btn-group-justified>.btn4,
.btn-group-justified>.btn5,
.btn-group-justified>.btn6,
.btn-group-justified>.btn7,
.btn-group-justified>.btn-cancel,
.btn-group-justified>.btn-link,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .btn1,
.btn-group-justified>.btn-group .btn2,
.btn-group-justified>.btn-group .btn3,
.btn-group-justified>.btn-group .btn4,
.btn-group-justified>.btn-group .btn5,
.btn-group-justified>.btn-group .btn6,
.btn-group-justified>.btn-group .btn7,
.btn-group-justified>.btn-group .btn-cancel,
.btn-group-justified>.btn-group .btn-link {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn1 input[type="radio"],
[data-toggle="buttons"]>.btn2 input[type="radio"],
[data-toggle="buttons"]>.btn3 input[type="radio"],
[data-toggle="buttons"]>.btn4 input[type="radio"],
[data-toggle="buttons"]>.btn5 input[type="radio"],
[data-toggle="buttons"]>.btn6 input[type="radio"],
[data-toggle="buttons"]>.btn7 input[type="radio"],
[data-toggle="buttons"]>.btn-cancel input[type="radio"],
[data-toggle="buttons"]>.btn-link input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn1 input[type="checkbox"],
[data-toggle="buttons"]>.btn2 input[type="checkbox"],
[data-toggle="buttons"]>.btn3 input[type="checkbox"],
[data-toggle="buttons"]>.btn4 input[type="checkbox"],
[data-toggle="buttons"]>.btn5 input[type="checkbox"],
[data-toggle="buttons"]>.btn6 input[type="checkbox"],
[data-toggle="buttons"]>.btn7 input[type="checkbox"],
[data-toggle="buttons"]>.btn-cancel input[type="checkbox"],
[data-toggle="buttons"]>.btn-link input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn1 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn2 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn3 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn4 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn5 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn6 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn7 input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-cancel input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-link input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn1 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn2 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn3 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn4 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn5 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn6 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn7 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-cancel input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-link input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.btn1,
.input-group-sm>.input-group-btn>.input-group-addon.btn2,
.input-group-sm>.input-group-btn>.input-group-addon.btn3,
.input-group-sm>.input-group-btn>.input-group-addon.btn4,
.input-group-sm>.input-group-btn>.input-group-addon.btn5,
.input-group-sm>.input-group-btn>.input-group-addon.btn6,
.input-group-sm>.input-group-btn>.input-group-addon.btn7,
.input-group-sm>.input-group-btn>.input-group-addon.btn-cancel,
.input-group-sm>.input-group-btn>.input-group-addon.btn-link {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon.btn1,
.input-group-lg>.input-group-btn>.input-group-addon.btn2,
.input-group-lg>.input-group-btn>.input-group-addon.btn3,
.input-group-lg>.input-group-btn>.input-group-addon.btn4,
.input-group-lg>.input-group-btn>.input-group-addon.btn5,
.input-group-lg>.input-group-btn>.input-group-addon.btn6,
.input-group-lg>.input-group-btn>.input-group-addon.btn7,
.input-group-lg>.input-group-btn>.input-group-addon.btn-cancel,
.input-group-lg>.input-group-btn>.input-group-addon.btn-link {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn1,
.input-group-btn:first-child>.btn2,
.input-group-btn:first-child>.btn3,
.input-group-btn:first-child>.btn4,
.input-group-btn:first-child>.btn5,
.input-group-btn:first-child>.btn6,
.input-group-btn:first-child>.btn7,
.input-group-btn:first-child>.btn-cancel,
.input-group-btn:first-child>.btn-link,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.btn1,
.input-group-btn:first-child>.btn-group>.btn2,
.input-group-btn:first-child>.btn-group>.btn3,
.input-group-btn:first-child>.btn-group>.btn4,
.input-group-btn:first-child>.btn-group>.btn5,
.input-group-btn:first-child>.btn-group>.btn6,
.input-group-btn:first-child>.btn-group>.btn7,
.input-group-btn:first-child>.btn-group>.btn-cancel,
.input-group-btn:first-child>.btn-group>.btn-link,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn1:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn2:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn3:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn4:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn5:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn6:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn7:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-cancel:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn1,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn2,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn3,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn4,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn5,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn6,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn7,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-cancel,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn1,
.input-group-btn:last-child>.btn2,
.input-group-btn:last-child>.btn3,
.input-group-btn:last-child>.btn4,
.input-group-btn:last-child>.btn5,
.input-group-btn:last-child>.btn6,
.input-group-btn:last-child>.btn7,
.input-group-btn:last-child>.btn-cancel,
.input-group-btn:last-child>.btn-link,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.btn1,
.input-group-btn:last-child>.btn-group>.btn2,
.input-group-btn:last-child>.btn-group>.btn3,
.input-group-btn:last-child>.btn-group>.btn4,
.input-group-btn:last-child>.btn-group>.btn5,
.input-group-btn:last-child>.btn-group>.btn6,
.input-group-btn:last-child>.btn-group>.btn7,
.input-group-btn:last-child>.btn-group>.btn-cancel,
.input-group-btn:last-child>.btn-group>.btn-link,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn1:not(:first-child),
.input-group-btn:first-child>.btn2:not(:first-child),
.input-group-btn:first-child>.btn3:not(:first-child),
.input-group-btn:first-child>.btn4:not(:first-child),
.input-group-btn:first-child>.btn5:not(:first-child),
.input-group-btn:first-child>.btn6:not(:first-child),
.input-group-btn:first-child>.btn7:not(:first-child),
.input-group-btn:first-child>.btn-cancel:not(:first-child),
.input-group-btn:first-child>.btn-link:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn1,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn2,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn3,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn4,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn5,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn6,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn7,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-cancel,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn,
.input-group-btn>.btn1,
.input-group-btn>.btn2,
.input-group-btn>.btn3,
.input-group-btn>.btn4,
.input-group-btn>.btn5,
.input-group-btn>.btn6,
.input-group-btn>.btn7,
.input-group-btn>.btn-cancel,
.input-group-btn>.btn-link {
  position: relative;
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn1+.btn,
.input-group-btn>.btn2+.btn,
.input-group-btn>.btn3+.btn,
.input-group-btn>.btn4+.btn,
.input-group-btn>.btn5+.btn,
.input-group-btn>.btn6+.btn,
.input-group-btn>.btn7+.btn,
.input-group-btn>.btn-cancel+.btn,
.input-group-btn>.btn-link+.btn,
.input-group-btn>.btn+.btn1,
.input-group-btn>.btn1+.btn1,
.input-group-btn>.btn2+.btn1,
.input-group-btn>.btn3+.btn1,
.input-group-btn>.btn4+.btn1,
.input-group-btn>.btn5+.btn1,
.input-group-btn>.btn6+.btn1,
.input-group-btn>.btn7+.btn1,
.input-group-btn>.btn-cancel+.btn1,
.input-group-btn>.btn-link+.btn1,
.input-group-btn>.btn+.btn2,
.input-group-btn>.btn1+.btn2,
.input-group-btn>.btn2+.btn2,
.input-group-btn>.btn3+.btn2,
.input-group-btn>.btn4+.btn2,
.input-group-btn>.btn5+.btn2,
.input-group-btn>.btn6+.btn2,
.input-group-btn>.btn7+.btn2,
.input-group-btn>.btn-cancel+.btn2,
.input-group-btn>.btn-link+.btn2,
.input-group-btn>.btn+.btn3,
.input-group-btn>.btn1+.btn3,
.input-group-btn>.btn2+.btn3,
.input-group-btn>.btn3+.btn3,
.input-group-btn>.btn4+.btn3,
.input-group-btn>.btn5+.btn3,
.input-group-btn>.btn6+.btn3,
.input-group-btn>.btn7+.btn3,
.input-group-btn>.btn-cancel+.btn3,
.input-group-btn>.btn-link+.btn3,
.input-group-btn>.btn+.btn4,
.input-group-btn>.btn1+.btn4,
.input-group-btn>.btn2+.btn4,
.input-group-btn>.btn3+.btn4,
.input-group-btn>.btn4+.btn4,
.input-group-btn>.btn5+.btn4,
.input-group-btn>.btn6+.btn4,
.input-group-btn>.btn7+.btn4,
.input-group-btn>.btn-cancel+.btn4,
.input-group-btn>.btn-link+.btn4,
.input-group-btn>.btn+.btn5,
.input-group-btn>.btn1+.btn5,
.input-group-btn>.btn2+.btn5,
.input-group-btn>.btn3+.btn5,
.input-group-btn>.btn4+.btn5,
.input-group-btn>.btn5+.btn5,
.input-group-btn>.btn6+.btn5,
.input-group-btn>.btn7+.btn5,
.input-group-btn>.btn-cancel+.btn5,
.input-group-btn>.btn-link+.btn5,
.input-group-btn>.btn+.btn6,
.input-group-btn>.btn1+.btn6,
.input-group-btn>.btn2+.btn6,
.input-group-btn>.btn3+.btn6,
.input-group-btn>.btn4+.btn6,
.input-group-btn>.btn5+.btn6,
.input-group-btn>.btn6+.btn6,
.input-group-btn>.btn7+.btn6,
.input-group-btn>.btn-cancel+.btn6,
.input-group-btn>.btn-link+.btn6,
.input-group-btn>.btn+.btn7,
.input-group-btn>.btn1+.btn7,
.input-group-btn>.btn2+.btn7,
.input-group-btn>.btn3+.btn7,
.input-group-btn>.btn4+.btn7,
.input-group-btn>.btn5+.btn7,
.input-group-btn>.btn6+.btn7,
.input-group-btn>.btn7+.btn7,
.input-group-btn>.btn-cancel+.btn7,
.input-group-btn>.btn-link+.btn7,
.input-group-btn>.btn+.btn-cancel,
.input-group-btn>.btn1+.btn-cancel,
.input-group-btn>.btn2+.btn-cancel,
.input-group-btn>.btn3+.btn-cancel,
.input-group-btn>.btn4+.btn-cancel,
.input-group-btn>.btn5+.btn-cancel,
.input-group-btn>.btn6+.btn-cancel,
.input-group-btn>.btn7+.btn-cancel,
.input-group-btn>.btn-cancel+.btn-cancel,
.input-group-btn>.btn-link+.btn-cancel,
.input-group-btn>.btn+.btn-link,
.input-group-btn>.btn1+.btn-link,
.input-group-btn>.btn2+.btn-link,
.input-group-btn>.btn3+.btn-link,
.input-group-btn>.btn4+.btn-link,
.input-group-btn>.btn5+.btn-link,
.input-group-btn>.btn6+.btn-link,
.input-group-btn>.btn7+.btn-link,
.input-group-btn>.btn-cancel+.btn-link,
.input-group-btn>.btn-link+.btn-link {
  margin-left: -1px;
}