html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
    z-index: 999;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* 新样式 */
a,a:hover{
    text-decoration: none
}
body{
    background: #ecf1f3;
}

/* 导航栏 */
.breadcrumb{
    background-color: #1964d3;
    width: 100%;
    margin: 0 auto;
}
.breadcrumb>li>a{
    color:#fff;
}
.breadcrumb>li>.active{
    color:#999;
}

.wrap .container .site-login>h1{
    text-align: center!important;
}


/* 用户名及密码 */
#loginform-username,#loginform-password{
    background-color: #fff !important;
}
.form-group{
    position:relative;
}
/* 用户名 */
.field-loginform-username>.control-label{
    position: absolute;
    left: 0;
    top: 0;
}
#loginform-username{
    position: absolute;
    right:0;
    top:0;
}
/* 密码 */
.field-loginform-password>.control-label{
    position: absolute;
    left: 0;
    top: 50px;
}
#loginform-password{
    position: absolute;
    right: 0;
    top: 50px;
}
/* 验证码 */
.form-group-lg>.control-label{
    position: absolute;
    left: 0;
    top:100px;
}
#loginform-verifycode {
    position: absolute;
    top: 100px;
    width: 160px;
    left: 12%;
}
.form-group-lg>#loginform-verifycode-image {
    position: absolute;
    top: 85px;
    right: 0;
    margin: 10px 0;
}
/* 直接登陆 */
.field-loginform-rememberme>.checkbox {
    position: absolute;
    left: 28px;
    top: 160px;
}
/* 登陆按钮 */
.form-group button[name=login-button]{
    width: 200px;
    position: absolute;
    top: 230px;
    left: 32%;
    display: block;
    margin: 0 auto;
    background-color: #1964d3;
}
.form-group button:hover{
    background-color: #4490f7;
    border: 1px solid #4490f7;
}


.control-label{
    color:#333;
    margin-top: 10px;
}
/* 提示框 */
.field-loginform-username>.help-block,.field-loginform-password>.help-block{
    position: absolute;
    right: -140px;
}
.field-loginform-username>.help-block{
    top: 0;
}
.field-loginform-password>.help-block{
    top:50px;
}


/* 登录之后页面 */

.col-lg-5{
    float: none;
    margin:0 auto;
}
.form-control{
    width: 88%;
    float: right;
}
/* 想看/评分 */
.breadcrumb>.active{
    color: rgb(211, 195, 195);
}

/* 指标 */

.coffee-group-index>p{
    display: flex;
}
.coffee-group-index>p:first-child .btn-primary{
    flex: 1;
    margin: 10px;
}
.coffee-group-index>p:first-child .btn-primary:link{
    background-color: #1964d3;
    border-color: #2e6da4;
}
.coffee-group-index>p:first-child .btn-primary:visited{
    background-color: #1964d3;
    border-color: #2e6da4;
}
.coffee-group-index>p:first-child .btn-primary:hover{
    background-color: #4284e2;
    border-color: #4284e2;
}
.coffee-group-index>p:first-child .btn-primary:active{
    background-color: #4284e2;
    border-color: #4284e2;
}
/* 检索 */
.form-inline>.text-center>.btn{
    background-color: #1964d3;
}

.form-inline>.text-center>button{
    left: 2%;
    top: 0;
}
.form-inline>.text-center>button[name=export]{
    left: 20%;
}
/* 电影名称 数据日期 */
.field-moviesdatasearch-moviename,.field-moviesdatasearch-data_date{
    margin:0 10px;
}
.field-moviesdatasearch-moviename .control-label,.field-moviesdatasearch-data_date .control-label{
    margin: 10px 10px 0 0;
}

/* 表格 */
.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: 12px;
}
.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: 0;
}
.table-striped > tbody > tr{
    background: #fff !important;
}
tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-striped>thead>tr>th{
    height: 40px;
    background-color: #f4f4f4;
    padding: 8px;
    font-size: 13px;
}
.table-striped > tbody > tr>td{
    height: 40px;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #f6f6f6;
}
#w1{
    padding: 20px 20px 5px 20px;
    background-color: #fff;
}
.table-bordered{
    border: 0;
}

/* 底部 */
.footer{
    width: 100%;
    background-color: #e4e8e9;
    border-top: 1px solid #ddd;
}