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

.feedback-modal .jungle-green-tags {
  background-color: #bfcad1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.feedback-modal .jungle-green-tags:hover {
  background-color: #26c281!important;
}

.feedback-modal .jungle-green-tags.selected {
  background: url(//cache.qixin.com/pcweb/corner-check-s-56bbb9ee.png) 100% 0 no-repeat;
  background-color: #26c281!important;
}

.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;
}

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

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

@media only screen and (max-width:360px) {
  .app-auth-dialog .modal-dialog {
    margin: 30px auto 0!important;
    padding-right: 0;
    width: 100%!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;
}

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

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

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

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

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

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

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

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

.app-auth-dialog .has-error .form-control.input-flat-lock {
  background: url(//cache.qixin.com/pcweb/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: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-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: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e3e3e3;
}

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

.app-login-union>.switch-tabs>.item {
  float: left;
  width: 50%;
  font-size: 18px;
  cursor: pointer;
  color: #7a808f;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 8px 0;
}

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

.app-login-union>.switch-tabs>.item.in-active {
  cursor: default;
  color: #43464f;
  position: relative;
}

.app-login-union>.switch-tabs>.item.in-active:after {
  content: "";
  height: 1px;
  width: 45px;
  background: #43464f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.app-third-login .split-line {
  background: url(//cache.qixin.com/pcweb/line-96c52e7e.png) 50% 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;
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

.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: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e3e3e3;
}

.app-geetest-dialog .geetest-content {
  position: relative;
  padding-top: 275px;
  text-align: center;
  background: url(//cache.qixin.com/pcweb/bg-fb8a7ec7.png) 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;
}

.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 hsla(1,86%,69%,.6)!important;
  box-shadow: 0 0 8px hsla(1,86%,69%,.6)!important;
}

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

.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: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch {
  width: 48px;
  height: 24px;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
  box-shadow: inset 0 0 0 0 #dfdfdf;
  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;
}

.switch:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.switch:checked {
  border-color: #1478f0;
  -webkit-box-shadow: #1478f0 0 0 0 16px inset;
  box-shadow: inset 0 0 0 16px #1478f0;
  background-color: #1478f0;
}

.switch:checked:before {
  left: 25px;
}

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

.switch.switch-anim:before {
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}

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

.switch.switch-anim:checked:before {
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
}

.ps {
  overflow: hidden!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  height: 15px;
  bottom: 0;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear,opacity .2s linear;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  position: absolute;
}

.ps__rail-y {
  width: 15px;
  right: 0;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: .6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: .9;
}

.ps__thumb-x {
  transition: background-color .2s linear,height .2s ease-in-out;
  -webkit-transition: background-color .2s linear,height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

.ps__thumb-y {
  transition: background-color .2s linear,width .2s ease-in-out;
  -webkit-transition: background-color .2s linear,width .2s ease-in-out;
  width: 6px;
  right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto!important;
  }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .ps {
    overflow: auto!important;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:after,
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0,0,0,.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: auto;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: auto;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

@media (min-width:564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .drp-calendar,
  .daterangepicker.single .ranges {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .drp-calendar,
  .daterangepicker .ranges {
    float: left;
  }
}

@media (min-width:730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none!important;
  }
}

@font-face {
  font-family: qixin;
  src: url(//cache.qixin.com/pcweb/qixin-8f389ed3.eot);
  src: url(//cache.qixin.com/pcweb/qixin-8f389ed3.eot#iefix) format("embedded-opentype"),url(//cache.qixin.com/pcweb/qixin-12897344.ttf) format("truetype"),url(//cache.qixin.com/pcweb/qixin-9e78766e.woff) format("woff"),url(//cache.qixin.com/pcweb/qixin-69436787.svg#qixin) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: qixin!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn3 .icon-guanzhu:before,
.icon-1guanzhu:before {
  content: "\E900";
}

.btn3 .icon-jiankong:before,
.icon-1jiankong:before {
  content: "\E901";
}

.icon-1zuzhibeijing:before {
  content: "\E902";
}

.btn3.active .icon-guanzhu:before,
.icon-2guanzhu:before {
  content: "\E903";
}

.btn3.active .icon-jiankong:before,
.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-small:before {
  content: "\E90D";
}

.icon-arrow_bottom:before {
  content: "\E90E";
}

.icon-arrow_left:before {
  content: "\E90F";
}

.icon-arrow_right:before {
  content: "\E910";
}

.icon-arrow_top:before {
  content: "\E911";
}

.icon-beizhixingren:before {
  content: "\E912";
}

.icon-caigou:before {
  content: "\E913";
}

.icon-cancelfullscreen:before {
  content: "\E914";
}

.icon-cardmail:before {
  content: "\E915";
}

.icon-cardphone:before {
  content: "\E916";
}

.icon-cardposition:before {
  content: "\E917";
}

.icon-carduser:before {
  content: "\E918";
}

.icon-chagongshangbiangeng:before {
  content: "\E919";
}

.icon-chaguquanjiegou:before {
  content: "\E91A";
}

.icon-changonggao:before {
  content: "\E91B";
}

.icon-chanzhuanli:before {
  content: "\E91C";
}

.icon-chapanjue:before {
  content: "\E91D";
}

.icon-chashangbiao:before {
  content: "\E91E";
}

.icon-chashixin:before {
  content: "\E91F";
}

.icon-chaxinzenqiye:before {
  content: "\E920";
}

.icon-checkbox:before {
  content: "\E921";
}

.icon-chuzi:before {
  content: "\E922";
}

.icon-daorutongxunlu:before {
  content: "\E923";
}

.icon-delete:before {
  content: "\E924";
}

.icon-delete1:before {
  content: "\E925";
}

.icon-detele-miu:before {
  content: "\E926";
}

.icon-dianhuadizhi:before {
  content: "\E927";
}

.icon-diyongquan:before {
  content: "\E928";
}

.icon-doublearrowB:before {
  content: "\E929";
}

.icon-doublearrowT:before {
  content: "\E92A";
}

.icon-download:before {
  content: "\E92B";
}

.icon-duiwaitouzixiazai:before {
  content: "\E92C";
}

.icon-eidt:before {
  content: "\E92D";
}

.icon-fanhui:before {
  content: "\E92E";
}

.icon-foot:before {
  content: "\E92F";
}

.icon-foot2:before {
  content: "\E930";
}

.icon-foot3:before {
  content: "\E931";
}

.icon-foot4:before {
  content: "\E932";
}

.icon-gaojishaixuan:before {
  content: "\E933";
}

.icon-gengxin:before {
  content: "\E934";
}

.icon-global-search:before {
  content: "\E935";
}

.icon-gou:before {
  content: "\E936";
}

.icon-guanlian:before {
  content: "\E937";
}

.icon-gudonggaoguan:before {
  content: "\E938";
}

.icon-guquanjiegou:before {
  content: "\E939";
}

.icon-hailiangshuju:before {
  content: "\E93A";
}

.icon-hot:before {
  content: "\E93B";
}

.icon-huanyipi:before {
  content: "\E93C";
}

.icon-huanzu:before {
  content: "\E93D";
}

.icon-huiyuanzhongxin:before {
  content: "\E93E";
}

.icon-iphone:before {
  content: "\E93F";
}

.icon-jifen:before {
  content: "\E940";
}

.icon-jifenzhongxin:before {
  content: "\E941";
}

.icon-jinrongcongye:before {
  content: "\E942";
}

.icon-jizhe:before {
  content: "\E943";
}

.icon-kefuzhuanxian:before {
  content: "\E944";
}

.icon-login:before {
  content: "\E945";
}

.icon-lvshi:before {
  content: "\E946";
}

.icon-lvshishiwusuo:before {
  content: "\E947";
}

.icon-meitituiguang:before {
  content: "\E948";
}

.icon-minus:before {
  content: "\E949";
}

.icon-nodata:before {
  content: "\E94A";
}

.icon-none:before {
  content: "\E94B";
}

.icon-P2P:before {
  content: "\E94C";
}

.icon-password:before {
  content: "\E94D";
}

.icon-pingjiaqiye:before {
  content: "\E94E";
}

.icon-pinglun:before {
  content: "\E94F";
}

.icon-plus:before {
  content: "\E950";
}

.icon-publicwx:before {
  content: "\E951";
}

.icon-pulldown:before {
  content: "\E952";
}

.icon-qiuzhizhe:before {
  content: "\E953";
}

.icon-qiyehuiyuantequan:before {
  content: "\E954";
}

.icon-QQ:before {
  content: "\E955";
}

.icon-quanping:before {
  content: "\E956";
}

.icon-radiusbtn-A:before {
  content: "\E957";
}

.icon-radiusbtn-B:before {
  content: "\E958";
}

.icon-refresh:before {
  content: "\E959";
}

.icon-rename:before {
  content: "\E95A";
}

.icon-renling:before {
  content: "\E95B";
}

.icon-renmingquchong:before {
  content: "\E95C";
}

.icon-resouci:before {
  content: "\E95D";
}

.icon-save:before {
  content: "\E95E";
}

.icon-search:before {
  content: "\E95F";
}

.icon-select:before {
  content: "\E960";
}

.icon-shangchuan:before {
  content: "\E961";
}

.icon-shangshigongsi:before {
  content: "\E962";
}

.icon-share:before {
  content: "\E963";
}

.icon-shehuizuzhi:before {
  content: "\E964";
}

.icon-tishi:before {
  content: "\E965";
}

.icon-tishi2:before {
  content: "\E966";
}

.icon-touziren:before {
  content: "\E967";
}

.icon-tuputequan:before {
  content: "\E968";
}

.icon-user:before {
  content: "\E969";
}

.icon-view:before {
  content: "\E96A";
}

.icon-vip:before {
  content: "\E96B";
}

.icon-wechat1:before {
  content: "\E96C";
}

.icon-wechat2:before {
  content: "\E96D";
}

.icon-wodedingdan:before {
  content: "\E96E";
}

.icon-wujiaoxing:before {
  content: "\E96F";
}

.icon-wujiaoxing2:before {
  content: "\E970";
}

.icon-xiaoshou:before {
  content: "\E971";
}

.icon-xiaoxizhongxin:before {
  content: "\E972";
}

.icon-xiazaitupu:before {
  content: "\E973";
}

.icon-xinsanban:before {
  content: "\E974";
}

.icon-xinyongbaogao:before {
  content: "\E975";
}

.icon-xiugai:before {
  content: "\E976";
}

.icon-yisiguanxi:before {
  content: "\E977";
}

.icon-zhengfubumen:before {
  content: "\E978";
}

.icon-zhiding:before {
  content: "\E979";
}

.icon-zhifuchenggong:before {
  content: "\E97A";
}

.icon-zhifushibai:before {
  content: "\E97B";
}

.icon-zoomin:before {
  content: "\E97C";
}

.icon-zoomout:before {
  content: "\E97D";
}

.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: 400;
  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;
}

@font-face {
  font-family: FontAwesomeQxb;
  src: url(//cache.qixin.com/pcweb/font-awesome-qxb-e6aaa2fe.eot);
  src: url(//cache.qixin.com/pcweb/font-awesome-qxb-e6aaa2fe.eot?#iefix) format("embedded-opentype"),url(//cache.qixin.com/pcweb/font-awesome-qxb-6fe36179.woff2) format("woff2"),url(//cache.qixin.com/pcweb/font-awesome-qxb-0f4ac023.woff) format("woff"),url(//cache.qixin.com/pcweb/font-awesome-qxb-e830ef36.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

.qxb-num {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  text-rendering: auto;
  font: normal normal 400 14px/1.42857 FontAwesomeQxb;
  font-family: FontAwesomeQxb,Microsoft Yahei,Open Sans,Lantinghei SC,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,SimSun,"sans-serif"!important;
  font-size: inherit;
  font-weight: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.qxb-num-lg {
  vertical-align: -15%;
  line-height: .75em;
  font-size: 1.33333333em;
}

.qxb-num-2x {
  font-size: 2em;
}

.qxb-num-3x {
  font-size: 3em;
}

.qxb-num-4x {
  font-size: 4em;
}

.qxb-num-5x {
  font-size: 5em;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .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: -.5em;
}

sub {
  bottom: -.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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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 {
  *,
  :after,
  :before {
    background: transparent!important;
    color: #000!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-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: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn1>.caret,
  .btn2>.caret,
  .btn3>.caret,
  .btn4>.caret,
  .btn5>.caret,
  .btn6>.caret,
  .btn-cancel>.caret,
  .btn-link>.caret,
  .btn>.caret,
  .dropup>.btn1>.caret,
  .dropup>.btn2>.caret,
  .dropup>.btn3>.caret,
  .dropup>.btn4>.caret,
  .dropup>.btn5>.caret,
  .dropup>.btn6>.caret,
  .dropup>.btn-cancel>.caret,
  .dropup>.btn-link>.caret,
  .dropup>.btn>.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 td,
  .table-bordered th {
    border: 1px solid #ddd!important;
  }
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(//cache.qixin.com/pcweb/glyphicons-halflings-regular-f4769f9b.eot);
  src: url(//cache.qixin.com/pcweb/glyphicons-halflings-regular-f4769f9b.eot?#iefix) format("embedded-opentype"),url(//cache.qixin.com/pcweb/glyphicons-halflings-regular-448c34a5.woff2) format("woff2"),url(//cache.qixin.com/pcweb/glyphicons-halflings-regular-fa277232.woff) format("woff"),url(//cache.qixin.com/pcweb/glyphicons-halflings-regular-e18bbf61.ttf) format("truetype"),url(//cache.qixin.com/pcweb/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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro: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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-rub:before,
.glyphicon-ruble: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";
}

*,
:after,
:before {
  -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,Open Sans,Lantinghei SC,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #43464f;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #1478f0;
  text-decoration: none;
}

a:focus,
a:hover {
  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 .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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;
  margin: -1px;
  padding: 0;
  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,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 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 {
  background-color: #f9e491;
  padding: .2em;
}

.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;
}

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #1478f0;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0d60c4;
}

.text-success {
  color: #27a4b0;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7d86;
}

.text-info {
  color: #327ad5;
}

a.text-info:focus,
a.text-info:hover {
  color: #2462b0;
}

.text-warning {
  color: #c29d0b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #927608;
}

.text-danger {
  color: #e73d4a;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #d61b29;
}

.bg-primary {
  color: #fff;
  background-color: #1478f0;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0d60c4;
}

.bg-success {
  background-color: #abe7ed;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #81dbe4;
}

.bg-info {
  background-color: #e0ebf9;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #b5cff1;
}

.bg-warning {
  background-color: #f9e491;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f6d861;
}

.bg-danger {
  background-color: #fbe1e3;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #f5b4b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.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[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014   \A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\A0   \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 {
  color: #c7254e;
  background-color: #f9f2f4;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 0;
}

kbd {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  box-shadow: inset 0 -1px 0 rgba(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;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

caption,
th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #abe7ed;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #96e1e9;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #e0ebf9;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #cbddf5;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #f9e491;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #f8de79;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #fbe1e3;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #f8cbce;
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

@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 #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

fieldset {
  margin: 0;
  min-width: 0;
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #5ca1f5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(92,161,245,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(92,161,245,.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 {
  border: 0;
  background-color: transparent;
}

.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;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm>.input-group-btn>input.btn1[type=date],
  .input-group-sm>.input-group-btn>input.btn1[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn1[type=month],
  .input-group-sm>.input-group-btn>input.btn1[type=time],
  .input-group-sm>.input-group-btn>input.btn2[type=date],
  .input-group-sm>.input-group-btn>input.btn2[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn2[type=month],
  .input-group-sm>.input-group-btn>input.btn2[type=time],
  .input-group-sm>.input-group-btn>input.btn3[type=date],
  .input-group-sm>.input-group-btn>input.btn3[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn3[type=month],
  .input-group-sm>.input-group-btn>input.btn3[type=time],
  .input-group-sm>.input-group-btn>input.btn4[type=date],
  .input-group-sm>.input-group-btn>input.btn4[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn4[type=month],
  .input-group-sm>.input-group-btn>input.btn4[type=time],
  .input-group-sm>.input-group-btn>input.btn5[type=date],
  .input-group-sm>.input-group-btn>input.btn5[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn5[type=month],
  .input-group-sm>.input-group-btn>input.btn5[type=time],
  .input-group-sm>.input-group-btn>input.btn6[type=date],
  .input-group-sm>.input-group-btn>input.btn6[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn6[type=month],
  .input-group-sm>.input-group-btn>input.btn6[type=time],
  .input-group-sm>.input-group-btn>input.btn-cancel[type=date],
  .input-group-sm>.input-group-btn>input.btn-cancel[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn-cancel[type=month],
  .input-group-sm>.input-group-btn>input.btn-cancel[type=time],
  .input-group-sm>.input-group-btn>input.btn-link[type=date],
  .input-group-sm>.input-group-btn>input.btn-link[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn-link[type=month],
  .input-group-sm>.input-group-btn>input.btn-link[type=time],
  .input-group-sm>.input-group-btn>input.btn[type=date],
  .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
  .input-group-sm>.input-group-btn>input.btn[type=month],
  .input-group-sm>.input-group-btn>input.btn[type=time],
  .input-group-sm>input.form-control[type=date],
  .input-group-sm>input.form-control[type=datetime-local],
  .input-group-sm>input.form-control[type=month],
  .input-group-sm>input.form-control[type=time],
  .input-group-sm>input.input-group-addon[type=date],
  .input-group-sm>input.input-group-addon[type=datetime-local],
  .input-group-sm>input.input-group-addon[type=month],
  .input-group-sm>input.input-group-addon[type=time],
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg>.input-group-btn>input.btn1[type=date],
  .input-group-lg>.input-group-btn>input.btn1[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn1[type=month],
  .input-group-lg>.input-group-btn>input.btn1[type=time],
  .input-group-lg>.input-group-btn>input.btn2[type=date],
  .input-group-lg>.input-group-btn>input.btn2[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn2[type=month],
  .input-group-lg>.input-group-btn>input.btn2[type=time],
  .input-group-lg>.input-group-btn>input.btn3[type=date],
  .input-group-lg>.input-group-btn>input.btn3[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn3[type=month],
  .input-group-lg>.input-group-btn>input.btn3[type=time],
  .input-group-lg>.input-group-btn>input.btn4[type=date],
  .input-group-lg>.input-group-btn>input.btn4[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn4[type=month],
  .input-group-lg>.input-group-btn>input.btn4[type=time],
  .input-group-lg>.input-group-btn>input.btn5[type=date],
  .input-group-lg>.input-group-btn>input.btn5[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn5[type=month],
  .input-group-lg>.input-group-btn>input.btn5[type=time],
  .input-group-lg>.input-group-btn>input.btn6[type=date],
  .input-group-lg>.input-group-btn>input.btn6[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn6[type=month],
  .input-group-lg>.input-group-btn>input.btn6[type=time],
  .input-group-lg>.input-group-btn>input.btn-cancel[type=date],
  .input-group-lg>.input-group-btn>input.btn-cancel[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn-cancel[type=month],
  .input-group-lg>.input-group-btn>input.btn-cancel[type=time],
  .input-group-lg>.input-group-btn>input.btn-link[type=date],
  .input-group-lg>.input-group-btn>input.btn-link[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn-link[type=month],
  .input-group-lg>.input-group-btn>input.btn-link[type=time],
  .input-group-lg>.input-group-btn>input.btn[type=date],
  .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
  .input-group-lg>.input-group-btn>input.btn[type=month],
  .input-group-lg>.input-group-btn>input.btn[type=time],
  .input-group-lg>input.form-control[type=date],
  .input-group-lg>input.form-control[type=datetime-local],
  .input-group-lg>input.form-control[type=month],
  .input-group-lg>input.form-control[type=time],
  .input-group-lg>input.input-group-addon[type=date],
  .input-group-lg>input.input-group-addon[type=datetime-local],
  .input-group-lg>input.input-group-addon[type=month],
  .input-group-lg>input.input-group-addon[type=time],
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.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.btn-cancel,
.input-group-lg>.input-group-btn>.form-control-static.btn-link,
.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.btn-cancel,
.input-group-sm>.input-group-btn>.form-control-static.btn-link {
  padding-left: 0;
  padding-right: 0;
}

.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>.btn-cancel,
.input-group-sm>.input-group-btn>.btn-link,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.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.btn-cancel,
.input-group-sm>.input-group-btn>select.btn-link,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}

.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.btn-cancel[multiple],
.input-group-sm>.input-group-btn>select.btn-link[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
.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.btn-cancel,
.input-group-sm>.input-group-btn>textarea.btn-link,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  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 select[multiple].form-control,
.form-group-sm textarea.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-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>.btn-cancel,
.input-group-lg>.input-group-btn>.btn-link,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.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.btn-cancel,
.input-group-lg>.input-group-btn>select.btn-link,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}

.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.btn-cancel[multiple],
.input-group-lg>.input-group-btn>select.btn-link[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
.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.btn-cancel,
.input-group-lg>.input-group-btn>textarea.btn-link,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  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 select[multiple].form-control,
.form-group-lg textarea.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;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-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>.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>.btn+.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-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-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>.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>.btn+.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-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #27a4b0;
}

.has-success .form-control {
  border-color: #27a4b0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #1e7d86;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #61d1dc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #61d1dc;
}

.has-success .input-group-addon {
  color: #27a4b0;
  border-color: #27a4b0;
  background-color: #abe7ed;
}

.has-success .form-control-feedback {
  color: #27a4b0;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #c29d0b;
}

.has-warning .form-control {
  border-color: #c29d0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #927608;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f4cf3f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f4cf3f;
}

.has-warning .input-group-addon {
  color: #c29d0b;
  border-color: #c29d0b;
  background-color: #f9e491;
}

.has-warning .form-control-feedback {
  color: #c29d0b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #e73d4a;
}

.has-error .form-control {
  border-color: #e73d4a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #d61b29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f2989f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f2989f;
}

.has-error .input-group-addon {
  color: #e73d4a;
  border-color: #e73d4a;
  background-color: #fbe1e3;
}

.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: #7f8492;
}

@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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.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,
.btn-cancel,
.btn-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  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;
}

.active.btn1:focus,
.active.btn2:focus,
.active.btn3:focus,
.active.btn4:focus,
.active.btn5:focus,
.active.btn6:focus,
.active.btn-cancel:focus,
.active.btn-link:focus,
.active.focus.btn1,
.active.focus.btn2,
.active.focus.btn3,
.active.focus.btn4,
.active.focus.btn5,
.active.focus.btn6,
.active.focus.btn-cancel,
.active.focus.btn-link,
.btn1:active.focus,
.btn1:active:focus,
.btn1:focus,
.btn2:active.focus,
.btn2:active:focus,
.btn2:focus,
.btn3:active.focus,
.btn3:active:focus,
.btn3:focus,
.btn4:active.focus,
.btn4:active:focus,
.btn4:focus,
.btn5:active.focus,
.btn5:active:focus,
.btn5:focus,
.btn6:active.focus,
.btn6:active:focus,
.btn6:focus,
.btn-cancel:active.focus,
.btn-cancel:active:focus,
.btn-cancel:focus,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.focus.btn1,
.focus.btn2,
.focus.btn3,
.focus.btn4,
.focus.btn5,
.focus.btn6,
.focus.btn-cancel,
.focus.btn-link {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn1:focus,
.btn1:hover,
.btn2:focus,
.btn2:hover,
.btn3:focus,
.btn3:hover,
.btn4:focus,
.btn4:hover,
.btn5:focus,
.btn5:hover,
.btn6:focus,
.btn6:hover,
.btn-cancel:focus,
.btn-cancel:hover,
.btn-link:focus,
.btn-link:hover,
.btn.focus,
.btn:focus,
.btn:hover,
.focus.btn1,
.focus.btn2,
.focus.btn3,
.focus.btn4,
.focus.btn5,
.focus.btn6,
.focus.btn-cancel,
.focus.btn-link {
  color: #333;
}

.active.btn1,
.active.btn2,
.active.btn3,
.active.btn4,
.active.btn5,
.active.btn6,
.active.btn-cancel,
.active.btn-link,
.btn1:active,
.btn2:active,
.btn3:active,
.btn4:active,
.btn5:active,
.btn6:active,
.btn-cancel:active,
.btn-link:active,
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn1[disabled],
.btn2[disabled],
.btn3[disabled],
.btn4[disabled],
.btn5[disabled],
.btn6[disabled],
.btn-cancel[disabled],
.btn-link[disabled],
.btn.disabled,
.btn[disabled],
.disabled.btn1,
.disabled.btn2,
.disabled.btn3,
.disabled.btn4,
.disabled.btn5,
.disabled.btn6,
.disabled.btn-cancel,
.disabled.btn-link,
fieldset[disabled] .btn,
fieldset[disabled] .btn1,
fieldset[disabled] .btn2,
fieldset[disabled] .btn3,
fieldset[disabled] .btn4,
fieldset[disabled] .btn5,
fieldset[disabled] .btn6,
fieldset[disabled] .btn-cancel,
fieldset[disabled] .btn-link {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(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.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.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.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  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.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d60c4;
  border-color: #0c5bbb;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #0a50a3;
  border-color: #083d7d;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  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.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #26a4b0;
  border-color: #259ca7;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #208992;
  border-color: #196a71;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  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.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3b7fd7;
  border-color: #327ad6;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #286dc6;
  border-color: #215ba4;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  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.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c29d0b;
  border-color: #b8960b;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #a08209;
  border-color: #796307;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  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.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e73e4b;
  border-color: #e63442;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #e41e2d;
  border-color: #c11725;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #ed6b75;
  border-color: #ed6b75;
}

.btn-danger .badge {
  color: #ed6b75;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.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>.btn-cancel,
.btn-group-lg>.btn-link,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.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>.btn-cancel,
.btn-group-sm>.btn-link,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.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>.btn-cancel,
.btn-group-xs>.btn-link,
.btn-xs {
  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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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: .35s;
  -o-transition-duration: .35s;
  transition-duration: .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;
}

.dropdown,
.dropup {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #eaedf4;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

.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:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #0b54ac;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #0b54ac;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}

.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-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>.btn-cancel,
.btn-group-vertical>.btn-link,
.btn-group>.btn,
.btn-group>.btn1,
.btn-group>.btn2,
.btn-group>.btn3,
.btn-group>.btn4,
.btn-group>.btn5,
.btn-group>.btn6,
.btn-group>.btn-cancel,
.btn-group>.btn-link {
  position: relative;
  float: left;
}

.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.btn-cancel,
.btn-group-vertical>.active.btn-link,
.btn-group-vertical>.btn1:active,
.btn-group-vertical>.btn1:focus,
.btn-group-vertical>.btn1:hover,
.btn-group-vertical>.btn2:active,
.btn-group-vertical>.btn2:focus,
.btn-group-vertical>.btn2:hover,
.btn-group-vertical>.btn3:active,
.btn-group-vertical>.btn3:focus,
.btn-group-vertical>.btn3:hover,
.btn-group-vertical>.btn4:active,
.btn-group-vertical>.btn4:focus,
.btn-group-vertical>.btn4:hover,
.btn-group-vertical>.btn5:active,
.btn-group-vertical>.btn5:focus,
.btn-group-vertical>.btn5:hover,
.btn-group-vertical>.btn6:active,
.btn-group-vertical>.btn6:focus,
.btn-group-vertical>.btn6:hover,
.btn-group-vertical>.btn-cancel:active,
.btn-group-vertical>.btn-cancel:focus,
.btn-group-vertical>.btn-cancel:hover,
.btn-group-vertical>.btn-link:active,
.btn-group-vertical>.btn-link:focus,
.btn-group-vertical>.btn-link:hover,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.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.btn-cancel,
.btn-group>.active.btn-link,
.btn-group>.btn1:active,
.btn-group>.btn1:focus,
.btn-group>.btn1:hover,
.btn-group>.btn2:active,
.btn-group>.btn2:focus,
.btn-group>.btn2:hover,
.btn-group>.btn3:active,
.btn-group>.btn3:focus,
.btn-group>.btn3:hover,
.btn-group>.btn4:active,
.btn-group>.btn4:focus,
.btn-group>.btn4:hover,
.btn-group>.btn5:active,
.btn-group>.btn5:focus,
.btn-group>.btn5:hover,
.btn-group>.btn6:active,
.btn-group>.btn6:focus,
.btn-group>.btn6:hover,
.btn-group>.btn-cancel:active,
.btn-group>.btn-cancel:focus,
.btn-group>.btn-cancel:hover,
.btn-group>.btn-link:active,
.btn-group>.btn-link:focus,
.btn-group>.btn-link:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn1+.btn,
.btn-group .btn1+.btn1,
.btn-group .btn1+.btn2,
.btn-group .btn1+.btn3,
.btn-group .btn1+.btn4,
.btn-group .btn1+.btn5,
.btn-group .btn1+.btn6,
.btn-group .btn1+.btn-cancel,
.btn-group .btn1+.btn-group,
.btn-group .btn1+.btn-link,
.btn-group .btn2+.btn,
.btn-group .btn2+.btn1,
.btn-group .btn2+.btn2,
.btn-group .btn2+.btn3,
.btn-group .btn2+.btn4,
.btn-group .btn2+.btn5,
.btn-group .btn2+.btn6,
.btn-group .btn2+.btn-cancel,
.btn-group .btn2+.btn-group,
.btn-group .btn2+.btn-link,
.btn-group .btn3+.btn,
.btn-group .btn3+.btn1,
.btn-group .btn3+.btn2,
.btn-group .btn3+.btn3,
.btn-group .btn3+.btn4,
.btn-group .btn3+.btn5,
.btn-group .btn3+.btn6,
.btn-group .btn3+.btn-cancel,
.btn-group .btn3+.btn-group,
.btn-group .btn3+.btn-link,
.btn-group .btn4+.btn,
.btn-group .btn4+.btn1,
.btn-group .btn4+.btn2,
.btn-group .btn4+.btn3,
.btn-group .btn4+.btn4,
.btn-group .btn4+.btn5,
.btn-group .btn4+.btn6,
.btn-group .btn4+.btn-cancel,
.btn-group .btn4+.btn-group,
.btn-group .btn4+.btn-link,
.btn-group .btn5+.btn,
.btn-group .btn5+.btn1,
.btn-group .btn5+.btn2,
.btn-group .btn5+.btn3,
.btn-group .btn5+.btn4,
.btn-group .btn5+.btn5,
.btn-group .btn5+.btn6,
.btn-group .btn5+.btn-cancel,
.btn-group .btn5+.btn-group,
.btn-group .btn5+.btn-link,
.btn-group .btn6+.btn,
.btn-group .btn6+.btn1,
.btn-group .btn6+.btn2,
.btn-group .btn6+.btn3,
.btn-group .btn6+.btn4,
.btn-group .btn6+.btn5,
.btn-group .btn6+.btn6,
.btn-group .btn6+.btn-cancel,
.btn-group .btn6+.btn-group,
.btn-group .btn6+.btn-link,
.btn-group .btn+.btn,
.btn-group .btn+.btn1,
.btn-group .btn+.btn2,
.btn-group .btn+.btn3,
.btn-group .btn+.btn4,
.btn-group .btn+.btn5,
.btn-group .btn+.btn6,
.btn-group .btn+.btn-cancel,
.btn-group .btn+.btn-group,
.btn-group .btn+.btn-link,
.btn-group .btn-cancel+.btn,
.btn-group .btn-cancel+.btn1,
.btn-group .btn-cancel+.btn2,
.btn-group .btn-cancel+.btn3,
.btn-group .btn-cancel+.btn4,
.btn-group .btn-cancel+.btn5,
.btn-group .btn-cancel+.btn6,
.btn-group .btn-cancel+.btn-cancel,
.btn-group .btn-cancel+.btn-group,
.btn-group .btn-cancel+.btn-link,
.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+.btn-cancel,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+.btn-link,
.btn-group .btn-link+.btn,
.btn-group .btn-link+.btn1,
.btn-group .btn-link+.btn2,
.btn-group .btn-link+.btn3,
.btn-group .btn-link+.btn4,
.btn-group .btn-link+.btn5,
.btn-group .btn-link+.btn6,
.btn-group .btn-link+.btn-cancel,
.btn-group .btn-link+.btn-group,
.btn-group .btn-link+.btn-link {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}

.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 .btn-cancel,
.btn-toolbar .btn-group,
.btn-toolbar .btn-link,
.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>.btn-cancel,
.btn-toolbar>.btn-group,
.btn-toolbar>.btn-link,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.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>.btn-cancel:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-link:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.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>.btn-cancel:first-child,
.btn-group>.btn-link:first-child,
.btn-group>.btn:first-child {
  margin-left: 0;
}

.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>.btn-cancel:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-link:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.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>.btn-cancel:last-child:not(:first-child),
.btn-group>.btn-link:last-child:not(:first-child),
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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)>.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)>.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)>.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)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.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)>.btn-cancel:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-link:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.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>.btn+.dropdown-toggle,
.btn-group>.btn-cancel+.dropdown-toggle,
.btn-group>.btn-link+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.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>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-cancel+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-link+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn1 .caret,
.btn2 .caret,
.btn3 .caret,
.btn4 .caret,
.btn5 .caret,
.btn6 .caret,
.btn-cancel .caret,
.btn-link .caret,
.btn .caret {
  margin-left: 0;
}

.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>.btn-cancel .caret,
.btn-group-lg>.btn-link .caret,
.btn-group-lg>.btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.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>.btn-cancel .caret,
.dropup .btn-group-lg>.btn-link .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .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>.btn-cancel,
.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>.btn-cancel,
.btn-group-vertical>.btn-group>.btn-link,
.btn-group-vertical>.btn-link {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table;
}

.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>.btn-cancel,
.btn-group-vertical>.btn-group>.btn-link {
  float: none;
}

.btn-group-vertical>.btn1+.btn,
.btn-group-vertical>.btn1+.btn1,
.btn-group-vertical>.btn1+.btn2,
.btn-group-vertical>.btn1+.btn3,
.btn-group-vertical>.btn1+.btn4,
.btn-group-vertical>.btn1+.btn5,
.btn-group-vertical>.btn1+.btn6,
.btn-group-vertical>.btn1+.btn-cancel,
.btn-group-vertical>.btn1+.btn-group,
.btn-group-vertical>.btn1+.btn-link,
.btn-group-vertical>.btn2+.btn,
.btn-group-vertical>.btn2+.btn1,
.btn-group-vertical>.btn2+.btn2,
.btn-group-vertical>.btn2+.btn3,
.btn-group-vertical>.btn2+.btn4,
.btn-group-vertical>.btn2+.btn5,
.btn-group-vertical>.btn2+.btn6,
.btn-group-vertical>.btn2+.btn-cancel,
.btn-group-vertical>.btn2+.btn-group,
.btn-group-vertical>.btn2+.btn-link,
.btn-group-vertical>.btn3+.btn,
.btn-group-vertical>.btn3+.btn1,
.btn-group-vertical>.btn3+.btn2,
.btn-group-vertical>.btn3+.btn3,
.btn-group-vertical>.btn3+.btn4,
.btn-group-vertical>.btn3+.btn5,
.btn-group-vertical>.btn3+.btn6,
.btn-group-vertical>.btn3+.btn-cancel,
.btn-group-vertical>.btn3+.btn-group,
.btn-group-vertical>.btn3+.btn-link,
.btn-group-vertical>.btn4+.btn,
.btn-group-vertical>.btn4+.btn1,
.btn-group-vertical>.btn4+.btn2,
.btn-group-vertical>.btn4+.btn3,
.btn-group-vertical>.btn4+.btn4,
.btn-group-vertical>.btn4+.btn5,
.btn-group-vertical>.btn4+.btn6,
.btn-group-vertical>.btn4+.btn-cancel,
.btn-group-vertical>.btn4+.btn-group,
.btn-group-vertical>.btn4+.btn-link,
.btn-group-vertical>.btn5+.btn,
.btn-group-vertical>.btn5+.btn1,
.btn-group-vertical>.btn5+.btn2,
.btn-group-vertical>.btn5+.btn3,
.btn-group-vertical>.btn5+.btn4,
.btn-group-vertical>.btn5+.btn5,
.btn-group-vertical>.btn5+.btn6,
.btn-group-vertical>.btn5+.btn-cancel,
.btn-group-vertical>.btn5+.btn-group,
.btn-group-vertical>.btn5+.btn-link,
.btn-group-vertical>.btn6+.btn,
.btn-group-vertical>.btn6+.btn1,
.btn-group-vertical>.btn6+.btn2,
.btn-group-vertical>.btn6+.btn3,
.btn-group-vertical>.btn6+.btn4,
.btn-group-vertical>.btn6+.btn5,
.btn-group-vertical>.btn6+.btn6,
.btn-group-vertical>.btn6+.btn-cancel,
.btn-group-vertical>.btn6+.btn-group,
.btn-group-vertical>.btn6+.btn-link,
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn1,
.btn-group-vertical>.btn+.btn2,
.btn-group-vertical>.btn+.btn3,
.btn-group-vertical>.btn+.btn4,
.btn-group-vertical>.btn+.btn5,
.btn-group-vertical>.btn+.btn6,
.btn-group-vertical>.btn+.btn-cancel,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+.btn-link,
.btn-group-vertical>.btn-cancel+.btn,
.btn-group-vertical>.btn-cancel+.btn1,
.btn-group-vertical>.btn-cancel+.btn2,
.btn-group-vertical>.btn-cancel+.btn3,
.btn-group-vertical>.btn-cancel+.btn4,
.btn-group-vertical>.btn-cancel+.btn5,
.btn-group-vertical>.btn-cancel+.btn6,
.btn-group-vertical>.btn-cancel+.btn-cancel,
.btn-group-vertical>.btn-cancel+.btn-group,
.btn-group-vertical>.btn-cancel+.btn-link,
.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+.btn-cancel,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+.btn-link,
.btn-group-vertical>.btn-link+.btn,
.btn-group-vertical>.btn-link+.btn1,
.btn-group-vertical>.btn-link+.btn2,
.btn-group-vertical>.btn-link+.btn3,
.btn-group-vertical>.btn-link+.btn4,
.btn-group-vertical>.btn-link+.btn5,
.btn-group-vertical>.btn-link+.btn6,
.btn-group-vertical>.btn-link+.btn-cancel,
.btn-group-vertical>.btn-link+.btn-group,
.btn-group-vertical>.btn-link+.btn-link {
  margin-top: -1px;
  margin-left: 0;
}

.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>.btn-cancel:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-link:not(:first-child):not(:last-child),
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn1:first-child:not(:last-child),
.btn-group-vertical>.btn1:last-child:not(:first-child),
.btn-group-vertical>.btn2:first-child:not(:last-child),
.btn-group-vertical>.btn2:last-child:not(:first-child),
.btn-group-vertical>.btn3:first-child:not(:last-child),
.btn-group-vertical>.btn3:last-child:not(:first-child),
.btn-group-vertical>.btn4:first-child:not(:last-child),
.btn-group-vertical>.btn4:last-child:not(:first-child),
.btn-group-vertical>.btn5:first-child:not(:last-child),
.btn-group-vertical>.btn5:last-child:not(:first-child),
.btn-group-vertical>.btn6:first-child:not(:last-child),
.btn-group-vertical>.btn6:last-child:not(:first-child),
.btn-group-vertical>.btn-cancel:first-child:not(:last-child),
.btn-group-vertical>.btn-cancel:last-child:not(:first-child),
.btn-group-vertical>.btn-link:first-child:not(:last-child),
.btn-group-vertical>.btn-link:last-child:not(:first-child),
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-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)>.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)>.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)>.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)>.btn: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)>.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)>.btn-cancel:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-link:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-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>.btn-cancel,
.btn-group-justified>.btn-group,
.btn-group-justified>.btn-link {
  float: none;
  display: table-cell;
  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 .btn-cancel,
.btn-group-justified>.btn-group .btn-link {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons]>.btn1 input[type=checkbox],
[data-toggle=buttons]>.btn1 input[type=radio],
[data-toggle=buttons]>.btn2 input[type=checkbox],
[data-toggle=buttons]>.btn2 input[type=radio],
[data-toggle=buttons]>.btn3 input[type=checkbox],
[data-toggle=buttons]>.btn3 input[type=radio],
[data-toggle=buttons]>.btn4 input[type=checkbox],
[data-toggle=buttons]>.btn4 input[type=radio],
[data-toggle=buttons]>.btn5 input[type=checkbox],
[data-toggle=buttons]>.btn5 input[type=radio],
[data-toggle=buttons]>.btn6 input[type=checkbox],
[data-toggle=buttons]>.btn6 input[type=radio],
[data-toggle=buttons]>.btn-cancel input[type=checkbox],
[data-toggle=buttons]>.btn-cancel input[type=radio],
[data-toggle=buttons]>.btn-group>.btn1 input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn1 input[type=radio],
[data-toggle=buttons]>.btn-group>.btn2 input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn2 input[type=radio],
[data-toggle=buttons]>.btn-group>.btn3 input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn3 input[type=radio],
[data-toggle=buttons]>.btn-group>.btn4 input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn4 input[type=radio],
[data-toggle=buttons]>.btn-group>.btn5 input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn5 input[type=radio],
[data-toggle=buttons]>.btn-group>.btn6 input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn6 input[type=radio],
[data-toggle=buttons]>.btn-group>.btn-cancel input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn-cancel input[type=radio],
[data-toggle=buttons]>.btn-group>.btn-link input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn-link input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-link input[type=checkbox],
[data-toggle=buttons]>.btn-link input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
  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-left: 0;
  padding-right: 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.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.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=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.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>.btn-cancel,
.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>.btn-cancel,
.input-group-btn:first-child>.btn-group>.btn-link,
.input-group-btn:first-child>.btn-link,
.input-group-btn:first-child>.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>.btn-cancel: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)>.btn-cancel,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-link,
.input-group-btn:last-child>.btn-link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-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>.btn-cancel: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)>.btn-cancel,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-link,
.input-group-btn:first-child>.btn-link:not(:first-child),
.input-group-btn:first-child>.btn:not(:first-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>.btn-cancel,
.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>.btn-cancel,
.input-group-btn:last-child>.btn-group>.btn-link,
.input-group-btn:last-child>.btn-link,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.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>.btn-cancel,
.input-group-btn>.btn-link {
  position: relative;
}

.input-group-btn>.btn1+.btn,
.input-group-btn>.btn1+.btn1,
.input-group-btn>.btn1+.btn2,
.input-group-btn>.btn1+.btn3,
.input-group-btn>.btn1+.btn4,
.input-group-btn>.btn1+.btn5,
.input-group-btn>.btn1+.btn6,
.input-group-btn>.btn1+.btn-cancel,
.input-group-btn>.btn1+.btn-link,
.input-group-btn>.btn2+.btn,
.input-group-btn>.btn2+.btn1,
.input-group-btn>.btn2+.btn2,
.input-group-btn>.btn2+.btn3,
.input-group-btn>.btn2+.btn4,
.input-group-btn>.btn2+.btn5,
.input-group-btn>.btn2+.btn6,
.input-group-btn>.btn2+.btn-cancel,
.input-group-btn>.btn2+.btn-link,
.input-group-btn>.btn3+.btn,
.input-group-btn>.btn3+.btn1,
.input-group-btn>.btn3+.btn2,
.input-group-btn>.btn3+.btn3,
.input-group-btn>.btn3+.btn4,
.input-group-btn>.btn3+.btn5,
.input-group-btn>.btn3+.btn6,
.input-group-btn>.btn3+.btn-cancel,
.input-group-btn>.btn3+.btn-link,
.input-group-btn>.btn4+.btn,
.input-group-btn>.btn4+.btn1,
.input-group-btn>.btn4+.btn2,
.input-group-btn>.btn4+.btn3,
.input-group-btn>.btn4+.btn4,
.input-group-btn>.btn4+.btn5,
.input-group-btn>.btn4+.btn6,
.input-group-btn>.btn4+.btn-cancel,
.input-group-btn>.btn4+.btn-link,
.input-group-btn>.btn5+.btn,
.input-group-btn>.btn5+.btn1,
.input-group-btn>.btn5+.btn2,
.input-group-btn>.btn5+.btn3,
.input-group-btn>.btn5+.btn4,
.input-group-btn>.btn5+.btn5,
.input-group-btn>.btn5+.btn6,
.input-group-btn>.btn5+.btn-cancel,
.input-group-btn>.btn5+.btn-link,
.input-group-btn>.btn6+.btn,
.input-group-btn>.btn6+.btn1,
.input-group-btn>.btn6+.btn2,
.input-group-btn>.btn6+.btn3,
.input-group-btn>.btn6+.btn4,
.input-group-btn>.btn6+.btn5,
.input-group-btn>.btn6+.btn6,
.input-group-btn>.btn6+.btn-cancel,
.input-group-btn>.btn6+.btn-link,
.input-group-btn>.btn+.btn,
.input-group-btn>.btn+.btn1,
.input-group-btn>.btn+.btn2,
.input-group-btn>.btn+.btn3,
.input-group-btn>.btn+.btn4,
.input-group-btn>.btn+.btn5,
.input-group-btn>.btn+.btn6,
.input-group-btn>.btn+.btn-cancel,
.input-group-btn>.btn+.btn-link,
.input-group-btn>.btn-cancel+.btn,
.input-group-btn>.btn-cancel+.btn1,
.input-group-btn>.btn-cancel+.btn2,
.input-group-btn>.btn-cancel+.btn3,
.input-group-btn>.btn-cancel+.btn4,
.input-group-btn>.btn-cancel+.btn5,
.input-group-btn>.btn-cancel+.btn6,
.input-group-btn>.btn-cancel+.btn-cancel,
.input-group-btn>.btn-cancel+.btn-link,
.input-group-btn>.btn-link+.btn,
.input-group-btn>.btn-link+.btn1,
.input-group-btn>.btn-link+.btn2,
.input-group-btn>.btn-link+.btn3,
.input-group-btn>.btn-link+.btn4,
.input-group-btn>.btn-link+.btn5,
.input-group-btn>.btn-link+.btn6,
.input-group-btn>.btn-link+.btn-cancel,
.input-group-btn>.btn-link+.btn-link {
  margin-left: -1px;
}

.input-group-btn>.btn1:active,
.input-group-btn>.btn1:focus,
.input-group-btn>.btn1:hover,
.input-group-btn>.btn2:active,
.input-group-btn>.btn2:focus,
.input-group-btn>.btn2:hover,
.input-group-btn>.btn3:active,
.input-group-btn>.btn3:focus,
.input-group-btn>.btn3:hover,
.input-group-btn>.btn4:active,
.input-group-btn>.btn4:focus,
.input-group-btn>.btn4:hover,
.input-group-btn>.btn5:active,
.input-group-btn>.btn5:focus,
.input-group-btn>.btn5:hover,
.input-group-btn>.btn6:active,
.input-group-btn>.btn6:focus,
.input-group-btn>.btn6:hover,
.input-group-btn>.btn-cancel:active,
.input-group-btn>.btn-cancel:focus,
.input-group-btn>.btn-cancel:hover,
.input-group-btn>.btn-link:active,
.input-group-btn>.btn-link:focus,
.input-group-btn>.btn-link:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.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>.btn-cancel,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.btn-link {
  margin-right: -1px;
}

.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>.btn-cancel,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.btn-link {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block;
}

.nav>li>a {
  padding: 10px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #1478f0;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #e0e3ec;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #e0e3ec;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #7a808f;
  background-color: #fff;
  border: 1px solid #e0e3ec;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 0;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #1478f0;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {
  .navbar>.container-fluid .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin: 8px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn.btn1,
.btn-group-sm>.navbar-btn.btn2,
.btn-group-sm>.navbar-btn.btn3,
.btn-group-sm>.navbar-btn.btn4,
.btn-group-sm>.navbar-btn.btn5,
.btn-group-sm>.navbar-btn.btn6,
.btn-group-sm>.navbar-btn.btn-cancel,
.btn-group-sm>.navbar-btn.btn-link,
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>.navbar-btn.btn1,
.btn-group-xs>.navbar-btn.btn2,
.btn-group-xs>.navbar-btn.btn3,
.btn-group-xs>.navbar-btn.btn4,
.btn-group-xs>.navbar-btn.btn5,
.btn-group-xs>.navbar-btn.btn6,
.btn-group-xs>.navbar-btn.btn-cancel,
.btn-group-xs>.navbar-btn.btn-link,
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #0b54ac;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #0b54ac;
  background-color: #eee;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #eee;
  color: #0b54ac;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #0b54ac;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #0b54ac;
    background-color: #eee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #0b54ac;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #0b54ac;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #090909;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #1478f0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #0b54ac;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #1478f0;
  border-color: #1478f0;
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:after,
.pager:before {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #a6acbc;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn1 .label,
.btn2 .label,
.btn3 .label,
.btn4 .label,
.btn5 .label,
.btn6 .label,
.btn-cancel .label,
.btn-link .label,
.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-a1,
.label-a2,
.label-a3,
.label-a4,
.label-a5,
.label-a6,
.label-blue,
.label-default,
.label-f1,
.label-f2,
.label-f3,
.label-gray,
.label-m1,
.label-m2,
.label-red,
.label-yellow {
  background-color: #fff;
}

.label-a1[href]:focus,
.label-a1[href]:hover,
.label-a2[href]:focus,
.label-a2[href]:hover,
.label-a3[href]:focus,
.label-a3[href]:hover,
.label-a4[href]:focus,
.label-a4[href]:hover,
.label-a5[href]:focus,
.label-a5[href]:hover,
.label-a6[href]:focus,
.label-a6[href]:hover,
.label-blue[href]:focus,
.label-blue[href]:hover,
.label-default[href]:focus,
.label-default[href]:hover,
.label-f1[href]:focus,
.label-f1[href]:hover,
.label-f2[href]:focus,
.label-f2[href]:hover,
.label-f3[href]:focus,
.label-f3[href]:hover,
.label-gray[href]:focus,
.label-gray[href]:hover,
.label-m1[href]:focus,
.label-m1[href]:hover,
.label-m2[href]:focus,
.label-m2[href]:hover,
.label-red[href]:focus,
.label-red[href]:hover,
.label-yellow[href]:focus,
.label-yellow[href]:hover {
  background-color: #e6e6e6;
}

.label-primary {
  background-color: #1478f0;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #0d60c4;
}

.label-success {
  background-color: #36c6d3;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #26a4b0;
}

.label-info {
  background-color: #659be0;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #3b7fd7;
}

.label-warning {
  background-color: #f1c40f;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #c29d0b;
}

.label-danger {
  background-color: #ed6b75;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #e73e4b;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a6acbc;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn1 .badge,
.btn2 .badge,
.btn3 .badge,
.btn4 .badge,
.btn5 .badge,
.btn6 .badge,
.btn-cancel .badge,
.btn-link .badge,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs>.btn1 .badge,
.btn-group-xs>.btn2 .badge,
.btn-group-xs>.btn3 .badge,
.btn-group-xs>.btn4 .badge,
.btn-group-xs>.btn5 .badge,
.btn-group-xs>.btn6 .badge,
.btn-group-xs>.btn-cancel .badge,
.btn-group-xs>.btn-link .badge,
.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #1478f0;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container-fluid .jumbotron,
.container .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #43464f;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #1478f0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #abe7ed;
  border-color: #abe7ed;
  color: #27a4b0;
}

.alert-success hr {
  border-top-color: #96e1e9;
}

.alert-success .alert-link {
  color: #1e7d86;
}

.alert-info {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}

.alert-info hr {
  border-top-color: #cbddf5;
}

.alert-info .alert-link {
  color: #2462b0;
}

.alert-warning {
  background-color: #f9e491;
  border-color: #f9e491;
  color: #c29d0b;
}

.alert-warning hr {
  border-top-color: #f8de79;
}

.alert-warning .alert-link {
  color: #927608;
}

.alert-danger {
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
}

.alert-danger hr {
  border-top-color: #f8cbce;
}

.alert-danger .alert-link {
  color: #d61b29;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1478f0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #36c6d3;
}

.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-info {
  background-color: #659be0;
}

.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-warning {
  background-color: #f1c40f;
}

.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-danger {
  background-color: #ed6b75;
}

.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #1478f0;
  border-color: #1478f0;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d4e6fc;
}

.list-group-item-success {
  color: #27a4b0;
  background-color: #abe7ed;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #27a4b0;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #27a4b0;
  background-color: #96e1e9;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #27a4b0;
  border-color: #27a4b0;
}

.list-group-item-info {
  color: #327ad5;
  background-color: #e0ebf9;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #327ad5;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #327ad5;
  background-color: #cbddf5;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #327ad5;
  border-color: #327ad5;
}

.list-group-item-warning {
  color: #c29d0b;
  background-color: #f9e491;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #c29d0b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #c29d0b;
  background-color: #f8de79;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #c29d0b;
  border-color: #c29d0b;
}

.list-group-item-danger {
  color: #e73d4a;
  background-color: #fbe1e3;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e73d4a;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #e73d4a;
  background-color: #f8cbce;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #e73d4a;
  border-color: #e73d4a;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #1478f0;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #1478f0;
  border-color: #1478f0;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #1478f0;
}

.panel-primary>.panel-heading .badge {
  color: #1478f0;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #1478f0;
}