#detailMask {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: transparent;
    display: none;
}

#detail.active #detailMask {
    display: block;
}

.drawer-open {
    overflow: hidden;
}

.right-panel {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 800px;
    right: -820px;
    /*right:0px;*/

    /*opacity: 0.5;*/
    z-index: 1045;
    background-color: white;
    box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -webkit-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -ms-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    transition: right 200ms ease-in, opacity 200ms ease-in;
}

.right-panel.active {
    right: 0px;
    opacity: 1;
}

.table-hover > tbody > tr:hover > td {
    cursor: pointer;
}

.detail-close {
    transform: translateX(10px);
}

.detail-close:hover {
    color: #ddd;
    cursor: pointer;
}

.detail-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.glyphicon.glyphicon-log-out::before {
    content: "";
    background-image: url(/clbs/resources/img/export.svg);
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: -13px;
    left: -14px;
    background-size: 14px 14px;
}

.blind {
    display: none;
}

#detailTopTable td {
    padding-top: 10px;
}

.detail-img {
    width: 20px;
    display: inline-block;
    height: auto;
    margin-right: 5px;
}

#showMedia{
    display:block;
    position: relative;
    padding:0px 50px;
    height:380px;
}
.media-content{
    padding-top:0;
}
#showMedia .arrows{
    position: absolute;
    top: 50%;
    margin-top:-25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
}
#showMedia .arrows:active{
    background:#e5e5e5;
}
i.icon{
    display: inline-block;
    width:100%;
    height:100%;
}
#showMedia .left-btn {
    left:0px;
}
.icon_left{
    background: url("../../resources/img/left_icon_1.svg") center no-repeat;
    background-size: 80% 80%;
}
#showMedia .right-btn {
    right: 0px;
}
.icon_right{
    background: url("../../resources/img/right_icon_1.svg") center no-repeat;
    background-size: 80% 80%;
}
.media_len{
    margin-top:20px;
    text-align: center;
}
#dataTable td.active{
    background-color: #dcf5ff;
}