/** 用户管理 样式布局 */

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after {
    content: " ";
    display: table
}

.box-header:after,.box-body:after,.box-footer:after {
    clear: both
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.box-main {
    margin: 0;
    border: 0;
    padding-top: 2px;
    border-radius: 0;
    box-shadow: none
}

.box-main>.box-header {
    border-bottom: 1px solid #eee;
    padding: 12px 10px 2px 15px
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-main>.box-header .box-title {
    font-size: 16px;
    margin-bottom: 13px;
    float: left
}

.box-main>.box-header .box-title .fa {
    font-size: 14px;
    padding-right: 3px;
    margin-top: -2px
}

.box-main>.box-header .box-tools {
    position: relative;
    top: -5px;
    right: 0
}

.box-main>.box-header .box-tools .btn {
    padding: 3px 10px 5px 10px;
    font-size: 14px;
    margin-bottom: 2px
}

.box-main>.box-header .box-tools .btn-box-tool {
    padding: 4px 2px
}

.box-main form>.box-footer,.nav-main form>.box-footer {
    background: #fafafa
}

.box-main form>.box-footer .row,.nav-main form>.box-footer .row {
    margin: 5px 0 5px -25px
}

label{
    font-weight: normal;
}


/** 表单查询条件 */
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

li {
    list-style: none;
}

.time-input {
    display: block;
    width: 100%;
    padding-left: 10px;
    margin-left: 4px;
}

label{
    font-weight: normal;
}

.container-div{
    padding:10px 35px;
    height:100%;
}

.container-div .row{
    height: 100%;
}

.select-info{
    width:100%;
    background: #fff;
    border-radius: 6px;
    margin-top:10px;
    padding-bottom: 20px;
    padding-top: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.select-info{
    position: relative;
}

.select-info .save-btn,.select-info .close-btn{
    width: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.select-info .save-btn{
    right: 50px;
}

.select-info .col-sm-6 .control-label{
    color:#333;
}

.select-list li{
    float:left;
    color:#333;
    margin: 5px 0px 5px 0px;
    width:33%;
}
.select-list li input{
    border:1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width:65%;
}
.select-list li label{
    width: 100px;
}
.select-list li .submit-btn{
    border:0px;
    border-radius: 4px;
    background: transparent;
    outline: none;
    width: 40px;
    height: 23px;
}
.select-list li select{
    border:1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width:65%;
}

.select-list .time input{
    width:65%;
}

.time label,.time span,.time input{
    float:left;
}
.time label{
    margin-top: 5px;
}
.time span{
    display: block;
    margin: 5px 5px;
}
.search-btn{
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
    margin-bottom: 5px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

/*.container-div .row{*/
    /*height: 100%;*/
/*}*/

.search-condition{
    width:100%;
    background: #fff;
    border-radius: 6px;
    padding-bottom: 10px;
    padding-top: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.toolbar{
    padding-bottom: 7px;
}

.order-table .table>thead:first-child>tr:first-child>th{
    color:#333;
}

.tool-div {
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.button-margin {
    margin-right: 5px;
}
.required-sign {
    color: #ff5d38;
}
.image-preview {
    min-width: 0px !important;
    min-height: 0px !important;
    max-width: none !important;
    max-height: none !important;
    width: 110px;
    height: 110px;
    margin-left: -25px;
    margin-top: 1px;
}
.image-preview-out{
    height: 130px;
    width: 135px;
    margin-bottom: -17px;
}
.temOutDiv{
    display: inline-block;
    margin-left: 45px;
    margin-right: 45px
}
.temDiv{
    position: relative;
    display: inline-block;
    box-shadow: 1px 1px 2px 2px #ddd;
}
.temDiv .cover{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: #333;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
}
.temDiv:hover .cover{
    opacity: 0.5;
}
.temDiv .cover button{
    margin-top: 80px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: all 0.3s;
}
.temDiv .cover button:hover{
    background-color: #000;
}
.temImg{
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
}
.unit {
    margin-top: 7px;
    margin-bottom: 1px;
    margin-left: -20px;
    background-color: #FFFFFF;
    color: inherit;
    display: block;
    font-size: 14px;
}
.customH5 {
    position: relative;
    line-height: 32px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 12px 40px;
}
.icon {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    background: url(//pic.qianmi.com/ejz/images/nav_icon_24.png) no-repeat 0 0;
    width: 38px;
    height: 32px;
}
.icon13 {
    background-position: 0 -50px;
}
.icon-span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center!important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: #03a9f3;
    margin: 40px 20px;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
}

.titleInfoBar {background-color:#FFFF99; text-align: center; margin-top: 5px; display:none;}
.titleInfoBarCloseBtn {float: right; width: 15px; height: 15px; padding: 0px; cursor: pointer; font-size: 16px;}