﻿.bst-dialog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#000;
    opacity:0.3;
    z-index: 1100;
}

.bst-dialog{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1110;
}

.bst-dialog .panel{
    width: 286px;
    height: 111px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px;
    text-align: center;
}

.bst-dialog .text{
    font-size: 16px;
    color:#595959;
}

.bst-dialog .btn{
    /*width: 48px;
    border: 1px solid #eee;
    text-align: center;
    margin-left: 117px;*/

    font-size: 15px;

    width: 84px;
    border: 1px solid #cccccc;
    color:#666;
    background-color:#fff;
    position: absolute;
    left: 116px;
    bottom: 18px;

    cursor:pointer;
}

.bst-dialog .btn1{
 
    font-size: 15px;

    width: 84px;
    border: 1px solid #cccccc;
    color:#666;
    background-color:#fff;
    position: absolute;
    left: 62px;
    bottom: 18px;

    cursor:pointer;
}

.bst-dialog .btn2{
 
    font-size: 15px;

    width: 84px;
    border: 1px solid #cccccc;
    color:#666;
    background-color:#fff;
    position: absolute;
    left: 170px;
    bottom: 18px;

    cursor:pointer;
}



.bst-dialog .btn:hover
,.bst-dialog .btn1:hover
,.bst-dialog .btn2:hover {
    background-color:#fff;
    color:#828282;
    cursor:pointer;
}

.bst-dialog .btn:active
,.bst-dialog .btn1:active
,.bst-dialog .btn2:active {
    background-color:#e5e5e5;
    color:#666;
    cursor:pointer;
}

.bst-dialog .text-select{
    user-select: text;
	-moz-user-select: text;  
	-webkit-user-select: text;  
	-ms-user-select: text;
}
.bst-dialog .text-select-none{
    user-select: none;
	-moz-user-select: none;  
	-webkit-user-select: none;  
	-ms-user-select: none;
}