/*
 * font
 */
html * {
    /*  -webkit-font-smoothing: antialiased;*/
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;

}
a{
    cursor: pointer;
}

/*login*/
#login{
    background-color: #f5f5f5;
    height: 100%;

    /*background: url("../img/2.png") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.company{
    color: #999999;
}
.passwordS-margin-bottom{
    margin-bottom: 4%;
}
#login button,#wrapper .btn,#wrapper button{
    outline:none;
}
.margin-top{
    padding-top: 6%;
}
.login-cont{
    margin: 10px auto;
    padding: 20px 30px 40px 30px;
}
.login-logo{
    margin-top: 2%;
}
#registered{
    margin-top: -3%;
}
#login .input-group-addon{
    color: #b6b6b6;
   }
.visible {
    display: block !important;
}
.visible .form-control{
    height: 52px;
}
.visible .btn{
    padding: 16px;
    font-size: 16px;
}
.visible .form-control-feedback {
    line-height:48px;
}
.checkbox-p{
    overflow: hidden;
    margin: 10px 0;
}
.checkbox-p p{
    margin-top: 10px;
}
.p-a{
    margin-top: 30px;
}
.p-a1{
    margin-bottom: 20px;
}
#login-one,
#forgot,#code,#resetPassword,#passwordS,#registered,#registeredS{
    display: none;

}
.forgot-input{
    margin-top: 15px;
    margin-right: 0;
}

.forgot-input .form-control-feedback{
    position: absolute;
    right: 15px;
}
.forgot-input .btn{
    padding: 13px;
}
.code .col-md-4{
    background-color: white;
    padding: 20px;
}
.input-group .input-group-btn .btn{
    height: 52px;
    border-color: #ccc;
    border-right: none;

}
.home .row img{
    margin-top:16%;
    margin-bottom: 6%;
}
.home .text-center a{
    margin-top: 3%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}
/* city*/
.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    width:100% !important;
    height: 52px  !important;
    line-height: 42px !important;
    padding: 5px !important;
  display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.city-picker-span > .placeholder {
    color: #aaa;
    padding-left: 10px;
   font-size: 14px;
}

.city-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
}

/*.city-picker-span.focus,*/
/*.city-picker-span.open {*/
    /*border-bottom-color: #46A4FF;*/
/*}*/

.city-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.city-picker-span > .title > span {
    color: #333;
    padding:10px;
    border-radius: 3px;
    font-size: 14px;
}

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    width: 315px !important;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;

    margin-bottom: 20px;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 14px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46A4FF;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 2px;
}



/*end*/

/*backstage admin*/
.nav-cont .logo{
    line-height: 50px;
    font-size: 16px;
    color: white;
}
.navbar .nav-cont .company-top{
    margin-right: 2%;
}
.nav-bg{
   background-color: #1aa97d;
}
.nav-bg p{
    line-height: 50px;
    color: #c8ece6;
    margin-bottom: 0;
}
.nav-bg p a{
    color:#c8ece6;
}
.nav-cont .btn-success{
    background:rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.34);
}


.edit-a td a{
    margin-right: 20px;
}
.edit-a td a:hover{
    text-decoration:underline
}

.nav-style>li.active>a, .nav-style>li.active>a:focus, .nav-style>li.active>a:hover{
    background-color: #e9e9e9;
    color:#1ab394;
}
.nav-style > li.active{
    border: 0;
    background: none;
}
.nav-style > li > a{
    color: #676a6c;
}
.wrapper select.input-sm{
    line-height:34px;
    height:34px;
}
.wrapper .list_btn a,.wrapper .tooltip-demo .btn{
    margin-right:10px;
}
.qrcode-name{
    padding-top: 2px;
}
.batch_h3 .Variety{
    color: #1ab394;
    font-size: 16px;
}
.batch_h3 small{
    font-size: 14px;
    margin-left:2%;
    color: #333333;
}
.batch_h3 .code{
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.plus_batch .btn{
    margin: 0;
}
.form-group .nav{
    padding-left: 15px;
}
.form-group .nav-tabs > li.active > a,.form-group  .nav-tabs > li.active > a:hover,.form-group .nav-tabs > li.active > a:focus{
    color: #1ab394;
}


.spinner {
    width: 60px;
    height: 60px;

    position: relative;
    margin:auto;
}

.spinner .double-bounce1,.spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color:#1ab394;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.seed-font tr{
    color: #222222;
    font-size: 14px;

}
.seed-font .panel-heading{
    font-size: 20px;
    font-weight: bold;
}
.seed-font .min-width{
    width:150px;
  }
.seed-font .description{
    font-size: 16px;
}
.row .col-padding{
    padding-right: 0;
}
.row .col-padding2{
    margin-left: -1px;
    padding-left: 0;
}
.row .col-padding .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.row .col-padding2 .input-group .form-control:first-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.login-cont .input-group .input-group-btn .btn{
    line-height: 36px;
}

.batch_h3 .info-text{
  margin-top: 10px;
    line-height: 18px;
    font-weight:400;
    color: #666666;
}
.batch_h3 .info-text2{
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
}
.home .qr_code{
    margin-top: 6%;
}
.home .qr_code .text-center .img-responsive{
   width:80px;
    height:80px;
    margin: auto;
    margin-top: 26%;
    border:1px solid white;
}
.company{
    padding-top: 2%;
}
.login_top{
    padding-top: 2%;
    padding-right: 2%;
}
.login_top a{
    color:#000000;
    padding-right: 10px;
    padding-left: 10px;
}

.login_top  a:hover,
.login_top  a:focus,
.login_top .text_color{
    color: #1ab394;
}

.login_top .text_color:hover,
.login_top .text_color:focus{
    color: #17856a;
}

.home .row_height{
    padding-top:8%;
}