/* app css stylesheet */
h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.radio-inline:first-child {
    padding-left: 0;
}

.immediate-action {
    padding-top: 20px;
    font-weight: normal;
}

.menu > li + li:before {
    content: "|";
    padding-right: 0.3em;
}

.audit-result-first {
    margin-top: 10px;
}

.audit-result {
    padding-left: 10px;
    margin-bottom: 10px;
}

#page-title {
    overflow: auto;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: none;
    opacity: 0.5;
    display: none;
}

.go-to-bottom {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: none;
    opacity: 0.5;
    display: none;
}

.back-to-top:hover, .go-to-bottom:hover, .glyph-icon {
    opacity: 1;
    cursor: pointer;
}

.back-to-top i, .go-to-bottom i {
    font-size: 25px;
    padding: 8px;
    color: #003e7e;
}

.yellow-text {
    color: #e2e200;
}

.green-text {
    color: #229753;
}

.red-text {
    color: #D61717;
}

span.counter {
    margin-right: 10px;
}

label.red div[id^="uniform-"] input:checked + span, table .red, .color0 {
    background-color: #D61717;
    border-color: #dfe8f1;
}

label.green div[id^="uniform-"] input:checked + span, table .green, .color2 {
    background-color: #0EA448;
    border-color: #dfe8f1;
}

label.grey div[id^="uniform-"] input:checked + span, table .grey, .color-1 {
    background-color: #9d9d9d;
    border-color: #dfe8f1;
}

label.blue div[id^="uniform-"] input:checked + span {
    background-color: #003e7e;
    border-color: #dfe8f1;
}

label div[id^="uniform-"] input:checked + span, table .yellow, .color1 {
    background-color: #ffff00;
    border-color: #dfe8f1;
}

div[id^="uniform-"] i {
    color: transparent !important;
}

.controls {
    bottom: 0;
    text-align: right;
    padding: 5px 0;
}

.options-label, .question {
    padding-top: 9px;
}

.content-box-header label {
    padding: 0;
}

.process-products-table .cell, .form-horizontal .process-products-table .cell-label {
    padding-top: 7px;
    text-align: center;
}

.process-products-table .cell-label span {
    padding-left: 7px;
}

.space-row {
    height: 15px;
}

.next-row {
    margin-top: 3px;
}

.grade-table table {
    border: solid 1px black;
    padding-left: 10px;
}

.grade-table td {
    padding: 0 3px;
}

.grade-table tr > td:first-child {
    text-align: center;
    font-weight: bold;
    color: white;
}

.grade-table tr > td.yellow:first-child {
    color: black;
}

.grade-table tr > td:last-child {
    padding-left: 5px;
}

.total-points-table td {
    height: 40px;
}

.total-points-table .line {
    border-bottom: solid 1px black;
    margin-right: 10px;
}

.total-points-table .large {
    font-size: x-large;
    border: solid 1px black;
}

.total-points-table .medium {
    font-size: medium;
}

.total-points-table small {
    vertical-align: bottom;
}

h2 {
    margin-bottom: 5px;
}

#audit-result-table {
    font-weight: bold;
    font-size: medium;
}

.eg span {
    font-size: 10px;
}

#audit-result-table td {
    padding: 4px;
    text-align: center;
}

#audit-result-table td:first-child {
    text-align: left;
}

#audit-result-table .table-header td {
    background-color: #98a8c9;
}

#audit-result-table td.col-white {
    background-color: #fff;
}

.border-transparent-table, .analysis-table {
    border: solid 1px black;
    margin-bottom: 10px;
}

.border-transparent-table td, .border-transparent-table th, .analysis-table td {
    font-size: large;
    text-align: center;
    border: solid 3px white;
    height: 24px;
}

.analysis-table.explanation td {
    text-align: left;
    padding-left: 5px;
}

.border-transparent-table tr th {
    font-size: large;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid black;
}

