/*
 * Override skin style
 * ----------
 */
:root {
    --primary-color: #f48f1a;
    --primary-hover-color: #f8ad54;
    --secondary-color: #f0f0f0;
    --text-color: #333;
    --link-color: #f48f1a;
    --link-hover-color: #f8ad54;
}

a {
    color: var(--link-color);

}

a:hover {
    color: var(--link-hover-color);

}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.skin-opencve .sidebar-menu .treeview-menu>li>a,
.skin-opencve .sidebar a {
    color: #bfc5c6;
}

.skin-opencve .main-header .navbar {
    background-color: #333333;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.skin-opencve .main-header .navbar .sidebar-toggle:hover {
    background-color: #fff;
}

.skin-opencve .main-header .navbar .navbar-title {
    font-size: 24px;
    float: left;
    margin: 12px;
    color: #fff;
}

.skin-opencve .main-header .navbar .navbar-title i {
    font-size: 16px;
}

.skin-opencve .main-header .logo {
    background-color: #333333;
    border-bottom: 1px solid transparent;
}

.skin-opencve .main-header .logo:hover {
    background-color: var(--primary-hover-color);

}

.skin-opencve .main-header li.user-header {
    background-color: var(--primary-color);

}

.skin-opencve .main-header .navbar .nav>li>a {
    color: #fff;
    font-size: initial;
}

.skin-opencve .main-header .navbar .nav>li>a:hover {
    background-color: var(--primary-hover-color);
    color: #fff;
}

.skin-opencve .box-title {
    color: var(--text-color);
    font-weight: bold;
}

.skin-opencve .box.box-primary {
    border-color: var(--primary-color);
}

.skin-opencve .sidebar-menu>li>.treeview-menu {
    background: #535252;
}


.skin-opencve .sidebar-menu>li.active>a,
.skin-opencve .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: var(--primary-color);
    border-left-color: var(--primary-color);

}

.skin-opencve .sidebar-menu>li:hover>a {
    color: #fff;
    background: var(--primary-hover-color);
    border-left-color: var(--primary-hover-color);

}

.skin-opencve .wrapper,
.skin-opencve .main-sidebar,
.skin-opencve .left-side {
    background-color: #333;
}

.skin-opencve .sidebar-menu>li.header {
    color: #ddd;
    background: #222;
}

.box-subscriptions .label {
    line-height: 25px;
    font-size: 85%;
    font-weight: 600;
}

.bg-blue {
    background-color: var(--primary-color) !important;

}

.bg-primary {
    background-color: var(--primary-color);

}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);

    border: 1px solid var(--primary-color);

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--primary-hover-color) !important;

    border-color: var(--primary-hover-color) !important;

}

.btn-social>:first-child {
    line-height: inherit;
}

.btn-social {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #2e2e2e;
}

.social-auth-links p {
    margin: 20px 0px;
}

.social-auth-links form {
    margin-bottom: 10px;
}

.btn-social img {
    width: 18px;
}

.box-header button.subscribe {
    margin-left: 10px;
}

.badge-primary {
    background-color: var(--primary-color);

}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: var(--primary-color) !important;

}

a.label-primary:hover,
button.btn-primary:hover {
    background-color: var(--primary-hover-color) !important;

}

