#page-container {
    font-size: 10pt;
}

html, body {
    font-family: Segoe UI;
    color: #3a3a3a;
    padding: 0;
    margin: 0;
}

h1 {
    color: #afafaf;
    margin: 0pt;
}

h2 {
    margin: 20pt 0pt 0pt 0pt;
    font-size: 1.4em;
    color: #6f6f6f;
}

p, ul, ol {
    color: #a3a3a3;
}

table {
    border-collapse: collapse;
}

input[type="checkbox"] {
    border: 1px solid #000;
}

.center {
    text-align: center;
}

.dash-table {
    width: 100%;
}

table.list {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-top: 1px solid #007CB6;
    border-bottom: 1px solid #59554D;
}

thead th {
    line-height: 22px;
    color: #59554D;
}

    thead th.line {
        padding: 4px 0;
        margin-bottom: 8px;
        line-height: 22px;
        color: #59554D;
        text-transform: uppercase;
        border-bottom: 2px solid #778EB2;
    }

    thead th.cell-div, td.cell-div {
        width: 10px;
        background-color: #fff;
    }

tr.row {
    border-bottom: 1px dotted #778EB2;
}

    tr.row:hover, tr.row:hover td, tr.row:hover td a h2 {
        background-color: #FFE699 !important;
        color: #808080 !important;
    }

    tr.row td.cell a div {
        height: 100%;
        width: 100%;
    }

    tr.row td.cell:hover {
        background-color: #FFBC00 !important;
    }

tr.dash-row td.cell:hover {
    background-color: #FFBC00 !important;
}


tr.row td {
    padding: 3px 0;
    margin: 0;
}
/*
tr.row:nth-child(odd) { background-color: #f2f2f2; }
*/
td.label {
    width: 375px;
}

td.icon {
    width: 50px;
}

td.host {
    width: 200px;
}

td.baseline {
    width: 150px;
}

td.os {
    width: 150px;
}

td.av {
    width: 150px;
}

td.label a, td.host a {
    color: none;
}

    td a:hover, td.label a:hover, td.host a:hover { /*color: #fff;*/
    }

td a.link:hover {
    color: #000;
}

.dash-row:hover .dash-cell {
    background-color: #FFE699 !important; /*color: #fff !important*/
    ;
}

th.dash-info {
    padding: 0 8px;
    background-color: #8F99B1;
}

td.dash-label {
    width: 250px !important;
    border-bottom: 1px solid #DADCDD;
}

td.dash-hosts {
    width: 50px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-perc_text {
    width: 40px;
    text-align: right;
    background-color: #F2F2F2;
}

td.dash-perc_bar {
    width: 120px;
    background-color: #F2F2F2;
}

td.dash-user {
    width: 70px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-user-2 {
    width: 22px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-user-3 {
    width: 35px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-3 {
    width: 200px;
    padding: 4px;
    text-align: left;
    background-color: #F2F2F2;
}

tr.dash-row:hover {
    background-color: #FFE699 !important; /*color: #fff !important;*/
}

.header {
    padding: 5px 10px;
    color: #798CB2;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ddeaff;
    border-bottom: 1px solid #798CB2;
}

.main-info {
    padding: 10px;
    background: #8F99B1;
    color: #fff;
}

    .main-info h1 {
        margin: 0;
        padding: 0px;
    }

    .main-info h2 {
        color: #fff;
    }


#blockStandard, #blockBaseline, #blockVulnerabilities, #blockPatches, #blockAV, #blockUsers {
    clear: both;
}


.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.compliance_bar {
    width: 140px;
    overflow: hidden;
}

.percbar {
    float: left;
    font-size: 12px;
    width: 40px;
    text-align: center;
}

.greenbar, .bluebar, .redbar {
    float: left;
    margin-top: 1px;
    height: 14px;
}

.greenbar {
    background-color: #33cc00;
}

.redbar {
    background-color: #a00000;
}

.bluebar {
    background-color: #d3dfee;
}

.infolabel {
    width: 100px;
    vertical-align: top;
    font-weight: bold;
}

.infovalue {
    width: 400px;
    vertical-align: top;
    font-weight: bold;
}

.infotext {
    width: 400px;
}

#treeview {
    margin: 20px 0px;
    /*padding: 10px 10px;*/
    /*    border: 1px solid #c0c0c0;
    border-radius: 8px;
*/ overflow: hidden;
}

.treeline.active, .treeline:hover {
    background-color: #DBDC96;
}

* {
    box-sizing: border-box;
}

#page-container {
    padding: 0;
    margin: 0;
    /*text-align: center;*/
    box-sizing: border-box;
    margin-bottom: 20pt;
}

#top {
    width: 100%;
    text-align: center;
}

