/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/



/* Body and structure
-------------------------------------------------- */

body {
  padding-top: 0px;
  position: relative;
  background:#eaedfe;
}

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}



/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 5px;
  color: #888;
  text-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  	text-decoration: none;
  	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  
  background: #1b4b7b; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #1b4b7b 0%, #d0f9ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1b4b7b), color-stop(100%,#d0f9ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #1b4b7b 0%,#d0f9ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #1b4b7b 0%,#d0f9ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #1b4b7b 0%,#d0f9ff 100%); /* IE10+ */
  background: linear-gradient(45deg,  #1b4b7b 0%,#d0f9ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b7b', endColorstr='#d0f9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 	 -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Download button */
.masthead .btn {
  padding: 10px 10px;
  font-size: 24px;
  font-weight: 200;
  font-family: SimHei;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}


/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
  opacity: .4;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {

  .jumbotron:after {
    background-size: 150px 150px;
  }

}

/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 15px 5px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -2px;
  font-family: 黑体;
}
.masthead p {
  font-size: 30px;
  font-weight: 200;
  line-height: 1.25;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}

/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
  padding: 2px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

/* Quick links on Home */
.bs-docs-social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}

/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}



/* Marketing section of Overview
-------------------------------------------------- */

.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 60px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #999;
}
.marketing-img {
  display: block;
  margin: 0 auto 30px;
  max-height: 145px;
}



/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 5px 0;
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}



/*Spaceial homepage row*/

  .row-list {
    width: 100%;
    *zoom: 1;
  }
  .row-list:before,
  .row-list:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-list:after {
    clear: both;
  }
  .row-list [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-list [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-list .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-list .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-list .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-list .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-list .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-list .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-list .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-list .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-list .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-list .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-list .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-list .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-list .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-list .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-list .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-list .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-list .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-list .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-list .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-list .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-list .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-list .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-list .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-list .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-list .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-list .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-list .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-list .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-list .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-list .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-list .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-list .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-list .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-list .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-list .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-list .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-list .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  

/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid [class*="span"]:hover {
  background-color: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}



/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px;
}
.mini-layout {
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}



/* Download page
-------------------------------------------------- */

.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites {
  xmargin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}


/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Example page
------------------------- */
.bootstrap-examples h4 {
  margin: 10px 0 5px;
}
.bootstrap-examples p {
  font-size: 13px;
  line-height: 18px;
}
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}



/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 39px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example .after {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.bs-docs-example .control {
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  
}



/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
     -moz-border-radius: 0 4px 0 4px;
          border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}

/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}

/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

/* Dropdowns */
.bs-docs-example-submenus {
  min-height: 180px;
}
.bs-docs-example-submenus > .pull-left + .pull-left {
  margin-left: 20px;
}
.bs-docs-example-submenus .dropup > .dropdown-menu,
.bs-docs-example-submenus .dropdown > .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 5px;
  *width: 180px;
}



/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}



/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}







.bs-prov-sidenav {
  margin: 1px 0 0;
  padding: 0;
  background-color: #fff;
  
}
.bs-prov-sidenav > li {
  display: block;
  margin: 0 0 -1px;
  padding: 6px 4px;
  border: 1px solid #e5e5e5;
  cursor:pointer;
}
.bs-prov-sidenav > li:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-prov-sidenav > li:last-child  {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.bs-prov-sidenav > li:hover {
  background-color: #e5e5f5;
}




/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    top:120px;
    position:fixed;
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

@media  (min-width: 981px) and (max-width: 1199px) {
	
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    top:100px;
    position:fixed;
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
  
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 218px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Examples: dropdowns */
  .bs-docs-example-submenus > .pull-left {
    float: none;
    clear: both;
  }
  .bs-docs-example-submenus > .pull-left,
  .bs-docs-example-submenus > .pull-left + .pull-left {
    margin-left: 0;
  }
  .bs-docs-example-submenus p {
    margin-bottom: 0;
  }
  .bs-docs-example-submenus .dropup > .dropdown-menu,
  .bs-docs-example-submenus .dropdown > .dropdown-menu {
    margin-bottom: 10px;
    float: none;
    max-width: 180px;
  }

  /* Examples: modal */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* my css*/

#loginform{display: none;}
#logininfo{
	color:white;
	line-height:20px;
	font-size:12px;
	padding:5px;
}

.text-light{
	color:#fcc;
}
.text-light:hover {
	color:white;
}



.normaltd{
	text-align: center;
}

.pagerbar{
	  padding:10px;
	  
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
	  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	  border-top: none;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	  text-align: right;
}

.mylabel{
	color:black;
}

.listth{
	min-width:70px;
}

#maincontainer{
	margin:5px;
	padding-top:10px;
	padding-bottom:60px;
}


