/* ========================================================================
   Component: bootstrap-reset.less
 ========================================================================== */
a:hover,
a:focus {
  color: #1b72e2;
  text-decoration: none;
}
.btn {
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.btn.btn-default {
  border-color: #eaeaea;
}
.btn-link {
  cursor: pointer;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.list-inline > li {
  vertical-align: middle;
}
.list-inline > li.align-top {
  vertical-align: top;
}
.list-inline > li.align-bottom {
  vertical-align: bottom;
}
.check-text-inline > li {
  line-height: 14px;
}
.select-text-inline > li {
  line-height: 30px;
}
.form-control {
  box-shadow: 0 0 0 #000 !important;
}
.form-control:focus {
  border-color: #dde6e9;
}
.input-placeholder-sm + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.input-placeholder-lg + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.modal-body {
  padding: 15px 10px;
}
.modal-header {
  padding: 10px;
}
.modal-header button {
  line-height: 28px;
}
.nav {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-tabs > li > a:hover {
  border: 0px;
  border-bottom: 5px solid transparent;
}
.nav-tabs > li > a {
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  position: relative;
  border: 0px;
  border-bottom: 5px solid transparent;
  text-align: center;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  border: 0px;
  border-bottom: 5px solid transparent;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li > a:hover:after {
  background: #1690ff none repeat scroll 0 0;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.nav-tabs > li > a:after {
  content: "";
  background: #1690ff none repeat scroll 0 0;
  display: block;
  height: 5px;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: transform 200ms ease-out 0s;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}
/*
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
	color:#000;
	border:0px;
	border-bottom:5px solid #1690ff;
}
*/
.tab-content > .tab-pane {
  display: block;
}
.tab-content.fullscreen {
  top: 43px;
}
.full-popup-nav .nav-tabs {
  background: #fff;
  border-bottom: 0px;
  -moz-box-shadow: 0px 3px 6px #bdbec3;
  -webkit-box-shadow: 0px 3px 6px #bdbec3;
  box-shadow: 0px 3px 6px #bdbec3;
}
.full-popup-nav .nav-tabs button {
  margin-top: 6px;
}
.panel {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.panel .panel-heading {
  font-size: 14px;
}
.panel .panel-heading a:hover {
  color: #fff;
  opacity: 0.7;
}
.panel-simple > .panel-heading {
  color: #444;
  background-color: #fff;
  border-bottom: 2px solid #d5dce7;
}
.panel-simple > .panel-heading > div {
  margin-top: -5px;
}
.panel-simple.panel {
  border-right: 0;
  border-left: 0;
}
.form-control-feedback {
  font-size: 14px;
}
.panel-default .panel-heading,
.panel-default {
  border-color: #b1b1b1;
}
.header-body-footer.panel .panel-body {
  position: absolute;
  top: 51px;
  bottom: 51px;
  left: 0px;
  right: 0px;
}
.header-body-footer.panel .panel-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.body-footer.panel {
  margin-bottom: 0px;
}
.body-footer.panel .panel-body {
  position: absolute;
  top: 0px;
  bottom: 51px;
  left: 0px;
  right: 0px;
}
.body-footer.panel .panel-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.tab-pane .body-footer.panel .panel-body {
  top: 43px;
}
.tab-content.fullscreen .tab-pane .body-footer.panel .panel-body {
  top: 0;
}
.header-body.panel .panel-body {
  position: absolute;
  top: 51px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.header-body.panel .panel-body > .fullscreen {
  left: 15px;
  right: 15px;
  bottom: 10px;
}
.header-body.panel .panel-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.panel-simple.header-body.panel .panel-body {
  top: 54px;
}
.input-group.input-group-icon .form-control {
  border-right: 0px;
}
.input-group.input-group-icon .input-group-addon {
  border-left: 0px;
}
/* ========================================================================
   Component: leaflet-reset.less
 ========================================================================== */
.leaflet-grab {
  cursor: pointer;
}
.leaflet-container {
  background: #b3e5f9;
}
.leaflet-bar.leaflet-bar-horizontal a:first-child {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
}
.leaflet-bar.leaflet-bar-horizontal a:last-child {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-right: 0px;
}
.leaflet-bar.leaflet-bar-horizontal a,
.leaflet-bar.leaflet-bar-horizontal a:hover {
  border-bottom: 0px;
  border-right: 1px solid #ccc;
}
.leaflet-control-texticon {
  float: left;
}
.leaflet-bar a.leaflet-control-texticon,
.leaflet-bar a.leaflet-control-texticon:hover {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.leaflet-zoom-anim .leaflet-tile {
  width: 258px !important;
  height: 258px !important;
  top: -1px !important;
  left: -1px !important;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font-size: 14px;
  font-weight: normal;
  padding: 1px 2px 0px 0px;
}
.leaflet-popup-content-wrapper {
  border-radius: 5px;
}
.leaflet-black-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.leaflet-black-tooltip.leaflet-tooltip-left:before {
  border-left-color: rgba(0, 0, 0, 0.8);
}
.leaflet-black-tooltip.leaflet-tooltip-right:before {
  border-right-color: rgba(0, 0, 0, 0.8);
}
.leaflet-black-tooltip.leaflet-tooltip-top:before {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.leaflet-black-tooltip.leaflet-tooltip-bottom:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.leaflet-container .leaflet-control-attribution {
  background: none;
  margin: 0 0 5px 5px;
  text-shadow: #ededed 1px 0 0, #ededed 0 1px 0, #ededed -1px 0 0, #ededed 0 -1px 0;
}
/* ========================================================================
   Component: button-extra.less
 ========================================================================== */
.icon-text {
  cursor: pointer;
}
.icon-text:hover {
  color: #5d9cec !important;
}
.icon-text i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  color: #000 !important;
  margin-top: -1px;
}
button.icon-text {
  border: 0;
  background: transparent;
  outline: none;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 5px 8px;
  left: -8px;
  border-radius: 2px 0 0 2px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -8px;
  border-radius: 0 2px 2px 0;
}
.btn-lg .btn-label {
  padding: 7px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0;
}
.btn-sm .btn-label {
  padding: 2px 4px;
  left: -4px;
  border-radius: 1px 0 0 1px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -4px;
  border-radius: 0 1px 1px 0;
}
.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 1px 0 0 1px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 1px 1px 0;
}
.btn-label.btn-label-block {
  left: auto;
}
.btn-pill-right,
.btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}
.btn-pill-left,
.btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}
.btn-sm.btn-pill-right,
.btn-sm.btn-oval {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 9px;
}
.btn-sm.btn-pill-left,
.btn-sm.btn-oval {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 9px;
}
/* ========================================================================
   Component: panels.less
 ========================================================================== */
.panel .table {
  margin-bottom: 0;
  border: 0;
}
.panel.panel-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
}
.panel.panel-transparent .panel-heading,
.panel.panel-transparent .panel-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.panel-flat {
  margin: 0 !important;
  border: 0;
}
.panel-group .panel-flat {
  box-shadow: 0 0 0 #000;
}
.panel-group .panel-flat:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel-flat:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-heading > a[data-tool] {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}
.panel-default .panel-heading > a[data-tool] {
  color: #c1c2c3;
}
.panel-heading > .label.pull-right {
  margin-top: 3px;
}
.panel-heading > .label.pull-right + .label.pull-right {
  margin-right: 10px;
}
.panel-heading.panel-heading-collapsed {
  border-radius: 2px;
}
.panel-footer .pagination {
  margin: 0;
}
.panel-footer .radial-bar {
  margin-bottom: 0;
}
.panel-footer p {
  margin-bottom: 0;
}
.panel-heading-active {
  background-color: #27c24c !important;
  font-weight: bold;
  font-size: 16px;
}
.panel-heading-active > a {
  padding: 15px 0;
  color: #fff !important;
  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.panel-heading-active + .panel-collapse:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #e1e2e3;
}
.panel-blue {
  border-color: #cfdbe2;
}
.panel-blue > .panel-heading {
  color: #fff;
  background-color: #1690ff;
  border-color: #1690ff;
}
.panel-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}
.panel-blue > .panel-heading .badge {
  color: #1690ff;
  background-color: #fff;
}
.panel-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}
.panel-dark {
  border-color: #cfdbe2;
}
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}
.panel-dark > .panel-heading .badge {
  color: #3a3f51;
  background-color: #fff;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}
/* ========================================================================
   Component: dropdown-extras.less
 ========================================================================== */
.dropdown-lg > .dropdown-menu {
  min-width: 200px;
}
.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px;
}
.dropdown-list .list-group {
  margin: 0;
}
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}
.dropdown > a {
  position: relative;
}
.dropdown > a > .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}
.dropdown > a > .label.label-right {
  position: relative;
  top: auto;
  right: auto;
}
.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}
/* ========================================================================
   Component: custom/datepicker.less
 ========================================================================== */
.datepicker[readonly] {
  background-color: #fff;
}
.datepicker[disabled] {
  background-color: #edf1f2;
}
.datepicker {
  vertical-align: middle;
}
.date-frame {
  position: relative;
}
.date-frame > span {
  position: absolute;
  top: 9px;
}
.date-point {
  position: absolute;
  right: 8px;
  top: 3px;
}
.date-point .fa {
  display: block;
  cursor: pointer;
}
.input-lg .date-point {
  right: 8px;
  top: 3px;
}
.input-lg.date-frame {
  padding: 0 !important;
}
.input-lg.date-frame > span {
  top: 11px;
  margin-right: 5px;
}
.input-sm .date-point {
  right: 6px;
  top: 1px;
}
.input-sm .date-point > span {
  height: 10px;
}
.input-sm.date-frame {
  padding: 0 !important;
}
.input-sm.date-frame > span {
  top: 5px;
  margin-right: -3px;
}
/* ========================================================================
   Component: custom/select.less
 ========================================================================== */
