body {
    /*background-color: #dedeef*/
    background-color: rgb(238, 238, 238)
}

.pvtAxisContainer {
    background-color: #ddd
}

.pvtVals {
    background-color: #ddd
}

.notfixyet-true {
    color: #CB4829;
    font-weight: bold;
}

.notfixyet-false {
    color: #39A869;
    font-weight: bold;
}

.my-button {
    width: 70px;
}

.my-input {
    width: 500px;
}

.my-input-pos {
    margin-left: 15px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -5px;
    margin-top: 11px;
}

p {
    margin-top: 15px;
    text-indent: 5px
}

a {
    cursor: pointer;
}

.alert {
    display: none;
    margin: 2%;
}

.cvss-Critical {
    background-color: #CB4829;
    color: black
}

.cvss-High {
    background-color: #D59533;
    color: black
}

.cvss-Medium {
    background-color: #DFD238;
    color: black
}

.cvss-Low {
    background-color: #93B447;
    color: black
}

.cvss-None {
    background-color: gray;
    color: black
}


/*for redhat https://access.redhat.com/security/updates/classification/*/

.cvss-Important {
    background-color: #D59533;
    color: black
}

.cvss-Moderate {
    background-color: #DFD238;
    color: black
}


/*for ubuntu https://people.canonical.com/~ubuntu-security/cve/priority.html*/

.cvss-Negligible {
    background-color: #61C1BE;
    color: black
}

.cvss-Unknown {
    background-color: gray;
    color: black
}

.cvss-Pending {
    background-color: #796BAF;
    color: black
}

.cvss-NotVulnerable {
    background-color: #BA79B1;
    color: black
}

.detailTitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.detailScore {
    margin-bottom: 10px;
}

.detailScoreTable {
    width: 140px;
    height: 40px;
    font-size: 14pt;
    color: white;
    text-align: center;
}

.detailCvssTable {
    text-align: center;
}

#pivot_base {
    margin: 30px;
}

#toolName {
    padding-left: 65px;
}

.dateDisplay {
    margin-top: 20px;
    font-size: small;
}

.dateDisplay_title {
    font-weight: bold;
}

.dateDisplay_date {
    width: 100px;
}

.submitSelectfile {
    margin-top: 10px;
    margin-bottom: 10px;
}

#cboxContent {
    background-color: rgb(250, 250, 250);
}

#changelog-content {
    width: 800px;
    height: 600px;
}

#changelog-method {
    margin-bottom: 10px;
}

.changelog-allcveid {
    font-weight: bold;
    background-color: #61C1BE;
}

.changelog-targetcveid {
    font-weight: bold;
    background-color: #D59533;
}

.changelog-title {
    font-weight: bold;
    background-color: #b2f3b2
}

.table-package {
    margin-bottom: 10px;
}

#cvss-detail {
    background-color: rgb(250, 250, 250)
}

#modal-detail .panel-heading {
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: inherit;
}

.accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: inherit;
}

section {
    margin-top: 10px;
}

#title-References {
    font-size: 14px;
}

#count-References {
    margin-left: 10px;
}

.modal .large {
    width: 1300px;
    margin-left: -350px;
}

table.cvss_tooltip {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;
}

table.cvss_tooltip th {
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    color: black;
    font-weight: bold;
    background-color: #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid darkgrey;
}

table.cvss_tooltip td {
    padding: 5px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

body {
    width: 100%;
}

body.noscroll {
    position: fixed;
}

#pivot-priority {
    list-style-type: none;
    margin: 0px 0px 0px 15px;
    padding: 0;
    width: 150px;
}

#pivot-priority li {
    margin: 3px 3px 3px 3px;
    padding: 5px;
    font-size: 120%;
    height: 36px;
    cursor: move;
    background-color: #31b0d5;
    color: white;
}

#pivot-priority li span {
    padding-left: 10px;
    padding-right: 40px;
}

#pivot-priority .placeholder {
    border: 1px dashed red;
    background-color: pink;
}

.pvtRenderer,
.pvtAggregator {
    width: 100px;
}

.question-sign-black {
    color: black;
}

.question-sign-white {
    color: white;
}

.bs-callout {
    padding: 10px 10px 0px 10px;
    margin: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.font-size-small {
    font-size: 90%;
}