.btn,
input,
textarea,
.progress,
.tag-label,
.label,
.badge,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.panel,
.panel-heading,
.panel-comments,
.nav-pills > li > a,
.breadcrumb,
.panel > table:last-child,
.panel > .table:first-child  {
    border-radius: 0!important;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding-top: 12px;
}

.table-condensed > tbody > tr > td:first-child,
.table-condensed > tbody > tr > th:first-child,
.table-condensed > tfoot > tr > td:first-child,
.table-condensed > tfoot > tr > th:first-child,
.table-condensed > thead > tr > td:first-child,
.table-condensed > thead > tr > th:first-child {
	padding-left: 15px;
}

.btn-group .btn:not(:first-child) {
    margin-left: 6px;
}

.min,
.max {
    overscroll-behavior: none!important;
    overflow-x: clip!important;
}

a {
  color: #546474;
}

.panel-default .btn-primary {
    background-color: transparent!important;
    border-style: none!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}

.panel-default .btn-primary:hover {
    background-color: transparent!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}

.btn-primary {
    color: #fff;
    background-color: #546474;
	  /*border-style: none!important;*/
}

.btn-primary:hover {
    background-color: #38434d!important;
}

.btn-secondary {
    color: #fff;
    background-color: #546474;
	border-style: none!important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #38434d!important;
}

.panel-heading .dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#base-content .clearfix .pagination .dropdown-toggle:focus {
    outline: 5px auto #599fd0;
    outline-offset: -3px;
}
.table-responsive .dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    text-decoration: none;
}

/*
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: transparent!important;
    border-style: none!important;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: transparent!important;
    border-style: none!important;
}
*/

.secondary-color {
  background-color: #546474!important;
  color: white;
}

.h1,
.h2,
.h3,
h1,
h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 18px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.nav.nav-second-level.nav-up {
    transform: translateY(-100%);
    margin-top: 41px;
}

.nav-tabs {
    border-bottom: 1px solid rgb(148, 168, 187);
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #73879c;
    border: 1px solid #73879c;

}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav-tabs .dropdown .badge{
    color: #fff;
    background-color: #546474;
}

.nav-tabs .active-color .badge{
    color: #72879b;
    background-color: #ffffff;
}

.navbar-brand {
    padding: 0 12px;
    margin-left: 0px;
    height: 92px;
    display: flex;
    align-items: center;
}

.navbar-toggle {
    height: 92px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand > img {
    display: inline-block;
}

.navbar-brand-logo {
    min-height: 92px;
}

.navbar-brand-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-brand-logo-wrap img {
    width: 76px;
    height: auto;
    display: block;
}

.navbar-brand-logo-wrap span {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    line-height: 1;
}

.navbar-fixed-top {
    min-height: 92px;
}

.navbar-fixed-top .navbar-header {
    min-height: 92px;
    height: 92px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    body {
        padding-top: 92px;
    }

    .navbar-fixed-top {
        min-height: 92px;
    }

    .navbar-top-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 92px;
        margin: 0;
        float: right;
    }

    .navbar-top-links > li {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .navbar-top-links > li > a,
    .navbar-top-links > li > .custom-search-form {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .navbar-top-links > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-top-links .custom-search-form {
        margin: 0;
    }

    .navbar-top-links .custom-search-form form {
        margin-bottom: 0;
    }

    .navbar-default.sidebar.navbar-fixed-top {
        top: 96px !important;
        height: calc(100vh - 96px);
        overflow: visible;
        z-index: 1030;
    }

    .navbar-default.sidebar.navbar-fixed-top .sidebar-nav.navbar-collapse {
        height: calc(100vh - 96px);
        overflow: visible;
        position: relative;
    }

    body.min div.navbar-default.sidebar {
        top: 96px !important;
        height: calc(100vh - 96px);
        overflow: visible;
    }

    #page-wrapper,
    #footer-wrapper {
        margin-top: 0 !important;
    }

    #wrapper > .container-fluid,
    #wrapper > #page-wrapper {
        padding-top: 0;
    }
}

.row {
    margin-top: 5px;
}

form.filters {
    margin-top: 0px;
    padding: 0px 5px 5px;
}

.filters select, .filters textarea, .filters input[type="text"], .filters input[type="password"], .filters input[type="datetime"], .filters input[type="datetime-local"], .filters input[type="date"], .filters input[type="month"], .filters input[type="time"], .filters input[type="week"], .filters input[type="number"], .filters input[type="email"], .filters input[type="url"], .filters input[type="search"], .filters input[type="tel"], .filters input[type="color"], .filters .uneditable-input {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.filters hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type="file"] {
    border: 0px;
    width: auto;
}

.form-control {
    width: 70% !important;
}

.bs-searchbox .form-control {
    width: 100% !important;
}

.dojo-input-group {
    width: 73%;
    z-index: 1;
}

.home-icon a {
    padding: 0 !important;
}

.hilite,
.hilite1 {
    background: #FF0;
}

.hilite2 {
    background: #A9DBA9;
}

.hilite3 {
    background: #F89406;
}

.hilite4 {
    background: #F8B9B7;
}

.hilite5 {
    background: #BCE8F1;
}

#swagger-ui-container h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
}

#swagger-ui-container h3 {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
}

#swagger-ui-container .footer {
    display: none !important;
}

