﻿#toolbar {
    right: 2px;
    bottom: 7%;
    position: fixed;
    z-index: 88;
}
#toolbar .toolbarbtn {
    margin-bottom: -0px;
    height: 38px;
}
.toolbartext {
    position: relative;
    left: 46px;
    /*left: -28px;*/
    width: 52px;
    /*width: 76px;*/
    height: 36px;
    top: -38px;
    border-radius: 6px;
    background-color: #0e8fe4;
    line-height: 30px;
    z-index: 8845;
    /*display: none;*/ 
    cursor:pointer;
}
.toolbartext span {
    margin-left: 13px;
    margin-top: 3px;
    color: #FFFFFF;
}
.toolbarimg {
    width: 35px;
    height: 34px;
    right: -15px;
    /*right: -40px;*/
    z-index: 8848;
    position: relative;
    border: 1px solid #0e8fe4;
    background-color: #0e8fe4;
    border-radius: 6px;
    margin-bottom: 2px;
    cursor:pointer;
}
.toolbarimg img {
    width: 22px;
    height: 20px;
    margin-left: 7px;
    margin-top: 7px;
}
.toolbar {
    width: 5px;
    background-color: #0e8fe4;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 8848;
    height: 100%;
}