﻿.glossary-container {
    display: none;
    position: absolute;
    width: 304px;
    height: 100%;
    top: 3px;
    right: 0;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    z-index: 120;
}

.glossary-header-title {
    display: flex;
    flex-direction: row;
    height: 38px;
}

.glossary-header {
   height: auto;
   width: auto;
   padding: 18px 24px 0px 24px;
   box-sizing: border-box;
}

.glossary-header button {
    margin-left: auto;
    height: 20px;
    width: 20px;
    margin-top: 3px;
    border: 0;
    padding: 0;
    background-color: #fff;
}

.glossary-search-container {
    height: 56px;
    padding: 8px 0px;
    box-sizing: border-box;
}

.glossary-header input{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.glossary-items-list{
   height: calc(100% - 135px);
   overflow: auto;
   width: auto;
}

.glossary-container p {
    display: inline-block;
    line-height: 1.54;
    color: #283747;
    opacity: 0.54;
    text-decoration: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

.glossary-header-title p {
    font-size: 16px;
    line-height: 1.25;
    opacity: 0.87;
}

p.glossary-item-title {
    max-width: 210px;
    word-break: break-word;
}

.glossary-category {
    height: 56px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ffffff;
}

.glossary-category-title {
    height: 56px;
    padding: 18px 24px;
    box-sizing: border-box;
    line-height: 1.54;
    color: #283747;
    opacity: 0.54;
    text-decoration: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

.category-container .category-items {
    padding: 0 24px;
}

.glossary-category-title:hover {
    cursor: pointer;
    opacity: 0.87;
    background: #fafafa;
}

.glossary-items-list .collapsed-category .glossary-category-title {
    opacity: 0.87;
    background: #fafafa;
}

.glossary-items-list .collapsed-category .glossary-category-title:hover i {
    opacity: 0.87;
}

.category-container {
    height: auto;
    visibility: visible;
}

.glossary-items-list .closed-category:hover {
    cursor: pointer;
    background-color: #fafafa;
}

.glossary-items-list .closed-category:hover p,
.glossary-items-list .closed-category:hover i {
    opacity: 0.87;
}

.glossary-item:hover .glossary-item-title,
.glossary-item:hover i {
    text-decoration: underline;
    opacity: 0.87;
    cursor: pointer;
}

span.highlight-term {
    margin: 0;
    background-color: yellow;
}

.glossary-item {
    height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    margin: 18px 0 18px 10px;
    background-color: #ffffff;
}

.glossary-item-title {
    height: 30px;
}

p.glossary-item-description {
    padding-top: 14px;
    font-style: italic;
}

.opened-glossary-item {
    height: auto;
}

.opened-glossary-item p,
.opened-glossary-item i {
    opacity: 0.87;
}

.opened-glossary-item .glossary-item-title {
    font-weight: 700;
}

.empty-search-results {
    display: none;
}

p.empty-search-results {
    margin: 50% 0% 0% 25%;
    position: relative;
}

.glossary-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(/Images/glossary.svg);
    opacity: 0.54;
}

i.glossary-icon.glossary-plus {
    vertical-align: sub;
    float: right;
    background-position: -2px -83px;
}

i.glossary-icon.glossary-minus-icon {
    background-position: -2px -101px!important;
}

i.glossary-icon.glossary-forward-arrow {
    float: right;
    background-position: -2px -123px;
}

.glossary-icon.close-glossary{
    background-position: -21px -241px;
    opacity: 0.87;
 }

button.glossary-icon.close-glossary:hover {
    cursor: pointer;
    opacity: 0.54;
}