div#header {
    background: #FFF;
}

.zero {
    border: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

body #header form#api_selector .input input#input_apiKey {
    width: 500px;
}

.prod_name {
    padding-right: 15px;
    white-space: nowrap;
    width: 1px;
}

.breadcrumb a.active {
    color: #777 !important;
}

.badge.badge-count {
    background-color: #d9534f;
}

.badge.badge-count.badge-count0 {
    background-color: #5cb85c;
}

.dropdown-toggle-h {
    display: none;
    visibility: hidden;
}

a.eng_link {
    margin-bottom: 10px;
}

.ui-helper-reset {
    font-size: 96%;
}

#tabs.ui-widget {
    font-size: .8em;
}

form.metric_form,
form.metric_form select,
form.metric_form p,
form.metric_form ul,
form.metric_form ul li {
    list-style-type: none;
    font-size: 11px
}

form.metric_form label {
    font-size: 11px
}

form.metric_form input[type='submit'] {
    vertical-align: text-bottom;
}

form.metric_form p label {
    font-weight: 700;
}

.filters .panel-body {
    padding: 5px;
}

.filters .panel-heading {
    border-top: 1px solid #ddd;
}

.filters .panel-heading:first-child {
    border-top: 0px solid #ddd;
}

.panel-blue .panel-heading,
.panel-blue {
    color: #f5f5f5;
    background-color: #546474!important;
    border-color: #546474!important;
}

.panel-blue a {
    color: #546474;
}

.panel-blue a:hover {
    color: #38434d;
}

.nowrap {
    white-space: nowrap;
}

.metrics-chart {
    height: 300px;
}

.metrics-half-chart {
    height: 300px;
    width: 460px;
    display: inline-block;
    margin-bottom: 40px;
}

.table-400 {
    width: 40%;
}

.table-600 {
    width: 66%;
}

.table-full {
    width: 100%;
}

.metric-half {
    display: inline-block;
    vertical-align: top;
    width: 38%;
}

.field-help-text {
    display: block;
    font-size: 75%;
    margin: -10px 1px 10px;
}

.error-page-box {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}

.inline-block {
    display: inline-block;
}

a.search-finding {
    color: #09d;
}

.no-bullets {
    list-style: none;
}

.inline-form,
.inline-label {
    display: inline;
}

div#upload-risk form select[multiple="multiple"] {
    height: 400px;
    width: auto;
}

.controls.file label {
    width: 20%;
    text-align: center;
}

.protip {
    text-align: center;
    margin-bottom: 10px;
}

.control-group input[type="file"] {
    display: inline-block;
    width: 0;
}

form#replace_risk_file label {
    text-align: center;
    width: 88px;
}

form#replace_risk_file input[type="file"] {
    display: inline-block;
    width: 0;
}

form ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px
}

form ul li a#reset-password,
form ul li a#forgot-username {
    color: rgb(51, 122, 183)
}

form ul#id_accepted_findings {
    list-style: none;
    margin-left: 0;
    overflow: scroll;
    max-height: 500px;
}

form ul#id_accepted_findings li {
    padding: 5px;
}

form ul#id_accepted_findings li:nth-child(odd) {
    background-color: #f0f0f0;
}

div#upload-risk .helptext,
div.show_add_findings_form .helptext {
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: auto;
    text-align: center;
}

a.accept-all-findings {
    cursor: pointer;
}

div.danger-zone {
    padding: 0;
    text-align: center;
}

div.danger-zone h3 {
    margin: 0px;
}

div.danger-zone p {
    margin-top: 10px;
}

.meta_profile {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f0f0f0;
    border: 1px solid;
    border-color: #d0d0d0;
    border-radius: 4px;
    color: #000;
    padding: 8px 35px 8px 14px;
}

.meta_profile b {
    display: inline-block;
    width: 40%;
}

ul.messages {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 5px;
}

.messages li {
    display: block;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 2px 3px;
}

.top,
form ul#id_accepted_findings input {
    vertical-align: top;
}

.messages li.warning {
    color: #c09853;
}

.messages li.error {
    color: #b94a48;
}

.Pass,
.messages li.success {
    color: #468847;
}

.pass_fail {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f89406;
    color: #fff;
    display: inline-block;
    font-size: 11.844px;
    font-weight: 700;
    line-height: 14px;
    padding: 2px 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.dojo-sup {
  font-size: smaller;
  vertical-align: super;
}
.Fail {
    background-color: #b94a48;
}

.Pass {
    background-color: #468847;
}

.severity {
    font-size: 80%;
}

.severity-Info {
    background-color: #888888;
}

.severity-Low {
    background-color: #546474;
}

.severity-Medium {
    background-color: #FBE413;
}

.severity-High {
    background-color: #f09835;
}

.severity-Critical {
    background-color: #d9534f;
}

.age-red {
    background-color: #d9534f;
}

.age-green {
    background-color: green;
}

.age-blue {
    background-color: blue;
}

.age-orange {
    background-color: #EE7600;
}

.dojo-search {
    clear: right !important;
    display: inline-block !important;
    float: right !important;
    margin: 0 !important;
}

.pagination {
    margin: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
  background-color: #546474;
  border-color: #546474;
}

.pagination-in-panel {
    margin-left: 10px!important;
    margin-right: 10px!important;
}

#risk_acceptance table form {
    margin: 0;
}

