/** http://getbootstrap.com/examples/sticky-footer-navbar/ **/
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}
/** Footer **/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    /*background-color: #272B30;*/
}

.footer p {
    line-height: 30px;
    margin-bottom: 0;
}

.cursor-hand { cursor: pointer; }
.disabled { cursor: not-allowed; }

/** https://ourcodeworld.com/articles/read/446/how-to-add-a-new-page-on-your-pdf-with-wkhtmltopdf */
.new-page {
    page-break-before: always;
}

.text-no-shadow { text-shadow: none; }