#top-inner {
    text-align: center;
    margin: auto;
}

#top-outer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #efefef;
}

    #top-outer h1 a {
        text-decoration: none;
        color: black;
    }

#logo {
    position: absolute;
    top: 12px;
    left: 20px;
    overflow: hidden;
}

    #logo img {
        height: 90px;
    }

#company-head {
    position: absolute;
    padding-left: 10px;
    top: 20px;
    left: 220px;
    width: 400px;
    color: #778eb2 !important;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid #778eb2;
}

.pagination_container {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #000;
}

.pagination_count {
    color: #000;
}

.pagination {
    margin-left: 3px;
    margin-right: 3px;
}

    .pagination.select {
        font-size: 16px;
        font-weight: bold;
    }

.center {
    text-align: center;
}

#content-container {
    width: 1064px;
    min-height: 792px;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    padding-top: 20pt;
}

#content-innner {
    width: 1064px;
    margin: 0 auto;
    text-align: center;
}

#content {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.button_big, .button_small,
input.button_big, input.button_small {
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    text-decoration: none;
}

.button_big {
    margin: 0 5px !important;
    background: #778EB2;
    width: 145px;
}

a.button_big, a.button_small {
    color: #fff;
    display: block;
}

.button_small {
    margin: 0 5px !important;
    background: #778EB2;
    width: 75px;
}

#bottom-container {
    width: 910px;
    margin: 0 0 0 20px;
    padding: 30px 0 0 0;
    clear: both;
    text-align: center;
}

    #bottom-container #bottom-block {
        padding: 25px 0 0 0px;
        border-top: 5px solid #e0e0e0;
        text-align: left;
    }

#left-column {
    position: relative;
    float: left;
    width: 100px;
}

#middle-column {
    float: left;
    padding: 10px;
    width: 100%;
}

#110 {
    width: 100%;
    overflow: hidden;
}

#left-report {
    position: relative;
    float: left;
    width: 50%;
    display: block;
}

#right-report {
    position: relative;
    float: right;
    padding-left: 10px;
    width: 45%;
    display: block;
    border-left: 1px solid #c0c0c0;
}

.plain {
    height: 100%;
    padding: 20px;
    display: block;
}

.benchmark {
    float: left;
    margin-right: 10px;
    padding: 4px;
    width: 375px;
    border: 1px solid #59554D;
}

    .benchmark span {
        color: #59554D;
        line-height: 22px;
    }

table.benchlist {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.bar {
    border-left: 1px solid #000;
}

.bar-bottom {
    border-top: 1px solid #000;
}

.dotted-line {
    margin: 10px 0px 20px;
    width: 100%;
    border-bottom: 1px dotted #59554D;
}

#pagination {
    padding-top: 8px;
    margin-top: 20px;
    width: 100;
    font-size: 12px;
    border-top: 1px solid #000;
}

    #pagination a {
        color: #000;
        display: inline-block;
        margin: 0 10px;
    }

    #pagination .disabled {
        font-size: 14px;
        color: #808080;
        display: inline-block;
        margin: 0 10px;
    }

#back-bar {
    width: 1042px;
    padding: 5px 10px;
    background-color: #5A74B1;
}

    #back-bar a {
        color: #fff;
    }

#filter-submit {
    margin-left: 10px;
    line-height: 18px;
    color: #fff;
    background: #334060;
    border: 1px #334060 solid;
    cursor: pointer;
}

