body{
  font-family: Arial,Helvetica,sans-serif,'PingFangSC-Regular','MS Yahei','MS heiti','STHeiti','WenQuan Yi MicroHei';
}
.ng-cloak{
  display:none;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin-top: 1000px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin-top: 10px;
  text-align: center;
}

.content{
    margin-top: 50px;
    height: 100%;
    margin-bottom: 50px;
}

.left-panels{
    margin-right: 10px;
    margin-right: 10px;
}

.right-panels{
  margin-left: 10px;
}

.project-panels{
  margin-top: 50px;
}
.page-title{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.setting-title-large{
	font-size: 20px;
	font-weight: bold;
	padding-left: 2px;
  margin-bottom: 2px;
}
.setting-title-small{
	font-size: 15px;
	font-weight: bold;
  margin-bottom: 4px;
	padding-left: 2px;
}

.signup_error{
	font-size: 20 px;
	text-align: center;
	color: red;
}

.error{
  font-size: 30 px;
  text-align: center;
  color: red;  
}

.section-title{
  margin-bottom: 20px;
}
.desc {
  font-size:15px;
  text-align:center;
  font-weight:bold;
}
.summary{
  text-indent: 2em;
  font-size:16px;
  margin-bottom: 20px;
}

#signupForm .input-group {
    margin-bottom: 20px;
}


.input-group-addon .icon-2x {
    width: 28px;
    min-width: 28px;
    display: inline-block;
}

.inline-block > li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

/* Sidebar navigation */

