.login-layout {
    /*background-color: #e4e6e9;*/
    background: url(/public/dangan/img/banner2.png) no-repeat;
    background-size:100% 100%;
    background-position: center;
    min-height: 800px;
}
/* 顶部样式 */
.header-top{
    height: 40px;
    width: 100%;
    background-color: rgba(68,181,73,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9944B549,endColorstr=#9944B549);
}
.header-top .container{
    width: 1220px;
    margin:0 auto;
    height: 40px;
}
.header-top .container .top-left{
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: left;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.header-top .container .top-right{
    float: right;
    text-align: right;
}
.header-top .container .top-right a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding:0 5px;
    margin-left: 13px;
    color: #fff;
}
.header-top .container .top-right a.icons{
    padding-left: 25px;
    background: url('') no-repeat;
    background-position: left center;
    background-size: 20px;
}
.header-top .container .top-right a.i-help{
    background-image: url(/public/site/images/icon-top3.png);
}
.header-top .container .top-right a.i-collect{
    background-image: url(/public/site/images/icon-top4.png);
}
.label-sm {
    line-height: normal;
}
.header {
    margin: 0 auto;
    padding: 0;
}
.space-6 {
    max-height: none;
}

.btn {
    border-radius: 4px;
}
.btn-group > .btn {
    border-radius: 4px !important;
}
.btn-group > .btn:first-child, .btn-group > .btn:last-child {
    border-radius: 4px;
}
.btn-group > .btn:first-child, .btn-group > .btn:last-child {
    border-radius: 4px;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
}
.modal-dialog {
    padding-top: 10%;
}
.modal-header h4 {
    margin: 0;
}
.modal-header button.close {
    margin-top: -4px;
}
.modal-footer {
    margin-top: 0;
}
.modal-backdrop {
    z-index: auto;
}
.form-group input {
    width: 100%;
}
.navbar{
    z-index: 0;
}
.nav-list>li .submenu>li a>[class*="icon-"]:first-child {
    z-index: 0;
}
input[type=checkbox].ace+.lbl{
    z-index: 0;
}
.input-icon>[class*="icon-"]{
    z-index: 0;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index:0;
}
.ace-settings-container{
    z-index:0;
}
.sidebar.fixed, .sidebar.sidebar-fixed{
    z-index:-1;
}
.breadcrumbs.fixed, .breadcrumbs.breadcrumbs-fixed{
    z-index:0;
}
.nav-list>li.active:after{
    z-index:0;
}
.nav-list>li>.submenu:before{
    z-index:0;
}

/* 搜索通用样式 */
.search-box{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding:12px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.search-btn{
    text-align: right;
}
.search-btn button{
    padding: 4px 16px;
    font-size: 14px;
}
/* 列表样式 */
.table-responsive{
    /*max-height: 600px;*/
    overflow: auto;
}
.table thead tr {
  color: #707070;
  font-weight: normal;
  background: #f2f2f2;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#F8F8F8),to(#F8F8F8));
  background-image: -webkit-linear-gradient(top,#F8F8F8,0%,#F8F8F8,100%);
  background-image: -moz-linear-gradient(top,#F8F8F8 0,#F8F8F8 100%);
  background-image: linear-gradient(to bottom,#F8F8F8 0,#F8F8F8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
}
.table thead tr th{
    border-right:1px solid #ddd;
    white-space:nowrap;
    border-bottom: 1px solid #ddd;
}
.table tbody tr td{
    white-space:nowrap;
}
.table {
    border:1px solid #ddd;
}
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td{
    vertical-align: middle;
}
.table-responsive .btn-group>.btn{
    margin-right: 8px!important;
}

/* 状态筛选 */
.choose-state{
    border:1px solid #DDDDDD;
    border-bottom: 0;
    overflow: hidden;
    background-color: #F8F8F8;
}
.choose-state>a{
    height: 38px;
    line-height: 33px;
    padding:0 15px;
    float: left;
    border-top:2px solid #F8F8F8;
    border-bottom:2px solid #F8F8F8;
    font-size: 14px;
    text-decoration: none;
    color: #777;
}
.choose-state>a:hover{
    color: #4C8FBD;
}
.choose-state>a.active{
    background-color: #fff;
    position: relative;
    border-top-color: #4C8FBD;
    color: #333;
}

/* 登录自定义样式 */
.login-container{
    width: 450px;
}
.login-layout .widget-box {
    background-color: #dddddd;
    padding:0;
    margin-top: 30%;
    border-radius: 5px;
}
.login-layout .widget-box .widget-main {
    padding: 0;
}
.login-layout .widget-box .widget-main form {
    margin: 0;
    padding: 15px 30px;
}
.header.green {
    padding: 12px 20px;
}
.form-control {
    height: 40px;
}
.input-icon.input-icon-right>[class*="icon-"] {
    right: 10px;
    top: 7px;
}
.login-box .toolbar,.forgot-box .toolbar,.signup-box .toolbar{
    background: #87B87F;
    border-top: 1px solid #87B87F;
    padding: 14px 0 15px;
}
.login-box .toolbar>div{
    padding: 0;
}
.login-layout label {
    margin-bottom: 20px;
}
#login-btn.btn,#register-btn.btn{
    padding: 6px 0;
}
.login-layout label {
    margin-bottom: 20px;
}
