table.topic-branch th {
    text-align: center;
    padding: 30px;
    cursor: pointer;
    width: 100%;
    height: 92px;
}

table.topic-leaf {
    width: 100%;
}

table.topic-branch {
    width: 100%;
    margin-bottom: 40px;
}

table.topic-branch td {
    width: 25%;
}

table.topic-leaf td {
    width: 20%;
}

table.topic-branch td div.topic-branch-node,
table.topic-leaf td div.leaf-logo {
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
}

table.topic-branch td div.topic-branch-node {
    margin: 5px;
    height: 70px;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
}

table.topic-leaf td div.leaf-logo {
    margin: 15px;
    height: 70px;
    overflow: auto;
}

table.topic-leaf td div.leaf-logo img {
    height: 80px;
    margin: auto;
    cursor: pointer;
}

table.topic-branch td div.selected {
    color: white;
    background: #005a9c;
}

table.topic-branch td :hover {
    color: white;
    background: #005a9c;
}

table.topic-leaf th {
    text-align: center;
    border-bottom: 1px solid rgb(241, 241, 241);
    cursor: pointer;
}

table.topic-leaf th div {
    margin-right: 75px;
    margin-left: 75px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    background-color: rgb(241, 241, 241);
}

div.topic-branch-node div {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

div.topic-branch-node {
    min-width: 137px;
}

.fixed-center {
    position: fixed;
    top: 152px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    width: 100%;
    background-color: white;
}

.fixed-center.topic-leaf {
    top: 243px;
}

th.placeholder {
    display: none;
}

th.placeholder div {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

th.expandable :after {
    content: '';
    font-size: 18px;
    right: 300px;
    position: absolute;
}

th.expandable.expand :after {
    content: 'view all';
}

td.no-rows-found {
    font-size: 20px;
    text-align: center;
}

.tree-vertical {
    margin-top: 10px;
}

.tree-vertical th {
    text-align: center;
}

.tree-vertical th:first-child,
.tree-vertical td:first-child {
    padding: 10px 5px 10px 10px;
}

.tree-vertical th:nth-child(2),
.tree-vertical td:nth-child(2) {
    padding: 10px 10px 10px 5px;
}

.tree-vertical th {
    background-color: #f6f6f6;
}

.vertical-level-one,
.vertical-level-two {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}

div.level-one {
    min-height: 250px;
}

ul.vertical-level-one,
ul.vertical-level-two {
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.vertical-level-one::-webkit-scrollbar,
.vertical-level-two::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f6f6f6;
}

.vertical-level-one::-webkit-scrollbar-thumb,
.vertical-level-two::-webkit-scrollbar-thumb {
    background: #a5a5a5;
}

li.tree-item {
    cursor: pointer;
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
    margin-right: 5px;
    position: relative;
}

li.tree-item.both-selected span {
    background-color: #2a488b;
    padding: 2px 3px 2px 3px;
    display: block;
}

li.tree-item.both-selected span a {
    color: white;
}


li.tree-item div {
    display: contents;
}

.vertical-level-one li:not(.selected):not(.filtered):hover,
.vertical-level-two li:not(.selected):not(.filtered):hover {
    color: #337ab7;
    font-weight: bolder;
    background-color: #f6f6f6;
}

li.selected {
    font-size: 17px;
    background-color: #3155A4;
    color: white;
    cursor: initial;
}

li.filtered {
    font-size: 17px;
    background-color: #3155A4;
    color: white;
}

.vertical-level-one li.filtered:not(.selected):hover,
.vertical-level-two li.filtered:not(.selected):hover {
    background-color: #3155A4;
}

a.x-button {
    display: none;
    margin-right: 5px;
    cursor: pointer;
    padding-top: 2px;
    color: white;
}

a.x-button-pop-up {
    display: none;
    z-index: 2;
    position: absolute;
    right: -2px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

li.selected a.x-button {
    display: initial;
    float: right;
}

li.selected a {
    color: white;
    font-size: 15px;
}

table.tree-vertical th {
    font-size: 20px;
}

li.filtered a {
    color: white;
    font-size: 12px;
}

.container {
    max-width: 1370px !important;
}

.topic-tree-right>container {
    max-width: 500px;
}

.thinScroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f6f6f6;
}

.thinScroll::-webkit-scrollbar-thumb {
    background: #a5a5a5;
}


@media (min-width: 1380px) {
    .container {
        min-width: 1370px !important;
    }
}

a.view-all {
    display: block;
    width: 60px;
    height: 20px;
    cursor: pointer;
}

/* Default view only */

div.tree-buttons button {
    width: 50%;
    border: solid 2px #d8d8d8;
    background-color: #e2e2e2;
    height: 50px;
    font-weight: bold;
    outline: none;
}

div.tree-buttons button.selected {
    background-color: white;
    border: solid 2px #d8d8d8;
    outline: none;
    cursor: initial;
}

div.tree-buttons {
    display: flex;
    padding: 10px 10px 10px 0px;
}

div.tree-buttons.solve {
    padding-right: 0px;
    font-size: 15px;
}

div.tree-buttons.solve button.selected {
    background-color: #e2e2e2;
}

h2.tree-header {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 22px;
}

h2.tree-header.placeholder {
    font-size: 0px;
    padding-bottom: 0px;
    padding-top: 10px !important;
}

.featuredimage {
    height: 75px;
    margin: auto;
    cursor: pointer;
    background-color: white;
}

.content-right {
    margin-top: 10px;
    overflow-y: scroll;
    height: 560px;
    scrollbar-width: thin;
}

.imageContainer {
    display: inline-flex;
    border: solid 1px rgb(204, 204, 204);
    width: 194px;
    vertical-align: top;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
    background-color: white;
}

.col-md-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.topic-tree-right div.leaf-content {
    background-color: #f6f6f6;
    padding: 0px 10px 10px 10px;
}

.leaf-pop-up {
    position: absolute;
    z-index: 2;
    display: none;
    background-color: #f6f6f6;
}

div.leaf-container.topic-tree-right {
    padding-top: 35px;
}

div.topic-row {
    height: 96px;
    margin-left: 0px;
}

div.tree-block {
    padding-bottom: 30px;
}

img.tree-spinner {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.col-md-2.tree-col {
    padding-left: 0px !important;
    padding-right: 15px !important;
    width: inherit;
}

div.images-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    margin-top: 15px;
    height: 530px;
}


div.images-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f6f6f6;
}

div.images-scroll::-webkit-scrollbar-thumb {
    background: #a5a5a5;
}

.entryLogo {
    height: 25px;
    margin-right: 10px;
    padding-bottom: 3px;
    position: absolute;
}

div.scrollable {
    overflow-y: scroll;
}

div.scrollable::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f6f6f6;
}