#risk_acceptance table td {
    vertical-align: middle;
}

div.eng_info {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 10px;
    min-height: 135px;
    padding: 7px;
    width: 280px;
}

div.prod_info {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

br {
    border: 0;

}

.filters h3 {
    font-size: 122% !important;
    line-height: 20px;
    margin: 0px 0 5px 0 !important;
}

.filters .helptext {
    display: none;
}

.table-bordered th {
    background-color: #DCEDFB !important;
}

span.report_note {
    display: inline-block;
    font-size: 11px !important;
}

span.report_note * {
    font-size: 11px !important;
}

div.pagination li form {
    display: inline-block;
    margin-left: 3px;
}

div.pagination li form select {
    display: inline-block;
    font-size: 11px;
    width: auto;
}

div.page_select {
    float: left;
}

input#simple_search {
    width: 100%!important;
}

.support-page-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.support-container {
    display: flex;
    width: 75%;
    margin-bottom: 150px;
}

.support-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

.support-box.shape {
    border-radius: 12px;
    padding: 10px 25px 25px 25px;
    margin: 0px 10px 0px 10px;
    transition: transform .5s;
}

.community {
    color: #546474!important;
    background-color: #e7e7e7!important;
}

.commercial {
    color: #e7e7e7!important;
    background-color: #1d4565!important;
}

.support-box.hover:hover {
    transform: translateY(-10px);
}

.btn-primary.support {
    font-size: 16px;
    font-weight: 500;
    padding: 10px!important;
    border-radius: 6px!important;
    margin: 20px 10px 0px 10px!important;
    border: none!important;
}

.btn-primary.support.dark:hover {
    color: #546474!important;
    background-color: #f7f7f7!important;
}

.btn-primary.support.light:hover {
    color: #e7e7e7!important;
    background-color: #235175!important;
}

.divider {
    border-bottom: 1px solid;
    margin: 10px 25px 15px 25px;
}

.divider.dark {
    border-color: #546474!important
}

.divider.light {
    border-color: #e7e7e7!important
}

.dojo-modals-wrapper {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.footer {
    background-color: #F8F8F8;
    border-top: 1px solid #dcdcdc;
    padding: 30px 0;
}

.footer img {
    opacity: .7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.footer img:hover {
    opacity: 1
}

.metric-data .row {
    margin-bottom: 40px;
}

.navbar a.brand {
    margin: 0;
    padding: 0;
}

.metric-data .well {
    padding: 7px;
    font-size: 12px !important;
}

.metric-data h4 {
    font-size: 14px;
    font-weight: bold;
}

body {
    padding-top: 50px;
}

@media (min-width: 768px) {
    body {
        padding-top: 92px !important;
    }

    #page-wrapper {
        margin-top: 0 !important;
    }

    #footer-wrapper {
        margin-top: 0 !important;
    }
}

body.popup {
    padding-top: 0;
}

html,
body,
.container {
    height: 100%;
}

body > .container {
    height: auto;
    min-height: 100%;
}

body #header form#api_selector .input a#explore:hover,
body #header form#api_selector .input a#explore {
    background-color: #09d !important;
}

.controls ul {
    list-style-type: none;
    margin: 0
}

div.dataTables_wrapper
div.dataTables_filter {
    margin: 10px!important;
}

.navbar li.search-form {
    width: 170px
}

label,
input,
button,
select,
textarea {
    font-size: 14px
}

ul.left {
    text-align: left
}

.breadcrumb.main {
    margin-top: 10px;
}

.form-read-only {
    margin-left: 20px;
}

.centered {
    text-align: center;
}

.centered table {
    margin: auto;
    text-align: left;
}

table.centered th {
    text-align: center;
}

table.centered td {
    text-align: center;
}

.text-critical {
    color: #d9534f
}

.text-high {
    color: #f0ad4e
}

.text-medium {
    color: #f0de28
}

.text-low {
    color: #546474
}

input[type="checkbox"] {
    display: inline;
    width: 22px;
    vertical-align: middle;
    margin-top: 0px;
    border: 0;
    padding: 0px;
    box-shadow: none
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 500px;
    min-width: 0;
}

.footer {
    font-size: x-small
}

.footer img.logo {
    width: 5%;
    height: 5%;
}

td .fa-fw {
    font-size: 18px;
}

.same-height-panel-row .panel {
    min-height: 150px;
}

.view-finding .panel-body pre, .endpoints pre {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: normal;
}

h4.finding-title {
    width: 90%;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 180px;
    }

    .dl-horizontal dd {
        margin-left: 200px;
    }

}

.panel-heading span.clickable {
    cursor: pointer;
}

#test-pulldown .popover-content {
    color: #000000;
}

span.endpoint_product {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

#vuln_endpoints ul {
    list-style-type: square;
    margin-left: 5px;
    padding-left: 5px;
    width: 100%;
}

.endpoint-panel {
    overflow-x: scroll;
    max-height: 300px;
}

.endpoints i.fa-circle {
    font-size: 7px;
    vertical-align: middle;
}

.dropdown-menu > li > a.text-danger {
    color: #a94442!important;;
}

.dropdown-menu  {
	background-color: #fff;
}

