.breadcrumbs {
    display: flex;
    padding: 10px 0px 10px 20px;
    align-items: center;
    border-bottom: 1px solid #dadada;
    background-color: #F6F7F7;
}

.breadcrumbs > div {
    margin-left: 10px;
}

.breadcrumbs > div:before {
    content: "|";
    color: #999;
    margin-right: 10px;
}


.breadcrumbs > div:first-of-type {
    margin-left: 0px;
}

.breadcrumbs > div:first-of-type:before {
    display: none;
}


.context-cards {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.context-card {
    border: 1px solid #ccc;
    display: flex;
    margin-bottom: 20px;
    flex: 1 0 300px;
    flex-direction: column;
    min-width: 0px;

    margin-left: 10px;
    margin-right: 10px;

    border: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    border-right: 1px solid #ddd;
    border: 1px solid #ddd;
    margin: 0px 10px;
    margin-bottom: 20px;
}

.context-card-lg {
    flex: 1 0 450px;
}

.context-card.context-card-full-width {
    flex: 1 0 95%;
    /* Hack. Should be 100%, but that is overflowing the container */


}

.context-cards.lg .context-card {
    flex: 1 0 400px;
}

.context-cards.lg .context-card-lg {
    flex: 1 0 500px;
}

.superheader {
    text-transform: uppercase;
    color: #7F868C;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
}


.context-card .count {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dadada;
    color: #777;
    font-size: 14px;
    font-weight: bold;
}

.context-bar {
    background-color: rgba(0, 0, 0, .02);
    background-color: transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid #dadada;
    padding-left: 20px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
}

.context-bar h2 {
    color: #333;
    font-size: 24px;
    margin-right: 10px;
    font-weight: 500;
    display: none;
}

.context-bar label {
    margin-right: 16px;
    margin-bottom: 0px;
    line-height: 14px;
}

.context-bar input {
    margin-right: 5px;
}



.list-with-bars {
    display: flex;
    flex-direction: column;

}

.list-with-bars > div {
    display: flex;
    align-items: center;
    padding: 2px 8px;
    width: 100%;
    flex: 0 0 auto;
}

.list-with-bars > div:hover,
.list-with-bars > div.card-open {
    background-color: #f2f2f2;
}

.context-card.null .list-with-bars.main-list > div {
    display: none;
}

.context-card.null .list-with-bars.main-list {
    background-color: #fafafa;
    height: 100%;
}

.context-card.null .list-with-bars.main-list:after {
    content: "None";
    color: #999;
    text-align: center;
    padding: 70px;

}

.name-col {
    flex: 0 0 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.bar {
    height: 8px;
    width: 50px;
    background-color: #dadada;
}



.risk-col {
    width: 30px;
    flex: 0 0 30px;
}

.bar-plus-number {
    display: flex;
    align-items: center;
    flex: 0 0 110px;
}

.number {
    text-align: right;
    width: 40px;
    font-size: 11px;
    margin-right: 6px;
}

.header-row {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    padding-left: 10px;
}

.header-row .number {
    width: 20px;
}

.list-with-bars > div.header-row:hover {
    background-color: transparent;
}

.severity-col {
    flex: 0 0 40px;
}

.tag-severity {
    font-size: 11px;
    color: #fff;
    padding: 1px 4px;
    display: inline-block;
}

.tag-severity-high {
    background-color: #F48530;
}

.tag-severity-medium {
    background-color: #FECD4F;
}


.stats > div {
    flex: 1 1 auto;
}


.detail-card .card-header {
    padding: 10px;
    display: flex;
}

.card-controls {
    margin-left: auto;
}


.card.selected {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}


#detail-sidecar {
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    transition: all .1s ease;
    position: relative;
    background-color: #F6F7F7;
    background-color: #eaeaea;
    height: 100%;
    min-height: 100%;
    min-height: calc(100vh);
}

#detail-sidecar.slideIn {
    flex-basis: 300px;
}

#detail-sidecar-content {
    position: absolute;
    right: -300px;
    width: 280px;
    transition: all .1s ease;

}

#detail-sidecar.slideIn #detail-sidecar-content {
    right: 10px;
}


.row-not-in-set {
    background-color: #eaeaea;
    opacity: .5;
    order: 2;
}

.list-with-bars > div.row-in-set,
.list-with-bars > div.row-in-set:hover {
    border: 1px solid #0BA4E8;
    background-color: #fff;
    opacity: 1;
    order: 1;
}

.chart-buttons .btn-secondary {
    border-color: #dadada;
}

.remove {
    color: #999;
    margin-left: 4px;
}

.icon-hover {
    cursor: pointer;
}

.icon-hover:hover {
    opacity: 1;
}

.context-card .check-col {
    display: block;
    flex: 0 0 24px;
}


.filter-me {
    position: absolute;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .7);
    background-color: #ebebeb;
    border-top: 1px solid #dadada;
    bottom: 0px;
    display: none;
}



.filter-sidebar {
    flex: 0 0 350px;
    border-right: 1px solid #dadada;
}

.hover-panel {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #888;
    padding: 15px;
    z-index: 1000000;
    width: 300px;
    display: none;
    top: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#oh-shit-bar {}

#oh-shit-bar .selectable-card {
    flex: 0 0 200px;
    outline: none;
    box-shadow: none;
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    position: relative;

}

#oh-shit-bar .selectable-card:hover {


    border: 1px solid #999;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);

}

.selectable-card .edit-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .3;
    display: none;
}

.selectable-card:hover .edit-icon {

    display: block;
}

.selectable-card .edit-icon:hover {
    opacity: .7;
}

#oh-shit-bar .selectable-card.selected {

    border: 1px solid #777;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);

}

.severity-tag {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 1px 5px;
}

.severity-critical {
    background-color: #E15050;
}

.severity-high {
    background-color: #FA9945;
}

.big-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.big-number .smaller {
    font-size: 20px;
    margin-left: 5px;
    color: #666;
}

.footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}


.filter-category-name {
    background-color: rgba(0, 0, 0, .05);
    padding: 8px 12px;
    font-weight: bold;
}

.filter-row {
    display: flex;
    align-items: flex-start;
    padding: 8px 12px;
}

.filter-name {
    flex: 1 1 auto;
    padding: 0px;
}

.filter-controls {
    margin-left: auto;
    flex: 0 0 70px;
    text-align: right;
}

.filter-section {
    display: none;
}


.chart-table .bar {
    height: 15px;
    background-color: #0BA4E8;
    width: 300px;
}

.chart-table .number {
    font-size: 14px;
}

.chart-table td {
    border-right: 0px;
    border-left: 0px;
}
