﻿body {
    background-color: #000000;
}

.navbar {
    z-index: 1000;
}

.navbar-default .btn-link {
    color: #ffffff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner img {
    max-height: 500px;
    margin: auto;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.progress-bar {
    color: #000000;
    background-color: #73beff;
}

.progress-bar.incomplete {
    background-color: #d4d4d4;
}

.progress-circle-container {
    width: 120px;
    height: 120px;
}

.progress-circle-container.progress-circle-small {
    width: 40px;
    height: 40px;
}

.progress-circle {
    fill: #ffffff;
    stroke: #c9f1fd;
}

.progress-circle.active {
    fill: #c9f1fd;
    stroke: #c9f1fd;
}

.progress-circle.complete {
    fill: #aedd94;
    stroke: #aedd94;
}

.progress-circle-text {
    font-size: 80%;
}

/* Make form text line up with .form-horizontal .control-label */
.edit-toggle-text, .form-field-display-only {
    padding-top: 7px;
    display: inline-block;
}

.question-container {
    background-color: #f9f9f9;
    border-top: 2px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-right: 0px;
    margin-left: 0px;
}

input[type='radio']:checked + span {
    font-weight: bold;
}

input[type='radio'][value='true']:checked + span {
    color: #00770a;
}

input[type='radio'][value='false']:checked + span {
    color: #770000;
}

.job-tasks-container {
    margin-left: 20px;
    margin-right: 20px;
}

.remove-smeJobDuty-button {
    float: left;
}
.smeJobDuty-explanation-container {
    margin-left: 50px;
}

.contact-support-link.btn-link{
    color:#000000;
    font-weight: bold;
    text-decoration: underline;
}

#ccBack {
    margin: 10px 0 10px 0;
}

.survey-instructions {
    background-color: #e4d3b4;
    margin: 20px 50px;
    padding: 10px;
    border: 2px solid #cccccc;
    border-radius: 5px;
}

/* Override bootstraps vertical alignment of table headers */
.table > thead > tr > th {
    vertical-align: top;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