.dropdown-menu a {
	text-decoration: none!important;
	letter-spacing: 0.04em;
  color: #000000!important;;
}

th .fa-sort-asc {
    vertical-align: -3px
}

th .fa-sort-desc {
    vertical-align: 3px
}

th a {
    color: #333;
    width: 100%;
    display: inline-block;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?2eclin');
    src: url('../fonts/icomoon.eot?2eclin#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?2eclin') format('truetype'),
    url('../fonts/icomoon.woff?2eclin') format('woff'),
    url('../fonts/icomoon.svg?2eclin#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-grab-reorder-down:before {
    content: "\e902";
}

.icon-grab-reorder-up:before {
    content: "\e903";
}

.icon-grab-reorder:before {
    content: "\e904";
}

.icon-add-template:before {
    content: "\e900";
}

.icon-plusminus:before {
    content: "\e800";
}

.icon-page-break:before {
    content: "\e901";
}

.icon-user-check:before {
    content: "\e975";
}

#side-menu ul a {
    /*border-top: 1px solid #ddd;*/
    border-radius: 4px;
}

li#minimize-menu-li {
    display: none;
    visibility: hidden;
}

div.custom-search-form {
    height: 21px;
    width: 265px;
}

.announcement-banner {
    margin: 0px -15px;
    border-radius: 0px 0px 4px 4px;
}

@media (min-width: 795px) {
    div.custom-search-form {
        height: 21px;
        width: 350px;
    }
}

@media (min-width: 945px) {
    div.custom-search-form {
        height: 21px;
        width: 500px;
    }
}

@media (min-width: 320px) {
    #page-wrapper {
        margin: 75px 0 0 0;
    }

    #footer-wrapper {
        margin: 75px 0 0 0;
    }
}

@media (min-width: 359px) {
    #page-wrapper {
        margin: 100px 0 0 0;
    }

    #footer-wrapper {
        margin: 100px 0 0 0;
    }
}

@media (min-width: 600px) {
    #page-wrapper {
        margin: 50px 0 0 0;
    }

    #footer-wrapper {
        margin: 50px 0 0 0;
    }
}

@media (min-width: 768px) {
    .sidebar {
        width: 175px
    }

    #page-wrapper {
        margin: 0 0 0 175px;
    }

    #footer-wrapper {
        margin: 0 0 0 175px;
        border-left: 1px solid #e7e7e7;
    }

    li#minimize-menu-li {
        display: inline-block;
        visibility: visible;
    }

    div.custom-search-form {
        height: 21px;
        width: 305px;
    }

    #side-menu li a span.arrow {
        display: none
    }

    #side-menu li {
        position: relative;
        border-radius: 4px;
    }

    #side-menu > li > a {
        position: relative;
    }

    #side-menu > li > a::after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        width: 20px;
        height: 100%;
        background: transparent;
    }

    #side-menu > li ul {
        position: absolute;
        left: calc(100% - 1px);
        top: 0;
        min-width: 200px;
        height: auto !important;
	display: none;
        z-index: 10000;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-left-width: 0;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    /* #side-menu > li.mm-active ul, */
    #side-menu > li:hover ul,
    #side-menu > li > ul:hover {
        display: block !important;
    }

    body.min #page-wrapper {
        margin: 0 0 0 50px;
        border-left: 1px solid #e7e7e7;
    }

    body.min #footer-wrapper {
        margin: 0 0 0 50px;
    }

    body.min div.navbar-default.sidebar {
        width: 50px;
    }

    body.min div.navbar-default.sidebar li a span {
        display: none;
    }

    body.min div.navbar-default.sidebar li a i {
        font-size: 18px;
    }

    body.min #min-menu i:before {
        content: "\f0a9" !important;
    }

    body.max #min-menu i:before {
        content: "\f0a8" !important;
    }
    
    .announcement-banner {
        margin: 0px -30px;
    }

}

#toTop {
    position: fixed;
    bottom: 95px;
    right: 40px;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 30px;
}

.dojo-filter-set * {
    font-size: 11px;
}

.dojo-filter-set.form-inline .form-group {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 25px;
}

.dojo-filter-set.form-inline .filter-form-group {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    flex-grow: 4;
    align-content: stretch;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 25px;
}

.dojo-filter-set.form-inline .filter-form-input {
    margin-right: 25px;
    margin-bottom: 10px;
}

.dojo-filter-set.form-inline .filter-form-control {
    width: 100%!important;
    vertical-align: middle;
}

.dojo-filter-set.form-inline .form-control {
    height: auto!important;
}

.report-filter-set {
    padding-left: 10px;
}

.report-filter-set .form-group {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 25px;
}

.finding-list .panel-body, .finding-list table {
    font-size: .95em !important;
}

.dojo-filter-set.form-inline select[multiple=multiple] {
    width: 200px;
}

#the-filters {
    background-color: #f9f9f9;
}

#the-filters-open {
    background-color: #f9f9f9;
}

#the-filters-paused {
    background-color: #f9f9f9;
}

#the-filters-closed {
    background-color: #f9f9f9;
}

.panel-default {
    border: 1px solid #dddedf;
}

.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.panel-heading .btn {
	padding-top: 0;
	padding-bottom: 0;
}