.content-box-header button {
    margin-left: 10px;
}

.action-plan-block {
    margin-bottom: 20px;
    border-bottom: 1px dashed #99b3ce;
}

.action-plan-block:last-child {
    border-bottom: none;
}

.action-plan-block {
    margin-bottom: 20px;
}

.question {
    font-weight: bold;
}

#sidebar-menu {
    height: 100%;
    padding: 5px 10px;
}

#page-title h2, #page-title > div {
    padding-bottom: 10px;
    font-weight: bold;
}

.tile-box {
    background-color: #f7f7f7;
    border: none;
    color: #003e7e;
}

.tile-box:hover {
    background-color: #ddd;
    cursor: pointer;
    color: #003e7e;
}

.tile-box .tile-header {
    font-size: 18px;
    font-weight: 700;
}

#header-nav-right {
    margin: 0;
    padding: 2px 15px 2px 0;
}

#header-nav-right img {
    margin: 3px;
    max-height: 65px;
}

.bootstrap-touchspin .btn .glyph-icon {
    margin-top: 0;
}

.btn .glyph-icon {
    margin-top: 4px;
    display: block;
}

.explanation {
    margin-bottom: 20px;
}

.red-border {
    border-color: #c6080d !important;
}

.counter-line {
    margin-top: 10px;
    margin-left: 20px;
}

#view-container {
    margin: 20px 30px;
}

.counter {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}

.btn input + span {
    padding-top: 5px;
    display: inline-block;
}

.customer-logo {
    width: 300px;
}

.div-toggle-button {
    display: inline-block;
}

label.not-required {
    font-weight: normal;
}

.page-header-row {
    margin-left: -10px;
}

.datepicker .btn {
    padding: 0 !important;
}

.datepicker table {
    min-width: 200px;
}

.btn, .modal-footer .btn + .btn {
    height: 30px;
    margin-bottom: 2px;
}

#sidebar-menu #link {
    position: absolute;
    bottom: 15px;
}

#print-modal .col-sm-12 {
    margin-bottom: 4px;
}

[id^=touchspin] {
    height: 36px;
}

#print-modal label div[id^="uniform-"] input:checked + span {
    background-color: rgb(0, 53, 107);
}

.rotate {
    height: 120px;
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* Standard */
    transform: rotate(-90.0deg);
}

.content-box {
    margin-bottom: 30px;
}

.content-box-header {
    padding-bottom: 5px;
}

.content-box .content-box-wrapper {
    padding-bottom: 0;
}

.content-list-item .content-box-wrapper {
    padding: 5px 10px;
}

.content-list-item {
    margin-bottom: 30px;
}

#page-title {
    padding-bottom: 10px;
}

.question-information-block {
    border-bottom: rgb(223, 232, 241) 1px dashed;
    border-top: rgb(223, 232, 241) 1px dashed;
}

.question-information-block h5 {
    margin: 5px 0;
}

#page-filter {
    margin-bottom: 20px;
    padding: 10px 0;
}

#page-filter .content-box-header {
    margin-bottom: 10px;
}

trix-toolbar {
    margin-top: 5px;
}

.button_groups .strike, .link, .code, .quote, .list.numbers {
    display: none;
}

trix-toolbar .button_groups button {
    height: 22px;
}

.block-examples ul {
    padding-left: 20px;
}

.block-requirements div, .block-examples div, .block-chapter div {
    padding-left: 5px;
}

.requirements-examples-edit {
    margin-bottom: 20px;
}

.requirements-examples-edit h3 {
    display: inline-block;
}

.requirements-examples-edit .trix-button-row {
    margin-top: 5px;
}

.requirements-examples-edit .content-box-header {
    padding: 0;
    margin-bottom: 10px;
}

.requirements-examples-edit .question {
    padding-top: 0;
    margin-bottom: 5px;
}

.downgrading-options label {
    margin-top: 5px;
    width: 70px;
}

