html, body {
    min-width: 100%; min-height: 100%;
    width: 100%; height: 100%;

    margin: 0; padding: 0;

    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #686E70;

    background-color: #49515D;
}

/**
 * Extra normalization
 */

a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #428bca;
    text-decoration: underline;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: inherit;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.panel-body:after {
    clear: both;
}

/**
 * Vertical align
 */

.vertical-align {
    white-space: nowrap;
}

.vertical-align:before {
    content: "";
    height: 100%; min-height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    display: inline-block;
}

.vertical-align-wrapper {
    vertical-align: middle;
    display: inline-block;
}

/**
 * Container
 */

.container {
    width: 100%;
    height: 100%; min-height: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        width: 520px;
        padding-top: 20px;
    }
}

/* Vertical align */

.container .vertical-align-wrapper {
    width: 100%;
}

/**
 * Brand
 */

.brand {
    height: 50px;
    margin: 0; padding: 0;

    background-image: url(../img/brand.png);
    background-image: url(../img/brand.svg);
    background-color: #36a9e1;
    background-size: 250px 50px;
    background-position: left center;
    background-repeat: no-repeat;

    display: block;
    border-radius: 2px 2px 0 0;
}

.brand h1 {
    margin: 0; padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .brand {
        background-image: url(../img/brand@2x.png);
        background-image: url(../img/brand.svg);
    }
}

/**
 * Panel
 */

.panel {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    display: block;
    position: relative;
}

/* Heading */

.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

/* Body */

.panel-body {
    padding: 20px 20px 10px;
}

/* Footer */

.panel-footer {
    padding: 15px 20px;
    border-top: 1px solid #eaeaea;
}

/**
 * Content specific styling
 */

.icon-holder {
    width: 32px; height: 100%;

    text-align: left;
    font-size: 24px;
    line-height: 32px;
    color: #36a9e1;

    display: block;
    float: left;
}

.has-icon {
    padding-left: 32px;
}

/* Copyright */

.copyright {
    font-size: 11px;
    color: #9c9c9c;
}

/* Info link */

.info {
    border-bottom: 1px dotted #eaeaea;
    float: right;
}

.info:hover,
.info:focus {
    border-color: #428bca;
    text-decoration: none;
    color: #428bca;
}