.panel-default > .panel-comments {
    color: black;
    font-size: 12px;
    padding: 10px 10px;
    background-color: #ECECEC;
    border-color: #A1C0D7;
    border: 1px solid #dddedf;
}

.panel-default > .panel-heading {
    color: white;
    font-size: 16px;
    background-color: rgba(32, 166, 216, 0.75);
    border-color: #A1C0D7;
}

.panel-default > .panel-heading a,
.panel-default > .panel-heading small{
	color: #fff;
}

.panel-default > .panel-heading a{
	text-decoration: underline;
}

.panel-default > .panel-heading a:hover{
	color: #546474;
}

.panel-default-secondary{
	border: 1px solid #dddedf;
	border-top-style: none;
}

.panel-default-secondary > .panel-heading {
  color: white;
  background-color: #546474;
	border-style: solid;
	border-color: #536473;
}

.panel-heading .text-muted {
    color: #4b4b4b;
}

.panel-body.product-graphs {
	padding-left: 0;
	padding-right: 0;
	background-color: #f8f9f8;
}

.product-graphs .panel-body {
	border-right: 1px solid #dcdedf;
	border-left: 1px solid #dcdedf;
}

.graph {
    min-height: 158px;
}

.graph-loader {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel-footer {
    background-color: #dddedf;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-footer small{
	color: #246c91;
}

div.dt-buttons {
    margin: 10px!important;
}

div.dt-search {
    display: inline-block!important;
}

table#product_types .btn-success{
	background-color: #546474;
	border-color: #546474;
}

table#product_types .btn-success:hover{
	background-color: #3d4a58;
	border-color: #3d4a58;
}

table#product_types .btn-warning{
	background-color: #149b7e;
	border-color: #149b7e;
}

table#product_types .btn-warning:hover{
	background-color: #11876e;
	border-color: #11876e;
}

span.pull-right.clickable i.glyphicon-chevron-up, span.pull-right.clickable i.glyphicon-chevron-down {
    color: #546474;
}

.finding-description {
    max-height: 500px;
    overflow-y: scroll;
}

.finding-description::-webkit-scrollbar {
    -webkit-appearance: none;
}

.finding-description::-webkit-scrollbar:vertical {
    width: 13px;
}

.finding-description::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.finding-description::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.highlight {
    background-color: rgb(255, 255, 123);
}


.benchmark_pass {
  background-color: #dff0d8;
}
.benchmark_fail {
  background-color: #f2dede;
}
.benchmark_disabled {
  background-color: #eaedf2
}

form#quick-add-form {
    display: inline-block;
    width: 40%;
}

.dojo-filter-heading {
    background-color: #EBF4FB;
    margin: 0px;
    padding: 5px 10px;
    border-radius: 0px;
    border: 1px solid #A1C0D7;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    font-size: 15px;
    margin-bottom: 15px;
}

.dojo-report-heading {
    margin-top: 15px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #EBF4FB;
    border-radius: 0px;
    border: 1px solid #A1C0D7;
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

div.potential-finding, div.potential-finding div.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

a.template-popover:hover {
    cursor: url(../img/zoom-in.cur), zoom-in;
}

.popover{
    max-width: 500px;
}

#template_findings div.popover {
    width: 50% !important;
    max-width: 50% !important;
}

#template_findings div.popover .popover-content {
    overflow: hidden;
}

.panel-available-widget {
    border-color: #ddd;
}

.panel-available-widget .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-available-widget .form-group * {

}

.panel-available-widget .form-control {
    width: 100%;
    height: auto;
}

.panel-available-widget .panel-heading h5 {
    margin: 0;
}

.panel-available-widget .panel-heading hr {
    margin: 7px 0;
}

.available-widgets .panel-available-widget .panel-body {
    display: none;
}

ul#sortable1, ul#sortable2 {
    padding: 10px 0 0;
    list-style-type: none;
}

ul#sortable1 li div.panel-heading:hover, ul#sortable2 li div.panel-heading:hover {
    cursor: default;
}

.available-widgets .ui-state-highlight, .in-use-widgets .ui-state-highlight {
    height: 35px;
    line-height: 1.2em;
    border: 2px dotted #d0d0d0;
    margin-top: 3px;
    margin-bottom: 20px;
}

.available-widgets .ui-state-highlight:first-child, .in-use-widgets .ui-state-highlight:first-child {
    margin-top: 0px;
    margin-bottom: 10px;
}

.report-page-break {
    display: flex;
    align-items: center;
    text-align: center;
}

.report-page-break::before,
.report-page-break::after {
    content: '';
    flex: 1;
    border-bottom: 1px dashed #000;
}

.report-page-break:not(:empty)::before {
    margin-right: 0.25em;
}

.report-page-break:not(:empty)::after {
    margin-left: 0.25em;
}

.editor * {
    font-size: 1em !important;
}

.editor ul {
    list-style-type: disc;
    padding: 0 40px;
}

.editor {
    overflow: scroll;
    min-height: 250px;
}

.in-use-widgets .report-filter-set .btn-sm {
    padding: 2px 10px;
}

.btn-tag {
    background: #3498db;
    border-radius: 3px;
    border-color: #ddd;
    color: #ffffff;
    font-size: 90%;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}

.btn-grade {
    border-radius: 2px;
    border-color: #ddd;
    color: #ffffff;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
}

