/*---------------------------------- for public Link ----------------------------------*/ 
.public_link_txt_photo>a{
text-decoration: none !important;
color: #FFF !important;
}
.public_link_txt_photo>a:hover{
text-decoration: none !important;
color: #d6d6d6 !important;
}




.public_link_txt>a{
text-decoration: none !important;
color: #555 !important;
}
.public_link_txt>a:hover{
text-decoration: none !important;
color: #fd3a13 !important;
}


.jspVerticalBar{
	  /*  right: inherit !important;*/
}
/*---------------------------------- for public Link ----------------------------------*/ 
/*before login*/

.height_100 div:not(.caption):not(.clear):not(.title){
	
height:100% !important;
}



ul, ol{
	margin-left: 5px !important;
	margin-right: 5px !important;
}


.new li.comment{
    background-position-y: 5px !important;
    margin-left: 15px;
    text-align: justify;
}
.new li::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0.2rem !important;
    top: .4rem !important;
    background-color: #eaeaea !important;
}

@media only screen and (max-width: 760px) {
    .new li::before {
        right:-.8rem !important
    }
}
.new-news ul.new{
    max-height: 475px !important;
}