body,
html {
background-color: transparent !important;
}
body .hash_load_error,
html .hash_load_error {
text-align: center;
color: #dddddd;
margin: 20% !important;
font-size: 3em;
}
#ajxp_unique_dl {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
#ajxp_unique_dl .download-block {
cursor: pointer;
/*
width: auto;
max-width: 400px;
min-width: 220px;
*/
width: 300px;
margin: 0 auto;
text-align: center;
background: rgba(255, 255, 255, 0.91);
padding: 20px;
border-radius: 4px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#ajxp_unique_dl .download-block .dl-filename {
font-size: 22px;
line-height: 22px;
word-break: break-all;
}
#ajxp_unique_dl .download-block .dl-owner {
font-size: 14px;
}
#ajxp_unique_dl .download-block > span {
display: block;
}
#ajxp_unique_dl .download-block div.dl-icon {
width: 220px;
margin: 0 auto;
position: relative;
}
#ajxp_unique_dl .download-block div.dl-icon span.mdi.mdi-file {
font-size: 180px;
color: rgba(0, 0, 0, 0.33);
color: #009688;
}
#ajxp_unique_dl .download-block div.dl-icon span.mdi.mdi-download {
position: absolute;
top: 90px;
left: 80px;
font-size: 60px;
color: #f4f4f4;
transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
#ajxp_unique_dl .download-block div.dl-details {
font-size: 13px;
line-height: 18px;
color: rgba(0, 0, 0, 0.43);
}
#ajxp_unique_dl .download-block div.dl-details .row {
display: -ms-flexbox;
display: flex;
}
#ajxp_unique_dl .download-block div.dl-details .row .label {
-ms-flex: 1;
flex: 1;
text-align: right;
padding-right: 6px;
color: rgba(0, 0, 0, 0.43);
font-weight: 500;
}
#ajxp_unique_dl .download-block div.dl-details .row .value {
-ms-flex: 1;
flex: 1;
text-align: left;
color: rgba(0, 0, 0, 0.73);
}
#ajxp_unique_dl .download-block div.dl-details div.click-legend {
font-size: 12px;
margin-top: 10px;
}
#ajxp_unique_dl .download-block div#share_page_button {
position: absolute;
bottom: 0px;
width: 100%;
color: rgba(255, 255, 255, 0.73);
left: 0;
font-size: 13px;
font-weight: bold;
}
#ajxp_unique_dl .download-block.dl-started span.mdi.mdi-download {
opacity: 0.3;
}
.react-mui-context .minisite-dropzone {
margin: 20px;
border: 2px dashed #CFD8DC;
border-radius: 4px;
}