.filter_bar {
    width: 1042px;
    min-height: 40px;
    padding: 4px 10px;
    display: block;
    background-color: #8F99B1;
    border-bottom: 1px solid #798CB2;
}

.filter_bar_item {
    float: left;
    margin-right: 4px;
}

    .filter_bar_item span {
        margin-left: 2px;
        color: #fff;
        display: block;
    }

    .filter_bar_item select {
        min-width: 100px;
    }

.flash {
    animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: red;
    }

    to {
        color: #798CB2;
    }
}

.impact_-1 {
    font-weight: 100;
    color: #000;
    background: #33cc00;
    text-align: center;
}

.impact_0 {
    font-weight: 100;
    color: #000;
    background: #33cc00;
    text-align: center;
}

.impact_1 {
    font-weight: 100;
    color: #000;
    background: #66ccff;
    text-align: center;
}

.impact_2 {
    font-weight: 400;
    color: #000;
    background: #ffd800;
    text-align: center;
}

.impact_3 {
    font-weight: 700;
    color: #000;
    background: #ff6666;
    text-align: center;
}

.impact_4 {
    font-weight: 700;
    color: #000;
    background: #ff0000;
    text-align: center;
}

.ng h2 {
    font-size: 18pt;
    color: #333;
    margin-top: 40px;
}

    .ng h2:first-child {
        margin-top: 0px;
    }

.ng p {
    font-size: 10pt;
    color: #333;
}

.ng code {
    color: green;
}


.ng > table {
    width: 100%;
    border-collapse: collapse;
}

td.button-area {
    padding: 5pt 0pt 20pt 0pt;
    text-align: right;
    height: 40px;
}

div.button-area {
    padding: 5pt 0pt 20pt 0pt;
    display: flex;
    justify-content: right;
    gap: 10px;
}

.ng input[type=text], .ng textarea {
    width: 100%;
    box-sizing: border-box;
}

.ng a.button, .ng input[type=submit] {
    width: unset;
    height: unset;
    line-height: unset;
    padding: 10pt;
    /*font-family: Verdana, Arial;*/
    font-size: 9pt;
    font-weight: normal;
    background-color: green;
    margin: 0px !important;
    border-radius: 4px;
    min-width: 120px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-style: none;
}

    .ng a.button:hover, .ng input[type=submit]:hover {
        background-color: rgba(0,128,0,0.9);
        box-shadow: 0px 0px 10px rgba(0,128,0,0.4);
    }

    .ng a.button:disabled, .ng input[type=submit]:disabled, .ng a.button:disabled:hover, .ng input[type=submit]:disabled:hover {
        background-color: #efefef;
        color: gray;
        box-shadow: initial;
    }

.ng .warning {
    background-color: orangered !important;
}

.icon {
    background-position: left center;
    background-repeat: no-repeat;
}

    .icon.standard {
        background-image: url('/Includes/icons/noun-standard-823075.svg');
    }

    .icon.baseline {
        background-image: url('/Includes/icons/noun-vertical-bottom-950254.svg');
    }

#top-outer {
    /*    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 200% 100%;
    animation: gradient 15s ease infinite;
*/
    background-color: slategrey;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.btn, input, textarea, select, button {
    font-size: 10pt;
    padding: 4pt;
    border-radius: 4pt;
    border: solid 1px #afafaf;
    background-color: #fdfdfd;
}

    button, input[type=submit], input[type=button] {
        cursor: pointer;
        text-transform: uppercase;
    }
        .btn[disabled], input[disabled], textarea[disabled], select[disabled], button[disabled] {
            background-color: #efefef;
            cursor: default;
            pointer-events: none;
        }

        textarea {
            font-family: Courier New, Courier, monospace;
        }


a.btn {
    text-decoration: none;
    text-transform: uppercase;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #a3a3a3 #a3a3a3 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after,
    .loader::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #FF3D00 #FF3D00;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack 0.5s linear infinite;
        transform-origin: center center;
    }

    .loader::before {
        width: 32px;
        height: 32px;
        border-color: #a3a3a3 #a3a3a3 transparent transparent;
        animation: rotation 1.5s linear infinite;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
