html {
    font-size: 15px;
    min-height: 100%;
    min-width:960px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    font-family: "Open Sans", sans-serif !important;
    color: black;
    font-size: 15px;
    background-color: lightgray;
    overflow-y: scroll;
    line-height: 38px !important;
    font-weight: 600;
}

main {
    display: block !important;
}

.modal {
    z-index: 2001;
}

.k-menu-link {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
}

.k-checkbox-label {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
}

.k-dropdownlist {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
}

h1 {
    font-size: 25px;
    color: #663399;
    font-weight: 600;
}

h2 {
    font-size: 18px;
    color: #663399;
    font-weight: 600;
}

h3 {
    font-size: 17px;
    color: #663399;
    font-weight: 600;
}

a:link {
    text-decoration: none;
    color: #663399;
    font-weight: 600;
}

a:visited {
    text-decoration: none;
    color: #663399;
    font-weight: 600;
}

a:hover {
    color: #663399;
    font-weight: 600;
    text-decoration: underline;
}

a:active {
    text-decoration: none;
    color: #663399;
    font-weight: 600;
}

.center {
    margin: auto;
    width: 90%;
}

.detailTitle {
    font-size: 25px;
    color: #663399;
    font-weight: 600;
}

.editImage {
    vertical-align: middle;
}

.productsInDevelopment a {
    font-style: italic;
    color: #663399;
    font-weight: 600;
}

.booksInDevelopment a {
    font-style: italic;
    color: #663399;
    font-weight: 600;
}

.chaptersInDevelopment a {
    font-style: italic;
    color: #663399;
    font-weight: 600;
}

.articlesInDevelopment {
    font-style: italic;
    color: #663399;
    font-weight: 600;
}

.articleTitle {
    color: #663399 !important;
    font-weight: 600;
}

.heading img {
    position: relative;
    vertical-align: top;
}

.heading h2 {
    float: left;
    vertical-align: middle;
}

.clearfix {
    clear: both;
}

.documentTypePublic {
    font-weight: 600;
    color: green;
    display: inline;
}

.documentTypeInternal {
    font-weight: 600;
    color: red;
    display: inline;
}

.documentTypeBrochure {
    font-weight: 600;
    display: inline;
}

.documentTypePdf {
    font-weight: 600;
    display: inline;
}

.documentTypePrinter {
    font-weight: 600;
    display: inline;
}

.hidden {
    display: none;
}

.searchBreadCrumb {
    text-decoration: none;
    color: #663399;
    font-weight: 600;
}

.statisticsTable {
    width:100%;
}

.statisticsTable tr:nth-child(odd) td {
    background-color: #F0F7EE;
    color: black;
}

.statisticsTable tr:nth-child(even) td {
    background-color: white;
    color: black;
}

.searchResultsIncludeOlder {
    font-weight: 600;
    color: green;
    cursor: pointer;
}

.formTitle {
    color: #663399;
    font-weight: 600;
}

.databaseTypeRed {
    display: flex;
    justify-content: flex-end;
    color: red;
    font-weight: 600;
}

.databaseTypeGreen {
    display: flex;
    justify-content: flex-end;
    color: green;
    font-weight: 600;
    margin-left: 20px;
}

.clearAuthorisationData {
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    color: #663399 !important;
}

.feedbackSubmitted {
    color: green;
    font-weight: 600;
}

.dragable:hover {
    cursor: grab;
}

.pageTitle {
    font-size: 25px;
    color: #663399;
    font-weight: 600;
}

.closable:hover {
    cursor: pointer;
}

.page-break {
    width: 100%;
    display: block;
    margin: 0px 0;
    border-top: 2px dotted #CCCCCC;
    border-bottom: 2px dotted #CCCCCC;
    page-break-after: always;
}

.accessLevelTextInArticle {
    color: black;
}

.editMenu {
    display: inline;
}

.internalUseOnly {
    color: red;
    font-weight: 600;
}

.statistics {
    font-weight: 600;
}

.statisticsTableRow {
    text-align: right;
}

.statisticsTotals {
    font-weight: 600;
}

.menuDiv {
    display: inline;
}

.exclamationMark {
    color: red;
    font-weight: 600;
}

.editMode {
    display: inline;
}

.editModeOn {
    font-weight: 600;
    color: green;
}

.editModeOff {
    font-weight: 600;
}

.latestVersion {
    display: inline;
}

.mainHeading {
    margin-top: 20px;
}

.accessLevel {
    display: flex;
    justify-content: flex-end;
}

.mainContainer {
    background-color: white;
}

.databaseClear {
    clear: both;
}

.databaseAlignLeft {
    float: left;
}

.spinnerHidden {
    display: none;
}

.spinnerVisible {
    display: block;
}

.searchTitles {
    text-decoration: underline;
}

#divEmptySearch {
    display: none;
    color: red;
}

.notLoggedIn {
    color: red;
}

.modalBody {
    padding-left: 20px;
    padding-right: 20px;
}

.modalContent {
    width: 1000px;
}

.modalHeader {
    width: 1000px;
}

.hiddenField {
    visibility: hidden;
    max-height: 0;
}

.autoShow {
    display: inline;
}

.expandCollapse {
    display: inline;
}

.fullWidth {
    width: 100%;
}

#divNotLoggedIn {
    margin-top: 10px;
}

.textBox {
    width: 100%;
}

.modal-dialog {
    justify-content: center;
    align-items: center;
}

#txtComments {
    width: 100%;
}

.searchOmitted {
    font-weight: bold;
}

