



.layout-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative
}

.layout-container:after {
    content: "";
    position: fixed;
    background-position: top;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.layout-loader-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eff3f5
}

.layout-loader-content-wrapper,.layout-content-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px
}

.layout-loader-content-wrapper:has(.content-columns),.layout-content-wrapper:has(.content-columns) {
    padding: 0
}

.layout-loader-content-wrapper:has(.content-columns) .layout-content-news:has(.breakingNews),.layout-content-wrapper:has(.content-columns) .layout-content-news:has(.breakingNews) {
    padding: 20px 20px 0
}

.layout-loader-content-wrapper:has(.content-columns) .breakingNewsEnduser,.layout-content-wrapper:has(.content-columns) .breakingNewsEnduser {
    margin-bottom: 0
}

.layout-loader-content-wrapper {
    padding-top: 100px
}

.layout-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.layout-content[data-page="incident-create"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.layout-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #eff3f5;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.layout-loader-navbar {
    background: #dfe2eb
}

.layout-loader-navbar,.layout-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 980px;
    height: 90px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.layout-loader-logo {
    margin-left: 10px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #c3c8d5
}

.layout-menu,.layout-loader-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    z-index: 2;
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden
}

.layout-loader-navbar-actions {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.layout-loader-button {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    margin-right: 25px
}

.layout-loader-button--large {
    width: 126px
}

.layout-loader-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layout-loader-navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.layout-loader-navbar-text,.layout-loader-navbar-circle,.layout-loader-button,.layout-loader-user-bt {
    background: #c3c8d5
}

.layout-loader-user-bt {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.layout-loader-navbar-circle {
    width: 15px;
    height: 15px;
    border-radius: 8px
}

.layout-loader-navbar-text {
    height: 12px;
    width: 60px;
    border-radius: 4px;
    margin-left: 10px
}

.layout-loader-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    background: #e4e6e9;
    border-radius: 4px
}

.layout-header-wrapper {
    width: 100%;
    padding-top: 90px;
    z-index: 30
}

.layout-header,.layout-loader-header {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.layout-header--home .nav-bar-action--search {
    display: none
}

.layout-header--home .layout-search {
    position: static;
    top: 0;
    margin: 0
}

.layout-navbar {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #083b5b
}

.layout-navbar--dark {
    background: #333
}

.layout-navbar--dark .layout-navbar__image {
    display: none
}

.layout-navbar--light {
    background: #fafafa
}

.layout-navbar--light .layout-navbar__image {
    display: none
}

.layout-navbar__logo {
    margin-left: 10px;
    z-index: 2
}

.layout-navbar__logo img {
    height: 43px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor
}

.layout-navbar__logo--default {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3))
}

.layout-navbar__logo--default img {
    width: 220px;
    height: 60px
}

.layout-navbar__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    opacity: 0.9;
    background-size: cover;
    background-position: left top
}

.layout-menu__item {
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.layout-menu__item-icon {
    margin-right: 12px
}

.layout-loader-search {
    background-color: #dfe7eb;
    margin-top: 90px
}

.layout-loader-search,.layout-search {
    height: 35vh;
    min-height: 200px;
    max-height: 300px;
    margin: 90px 0 0 0
}

.layout-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    background-color: #333;
    background-size: cover;
    background-position: left -90px;
    margin-top: 90px;
    -webkit-transition: background-image 0.2s ease-in-out, top 0.3s ease-in-out;
    transition: background-image 0.2s ease-in-out, top 0.3s ease-in-out;
    top: -400px;
    position: fixed;
    width: 100%
}

.layout-search__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 1460px;
    margin: -35px auto 0 auto;
    width: 100%
}

.layout-search__title {
    font-size: 320%;
    font-weight: 300;
    line-height: 1;
    padding: 10px 0 25px 10px
}

.layout-search--expanded {
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3)
}

.layout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
    display: none
}

.layout-container--scroll-lock {
    height: 100%;
    overflow: hidden
}

.layout-container--unfocused .layout-content-wrapper {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    position: relative
}

.layout-container--unfocused .layout-header .layout-search__content {
    z-index: 2
}

.layout-navbar .nav-bar-actions {
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.layout-navbar .nav-bar-action {
    margin-right: 0;
    margin-left: 25px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2)
}

.layout-navbar .nav-bar-action--search {
    background-color: #60af83
}

.layout-navbar .nav-bar-action--search:hover {
    background-color: #4a926a
}

.layout-navbar .nav-bar-action.user {
    margin-left: 13px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.layout-navbar .nav-bar-action.user:hover {
    background-color: transparent
}

.layout-navbar .nav-bar-action.user.active {
    background: #fff
}

.layout-navbar .user-bt-container {
    border: none
}

@media (max-width: 1280px) {
    .layout-menu__item {
        padding:0 15px
    }

    .layout-navbar .nav-bar-action.new {
        padding: 0;
        width: 32px
    }

    .layout-navbar .nav-bar-action.new .icon {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .layout-navbar .nav-bar-action.new .text {
        display: none
    }
}

@media (max-width: 1024px) {
    .layout-menu__item-icon {
        display:none
    }
}

@media (max-height: 720px) {
    .layout-header-wrapper {
        padding-top:80px
    }

    .layout-loader-search,.layout-search {
        height: 30vh;
        margin-top: 80px
    }

    .layout-search__title {
        padding-bottom: 10px;
        font-size: 260%
    }

    .layout-loader-navbar,.layout-navbar {
        height: 80px
    }

    .layout-loader-navbar__image,.layout-navbar__image {
        height: 80px
    }

    .layout-search {
        background-position: left -80px
    }
}

.layout-content[data-hide-mini-profile="true"] .user-item__head .user-item__title a:hover {
    cursor: text;
    color: inherit
}

.layout-content[data-hide-mini-profile="true"] .avatar-initials,.layout-content[data-hide-mini-profile="true"] .activity-message__avatar {
    cursor: default
}

.layout-content[data-hide-mini-profile="true"] .activity-message__user:hover,.layout-content[data-hide-mini-profile="true"] .activity-message__user a:hover {
    cursor: text;
    color: #4d4d4d
}

.layout-content[data-hide-mini-profile="true"] .fa-user-edit+.activity-log__content .profile-link:hover,.layout-content[data-hide-mini-profile="true"] .fa-user-minus+.activity-log__content .profile-link:hover,.layout-content[data-hide-mini-profile="true"] .requestListItemHeader a,.layout-content[data-hide-mini-profile="true"] .user-list__user-name,.layout-content[data-hide-mini-profile="true"] .author .profile-link {
    cursor: text;
    color: inherit
}

.layout-content[data-hide-mini-profile="true"] .card__user-name:hover,.layout-content[data-hide-mini-profile="true"] .section-activity-message__user-name:hover {
    color: #666;
    cursor: text
}