.tag-all {
    background: #3498db;
    text-decoration: none;
}


.A {
    background: #4ec83d;
}
.B {
  background: #ffa100;
}
.C {
  background: #FFBD33;
}
.D {
  background: #cc3300;
}
.F {
  background: #ef251e;
}

.white-color {
  color: #FFFFFF;
}

div.tags .label {
    font-size: 90;
    display: inline-block;
    padding: .6em .3em;
}

.tag-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11px;
    color: #fff;
    border-radius: .25em;
    text-decoration: none;
    text-decoration-style: solid;
}

.tag-color {
    background: #556270;
    border: 1px solid #fff!important;
}

.tag-version {
    background: rgba(32, 166, 216, 0.7);
    border: 1px solid #fff!important;
}

.happy-green-color {
    color: green;
}

.warning-color {
    background: red;
}

.amber-color {
  background: #ffc107;
}

.amber-color-with-padding {
  background: #ffc107;
  padding: .2em .6em .3em;
}

.tag-label:link {
    color: white;
    text-decoration: none;
}

.tag-label:hover {
    color: white;
    text-decoration: none;
}

.tag-label:active {
    color: white;
    text-decoration: none;
}

.tag-label:visited {
    color: white;
    text-decoration: none;
}

#finding_pic, .modal_finding_pic:hover {
    cursor: url(../img/zoom-in.cur), zoom-in;
}

.product-detailed-info ol.product-detailed-info-numbers li {
    display: table-cell;
    width: 1%;
    padding: 5px 5px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 0;
    border-bottom-width: 0px;
    border-bottom-style: initial;
    border-bottom-color: initial;
}
.product-detailed-info ol.product-detailed-info-numbers li .language-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
mark{
    background: orange;
    color: black;
}

.btn-overdue {
    border-radius: 0px;
    border-color: #ddd;
    color: #ffffff;
    background: #ef251e;
    padding: 2px 2px 2px 2px;
    font-size: 90%;
}

.bg-vuln-critical {
  background-color:#D43F3A
}
.bg-vuln-high {
  background-color:#D57A1D
}
.bg-vuln-medium {
  background-color:#E4AB18
}
.bg-vuln-low {
  background-color:#4CAE4C
}
.bg-vuln-info {
  background-color:#357ABD
}
.bg-muted {
  background-color:#777
}
.vuln-count {
  color:#fff;
  font-size:18px;
  font-weight: 700;
}
small {
  font-size:12px;
  font-weight:400;
}

.fa-minus-square, .fa-trash {
    color: red;
}

.fa-plus-square, .fa-exchange, .fa-share-square {
    color: green;
}

.fa-asterisk {
    color: blue;
}

#jira i:hover {
    cursor: pointer;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.lightgrey {
    color:lightgrey;
}

.red {
    color:red;
}

.no-italics {
    font-style: normal;
}

.select2-container {
    min-width:200px;
}

#toggleBox {
    background-color: transparent!important;
    border: none!important;
    font-weight: bold!important;
    position: absolute!important;
    left: 0!important;
}

.EasyMDEContainer .table {
    width: unset!important;
}

/* remove spinners (up & down arrow) for integer / number fields
/* For Firefox */

input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table th, .table td {
    border-right: 1px solid #ddd;
}
.table th:last-child, .table td:last-child {
    border-right: none; 
}

/* Keep the color of the legend in forced color mode */
.legend td {
    forced-color-adjust: none;
}
    
.legend .legendLabel {
    padding-left: 4px;   
    forced-color-adjust: auto;
}
    
.fa-caret-down,
.caret {
        forced-color-adjust: none;
}    
    
/* Keep arrows icons in forced color mode  */
@media (forced-colors: active) {
    .fa-caret-down,
    .caret {
        color: ButtonText;
    }
 }

/* -------------------------------------------------------------------------
   Army Cyber Group visual shell
   A distinct look and feel from the stock DefectDojo admin theme.
   ------------------------------------------------------------------------- */

body.acg-shell {
    font-family: "Segoe UI", "Inter", "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0f172a;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.10), transparent 28%),
        radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.10), transparent 22%),
        linear-gradient(180deg, #f7fafc 0%, #eef3f9 100%);
}

body.acg-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.02) 100%);
    z-index: -1;
}

body.acg-shell #wrapper {
    min-height: 100vh;
}

body.acg-shell .navbar-fixed-top {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #172554 100%);
    border: 0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
}

body.acg-shell .navbar-fixed-top .navbar-header {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding-right: 6px;
}

body.acg-shell .navbar-brand-logo-wrap span,
body.acg-shell .navbar-top-links > li > a,
body.acg-shell .navbar-top-links .dropdown-toggle,
body.acg-shell .navbar-top-links .dropdown-toggle:hover,
body.acg-shell .navbar-top-links .dropdown-toggle:focus {
    color: #f8fafc !important;
}

