
div.table{
    width: 59%;
    display: inline-block;
}
div.mapAndMedia{
    float: right;
    right: -10px;
    margin-top: 10px;
    vertical-align: top;
    width: 40%;
    display: inline-block;
}
div.mediaWindow{
    border:1px solid #acacac;
    height: 350px;
}
div#map{
    position: relative;
    margin-top: 10px;
    border:1px solid #acacac;
    width: 100%;
    height: 350px;
}
div.mediaElement{
    line-height: 350px;
    text-align: center;
}
div.mediaElement img{
    max-height: 100%;
    max-width:100%;
    height: auto;
    width: auto;
}
button.layui-icon{
    padding:0;
}
tr.hide{
    display:none;
}
span.layui-icon{
    cursor: pointer;
}
div.detailInfo{
    text-align:left;
}
div.detailInfo span{
    display: inline-block;
    white-space: pre-wrap;
    vertical-align: top;
}
/*
div.detailInfo label{
    display: inline-block;
    width: 75px;
    text-align: left;
}
div.detailInfo span{
    display: inline-block;
    width: 75px;
    text-align: left;
}*/
video{
    width: 100%;
    height: 100%;
    max-width: 300%;
    max-height: 300%;
}
td span.layui-icon{
    display: inline-block;
    width: 100%;
    height: 100%;
}
video,audio{
    outline:none;
}
div.mapAndMedia div#map .scalebar_bottom-right {
    right: 179px;
    bottom: 40px;
}
td.check:hover{
    cursor: pointer;
    color:red;
}
.right-tool{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.right-tool>div {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}
.right-tool i {
    font-size: 16px;
    color: #555;
}
span.close{
    float:right;
}
div.btns{
    text-align: center;
}
i.colorRed{
    top:10px;
    position: absolute;
    font-size:20px;
    color:red;
}
div.pic{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index:99999;
}
div.pic img{
    display: block;
    position: absolute;
    line-height:100%;
    max-height: 100%;
    max-width:100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}
div.content{
    position: absolute;
    right:0;
    left:10px;
}
div.pageoverlay{
    height: 960px;
}
.deleteThisRecord:hover{
    color:red;
    cursor: pointer;
}