.select {
  display: none;
}
.input-sm.select-container {
  font-size: 12px;
  height: 24px;
  padding: 0;
}
.input-sm .select-box {
  height: 24px;
  padding: 0 !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.input-sm .select-showbox {
  line-height: 22px;
  height: 22px;
  padding: 0 20px 0 4px;
}
.input-sm .select-point {
  padding-right: 7px;
  padding-top: 0px;
}
.input-sm .select-point > span {
  height: 10px;
}
.input-sm .select-options {
  padding: 0 !important;
  line-height: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: auto;
}
.input-sm .select-options div {
  height: 24px;
  line-height: 24px;
  padding-left: 4px;
}
.input-sm .select-group.select-options div {
  padding-left: 4px;
}
.input-lg.select-container {
  font-size: 14px;
  height: 35px;
  padding: 0px;
}
.input-lg .select-box {
  height: 35px;
  padding: 0 !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.input-lg .select-showbox {
  line-height: 33px;
  height: 33px;
  padding: 0 20px 0 12px;
}
.input-lg .select-point {
  padding-right: 7px;
  padding-top: 2px;
}
.input-lg .select-point > span {
  height: 14px;
}
.input-lg .select-options {
  padding: 0 !important;
  line-height: 35px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: auto;
}
.input-lg .select-options div {
  height: 35px;
  line-height: 35px;
  padding-left: 12px;
}
.input-lg .select-group.select-options div {
  padding-left: 12px;
}
.select-container {
  position: relative;
  font-size: 12px;
  height: 30px;
}
.select-container.select-autowidth .select-showbox {
  padding-right: 20px;
}
.select-box {
  height: 30px;
}
.select-showbox {
  line-height: 28px;
  height: 28px;
  padding: 0px 20px 0 8px;
}
.select-showbox.placeholder {
  color: #bbbecc;
}
.select-point {
  padding-right: 7px;
  padding-top: 2px;
}
.list-down {
  height: 12px;
  line-height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 7px;
}
.select-options div {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.select-options div.select-option-mark::after {
  display: block;
  position: absolute;
  content: '';
  right: 3px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FF5722;
}
.select-box {
  text-align: left;
  border: 1px solid #dde6e9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  vertical-align: middle;
}
.select-box:before,
.select-box:after {
  content: " ";
  display: table;
}
.select-box:after {
  clear: both;
}
.select-box .fa {
  display: block;
  cursor: pointer;
}
.select-noborder .select-box {
  border: 1px solid transparent;
}
.select-showbox {
  cursor: pointer;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-point {
  float: right;
}
.list-down {
  position: absolute;
}
.select-showbox span {
  height: 8px;
  width: 13px;
  cursor: pointer;
}
.select-spinner {
  background: none;
  float: left;
}
.select-spinner.select-showbox {
  padding-right: 0 !important;
}
.select-options {
  z-index: 9999;
  border: 1px solid #dde6e9;
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
}
.select-options div {
  text-align: left;
  cursor: pointer;
  background: #fff;
  padding-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.select-options div.selected {
  background-color: #3399ff;
  color: #fff;
}
.select-options div:hover {
  background: #3399ff;
  color: #fff;
}
.select-options dt {
  padding-left: 3px;
  line-height: 30px;
  background: #fff;
}
.select-group.select-options div {
  padding-left: 6px;
}
/* ========================================================================
   Component: custom/selectlist.less
 ========================================================================== */
.selectlist {
  display: none;
}
.input-sm.selectlist {
  padding: 0 !important;
}
.input-sm.selectlist-box {
  line-height: 22px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.input-sm .selectlist-options div {
  padding-left: 4px;
}
.input-sm .selectlist-options dt {
  padding-left: 4px;
}
.input-lg.selectlist {
  padding: 0 !important;
}
.input-lg.selectlist-box {
  line-height: 33px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.input-lg .selectlist-options div {
  padding-left: 12px;
}
.input-lg .selectlist-options dt {
  padding-left: 12px;
}
.selectlist-box {
  line-height: 28px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dde6e9;
  background: #fff;
  position: relative;
}
.selectlist-options div {
  padding-left: 8px;
  text-align: left;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.selectlist-options div.selected {
  background-color: #3399ff;
  color: #fff;
}
.selectlist-options div:hover {
  background: #3399ff;
  color: #fff;
}
.selectlist-options dt {
  padding-left: 8px;
  line-height: 28px;
}
.select-group.selectlist-options div {
  padding-left: 16px;
}
.checkbox-list .select-option {
  padding: 0 5px 0 30px;
  position: relative;
}
.checkbox-list .select-option:before {
  display: block;
  content: '';
  position: absolute;
  vertical-align: top;
  text-align: center;
  width: 14px;
  height: 14px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #7c7c7c;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-list .select-option.selected:before {
  content: "\f00c";
  color: #fff;
  border: 1px solid #5d9cec;
  background: #5d9cec;
}
.checkbox-list .select-option:hover,
.checkbox-list .select-option.selected {
  background: transparent;
  color: #606060;
}
/* ========================================================================
   Component: custom/multiselect.less
 ========================================================================== */
.multiselect {
  display: none;
}
.input-lg.ms-options-wrap {
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: inherit;
  border-radius: 0;
}
.input-lg.ms-options-wrap > a {
  line-height: 35px;
  height: 35px;
  padding: 0 20px 0 12px;
}
.input-lg.ms-options-wrap > .ms-options > ul label {
  padding: 0px 5px 0 32px;
  line-height: 18px;
  margin-bottom: 15px;
}
.input-lg.ms-options-wrap > .ms-options > ul label:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 12px;
}
.input-lg.ms-options-wrap > .ms-options > ul li.selected label:before {
  line-height: 14px;
}
.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}
.ms-options-wrap > a {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid #dde6e9;
  background-color: #fff;
  color: #000;
  padding: 0px 20px 0px 8px;
  height: 30px;
  line-height: 28px;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ms-options-wrap > a:after {
  margin-top: -5px;
  height: 10px;
  width: 7px;
  line-height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  content: "\f0d7";
}
.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  right: 0px;
  margin-top: -1px;
  background: white;
  z-index: 2000;
  border: 1px solid #dde6e9;
  padding: 0px;
}
.ms-options-wrap > .ms-options ul {
  padding: 10px 0 3px 0;
  margin: 0px;
}
.ms-options-wrap > .ms-options ul:before,
.ms-options-wrap > .ms-options ul:after {
  content: " ";
  display: table;
}
.ms-options-wrap > .ms-options ul:after {
  clear: both;
}
.ms-options-wrap > .ms-options li {
  float: none;
  padding: 0px;
}
.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 5px 0 28px;
  font-weight: normal;
  text-align: left;
  line-height: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ms-options-wrap > .ms-options > ul label:before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #7c7c7c;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
.ms-options-wrap > .ms-options > ul li.selected label:before {
  border-color: #5d9cec;
  background-color: #5d9cec;
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f00c";
}
.ms-options-wrap > .ms-options a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #5d9cec;
  margin: 7px 5px 5px 5px;
}
/* ========================================================================
   Component: custom/checkbox.less
 ========================================================================== */
.checkbox {
  display: none;
}
.checkbox-frame {
  cursor: pointer;
  line-height: 14px;
  text-align: left;
  display: inline-block;
}
.checkbox-frame .checkbox-unselected,
.checkbox-frame .checkbox-selected,
.checkbox-frame .checkbox-disabled-unselected,
.checkbox-frame .checkbox-disabled-selected {
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #7c7c7c;
  margin-right: 5px;
  text-align: center;
  color: #fff;
}
.checkbox-frame .checkbox-selected {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
.checkbox-frame .checkbox-disabled-selected {
  border-color: #ccc;
  background-color: #ccc;
}
.checkbox-frame .checkbox-disabled-unselected {
  border-color: #ccc;
}
.checkbox-frame:hover .checkbox-unselected {
  border-color: #5d9cec;
}
.checkbox-frame .checkbox-selected:before {
  content: "\f00c";
}
.checkbox-frame .checkbox-disabled-selected:before {
  content: "\f00c";
}
.checkbox-frame .checkbox-disabled-unselected,
.checkbox-frame .checkbox-disabled-selected {
  cursor: not-allowed;
}
.checkbox-frame .color-code {
  width: 18px;
  height: 14px;
}
.checkbox-frame .checkbox-disabled-unselected ~ .checkbox-label,
.checkbox-frame .checkbox-disabled-selected ~ .checkbox-label {
  color: #ccc;
  cursor: not-allowed;
}
.checkbox-frame i,
.checkbox-frame span,
.checkbox-frame div {
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
}
.checkbox-frame i {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}
.checkbox-split {
  margin: 3px 0px 0px 2px;
}
.color-code.temp,
.color-code.visible,
.color-code.rain,
.color-code.wind {
  background-repeat: no-repeat;
  background-image: url(icons/color-code.png);
  background-size: 72px 14px;
}
.color-code.visible {
  background-position: 0 0;
}
.color-code.rain {
  background-position: -18px 0;
}
.color-code.wind {
  background-position: -36px 0;
}
.color-code.temp {
  background-position: -54px 0;
}
.checkbox-shop {
  padding: 6px 8px 6px 6px;
  position: relative;
  line-height: 14px;
  display: inline-block;
}
.checkbox-shop div {
  float: none;
  margin-right: 3px;
}
.checkbox-shop .checkbox-selected,
.checkbox-shop .checkbox-unselected,
.checkbox-shop .checkbox-disabled-unselected,
.checkbox-shop .checkbox-disabled-selected {
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0px;
  top: 0px;
  border-radius: 0px;
}
.checkbox-shop .checkbox-selected:before,
.checkbox-shop .checkbox-unselected:before,
.checkbox-shop .checkbox-disabled-unselected:before,
.checkbox-shop .checkbox-disabled-selected:before {
  content: "";
}
.checkbox-shop .checkbox-unselected {
  border: 1px solid transparent;
  background: none;
}
.checkbox-shop .checkbox-selected {
  border: 1px solid #1998ff;
}
.checkbox-shop:hover .checkbox-unselected {
  border: 1px solid #ffbf45;
}
.checkbox-shop:hover .checkbox-selected {
  border: 1px solid #ffbf45;
}
.checkbox-shop .checkbox-disabled-unselected {
  border: 1px solid #fff;
  background: none;
}
.checkbox-shop .checkbox-disabled-selected {
  border: 1px solid #eee;
}
.checkbox-shop.checkbox-btn[selectstate="selected"] {
  background: #1690ff;
  color: #fff;
}
.checkbox-shop.checkbox-btn .checkbox-selected,
.checkbox-shop.checkbox-btn:hover .checkbox-unselected,
.checkbox-shop.checkbox-btn:hover .checkbox-selected,
.checkbox-shop.checkbox-btn:hover .checkbox-disabled-selected {
  background: none;
  border: 0;
}
.checkbox-switch.checkbox-frame > span {
  width: 23px;
  height: 14px;
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.checkbox-switch.checkbox-frame > span:before {
  display: block;
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -1px;
  top: -1px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.checkbox-switch.checkbox-frame .checkbox-selected:before {
  left: 8px;
}
.checkbox-switch.checkbox-frame > span {
  background: rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
.checkbox-switch.checkbox-frame > span:before {
  border-color: #fff;
}
.checkbox-switch.checkbox-frame:hover .checkbox-unselected {
  border-color: #fff;
}
.checkbox-switch.checkbox-frame .checkbox-selected:before {
  background: #fff;
}
.checkbox-container {
  margin-left: 1px;
}
.checkbox-container:before,
.checkbox-container:after {
  content: " ";
  display: table;
}
.checkbox-container:after {
  clear: both;
}
.checkbox-container .checkbox-frame {
  float: left;
  display: block;
  position: relative;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #e1e3e4;
  background: #fff;
  margin-left: -1px;
}
.checkbox-container .checkbox-frame > em {
  display: none;
}
.checkbox-container .checkbox-frame > i {
  position: relative;
  z-index: 1;
}
.checkbox-container .checkbox-frame > span {
  width: auto;
  height: auto;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin-right: 0;
  border: 0;
}
.checkbox-container .checkbox-selected:before,
.checkbox-container .checkbox-unselected:before,
.checkbox-container .checkbox-disabled-unselected:before,
.checkbox-container .checkbox-disabled-selected:before {
  content: "";
}
.checkbox-container .checkbox-selected {
  background: #1E9FFF;
  border: 1px solid #1E9FFF;
}
.checkbox-container .checkbox-selected ~ i {
  color: #fff;
}
.checkbox-container .checkbox-selected.zui-disabled {
  border: 1px solid #d2d2d2;
  background: #d2d2d2;
  color: #f9f9f9 !important;
}
/* ========================================================================
   Component: custom/radio.less
 ========================================================================== */
.radio {
  display: none;
}
.radio-frame {
  cursor: pointer;
  line-height: 14px;
  text-align: left;
  display: inline-block;
}
.radio-frame .radio-unselected,
.radio-frame .radio-selected,
.radio-frame .radio-disabled-unselected,
.radio-frame .radio-disabled-selected {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 12px;
  border-radius: 500px;
  border: 1px solid #7c7c7c;
  margin-right: 5px;
}
.radio-frame .radio-disabled-selected,
.radio-frame .radio-disabled-unselected {
  border-color: #ccc;
}
.radio-frame .radio-disabled-selected ~ .radio-label,
.radio-frame .radio-disabled-unselected ~ .radio-label {
  color: #aaa;
}
.radio-frame .radio-selected,
.radio-frame:hover .radio-unselected {
  border-color: #5d9cec;
}
.radio-frame .radio-disabled-selected:before,
.radio-frame .radio-selected:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 500px;
  background-color: #5d9cec;
  display: block;
}
.radio-frame .radio-disabled-selected:before {
  background-color: #ccc;
}
.radio-frame .radio-disabled-unselected,
.radio-frame .radio-disabled-selected {
  cursor: not-allowed;
}
.radio-frame .color-code {
  width: 18px;
  height: 13px;
}
.radio-frame .radio-disabled-unselected ~ .radio-label,
.radio-frame .radio-disabled-selected ~ .radio-label {
  color: #ccc;
  cursor: not-allowed;
}
.radio-frame i,
.radio-frame span,
.radio-frame div {
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
}
.radio-frame i {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}
.radio-split {
  margin: 3px 0px 0px 2px;
}
.radio-shop {
  padding: 6px 8px 6px 6px;
  position: relative;
  line-height: 14px;
  display: inline-block;
}
.radio-shop div {
  float: none;
  margin-right: 3px;
}
.radio-shop .radio-selected,
.radio-shop .radio-unselected,
.radio-shop .radio-disabled-unselected,
.radio-shop .radio-disabled-selected {
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0px;
  top: 0px;
  border-radius: 0px;
}
.radio-shop .radio-disabled-selected:before,
.radio-shop .radio-selected:before {
  content: "";
  width: 0;
  height: 0;
}
.radio-shop .radio-unselected {
  border: 1px solid transparent;
  background: none;
}
.radio-shop .radio-selected {
  border: 1px solid #1998ff;
}
.radio-shop:hover .radio-unselected {
  border: 1px solid #ffbf45;
}
.radio-shop:hover .radio-selected {
  border: 1px solid #ffbf45;
}
.radio-shop .radio-disabled-unselected {
  border: 1px solid #fff;
  background: none;
}
.radio-shop .radio-disabled-selected {
  border: 1px solid #eee;
}
.radio-container {
  margin-left: 1px;
}
.radio-container:before,
.radio-container:after {
  content: " ";
  display: table;
}
.radio-container:after {
  clear: both;
}
.radio-container .radio-frame {
  float: left;
  display: block;
  position: relative;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #e1e3e4;
  background: #fff;
  margin-left: -1px;
}
.radio-container .radio-selected,
.radio-container .radio-disabled-selected {
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
  top: 0;
  border-radius: 0px;
}
.radio-container .radio-selected:before,
.radio-container .radio-disabled-selected:before {
  display: none;
}
.radio-container .radio-frame .radio-selected {
  background: #1E9FFF;
  border-color: #1E9FFF;
}
.radio-container .radio-selected + .radio-label {
  color: #fff;
}
.radio-container .radio-disabled-selected {
  background: #d2d2d2;
  border: 1px solid #d2d2d2;
}
.radio-container .radio-disabled-selected + .radio-label {
  color: #f9f9f9;
}
.radio-container .radio-unselected,
.radio-container .radio-disabled-unselected {
  display: none;
}
.radio-container .radio-unselected:before,
.radio-container .radio-disabled-unselected:before {
  display: none;
}
.radio-container .radio-label {
  position: relative;
}
/* ========================================================================
   Component: custom/utils.less
 ========================================================================== */
html {
  overflow: hidden;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.fullscreen {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.fullscreen-sm {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.fullscreen-lg {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.fullscreen-xl {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.fullscreen-xxxl {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.nodata:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: -40px;
  margin-top: -50px;
  text-align: center;
  color: #cacaca;
  content: '\f01c';
  font-size: 80px;
}
.nodata:after {
  position: absolute;
  width: 160px;
  margin-left: -80px;
  margin-top: 30px;
  text-align: center;
  left: 50%;
  top: 50%;
  content: '没有相关数据';
  color: #a8a8a8;
  font-size: 14px;
}
.opacity-hidden {
  opacity: 0.01;
}
.hide {
  display: none;
}
.overflow-y {
  overflow-y: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.text-indent {
  text-indent: 2em;
}
.text-ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.noexist {
  background: url(common/noexist.png) no-repeat center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
.typhoon {
  background: url(icons/typhoon.gif);
  background-size: cover;
}
.typhoon-blue {
  background: url(icons/typhoon-blue.gif);
  background-size: cover;
}
.no-outline {
  outline: none !important;
}
.multi-container .select-container {
  height: 26px;
}
.multi-container .select-box {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 26px;
}
.multi-container .select-box .select-showbox {
  line-height: 24px;
  height: 24px;
}
.multi-container .checkbox-container {
  margin-left: -1px;
}
.inline-container .field {
  line-height: 26px;
}
.list-inline .field {
  color: #666;
}
.unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-full {
  width: 100%;
}
.w-30 {
  width: 30px;
}
.w-40 {
  width: 40px;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-110 {
  width: 110px;
}
.w-120 {
  width: 120px;
}
.w-130 {
  width: 130px;
}
.w-140 {
  width: 140px;
}
.w-150 {
  width: 150px;
}
.w-180 {
  width: 180px;
}
.w-200 {
  width: 200px;
}
.w-210 {
  width: 210px;
}
.w-220 {
  width: 220px;
}
.w-230 {
  width: 230px;
}
.w-240 {
  width: 240px;
}
.w-250 {
  width: 250px;
}
.w-260 {
  width: 260px;
}
.w-270 {
  width: 270px;
}
.w-280 {
  width: 280px;
}
.w-300 {
  width: 300px;
}
.w-310 {
  width: 310px;
}
.w-320 {
  width: 320px;
}
.w-350 {
  width: 350px;
}
.w-360 {
  width: 360px;
}
.w-380 {
  width: 380px;
}
.w-390 {
  width: 390px;
}
.w-400 {
  width: 400px;
}
.w-450 {
  width: 450px;
}
.w-500 {
  width: 500px;
}
.w-550 {
  width: 550px;
}
.w-600 {
  width: 600px;
}
.w-650 {
  width: 650px;
}
.w-700 {
  width: 700px;
}
.w-750 {
  width: 750px;
}
.w-800 {
  width: 800px;
}
.w-950 {
  width: 950px;
}
.h-30 {
  height: 30px;
}
.h-150 {
  height: 150px !important;
}
.t-60 {
  top: 60px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-8 {
  margin-top: 9px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-6 {
  padding-bottom: 6px !important;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-8 {
  padding-bottom: 9px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.circle {
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.distance-close span {
  border-radius: 2px;
  border: 1px solid #f05050;
  color: #f05050;
  padding: 0px 3px;
  line-height: 16px;
  margin-left: -25px;
  background: #fff;
}
.elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid #1690ff;
  border-radius: 0 2px 2px 0;
  background-color: #fafafa;
}
.elem-quote.elem-quote-simple {
  border-left-width: 0;
}
.elem-quote.elem-quote-simple.align-height,
.elem-quote.elem-quote-simple .align-height {
  line-height: 30px;
}
.text-alarm-blue {
  color: #0000ff;
}
.text-alarm-yellow {
  color: #ffff00;
}
.text-alarm-orange {
  color: #ff9900;
}
.text-alarm-red {
  color: #ff0000;
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/*
::-webkit-input-placeholder {
    color:#c50000;  
} 
:-moz-placeholder {
    color:#c50000;opacity:1  
}  
::-moz-placeholder {
    color:#c50000;opacity:1  
}  
:-ms-input-placeholder {
    color:#c50000;  
}
*/
/* ========================================================================
   Component: custom/controlpanel.less
 ========================================================================== */
.headline {
  text-align: left;
  height: 30px;
  line-height: 30px;
  clear: both;
}
.headline .title {
  float: left;
}
.headline > ul {
  height: 15px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
.headline > ul > li {
  margin: 0px;
}
.headline > ul > li > span {
  font-family: Arial;
}
.headline .headline-arrow {
  margin: 3px 15px 0px 0px;
  float: right;
  cursor: pointer;
  font-size: 22px;
}
.headline .headline-icon,
.headline .headline-help {
  margin: 5px 10px 0px 0px;
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.headline label.switch {
  display: inline;
}
.headline-icon-absolute1 {
  position: absolute;
  right: 40px;
  top: -24px;
  color: #fff;
  font-size: 14px;
}
.subheading {
  clear: both;
  height: 28px;
  line-height: 28px;
  margin: 0px 0px 1px 0px;
  padding-left: 10px;
}
.subheading .title {
  float: left;
}
.subheading .headline-arrow {
  margin: 3px 15px 0px 0px;
  float: right;
  cursor: pointer;
  font-size: 22px;
}
.subheading .headline-icon {
  margin: 6px 10px 0px 0px;
  float: right;
  cursor: pointer;
  font-size: 18px;
}
/* ========================================================================
   Component: custom/menuBar.less
 ========================================================================== */
.menuBar {
  width: 100%;
  height: 29px;
  background: #399148;
  position: relative;
  /*z-index: 100000;*/
}
.menuBar > div > ul > li {
  float: left;
}
.menuBar > div > ul > li > ul {
  position: absolute;
  left: 0px;
  top: 29px;
}
.menuBar > div > ul > li > ul > li {
  float: none;
  display: block;
  background: #fff;
  border: 1px solid #dde6e9;
  border-top: 1px solid transparent;
  color: #515253;
}
.menuBar > div > ul > li > ul > li > p {
  margin: 0px;
  padding: 0px 10px 0px 10px;
  height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 30px;
}
.menuBar > div > ul > li > ul > li > p:before {
  width: 20px;
  display: inline-block;
  content: "";
}
.menuBar > div > ul > li > ul > li > p.sel:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
}
.menuBar > div > ul > li > ul.noselect > li > p:before {
  width: 0px;
}
.menuBar .button-children li:hover {
  background: #f9f9f9;
}
.menuBar > .module {
  position: absolute;
  left: 0px;
}
.menuBar > .auxiliary {
  height: 29px;
  float: right;
  display: inline;
}
.menuBar > .auxiliary .button-select {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.menuBar > .auxiliary .button-children li.header {
  padding-left: 10px;
  font-weight: 700;
  color: #555;
}
.menuBar > .latlng {
  margin: 4px 4px 0px 8px;
  float: right;
  width: 100px;
  height: 20px;
}
.menuBar > .latlng > div {
  float: left;
  width: 48px;
  margin-left: 2px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  background: rgba(148, 216, 134, 0.8);
}
.menuBar .button-title-mark {
  background: rgba(148, 216, 134, 0.8);
  position: absolute;
  height: 29px;
}
.menuBar .button-over,
.menuBar .button-select {
  background: rgba(148, 216, 134, 0.8);
}
.menuBar .button-publine {
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 15px;
  margin: 7px 2px 0px 2px;
}
.menuBar .button-normal,
.menuBar .button {
  text-align: left;
  padding: 0px 8px;
  line-height: 29px;
  height: 29px;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.menuBar .button-normal a,
.menuBar .button a {
  color: #fff;
  text-decoration: none;
}
.menuBar .button-normal > span,
.menuBar .button > span {
  margin: 0px 3px 0px 0px;
  float: left;
}
.menuBar .button-normal > a > span.button-title,
.menuBar .button > a > span.button-title,
.menuBar .button-normal > span.button-title,
.menuBar .button > span.button-title {
  background-image: none;
  margin: 0px;
  width: auto;
}
.menuBar .button-normal > a > span.button-icon,
.menuBar .button > a > span.button-icon,
.menuBar .button-normal > span.button-icon,
.menuBar .button > span.button-icon {
  margin: 6px 5px 0px 0px;
  font-size: 18px;
}
.menuBar .button-normal > a > span.button-more,
.menuBar .button > a > span.button-more,
.menuBar .button-normal > span.button-more,
.menuBar .button > span.button-more {
  margin: 8px 2px 0px 8px;
}
.menuBar .input {
  padding-top: 3px;
}
/* ========================================================================
   Component: custom/layersControl.less
 ========================================================================== */
.layers-control {
  position: relative;
}
.layers-control-toggle {
  width: 44px;
  height: 44px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background: #1691ff;
  border-radius: 5px;
  display: block;
  cursor: pointer;
}
.layers-icon {
  color: #fff;
  font-size: 26px;
  margin: 9px;
}
.layers-control hr {
  margin: 0px 10px;
}
.layers-control.hover .layers-control-toggle,
.layers-control:hover .layers-control-toggle {
  background: #1691ff;
}
.layers-control-list {
  position: absolute;
  margin: 0px;
  padding: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.layers-control-list {
  background: #fff;
  text-align: left;
}
.layers-control-markers > div,
.layers-control-overlays > div {
  margin: 5px 10px;
  position: relative;
}
.layers-control-markers h1,
.layers-control-markers h2,
.layers-control-overlays h1,
.layers-control-overlays h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  line-height: 18px;
  font-size: 14px;
}
.layers-control-markers h2,
.layers-control-overlays h2 {
  right: 0px;
  left: auto;
}
.layers-control-markers span,
.layers-control-overlays span {
  white-space: nowrap;
  line-height: 18px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.layers-control-overlays span i {
  display: block;
  font-style: normal;
  padding-bottom: 5px;
}
.layers-control-overlays span i:last-child {
  padding-bottom: 0px;
}
.layers-error {
  color: #d70000;
}
.layers-control-overlays .checkbox-selected {
  animation: none;
  -webkit-animation: none;
}
.simple-layer-control {
  top: 3px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}
.simple-layer-control .layers-control-list {
  display: inline-block;
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.simple-layer-control .layers-control-overlays span {
  font-weight: 800;
  font-size: 14px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
/* ========================================================================
   Component: custom/slider.less
 ========================================================================== */
.slider-bar {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  background: #1691ff;
}
.slider-bar.hover,
.slider-bar:hover {
  background: #1691ff;
}
a.slider-bar-toggle {
  width: 32px;
  margin: 9px;
  text-align: center;
  line-height: 16px;
  display: block;
  cursor: pointer;
}
a.slider-bar-toggle {
  color: #fff;
  text-decoration: none;
}
.toggle-remind {
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  display: block;
  position: absolute;
  top: -9px;
  left: -13px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #f46b0a;
  color: #fff;
  font-size: 14px;
}
.toggle-action {
  margin: 0px;
  padding: 0px;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
}
.toggle-action .header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  height: 32px;
  padding: 0px 10px 0px 10px;
  background: #1691ff;
  position: relative;
}
.toggle-action .header .title {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
  margin: 0px;
  line-height: 32px;
}
.toggle-action .header > div {
  float: right;
  cursor: pointer;
  line-height: 32px;
  margin-left: 10px;
  color: #fff;
}
.toggle-action .header .export {
  float: left;
}
.toggle-action .frame {
  background: #fff;
}
.slider-icon-text {
  margin: 0px 0px 6px 0px;
  line-height: 16px;
  font-size: 16px;
}
.slider-icon-text span {
  font-size: 12px;
}
/* ========================================================================
   Component: custom/animate.less
 ========================================================================== */
.bounce,
.bounce5 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff0000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 1s infinite ease-in-out;
  animation: bounce 1s infinite ease-in-out;
}
.bounce5 {
  -webkit-animation: bounce 1s 5 ease-in-out both;
  animation: bounce 1s 5 ease-in-out both;
}
.ball-scale-ripple-multiple {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ball-scale-ripple-multiple:before,
.ball-scale-ripple-multiple:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 2px solid #ff0000;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.ball-scale-ripple-multiple:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple:after {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple.s5 {
  -webkit-animation: ball-scale-ripple-multiple 1.25s 5 cubic-bezier(0.21, 0.53, 0.56, 0.8) both;
  animation: ball-scale-ripple-multiple 1.25s 5 cubic-bezier(0.21, 0.53, 0.56, 0.8) both;
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0.4;
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0.4;
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 1;
  }
}
@keyframes scaletosmall {
  0% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaletosmall {
  0% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale1 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
}
@-webkit-keyframes scale1 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
}
.scale1 {
  cursor: pointer;
}
.scale1:hover {
  animation: scale1 0.2s;
  -webkit-animation: scale1 0.2s;
}
.animate10s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animate5s {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animate3s {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes rotate {
  from {
    transition: 0.5s ease-in;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transition: 0.5s ease-in;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.many.mui-loading-mask {
  background: rgba(0, 0, 0, 0.2);
}
.many.mui-loading-mask .sk-wave .sk-rect {
  background: #fff;
}
.sk-wave {
  width: 80px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-family: Arial;
}
.sk-wave .sk-rect {
  background: #1690ff;
  height: 100%;
  width: 12px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.pulsating-icon {
  -webkit-animation: pulsate 0.5s ease-out;
  animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  border: 3px solid #fff;
  pointer-events: none;
  height: 28px;
  width: 28px;
  margin-left: -11px;
  margin-top: -11px;
  border-radius: 30px;
  opacity: 0;
}
.pulsating-icon.repeat {
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.ball-scale {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ball-scale:before,
.ball-scale:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background: rgba(255, 0, 0);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 2s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale 2s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.ball-scale:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale:after {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes ball-scale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    opacity: 0;
  }
}
/* ========================================================================
   Component: custom/datagrid.less
 ========================================================================== */
.as-datagrid > div {
  display: none;
}
.as-grid-border {
  position: relative;
  border: 1px solid #b1b1b1;
  overflow: hidden;
}
.as-grid-border .checkbox-frame {
  margin: 0 auto;
  width: 14px;
}
.as-grid-border table {
  border-collapse: separate;
}
.fullgrid .as-grid-border {
  border: 0px;
}
.fullgrid.lb .as-grid-border {
  border-left: 1px solid #b1b1b1;
}
.fullgrid.tb .as-grid-border {
  border-top: 1px solid #b1b1b1;
}
.as-grid-columns-view {
  background: #E7EBEF;
  _height: 25px;
  min-height: 25px;
}
.as-grid-table.lb {
  border-left: 1px solid #b1b1b1;
}
.as-grid-table.tb {
  border-top: 1px solid #b1b1b1;
}
.as-grid-table {
  text-align: left;
  /*隐藏掉，嵌到iframe时，在IE11浏览器下，表格出现错位的问题*/
  table-layout: fixed;
  display: table;
  width: 100%;
  height: 0px;
  z-index: 10;
}
.as-grid-headerCell {
  background: #fafafa;
  border-right: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  overflow: visible;
  padding: 5px 0;
  line-height: 20px;
}
.as-grid-rows-view {
  clear: both;
  z-index: 9;
  height: 100%;
  width: auto;
  _width: 100%;
  text-align: left;
}
.as-grid-rows-view-overflow {
  overflow: auto;
}
.as-grid-rows-view-hidden-x {
  overflow-x: hidden;
}
.as-grid-row {
  background: #fff;
  cursor: pointer;
}
.as-grid-row:hover,
.as-grid-row.altrow {
  background: #f3f6fb;
}
.as-grid-row > .as-grid-cell[rowspan],
.as-grid-row:hover > .as-grid-cell[rowspan] {
  background: #fff;
}
.as-grid-cell {
  padding: 0;
  border: 0;
  border-right: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.as-grid-cell-inner {
  padding: 0px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.as-grid-group-cell {
  padding: 0px;
  border: 0;
  border-right: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  cursor: default;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.as-grid-group-expand {
  margin-left: 5px;
  padding-left: 16px;
  line-height: 25px;
  background: url(grid/expand.gif) no-repeat left;
  cursor: pointer;
}
.as-grid-group-collapse {
  margin-left: 5px;
  padding-left: 16px;
  line-height: 25px;
  background: url(grid/collapse.gif) no-repeat left;
  cursor: pointer;
}
.as-grid-group-none {
  margin-left: 5px;
  padding-left: 6px;
  line-height: 25px;
  cursor: pointer;
}
.as-grid-sort {
  cursor: pointer;
}
.as-grid-sort-asc,
.as-grid-sort-desc {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0px 2px 2px 2px;
}
.as-grid-arrow {
  margin-left: 2px;
  padding-left: 18px;
  line-height: 25px;
  background: url(grid/arrow.gif) no-repeat left;
  cursor: pointer;
  text-align: left;
  font-weight: bolder;
}
.as-grid-table tr:nth-child(even):hover {
  background: #f3f6fb;
}
.as-grid-table tr:nth-child(even) {
  background: #fafafa;
}
.no-split .as-grid-table tr:nth-child(even):hover,
.no-split.as-grid-table tr:nth-child(even):hover {
  background: #fff;
}
.no-split .as-grid-table tr:nth-child(even),
.no-split.as-grid-table tr:nth-child(even) {
  background: #fff;
}
.no-over .as-grid-table tr:nth-child(even):hover,
.no-over.as-grid-table tr:nth-child(even):hover {
  background: #fff;
}
.no-over .as-grid-row:hover,
.no-over .as-grid-row.altrow {
  background: #fff;
}
.visible-overflow .as-grid-cell {
  white-space: normal;
  word-wrap: break-word;
}
.as-grid-table-sm .as-grid-headerCell {
  padding: 2px 0;
  line-height: 16px;
}
.as-grid-table-sm .as-grid-cell {
  line-height: 20px;
}
.visible-overflow.visible-select .as-grid-cell {
  overflow: visible;
}
.table-layout-auto .as-grid-table {
  table-layout: auto;
}
.table-dotted ul {
  list-style: none;
  border-bottom: 1px dotted #d1d2d4;
  min-height: 28px;
  _height: 28px;
}
.table-dotted ul:last-child {
  border-bottom: 0px;
}
.table-dotted li {
  padding: 6px 0px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-left: 1px dotted #d1d2d4;
  text-align: center;
}
.table-dotted li:first-child {
  border-left: 0px;
}
.table-dotted li.table-label {
  text-align: right;
}
.table-dotted.table-split > ul:nth-child(even) {
  background: #f9f9f9;
}
.table-dotted.table-split.reverse > ul:nth-child(odd) {
  background: #f9f9f9;
}
.table-dotted.table-split.reverse > ul:nth-child(even) {
  background: none;
}
.table-dotted.dotted-top {
  border-top: 1px dotted #d1d2d4;
}
.table-dotted.dotted-bottom {
  border-bottom: 1px dotted #d1d2d4;
}
.table-dotted li.twoline {
  line-height: 36px;
}
.table-dotted .twoline li {
  line-height: 15px;
}
.table-dotted .twoline li.twoline {
  line-height: 30px;
}
.table-dotted.textwrap ul li {
  white-space: normal;
}
.table-dotted.display-table ul {
  display: table;
  width: 100%;
}
.table-dotted.display-table ul > li {
  white-space: normal;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.themes-flat .as-grid-border {
  border: 1px solid transparent;
}
.themes-flat .as-grid-columns-view {
  background: #f3f6fb;
  line-height: 35px;
  border-bottom: #e4e5e9 1px solid;
}
.themes-flat .as-grid-headerCell {
  background: #f3f6fb;
  border-right: #f3f6fb 1px solid;
  border-bottom: 0px;
  line-height: 35px;
  cursor: pointer;
}
.themes-flat .as-grid-cell {
  border-right: 1px solid transparent;
  border-bottom: 1px solid #eeeff1;
  line-height: 35px;
}
.visible-overflow.themes-flat .as-grid-cell {
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.themes-flat.as-grid-simple .as-grid-headerCell {
  background: #fff;
}
.themes-flat.as-grid-simple .as-grid-headerCell {
  border-right: #e4e5e9 1px solid;
  border-bottom: #e4e5e9 1px solid;
}
.themes-flat.as-grid-simple .as-grid-headerCell:last-child {
  border-right: 0;
}
.themes-flat.as-grid-simple .as-grid-border {
  border: 1px solid #e4e5e9;
  border-bottom: 1px solid transparent;
}
.themes-flat.as-grid-simple .as-grid-cell {
  border-right: 1px solid #e4e5e9;
  border-bottom: 1px solid #e4e5e9;
}
.themes-flat.as-grid-simple .as-grid-table tr:nth-child(even) {
  background: #fff;
}
.themes-flat.as-grid-simple .as-grid-table tr:hover {
  background: #fafafa;
}
/* ========================================================================
   Component: custom/dialog.less
 ========================================================================== */
.dialog {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
}
.dialog .header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  height: 32px;
  padding: 0px 10px;
  background: #1690ff;
}
.dialog .header .title {
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  display: inline-block;
  width: 85%;
}
.dialog .header .fa-close {
  cursor: pointer;
  float: right;
  margin: 8px 7px 0px 0px;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.9;
  text-shadow: 0 0px 0 #fff;
  color: #fff;
}
.dialog .frame {
  clear: both;
  position: relative;
  background: #fff;
  padding: 1px 1px 1px 1px;
}
.popup.dialog .frame {
  padding: 0px;
}
.popup {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
  background: #fff;
  position: absolute;
}
.popup.simple {
  padding: 8px 20px;
  border-radius: 15px;
  font-family: ΢���ź�;
}
.popup.multiline {
  padding: 5px;
}
.popup.multiline h5,
.popup.multiline p {
  margin: 0px;
  padding: 6px;
}
.popup.multiline h5 {
  border-bottom: 1px solid #e5e5e5;
  min-width: 120px;
  padding: 8px 30px 8px 6px;
}
.popup.multiline p {
  font-family: ΢���ź�;
  color: #737373;
}
.popup .close {
  position: absolute;
  right: 10px;
}
.popup.multiline .close {
  top: 12px;
}
.dialog-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px #ccc;
  box-shadow: 0 1px 6px #ccc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
}
.dialog-wrapper .dialog-wrapper-container {
  min-width: 80px;
}
.triangle-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  overflow: hidden;
  pointer-events: none;
}
.triangle-tip-container .tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  -webkit-box-shadow: 0 1px 6px #ccc;
  box-shadow: 0 1px 6px #ccc;
}
.message-popup .leaflet-popup-content-wrapper {
  border-radius: 2px;
  padding: 0;
}
.message-popup .leaflet-popup-content {
  margin: 0px;
}
.message-popup .message-popup-title {
  background: #1691ff;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 10px;
  min-width: 280px;
  font-size: 16px;
  color: #fff;
}
.message-popup .message-popup-title span {
  font-size: 12px;
  font-family: Arial;
}
.message-popup .row {
  border-bottom: 1px dotted #eaeaea;
  padding: 5px 0px;
}
.message-popup .field {
  text-align: right;
  font-weight: bolder;
}
.message-popup .row:last-child {
  border-bottom: 0;
}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
html #layuicss-skinlayercss {
  display: none;
  position: absolute;
  width: 1989px;
}
/* common */
.layui-layer-shade,
.layui-layer {
  position: fixed;
  _position: absolute;
  pointer-events: auto;
}
.layui-layer-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layui-layer {
  -webkit-overflow-scrolling: touch;
  top: 150px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-background-clip: content;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}
.layui-layer-close {
  position: absolute;
}
.layui-layer-content {
  position: relative;
}
.layui-layer-border {
  border: 1px solid #B2B2B2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.layui-layer-setwin a,
.layui-layer-btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.layui-layer-move {
  display: none;
  position: fixed;
  *position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: move;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  z-index: 2147483647;
}
.layui-layer-resize {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
.layui-layer {
  border-radius: 4px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layer-anim {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.layer-anim-01 {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.layer-anim-02 {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.layer-anim-03 {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layer-anim-04 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.layer-anim-05 {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layer-anim-close {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.layui-layer-title {
  padding: 0 80px 0 15px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #1690ff;
  border-radius: 4px 4px 0 0;
}
.layui-layer-setwin {
  position: absolute;
  right: 10px;
  *right: 0;
  top: 10px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-setwin a {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.layui-layer-setwin a:hover {
  opacity: 0.7;
}
.layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: -28px;
  top: -28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  *right: -18px;
  _display: none;
  background: #1690ff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.layui-layer-btn {
  text-align: right;
  padding: 0 10px 12px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
}
.layui-layer-btn a {
  margin-left: 10px;
}
.layui-layer-btn-l {
  text-align: left;
}
.layui-layer-btn-c {
  text-align: center;
}
.layui-layer-dialog {
  min-width: 260px;
}
.layui-layer-dialog .layui-layer-content {
  position: relative;
  padding: 15px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  position: absolute;
  top: 12px;
  left: 15px;
  _left: -40px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.layui-layer-ico.fa-info-circle {
  color: #f39b12;
}
.layui-layer-ico.fa-check-circle {
  color: #1690ff;
}
.layui-layer-ico.fa-times-circle {
  color: #e85445;
}
.layui-layer-ico.fa-question-circle {
  color: #f4c500;
}
.layui-layer-msg {
  min-width: 180px;
  border: 1px solid #D3D4D3;
  box-shadow: none;
}
.layui-layer-hui {
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
}
.layui-layer-hui .layui-layer-content {
  padding: 15px 25px;
  text-align: center;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 15px 15px 15px 55px;
  text-align: left;
}
.layui-layer-page .layui-layer-content {
  position: relative;
  overflow: auto;
}
.layui-layer-page .layui-layer-btn,
.layui-layer-iframe .layui-layer-btn {
  padding-top: 10px;
}
.layui-layer-nobg {
  background: none;
}
.layui-layer-iframe iframe {
  display: block;
  width: 100%;
}
.layui-layer-tips {
  background: none;
  box-shadow: none;
  border: none;
}
.layui-layer-tips .layui-layer-content {
  position: relative;
  line-height: 22px;
  min-width: 12px;
  padding: 5px 10px;
  font-size: 12px;
  _float: left;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #000;
  color: #fff;
}
.layui-layer-tips .layui-layer-close {
  right: -2px;
  top: -1px;
}
.layui-layer-tips i.layui-layer-TipsG {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
  *overflow: hidden;
}
.layui-layer-tips i.layui-layer-TipsT,
.layui-layer-tips i.layui-layer-TipsB {
  left: 5px;
  border-right-style: solid;
  border-right-color: #000;
}
.layui-layer-tips i.layui-layer-TipsT {
  bottom: -8px;
}
.layui-layer-tips i.layui-layer-TipsB {
  top: -8px;
}
.layui-layer-tips i.layui-layer-TipsR,
.layui-layer-tips i.layui-layer-TipsL {
  top: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.layui-layer-tips i.layui-layer-TipsR {
  left: -8px;
}
.layui-layer-tips i.layui-layer-TipsL {
  right: -8px;
}
@media screen and (max-width: 1100px) {
  .layui-layer-iframe {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.layui-layer-loading {
  border-radius: 100%;
  background: none;
  box-shadow: none;
  border: none;
}
.layui-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
}
.layui-loading-mask .zui-loading-spinner {
  position: absolute;
}
.layui-loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
}
.layui-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 5;
  stroke: #1690ff;
  stroke-linecap: round;
}
.layui-loading-spinner > div {
  white-space: nowrap;
  overflow: hidden;
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.laypage_main {
  font-size: 0;
  clear: both;
  color: #666;
}
.laypage_main * {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.laypage_main a {
  height: 26px;
  line-height: 24px;
  text-decoration: none;
  color: #666;
}
.laypage_main a,
.laypage_main span {
  margin: 0 3px 6px;
  padding: 0 10px;
}
.laypage_main span {
  height: 26px;
  line-height: 26px;
}
.laypage_main input,
.laypage_main button {
  border: 1px solid #ccc;
  background-color: #fff;
}
.laypage_main input {
  width: 40px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  padding: 0 5px;
}
.laypage_main button {
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  padding: 0 10px;
  color: #666;
}
.laypageskin_default a {
  border: 1px solid #ccc;
  background-color: #fff;
}
.laypageskin_default span {
  height: 28px;
  line-height: 28px;
  color: #999;
}
.laypageskin_default .laypage_curr {
  font-weight: 700;
  color: #666;
}
/* ========================================================================
   Component: custom/player.less
 ========================================================================== */
.tl-container {
  width: 490px;
  left: 2px;
  top: 1px;
  border: 0px solid #d9d9d9;
  background: #fff;
  color: #173665;
  padding: 2px 5px;
  text-align: left;
  font-size: 12px;
  margin: 0px 5px;
}
.tl-clear {
  clear: both;
}
.tl-container .tl-layer {
  display: none !important;
}
.tl-container[slider="1"] {
  width: 910px;
}
.tl-container[slider="1"] .tl-layer {
  display: block !important;
}
.tl-height {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  width: 65px;
  left: 501px;
  bottom: 45px;
}
.tl-player .tl-control span.tl-layer {
  position: absolute;
  left: 495px;
  width: 65px;
  font-size: 12px;
}
.tl-player .tl-control span.tl-layer:before {
  margin-right: 2px;
}
.tl-height > div {
  padding: 5px;
}
.tl-height > div > div {
  padding: 2px 5px;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.tl-height > div > div.active,
.tl-height > div > div:hover {
  background: #3399ff;
  color: #fff;
}
.tl-player {
  position: relative;
  padding: 5px 0px;
}
.tl-player .tl-title {
  height: 28px;
  line-height: 22px;
  font-weight: bolder;
}
.tl-player .tl-control {
  position: absolute;
  right: 0px;
  top: 2px;
}
.tl-player .tl-control span {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  float: left;
  background-color: #1690ff;
  margin: 2px 0px 0px 5px;
}
.tl-player .tl-control span.tl-loading {
  background: #fff;
  color: #515253;
}
.tl-player .tl-control .tl-on {
  background-color: #dadada;
  color: #fff;
  font-size: 14px;
}
.tl-player .tl-control ol {
  display: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 80px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  top: 28px;
  right: 0px;
  z-index: 1;
  background: #1690ff;
  text-align: center;
}
.tl-player .tl-control ol li {
  float: left;
  width: 40px;
}
.tl-player .tl-control ol li:first-child,
.tl-player .tl-control ol li:last-child {
  width: 20px;
  cursor: pointer;
  font-size: 14px;
}
.tl-player .tl-axis {
  height: 20px;
}
.tl-player .tl-axis .tl-deg {
  height: 5px;
  border: 1px solid #d7dade;
  border-right: 0px;
  margin: 7px 0px 0px 0px;
}
.tl-player .tl-axis .tl-deg div {
  border-right: 1px solid #d7dade;
  margin-left: 1px;
  height: 4px;
  float: left;
}
.tl-player .tl-axis .tl-slider {
  position: relative;
}
.tl-player .tl-axis .tl-slider .tl-thumb {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #1690ff;
  text-align: center;
  top: -11px;
  position: absolute;
}
.tl-player .tl-axis .tl-rate {
  background: #1690ff;
  height: 4px;
  position: absolute;
  margin-left: 8px;
  margin-right: 8px;
  top: -5px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.tl-player .tl-axis,
.tl-player .tl-desc h1,
.tl-player .tl-desc h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  float: left;
}
.tl-player .tl-desc h2 {
  float: right;
}
.tl-player .tl-nav div {
  background: #e5e5e5;
  width: 15px;
  height: 13px;
  float: left;
  margin: 3px 1px 0px 0px;
  cursor: pointer;
}
.tl-player .tl-nav div:hover,
.tl-player .tl-nav .current {
  background: #ff541b !important;
}
.tl-player .tl-nav .next {
  background: #80ffff;
}
/*播放器容器V2*/
.player-container {
  position: absolute;
  bottom: 10px;
  height: 55px;
  max-width: 70%;
  min-width: 150px;
  left: 50%;
  margin-left: -75px;
}
.player-container .many.mui-loading-mask {
  background: rgba(22, 144, 255, 0);
}
.player-header {
  position: absolute;
  top: -28px;
}
.player-header > div {
  float: left;
  background: #eee;
  padding: 6px 12px;
  line-height: 16px;
  cursor: pointer;
}
.player-header > div.active {
  background: #1690ff;
  color: #fff;
}
.player-header > div > div {
  display: inline-block;
}
.player-content.v1 {
  background: #1690ff;
  color: #fff;
  border-radius: 3px;
  border-top-left-radius: 0;
}
.player-content.v1 .tl-container {
  background: transparent;
  height: 55px;
  padding: 0;
  margin: 0;
  width: auto;
}
.player-content.v1 .tl-play,
.player-content.v1 .tl-stop,
.player-content.v1 .tl-loading,
.player-content.v1 .tl-speed,
.player-content.v1 .tl-close,
.player-content.v1 .tl-layer,
.player-content.v1 .tl-title {
  display: none !important;
}
.player-content.v1 .tl-player {
  padding: 0px;
}
.player-content.v1 .tl-nav {
  padding: 6px 0 0 0;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}
.player-content.v1 .tl-nav > span {
  display: inline-block;
  width: 5px;
}
.player-content.v1 .tl-nav > div {
  width: auto;
  height: auto;
  background: transparent !important;
  padding: 2px 5px;
  line-height: 12px;
  border-radius: 2px;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  display: inline;
  float: none;
  margin: 0;
  position: relative;
}
.player-content.v1 .tl-nav > div:before {
  content: ' ';
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
}
.player-content.v1 .tl-nav > div:after {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -13px;
}
.player-content.v1 .tl-nav > div:hover,
.player-content.v1 .tl-nav > div.current,
.player-content.v1 .tl-nav > div.current:after,
.player-content.v1 .tl-nav > div:hover:after {
  background: #ffbf45 !important;
}
.player-content.v1 .tl-nav div.tl-nav-forecast:after,
.player-content.v1 .tl-nav > div.current.tl-nav-forecast,
.player-content.v1 .tl-nav > div.current.tl-nav-forecast:after,
.player-content.v1 .tl-nav > div.tl-nav-forecast:hover:after,
.player-content.v1 .tl-nav > div.tl-nav-forecast:hover {
  background: #a0d2ff !important;
}
.player-content.v1 .tl-nav div span,
.player-content.v1 .tl-nav div em {
  position: absolute;
  top: 29px;
  line-height: 14px;
  font-style: normal;
}
.player-content.v1 .tl-nav div span {
  right: 0;
  padding-right: 5px;
  border-right: 1px solid #fff;
}
.player-content.v1 .tl-nav div em {
  left: 5px;
  color: #fff;
}
.player-content.v1 .player-scroll {
  margin-left: 56px;
  margin-right: 5px;
  height: 55px;
}
.player-content.v1 .player-control {
  width: 50px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.player-content.v1 .tl-nav-notice:after,
.player-content.v1 .tl-nav-loading:after {
  display: block;
  content: '正在努力加载数据';
  position: absolute;
  left: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 55px;
}
.player-content.v1 .tl-nav-notice {
  width: 450px;
}
.player-content.v1 .tl-nav-notice:after {
  content: '没有相关产品信息';
}
.player-content.v1 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}
/* ========================================================================
   Component: custom/popup.less
 ========================================================================== */
.measure-tooltip {
  top: -24px;
  left: 12px;
}
.measure-tooltip > div {
  background-color: #dc143c;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  font-family: "微软雅黑", serif;
  display: inline-block;
  padding: 4px 8px;
}
.tooltip-simple > div {
  position: absolute;
  min-width: 20px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  background: #4D5640;
  white-space: nowrap;
  word-break: keep-all;
}
.tooltip-simple > div.right {
  left: 20px;
  top: -27px;
}
.tooltip-simple > div.left {
  right: 20px;
  top: 5px;
}
.tooltip-simple > div.bottom {
  bottom: -50px;
  transform: translateX(-50%);
}
.tooltip-simple > p {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-animation: scaletosmall 0.1s 1 ease-in-out;
  animation: scaletosmall 0.1s 1 ease-in-out;
}
.tooltip-simple > p:before,
.tooltip-simple > p:after,
.tooltip-simple > p > span:before,
.tooltip-simple > p > span:after {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-color: #ff0000;
  border-width: 0;
}
.tooltip-simple > p:before {
  left: -10px;
  top: -10px;
  border-top-width: 2px;
  border-left-width: 2px;
}
.tooltip-simple > p:after {
  right: -10px;
  top: -10px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.tooltip-simple > p > span:before {
  left: -10px;
  bottom: -10px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.tooltip-simple > p > span:after {
  right: -10px;
  bottom: -10px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
/* ========================================================================
   Component: custom/picviewer.less
 ========================================================================== */
.as-viewer {
  position: relative;
  margin: 0px auto;
  font-size: 14px;
}
.as-viewer-imageframe {
  text-align: center;
  cursor: pointer;
}
.as-viewer-imageframe table {
  vertical-align: middle;
  background: #f9f6f6;
}
.as-viewer .navleft,
.as-viewer .navright {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
}
.as-viewer .navleft {
  left: 18px;
}
.as-viewer .navright {
  right: 18px;
}
.as-viewer .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
}
/* ========================================================================
   Component: custom/picplayer.less
 ========================================================================== */
.pl-container,
.pl-image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
}
.pl-info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-family: ΢���ź�;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.pl-control {
  width: 80%;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 10%;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.pl-control > div {
  height: 50px;
  background: #1690ff;
}
.pl-control > div > span {
  margin: 12px 12px 13px 13px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pl-control .pl-start {
  float: left;
  width: 50px;
  border-right: 1px solid #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pl-control .pl-nav {
  float: none;
  position: absolute;
  left: 50px;
  right: 200px;
  padding: 15px 10px 0px 10px;
  height: 50px;
}
.pl-control .pl-nav i {
  display: block;
  height: 20px;
  width: 25px;
  background: #fff;
  margin-left: 1px;
  float: left;
  cursor: pointer;
}
.pl-control .pl-nav i.current,
.pl-control .pl-nav i:hover {
  background: #ffbf45;
}
.pl-control .pl-speed {
  float: right;
  width: 100px;
  border-left: 1px solid #fff;
  padding: 17px 0px 0px 8px;
  height: 50px;
}
.pl-control > div.pl-speed > span {
  background: #fff;
  width: 16px;
  height: 16px;
  color: #000;
  margin: 0px;
  font-size: 14px;
  font-weight: bolder;
  float: left;
  line-height: 16px;
}
.pl-control .pl-speed .pl-text {
  font-size: 12px;
  font-weight: normal;
  width: 50px;
  cursor: default;
  text-align: center;
  background: none;
  color: #fff;
}
.pl-control .pl-screen,
.pl-control .pl-refresh {
  float: right;
  width: 50px;
  border-left: 1px solid #fff;
}
.pl-control .pl-screen {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* ========================================================================
   Component: circles.less
 ========================================================================== */
.circle-point {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 0.5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}
.circle-point.text-left {
  margin-left: 0;
}
.circle-point.text-right {
  margin-right: 0;
}
.circle-primary {
  background-color: #5d9cec;
}
.circle-success {
  background-color: #27c24c;
}
.circle-info {
  background-color: #23b7e5;
}
.circle-warning {
  background-color: #ff902b;
}
.circle-danger {
  background-color: #f05050;
}
.circle-green {
  background-color: #37bc9b;
}
.circle-pink {
  background-color: #f532e5;
}
.circle-inverse {
  background-color: #131e26;
}
.circle-purple {
  background-color: #7266ba;
}
.circle-sm {
  width: 5px;
  height: 5px;
}
.circle-lg {
  width: 11px;
  height: 11px;
}
.circle-xl {
  width: 18px;
  height: 18px;
}
.circle-outline {
  background-color: transparent;
}
.circle-outline.circle-primary {
  border: 1px solid #5d9cec;
}
.circle-outline.circle-success {
  border: 1px solid #27c24c;
}
.circle-outline.circle-info {
  border: 1px solid #23b7e5;
}
.circle-outline.circle-warning {
  border: 1px solid #ff902b;
}
.circle-outline.circle-danger {
  border: 1px solid #f05050;
}
/* ========================================================================
   Component: custom/calendar.less
 ========================================================================== */
.as-calendar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.as-calendar table {
  border-left: 1px solid #e4e5e9;
  border-top: 1px solid #e4e5e9;
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow: visible;
}
.as-calendar td {
  margin: 0px;
  border-right: 1px solid #e4e5e9;
  border-bottom: 1px solid #e4e5e9;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.as-calendar td:hover {
  background: #ebf8fb;
}
.as-calendar .header td {
  height: 35px;
  line-height: 35px;
  border-right: 1px solid #e4e5e9;
  color: #98999e;
  background: #f3f6fb;
  text-align: center;
  cursor: default;
}
.as-calendar .header td:hover {
  background: #f3f6fb;
}
.as-calendar .today {
  background: #fcf8e3;
}
.as-calendar h1,
.as-calendar h2 {
  text-align: right;
  margin: 8px 5px 0px 0px;
  padding: 0px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-family: ΢���ź�;
  font-weight: normal;
}
.as-calendar h1 {
  color: #cbcbcb;
}
.as-calendar td div {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 5px;
  right: 35px;
  line-height: 18px;
}
.as-calendar td div ul,
.as-calendar td div li,
.as-calendar .detail ul,
.as-calendar .detail li {
  padding: 0px;
  margin: 0px;
  height: 18px;
  text-align: left;
}
.as-calendar td div li,
.as-calendar .detail li {
  padding: 0px 5px 0px 5px;
  color: #146de3;
}
.as-calendar td div li span,
.as-calendar .detail li span {
  display: block;
  float: right;
}
.as-calendar td div li:hover,
.as-calendar .detail li:hover {
  background: #3a87ad;
  color: #ffffff;
}
.as-calendar .more {
  color: #ffaa23;
  font-family: ΢���ź�;
}
.as-calendar .more:hover {
  background: none;
  color: #ffaa23;
  text-decoration: underline;
}
.as-calendar .detail {
  display: none;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 180px;
  background: #fff;
  padding: 5px;
}
/* ========================================================================
   Component: emptypage.less
 ========================================================================== */
.emptypage-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.emptypage-icon:before {
  display: block;
  content: '';
  width: 221px;
  height: 181px;
  background: url(common/emptypage01.png);
  background-size: 100% 100%;
}
.emptypage-icon p {
  text-align: center;
  font-size: 22px;
  color: #666;
  padding-top: 10px;
}
/* ========================================================================
   Component: form-elements.less
 ========================================================================== */
/**
 * Custom form elements
 *    - Checkbox 
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}
/* override for radio */
.c-radio span {
  border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}
/* Checked state */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-checkbox input[type=checkbox]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-checkbox input[type=checkbox]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}
.c-checkbox input[type=checkbox]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}
.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #5d9cec;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}
.form-control-rounded {
  border-radius: 100px;
}
.switch .form-control {
  padding-top: 7px;
  margin-bottom: 0;
}
.switch * {
  cursor: pointer;
}
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all 0.5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
}
.switch.switch-lg span {
  width: 50px;
  height: 25px;
}
.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}
.switch.switch-sm span {
  width: 30px;
  height: 15px;
}
.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}
.switch input:checked + span {
  background-color: #5d9cec;
  border-color: #5d9cec;
  transition: all 0.5s;
}
.switch input:checked + span:after {
  left: 50%;
  transition: all 0.2s;
}
.form-control-feedback {
  left: 8px;
  right: auto;
}
.right.form-control-feedback,
.form-control + .form-control-feedback,
.form-control + .parsley-errors-list + .form-control-feedback {
  right: 0;
  left: auto;
}
.input-sm + .form-control-feedback,
.input-sm + .parsley-errors-list + .form-control-feedback {
  top: 0;
}
.input-md {
  width: 260px;
}
.note-editor {
  background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none;
}
.note-editor.note-editor-margin {
  background-image: -webkit-linear-gradient(0deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(90deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
  padding-left: 55px;
}
/* ========================================================================
   Component: utils.less
 ========================================================================== */
.m0.row,
.m0.list-inline {
  margin: 0 !important;
}
.ml0.row,
.ml0.list-inline {
  margin-left: 0 !important;
}
.mr0.row,
.mr0.list-inline {
  margin-right: 0 !important;
}
.mt0.row,
.mt0.list-inline {
  margin-top: 0 !important;
}
.mb0.row,
.mb0.list-inline {
  margin-bottom: 0 !important;
}
.m0,
.m0.row > li,
.m0.list-inline > li {
  margin: 0 !important;
}
.ml0,
.ml0.row > li,
.ml0.list-inline > li {
  margin-left: 0 !important;
}
.mr0,
.mr0.row > li,
.mr0.list-inline > li {
  margin-right: 0 !important;
}
.mt0,
.mt0.row > li,
.mt0.list-inline > li {
  margin-top: 0 !important;
}
.mb0,
.mb0.row > li,
.mb0.list-inline > li {
  margin-bottom: 0 !important;
}
.mv0,
.mv0.row > li,
.mv0.list-inline > li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mh0,
.mh0.row > li,
.mh0.list-inline > li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m.row,
.m.list-inline {
  margin: 0 !important;
}
.ml.row,
.ml.list-inline {
  margin-left: 0 !important;
}
.mr.row,
.mr.list-inline {
  margin-right: 0 !important;
}
.mt.row,
.mt.list-inline {
  margin-top: 0 !important;
}
.mb.row,
.mb.list-inline {
  margin-bottom: 0 !important;
}
.m,
.m.row > li,
.m.list-inline > li {
  margin: 10px !important;
}
.ml,
.ml.row > li,
.ml.list-inline > li {
  margin-left: 10px !important;
}
.mr,
.mr.row > li,
.mr.list-inline > li {
  margin-right: 10px !important;
}
.mt,
.mt.row > li,
.mt.list-inline > li {
  margin-top: 10px !important;
}
.mb,
.mb.row > li,
.mb.list-inline > li {
  margin-bottom: 10px !important;
}
.mv,
.mv.row > li,
.mv.list-inline > li {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mh,
.mh.row > li,
.mh.list-inline > li {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.m-xs.row,
.m-xs.list-inline {
  margin: 0 !important;
}
.ml-xs.row,
.ml-xs.list-inline {
  margin-left: 0 !important;
}
.mr-xs.row,
.mr-xs.list-inline {
  margin-right: 0 !important;
}
.mt-xs.row,
.mt-xs.list-inline {
  margin-top: 0 !important;
}
.mb-xs.row,
.mb-xs.list-inline {
  margin-bottom: 0 !important;
}
.m-xs,
.m-xs.row > li,
.m-xs.list-inline > li {
  margin: 2px !important;
}
.ml-xs,
.ml-xs.row > li,
.ml-xs.list-inline > li {
  margin-left: 2px !important;
}
.mr-xs,
.mr-xs.row > li,
.mr-xs.list-inline > li {
  margin-right: 2px !important;
}
.mt-xs,
.mt-xs.row > li,
.mt-xs.list-inline > li {
  margin-top: 2px !important;
}
.mb-xs,
.mb-xs.row > li,
.mb-xs.list-inline > li {
  margin-bottom: 2px !important;
}
.mv-xs,
.mv-xs.row > li,
.mv-xs.list-inline > li {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.mh-xs,
.mh-xs.row > li,
.mh-xs.list-inline > li {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.m-sm.row,
.m-sm.list-inline {
  margin: 0 !important;
}
.ml-sm.row,
.ml-sm.list-inline {
  margin-left: 0 !important;
}
.mr-sm.row,
.mr-sm.list-inline {
  margin-right: 0 !important;
}
.mt-sm.row,
.mt-sm.list-inline {
  margin-top: 0 !important;
}
.mb-sm.row,
.mb-sm.list-inline {
  margin-bottom: 0 !important;
}
.m-sm,
.m-sm.row > li,
.m-sm.list-inline > li {
  margin: 5px !important;
}
.ml-sm,
.ml-sm.row > li,
.ml-sm.list-inline > li {
  margin-left: 5px !important;
}
.mr-sm,
.mr-sm.row > li,
.mr-sm.list-inline > li {
  margin-right: 5px !important;
}
.mt-sm,
.mt-sm.row > li,
.mt-sm.list-inline > li {
  margin-top: 5px !important;
}
.mb-sm,
.mb-sm.row > li,
.mb-sm.list-inline > li {
  margin-bottom: 5px !important;
}
.mv-sm,
.mv-sm.row > li,
.mv-sm.list-inline > li {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mh-sm,
.mh-sm.row > li,
.mh-sm.list-inline > li {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.m-lg.row,
.m-lg.list-inline {
  margin: 0 !important;
}
.ml-lg.row,
.ml-lg.list-inline {
  margin-left: 0 !important;
}
.mr-lg.row,
.mr-lg.list-inline {
  margin-right: 0 !important;
}
.mt-lg.row,
.mt-lg.list-inline {
  margin-top: 0 !important;
}
.mb-lg.row,
.mb-lg.list-inline {
  margin-bottom: 0 !important;
}
.m-lg,
.m-lg.row > li,
.m-lg.list-inline > li {
  margin: 15px !important;
}
.ml-lg,
.ml-lg.row > li,
.ml-lg.list-inline > li {
  margin-left: 15px !important;
}
.mr-lg,
.mr-lg.row > li,
.mr-lg.list-inline > li {
  margin-right: 15px !important;
}
.mt-lg,
.mt-lg.row > li,
.mt-lg.list-inline > li {
  margin-top: 15px !important;
}
.mb-lg,
.mb-lg.row > li,
.mb-lg.list-inline > li {
  margin-bottom: 15px !important;
}
.mv-lg,
.mv-lg.row > li,
.mv-lg.list-inline > li {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mh-lg,
.mh-lg.row > li,
.mh-lg.list-inline > li {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.m-xl.row,
.m-xl.list-inline {
  margin: 0 !important;
}
.ml-xl.row,
.ml-xl.list-inline {
  margin-left: 0 !important;
}
.mr-xl.row,
.mr-xl.list-inline {
  margin-right: 0 !important;
}
.mt-xl.row,
.mt-xl.list-inline {
  margin-top: 0 !important;
}
.mb-xl.row,
.mb-xl.list-inline {
  margin-bottom: 0 !important;
}
.m-xl,
.m-xl.row > li,
.m-xl.list-inline > li {
  margin: 30px !important;
}
.ml-xl,
.ml-xl.row > li,
.ml-xl.list-inline > li {
  margin-left: 30px !important;
}
.mr-xl,
.mr-xl.row > li,
.mr-xl.list-inline > li {
  margin-right: 30px !important;
}
.mt-xl,
.mt-xl.row > li,
.mt-xl.list-inline > li {
  margin-top: 30px !important;
}
.mb-xl,
.mb-xl.row > li,
.mb-xl.list-inline > li {
  margin-bottom: 30px !important;
}
.mv-xl,
.mv-xl.row > li,
.mv-xl.list-inline > li {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mh-xl,
.mh-xl.row > li,
.mh-xl.list-inline > li {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.p0.row,
.p0.list-inline {
  padding: 0 !important;
}
.pl0.row,
.pl0.list-inline {
  padding-left: 0 !important;
}
.pr0.row,
.pr0.list-inline {
  padding-right: 0 !important;
}
.pt0.row,
.pt0.list-inline {
  padding-top: 0 !important;
}
.pb0.row,
.pb0.list-inline {
  padding-bottom: 0 !important;
}
.p0,
.p0.row > li,
.p0.list-inline > li {
  padding: 0 !important;
}
.pl0,
.pl0.row > li,
.pl0.list-inline > li {
  padding-left: 0 !important;
}
.pr0,
.pr0.row > li,
.pr0.list-inline > li {
  padding-right: 0 !important;
}
.pt0,
.pt0.row > li,
.pt0.list-inline > li {
  padding-top: 0 !important;
}
.pb0,
.pb0.row > li,
.pb0.list-inline > li {
  padding-bottom: 0 !important;
}
.pv0,
.pv0.row > li,
.pv0.list-inline > li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ph0,
.ph0.row > li,
.ph0.list-inline > li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p.row,
.p.list-inline {
  padding: 0 !important;
}
.pl.row,
.pl.list-inline {
  padding-left: 0 !important;
}
.pr.row,
.pr.list-inline {
  padding-right: 0 !important;
}
.pt.row,
.pt.list-inline {
  padding-top: 0 !important;
}
.pb.row,
.pb.list-inline {
  padding-bottom: 0 !important;
}
.p,
.p.row > li,
.p.list-inline > li {
  padding: 10px !important;
}
.pl,
.pl.row > li,
.pl.list-inline > li {
  padding-left: 10px !important;
}
.pr,
.pr.row > li,
.pr.list-inline > li {
  padding-right: 10px !important;
}
.pt,
.pt.row > li,
.pt.list-inline > li {
  padding-top: 10px !important;
}
.pb,
.pb.row > li,
.pb.list-inline > li {
  padding-bottom: 10px !important;
}
.pv,
.pv.row > li,
.pv.list-inline > li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ph,
.ph.row > li,
.ph.list-inline > li {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-xs.row,
.p-xs.list-inline {
  padding: 0 !important;
}
.pl-xs.row,
.pl-xs.list-inline {
  padding-left: 0 !important;
}
.pr-xs.row,
.pr-xs.list-inline {
  padding-right: 0 !important;
}
.pt-xs.row,
.pt-xs.list-inline {
  padding-top: 0 !important;
}
.pb-xs.row,
.pb-xs.list-inline {
  padding-bottom: 0 !important;
}
.p-xs,
.p-xs.row > li,
.p-xs.list-inline > li {
  padding: 2px !important;
}
.pl-xs,
.pl-xs.row > li,
.pl-xs.list-inline > li {
  padding-left: 2px !important;
}
.pr-xs,
.pr-xs.row > li,
.pr-xs.list-inline > li {
  padding-right: 2px !important;
}
.pt-xs,
.pt-xs.row > li,
.pt-xs.list-inline > li {
  padding-top: 2px !important;
}
.pb-xs,
.pb-xs.row > li,
.pb-xs.list-inline > li {
  padding-bottom: 2px !important;
}
.pv-xs,
.pv-xs.row > li,
.pv-xs.list-inline > li {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.ph-xs,
.ph-xs.row > li,
.ph-xs.list-inline > li {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.p-sm.row,
.p-sm.list-inline {
  padding: 0 !important;
}
.pl-sm.row,
.pl-sm.list-inline {
  padding-left: 0 !important;
}
.pr-sm.row,
.pr-sm.list-inline {
  padding-right: 0 !important;
}
.pt-sm.row,
.pt-sm.list-inline {
  padding-top: 0 !important;
}
.pb-sm.row,
.pb-sm.list-inline {
  padding-bottom: 0 !important;
}
.p-sm,
.p-sm.row > li,
.p-sm.list-inline > li {
  padding: 5px !important;
}
.pl-sm,
.pl-sm.row > li,
.pl-sm.list-inline > li {
  padding-left: 5px !important;
}
.pr-sm,
.pr-sm.row > li,
.pr-sm.list-inline > li {
  padding-right: 5px !important;
}
.pt-sm,
.pt-sm.row > li,
.pt-sm.list-inline > li {
  padding-top: 5px !important;
}
.pb-sm,
.pb-sm.row > li,
.pb-sm.list-inline > li {
  padding-bottom: 5px !important;
}
.pv-sm,
.pv-sm.row > li,
.pv-sm.list-inline > li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ph-sm,
.ph-sm.row > li,
.ph-sm.list-inline > li {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-lg.row,
.p-lg.list-inline {
  padding: 0 !important;
}
.pl-lg.row,
.pl-lg.list-inline {
  padding-left: 0 !important;
}
.pr-lg.row,
.pr-lg.list-inline {
  padding-right: 0 !important;
}
.pt-lg.row,
.pt-lg.list-inline {
  padding-top: 0 !important;
}
.pb-lg.row,
.pb-lg.list-inline {
  padding-bottom: 0 !important;
}
.p-lg,
.p-lg.row > li,
.p-lg.list-inline > li {
  padding: 15px !important;
}
.pl-lg,
.pl-lg.row > li,
.pl-lg.list-inline > li {
  padding-left: 15px !important;
}
.pr-lg,
.pr-lg.row > li,
.pr-lg.list-inline > li {
  padding-right: 15px !important;
}
.pt-lg,
.pt-lg.row > li,
.pt-lg.list-inline > li {
  padding-top: 15px !important;
}
.pb-lg,
.pb-lg.row > li,
.pb-lg.list-inline > li {
  padding-bottom: 15px !important;
}
.pv-lg,
.pv-lg.row > li,
.pv-lg.list-inline > li {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ph-lg,
.ph-lg.row > li,
.ph-lg.list-inline > li {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-xl.row,
.p-xl.list-inline {
  padding: 0 !important;
}
.pl-xl.row,
.pl-xl.list-inline {
  padding-left: 0 !important;
}
.pr-xl.row,
.pr-xl.list-inline {
  padding-right: 0 !important;
}
.pt-xl.row,
.pt-xl.list-inline {
  padding-top: 0 !important;
}
.pb-xl.row,
.pb-xl.list-inline {
  padding-bottom: 0 !important;
}
.p-xl,
.p-xl.row > li,
.p-xl.list-inline > li {
  padding: 30px !important;
}
.pl-xl,
.pl-xl.row > li,
.pl-xl.list-inline > li {
  padding-left: 30px !important;
}
.pr-xl,
.pr-xl.row > li,
.pr-xl.list-inline > li {
  padding-right: 30px !important;
}
.pt-xl,
.pt-xl.row > li,
.pt-xl.list-inline > li {
  padding-top: 30px !important;
}
.pb-xl,
.pb-xl.row > li,
.pb-xl.list-inline > li {
  padding-bottom: 30px !important;
}
.pv-xl,
.pv-xl.row > li,
.pv-xl.list-inline > li {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ph-xl,
.ph-xl.row > li,
.ph-xl.list-inline > li {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.b0 {
  border-width: 0 !important;
}
.bl0 {
  border-left-width: 0 !important;
}
.br0 {
  border-right-width: 0 !important;
}
.bt0 {
  border-top-width: 0 !important;
}
.bb0 {
  border-bottom-width: 0 !important;
}
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.b,
.ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.radius-clear {
  border-radius: 0 !important;
}
.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}
.text-blue {
  color: #5d9cec;
}
.text-white {
  color: #fff;
}
.text-inverse {
  color: #131e26;
}
.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}
.text-pink {
  color: #f532e5;
}
.text-purple {
  color: #7266ba;
}
.text-dark {
  color: #3a3f51;
}
.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}
.text-green {
  color: #37bc9b;
}
.text-yellow {
  color: #fad732;
}
.text-gray-darker {
  color: #232735;
}
.text-gray-dark {
  color: #3a3f51;
}
.text-gray {
  color: #dde6e9;
}
.text-gray-light {
  color: #e4eaec;
}
.text-gray-lighter {
  color: #edf1f2;
}
.text-red {
  color: #f05050;
}
.text-danger {
  color: #f05050;
}
.text-sm {
  font-size: 12px;
}
.text-md {
  font-size: 14px;
}
.text-ml {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 22px;
}
.text-nowrap {
  white-space: nowrap;
}
.text-thin {
  font-weight: 100 !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-bold {
  font-weight: bold !important;
}
.inline {
  display: inline-block !important;
}
.block-center {
  margin: 0 auto;
}
.bg-primary {
  background-color: #5d9cec;
  color: #fff !important;
}
.bg-primary-light {
  background-color: #8bb8f1;
  color: #fff !important;
}
.bg-primary-dark {
  background-color: #2f80e7;
  color: #fff !important;
}
.bg-primary small {
  color: inherit;
}
.bg-success {
  background-color: #27c24c;
  color: #fff !important;
}
.bg-success-light {
  background-color: #43d967;
  color: #fff !important;
}
.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important;
}
.bg-success small {
  color: inherit;
}
.bg-info {
  background-color: #23b7e5;
  color: #fff !important;
}
.bg-info-light {
  background-color: #51c6ea;
  color: #fff !important;
}
.bg-info-dark {
  background-color: #1797be;
  color: #fff !important;
}
.bg-info small {
  color: inherit;
}
.bg-warning {
  background-color: #ff902b;
  color: #fff !important;
}
.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important;
}
.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important;
}
.bg-warning small {
  color: inherit;
}
.bg-danger {
  background-color: #f05050;
  color: #fff !important;
}
.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important;
}
.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important;
}
.bg-danger small {
  color: inherit;
}
.bg-green {
  background-color: #37bc9b;
  color: #fff !important;
}
.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important;
}
.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important;
}
.bg-green small {
  color: inherit;
}
.bg-pink {
  background-color: #f532e5;
  color: #fff !important;
}
.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important;
}
.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important;
}
.bg-pink small {
  color: inherit;
}
.bg-purple {
  background-color: #7266ba;
  color: #fff !important;
}
.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important;
}
.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important;
}
.bg-purple small {
  color: inherit;
}
.bg-inverse {
  background-color: #131e26;
  color: #fff !important;
}
.bg-inverse-light {
  background-color: #243948;
  color: #fff !important;
}
.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important;
}
.bg-inverse small {
  color: inherit;
}
.bg-yellow {
  background-color: #fad732;
  color: #fff !important;
}
.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important;
}
.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important;
}
.bg-yellow small {
  color: inherit;
}
.bg-subheading {
  background-color: #ebf1f9;
  color: #005c8b !important;
}
.bg-white {
  background-color: #fff;
  color: inherit !important;
}
.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}
.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}
.bg-gray {
  background-color: #dde6e9;
  color: #515253 !important;
}
.bg-gray-light {
  background-color: #e4eaec;
  color: #515253 !important;
}
.bg-gray-lighter {
  background-color: #edf1f2;
  color: #515253 !important;
}
.bg-ff0000 {
  background-color: #ff0000;
  color: inherit !important;
}
.bg-ff9900 {
  background-color: #ff9900;
  color: inherit !important;
}
.bg-0000ff {
  background-color: #0000ff;
  color: inherit !important;
}
.bg-008000 {
  background-color: #008000;
  color: inherit !important;
}
.bg-000000 {
  background-color: #000000;
  color: inherit !important;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.thumb8 {
  width: 8px !important;
  height: 8px !important;
}
.thumb16 {
  width: 16px !important;
  height: 16px !important;
}
.thumb24 {
  width: 24px !important;
  height: 24px !important;
}
.thumb32 {
  width: 32px !important;
  height: 32px !important;
}
.thumb48 {
  width: 48px !important;
  height: 48px !important;
}
.thumb64 {
  width: 64px !important;
  height: 64px !important;
}
.thumb80 {
  width: 80px !important;
  height: 80px !important;
}
.thumb96 {
  width: 96px !important;
  height: 96px !important;
}
.thumb128 {
  width: 128px !important;
  height: 128px !important;
}
.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.bg-center {
  background-position: center center;
  background-size: cover;
}
.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 30px;
}
.list-icon div:hover em {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3);
}
.wd-xxs {
  width: 60px;
}
.wd-xs {
  width: 90px;
}
.wd-sm {
  width: 150px;
}
.wd-sd {
  width: 200px;
}
.wd-md {
  width: 240px;
}
.wd-lg {
  width: 280px;
}
.wd-xl {
  width: 320px;
}
.wd-xxl {
  width: 360px;
}
.wd-wide {
  width: 100%;
}
.wd-auto {
  width: auto;
}
.wd-zero {
  width: 0;
}