.center {
    text-align: center;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.pointer {
    cursor: pointer;
}

.alert {
    border-radius: 4px;

}

.terms {
    font-style: italic;
}

.text-dotted {
    text-decoration: none;
    border-bottom: dotted 1px;
}

.profile-picture {
    padding: 10px;
    text-align: center;
    margin-left: -1px;

}

.profile-picture .img-thumbnail {
    padding: 1px;
}

.profile-picture h3 {
    color: white;
}

.nav-tabs-primary>.nav-tabs>li.active {
    border-top-color: var(--primary-color);

}

.nav-tabs-primary>.nav-tabs>li.header {
    font-size: 16px;
}

.nav-tabs-profile>.nav-tabs>li.active {
    border-top: 0px;
    border-bottom: 3px solid var(--primary-color);

}

.nav-tabs-settings>.tab-content {
    min-height: 400px;
}

.nav-tabs-settings .tab-content h3 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.table td.no-bordered {
    border-top: 0;
}

.dropcap {
    color: var(--primary-color);

    display: block;
    float: left;
    font-size: 3.1em;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

.panel-group-cvss {
    margin-bottom: 10px;
}

.panel-group-cvss .panel-title {
    font-size: 14px;
}

.label-cvss {
    text-align: right;
    margin-left: 10px;
}

.cvss-radar {
    height: 200px;
}

.table .td-ellipsis {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.has-search {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.table .td-break {
    max-width: 0;
    word-wrap: break-word;
}

.table td.rowspaned {
    vertical-align: middle;
    text-align: center;
    background-color: #ddd;
    font-weight: bold;
}

.table-configuration td.and {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
}

.table .td-grouper {
    background-color: #ddd;
}

.tabs-report {
    border-radius: 3px;
    border-top: 3px solid var(--primary-color) !important;

}

.tabs-report h3 {
    margin-bottom: 20px;
}

.tabs-vertical-env {
    background-color: #eeeeee;
    margin-bottom: 30px;
}

.tabs-vertical-env .tab-content {
    background: #ffffff;
    display: table-cell;
    margin-bottom: 30px;
    padding: 30px;
    vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li.active>a {
    background-color: #ffffff;
    border: 0;
}

.tabs-vertical-env .nav.tabs-vertical li>a {
    color: #333333;
    text-align: center;
    white-space: nowrap;
}

.report-change-title {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e5e5;
}

.report-cve {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.table-events {
    table-layout: fixed;
    word-wrap: break-word;
}

.error-page {
    margin-top: 50px;
}

.error-page .headline {
    margin-top: -20px;
}

.g-recaptcha>div:first-of-type {
    margin: 0 auto;
}

h1 .label {
    margin-left: 5px;
}

.btn-json-diff {
    margin-left: 6px;
    color: #97a0b3;
    font-size: 15px;
}

.diff_header {
    background-color: #e0e0e0;
    width: 10px;
}

td.diff_header {
    text-align: right
}

.diff_next {
    display: none;
}

.diff_add {
    background-color: #ccffd8
}

.diff_chg {
    background-color: #fff1b3
}

.diff_sub {
    background-color: #ffaaaa
}

.table-diff {
    width: 100%;
    border-collapse: collapse;
}

.table-diff>tbody>tr>td,
.table-diff>tbody>tr>th,
.table-diff>tfoot>tr>td,
.table-diff>tfoot>tr>th,
.table-diff>thead>tr>td,
.table-diff>thead>tr>th {
    border-top: 0px;
    padding: 3px;
}

.table-diff>tbody>tr {
    line-height: 14px;
    height: 14px;
}

td.break {
    word-wrap: break-word;
    max-width: 1px;
}

/*
 * RainbowJSON style
 * ----------
 */

.rainbowJSON {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Droid Sans Mono', 'DejaVu Sans', courier, monospace;
    margin-top: 10px;
}

.rainbowJSON>a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.rainbowJSON>a:hover {
    color: #333;
}

.formattedJSON {
    margin: 10px 0 0 0;
    padding: 10px;
    background: #F5FAFF;
    border-left: 3px solid #007AC6;
    color: #333;
    font-size: 13px;
    word-wrap: break-word;
}

pre.plainJSON {
    display: none;
    max-width: 100%;
    word-wrap: break-word;
    margin: 10px 0 0 0;
    font-family: 'Droid Sans Mono', 'DejaVu Sans', courier, monospace;
}

.formattedJSON div div {
    margin: 0 20px;
}

.formattedJSON span.rainbowArray {
    display: block;
}

.formattedJSON .rainbowType {
    color: #777;
}

.formattedJSON .rainbowValue {
    color: #9CBF24;
}

.formattedJSON .rainbowValue.string {
    color: #FD7A1F;
}

.formattedJSON .rainbowValue.boolean {
    color: #54B21A;
}

.formattedJSON .rainbowValue.number {
    color: #C300EA;
}

.formattedJSON .rainbowEmpty {
    color: #ccc;
}

.formattedJSON .rainbowEmpty:hover {
    color: #777;
}

.formattedJSON .rainbowToggle {
    font-size: 15px;
}

.formattedJSON a {
    color: #999;
    text-decoration: none;
}

.formattedJSON a:hover {
    color: #444;
}

.label-critical {
    background-color: #972b1e;
}

.bg-critical {
    background-color: #972b1e;
    color: #fff;
}

.cwe-name:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.tags-list a {
    line-height: 25px;
    font-weight: 600;
    font-size: 85%;
}

.label-tag {
    color: #fff;
    font-size: 85%;
    font-weight: 600;
    display: inline-block;
    margin: 1px;
}

.row-selected {
    background-color: #87cefa !important;
    font-weight: bold;
}

.preview-tag {
    margin-left: 20px;
}

.bg-opencve {
    background-color: var(--primary-color) !important;

}

.timeline,
.timeline>li,
.timeline-item {
    margin-right: 0px !important;
}

.timeline>li>.timeline-item>.time {
    font-size: 14px;
}

.timeline-inverse>li>.timeline-item {
    background-color: #f9f9f9;
}

.timeline-cve-summary {
    overflow: hidden;
    line-height: 2rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.box-group>.box-changes {
    border: 1px solid #d2d2d2 !important;
}

.box-group>.box {
    margin-bottom: 8px;
}

.box-title {
    display: block !important;
}

.box-meta {
    float: right;
    color: #757575;
    font-size: 15px;
}

.box-meta>i {
    margin-left: 20px;
}

.box-meta>i.fa {
    padding-right: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.box-changes .box-title {
    font-size: 14px;
}

.box-changes .box-title .box-meta {
    font-size: 14px;
}

.change-collapsed[aria-expanded=true] .fa-arrow-circle-o-down,
.change-collapsed[aria-expanded=true] .fa-plus {
    display: none;
}

.change-collapsed[aria-expanded=false] .fa-arrow-circle-o-up,
.change-collapsed[aria-expanded=false] .fa-minus {
    display: none;
}

.source-logo {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.provider-icon {
    width: 40px;
    margin-right: 5px;
}

.icon i.fa {
    font-size: 60px;
}

.small-box .icon {
    top: -20px;
}

.project-header {
    padding: 1px;
    text-align: center;
    margin-left: -1px;
}

.project-header h3 {
    color: white;
    margin: 20px 0;
}

.project-header p {
    color: white;
    font-style: italic;
}

.widget-user .widget-user-header {
    text-align: center;
}

.alert.alert-info,
.callout.callout-info {
    background-color: #E3F2FF !important;
    border-color: #478BCA;
    color: #00315F !important;
}

.alert.alert-info p,
.alert.alert-info a,
.callout.callout-info p,
.callout.callout-info a {
    color: #00315F;
}

.alert.alert-error,
.callout.callout-error {
    background-color: #FFEBED !important;
    border-color: #E13238;
    color: #4B1113 !important;
}

.alert.alert-error p,
.alert.alert-error a,
.callout.callout-error p,
.callout.callout-error a {
    color: #4B1113;
}

.alert.alert-success,
.callout.callout-success {
    background-color: #E6F7E5 !important;
    border-color: #009400;
    color: #003100 !important;
}

.alert.alert-success p,
.alert.alert-success a,
.callout.callout-success p,
.callout.callout-success a {
    color: #003100;
}

.subscribed-projects .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.users-list>li {
    width: unset;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-form .select2-results {
    background-color: #ededed !important;
}

.sidebar-form .select2-selection {
    background-color: #ededed !important;
}

.form-new-member .form-group,
.form-new-member input.form-control,
.form-new-member select.form-control {
    width: 100%
}

.page-header {
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
}

.onboarding {
    background-size: 3em 3em;
    background-color: var(--secondary-color);

    opacity: 1
}

.onboarding-wrapper {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 10%;
}

.onboarding-content {
    border: 0;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 0 0 1px #00000014;
    padding: 50px;
    padding-top: 20px;
    background-color: #fff;
}

.onboarding-logo {
    text-align: center;
    margin: 25px 0;
}

.onboarding-description {
    margin: 25px 0;
}

.onboarding-description h1 {
    font-weight: 600;
    color: var(--primary-color);

}

.projects-list .product-info {
    margin-left: 10px;
}

.products-list .product-vendors {
    margin: 10px 0;
    background-color: #f9f9f9;
    padding: 8px;
    border: 1px solid #e8e8e8;
}

.products-list .product-vendors-title {
    font-size: 13px;
}

.advanced-search-link {
    display: inline-block;
    text-decoration: none;
    line-height: 1.5;
    font-size: 12px;
    color: var(--link-color);

    padding: 1px 5px;
    border-radius: 4px;
    background: #F4F3FF;
    border: 1px solid var(--link-color);

    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.advanced-search-link:hover,
.advanced-search-link:focus {
    background-color: #e3e0ff;
    border: 1px solid var(--link-hover-color);

    color: var(--link-color);
    outline: none;
}

.beta-label {
    font-size: 10px;
    font-weight: normal;
    color: var(--primary-color);

    margin-left: 4px;
}

.fa-bolt {
    margin-left: 5px;
    color: var(--primary-color);

}

.advanced-search-link:focus .beta-label,
.advanced-search-link:focus .fa-bolt {
    color: var(--primary-color);

}

.view-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.view-item .view-title {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.view-item .view-description {
    font-size: 0.9em;
    color: #777;
    margin-top: 4px;
    margin-bottom: 8px;
}

.view-item code {
    padding: 5px 8px;
    font-size: 90%;
    color: #f8f8f2;
    background-color: #404040;
    border-radius: 2px;
    display: inline-block;
    font-family: "Courier New", Courier, monospace;
}

.view-item-no-border {
    margin: 10px 0;
    background-color: #f9f9f9;
    padding: 8px;
    border: 1px solid #e8e8e8;
}

.widgets-list .item .product-img img {
    border: 1px solid #d7d7d7;
    width: 140px;
    height: 80px;
}

.widgets-list .item .product-info {
    margin-left: 155px;
}

.widgets-list .item .product-info .product-description {
    margin-top: 8px;
}