html {
    font-size: 14px;
}

a[data-toggle='popover']:hover,
a[data-toggle='popover']:focus,
.no-text-decoration {
    text-decoration: none;
}

div.alert ol,
div.alert ul {
    margin-bottom: 0;
}

div.card {
    margin-bottom: 1rem;
}

div.card-header {
    background-color: #eeeeee;
}

div.card[data-toggle='card'] > div.card-header {
    cursor: pointer;
}

div.card[data-toggle='card'] > div.card-header::after {
    border-top: 0.3rem solid;
    border-right: 0.3rem solid transparent;
    border-bottom: 0;
    border-left: 0.3rem solid transparent;
    content: '';
    display: inline-block;
    margin: 0 0 0 auto;
    vertical-align: middle;
}

div.div-fixed {
    max-width: 40%;
    position: fixed;
    z-index: 101;
}

div.div-fixed-bottom {
    bottom: 0;
}

div.div-fixed-left {
    justify-content: left;
    left: 0;
    text-align: left;
}

div.div-fixed-right {
    justify-content: right;
    right: 0;
    text-align: right;
}

div.div-fixed-top {
    top: 6rem;
}

div[id='formErrorsList'] a {
    color: inherit;
    text-decoration: underline;
}

div.header-fixed {
    background-color: #ffffff;
    display: none;
    margin-top: -7px;
    max-width: 100%;
    position: fixed;
    width: 1110px;
    z-index: 99;
}

div.header-fixed h4 {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    border: 1px solid #dddddd;
    border-top: 0;
    margin: 0;
    padding: 0.3rem;
    text-align: center;
}

div.header-fixed > div.header-fixed-div {
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 0.3rem;
}

div.header-fixed table.header-fixed-table {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin: 0;
}

div.error-image img {
    margin-top: 2rem;
    max-width: 95%;
    width: 300px;
}

div.popover {
    max-width: 900px;
}

div.popover-content {
    font-size: 13px;
}

footer {
    padding-bottom: 1rem;
}

header {
    margin-top: 56px;
}

header div.alert {
    margin-top: 1rem;
}

img.img-thumbnail {
    max-height: 150px;
}

main {
    min-height: 730px;
}

nav a.navbar-brand[id='logo'] img {
    width: 110px;
}

nav div[id='navbar'] div[id='navbar_search-error'] {
    background: #343a40;
    padding-left: 2px;
}

nav div[id='navbar'] form[name='navbarSearch'] {
    display: inline-block;
    left: 100%;
    margin-left: -380px;
    position: absolute;
    z-index: 2;
}

nav span.nav-tooltip {
    border-radius: 1rem;
    display: inline-block;
    font-size: 90%;
    left: 1.7rem;
    line-height: 100%;
    padding: 0.1rem 0.4rem 0.1rem 0.3rem;
    position: absolute;
    top: 0.1rem;
    z-index: 2;
}

p {
    margin: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}

span.priority-star svg:hover {
    fill: #bb4422 !important;
}

.alert {
    padding: 0.3rem 0.5rem;
}

.alert-dismissible {
    padding-right: 2.5rem;
}

.alert-dismissible .close {
    padding: 0.3rem 0.8rem;
}

.clickable {
    cursor: pointer;
}

.fixed-size-content blockquote,
.fixed-size-content div,
.fixed-size-content ol,
.fixed-size-content p,
.fixed-size-content pre,
.fixed-size-content table,
.fixed-size-content ul {
    width: 100% !important;
}

@media (max-width: 1399px) {
    div.header-fixed {
        width: 1110px;
    }
}

@media (max-width: 1199px) {
    div.header-fixed {
        width: 930px;
    }

    nav div[id='navbar'] form[name='navbarSearch'] {
        left: 0;
        margin-left: 0;
        margin-top: 5px;
        position: inherit;
    }
}

@media (max-width: 991px) {
    div.header-fixed {
        width: 690px;
    }
}

@media (max-width: 767px) {
    div.div-fixed {
        max-width: 100%;
    }

    div.header-fixed {
        width: 510px;
    }

    nav div[id='navbar'] table[id='userNewsfeeds'] > tbody > tr > td > a.dropdown-item {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    div.header-fixed {
        padding-right: 2rem;
    }
}
