﻿/* Overload of ListView class */
/* Audit */


/* Overload of ListView class */
.nbs-listview-audit-container {
    margin: -3px -2px -3px 0px;
    border: 1px;
    border-style: solid;
    border-color: #a3a3a3;
    border-radius: 9px;
    padding: 10px;
}

.nbs-listview-table {
    width: 100%;
    display: block;
    /*border: 1px solid;*/
    border-color: #ddd;
}

.nbs-listview-tbody {
    display: block;
    overflow-y: auto;
}

.nbs-listview-td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nbs-listview-tr {
    display: inline-table;
    width: 100%;
}

.nbs-listview-table .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

/* Audit */
.nbs-survey-section-template .form-group {
    margin-bottom: 5px;
}

.nbs-survey-section-template .panel-body {
    padding: 10px 10px 0px 10px;
}

.e-new-audit-survey-question-img {
    background-image: url("/images/actions/32/new-audit-survey-question.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.e-new-audit-survey-section-img {
    background-image: url("/images/actions/32/new-audit-survey-section.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

/* toolbar for copy, edit, delete, move questions */
.nbs-survey-tab-actions {
    padding-left: 7px;
}

/* position glyphicon move in question manage */
.nbs-survey-template-action-move {
    margin-top: 7px;
}

.nbs-survey-question-description {
    background-color: #F2F2F2
}

.nbs-survey-section-description {
    background-color: #F2F2F2;
    margin-bottom: 10px;
}

.nbs-survey-option-choice-button {
    margin-left: 10px;
    margin-bottom: 10px
}

.nbs-survey-option-choice-selected {
    background-color: skyblue;
}

.nbs-survey-question-option-parsed {
    padding: 7px;
    text-align: left;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 8px;
}

/* label question */
.nbs-survey-question-label {
    margin-bottom: 0px
}

.audit-container {
    padding-right: 0px;
    padding-left: 0px;
    background-color: white;
    border-radius: 10px;
}

.audit-survey-compile-header {
    background-color: #0288D1;
    color: white;
    padding: 11px;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18pt;
}

.audit-survey-section-compile-header {
    background-color: #03A9F4;
    color: white;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 2px;
    font-size: 14pt;
}

.audit-survey-completed-header {
    background-color: green;
    color: white;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 2px;
    font-size: 14pt;
}

.audit-survey-text {
    font-size: 12pt;
}

.audit-survey-compile-container-navbuttons {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: right;
}

.audit-survey-container-compile {
    margin-top: 20px;
}

.audit-survey-question-option-freetext-label {
    font-size: 14pt;
}

.audit-survey-question-required-label {
    font-size: 12pt;
    font-weight: normal;
}

.audit-survey-question-container-compile {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 20px;
}

.audit-survey-question-name-compile {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: bold;
}

.audit-survey-modal-title {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 12pt;
}

.audit-survey-question-note-compile {
    text-align: left;
    margin-top: 3px;
    font-size: 9pt;
}

.audit-survey-question-documents-compile {
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.audit-survey-question-link-compile {
    cursor: pointer;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center
}

.audit-survey-question-link-compile-selected {
    color: cornflowerblue;
}

.audit-survey-question-container-link-compile {
    margin-top: 17px;
}

.audit-survey-input-kind {
    cursor: pointer;
}

.audit-survey-selected-question-option-readonly {
    border-radius: 2px;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: -1px;
    padding-bottom: 0px;
}

.audit-survey-selected-question-option {
    border-radius: 2px;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: -1px;
    cursor: pointer;
    padding-bottom: 0px;
}

    .audit-survey-selected-question-option:hover {
        background-color: #ece9e9;
    }

.audit-survey-summary-container {
    margin-top: 10px;
}

.audit-survey-summary-note {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #0A0A0A;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    /* height: 34px; */
}

.audit-survey-container-label {
    margin-bottom: 20px;
}

.audit-survey-container-action {
    margin-bottom: 8px;
}

    .audit-survey-container-action .audit-survey-card-action {
        background-color: #F2F2F2;
        padding: 6px;
        border-radius: 8px;
        border-width: 1px;
        border-style: solid;
        border-color: #cecaca;
    }

.audit-survey-target-logo {
    width: 200px;
}
