.box2 {
    height: 86px;
    cursor: pointer;
    border-radius: 4px;
    padding: 0px 30px 0px 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    margin-bottom: 15px!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box2:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.xe-comment-entry img {
    float: left;
    display: block;
    margin-right: 10px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.xe-comment p {
    margin-bottom: 0px;
}
.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.submit-tag{
    margin-top: 50px;

}

.nav-item{
    padding-top:10px;
}

.search{
    padding: 10px 30px;
}

.xe-comment-entry span {
    float: left;
    display: block;
    margin-right: 10px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: white;
}

.form-group{
    position: relative;
    margin-bottom: 0;
}
.search .form-control{
    height: 40px;
    border-radius: 4px;
    border-color: #999;
    padding-left: 32px;
}
.search .fa-search{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px;
    line-height: 40px;
    color: #999;
}
.main-content{
    padding: 10px 20px 300px!important;
}
.github{
    position: absolute; 
    top: 0; 
    right: 0; 
    border: 0;
    z-index: 1;
}
.hidden-sm{
    position: absolute;
    right: 10px;
    top: 4px;
    list-style: none;
}
.hidden-sm .fa-bars{
    color: white;
}
.collapsed .search ,
.collapsed .total,
.collapsed .submit-site{
    display: none;
}
.sidebar-menu .logo-env .mobile-logo{
    width: 50%;
    margin: 0 auto;
}
.mobile-menu-toggle.visible-xs{
    position: absolute;
    right: 34px;
    top: 30px;
}
.xe-comment .title{
    font-size: 16px;
    color: #ffa34d;
    padding-bottom: 2px;
}
.nav-count{
    font-size: 14px;
    color: #999;
}
.total{
    padding: 10px 0 0;
    text-align: center;
}
.nav-total{
    color: #ffa34d;
}
.nav-item h4{
    margin-bottom: 20px;
}
.submit-site{
    padding: 8px 0;
    text-align: center;
}
.submit-site a{
    color: grey;
}
.modal-content{
    border-radius: 8px;
}
.btn-primary{
    background: transparent;
    border: none;
}
.sidebar-menu.collapsed .sidebar-menu-inner{
    position: fixed;
}