#viewtipstable{
	width:400px;
}

#loading{
	display:inline;
	float:right;
	width:50%;
	margin:0px;
	
}

.mylistbtn{
	font-size:16px;
	font-weight:bold;
}


.myselectrow{
	background-color: #ffffcc;
}

.mypaddingdiv{
	padding:8px;
}
.hiddendiv{
	display:none;
}

.sortslabel {
  padding: 0px 8px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.controls textarea{
	height:80px;
}


.tiplayer {
            padding-right: 5px;
            padding-left: 5px;
            z-index: 2000;
            position: absolute;
            min-height: 1em;
            background: #000;
            max-width: 250px;
            padding-bottom: 5px;
            font: 12px 'Microsoft YaHei',Arial,宋体,Tahoma,Sans-Serif;
            color: #fff;
            padding-top: 5px;
            
            text-align: left;
            word-wrap: break-word;
            -moz-border-radius: 3px;
            -khtml-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-size:14px;
            font-weight:bold;
        }
        
#mainmap{
	padding:6px 0;
}

.btn-prov{
}

.btn-station{
	cursor: pointer;
}

.selectlabel{
	font-size:14px;
}



.navbar-inneruser {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inneruser:before,
.navbar-inneruser:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inneruser:after {
  clear: both;
}

.mydlg{
	width:50%;
}

.sttitle{
	color:#fff;
	font-weight: bold;
	margin-right:70px;
	margin-top:8px;
}

.gistablecontent{
	padding:20px 7px;
	text-algin:center;
}
.gislisttable{
    width:100%;
}

.gislisttable td{
    height:31px;
}


table.gislisttable{
    border:1px solid #cad9ea;
    color:#666;
}
table.gislisttable th {
    background-image: url(gis/th_bk.gif);
    background-repeat:repeat-x;
    height:35px;
}
table.gislisttable tr{
	background-color: #396795;
}

table.gislisttable tr:hover{
	background-color: #ffff88;
}

table.gislisttable tr:hover td{
	color:#000;
}

table.gislisttable td,table.gislisttable th{
    border:1px solid #557aa0;
    padding:0 1em 0;
    color:#fff;
}


table.gislisttable a{
   color:#fff;
}


#stholder{
	
}


.stationmenu{
	background-image: url(gis/linor_bk.gif);
    background-repeat:repeat-x;
    padding:0px;
    height:36px;
 }
 
 .gisbtnul{
 	list-style:none;
  }
 .gisbtnul li{float:left; height:36px;line-height:36px;text-align:center;cursor: pointer;}
 
 
 .gisbtnul li.selmenu{
 	background-image: url(gis/lisel_bk.gif);
    background-repeat:repeat-x;
 	color:#fff;
 	font-weight: bold;
 	width:80px;
 }
 
 .gisbtnul li.spitline{
 	background-image: url(gis/lispit_bk.gif);
    background-repeat:repeat-x;
 	color:#fff;
 	width:2px;
 }
 
 .gisbtnul li.normenu{
 	color:#000;
 	width:80px;
 	font-weight: bold;
 }
 
 .mylisttitle{
 	padding-left:600px;
 	padding-bottom:10px;
 }
 
 
 /*首页相关*/
 
 .myheader{
	 position:absolute;
	 top:0;
	 width:100%;
	 height:71px;
	 background: url(../img/gis/topback.png) repeat-x center top;
	 text-align:left;
	 z-index:2;
	}
	
	.myheader .img{
		 background: url(../img/gis/top.png) no-repeat left top;
		 height:131px;
	}
	
	.myheader .img .menu{
		 float:right;
		 text-align:right;
		 margin-top:80px;
		 margin-right:10px;
		 width:200px;
	}
	

.myheader2{
	 position:absolute;
	 top:0;
	 width:100%;
	 height:36px;
	 text-align:left;
	 z-index:2;
}
	
.myheader2 .img-left{
		 background: url(../img/gis/top3.png) no-repeat left top;
		 height:87px;
		 width:550px;
		 float:left;
}

.myheader2 .img-right{
		 background: url(../img/gis/top3x.png) no-repeat left top;
		 height:87px;
		 margin-left:550px;
}

.myheader2 .img-right .row76px{
	height:43px;
}

