html,
body {
    height: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #333333;
    line-height: 1.5;
    background: #f7f7f7;
}

.wrap {
    min-height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

header {
    background-color: #303236;
    border-bottom: 1px solid #2C2E32;
    margin-bottom: 10px;
}

footer {
    min-height: 60px;
    background-color: #303236;
    border-top: 1px solid #2C2E32;
    color: #fafafa;
    padding-top: 10px;
    margin-top: 10px;
}

footer p {
    float: right;
    padding-right: 10px;
    color: #aaaaaa;
}

a {
    color: #ff7e00;
    font-weight: 400;
}

.orange {
    background: #ff7e00 none repeat scroll 0 0 !important;
    color: #eee !important;
}
.btn.orange {
    border: 1px solid #cb6400 !important;
    color: #fff !important;
    background-color: #ff7e00 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 24px;
    margin: 10px 0 15px;
}

.help-block-error {
    margin: 3px 0;
}

div.help-text {
    margin: 0 0 25px;
    font-size: 18px;
}

div.help-text h2{
    line-height: 46px
}

div.help-text ul {
    list-style-type: disc;
}

div.checkbox {
    font-size: 15px;
}
/** SPINNER **/
.spinner-text {
    float: left;
    margin: 3px 5px 3px 0;
}

.spinner {
    margin: 3px 0;
}

.spinner > div {
    width: 5px;
    height: 5px;
    background-color: #31708f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/** END OF SPINNER **/
