﻿.article-list {
    margin-top: 30px;
}

    .article-list .item {
        border: 1px solid #ccc;
        border-bottom-width: 5px;
        padding: 5px;
        margin-bottom: 10px;
    }

        .article-list .item:hover {
            background-color: #fff;
        }

        .article-list .item .icon {
            height: 30px;
            float: left;
        }

            .article-list .item .icon a {
                display: block;
                width: 20px;
                height: 20px;
                float: left;
                margin: 0 10px;
            }

        .article-list .item .dateinsert {
            display: block;
            font-size: 12px;
            height: 30px;
            float: left;
            margin: 0 10px;
            text-align: left;
        }

        .article-list .item .icon a:hover {
            background-color: #ccc;
        }

        .article-list .item .icon a.del-art {
            background-image: url(/Common/Images/Public/delete-article.png);
        }

        .article-list .item .icon a.edit-art {
            background-image: url(/Common/Images/Public/edit-article.png);
        }

        .article-list .item .title {
            padding-right: 5px;
            font-size: 19px;
            float: right;
            color: #0000ff;
            display: inline-block;
        }

        .article-list .item .content {
            font-size: 15px;
            clear: both;
            padding-top: 10px;
            text-align: justify;
        }

#AcceptCMSContent {
    color: #0000FF;
    font-size: 10px;
    float: left;
    margin-top: 1px;
}

#imgLDDiv {
    position: absolute;
    right: 10px;
    top: 0px;
}

#imgLike {
    background: url('/Common/Images/Public/likedislike.png') no-repeat;
    height: 20px;
    width: 23px;
    display: inline-block;
    margin: 0 5px;
}

#imgDislike {
    background: url('/Common/Images/Public/likedislike.png') no-repeat top right 0px;
    width: 23px;
    display: inline-block;
    height: 24px;
    margin: 0 5px;
}

