.content_body_showfile {
    background-color: rgba(0, 0, 0, 0);
    height: calc(100% - 107px);
    margin: 9px 16px 15px 17px;
    min-height: 430px;
    min-width: 1000px;
    padding: 0;
}

.showPanelDataContent {
    height: 100%;
    width: 100%;
    z-index: 5000;
    background-color: transparent;
    /*background-color: #DEECFC;*/
    margin: 15px 0 0 10px;
    float: left;
}

.showPanelDataFileContent {
    height: 230px;
    width: -moz-calc(100% - 30px); /* Firefox */
    width: calc(100% - 30px); /* Chrome, Safari */
    width: -webkit-calc(100% - 30px); /* Chrome, Safari */
    background-color: transparent;
    border: solid 1px #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 15px 0 0 10px;
}

.showPanelLine {
    width: 100%;
    /*min-width: 850px;*/
    height: 100px;
    float: left;
}

.lblShowFile {
    font-weight: normal;
    min-width: 380px;
    display: block;
    margin: 30px 20px 0 10px;
    /*border: solid 1px black;*/
    float: left;
    height: 24px;
}

.lblShowLinkName {
    font-weight: normal;
    min-width: 380px;
    display: inline-block;
    margin: 30px 20px 0 10px;
    /*border: solid 1px black;*/
    float: left;
    height: 24px;
    text-wrap: avoid !important;
    -ms-word-break: normal;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    white-space: pre-wrap;
}

.lblShowLinkDummy {
    width: 88px !Important;
    margin: 0px 5px 0 0px;
    float: left;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0);
}

.lblShowFileTitle {
    font-weight: 600;
    width: 40px;
    display: block;
    margin: 6px 5px 0 0;
    /*border: solid 1px black;*/
    float: left;
    height: 24px;
}

.btnShowFileDownload {
    background-image: url(../Images/BtnShowFileDownload.png) !Important;
    width: 76px !Important;
    height: 76px !Important;
    margin: 0px 5px 0 0px;
    padding: 30px 0 0 0px;
    float: left;
}

.imgShowFileQrCode {
    border: solid 1px #ffffff;
    float:left;
    margin: 0px 5px 0 0px;
    /*height:92px;
    width:92px;*/
    /*background-color:rgba(35, 146, 243, 0.5);*/
}
