﻿
#mdlhighriseNewDocView .modal-dialog {
    width: 100%;
}

#mdlhighriseNewDocView .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlhighriseNewDocView .close {
    color:#fff;
    font-size: 28px;
    padding: 10px;
    outline:none;
    border:none;
    background:none;
    margin-top:0;
}

#mdlhighriseNewDocView .modal-content, #mdlhighriseNewDocView .modal-body {
    background-color: #f4f6fa !important;
}

#mdlhighriseNewDocView iframe {
    background: #fff;
    /* padding: 8px; */
    border-radius: 6px;
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    border: solid thin rgba(0,0,0,.1);
    height: 535px;
}

.btnDownload {
    color: #54c5cb;
    font-weight: bold;
    font-size: 12px;
    border: solid 2px #54c5cb;
    padding: 3px 15px;
    border-radius: 12px;
}

    .btnDownload:hover {
        background: #54c5cb;
        color: #fff;
    }

.DocViewSummaryBox {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    border: solid thin rgba(0,0,0,.1);
    height: 535px;
}

.DocViewSummaryBoxHeader h4 {
    font-size: 16px;
    font-weight: bold;
}

.DocViewSummaryBox .table > thead:first-child > tr:first-child > th {
    background: #54c5cb;
}


#HighriseDocumentPreviewModal .modal-header{
	background: #18AACC;
padding:5px 10px;
}

#HighriseDocumentPreviewModal.docFullscreen .col-md-9{
	position:relative !important;
	padding:10px !important;
}

#HighriseDocumentPreviewModalTableLine .modal-header{
	background: #18AACC;
	padding:5px 10px;
}

#HighriseDocumentPreviewModalTableLine .close{
	outline:none;
	border:none;
	background:none;
}

#HighriseDocumentPreviewModalTableLine.docFullscreen .col-md-9{
	position:relative !important;
	padding:10px !important;
}

