/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	font-family: "Microsoft YaHei";
}
li{ list-style:none;}
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: "Microsoft YaHei";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icomoon";
  cursor: pointer;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #00adee;*/
  text-decoration: none;
}
/*a:hover {
  color: #0075a2;
  text-decoration: underline;
}*/
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Microsoft YaHei", "瀹嬩綋", Tahoma, inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 61%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.tl {
  text-align: left!important;
}
.tc {
  text-align: center!important;
}
.tr {
  text-align: right!important;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #00adee;
}
a.text-primary:hover {
  color: #08b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00adee;
}
a.bg-primary:hover {
  background-color: #08b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  table-layout: fixed;
  /*background-color: #fff;*/
}
table,
th,
td,
caption {
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  /*background-color: #fff;*/
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table-head {
  position: relative;
  z-index: 2;
}
.table-head table {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
}
.table-head th {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  border-bottom:2px solid #249DAB;
}
.table-head th input {
  vertical-align: middle;
  cursor: pointer;
}
.table-head .text-center {
  padding: 0;
}
.table-head span {
  display: inline-block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-size:14px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.table-head .w3 {
  padding-left: 0;
}
.table-view {
  position: absolute;
  top: 33px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  height: 83%;
}
.table-body {
  color: #666;
}
.table-body table {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
}
.table-body td {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
.table-body td input {
  vertical-align: middle;
}
.table-body a {
  display: inline-block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #0087c3;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.table-body span {
  display: inline-block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-size:13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.table-body tr:hover td {
  background: #f1f1f1;
}
.table-body .active td {
  background: #d4d4d4;
}
.table-body .selected td {
  background: #d4d4d4;
}
.table-body .text-center {
  padding: 0;
}
.table-body .w3 {
  padding-left: 0;
}
.table-body .table-input {
  height: auto;
  padding: 3px 6px;
}
.table-body .table-select {
  height: 26px;
  padding: 0;
  border-radius: 0;
}
.table-head-bg.table-head th {
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #222;
  background: #f2f2f2;
  border-right: none;
}
.table-body-bg .btn-group-icons li span {
  color: #4c7299;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ccc;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f1f1f1;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d4d4d4;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #c7c7c7;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* 鍘婚櫎IE杈撳叆妗嗙殑X鏍囪 */
input[type=text]::-ms-clear {
  display: none;
}
/* 鍘婚櫎IE杈撳叆妗嗙殑灏忕溂鐫涙爣璁�*/
input[type=password]::-ms-reveal {
  display: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666;
}
.control-label {
  font-family: "Microsoft YaHei";
  color: #666;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px;
  overflow: hidden;
  font-size: 12px;
  line-height: 31px;
  line-height: 1.42857143;
  color: #666;
  text-overflow: ellipsis;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
select.form-control {
  padding-left: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 31px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 24px;
  line-height: 1.3 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 42px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.3;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin: 12px auto;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  font-family: "Microsoft YaHei", Tahoma;
  font-weight: normal;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline em,
.checkbox-inline em {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 24px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.3;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  float: left;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-static {
  display: inline-block;
}
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  float: left;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
  }
}
.form-group-block {
  width: 100%!important;
}
.form-group-block label {
  float: left;
  height: 100%;
}
.filter-bar .control-label,
.form-select .control-label,
.time-wrap .control-label {
  min-width: 80px;
  height: 24px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  text-align: right;
}
.filter-bar .form-control,
.form-select .form-control,
.time-wrap .form-control {
  width: 120px;
  height: auto;
  padding: 3px 4px;
  font-family: "Microsoft YaHei", Tahoma;
}
/* form header css start (gangan)*/
.form-header {
  padding-left: 5px;
  color: #fafafa;
  background: #49536b;
}
.form-header .form-title {
  display: inline-block;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  text-indent: 10px;
}
.form-header .btn-group {
  display: inline-block;
  float: right;
  padding-top: 3px;
  padding-right: 20px;
}
.form-header .btn-group a {
  margin-left: 5px;
  color: #f9f9f9;
}
.form-header .btn-group a:hover {
  color: #ccc;
}
.form-header .btn-group img {
  width: 11px;
  height: 15px;
}
.form-header .btn-group .close img {
  height: 11px;
  margin-bottom: 2px;
}
.form-header .btn-group .icon-up,
.form-header .btn-group .icon-down,
.form-header .btn-group .icon-cancel {
  display: inline-block;
  width: 11px;
  height: 15px;
}
.form-header .btn-group .icon-down {
  background: url("../img/btn/down.png") no-repeat 0 0;
}
.form-header .btn-group .icon-down:hover {
  background: url("../img/btn/down-blue.png") no-repeat 0 0;
}
.form-header .btn-group .icon-up {
  background: url("../img/btn/up.png") no-repeat 0 0;
}
.form-header .btn-group .icon-up:hover {
  background: url("../img/btn/up-blue.png") no-repeat 0 0;
}
.form-header .btn-group .icon-cancel {
  height: 11px;
  background: url("../img/btn/cancel.png") no-repeat 0 0;
}
.form-header .btn-group .icon-cancel::hover {
  background: url("../img/btn/cancel-blue.png") no-repeat 0 0;
}
.form-header,
.form-footer {
  height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  border: 0;
}
.form-con .sort-cell {
  clear: both;
}
.form-con {
  position: absolute;
  top: 80px;
  bottom: 60px;
  width: 100%;
  /*overflow-y: auto;*/
}
.form-con .main-title {
  height: 18px;
  border-bottom: 1px solid #d4d4d4;
}
.form-con .main-title .show-box,
.form-con .main-title .hide-box {
  float: left;
}
.form-con .main-title h4 {
  float: left;
  height: 18px;
  padding-left: 5px;
  font-weight: bold;
  line-height: 18px;
  background: #fff;
}
.form-con .main-title a {
  float: left;
  height: 30px;
  color: #000;
  background: #fff;
}
.form-con .main-title span {
  float: right;
  line-height: 30px;
}
.form-con .main-title span.show-box {
  display: none;
}
.form-con .sort-cell-title {
  margin-bottom: 12px;
}
.form-con .sort-cell-title h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: normal;
  color: #f4b300;
}
.form-con dl {
  clear: both;
}
.form-con dt {
  width: 100%;
  height: 40px;
  clear: both;
  text-indent: 35px;
  border-top: 1px dashed #ccc;
}
.form-con dt.dt-first {
  border-top: 0;
}
.form-con dt h5 {
  height: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.form-con .form-group {
  width: 45%;
  margin-bottom: 10px;
  font-size: 12px;
}
.form-con .ui-switch {
  margin-top: 6px;
}
.form-con .control-label {
  width: 158px;
  text-align: right;
  font-size:14px;
}
.form-con .form-control {
  width: 210px;
}
.form-con .input-group {
  position: relative;
  width: 210px;
}
.form-con .input-group .form-control {
  padding-right: 25px;
  border-radius: 0!important;
}
.form-con .input-group .form-control[readonly="readonly"] {
  cursor: pointer;
  background: #fff;
}
.form-con textarea {
  width: 60%;
  height: 100px;
  padding: 10px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.map-location {
  display: none;
}
.form-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 90%;
  margin-right: 5%;
  text-align: right;
}
.form-footer .btn {
  border-radius: 0;
}
.modal-warper,
.form-warper {
  width: 90%;
  margin: 0 auto;
  display: initial;
}
.modal-warper .red,
.form-con .red {
  height: 30px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: middle;
}
.modal-warper .red.control-label,
.form-con .red.control-label {
  margin-left: 0;
}
.modal-warper .retract,
.form-con .retract {
  margin-left: -12px;
}
.modal-warper .control-label,
.form-con .control-label {
  height: 30px;
  line-height: 30px;
}
.modal-warper .form-control,
.form-con .form-control {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  border-radius: 0;
}
.modal-warper .time-control,
.form-con .time-control {
  z-index: 2;
  padding-right: 0;
  cursor: pointer;
  background: transparent;
}
.modal-warper .icon-calendar2,
.form-con .icon-calendar2 {
  z-index: 1;
}
.modal-warper .unit-control,
.form-con .unit-control {
  display: inline-block;
  height: 30px;
  margin-left: 5px;
  line-height: 30px;
}
.modal-warper .mytooltip,
.form-con .mytooltip {
  display: inline-block;
}
.modal-warper .form-group {
  display: block;
  width: 100%;
  min-height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
}
.modal-warper .input-group {
  width: 100%;
}
.modal-warper .input-group input {
  background: transparent;
}
.modal-warper .control-label {
  width: 100%;
  height: 19px;
  line-height: 19px;
}
.modal-warper .form-control {
  float: none;
  width: 100%;
}
.modal-warper .tree-view {
  height: 350px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
.modal-warper .tree-view .ztree {
  margin: 0;
}
.form-group-tab {
  width: 90%;
  margin: 0 auto 10px;
  border-bottom: 1px #818181 dashed;
}
.form-group-tab dl {
  margin: 0 -5% 5px;
}
.form-group-tab .form-group-tab-title {
  position: relative;
  height: 0;
  margin: 20px auto 20px;
  border-bottom: 1px #818181 dashed;
}
.form-group-tab .form-group-tab-tip {
  position: absolute;
  top: -11px;
  left: 20px;
  display: block;
  height: 25px;
  padding: 0 4px;
  background-color: #fff;
}
.form-group-tab .form-group-tab-tip .radio-inline {
  margin: 0;
  font-weight: bold;
  color: #595959;
}
.form-read .input-group .form-control[readonly="readonly"] {
  cursor: pointer;
  background-color: #eee;
}
.form-read .red,
.form-read .input-group-icon {
  display: none;
}
.form-style-orange.form-con .control-label {
  font-size: 15px;
  color: #222;
  text-align: left;
}
.btn {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #ddd !important;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
}
.btn-defaulthover,
.btn-defaultfocus,
.btn-default.focus,
.btn-defaultactive,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
}
.btn-defaultactive,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabledhover,
.btn-default[disabled]hover,
fieldset[disabled] .btn-defaulthover,
.btn-default.disabledfocus,
.btn-default[disabled]focus,
fieldset[disabled] .btn-defaultfocus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabledactive,
.btn-default[disabled]active,
fieldset[disabled] .btn-defaultactive,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default:hover {
  background-color: #ccc;
}
.btn-gray {
  color: #333;
  background-color: #ccc;
}
.btn-grayhover,
.btn-grayfocus,
.btn-gray.focus,
.btn-grayactive,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #b3b3b3;
}
.btn-grayactive,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabledhover,
.btn-gray[disabled]hover,
fieldset[disabled] .btn-grayhover,
.btn-gray.disabledfocus,
.btn-gray[disabled]focus,
fieldset[disabled] .btn-grayfocus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabledactive,
.btn-gray[disabled]active,
fieldset[disabled] .btn-grayactive,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray .badge {
  color: #ccc;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #008299;
}
.btn-primaryhover,
.btn-primaryfocus,
.btn-primary.focus,
.btn-primaryactive,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #08b;
}
.btn-primaryactive,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabledhover,
.btn-primary[disabled]hover,
fieldset[disabled] .btn-primaryhover,
.btn-primary.disabledfocus,
.btn-primary[disabled]focus,
fieldset[disabled] .btn-primaryfocus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabledactive,
.btn-primary[disabled]active,
fieldset[disabled] .btn-primaryactive,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00adee;
  border-color: #009ad5;
}
.btn-primary .badge {
  color: #00adee;
  background-color: #fff;
}
.btn-primary:hover {
  color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
}
.btn-successhover,
.btn-successfocus,
.btn-success.focus,
.btn-successactive,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
}
.btn-successactive,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabledhover,
.btn-success[disabled]hover,
fieldset[disabled] .btn-successhover,
.btn-success.disabledfocus,
.btn-success[disabled]focus,
fieldset[disabled] .btn-successfocus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabledactive,
.btn-success[disabled]active,
fieldset[disabled] .btn-successactive,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
}
.btn-infohover,
.btn-infofocus,
.btn-info.focus,
.btn-infoactive,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
}
.btn-infoactive,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabledhover,
.btn-info[disabled]hover,
fieldset[disabled] .btn-infohover,
.btn-info.disabledfocus,
.btn-info[disabled]focus,
fieldset[disabled] .btn-infofocus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabledactive,
.btn-info[disabled]active,
fieldset[disabled] .btn-infoactive,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-warninghover,
.btn-warningfocus,
.btn-warning.focus,
.btn-warningactive,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
}
.btn-warningactive,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabledhover,
.btn-warning[disabled]hover,
fieldset[disabled] .btn-warninghover,
.btn-warning.disabledfocus,
.btn-warning[disabled]focus,
fieldset[disabled] .btn-warningfocus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabledactive,
.btn-warning[disabled]active,
fieldset[disabled] .btn-warningactive,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
}
.btn-dangerhover,
.btn-dangerfocus,
.btn-danger.focus,
.btn-dangeractive,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
}
.btn-dangeractive,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabledhover,
.btn-danger[disabled]hover,
fieldset[disabled] .btn-dangerhover,
.btn-danger.disabledfocus,
.btn-danger[disabled]focus,
fieldset[disabled] .btn-dangerfocus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabledactive,
.btn-danger[disabled]active,
fieldset[disabled] .btn-dangeractive,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #00adee;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0075a2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.3;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* switch plugin start */
.ui-switch {
  display: inline-block;
  width: 50px;
  height: 16px;
  cursor: pointer;
}
.ui-switch .ui-switch-content {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 2px solid #aaa;
}
.ui-switch .ui-switch-content.off .ui-switch-color {
  background: #999;
}
.ui-switch .ui-switch-content.off .ui-switch-btn {
  margin-left: -2px;
}
.ui-switch .ui-switch-content .ui-switch-color {
  width: 100%;
  height: 100%;
  background-color: #00adee;
}
.ui-switch .ui-switch-content .ui-switch-btn {
  position: relative;
  float: left;
  width: 10px;
  height: 16px;
  margin-top: -12px;
  margin-left: 42px;
  background-color: #666;
}
/* switch plugin end */
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
 /* padding: 6px 10px !important;*/
 height:31px;
 border-radius:4px !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > li > ahover,