.wrapper {
    margin-left: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.wrapper.toggled {
    margin-left: 0;
}

.sidebar-wrapper {
    position: absolute;
    left: 300px;
    top: 120px;
    height: 100%;
    margin-left: -300px;
    margin-bottom: 30px;
    overflow-y: auto;
    width: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.wrapper.toggled .sidebar-wrapper {
    width: 0px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    list-style: none;
}

.panel-collapse ul li{
    padding-left: 15px;
    padding-top: 10px;
}

.toggle-button  {
    margin-left: -30px;
    margin-top: -15px;
}
.glyphicon { 
    margin-right:10px; 
}

#totop{ 

  display:block;  
  
  width:60px; 
  
  height:60px;
  
  position:fixed;  
  
  bottom:50px;  
  
  right:40px; 
  
  border-radius:10px 10px 10px 10px;   
  
  text-decoration:none;  
  
  display:none;  
  
  background-color:none;     

}

.table th{
  white-space: nowrap;
}
/*biao tou yangshi*/
.table thead{
  background-color:#337ab7;
}

table.table tr td,table.table tr th{
  vertical-align: middle;
}

.select-menu{
  position: relative;
}
.select-menu > div{
  position: absolute;
  display: none;
  z-index: 2;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc ;
  width: 400px;
}
.select-menu-content {
  width:100%;
  padding: 10px 0px;
  height: 150px;
  overflow: auto;
}
.select-menu:hover > div{
  display: block;
}
.select-menu > div label span{
  padding: 5px 20px;
}
.select-menu > div label span:before{
  content: "·"
}
.select-menu > div label input{
  display: none;
}
.select-menu > div label input:checked + span{
  background-color: #ddd;
  border: 1px solid #bbb;
}
.select-menu > div.right {
  right: 0px;
}

.hide-input{
  background:none;
  border:1px solid rgba(0,0,0,0);
  max-width: 100px;
}
.hide-input:hover{
  border:1px solid #000;
}
.input-small{
  max-width: 80px;
}
a.hover-show{
  position: relative;
}
.hover-show-div{
  z-index: 2;
  padding: 10px 5px;
  border: 1px #ddd solid;
  width: 500px;
  background-color: #555;
  color: #fff;
  cursor: default;
  display: none;
  position: absolute;
}

.hover-show-div.short{
  right: 0px;
  width: 250px;
}
.hover-show-div.right{
  right: 0px;
}
.hover-show-div.middle{
  left: -250px;
}
.hover-show-div.wordbreak{
  left: -150px;
  width: 400px;
  word-break: break-all;
  word-wrap: break-word;
}
.hover-show-div .table{
  background-color: #555;
  color: #fff;
}
a:hover > .hover-show-div{
  display: block;
}
.full-width{
  width: 100%;
}
textarea.full-width{
  height: 100px;
}
.disable-div{
  position: absolute;height: 100%;width: 100%;z-index: 2;top:0;left: 0:;background: rgba(0,0,0,.2);color:#fff;
}
.position-relative{
  position:relative;
}
label.normal-label{
  font-weight: normal;
  cursor: pointer;
}
/*sou suo kuang*/
.input-group-btn .btn-default{
  background-color: #337ab7;
}


/*kong zhi ye mian da xiao start */
/*>=1025*/
      @media screen and (min-width: 1025px) { 
        .navbar-brand{font-size:14px;}                                              /*base.html*/
        .collapse .navbar-right li  a{font-size:10px;}                            /*base.html*/
        .glyphicon,.nav li a{font-size: 14px;border-radius: 12px;}        /*clinet/index.html*/
        .col-xs-12{width:33.3333%;}                                                   /*clinet/index.html*/
        .fei{width:50%;}                                                                   /*clinet/index.html*/
        .table thead th{font-size: 12px;}
        .table tr td{font-size: 12px;}
        .panel-primary{font-size: 12px;}
        .btn{border-radius: 12px;}
        h4,h4 a{
          font-size:14px;
        }
        h3{
          font-size: 18px;
        }
} 

/*<1024*/
      @media screen and (max-width: 1024px) { 
          .navbar-brand{font-size:12px;}
          .collapse .navbar-right li  a{font-size:9px;}
          .glyphicon,.nav li a{font-size: 12px;border-radius: 12px;}
          .col-xs-12{width:33.3333%;}
          .fei{width:50%;}
          .table thead th{font-size: 10px;}
          .table tr td{font-size: 10px;}
          .btn{border-radius: 12px;}
          .panel-primary{font-size: 10px;}
          h4,h4 a{
          font-size:12px;
        }
        h3{
          font-size: 16px;
        }
}

/*<900*/
      @media screen and (max-width: 900px) {
        .navbar-brand{font-size: 10px;}
        .collapse .navbar-right li  a{font-size:8px;}
        .glyphicon,.nav li a{font-size: 14px;border-radius: 12px;}
        /*.col-xs-12{width:33.3333%;}*/
        .fei{width:50%;}
        .table thead th{font-size: 8px;}
        .table tr td{font-size: 8px;}
        .btn{border-radius: 10px;}
        .panel-primary{font-size: 8px;}
        h4,h4 a{
          font-size:10px;
        }
        h3{
          font-size: 15px;
        }
} 

/*phone*/
      @media screen and (max-width: 760px) {
/*      .navbar-brand{font-size: 7px;}
      .navbar-toggle{
        display:none;
      }*/
      .glyphicon,.nav li a{font-size: 7px;}
      /*.col-xs-12{width:33.33%;}*/
      .fei{width:50%;}
      .table thead th{font-size: 7px;}
      .table tr td{font-size: 7px;}
      h4,h4 a{
        font-size: 10px;
      }
      h3{
        font-size:14px;
      }
      .panel-primary{font-size:8px;}
    }

/*kong zhi ye mian da xiao end*/

/*base.html 界面*/

.page-wrapper {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    background: #fff;
}

ul {
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.side-menu {
    font-size: 14px;
    position:fixed;
    width:220px;
    overflow-y:auto;
    left:0px;
    top:0px;
    height: 100%;
    background-color:#363636; 
}

.side-menu ul li a{
  color:#fff;
}

.main-content {
    background: #fff;
    position: absolute;
    top: 55px;
    right: 10px;
    bottom: 0;
    left: 225px;
    transition: left .3s;
    margin-left: 10px;
}

table thead tr th{
  color:white;
}
