﻿.lm-boxHolder {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.commentLoadingContainer {
    display: none;
    width: auto;
    position: fixed;
    bottom: 50%;
    text-align: center;
    z-index: 99;
    left: 50%;
}

    .commentLoadingContainer img {
        width: 95px;
    }

.commentMsg {
    display: none;
    border: 1px solid #77ec5d;
    width: 100%;
    text-align: center;
    background-color: #e3f9de;
    padding: 10px;
    color: #f95692;
    font-weight: bold;
}

.replyCommentcontainer {
    display: none;
    font-size: 14px;
    width: 100%;
    text-align: right;
    padding: 5px;
    background-color: #e0efff;
    border: 1px solid #93c7ff;
    margin-bottom: 5px;
    color: #2273ca;
    padding-right: 15px;
}

    .replyCommentcontainer .closerBtn {
        font-size: 16px;
        float: left;
        position: relative;
        left: 10px;
        top: -2px;
        color: #ff5959;
        font-weight: bold;
        cursor: pointer;
        width: 20px;
        text-align: center;
    }

        .replyCommentcontainer .closerBtn:hover {
            background-color: #ff5959;
            color: #e0efff;
        }

.error {
    color: red;
    font-size: 12px;
}
.newsImage {
    box-shadow: 0px 0px 5px #000000;
    height: 125px;
    width: 160px;
    border-radius:4px;
}
.article-sub {
    text-align: center;
    color: black;
    font-size: small;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxBackImg {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 50px 0;
}

.see-all-btn-type2 {
    font-size: 14px;
    border-radius: 150px;
    background: #e8f0f3;
    text-align: center !important
}

/****************Fixed content******************/
.lmPosParent {
    position: fixed;
    z-index: 9999;
}

.lmRightTop {
    right: 0;
    top: 0;
    margin-top: 70px;
    margin-right: 1px;
}

.lmMiddleTop {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 70px;
}

.lmLeftTop {
    left: 0;
    top: 0;
    margin-top: 70px;
    margin-left: 1px;
}

.lmRightBottom {
    right: 0;
    bottom: 0;
    margin-right: 1px;
}

.lmMiddleBottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.lmLeftBottom {
    left: 0;
    bottom: 0;
    margin-left: 1px;
}

.lmMiddleLeft {
    left: 0;
    margin-left: 1px;
    top: 50%;
    transform: translate(0, -50%);
}

.lmMiddleRight {
    right: 0;
    margin-right: 1px;
    top: 50%;
    transform: translate(0, -50%);
}

/****************Visit Statistic******************/
.detailsBox {
    border-radius: 10px;
    background: white;
    position: relative;
    height: 100%;
    margin-right: 60px;
    margin-left: 15px;
    margin-top: 5px;
}

.visitContainer {
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    width: 95%;
    height: 100%;
    overflow: hidden;
}

.visitClamp {
    z-index: 2;
    border-radius: 10px;
    position: absolute;
    min-height: 40px;
    min-width: 40px;
    transform: rotate(225deg);
    top: 36%;
}

    .visitClamp.lmMiddleLeft {
        margin-left: -10px;
    }

    .visitClamp.lmMiddleRight {
        margin-right: 15px;
    }

.detailsLabel {
    font-weight: bold;
    font-size: 19px;
    margin-right: 5px;
}
