﻿.modalContainer {
    border: 1px solid #000000;
    border-left: none;
    /*height: 300px;*/
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow: visible;
}

    .modalContainer .dashboard tr th {
        border-top: none;
    }

.dashboardHeader {
    width: 100%;
    font-size: 110%;
    border-collapse: collapse;
}

    .dashboardHeader tr td {
        color: #ffffff;
        padding: 8px;
        border: solid 1px #000000;
        background: #48627B;
        font-weight: bold;
    }

.dashboard {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000000;
    border-collapse: collapse;
    empty-cells: show;
    white-space: normal;
    margin-bottom: 10px;
}

    .dashboard tr th {
        padding: 4px;
        font-size: 1.2em;
        background: #eeeeee;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        border: solid 1px #000000;
    }

    .dashboard tr td {
        padding: 4px;
        font-size: 102%;
        vertical-align: middle;
        text-align: center;
        border: solid 1px #000000;
    }

        .dashboard tr td.rowHeader, .dashboard tr th.rowHeader {
            text-align: left;
            font-weight: bold;
        }

        .dashboard tr td.borderless-lr {
            border-left: none;
            border-right: none;
        }

.noStatus {
    background: #eeeeee;
    color: #808080;
}

    .noStatus a {
        color: #808080;
    }

td.incomplete {
    background-position: center center;
    background-image: url('../../../img/bullet_red.png');
    background-repeat: no-repeat;
}

.dashboard div.comments {
    background-position: 0px 4px;
    background-image: url('../../../img/note.png');
    background-repeat: no-repeat;
    width: 100%;
    text-align: left;
    font-size: 1em;
    font-style: italic;
    padding-top: 5px;
    margin-top: 5px;
    margin-left: -20px;
    padding-left: 20px;
}

div.submissionDetails {
    width: 100%;
    font-size: 0.85em;
    font-style: italic;
    margin-top: 5px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.5em;
}

.dashboard .questionRow div.submissionDetails {
    background-position: left 0px;
    background-image: url('../../../img/bullet_go.png');
    background-repeat: repeat-y;
    margin-left: -18px;
    padding-left: 18px;
    line-height: 16px;
}

.dashboard .domainRow {
    font-size: 115%;
}

.dashboard .questionnaireRow td {
    font-size: 105%;
}

.dashboard .questionRow {
    font-size: 95%;
}

.dashboard .rh {
    text-align: left;
}

tr.domainRow td.rh {
    padding-left: 5px;
}

.dashboard tr.questionnaireRow td.rh {
    padding-left: 30px;
}

.dashboard tr.questionRow td.rh {
    padding-left: 30px;
}

.dashboard tr.alternateRow td.rh {
    background-color: #f8f8f8;
}

.dashboard tr.allLeft td {
    text-align: left;
}

.dashboard tr.alternateRow.allLeft td {
    text-align: left;
}

.dashboard tr.emptyRow td {
    font-size: 1pt;
    border: none;
}

.dashboard input, .dashboard select, .dashboard textarea {
    font-size: 100%;
    font-family: Verdana;
}

/* the following deal with DBM Audit Data Entry*/
.questionaire_complete {
    background-image: url("../../../img/btn_ok_img.png");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.questionaire_notcomplete {
    background-image: url("../../../img/btn_cancel_img.png");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.iconButton.fusionDbmAuditButton {      
    border-radius: 10px;
    padding-right:25px;
    padding-left:10px;
}

.iconButton.edit.fusionDbmAuditButtonImageCompleted {
    background-image: url("../../../img/left_triangle.png");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position:right;    
}

.fusionDbmAuditButtonImageCompleted {
    margin-right:10px;
}

.iconButton.edit.fusionDbmAuditButtonImageNotCompleted {
    background-image: url("../../../img/right_triangle.png");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position:right;
    
}