.add-participant {
    margin-right: 10px;
}

.block-additional-requirements {
    margin-top: 5px;
}

.downgrading-text {
    line-height: 27px;
    margin: 5px 0;
    font-weight: bold;
}

.radio-inline, .checkbox-inline {
    padding-left: 0;
    margin-left: 0 !important;
    margin-right: 15px;
}

.checkbox-compare.checkbox-inline {
    margin-right: 0;
    margin-top: 7px;
}

.compare {
    overflow: auto;
}

.compare .values div {
    margin-bottom: 5px;
    min-height: 1.6em;
}

#field-failure-analysis-grade-chart {
    width: 350px;
}

#questions-result-field-failure {
    padding-left: 10px;
    padding-top: 10px;
}

#questions-result-field-failure label {
    font-size: 15px;
}

#questions-result-field-failure #amm, #total-compliance {
    border-bottom: rgb(0, 62, 126) solid 1px;
    margin-bottom: 10px;
}

.fill-grey {
    background-color: #9d9d9d;
}

.button-margin-right {
    margin-right: 10px;
}

.controls-spacer {
    margin-top: -25px;
    margin-bottom: 15px;
}

.image-list img {
    margin-bottom: 5px;
    width: 100%;
}

.image-list > div {
    margin-bottom: 10px;
}

#page-sidebar ul li.active a {
    color: black;
    text-decoration: underline;
}

#copyright {
    margin-top: 20px;
}

span.margin {
    margin: 0 10px;
    display: inline-block;
}

.form-group.second-row {
    margin-top: -10px;
}

.sub-content {
    margin-bottom: 15px;
    border-bottom: dashed 1px #99b3ce;
}

.sub-content:last-child {
    border-bottom: none;
}

.file-icon {
    height: 45px;
    font-size: 45px;
    text-align: center;
}

.file .col-sm-8 {

    cursor: pointer;
    min-height: 120px;
    word-break: break-all;
}

.file .remove-file {
    padding: 0px;
}

.file .img img {
    width: 100%;
}

.file {
    margin-bottom: 10px;
}

#arrow-menu {
    margin-left: 20px;
    padding: 0;
    margin-bottom: 10px;
    width: 94%;
    text-align: left;
}

#arrow-menu a:hover {
    color: #003e7e;
}

.arrow {
    margin-left: -21px;
    display: inline-block;
    margin-bottom: 10px;
    width: 90px;
}

.arrow:first-child {

}

.arrow:last-child {
    width: 105px;
}

.arrow:last-child .arrow-text {
    width: 80px;
}

.arrow-in {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    position: absolute;
}

.arrow-overview {
    margin-left: -17px;
    margin-right: 30px;
    padding: 0 10px;
    font-size: 25px;
    font-weight: bold;
    vertical-align: center;
    height: 40px;
    text-align: center;
    background-color: rgb(240, 240, 240);
    display: inline-block;
}

.arrow-overview:hover {
    text-decoration: none;
}

.arrow-text {
    padding-left: 20px;
    font-size: 25px;
    font-weight: bold;
    vertical-align: center;
    width: 60px;
    height: 40px;
    text-align: center;
    background-color: rgb(240, 240, 240);
    display: inline-block;
}

.arrow-out {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent rgb(240, 240, 240);
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.arrow.active .arrow-text, .arrow-overview.active {
    color: #fff;
    background-color: #003e7e;
}

#arrow-menu .arrow-overview.active:hover {
    color: #fff;
}

.arrow.active .arrow-out {
    border-color: transparent transparent transparent #003e7e;
}

.explanation a {
    color: #3e4855;
    text-decoration: underline;
}

#tool-part-logo {
    margin-top: 5px;
    height: 74px;
    width: 110px;
    display: inline-block;
    float: left;
}

#tool-part-logo img {
    height: 70px;
}

#sidebar-menu a {
    color: #3c3b3b;
}
