/* PRINT CSS - 2013 */

.display-print {
    display: initial;
}

.hidden-print {
    display: none;
}

#active-model-name {
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

body, div#page, header, section#content-center
{
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0;
    border: none;
}

body
{
    font-size: 10pt;
}

nav#extramenu, div#searchbox, div#path-bg, div#topmenu-bg, div#content-top-bg, section#content-left, section#content-right, div#footer-bg, div#credits-bg
{
    display: none;
}

div#page, .page-width
{
    width: auto !important;
}

div#page
{
    box-shadow: none;
}

header
{
    height: auto;
}

div#logo
{
    margin: 0;
    float: none;
    position: static;
}

div#logo h1
{
    font-size: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000000;
}

div#logo a, div#logo span.image
{
    width: auto;
    height: auto;
    display: inline;
}

div#logo span.image
{
    background: none;
}

div#logo a span.text
{
    display: inline;
}

div#content-left-area, div#content-right-area
{
    padding: 0;
    border: none;
}

div#content-center-position
{
    float: none;
}

section#content-center
{
    padding: 0 !important;
}

div.row, div.row div.col
{
    /*width: auto;*/
    margin-left: 0;
}

div.row div.col
{
    margin-right: 20px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a
{
    color: #000000;
    text-decoration: none;
}

#geometry h2,
#geometry h3,
#cube-model,
.ember-view button,
.ember-view .fa,
.ember-view .fal,
#header-bg,
.debug-output,
.seperator,
#content-top-bg .attribute-short
{
    display: none;
}

.box, .model-box {
    padding: 5px;
}

.model-variables div {
    margin-bottom: 5px;
}

#selectedModel {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 3rem;
    font-family: 'Arial';
}

div#content-top-bg {
    display: block;
    height: 50px;
}

#content-top-bg .norner-banner {
    background-image: none !important;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#content-top-bg .attribute-title h2 {
    color: #000;
    text-shadow: none;
    font-size: 3rem;
    font-family: 'Arial';
}

.has-shadow {
    box-shadow: none;
}

.grey-bg {
    background-color: #fff;
}

.ember-view .row .col {
    width: 100%;
}

.row .col {
    margin-top: 15px;
}

.ember-view section, #geometry, #content-middle, #data, #result {
    padding: 0 !important;
    margin: 0 !important;
}

.ember-view .box, .ember-view input, .ember-view .model-box {
    border: 1px solid #b2b2b2;
    border-radius: 0;
}

#result {
    page-break-before: always;
}

#result .result-graph {
    margin-top: 0;
}

#result .result-graph > div {
    max-width: 930px;
}