﻿
.BookCaseMap {
    position: fixed;
/*    background: #efefef;
    border: 1px solid #ccc;*/
    transition: all 0.3s;
    font-family: "Microsoft Yahei";
    z-index: 9920;
}

.roomViewer {
    background: url("../img/boxline.png");
    position: absolute;
    background-color: honeydew;
    border-radius: 8px;
    border: 2px solid black;
    overflow: hidden;
    margin-left: 2px;
    margin-top: 20px;
}

.roomViewer .bookshelf { 
    position: absolute;
    background-color: beige;
    border-radius: 2px;
    border: 1px solid #6C6F70;
    background-size: 100% 100%;
}

.selectdBox {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: darkseagreen;
    color: white;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.tooltipDiv {
    width: 280px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);   
    position: fixed;
    text-align: center;
    z-index:9921;
}

.tooltiplabel {
    width: auto;
    height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    border: 1px solid;
    background-color: darkseagreen;
    color: black;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.shelflabel {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0px;
    color: #d81e06;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.SelectedItem 
{
    color: red;
}

.SelectionPanel {
    width: auto;
    height: auto;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    z-index: 9921;
    overflow: auto;
    border: 2px solid #02335b;
    background-color: #ccc;
    box-shadow: 2px 2px 3px gray;
}

.ul-DataList {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    color: #555555;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.ul-DataList span {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}


.ul-DataList li {
    border-bottom: 1px #eee solid;
    padding: 2px 8px;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

.ul-DataList li:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.SelectionPanel div input {
    width: 200px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
}

iframe::-webkit-scrollbar{width:6px;height:6px}
iframe::-webkit-scrollbar-button:vertical{display:none}
iframe::-webkit-scrollbar-track:vertical{background-color:transparent;}
iframe::-webkit-scrollbar-track-piece{background-color:transparent;}
iframe::-webkit-scrollbar-thumb:vertical{background-color:#3792ef;border-radius:6px}
iframe::-webkit-scrollbar-thumb:vertical:hover,
iframe::-webkit-scrollbar-thumb:vertical:active {background-color: #2e86ef}