div.scrollable::-webkit-scrollbar-thumb {
    background: #a5a5a5;
}

a.normal-font {
    color: white;
    display: block;
}

a.normal-font:hover {
    color: white;
}

/* Use table border within tree content */
.tree-block table td:not(.no-border) {
    border: solid black 1px !important;
}

.centered-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tree-right-header {
    padding: 10px 0px 0px 10px;
    margin-left: 25px;
    margin-right: 10px;
    border-bottom-style: solid;
    border-color: #E7E7E7;
    border-width: thin;
    height: 100px;
}

.tree-right-desc {
    padding-top: 10px;
    margin-left: 25px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.tree-right-desc {
    padding-top: 10px;
    margin-left: 25px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.tree-right-header h2 {
    line-height: 24px;
    font-size: 24px;
    padding-top: 5px;
}

.input-search-solve {
    position: relative;
}

.search-form-solve>div.form-group>i {
    position: absolute;
    padding-left: 10px;
    top: -2px;
}

.input-search-solve>input.solve-input {
    padding-left: 35px;
    border: none;
    width: 300px;
    height: 38px;
}

.search-form-solve {
    position: relative;
    z-index: 1;
}

.search-form-solve button {
    position: absolute;
    top: 14px;
    left: 27px;
    z-index: 1;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    font-size: 14px;
}

@font-face {
    font-family: "icomoon";
    src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?kz25s0");
    src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?icomoon.eot?kz25s0#iefix") format("embedded-opentype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.ttf?kz25s0") format("truetype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.woff?kz25s0") format("woff"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.svg?kz25s0#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon-search.solve:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -2px;
}

.search-form-solve i {
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #2F52A1;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-search-solve>input.solve-input::-webkit-input-placeholder {
    color: #2F52A1;
}


.input-search-solve>input.solve-input:-moz-placeholder {
    color: #2F52A1;
}

.input-search-solve>input.solve-input:-ms-input-placeholder {
    color: #2F52A1;
}

.input-search-solve>input.solve-input {
    color: #2F52A1;
}


a.x-button-pop-up.solve {
    right: 15px;
    top: 10px;
}

.leaf-pop-up.solve {
    top: 10px;
    height: 570px;
}

.vendor-pagelist-title {
    font-size: 18px;
    line-height: 31px;
    color: #2f2f2f;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0 0 5px;
}

.topic-tree-right {
    background-color: #f6f6f6;
}

.vendor-pagination-title {
    font-size: 16px;
    line-height: 31px;
    color: #2f2f2f;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
    cursor: pointer;
}

.vendor-pagination-title.selected {
    color: #3155a5;
}

.double-bar {
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
    margin-bottom: 20px;
    width: 100%;
}

.vendor-pagination-title.disabled {
    color: lightgray;
    cursor: initial;
}

@media screen and (max-width: 767px) {
    .double-bar {
        gap: 2rem;
        overflow-x: scroll;
    }

    .tree-right-header{
        height: 155px;
    }

}