body {
    padding-top: 55px;
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.pointer {
    cursor: pointer;
}
html {
    position: relative;
    min-height: 100%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 14px; /* Vertically center the text there */
    font-size: 10px;
    padding-top: 15px;
    background-color: #f5f5f5;
}

#menu-logo {
    height: 25px;
}

.private-header,
.public-header {
    background-color: #000000;
    height: 55px !important;
    border-radius: 0;
    z-index: 1000;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #333333;
}

.private-header a,
.public-header a {
    color: #FFFFFF;
}

.fullscreen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body.fullscreen {
    background-color: white;
}

.fullscreen canvas {
    background-color: white;
}

.fullscreen .info-panel {
    position: absolute;
    padding: 10px 30px 10px 30px;
    z-index: 10;
}
.fullscreen .info-panel span, .fullscreen .info-panel p { text-shadow: 0 0 4px #fff; }
.fullscreen .info-panel.top { top: 0; }
.fullscreen .info-panel.bottom { bottom: 0; }
.fullscreen .info-panel.left { left: 0; }
.fullscreen .info-panel.right { right: 0; }
.fullscreen .info-panel .huge { font-size: 3em; }
.fullscreen .info-panel .big { font-size: 2em; }
.fullscreen .info-panel .normalbig { font-size: 1.3em; }
.fullscreen .info-panel .normal { font-size: 1em; }
.fullscreen .info-panel .small { font-size: 0.5em; }

#view-design-group-container iframe {
    height: 100%;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.pantone-container {
    width: 50px;
    height: 19px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: -3px;
}
