/* CSS Document */

.pagination {
    margin: auto;
}

#go-orders .data_goods_name div {
    width: 75px;
    overflow: hidden;
}

#report-query .form-report .form-group {
    /*display:inline;

	float:left;*/
}

#report-query .form-report .form-group * {
    white-space: nowrap;
}

#report-query .form-report .form-group label {
    white-space: nowrap;
}

#report-query .form-report .form-group label select {
    margin-top: -4px;
}


/*.form-group {

	display:inline-block;

	width:33%;

}*/

.space-4 {
    display: inline-block;
}

#go-user-modify .form-group,
#go-user-import .form-group,
#go-user-import .space-4 {
    display: inherit;
    /*恢复默认样式或上一级样式*/
    width: inherit;
}

#text_input {
    width: 500px;
    height: 200px;
}

.report_btn {
    text-align: center;
}

select {
    height: 29px;
}


/*
#go-orders-append #table_form .form-group,
#go-orders-modify #table_form .form-group
 {
    float: left;
    width: 50%;
}*/


/************************** NEW ****************************/

.br {
    background: #fae44a;
    width: 100%;
    height: 20px;
    margin: 2px 0;
}

/* 登录界面 */
.no-bottom-line {
	border-bottom: 0px;
}

.login-layout {
   /* background-color: #fff;*/
}


.clearfloat {
    float: none;
    margin: 0 auto;
}

/* 登录框部分 */

.login-content .lc-right {
    position: absolute;
    right: 110px;
    top: 70px;
    z-index: 10;
}

.lc-frame {
    width: 350px;
    height: 360px;
    background: #fff;
}

.lc-tab-title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 5px;
}

.lc-tab-title > div {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #747474;
    text-align: center;
    cursor: pointer;
}

/*.lc-tab-title > div.curr, .lc-tab-title > div:hover {
    color: #bc1a27;
}*/

.lc-tab-title > em.lc-tab-line {
    position: absolute;
    left: 50%;
    top: 5px;
    display: block;
    height: 40px;
    width: 1px;
    border-left: 1px solid #eeeeee;
}

.lc-login {
    clear: both;
    padding: 30px 20px 30px 20px;
}

.form-input > div {
    position: relative;
    height: 65px;
}

.form-input > div > input {
    width: 100%;
    height: 43px;
    padding-left: 53px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
}

.form-input > div > em {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    display: block;
    width: 46px;
    height: 43px;
    background: #eee;
    font-size: 20px;
    text-align: center;
    line-height: 43px;
}

#form-btn, #forget-btn {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    font-size: 17px;
    background: #ff6537;
}

#forget-btn {
    background: #909090;
}

.form-label > div {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #4e4e4e;
}

.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}


/* 尾部 */
.footer {
	 background: #f8f8f8 none repeat scroll 0 0;
}

.foot-content {
	height: 200px;
    background: #f8f8f8;
}

.foot-con {
    float: left;
    width: 193px;
    margin-left: 16px;
    padding-top: 55px;
}

.foot-con li.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
}

.foot-con li {
    height: 25px;
    list-style: none;
}

.foot-line {
    border-left: 1px solid #ccc;
    width: 80px;
    height: 100px;
    float: left;
    margin-top: 55px;
}

.foot-font {
    float: left;
    padding-top: 30px;
    line-height: 24px;
}

.foot-font li {
	list-style: none;
}

.foot-phone {
    font-size: 24px;
    font-weight: 700;
    color: #ff7300;
}

.foot-end {
    text-align: center;
    padding-top: 40px;
    height: 90px;
}

.foot-end span {
    width: 10px;
    display: inline-block;
}

.foot-end .foot-copy {
    margin-top: 10px;
    font-family: Arial !important;
    color: #979797;
}

.login-layout
{

    background: transparent;
}
.login-container {
/*    float: right;*/
     margin: 1% auto;
    width: 375px;
}
.login-layout .navbar{
    background: transparent;
}
.login-layout main.login-content{
 /*margin-top: 149px;*/
    padding-bottom: 60px;
    /*padding-top: 60px;*/
}
.login-layout main.login-content .container{
    /*background-image: url("../../skin/images/login/bg.jpg");*/
    background-position: center center;
    background-size: cover;min-height: 400px;
   

}
.login-layout .widget-box{
    background-color: #f60;
}

.login-box .toolbar {
  background: #f80 none repeat scroll 0 0;
  border-top: 2px solid #f70;
}
#quick_add input[type=text]{
    width: 100%;

    }