@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: italic;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: italic;
    font-weight: bold;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}


body {
    font-family: 'Segoe UI Regular', sans-serif;
    overflow: hidden;
    background-color: #E1E1E1;
}

h1,
h2,
h3,
h4 {
    color: #707070;
    font-family: 'Segoe UI Bold', sans-serif;
}

p {
    color: #3b3b3b;
    font-family: 'Segoe UI Regular', sans-serif;
}

legend {
    font-weight: bold;
    font-size: 1.25rem;
}

legend > .fa {
    opacity: 0.4;
}

.highlight {
    background-color: yellow;
}

button:focus,
a:focus {
    outline: 0;
}

.top-bar {
    z-index: 10;
}

.top-bar,
.top-bar ul {
    color: white;
    background-color: #408EE6;
}

.top-bar .menu-text {
    cursor: pointer;
/*    padding: 0 1rem;*/
}

.top-bar li a {
    color: white;
}


.screen {
    position: fixed;
    top: 54px;
    bottom: 0;
    left: 0;
    right: 0;
}

#home-screen {
    background:
        radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.5)),
        url(../images/background3.jpg) center no-repeat;
    background-size: cover;
}

#home__wrapper {
    padding: 2em;
}

.pickList {
    display: block;
    border: 1px solid #aaa;
    padding: .5em;
    margin: 0;
    height: 250px;
    overflow-y: auto;
}

.pickList .filter__check-wrapper {
    margin-left: 2em;
    position: relative;
    white-space: normal;
    overflow: visible;
    text-overflow: inherit;
    margin-bottom: 0.5em;
}

.pickList .filter__check-wrapper i {
    position: absolute;
    left: -1.5em;
    top: 2px;
}

#results-screen {
    overflow-y: scroll;
    padding: 1em 2em;
}

#results__wrapper {
    max-width: 80rem; 
    margin: auto;
}

.inline {
    display: inline-block;
}

.callout {
    padding: 0;
    border-radius: 6px;
    border: 1px solid #B7B7B7;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.callout > section {
    padding: 1em;
    border-bottom: 1px solid #e0e0e0;
}

.callout > section:last-child {
    border-radius: 0 0 6px 6px;
}

.callout > section h2 {
    font-size: 1.2em;
}

.callout > section h3 {
    font-size: 1.1em;
}

.info-button {
    float: right;
}

.filter__check-wrapper {
    font-size: smaller;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter__check-wrapper:hover {
    color: black;
    font-weight: bold;
}

.filter__check-wrapper .fa {
    font-size: 16px;
    opacity: 0.5;
}

.filter__check-wrapper.checked {
    font-weight: bold;
}

#filter-container .filter-block {
    max-height: 250px;
    overflow-y: auto;
}

#filter-container .filter__check-wrapper.checked {
    background-color: lightyellow;
}

.filter__check-wrapper.checked .fa {
    color: #408EE6;
    opacity: 1;
}

.filter__check-wrapper .filterCounter {
    display: inline-block;
    float: right;
    padding-right: 0.25em;
    font-weight: bold;
    opacity: 0.5;
}

.filter__check-wrapper.checked .filterCounter {
    opacity: 1;
}

.filter__check-wrapper.checked:hover .fa {
    color: #24568e;
}

.fa.filter-me {
    opacity: 0.5;
    float: right;
    cursor: pointer;
    padding-top: 4px;
    font-size: 14px;
    margin-left: 1em;
}

.fa.filter-me:hover {
    opacity: 1;
    color: #408EE6;
}


#filterOptions {
    background-color: #eee;
}

#resultTemplate {
    display: none;
}

#results-options {
    float: right;
    position: relative;
}

.switch-label {
    display: inline-block;
    position: relative;
    height: 1.5rem;
    top: -0.33rem;
}

.result > .competency-container {
    background-color: #ebf4fd;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #d1e3f5;
    /*    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
}

.result .competency-text {
    font-weight: bold;
    /*    color: #3677c1;*/
}

.result .result-competency {
    font-weight: bold;
    font-size: smaller;
    display: block;
}

.competency-container.sortByDoc {
    padding-left: 0;
}
.competency-container.sortByDoc .section-icon {
    margin-left: -2.5em
}

.result-fileName {
    display: block;
    padding-bottom: 0.5em;
    font-weight: bold;
    font-size: larger;
}

.result section {
    position: relative;
    padding-left: 3em;
}

.result-text .ratingScore {
    position: absolute;
    left: 2em;
    margin-top: 1em;
    display: none;
}

.corpus-text {
    margin: 0 ;
    padding: 0.5rem 0;
}
.result-text {
    border: 1px solid transparent;
}
.result-text:hover {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

body.showRatings .result-text .ratingScore {
    display: block;
}

.result .fa.section-icon {
    position: absolute;
    font-size: 20px;
    margin-top: .1em;
    left: .75em;
    color: #999;
}

.result > .competency-container > .section-icon {
    /*
    color: #408EE6;
    opacity: 0.5;
*/
}

.result-tag-container {
    margin-top: 0.5em;
}

.result-tag {
    height: 20px;
    margin-right: .5em;
    color: #707070;
    font-size: 0.75em;
    padding: 0 8px 0 4px;
    border-radius: 1000px;
    border: 1px solid rgba(112, 112, 112, 0.4);
}

.corpus-text__options {
    float: right;
    margin-left: 1em;
}

.show-full-text {
    cursor: pointer;
    opacity: 0.5;
}
.show-full-text:hover {
    opacity: 1;
}

.corpus-text .result-tag.filter-me {
    display: inline-block;
/*
    float: right;
    margin-left: 1em;
*/
}

.result-tag:hover {
    background-color: #c7ddf7;
}

.result-tag .fa {
    margin-right: 4px;
}

.result-tag.team .fa {
    color: forestgreen;
}

.result-tag.individual .fa {
    color: yellowgreen;
}

#textInContext {
    max-height: 300px;
    overflow-y: auto;
    white-space: pre-wrap;
}

#loadingAnalysisFile {
    padding-left: 1em;
}
