@import url(https://fonts.googleapis.com/icon?family=Material+Icons);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);html {
    scroll-behavior: smooth
}
body[data-pagetype="CADPublisher"] #webglcanvas {
    background-image: url("cad-window-background.png") !important;
    border: 1px solid #ddd !important;
}
body[data-pagetype="CADPublisher"] .logo-img > img {
    float: left;
    margin: 3px 3px 0 0;
}
body[data-pagetype="CADPublisher"] .cadHeader > div {
    padding: 0 10px;
}
body[data-pagetype="CADPublisher"] .cadHeader {
    font-family: lato, sans-serif;
    font-size: 14px;
}
body[data-pagetype="CADPublisher"] .cadHeader #techInfo {
    text-align: right;
}
body[data-pagetype="CADPublisher"] {
    background: #fff;
}
body[data-pagetype="CADPublisher"] {
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    color: #555559;
    font-weight: 300;
    font-size: 100%;
    text-size-adjust: 100%;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}
body[data-pagetype="CADPublisher"] .ui-state-default, body[data-pagetype="CADPublisher"] .ui-widget-content .ui-state-default, body[data-pagetype="CADPublisher"] .ui-widget-header .ui-state-default, body[data-pagetype="CADPublisher"] .ui-button, body[data-pagetype="CADPublisher"] html .ui-button.ui-state-disabled:hover, body[data-pagetype="CADPublisher"] html .ui-button.ui-state-disabled:active {
    border: 1px solid #ff8300;
    background: #ff8300;
    font-weight: normal;
    color: #ffffff;
}
body[data-pagetype="CADPublisher"] .ui-widget-header {
    border: 1px solid #d0cdcd;
    background: #ffffff;
    color: #555559;
    font-weight: bold;
}
body[data-pagetype="CADPublisher"] .ui-widget-content {
    border: 1px solid #d0cdcd;
    background: #ffffff;
    color: #555559;
}
body[data-pagetype="CADPublisher"] .ui-widget input, body[data-pagetype="CADPublisher"] .ui-widget select, body[data-pagetype="CADPublisher"] .ui-widget textarea, body[data-pagetype="CADPublisher"] .ui-widget button {
    font-family: lato,sans-serif;
    font-size: 1em;
}
body[data-pagetype="CADPublisher"] .ui-widget {
    font-family: lato,sans-serif;
    font-size: 1em;
}
body[data-pagetype="CADPublisher"] .cad-footer > p {
    font-size: 14px;
    margin: 5px 10px 5px 17px;
}