/* DROPDOWN BUTTON */
.dropbtn {
    background-color: #F3715D;
    color: white;
    margin-left: 5px;
    padding: 8px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.notifybox {
    display: none;
    position: absolute;
    z-index: 99999999;
    background-color: #f9f9f9;
    left:5px;
    min-width: 176px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.labelnotify span {
    line-height: 40px;
    margin-left: 12px;
}


.notifybox a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
        width: 100%;
    box-sizing: border-box;
}

.labelnotify .closebtn {
    float: left;
    padding: 10px 10px;
    font-size: 17px;
    width: 39px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.notifybox a:hover {background-color: #f1f1f1}

.dropdown:hover .notifybox {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #F3715D;
}

.comment-notify-item.unread .comment-content{
font-weight: bold;
color: #000;
}

.idex-link {
    background-color: #2a515d;
    color: white;
    margin-left: 5px;
    padding: 5px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    cursor: pointer;
}
.idex-btn {
    background-color: #F3715D;
    color: white;
    padding: 5px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    border: 1px solid rgba(0,0,0,0.15);
    font-size:14px;
    border-radius: 3px;
    cursor: pointer;
    display:inline-block;
    font-weight: bold;
}

.idex-btn > a {
    color: #fff;
}

.idex-btn a:hover {
    color: #000;
}

.page-id-9593 .row .fivecol { width: 44.45%; }

.page-id-9593 .idexcol-4 {
    width: 33%;
}

.logged-in .idexcol-4 {
    width: 33%;
}

.button-icon.comment {
    width: 17px;
    height: 14px;
    background-position: 0 -214px;
    margin-right: 0;
}

.drp-comment{
    top: 37px;
    left: -138px;
    width: 342px;
}

.comment-notify-item{
border-bottom: 1px solid rgba(128, 128, 128, 0.33);
display: block;
float:left;
}
.comment-notify-item img{
height: auto;
display: block;
float:left;
width: 15%;
}

.comment-notify-item .right-content{
float:left;
width: 85%;
box-sizing: border-box;
padding-left: 15px;
position: relative;
}
.comment-notify-item .comment-author{
font-weight: bold;
}
.comment-notify-item .comment-date{
    position: absolute;
    bottom: -12px;
    left: 62px;
    font-size: 10px;
}

.comment-notify-item .comment-time{
    position: absolute;
    bottom: -12px;
    left: 14px;
    font-size: 10px;
}

.comment-notify-item .comment-author{
margin: 0 0;
font-size: 11px;
}
.comment-notify-item .comment-content{
font-size: 12px;
    color: gray;
}
.comment_number{
    position:absolute;
   top:-8px;
   right:-10px;
   font-size:.7em;
   background: #f8931f;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
  z-index: 100;
}

.comment-notify-item .comment-content.view-all{
text-align: center;
color: #F6611F;
display: block;
width: 100%;
}

.comment-notify {
    height: 500px;
        text-align: left;
}

.nano{
overflow: scroll;
overflow-x: hidden;
}

.idex-check-cmt {
    color: #000;
    margin-top: 10px;
    margin-left: 3px;
    text-align: center;
}

.nano-conten {
        overflow: hidden;
    width: 100%;
    height: 100%;
}

.notifybox .labelnotify {
background: gray;
color: #fff;
padding: 8px 8px;
width: 100%;

float:left;
}


body.admin-bar .drp-comment{
margin-top: 32px;
}
.drp-comment {
display: none;
    top: 0px;
    left: auto;
right: 0;
background: #fff;
z-index: 999;
position: fixed;
height: 100%;
    width: 320px;
min-width: 176px;
    box-shadow: 0px 8px 16px 0px #00000033;
}

span.button-icon {
    background:url(images/button_icons.png) 0 0 no-repeat ;
}

@media(max-width: 770px){

    body.admin-bar .drp-comment {
    margin-top: 46px;
}

    .comment-notify {
        height: 300px;
    }

    .drp-comment {
        top: 0px;
        left: auto;
        right: 0;
        width: 320px;
            height: 100%;
    }

    .comment-notify-item .right-content {
        text-align: left;
    }
}