﻿.element {
    box-shadow: rgba(37, 36, 35, 0.3) 2px 2px 2px 2px;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 0.5px solid rgba(37, 36, 35, 0.3);
}

.powerbi-broad {
    border: 1px solid;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.powerbi-broad-header {
    color: #31708f;
    background-color: #0056a1;
    border-color: #0056a1;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 70px;
}

.powerbi-broad-body {
    padding: 15px;


}

    .powerbi-broad-body p {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: unset;
        font-size: unset;
    }

.powerbi-broad-body select.form-control:not([size]):not([multiple]) {
    height: calc(1.5rem + 2px); 
}

.powerbi-broad-body label {
    padding-left:0px;
    padding-right:0px;
}

.powerbi-broad-body .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}

.powerbi-broad-body input {
    max-width: 300px;
    padding-bottom:0px;
    padding-top:0px;
    font-size:14px;
}

    .powerbi-broad-body select {
        max-width: 300px;
    }
    .powerbi-broad-body .form-control {
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 14px;
    }

    .powerbi-broad-body .element-heading {
        text-align: center;
    }

    .powerbi-broad-body .element-block {
        padding-top: 20px;
        padding-bottom:20px;
        text-align: center;
    }
    .powerbi-broad-body .btn-group, .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .powerbi-broad-body .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .powerbi-broad-body .btn-group > .btn:first-child {
            margin-left: 0;
        }

        .powerbi-broad-body .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .powerbi-broad-body .btn-group > .btn, .btn-group-vertical > .btn {
            position: relative;
            float: left;
        }

    .powerbi-broad-body .btn-sm, .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

.powerbi-broad-body .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.powerbi-broad-body .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.powerbi-broad-body .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .powerbi-broad-body .btn-link:hover, .btn-link:focus {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
    }

.powerbi-broad-body .btn:hover {
    cursor: pointer;
}

.powerbi-broad-body input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

    .powerbi-broad-body .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
    }

#resetq {
    color: #337ab7;
    font-size:14px;
    padding-left:0px;
}

.powerbi-broad-body label{
    font-weight:600;
}



.clicks-disabled {
    pointer-events: none
}

.table-header {
    color: white;
    background-color: #0056a1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height:20px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.powerbi-broad-body .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}

    .powerbi-broad-body .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .powerbi-broad-body .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .powerbi-broad-body .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

@media print{
    #footer{
        display:none !important;
    }

    .login-bar {
        display: none !important;
    }

    #web_header {
        display: none !important;
    }

    #web_nav{
        display: none !important;
    }

    #tab1table_filter {
        display: none !important;
    }

    .noprint {
        display: none !important;
    }

    #ssb_container p {
        font-family: 'Times New Roman', Times, serif;
        font-size: 12pt;
        color: black;
    }
    .powerbi-broad {
        border: 0px;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        font-family: 'Times New Roman', Times, serif;
        font-size: 12pt;
        color: black;
    }
    .powerbi-background {
        width: 100%;
        background-image: none !important;
    }
}

#tab1table td, th {
    vertical-align: middle;
}

#tab1table .Unsatisfactory {
    background-color: #FF9900 !important;
}

#tab1table .Satisfactory {
    background-color: #00FF00 !important;
}

#tab1table .Implemented {
    background-color: #00FF00 !important;
}

#tab1table .Implemented__action_complete {
    background-color: #00FF00 !important;
}

#tab1table table.display td.Not {
    background-color: #FFFF00 !important;
}

#tab1table .In_progress {
    background-color: #FFFF00 !important;
}


#tab1table .Not_reviewed {
    background-color: #DDDDDD !important;
}

#tab1table .NewQuestion {
    background-color: #66CCFF;
}

#tab1table table {
    border-collapse: unset;
}

    #tab1table table td {
        border-top-width: 0px;
    }

td.SSPdetails {
    background-color: #EEEEEE !important;
    border: 2px solid #A19B9E !important;
    padding-left: 0px;
    padding-right: 0px;
}


.hover_bkgr_fricc {
    background: white// rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background-color: #f1f1f1;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
    }

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
}

.ms-metadata, .ms-descriptiontext {
    color: #777;
    font-style: italic;
}

.print-heading {
    background-color: #0056a1;
    color:white;
    font-size:20pt;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    margin-right:-15px;
    margin-left:-15px;
    margin-top:-15px;
    margin-bottom:20px;
}

#ssp_compdiv .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333 !important;
    background-color: #e6e6e6;
    background-image: none !important;
    border-color: #adadad !important;
}
.powerbi-background {
    width: 100%;
    background-image: url("./img/istars-background.png");
}

.pageDescription p {
    color:black;
}

#asiap p {
    color: black;
}

#asiap td {
    word-break: break-all !important;
}

#asiap th {
    word-break: break-all !important;
}