.dropdown-menu > li > afocus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > ahover,
.dropdown-menu > .active > afocus {
  color: #fff;
  text-decoration: none;
  background-color: #00adee;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > ahover,
.dropdown-menu > .disabled > afocus {
  color: #777;
}
.dropdown-menu > .disabled > ahover,
.dropdown-menu > .disabled > afocus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.dropdown .dropdown-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 1px;
  vertical-align: middle;
}
.dropdown .dropdown-text {
  vertical-align: middle;
}
.color-dropdown {
  display: inline-block;
}
.color-dropdown li:hover {
  background-color: #dff6ff;
}
.color-dropdown li a {
  padding: 3px;
}
.color-dropdown .caret {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
.color-dropdown .btn {
  padding: 1px 0 1px 2px;
  text-align: left;
}
.car-dropdown {
  display: inline-block;
}
.car-dropdown .dropdown-icon img {
  width: 100%;
  height: 100%;
}
.car-dropdown .caret {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
.car-dropdown .btn {
  padding: 1px 0 1px 2px;
  text-align: left;
}
.car-dropdown .dropdown-menu {
  min-width: 275px;
}
.car-dropdown .dropdown-menu > li {
  display: block;
  float: left;
  width: 50px;
  height: 58px;
  margin: 2px;
  border: 1px solid #ddd;
}
.car-dropdown .dropdown-menu > li:hover {
  background-color: #dff6ff;
}
.car-dropdown .dropdown-menu > li > a {
  width: 100%;
  height: 100%;
  padding: 3px;
}
.car-dropdown .dropdown-menu > li > a .dropdown-icon {
  display: block;
  width: 40px;
  height: 35px;
  margin: 0 0 0 0;
}
.car-dropdown .dropdown-menu > li > a .dropdown-car-text {
  display: block;
  text-align: center;
}
.car-dropdown .dropdown-menu > li.more-link {
  position: absolute;
  right: 12px;
  bottom: 5px;
  height: 20px;
  text-align: right;
  background: none;
  border: none;
}
.car-dropdown .dropdown-menu > li.more-link a {
  color: #00a0e9;
}
.car-dropdown .dropdown-menu > li.more-link a:hover {
  text-decoration: underline !important;
}
.dropdown-group {
  position: relative;
  width: 100%;
}
.dropdown-group .search-box {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-select {
  display: inline-block;
  zoom: 1;
}
.form-select .form-group {
  position: relative;
  display: block;
  float: left;
  min-width: 230px;
  zoom: 1;
}
.form-select .form-group .form-arrow {
  position: relative;
  top: 2px;
  right: 22px;
  font-size: 22px;
  cursor: pointer;
}
.form-select .dropdown-menu-box {
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
}
.form-select .dropdown-menu-box label {
  font-size: 13px;
}
.dropdown-icon-text {
  position: relative;
  display: inline-block;
}
.dropdown-icon-text .dropdown-title {
  position: relative;
  padding-right: 17px;
  cursor: pointer;
}
.dropdown-icon-text .dropdown-title:hover {
  background: #ddd;
}
.dropdown-icon-text .dropdown-title.selected {
  background: #ddd;
}
.dropdown-icon-text .dropdown-title .caret {
  position: absolute;
  top: 11px;
  right: 5px;
}
.dropdown-icon-text .dropdown-title-text {
  display: block;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  color: #777;
  text-decoration: none !important;
  white-space: nowrap;
}
.dropdown-icon-text .dropdown-title-text .s-text-control {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-icon-text .dropdown-title-text .s-icon-control {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 2px 0 2px 5px;
  vertical-align: middle;
  cursor: pointer;
}
.dropdown-icon-text .dropdown-menu-list {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 120px;
  padding: 5px 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-icon-text .menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-icon-text .menu-list li:hover {
  background: #ddd;
}
.dropdown-icon-text .menu-list li a {
  padding: 2px 20px;
}
.dropdown-icon-text.disable {
  filter: alpha(opacity=40);
  opacity: .4;
}
.dropdown-icon-text.disable .dropdown-title-text {
  cursor: no-drop;
}
.dropdown-icon-text.disable .dropdown-title:hover {
  background: transparent;
}
.btn-group,
.btn-group-link,
.btn-group-vertical {
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-link > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:hover,
.btn-group-link > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-link > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-link > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-link > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-link > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group-link .btn {
  margin-right: 5px;
  font-size:14px;
}
.btn-group-link .btn-default {
  color: #008299;
  background: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-group-link .btn-default:hover {
  color: #333;
  background: #ccc;
  border-color: #ccc;
}
.btn-group-icons {
  margin: 0;
}
.btn-group-icons li {
  cursor: pointer;
}
.btn-group-icons li span {
  color: #00a0e9;
}
.btn-group-icons li span:hover {
  color: #f00;
}
.table-body .btn-group-icons span {
  margin: 2px 4px;
  font-size: 15px;
}
.table-body .btn-group-icons span.disable,
.table-body .btn-group-icons span.disable:hover {
  color: #202020 !important;
  cursor: no-drop !important;
  filter: alpha(opacity=40);
  opacity: .4;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* search box start */
.search-box {
  position: relative;
}
.search-box span {
  position: absolute;
  top: 2px;
  right: 0;
  width: 26px;
  height: 26px;
  margin: 0;
  line-height: 26px;
  color: #666;
  text-align: center;
  cursor: pointer;
  border: none;
}
.search-box input[type="text"] {
  width: 250px;
  height: 28px;
  padding-top: 4px;
  padding-bottom: 3px;
  color: #ccc;
  text-indent: 5px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  padding-right: 22px;
}
.search-box input[type="text"]:focus {
  color: #000;
  background: #fff;
}
.menu-search-box {
  width: 100%;
}
.menu-search-box input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 6px 0 5px;
  text-indent: 10px;
  background: #f9f9f9;
  border: none;
  border-radius: 0;
}
.menu-search-box span {
  top: 5px;
}
/* time box start */
.time-wrap {
  display: inline-block;
}
.time-wrap .control-label {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.time-wrap .time-box {
  position: relative;
  float: left;
  width: 140px;
  height: 26px;
  margin-left: -1px;
}
.time-wrap .time-box label {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-weight: normal;
  line-height: 22px;
  color: #332f2f;
  text-align: center;
  background: #f0f0f0;
  border-right: 1px solid #ccc;
}
.time-wrap .time-box .form-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 140px;
  text-indent: 30px;
}
.time-wrap .icon-calendar2 {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  display: inline-block;
  color: #666;
}
/* time box end */
/* css of toolbar-icons-text start*/
.toolbar-icons-text li {
  float: left;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.toolbar-icons-text li span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #000;
}
.toolbar-icons-text li span:hover {
  background-position: 0 0;
}
.toolbar-icons-text .btnsma {
  width: 30px;
}
.toolbar-icons-text .btnmid {
  width: 38px;
}
.toolbar-icons-text .btnbig {
  width: 48px;
}
.toolbar-icons-text .btnsma span {
  height: 30px;
}
.toolbar-icons-text .btnmid span {
  height: 38px;
}
.toolbar-icons-text .btnbig span {
  height: 48px;
}
.toolbar-icons-text .print {
  background: url(/ui/plugins/bootstrap3.3/img/btn/print.png) no-repeat 100% 100%;
}
.toolbar-icons-text .reload {
  background: url(/ui/plugins/bootstrap3.3/img/btn/reload.png) no-repeat 100% 100%;
}
.toolbar-icons-text .upload {
  background: url(/ui/plugins/bootstrap3.3/img/btn/upload.png) no-repeat 100% 100%;
}
.toolbar-icons-text .back {
  background: url(/ui/plugins/bootstrap3.3/img/btn/back.png) no-repeat 100% 100%;
}
/* css of toolbar-icons-text end*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group.data-group-control .form-control {
  z-index: 2;
  padding-right: 0;
  cursor: pointer;
  background: transparent;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.3;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.input-group-icon {
  position: absolute;
  top: 9px;
  right: 8px;
  z-index: 10;
  color: #555;
  cursor: pointer;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #00adee;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00adee;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tabs > li {
  position: relative;
  display: block;
}
.tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
}
.tabs > li > a:hover,
.tabs > li > a:focus {
  text-decoration: none;
}
.tabs > li.disable {
  background-color: transparent !important;
}
.tabs > li.disable > a {
  color: #777;
}
.tabs > li.disable > a:hover,
.tabs > li.disable > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent !important;
}
.tabs .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tabs > li > a > img {
  max-width: none;
}
.tabs-default li {
  display: inline-block;
  float: left;
  color: #666;
}
.tabs-default li.active {
  color: #555;
  border-bottom: 2px solid #f00;
}
.tabs-default li.active a {
  color: inherit;
}
.tabs-default li a {
  color: inherit;
}
.tabs-style-1 {
  width: 100%;
  height: 34px;
  padding-top: 3px;
  padding-left: 2%;
  background: #f1f1f1;
  border-bottom: 1px solid #c0c0c0;
}
.tabs-style-1 li {
  display: inline-block;
  float: left;
  height: 31px;
  margin-bottom: -1px;
  line-height: 31px;
  border-top: 2px solid #f1f1f1;
  border-radius: 2px 2px 0 0;
}
.tabs-style-1 li.active {
  /*border-bottom: 1px solid #f9f9f9;*/
  background-color: #fff;
  border-top: 2px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}
.tabs-style-1 li.active a {
  color: #666;
}
.tabs-style-1 li:hover {
  background: #ccc;
}
.tabs-style-1 li:hover a {
  color: #fff;
}
.tabs-style-1 li a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  color: #434343;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 9.5px;
  margin-right: -15px;
  margin-bottom: 9.5px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .form-control {
  display: inline-block;
  float: left;
  width: auto;
  vertical-align: middle;
}
.navbar-form .form-control-static {
  display: inline-block;
}
.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}
.navbar-form .input-group > .form-control {
  width: 100%;
}
.navbar-form .control-label {
  float: left;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
  top: 0;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00adee;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0075a2;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00adee;
  border-color: #00adee;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-info {
  height: 30px;
  line-height: 30px;
 
}
.page-info .page-data {
  font-size: 12px;
}
.page-info span {
  color: #00a0e9;
}
.page-info select {
  width: 48px;
  height: 20px;
  margin-right: 3px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 20px;
  background: none;
  border: 1px solid #999;
  outline: none;
}
.page-info .page-btn {
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
}
.page-info .page-btn a {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.page-info .page-btn a:hover {
  color: #fff;
  text-decoration: none;
  background: #ccc;
}
.page-info .page-btn a:hover span {
  color: #fff;
}
.page-info .page-btn a span {
  width: auto;
  height: auto;
  line-height: normal;
  color: #00a0e9;
  text-align: center;
}
.page-info .page-btn a.disable span {
  color: #666;
}
.page-info .page-btn a.disable:hover {
  color: #666;
  cursor: default;
  background: none;
}
.page-info .page-btn a.disable:hover span {
  color: #666;
}
.page-info .go-page {
  width: 35px;
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
  line-height: normal;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.pager.bigbtn-pager {
  padding: 17px 0;
  margin: 0;
  background: #e4e4e4;
}
.pager.bigbtn-pager .time-input {
  width: 148px;
  height: 28px;
  text-align: center;
  border: 1px solid #ddd;
}
.pager.bigbtn-pager .blue {
  margin: 0 5px;
  font-style: normal;
  color: #00adee!important;
}
.pager.bigbtn-pager > li {
  display: inline-block;
  vertical-align: middle;
}
.pager.bigbtn-pager > li > a {
  float: left;
  width: 35px;
  height: 35px;
  padding: 4px 0 0 0;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
}
.pager.bigbtn-pager span[class*="icon-"] {
  font-size: 22px;
}
.pager.bigbtn-pager span[class*="icon-"].icon-plus4 {
  font-size: 20px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.labelhover,
a.labelfocus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.labelempty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00adee;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #08b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00adee;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00adee;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 17px;
  margin-bottom: 17px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #00adee;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00adee;
  border-color: #00adee;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #bbecff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.window-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.window-overlay .window-shade {
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: .7;
}
.window {
  position: relative;
  z-index: 99;
  min-width: 200px;
  min-height: 200px;
  background-color: #fff;
  border-color: transparent #ccc #ccc;
  border-style: none solid solid;
  border-width: 0 8px 8px;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
}
.window .caption {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 24px;
  cursor: default;
  background-color: #6badf6;
  border-top: 8px solid #6badf6;
}
.window .caption .title {
  position: relative;
  float: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 16px;
  line-height: 20px;
}
.window .caption .super-title {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.window .caption .window-close,
.window .caption .btn-min,
.window .caption .btn-max {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 3;
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  margin: 0;
  font-family: 'Cambria_', 'PT Serif Caption', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  outline: 0 none;
}
.window .caption .window-close:hover,
.window .caption .btn-min:hover,
.window .caption .btn-max:hover {
  color: #666;
  background-color: #e1e1e1;
}
.window .caption .window-close:active,
.window .caption .btn-min:active,
.window .caption .btn-max:active {
  color: #666;
  background-color: #e1e1e1;
}
.window .caption .btn-min,
.window .caption .btn-max {
  right: 75px;
  width: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #000;
  background-color: transparent;
}
.window .content {
  position: absolute;
  top: 33px;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
}
.window .caption .btn-min:active,
.window .caption .btn-max:active {
  top: -8px;
  right: 75px;
  left: auto;
  color: #fff;
  background-color: #1e7cc4 !important;
}
.window .caption .btn-min:after,
.window .caption .btn-max:after {
  position: absolute;
  top: 0;
  bottom: 6px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  content: " ";
  border-color: #000;
  border-style: solid;
  border-width: 0 0 2px;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
}
.window .caption .btn-max {
  right: 50px;
}
.window .caption .btn-max:active {
  right: 50px;
}
.window .caption .btn-max:after {
  height: 6px;
  border-color: #000;
  border-style: solid;
  border-width: 2px 1px 1px;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
}
.window.inactive {
  border-color: #ebebeb;
}
.window.inactive .caption {
  background-color: #ebebeb;
  border-top: 8px solid #ebebeb;
}
.window.inactive .content {
  border-color: #ebebeb;
}
.window.inactive .window-close {
  background-color: #bcbcbc;
}
.window .content-mark-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: medium none;
}
.window.flat {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.window.flat .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 34px;
  padding: 5px 0;
  background-color: #eee;
  border-top: 0 none;
  border-bottom: 1px solid #ddd;
}
.window.flat .caption .window-close,
.window.flat .caption .btn-min,
.window.flat .caption .btn-max {
  margin: 0;
  color: #777;
  border: none;
  font-size:2em;
}
.window.flat .caption .btn-max {
  right: 29px;
}
.window.flat .caption .btn-min {
  right: 54px;
}
.window.flat.black {
  background-color: #323336;
  border: 1px solid #323336;
}
.window.flat.black .caption {
  padding-right: 0;
  color: #fff;
  background-color: #323336;
  border-bottom: 1px solid #222;
}
.window.flat.black .caption .window-close:after {
  margin-top: 0;
  margin-left: 3px;
  font-size: 24px;
  line-height: 3px;
}
.window.flat.black .caption .window-close,
.window.flat.black .caption .btn-min,
.window.flat.black .caption .btn-max {
  color: #fff;
  background-color: #323336;
}
.window-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #eee;
  border-top: 1px solid #ddd;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.tabs:before,
.tabs:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.tabs:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.inline {
  display: inline-block !important;
}
.disable-permission {
  color: #202020 !important;
  cursor: no-drop !important;
  filter: alpha(opacity=30);
  opacity: .3;
}
span[class*="icon-"].disable-permission,
span[class*="icon-"].disable-permission:hover {
  color: #202020 !important;
}
.fwn {
  font-weight: normal!important;
}
.fwb {
  font-weight: bold!important;
}
.affix {
  position: fixed;
}
.oh {
  overflow: hidden!important;
}
.oa {
  overflow: auto!important;
}
/* css position start */
.pr {
  position: relative!important;
}
.pa {
  position: absolute!important;
}
/* css width start */
.w2 {
  width: 2%!important;
}
.w3 {
  width: 3%!important;
}
.w5 {
  width: 5%!important;
}
.w7 {
  width: 7%!important;
}
.w8 {
  width: 8%!important;
}
.w10 {
  width: 10%!important;
}
.w15 {
  width: 15%!important;
}
.w20 {
  width: 20%!important;
}
.w25 {
  width: 25%!important;
}
.w30 {
  width: 30%!important;
}
.w35 {
  width: 35%!important;
}
.w40 {
  width: 40%!important;
}
.w45 {
  width: 45%!important;
}
.w50 {
  width: 50%!important;
}
.w55 {
  width: 55%!important;
}
.w60 {
  width: 60%!important;
}
.w65 {
  width: 65%!important;
}
.w70 {
  width: 70%!important;
}
.w75 {
  width: 75%!important;
}
.w80 {
  width: 80%!important;
}
.w85 {
  width: 85%!important;
}
.w90 {
  width: 90%!important;
}
.w95 {
  width: 95%!important;
}
.w100 {
  width: 100%!important;
}
.full-screen {
  width: 100%!important;
  height: 100%;
  overflow: hidden;
}
/* css margin start */
.m0 {
  margin: 0!important;
}
.m3 {
  margin: 3px!important;
}
.m5 {
  margin: 5px!important;
}
.m10 {
  margin: 10px!important;
}
.m15 {
  margin: 15px!important;
}
.m20 {
  margin: 20px!important;
}
.m25 {
  margin: 25px!important;
}
.m30 {
  margin: 30px!important;
}
.m40 {
  margin: 40px!important;
}
.m45 {
  margin: 45px!important;
}
.m50 {
  margin: 50px!important;
}
.m100 {
  margin: 100px!important;
}
.mt0 {
  margin-top: 0!important;
}
.mt3 {
  margin-top: 3px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt100 {
  margin-top: 100px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr3 {
  margin-right: 3px!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml3 {
  margin-left: 3px!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb3 {
  margin-bottom: 3px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
/* css margin end */
/* css padding start */
.p0 {
  padding: 0!important;
}
.p3 {
  padding: 3px!important;
}
.p5 {
  padding: 5px!important;
}
.p10 {
  padding: 10px!important;
}
.p15 {
  padding: 15px!important;
}
.p20 {
  padding: 20px!important;
}
.p25 {
  padding: 25px!important;
}
.p30 {
  padding: 30px!important;
}
.p40 {
  padding: 40px!important;
}
.p45 {
  padding: 45px!important;
}
.p50 {
  padding: 50px!important;
}
.p100 {
  padding: 100px!important;
}
.pt0 {
  padding-top: 0!important;
}
.pt3 {
  padding-top: 3px!important;
}
.pt5 {
  padding-top: 5px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.pt15 {
  padding-top: 15px!important;
}
.pt20 {
  padding-top: 20px!important;
}
.pt25 {
  padding-top: 25px!important;
}
.pt30 {
  padding-top: 30px!important;
}
.pt35 {
  padding-top: 35px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pt45 {
  padding-top: 45px!important;
}
.pt50 {
  padding-top: 50px!important;
}
.pt100 {
  padding-top: 100px!important;
}
.pr0 {
  padding-right: 0!important;
}
.pr3 {
  padding-right: 3px!important;
}
.pr5 {
  padding-right: 5px!important;
}
.pr10 {
  padding-right: 10px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.pr20 {
  padding-right: 20px!important;
}
.pr25 {
  padding-right: 25px!important;
}
.pr30 {
  padding-right: 30px!important;
}
.pr35 {
  padding-right: 35px!important;
}
.pr40 {
  padding-right: 40px!important;
}
.pr45 {
  padding-right: 45px!important;
}
.pl0 {
  padding-left: 0!important;
}
.pl3 {
  padding-left: 3px!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl15 {
  padding-left: 15px!important;
}
.pl20 {
  padding-left: 20px!important;
}
.pl25 {
  padding-left: 25px!important;
}
.pl30 {
  padding-left: 30px!important;
}
.pl35 {
  padding-left: 35px!important;
}
.pl40 {
  padding-left: 40px!important;
}
.pl45 {
  padding-left: 45px!important;
}
.pb0 {
  padding-bottom: 0!important;
}
.pb3 {
  padding-bottom: 3px!important;
}
.pb5 {
  padding-bottom: 5px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb25 {
  padding-bottom: 25px!important;
}
.pb30 {
  padding-bottom: 30px!important;
}
.pb35 {
  padding-bottom: 35px!important;
}
.pb40 {
  padding-bottom: 40px!important;
}
.pb45 {
  padding-bottom: 45px!important;
}
/* css padding end */
/* css font color start */
.green {
  color: #18a24a!important;
}
.red {
  color: #f00!important;
}
.orange {
  color: #ff6c00!important;
}
.gray {
  color: #798392!important;
}
.white {
  color: #fff!important;
}
.yellow {
  color: #f78f36!important;
}
.blue {
  color: #1570a6!important;
}
/* css font color end */
/* css background color start */
.bred {
  color: #fff;
  background: #dc243e;
}
.bgreen {
  color: #fff;
  background: #72e15b;
}
.byellow {
  color: #fff;
  background: #f78f36;
}
.bgrey {
  color: #fff;
  background: #dcdcdc;
}
/* css background color end */
/* css carBrand-bg color start */
.carbd-bgwht {
  background-color: #e7e7e7;
  border: 1px solid #c8c8c8;
}
.carbd-bgyew {
  background-color: #e8b31c;
}
.carbd-bgblu {
  background-color: #0457cb;
}
.carbd-bgred {
  background-color: #981a2e;
}
/* css carBrand-bg color end */
.icon-record {
  width: 20px;
  font-size: 18px;
  text-align: center;
}
/* color info end */
/* color-legend start*/
.color-legend {
  display: inline-block;
}
.color-legend li {
  padding-right: 9px;
  font-size: 12px;
}
.color-legend span {
  padding-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.color-legend .icon-select002 {
  font-size: 12px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.frame-side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  overflow-y: auto;
  background: #ececec;
}
.frame-side-top {
  position: absolute;
  top: 0;
  bottom: 250px;
  left: 0;
  width: 100%;
}
.frame-side-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.frame-con {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  overflow: hidden;
  background: #fff;
}
.frame-list-view {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.wrap-body {
  position: relative;
  width: 98%;
  height: 93%;
  margin-left: 1%;
}
.left-tree-wrap {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 100%;
  overflow: auto;
}
.left-tree-wrap .ztree {
  margin: 0;
}
.livtview-tag-wrap {
  width: 100%;
  height: 35px;
  background: #edf3f6;
  border-bottom: 1px solid #e5e5e5;
}
.livtview-list-wrap {
  position: absolute;
  top: 35px;
  bottom: 65px;
  left: 0;
  width: 100%;
  overflow: auto;
  background: #f4fafd;
}
.pager-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.frame-form {
  width: 100%;
  height: 100%;
}
.frame-form-view,
.frame-form-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 9;
  display: none;
  overflow: hidden;
  background: #fff;
}
.frame-form-full {
  left: 0;
}
.filter-bar,
.tools-bar,
.table-view {
  width: 100%;
  clear: both;
}
.tools-bar {
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
}
/* tools bar end */
/* filter bar start */
.filter-bar {
  position: relative;
  min-height: 30px;
  padding-top: 10px;
}
.filter-bar .select-wrap {
  position: absolute;
  top: 10px;
  right: 0;
}
.filter-bar .select-wrap .form-arrow {
  position: absolute;
  top: 6px;
  right: 3px;
}
.table-con {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog.table-con {
  position: absolute;
  top: 40px;
  bottom: 85px;
}
.dialog.page-info {
  position: absolute;
  right: 0;
  bottom: 38px;
}
.dialog.tree-wrap {
  position: absolute;
  top: 0;
  bottom: 41px;
  left: 0;
  width: 100%;
 overflow: auto;
  margin-top:2%;
}
/*-------------------------------------
zTree Style

version:  3.4
author:   Hunter.z 
mod:      gangan 
mod day: 2014-11-19
email:    hunter.z@263.net
website:  http://code.google.com/p/jquerytree/

-------------------------------------*/
.ztree {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  font-family: 'Microsoft YaHei';
  font-size: 14pt;
  color: #333;
}
.ztree * {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.ztree ul.tmpTargetzTree {
  background-color: #ffe6b0;
  filter: alpha(opacity=80);
  opacity: .8;
}
.ztree li {
  position: relative;
  line-height: 30px;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ztree li span {
  display: inline-block;
  margin-right: 2px;
  font-size: 13px;
  line-height: 16px;
}
.ztree li span.button {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/trees/32px.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  border: 0 none;
  outline: none;
}
.ztree li span.button.roots_open {
  background-position: -39px -17px;
}
.ztree li span.button.noline_open {
  background-position: -92px -72px;
}
.ztree li span.button.noline_close {
  background-position: -74px -72px;
}
.ztree li span.button.root_docu {
  background: none;
}
.ztree li span.button.roots_docu {
  background-position: -56px 0;
}
.ztree li span.button.center_docu {
  background-position: -100px -115px;
}
.ztree li span.button.bottom_docu {
  background-position: -56px -36px;
}
.ztree li span.button.noline_docu {
  background: none;
}
.ztree li span.button.center_open,
.ztree li span.button.root_open,
.ztree li span.button.bottom_open,
.ztree li span.button.roots_open {
  background-position: -38px -18px;
}
.ztree li span.button.center_close,
.ztree li span.button.root_close,
.ztree li span.button.bottom_close,
.ztree li span.button.roots_close {
  background-position: -6px -18px;
}
.ztree li span.button.switch {
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  visibility: visible;
}
.ztree li span.button.switch.level0 {
  width: 20px;
  height: 20px;
}
.ztree li span.button.switch.level1 {
  width: 20px;
  height: 20px;
}
.ztree li span.button.ico_open {
  margin-right: 2px;
  vertical-align: top;
  background-position: -110px -16px;

  *vertical-align: middle;
}
.ztree li span.button.ico_close {
  margin-right: 2px;
  vertical-align: top;
  background-position: -110px 0;

  *vertical-align: middle;
}
.ztree li span.button.ico_docu {
  margin-right: 2px;
  vertical-align: top;
  background-position: -110px -32px;

  *vertical-align: middle;
}
.ztree li span.button.edit {
  margin-right: 2px;
  vertical-align: top;
  background-position: -110px -48px;

  *vertical-align: middle;
}
.ztree li span.button.remove {
  margin-right: 2px;
  vertical-align: top;
  background-position: -110px -64px;

  *vertical-align: middle;
}
.ztree li span.button.ico_loading {
  margin-right: 2px;
  vertical-align: top;
  background: url(../img/trees/loading.gif) no-repeat scroll 0 0 transparent;

  *vertical-align: middle;
}
.ztree li span.button.chk {
  width: 13px;
  height: 13px;
  margin: 0 3px 0 0;
  cursor: auto;
  background-image: url("../img/trees/zTreeStandard.png");
}
.ztree li span.button.chk.checkbox_false_full {
  background: url("../img/trees/zTreeStandard.png") 0 0;
}
.ztree li span.button.chk.checkbox_false_full_focus {
  background-position: 0 -14px;
}
.ztree li span.button.chk.checkbox_false_part {
  background-position: 0 -28px;
}
.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: 0 -42px;
}
.ztree li span.button.chk.checkbox_false_disable {
  cursor: no-drop;
  background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
  background-position: -14px 0;
}
.ztree li span.button.chk.checkbox_true_full_focus {
  background-position: -14px -14px;
}
.ztree li span.button.chk.checkbox_true_part {
  background-position: -14px -28px;
}
.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -14px -42px;
}
.ztree li span.button.chk.checkbox_true_disable {
  background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
  background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
  background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
  background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
  background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
  background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
  background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
  background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
  background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
  background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
  background-position: -42px -56px;
}
.ztree li span .tmpzTreeMove_arrow {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 2px 0 0 1px;
  background-color: transparent;
  background-image: url("../img/trees/zTreeStandard.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  border: 0 none;

  *background-image: url("../img/trees/zTreeStandard.gif");
}
.ztree li a {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  text-decoration: underline;
  vertical-align: top;
  cursor: pointer;
  background-color: transparent;
}
.ztree li a:hover {
  text-decoration: none;
  background-color: #d5d6d7;
}
.ztree li a:hover .operation-btns {
  display: inline-block;
}
.ztree li a.level0 span {
  font-size: 14px;
  font-weight: bold;
}
.ztree li a.curSelectedNode {
  color: #000;
  background-color: #bbb;
  border: 0;
}
.ztree li a.curSelectedNode .operation-btns {
  display: inline-block;
}
.ztree li a.tmpTargetNode_inner {
  height: 16px;
  padding-top: 0;
  color: white;
  background-color: #316ac5;
  filter: alpha(opacity=80);
  border: 1px #316ac5 solid;
  opacity: .8;
}
.ztree li a input.rename {
  width: 120px;
  height: 22px;
  padding: 2px 1px;
  margin: 0;
  font-size: 12px;
  border: 1px #7ec4cc solid;

  *border: 0;
}
.ztree li a .not-appear {
  color: #999;
  text-indent: 0;
}
.ztree li a .blue {
  color: #428bca;
}
.ztree li a .operation-btns {
  display: none;
}
.ztree li a span.tree-node-icon {
  margin-right: 4px;
  font-size: 13px;
  color: #555;
}
.ztree li a span.img-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0;
  vertical-align: middle;
  background-image: url("../img/camera/camera.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.ztree li a span.img-icon.sphere-video {
  background-position: -5px -5px;
}
.ztree li a span.img-icon.bad-sphere-video {
  background-position: -40px -5px;
}
.ztree li a span.img-icon.gun-video {
  background-position: -4px -35px;
}
.ztree li a span.img-icon.bad-gun-video {
  background-position: -41px -35px;
}
.ztree .operation-btns {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin-top: 8px;
  margin-right: 0;
}
.ztree .operation-btns span {
  margin-right: 2px;
  font-size: 15px !important;
}
.zTreeDragUL {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #cfcfcf;
  filter: alpha(opacity=80);
  border: 1px #00b83f dotted;
  opacity: .8;
}
.zTreeDragUL .zTreeDragMask {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
}
.zTreeDragUL .zTreeDragMask iframe {
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
}
.zTreeMask {
  position: absolute;
  z-index: 10000;
  background-color: #cfcfcf;
  filter: alpha(opacity=80);
  opacity: .8;
}
.ztree.folder li span.button.ico_close,
.ztree.folder li span.button.ico_open {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/ui/plugins/bootstrap3.3/img/trees/32px.png");
  background-repeat: no-repeat;
}
.ztree.folder li span.button.ico_close {
  background-position: -263px -18px;
}
.ztree.folder li span.button.ico_open {
  background-position: -286px -19px;
}
.r-context-menu {
  position: absolute;
  top: 0;
  text-align: left;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #a6a6a6;
}
.r-context-menu ul {
  margin-top: 10px;
}
.r-context-menu ul li {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.r-context-menu ul li a {
  padding: 4px 20px 4px 10px;
}
.r-context-menu ul li a:hover {
  background: #ddd;
}
.r-context-menu ul li a .icon-flag {
  margin-right: 10px;
  color: #434343;
}
.r-context-menu ul li.disable a {
  color: #b8b8b8;
  cursor: no-drop;
}
.r-context-menu ul li.disable a:hover {
  background: transparent !important;
}
.r-context-menu .dropdown-menu {
  min-width: 120px;
  border-radius: 0;
}
/*-------------------------------------
device trees Style

version:  1.0
author:   gangan 
day: 2014-11-19
email:    1147337398@qq.com

-------------------------------------*/
/*-------------------------------------
list Style
-------------------------------------*/
.icon-text-list {
  padding: 0;
  font-family: "Microsoft YaHei";
  list-style: none;
}
.icon-text-list .livtview-list-node {
  position: relative;
  height: auto;
  padding: 6px 0;
  overflow: hidden;
  font-size: 14px;
}
.icon-text-list .livtview-list-node:hover {
  cursor: pointer;
  background-color: #dfecf6;
}
.icon-text-list .livtview-list-node:hover .btn-icon-group {
  display: block;
}
.icon-text-list .livtview-list-node.active {
  background-color: #4c7299 !important;
}
.icon-text-list .livtview-list-node.active .btn-icon-group {
  display: block;
  color: #f1f1f1;
}
.icon-text-list .livtview-list-node.active .icon {
  color: #f1f1f1;
}
.icon-text-list .livtview-list-node.active p.node-text-name {
  color: #fff;
}
.icon-text-list .livtview-list-node.active p.node-text-attr {
  color: #f1f1f1;
}
.icon-text-list .livtview-list-node .btn-icon-group {
  position: absolute;
  right: 3px;
  bottom: 8px;
  display: none;
  font-size: 14px;
  color: #666;
}
.icon-text-list .livtview-list-node .btn-icon-group > span {
  padding: 1px 2px;
}
.icon-text-list .livtview-list-node .btn-icon-group > span:active {
  color: #00a0e9;
}
.icon-text-list.list-style-1 > li {
  border-right: 3px solid transparent;
  border-bottom: 1px dashed #d7d7d7;
}
.icon-text-list.list-style-1 > li.active {
  background-color: #dadada;
  border-right: 3px solid #f00;
}
.icon-text-list.no-icon-style .node-text {
  padding-left: 10px;
}
.icon-text-list .icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 8px;
  font-size: 18px;
  line-height: 20px;
  color: #767676;
  text-align: center;
}
.icon-text-list .node-text {
  float: left;
  width: 90%;
  padding-left: 10px !important;
  color: #444;
}
.icon-text-list .node-text p {
  width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-text-list .node-text p.node-text-name {
  width: 90%;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
.icon-text-list .node-text p.node-text-attr {
  padding-right: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.child-list-view {
  display: none;
  border-top: 1px solid #ddd;
}
.child-list-view .livtview-list-node {
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
}
/* popupdialog plugin start */
.popupdialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupdialog .dialog-content {
  position: relative;
  top: 50%;
  z-index: 1000;
  width: 100%;
  height: auto;
  margin-top: -150px;
  background-color: #fff;
}
.popupdialog .dialog-content .dialog-message {
  padding: 16px 16px 0;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}
.popupdialog .dialog-content .dialog-btns-contain {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.popupdialog .dialog-content .dialog-btn {
  display: inline-block;
  padding: 3px 16px;
  margin: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
.popupdialog .dialog-content .confirm-btn {
  margin-left: 350px;
  background-color: #4d90fe;
}
.popupdialog .dialog-content .confirm-btn:hover {
  background-color: #0363fd;
}
.popupdialog .dialog-content .cancel-btn {
  background-color: #c5c6c7;
}
.popupdialog .dialog-content .cancel-btn:hover {
  background-color: #a5a6a7;
}
.popupdialog .dialog-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: .6;
}
.popupdialog .dialog-mask iframe {
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: .6;
}
/* popupdialog plugin end*/
/* notify plugin start */
.notify-wrapper {
  position: absolute;
  left: 50%;
  z-index: 9999;
  display: none;
  min-width: 300px;
  height: auto;
  margin-left: -150px;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(153, 153, 153, .3), 0 3px 8px rgba(153, 153, 153, .2);
          box-shadow: 0 2px 6px rgba(153, 153, 153, .3), 0 3px 8px rgba(153, 153, 153, .2);
}
.notify-wrapper.alert-wrapper {
  top: 0;
  max-width: 500px;
}
.notify-wrapper.confirm-wrapper {
  top: 40%;
  max-width: 300px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.notify-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
}
.notify-wrapper .notify-content {
  word-break: break-all;
}
.notify-wrapper .notify {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  text-align: center;
}
.alert-wrapper .notify {
  background-color: #008000;
}
.alert-wrapper.error .notify {
  background-color: #d9534f;
}
.alert-wrapper.info .notify {
  background-color: #5bc0de;
}
.alert-wrapper.warn .notify {
  background-color: #f0ad4e;
}
.alert-wrapper.primary .notify {
  background-color: #428bca;
}
.alert-wrapper.success .notify {
  background-color: #5cb85c;
}
.confirm-wrapper .notify {
  background: #fff;
}
.confirm-wrapper .notify-content {
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 22px;
  color: #1b1b1b;
  text-align: left;
}
.confirm-wrapper .confirm-btns {
  text-align: right;
}
.confirm-wrapper .confirm-btns .btn {
  border-radius: 0;
  outline: none;
}
.notify-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: #222;
  filter: alpha(opacity=20);
  opacity: .2;
}
/* notify plugin end */
/* dropdown-select plugin start */
.dropdown-select {
  position: relative;
}
/* dropdown-select plugin end */
/* listview plugin page start */
.ui-page {
  position: absolute;
  bottom: 0;
  width: 40%;
  margin:0 auto;
  text-align: center;
  height: 50px;
  margin-left:30%;
  white-space: nowrap;
  align-items: center;
  position: fixed;
}
.ui-page .ui-pagetool {
  float: right;
  margin-top: 10px;
  font-size: 12px;
}
.ui-page .ui-pagebtn {
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 10px;
  margin-left: 8px;
  line-height: 24px;
  color: #eee;
  text-align: center;
  cursor: pointer;
  background-color: #008299;
}
.ui-page .ui-current,
.ui-page .ui-totalcase {
  color: #008299;
}
.ui-page .ui-pagetool label {
  margin-left: 5px;
}
.ui-page .disable {
  color: #fff;
  background-color: #B1ADAD;
}
.ui-page .ui-pagetext {
  display: inline-block;
}
/* filtertag plugin start */
.filter-tag-content .select-tag,
.filter-tag-content .select-more-tag {
  display: inline-block;
  padding: 0 7px;
  margin-top: 4px;
  margin-right: 5px;
  font-size: 12px;
  cursor: pointer;
}
.filter-tag-content .select-tag-more {
  position: relative;
  display: inline-block;
}
.filter-tag-content .select-tag.selected,
.filter-tag-content .select-tag:hover,
.filter-tag-content .select-more-tag.selected,
.filter-tag-content .select-more-tag:hover {
  color: #fff;
  background-color: red;
}
.filter-tag-content span {
  margin-right: 11px;
  font-size: 13px;
}
.filter-tag-content .select-tag i,
.filter-tag-content .select-tag i {
  margin-left: 2px;
}
.filter-tag-content .select-tag i.arrow {
  font-size: 12px;
  opacity: 0;
}
.filter-tag-content .select-tag.selected i.arrow,
.filter-tag-content .select-tag:hover i.arrow {
  opacity: 1;
}
.filter-tag-content .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  width: auto;
  min-width: 150px;
  padding: 5px 0;
  margin: 0;
  list-style: none outside none;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.filter-tag-content .dropdown-menu li {
  position: relative;
  display: block;
  padding: 0;
  font-family: "Microsoft YaHei";
  vertical-align: baseline;
}
.filter-tag-content .dropdown-menu li a {
  display: block;
  padding: 8px 32px !important;
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  color: #000;
  text-decoration: none;
  letter-spacing: .01em;
  border-radius: 0 0 0 0;
}
.filter-tag-content .dropdown-menu a:hover {
  color: #444;
  background-color: #d7f0f0;
}
.filter-tag-content .dropdown-menu .divider {
  height: 1px;
  padding: 0;
  margin: 4px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* filtertag plugin end */
/* dropdowntree plugin start */
.dropdown-tree {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 28px;
  padding: 0;
  vertical-align: middle;
}
.dropdown-tree .dropdown-tree-text {
  position: relative;
  display: inline-block;
  width: 186px;
  height: 28px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d5d6d7;
}
.dropdown-tree .dropdown-tree-text .tree-title {
  display: inline-block;
  width: 156px;
  overflow: hidden;
  line-height: 25px;
  text-indent: 10px;
     text-overflow: ellipsis;
  white-space: nowrap;

  -o-text-overflow: ellipsis;
}
.dropdown-tree .dropdown-tree-text .dropdown {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #666;
  text-align: center;
  text-decoration: none;
}
.dropdown-tree .dropdown-tree-text .dropdown:hover {
  background-color: #ccc;
}
.dropdown-tree .dropdown-tree-text .dropdown i {
  font-size: 10px;
}
.dropdown-tree .dropdown-tree-area {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 99;
  display: none;
  width: 186px;
  height: 400px;
  min-height: 200px;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  overflow: auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d5d6d7;
  border-top: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.dropdown-tree .input-control {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  margin: 8px auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  outline: 0 none;
  /* float:right; */
}
.dropdown-tree .input-control input {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3px 20px 3px 3px;
  border: medium none;
}
.dropdown-tree .input-control input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-tree .input-control a.search-btn {
  position: absolute;
  top: 4px;
  right: 0;
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.dropdown-tree .input-control a.search-btn i {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 999;
  width: 20px;
  font-size: 14px;
  color: #888;
}
/* dropdowntree plugin end */
/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  border: 0;
  outline: 0;
}
.ui-helper-clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* states and images */
.ui-icon {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Microsoft YaHei", Arial;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Microsoft YaHei", Arial;
  font-size: 1em;
}
.ui-widget-content {
  color: #222;
  /* background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; */
  background-color: #fff;
  border: 1px solid #aaa;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  font-weight: bold;
  color: #222;
  background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
}
.ui-widget-header a {
  color: #222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #555;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  border: 1px solid #d3d3d3;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #212121;
  background-color: #dadada;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: normal;
  color: #212121;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  border: 1px solid #aaa;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  z-index: 99 !important;
  display: block;
  float: left;
  min-width: 150px;
  padding: 2px 0;
  margin: 0;
  list-style: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  float: left;
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
  clear: left;
  zoom: 1;
}
.ui-menu .ui-menu-item a {
  display: block;
  /* background-image:url(../images/sender25.png);
	background-repeat:no-repeat;
	background-position:2px 4px; */
  padding: 5px 10px 5px 25px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
}
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  background-position: 0 0;
  border: 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
.ui-menu {
  display: block;
  float: left;
  padding: 2px 0;
  margin: 0;
  list-style: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  float: left;
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
  clear: left;
  zoom: 1;
}
.ui-menu .ui-menu-item a {
  display: block;
  padding: 5px 10px 5px 30px;
  line-height: 1.5;
  text-decoration: none;
  zoom: 1;
  background-repeat: no-repeat;
  background-position: 2px 4px;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
}
/* ui-rating plugin start */
.ui-rating {
  display: block;
  width: auto;
  margin: 0 10px 10px 0;
  color: #2784a7;
  cursor: pointer;
}
.ui-rating:before,
.ui-rating:after {
  display: table;
  content: "";
}
.ui-rating:after {
  clear: both;
}
.ui-rating ul {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  color: inherit;
  list-style: none;
}
.ui-rating ul:before,
.ui-rating ul:after {
  display: table;
  content: "";
}
.ui-rating ul:after {
  clear: both;
}
.ui-rating ul li {
  position: relative;
  display: block;
  float: left;
  font-family: iconFont;
  font-size: 24px;
  color: inherit;
}
.ui-rating ul li:before {
  content: "\e07c";
}
.ui-rating ul li.rated:before {
  content: "\e07e";
}
.ui-rating ul li.rated.half:before {
  content: "\e07d";
}
.ui-rating ul li.half:before {
  content: "\e07d";
}
.ui-rating .score-hint {
  display: block;
  font-size: 12px;
  color: #1d1d1d;
}
.ui-rating.active ul:hover > li:before {
  content: "\e07e";
}
.ui-rating.active ul li:hover + li:before {
  content: "\e07c" !important;
}
.ui-rating.active ul li:hover:befoui-rating {
  content: "\e07e" !important;
}
.ui-rating.small li {
  font-size: 16px;
}
.ui-rating.small .score-hint {
  margin-top: -5px;
  font-size: 10px;
}
.ui-rating.large li {
  font-size: 36px;
}
.ui-rating.large .score-hint {
  margin-top: 10px;
  font-size: 16px;
}
/* ui-rating plugin end*/


/* modify begin*/

.ui-body-min-with{
	min-width: 660px;
}

.tabs-style-1 {
  height: 40px
}

.tabs-style-1 li {
  height: 37px;
}
.tabs-style-1 li a {
  font-size: 16px;
  padding-top: 1px;
}


.table-head th {
  font-size: 13px;
}
.table-body td {
  font-size: 13px;
}
/* modify end*/

#iframeid{
height: 93%;
}



















