/* file: public.css */
/* ********************************* ASRGdb公共样式文件 ******************************** */
.pasrg-bg-primary{
    background-color: #15A47D;
}

.pasrg-bg-blue{
    background-color: #1B9EAC;
}

.pasrg-top-radius-1{
    border-top-left-radius:1rem !important;
    border-top-right-radius:1rem !important;
}

.pasrg-divider-h{
    height: 2rem;
}
/* ************************************* 回到顶端 ************************************* */
/* 设置回到顶端的位置 */
.bottom_tools {
    position: fixed;
    z-index: 1070;
    right: 1em;
    bottom: 1em;
}

/* 设置回到顶端属性 */
.bottom_tools>* {
    font: 0/0 a;
    display: block;
    margin-top: 5px;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

/* 设置回到顶端的默认样式 */
#scrollUp {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-image:url(../../imgs/backgrounds.32.png);
    background-position:-54px -53px;
    display:none;
}

/* 设置鼠标滑动到回到顶端时回到顶端的样式 */
#scrollUp:hover {
    background-image:url(../../imgs/backgrounds.32.png);
    background-position:-100px -53px
}