.deleteComment {
    background-image: url(/Common/Images/Public/Delete-icon1.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: left;
}

.replyComment {
    background-image: url(/Common/Images/Public/reply.png);
    width: 19px;
    height: 19px;
    cursor: pointer;
    float: left;
}

.editComment {
    background-image: url(/Common/Images/Public/edit-article1.png);
    width: 19px;
    height: 19px;
    cursor: pointer;
    float: left;
}

.deleteCommentReply {
    background-image: url(/Common/Images/Public/Delete-icon1.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: left;
}

.editCommentReply {
    background-image: url(/Common/Images/Public/edit-article1.png);
    width: 19px;
    height: 19px;
    cursor: pointer;
    float: left;
}

.acceptComment {
    color: rgb(39, 189, 15);
    cursor: pointer;
}

.NotAcceptComment {
    color: #FF0000;
    cursor: pointer;
}

.AllItem-zak {
    float: right;
    /*width: 120px;*/
    text-align: center;
    /*border-bottom: thin solid #707070;*/
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 10px;
}

    .AllItem-zak a {
        /*background: url(images/sprite.png) no-repeat right -193px;*/
        padding-right: 40px;
        padding-left: 31px;
        /*padding-bottom: -10px;*/
        padding-right: 38px;
        padding-top: 4px;
    }

.active-item {
    background-image: url(/Common/Images/Public/active.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

.inactive-item {
    background-image: url(/Common/Images/Public/inactive.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

.resultPoll {
    background-image: url(/Common/Images/Public/result-poll.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

.deleteFan {
    background-image: url(/Common/Images/Public/Delete-icon.png);
    width: 19px;
    height: 19px;
    cursor: pointer;
    float: left;
}

.acceptComment {
    color: rgb(39, 189, 15);
    cursor: pointer;
}

.del-question {
    background-image: url(/Common/Images/Public/delete-article.png);
    float: left;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.del-answer {
    background-image: url(/Common/Images/Public/delete-article.png);
    float: left;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.deleteInterView {
    background-image: url(/Common/Images/Public/Delete-icon.png);
    width: 19px;
    height: 19px;
    cursor: pointer;
    float: left;
}

.editInterView {
    background: url(/Common/Images/Public/edit-article1.png)no-repeat 0 0;
    width: 19px;
    height: 17px;
    cursor: pointer;
    float: left;
}

.del-permission {
    background: url(/Common/Images/Public/Delete-icon.png)no-repeat 0 0;
    float: left;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

#Permissions {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('/Common/Images/Public/sprite4.png') no-repeat 0 -144px;
    float: left;
    height: 46px;
    cursor: pointer;
    margin: 30px 0 0 60px;
    display: block;
    font-size: 16px;
    color: #616d73;
    text-align: center;
    line-height: 46px;
    width: 174px;
}

#dateOfInterView {
    background: url(/Common/Images/Public/dateOfContract.png) no-repeat 0 0;
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 3px 10px 0px 0px;
}

#chartGuid {
    background-color: #dddcdc;
    position: absolute;
    bottom: 50px;
    right: -10px;
    width: 190px;
    border-radius: 5px;
}

#chartGuid ul li {
   line-height: 20px;
   font-size: 11px;
   margin: 2px 3px;
   font-family: Tahoma;
}
#PicInterview {
    position: absolute;
    top: 45px;
    left: 20px;
}
.active-item {
    background-image: url(/Common/Images/Public/active.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

.inactive-item {
    background-image: url(/Common/Images/Public/inactive.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

.resultPoll {
    background-image: url(/Common/Images/Public/result-poll.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}
/* Message Css For Me*/
.MessageNameDiv {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
}

.MessageNameDivSpan {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.MessageTitleDiv {
    right: 0;
    width: 75%;
    margin-right: 20%;
}

.MessageTitleDivSpan {
    padding-right: 10px;
    line-height: 30px;
    font-size: 14px;
    float: right;
    max-width: 85%;
}

.MessageContent {
    padding-right: 15px;
    padding-left: 5px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    color: #5D5D5E;
    font-weight: 400;
}
/*End of Message Css For ME*/
#btnCloseMe {
    float: left;
    width: 19px;
    height: 19px;
    cursor: pointer;
    position:absolute;
    top:-7px;
    left:-10px;
    background-image: url(/Common/Images/Public/Delete-icon.png);
}
#FanPopupeUl{margin-bottom:5px;}
#FanPopupeUl>li{padding:3px;margin-bottom:3px; border-bottom:5px solid #b9bb3b;border-left:1px solid #b9bb3b;border-right:1px solid #b9bb3b;border-top:1px solid #b9bb3b;border-radius:10px;text-align:center;}
#FanPopupeUl>li>a>span{color:#4C910B;}
#content-md{max-height: 300px;overflow:auto;}
.deletepicIdea{color: #F71414; height: 12px; font-size: 12px; cursor: pointer; line-height:12px;}
.CMSreplyText{width:435px;float:right;}
.CMSreplyText .CMSreplyTextItem{height:170px; background-color:#cfe49f;padding:10px;margin-top:10px;border-radius:10px;}
.CMSreplyText .CMSreplyTextItem:hover{background-color:#e0ffb0;}
#imgCmsReply{margin-left:5px;background-image: url(/Common/Images/Public/imgCmsReply2.png);width:32px;height:32px;float:left;}
#messagePerson{min-width:200px;}
#messagePerson:hover{background-color:transparent;}
#rediobuttonDiv {
    line-height: 52px;
    margin: 10px 0;
    position: relative;
    background-color: #b1d063;
    padding-right: 20px;
    /*border-radius: 5px;*/
    right:-15px;
    width:902px;
}

#rediobuttonDiv input {
        margin-right: 5px;
    }

#rediobuttonDiv span {
        margin-right: 5px;
    }
.btnEventAllCMS {
    border-bottom: 4px solid #678618;
    border-left: 2px solid #678618;
    border-radius: 9px;
    border-right: 1px solid #678618;
    padding: 2px 5px;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    border-top: 1px solid #678618;
    display: block;
}
#btnRegFanCms {
    border-bottom: 4px solid #678618;
    border-left: 2px solid #678618;
    border-radius: 9px;
    border-right: 1px solid #678618;
    padding: 2px 5px;
    width: 200px;
    margin:10px 130px 0px 0px;
    border-top: 1px solid #678618;   
}
#divFanMContain
{
  position:absolute;
  right:-50px;
  top:224px;
}
#addcmsfan
{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    border-left:3px solid #9eaead;
    border-bottom:2px solid #9eaead;
    border-right:1px solid #9eaead;
    padding:3px 7px 3px 5px;
    line-height:18px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:10px;
    background-color:#dddcdc;
}
#addcmsfanEx
{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    margin-top:52px;
    border-left:3px solid #9eaead;
    border-bottom:2px solid #9eaead;
    border-right:1px solid #9eaead;
    padding:3px 7px 3px 5px;
    line-height:18px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:10px;
    background-color:#dddcdc;
}
/*///////pollChoice style ////////////////*/
#div-arrowChoice{float:right;margin-left:5px;}
#div-arrowChoice1{
    width:10px;height: 6px;border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;border-bottom:1px solid black;padding:2px;margin-bottom:2px;
}
#div-arrowChoice2{
    width:10px;height: 6px;border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;border-bottom:1px solid black;padding:2px;
}
#btn-arrow-up{
    background-image: url(/Common/Images/Public/arrow-up.png);
    width: 10px;
    height: 6px;
    float:right;
    cursor:pointer;
}
#btn-arrow-down{
    background-image: url(/Common/Images/Public/arrow-down.png);
    width: 10px;
    height: 6px;
    float:right;
    cursor:pointer;
}
/*///////pollChoice style ////////////////*/