.popover-content{
    word-break: break-all;
    color: black;
}
.sidebar{
    width: 200px;
    background-color:#000;
}
.form-change{
    margin-top: 100px;
}
.form-signin input{
    background-color: #898989;
}
.form-signin .btn{
    background: #439e91;
    border: 1px solid #439e91;
    color: white;
}
.short-info{
    margin-top: 100px;
}
.table-hover>tbody>tr:hover{
    background-color: transparent;
}
.temp-poratl a{
    font-weight: 300;
}

.scroll-box{
    padding: 20px;
}
.scroll-pane{
    height: 350px;
}
.row{
    margin:  0;
}
.not-show{
    display: none;
}
.jspVerticalBar{
    background: transparent;
}
.jspDrag{
    background: transparent;
}
.jspContainer:hover .jspVerticalBar{
    background: rgba(221, 221, 221, .2);
}
.jspContainer:hover .jspDrag{
background: #dddddd;
}