/* Main app stylesheets */

.app-color-blue {
    color: #6f9bdf;
}

.app-color-blue:hover {
    color: #6f9bdf;
}

html, body {
    height: 100%;
    font-size: 10pt;
}

body > .container {
    padding: 0 25px;
    min-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

body > .container section.app-main-content {
    margin-bottom: 70px;
}

body > .container footer {
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    font-size: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

body > .container footer p {
    margin-bottom: 2px;
    line-height: 1.2;
}

body > .container footer .app-copyright {
    position: absolute;
    left: 25px;
}

body > .container footer .app-developer {
    position: absolute;
    width: 120px;
    top: 15px;
    right: 25px;
    text-align: right;
}

body > .container footer .app-developer p {
    line-height: 1;
}

body > .container footer .app-developer img {
    width: 20px;
    float: left;
}
