﻿.rai-input {
    border: solid 1px #6fb3ed;
    border-radius: 6px;
    height: 18px;
    background: #deedf5;
    outline: none;
}

.btndiv:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.rai-popwin {
    width: 300px;height: 200px;margin: auto;background-color: #bddef4; display: none;position:absolute;top:10px;left:10%;z-index: 102;border-radius: 8px; box-shadow: 0 0 4px 4px #aabbee; left: 513px; top: 325px; display: block;
}

div.close {
    position: relative;
    top: -8px;
    left: 8px;
    border-radius: 6px;
    border:solid 0px #cccccc;
    background-color:#cbe0e3;
    text-align:center;
    width:20px;
    height:auto;
    float:right;
    box-shadow:0 0 5px 5px #aabbee;
    cursor:pointer;
    color: #8195f9;
}
div.close:hover{
    color: #f94d16;
}


div::-webkit-scrollbar {
    width: 4px;
}
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


textarea::-webkit-scrollbar {
    width: 4px;
}
textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


.commonpopMask {
    width: 100%;
    height: 100%;
    background: #e3eefb;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    filter: Alpha(opacity=80);
    opacity: 0.8;
    display:none;
}
.commonpopwin {
    width: 300px;
    height: 200px;
    background-color: #bddef4;
    position:absolute;
    border-radius: 8px;
    box-shadow: 0 0 4px 4px #aabbee;
    left: calc(100vw/2 - 150px);
    top: calc(100vh/2 - 100px);
    display:none;
    padding: 10px;
}
.commonpopwinCont {
    word-wrap: break-word;
    word-break: break-all;
    height: calc(100% - 52px);
    width: 100%;
    overflow-y: auto;
}


.showhand{
    cursor: url(../cursors/hands.cur),auto;
}