
html, body { height: 100%;}

body > footer {
    position: sticky;
    top: 100vh;
    border-top: 1px solid #eee;
    box-shadow: 0px 0px 10px #909090;
    background-color: rgba(255,255,255,0.9);
    font-size: 0.8em;
    padding-right: 20px;
    text-align: right;
}

footer .nav > li{
    float: right;
}

footer .nav > li a{
    padding: 10px 10px;
}

footer .nav-pills > li + li {
    margin-right: 10px;
}

footer img{
    height: 20px;
    margin: 5px;
}

#page-content{
    padding-bottom: 100px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: #1e620f;
}

.valid:before {
    margin-right: 10px;
    content: "✔";
}

.right-header-btn .search-btn {
    padding: 25px 0 25px 17px;
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: #a94442;
}

.invalid:before {
    margin-right: 10px;
    content: "✖";
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 10px;
}
.well-sm {
    padding: 9px;
    border-radius: 4px;
}

h3{
    margin-top: 40px;
    margin-bottom: 10px;
}

p {
    padding-top: 5px;
}

textarea.form-control {
    resize: vertical;
}

.ajax-loader-element {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-left: -52px;

    box-shadow: 1px 1px 20px #ccc;
    background: white;

    color: #a9a9a9;
    border: 1px solid #dfe8f1;
}

.customisable-wrapper{
    max-width: 450px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    box-shadow: 0px 0px 10px #909090;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
}


.customisable-wrapper .form-group > .col-xs-12,
.customisable-wrapper .form-group > .col-xs-6:first-of-type{
    padding-left: 0px;
}

.customisable-wrapper .form-group > .col-xs-12,
.customisable-wrapper .form-group > .col-xs-6:last-of-type{
    padding-right: 0px;
}


.customisable-wrapper .form-group .help-block{
    text-align: left;
}

.customisable-footer{
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #EEEEEE;
    font-size: 1em;
}

.customisable-footer a.btn{
    text-transform: uppercase;
    font-size: 0.8em;
}

.customisable-wrapper .alert{
    margin-bottom: 15px;
}

.flag-icon.flag-icon-squared {
    font-size: 14px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #909090;
}

.dropup ul li a{
    text-align: left;
}


.digits {
    text-align: center;
}

.digits span.formwrap {
    display: inline-block;
    margin-bottom: 7px;
    padding: 3px !important;
}

.digits input {
    width: 38px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    padding: 3px 5px;
}

.digits input[type="text"] {
    color: #000;
}