body.acg-shell .navbar-brand-logo-wrap img {
    width: 72px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

body.acg-shell .navbar-brand-logo-wrap span {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 16px;
}

body.acg-shell .navbar-top-links > li > a {
    border-radius: 999px;
    margin: 0 4px;
    transition: all 0.2s ease-in-out;
}

body.acg-shell .navbar-top-links > li > a:hover,
body.acg-shell .navbar-top-links > li > a:focus {
    background: rgba(255, 255, 255, 0.10);
    color: #fff !important;
}

body.acg-shell .navbar-top-links .custom-search-form .form-control {
    width: 280px !important;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    box-shadow: none;
}

body.acg-shell .navbar-top-links .custom-search-form .form-control::placeholder {
    color: rgba(248, 250, 252, 0.72);
}

body.acg-shell .navbar-top-links .custom-search-form .btn-primary {
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    border-color: #f59e0b;
}

body.acg-shell .navbar-top-links .dropdown-menu {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.20);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

body.acg-shell .navbar-default.sidebar {
    background: linear-gradient(180deg, #111827 0%, #172033 100%);
    border: 0;
    box-shadow: 12px 0 30px rgba(15, 23, 42, 0.12);
}

@media (min-width: 768px) {
    body.acg-shell .navbar-default.sidebar.navbar-fixed-top {
        top: 96px !important;
        margin-top: 0;
    }
}

body.acg-shell .navbar-default.sidebar .sidebar-nav.navbar-collapse,
body.acg-shell .navbar-default.sidebar .nav {
    background: transparent;
}

body.acg-shell .navbar-default.sidebar .nav > li > a {
    color: #dbe4f0;
    border-left: 3px solid transparent;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.acg-shell .navbar-default.sidebar .nav > li > a:hover,
body.acg-shell .navbar-default.sidebar .nav > li > a:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-left-color: #f59e0b;
}

body.acg-shell .navbar-default.sidebar .nav > li.active > a,
body.acg-shell .navbar-default.sidebar .nav > li > a.active {
    background: rgba(245, 158, 11, 0.14);
    color: #ffffff;
    border-left-color: #f59e0b;
}

body.acg-shell .navbar-default.sidebar .nav-second-level {
    background: #111827 !important;
    border-left: 3px solid rgba(245, 158, 11, 0.75);
    margin-left: 8px;
    padding-left: 8px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.28);
}

body.acg-shell .navbar-default.sidebar .nav-second-level > li {
    background: transparent;
}

body.acg-shell .navbar-default.sidebar .nav-second-level > li > a {
    color: #e2e8f0;
    background: transparent;
    border-left: 3px solid transparent;
}

body.acg-shell .navbar-default.sidebar .nav-second-level > li > a:hover,
body.acg-shell .navbar-default.sidebar .nav-second-level > li > a:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-left-color: #f59e0b;
}

body.acg-shell .navbar-default.sidebar .nav-second-level > li.active > a,
body.acg-shell .navbar-default.sidebar .nav-second-level > li > a.active {
    color: #ffffff;
    background: rgba(245, 158, 11, 0.16);
    border-left-color: #f59e0b;
}

body.acg-shell #side-menu ul a {
    color: #e2e8f0;
}

body.acg-shell #side-menu ul a:hover,
body.acg-shell #side-menu ul a:focus {
    color: #ffffff;
}

body.acg-shell #side-menu > li ul {
    background-color: #111827;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-left-width: 3px;
    border-left-color: rgba(245, 158, 11, 0.75);
}

body.acg-shell #side-menu li {
    border-radius: 12px;
}

body.acg-shell #side-menu li a {
    color: #dbe4f0;
}

body.acg-shell #page-wrapper {
    background: transparent;
}

body.acg-shell #page-wrapper > .container-fluid,
body.acg-shell #page-wrapper > .container {
    padding-top: 24px;
    padding-bottom: 28px;
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
}

body.acg-shell .breadcrumb.main {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    padding: 10px 14px;
}

body.acg-shell .panel,
body.acg-shell .well,
body.acg-shell .modal-content {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

body.acg-shell .panel-default > .panel-heading,
body.acg-shell .panel-heading {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    color: #0f172a;
    font-weight: 700;
    border-color: rgba(148, 163, 184, 0.18);
    padding: 14px 18px;
    border-left: 5px solid #f59e0b;
    position: relative;
    z-index: 5;
    overflow: visible;
}

body.acg-shell .panel-default > .panel-heading a,
body.acg-shell .panel-heading a,
body.acg-shell .panel-default > .panel-heading small {
    color: #0f172a;
}

body.acg-shell .panel-body {
    background: #ffffff;
    padding: 18px 20px;
}

body.acg-shell .panel-heading .dropdown,
body.acg-shell .panel-heading .dropdown-toggle,
body.acg-shell .panel-heading #show-filters,
body.acg-shell .panel-heading .dropdown-menu {
    position: relative;
    z-index: 6;
}

body.acg-shell .panel-heading .dropdown-menu {
    z-index: 1060;
}

body.acg-shell .btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-color: #1d4ed8;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.18);
}

body.acg-shell .btn-default,
body.acg-shell .btn-secondary {
    border-radius: 999px;
    border-color: #d1d5db;
    background: #ffffff;
}

body.acg-shell .btn-primary:hover,
body.acg-shell .btn-primary:focus {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    border-color: #1e40af;
}

body.acg-shell table.table,
body.acg-shell .dataTable,
body.acg-shell .table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

body.acg-shell .table > thead > tr > th,
body.acg-shell .table > thead > tr > td {
    background: #eef2f7;
    color: #0f172a;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    font-weight: 700;
}