.myheader2 .img-right .row25px{
	height:25px;
}

	
.img-right .row .img .menu{
		 float:right;
		 text-align:right;
		 margin-right:100px;
		 margin-top:20px;
		 width:200px;
}



	
		
	.middle{
	 position: absolute!important;
	 top:35px!important;
	 height:auto!important;
	 
	 position: relative;
	 top:-35px;
	 height:100%;
	  
	 bottom:25px;
	 width:100%;
	 
	
	 overflow-y:auto;
	 overflow-x:hidden;
	 
	 z-index:1;
	}
	.myfooter{
	 position:absolute;
	 bottom:0;
	 width:100%;
	 background: url(../img/gis/footback.png) repeat-x center 32px;
	 line-height:100px;
	 text-align:center;
	 z-index:2;
	}
	
	.myfooter .mymenu{
		margin:0 auto;
		width:100%;
		height:62px;
		text-align:center;
		font-weight:bold;
	}
	
	.myfooter .info{
		margin:0 auto;
		width:100%;
		height:72px;
		background: url(../img/gis/foot.png) no-repeat center -32px;
		text-align:center;
		line-height:20px;
		font-size:12px;
		color:#ccc;
		
	}
	
	.myfooter .mymenu .rootmenu {
		margin: 0px auto;
		padding: 0px;
		font-size: 12px;
		color: #FFF;
		line-height: 62px;
		white-space: nowrap;
		width:900px;
	}
	
	.myfooter .mymenu .rootmenu .mitem{
		list-style-type: none;
		width:118px; 
		height:62px;
		line-height:62px;
		float:left; 
		text-align:center;
		background: url(../img/gis/menubk.png) no-repeat center top;
	}
	
	.myfooter .mymenu .rootmenu .mitem:hover{
		
		background: url(../img/gis/menuhover.png) no-repeat center top;
	}
	
	.myfooter .mymenu .rootmenu .mstart{
		list-style-type: none;
		width:35px; 
		height:62px;
		line-height:62px;
		float:left; 
		text-align:center;
		background: url(../img/gis/menustart.png) no-repeat center top;
	}
	
	.myfooter .mymenu .rootmenu .mend{
		list-style-type: none;
		width:35px; 
		height:62px;
		line-height:62px;
		float:left; 
		text-align:center;
		background: url(../img/gis/menuend.png) no-repeat center top;
	}
	
	.myfooter .mymenu .rootmenu .mcenter{
		list-style-type: none;
		width:42px; 
		height:62px;
		line-height:62px;
		float:left; 
		text-align:center;
		background: url(../img/gis/menucenter.png) no-repeat center top;
	}
	
	.myfooter .mymenu .rootmenu .mitem li a{
		color:#000;
	}
	
	.myfooter .mymenu .rootmenu .mitem a{
		color:#fff;
	}
	
	.myfooter .mymenu .rootmenu .mitem a:hover{
		color:#fff;
	}
	

	.middle .main {
	 
	 position: absolute!important;
	 top:0px!important;
	 height:auto!important;
	 
	 position: relative;
	 top:0px; 
	 height:100%;
	 
	 width:100%;
	 
	 bottom:0px;
	  
	 background:#eee;
	 overflow-y:auto;
	 overflow-x:hidden;
	}
	
	
	#divSideContent
     {
            position: fixed;
            top: 50%;
            right:0px;
            width: 264px;
            height: 570px;
            margin-right: 0px;
            margin-bottom:0px;
            margin-top:-310px;
            padding: 0px;
            border: 0px;
            z-index: 1;
     }
	
	#divSideContent .rmenu_main{
		width:108px;
		float:right;
	}
	
	#divSideContent .rmenu_child{
		width:156px;
		height:483px;
		float:right;
		margin-top:55px;
		background: url(admin/child.png) no-repeat center center;
		color:white;
		display:none;
	}
	
	#divSideContent .rmenu_bt{
		width: 28px;
        height: 570px;
        background: url(admin/rmenu_1.png) no-repeat center center;
        cursor: pointer;
        float:right;
	}
	
	
	#divSideContent .rmenu_body{
		width: 80px;
        height: 570px;
        background: url(admin/rmenu_2.png) no-repeat center center;
        float:right;
        display:none;
        color:white;
        font-size:12px;
	}
	
	#divSideContent .rmenu_body .mhead{
		padding-top:10px;
		height:50px;
		text-align:center;
		line-height:45px;
	}
	
	#divSideContent .rmenu_body .mbody{
		height:426px;
		text-align:center;
		padding:0px;
		margin:0px;
		overflow:hidden;
	}
	
	
	#divSideContent .rmenu_body .mup{
		height:22px;
		text-align:center;
		cursor: pointer;
		background: url(admin/up0.png) no-repeat center center;
		padding:0px;
		margin:0px;
	}
	#divSideContent .rmenu_body .mup:hover{
		background: url(admin/up1.png) no-repeat center center;
	}
	
	#divSideContent .rmenu_body .mdown{
		height:22px;
		text-align:center;
		cursor: pointer;
		background: url(admin/down0.png) no-repeat center center;
		padding:0px;
		margin:0px;
	}
	#divSideContent .rmenu_body .mdown:hover{
		background: url(admin/down1.png) no-repeat center center;
	}
	
	#divSideContent .rmenu_body .mbody .menuimg{
		margin:4px;
		width:64px;
		height:53px;
		border:0px;
		cursor: pointer;
	}
	
	#divSideContent .rmenu_body .mbody .menuimg:hover{
		border: 1px solid #cfc;
	}
	
	
	#divSideContent .rmenu_child .childtitle{
		font-weight:bold;
		color:white;
		margin-top:10px;
		line-height:50px;
		text-align:center;
	}
	
	
 	.draweare{
 		height:180px;
 	}
 	.drawnaieare{
 		height:308px;
 	}
 	
 	.selectpro{
 		width:120px;
 	}
 	
 	.ctlhr{
 		margin:2px;
 	}
 	
 	.bold{
 		font-weight:bold;
 	}
 
 
 
 
 .leftboxmenu{
 	position: absolute;
 	width:31px;
 	float:left;
 	margin-left:-5px;
 	top:10%;
 	z-index:100;
 	
 }
 
 .leftboxmenu .menuitem{
 	width:100%;
 	height:100px;
 	padding-left:5px;
 	padding-top:0px;
 	background: url(img/leftitem2.png) no-repeat left center;
 	color:#000;
 	line-height:17px;
 	font-weight: bold;
 	cursor: pointer;
 }
 
 .leftboxmenu .selectitem{
 	background: url(img/leftitem1.png) no-repeat left center;
 	color:#fff;
 }
 
 .rowmbox{
 	margin-left:40px;
 	width:95%;
 }
 
 .dotborder{
 	border-bottom:1px dotted #ccc;
 }
 .whitebk{
 	background:#efe;
 }
 .paddingb2px{
 	padding-bottom:4px;
 	padding-top:4px;
 }
 .paddinglr2px{
 	padding-left:2px;
 	padding-right:2px;
 }
 
 .valcol{
 	background:#efe;
 	color:green;
 	font-weight: bold;
 }
 
 .windlinehei{
 	line-height:20px;
 }
 
 
 .fourbox-docs {
  position: relative;
  margin: 0px;
  padding: 39px 19px 14px;
  *padding-top: 39px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.fourbox-docs .after {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.fourbox-docs .control {
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  
}

#fourmaincontainer{
	width:100%;
}

.drawfourarea{
	height:240px;
}
.boxareali{
	text-align:center;
}
.fourshowtable{
	width:98%;
	margin:0px auto;
}
.fourshowtable td{
	padding:2px;
	
}

.fourboxvalign{
	position: absolute; 
	top: 50%; 
	margin-top:-310px;
	text-align:center;
}

.modal-overflow .editcontent{
	overflow: hidden;
}


.esriLargeSliderVertical{
	margin-top:70px;
}

.headtitle{
	width:400px;
	margin-left:45px;
	margin-top:20px;
}

.headtitle h1{
	font-size:24px;
	color:#eef;
	margin:0px;
	padding:0px;
	font-family: "黑体";
	line-height:28px;
	text-shadow:2px 2px 1px #000;
}

.headtitle h2{
	font-size:12px;
	color:#eef;
	margin:0px;
	padding:0px;
	font-family: Menlo, Monaco, "Courier New", monospace;
	line-height:20px;
	text-shadow:1px 1px 1px #000;
}

.btn-draw{
	width:50px;
}



/*曲线绘制页面样式*/

.drawBox{
	min-height:300px;
	border: 1px solid #eee;
}

.graphBox{
	width:100%;
	height:300px;
}

.seachformdiv{
	padding:10px;
	display:none;
	min-height:300px;
	color:white;
}

.logslist{
	padding:10px;
	display:none;
	min-height:300px;
	color:white;
}
.logslist p{
	color:white;
}

.myinfocontent{}

.myinfocontent p{
	font-size:1.2em;
	line-height:1.5em;
	padding:0px 0px;
	text-indent:24px;
}



.btn-primary2.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary2 {
  color: #ffffff;
  font-family: SimHei;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58709b;
  *background-color: #4f6586;
  background-image: -moz-linear-gradient(top, #8fc5f6, #4f6586);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fc5f6), to(#4f6586));
  background-image: -webkit-linear-gradient(top, #8fc5f6, #4f6586);
  background-image: -o-linear-gradient(top, #8fc5f6, #4f6586);
  background-image: linear-gradient(to bottom, #8fc5f6, #4f6586);
  background-repeat: repeat-x;
  border-color: #4f6586 #4f6586 #2f3546;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8fc5f6', endColorstr='#ff4f6586', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active,
.btn-primary2.disabled,
.btn-primary2[disabled] {
  color: #ffffff;
  background-color: #4f6586;
  *background-color: #4f6586;
}

.btn-primary2:active,
.btn-primary2.active {
  background-color: #58709b \9;
}
