@charset "utf-8";

/* 你自己的样式 */


/* .active{
    color: #148cf1;
    background-color: #FFF;
}
 */

.nickname {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

/*自定义显示字段*/
table.table th,
td {
    white-space: nowrap;
}


.tags {
    /*height: 80px;*/
    padding: 10px 10px;
    border: solid 1px #DDD;
    overflow-y: auto;
}

.tags:hover {
    border: solid 1px #3bb4f2;
}

.tags a {
    display: inline-block;
    padding: 0 16px;
    margin: 5px 6px 5px 0;
    color: #252834;
    border-radius: 4px;
}

.tags a:hover {
    text-decoration: none;
}

.tags .selected {
    background-color: #108ee9;
    color: #fff;
}

.tags li {
    float: left;
    padding: 2px 5px;
    margin: 5px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 2px;
}


/*文件上传*/

.upload-image {
    height: 80px;
    line-height: 80px;
    /*margin-top: -15px;*/
    /*pointer-events: none;*/
}

.img-wrap {
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

#process {
    width: 60px;
    display: none;
    height: 60px;
    z-index: 100;
    position: absolute;
    background: #FFF;
    border: 1px dashed #EEE;
}

#process .process-bar {
    background-color: brown;
    height: 12px;
    width: 100%;
    margin: 0;
    margin-top: 14px;
    border-radius: 3px;
}

#process .process-msg {
    color: #333;
    text-align: center;
    margin: 0;
}

.img-del {
    position: relative;
    top: 40px;
    left: -40px;
    color: red;
    cursor: pointer;
}

.img-list {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}

.tx-l {
    text-align: left!important;
}

/*日期范围选择*/
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 24px;
    width: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}


.daterangepicker .ranges ul {
    width: auto;
}

#dateTimeRange{
    width: 185px;
}

/* end */




.h0 {
    height: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
}

.disabled_btn {
    cursor: not-allowed;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
    pointer-events: none
}

.lang>li>a:hover {
    background-color: #ddd;
}

.showimg img {
    max-width: 150px;
    max-height: 150px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -4px;
    border-left: 0;
}

.disabled{
    background-color: #EBEBE4;
}

.disabled>select{
    background-color: #EBEBE4;
}



/* 图片列表 */
.fenye {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.fenye .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.fenye .pagination>li {
    display: inline;
}

.fenye .pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fenye .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.fenye .pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #5a98de;
    border-color: #ddd;
}

.fenye .pagination>li.active>span {
    color: #fff;
    background-color: #5a98de;
}

.portfolio-area li{
    margin-bottom: 50px;
}

.portfolio-area li .textbox {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    margin-top: 0;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.lb-data .lb-details .lb-number{
    display: none !important;
}

.lb-data .lb-details{
    min-height: 230px;
}
