﻿html {
    font-size: 14px;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.body-content {
    padding: 0;
}
.jumbotron {
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}
.jumbotron h1 {
    color: #358ae1;
    font-size: 30px;
    margin-top: 5px;
}
a {
    color: #1e77d2;
}
a.disabled {
    color: #AAAAAA;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
input,
select,
textarea {
    max-width: none;
}
label {
    font-weight: normal;
}
.form-wrapper {
    background: #f9f8f8;
    border-top: 1px solid #a9aeb1;
    border-radius: 0 0 10px 10px;
    padding: 40px 18px 35px;
}
.form-wrapper--primary {
    background: #edf5ff;
    border-color: #0e97db;
}
.form-inline .col-form-label {
    vertical-align: middle;
    width: auto;
}
.btn {
    font-size: 16px;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
    background: #9e9c9c;
    border-color: #9e9c9c;
    color: #ffffff;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background: #358ae1;
    border-color: #358ae1;
}
.btn-info,
.btn-info:hover,
.btn-info:focus {
    background: #5bc0de;
    border-color: #5bc0de;
}
.btn-success,
.btn-success:hover,
.btn-success:focus {
    background: #5cb85c;
    border-color: #5cb85c;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
    background: #d9534f;
    border-color: #d9534f;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
    background: #f0ad4e;
    border-color: #f0ad4e;
}
.modal-body {
    max-height: 450px;
    overflow: auto;
}
.navbar-inverse {
    background-color: #3e445a;
    color: #ffffff;
    min-height: 51px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
}
.tblQuestionSet {
    margin: 15px auto;
    width: 60%;
}
.tblQuestionSet thead > tr > th,
.tblQuestionSet tbody > tr > td {
    border: 0;
    padding: 4px 6px;
    text-align: center;
}


.tblQuestionSet thead > tr > th {
    font-weight: normal;
}
    .tblQuestionSet tbody,
    .tblQuestionSet tbody > tr > td {
        background: #dcf5e2;
    }
.tblQuestionSet--onsite tbody > tr > td {
    vertical-align: middle;
}
.td--radio {
    text-align: center;
    width: 47px;
}
.td--radio input {
    display: inline-block;
}
.row-question-sets:nth-child(even) .tblQuestionSet tbody,
.row-question-sets:nth-child(even) .tblQuestionSet tbody  td {
    background: #fafafa;
}
.field-validation-valid,
.field-validation-error {
    display: block;
    font-size: 13px;
    margin-top: 3px;
}
.field-validation-valid {
    color: #468847;
}
.field-validation-error {
    color: #b94a48;
}

@media print {
    .container {
        margin-left: 0;
        margin-right: 0;
    }
}

.floated-well {
    display: inline-block;
}

.multi-dropdown .dropdown-toggle {
    background-color: white;
    color: black;
}
.multi-dropdown .multiselect-parent,
.multi-dropdown .multiselect-parent .dropdown-toggle {
    width: 100%;
}
.multi-dropdown .multiselect-parent .dropdown-toggle {
    text-align: left;
    overflow: hidden;
    font-size: 14px;
}
.multi-dropdown .multiselect-parent .dropdown-toggle .caret {
    top: 15px;
    right: 5px;
    position: absolute;
}
.multi-dropdown .dropdown-menu {
    overflow: hidden !important;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

a {
    text-decoration: none;
}

.badge-thin {
    padding: 3px 7px;
}
.report-header {
    margin-top: 20px;
}
.fs-15 {
    font-size: 15px;
    line-height: 21px;
}
    .fs-15 p {
        font-size: 15px;
        line-height: 21px;
    }
.fs-16 {
    font-size: 16px;
    line-height: 22px;
}

    .fs-16 p {
        font-size: 16px;
        line-height: 22px;
    }