body.acg-shell .table > tbody > tr:hover > td {
    background: #f8fbff;
}

body.acg-shell .table > tbody > tr:hover > td.bg-vuln-critical {
    background-color: #D43F3A !important;
}

body.acg-shell .table > tbody > tr:hover > td.bg-vuln-high {
    background-color: #D57A1D !important;
}

body.acg-shell .table > tbody > tr:hover > td.bg-vuln-medium {
    background-color: #E4AB18 !important;
}

body.acg-shell .table > tbody > tr:hover > td.bg-vuln-low {
    background-color: #4CAE4C !important;
}

body.acg-shell .table > tbody > tr:hover > td.bg-vuln-info {
    background-color: #357ABD !important;
}

body.acg-shell .table > tbody > tr:hover > td.bg-muted {
    background-color: #777 !important;
}

body.acg-shell .vuln-count,
body.acg-shell .vuln-count a,
body.acg-shell .vuln-count a:hover,
body.acg-shell .vuln-count a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

body.acg-shell .dataTables_wrapper .dataTables_filter input,
body.acg-shell .dataTables_wrapper .dataTables_length select,
body.acg-shell input.form-control,
body.acg-shell select.form-control,
body.acg-shell textarea.form-control {
    border-radius: 12px;
    border-color: #cbd5e1;
    box-shadow: none;
}

body.acg-shell .form-control {
    width: 100% !important;
    min-height: 44px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
}

body.acg-shell .form-group {
    margin-bottom: 16px;
}

body.acg-shell .acg-login-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 24px 48px;
}

body.acg-shell .acg-login-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 22px;
}

body.acg-shell .acg-login-card {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 28px 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
}

body.acg-shell .acg-login-form {
    margin: 0;
}

body.acg-shell .acg-login-fieldset {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    float: none;
}

body.acg-shell .acg-login-card .form-group {
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

body.acg-shell .acg-login-card .form-horizontal .form-group {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}

body.acg-shell .acg-login-card .form-horizontal .form-group .control-label {
    margin-top: 10px;
}

body.acg-shell .acg-login-card .form-horizontal .form-group .form-control {
    background: #ffffff;
}

body.acg-shell .acg-login-actions {
    padding-top: 4px;
}

body.acg-shell .acg-login-actions ul {
    margin: 0;
    padding: 0;
}

body.acg-shell .control-label {
    color: #334155;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    margin-bottom: 6px;
}

body.acg-shell .form-horizontal .form-group {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
}

body.acg-shell .form-horizontal .form-group .form-control,
body.acg-shell .form-horizontal .form-group .bootstrap-select,
body.acg-shell .form-horizontal .form-group .select2-container {
    width: 100% !important;
}

body.acg-shell .form-horizontal .form-group .help-block,
body.acg-shell .form-horizontal .form-group .field-help-text {
    color: #64748b;
}

body.acg-shell .badge.badge-count {
    background: #f59e0b;
    color: #0f172a;
    border-radius: 999px;
    padding: 4px 7px;
}

body.acg-shell .severity-Info {
    background-color: #94a3b8;
}

body.acg-shell .severity-Low {
    background-color: #2563eb;
}

body.acg-shell .severity-Medium {
    background-color: #f59e0b;
}

body.acg-shell .severity-High {
    background-color: #ef4444;
}

body.acg-shell .severity-Critical {
    background-color: #991b1b;
}

body.acg-shell .panel-blue .panel-heading,
body.acg-shell .panel-blue {
    background-color: #1f2937 !important;
    border-color: #1f2937 !important;
}

body.acg-shell .panel-blue a {
    color: #1d4ed8;
}

body.acg-shell .nav-tabs > li > a {
    border-radius: 14px 14px 0 0;
    color: #0f172a;
    background: transparent;
    border: 1px solid transparent;
}

body.acg-shell .nav-tabs > li.active > a {
    background: #ffffff;
    border-color: rgba(148, 163, 184, 0.28);
    border-bottom-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 -3px 0 #f59e0b inset;
}

body.acg-shell .nav-tabs > li.active > a:hover,
body.acg-shell .nav-tabs > li.active > a:focus {
    color: #0f172a;
    background: #ffffff;
}

body.acg-shell .nav-tabs > li > a:hover,
body.acg-shell .nav-tabs > li > a:focus {
    color: #1d4ed8;
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(148, 163, 184, 0.18);
}

body.acg-shell .dropdown-menu > .active > a,
body.acg-shell .dropdown-menu > .active > a:focus,
body.acg-shell .dropdown-menu > .active > a:hover {
    color: #0f172a;
    background: #e2e8f0;
}

body.acg-shell .dropdown-menu {
    color: #0f172a;
}

body.acg-shell .bootstrap-select .dropdown-menu li.selected a,
body.acg-shell .bootstrap-select .dropdown-menu li.selected a:focus,
body.acg-shell .bootstrap-select .dropdown-menu li.selected a:hover {
    color: #0f172a;
    background: #e2e8f0;
}

body.acg-shell .bootstrap-select .dropdown-menu li.selected span.text {
    color: #0f172a;
}

body.acg-shell .bootstrap-select .dropdown-menu li a:hover,
body.acg-shell .bootstrap-select .dropdown-menu li a:focus {
    color: #0f172a;
    background: #f8fafc;
}
    
