html,
body {
    color: #fff;
    height: 100%;
    background-color: #6580B1;
    font-size: 16px;
}

a {
    color: #fff;
    font-size: 1.25em;
}

a:hover {
    color: #ddd;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    /*height: 60px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.btn-success {
    background-color: rgba(0, 0, 0, 0.12);
    border: none;
}

.btn-success:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.btn-success:active {
    background-color: rgba(0, 0, 0, 0.35);
}
.btn-success:hover:active {
    background-color: rgba(0, 0, 0, 0.35);
}

.btn-success:active:focus {
    background-color: rgba(0, 0, 0, 0.35);
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.breadcrumb li a {
    color: #666;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #B8E986;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #FF9393;
}

.questionnaire {
    margin-bottom: 4em;
}

.question {
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.12);
    margin: 1em 0;
    border-radius: 1em;
    list-style: none;
}

.question > .title {
    font-size: 1.25em;
}

.question > input {
    color: #333;
    margin: 0.25em;
}

.alert-danger {
    color: #fff;
    background-color: #fa8e2a;
    border: none;
    border-radius: 0;
}

.page-indicator {
    text-align: right;
}

.footer p,
.footer a {
    color: #333;
    font-size: 0.85em;
}

.timezone-information {
    padding-top: 50px;
}

.progress-bar {
    background-color: #F7CAC9;
    color: #666;
}

.navbar-inverse {
    background-color: #436095;
    border: none;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #183569;
}

select {
    color: #666;
}

input {
    color: #666;
}

.line {
    margin: .5em;
}

.line label
{
    padding-right: .1em;
}

.line input {
    margin-right: 1em;
}

.line select {
    margin-right: 1em;

}

.btn-success:focus, .btn-success.focus {
    background-color: transparent;
}