body {
    display: none;
    overflow: hidden;
}

#menu {
    background-color: #f7f7f7 !important;
    border-right: 1px solid #dae3e9 !important;
    border-top: 1px solid #dae3e9 !important;
    border-bottom: 1px solid #dae3e9 !important;
    width: 238px;
    z-index: 1030;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: initial;
    height: 27px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumb .part {
    background-color: #cbe7ff !important;
    color: #777777;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.breadcrumb .click {
    text-decoration: underline;
    background-color: #f7f7f7 !important;
    color: #777777;
}

.dim {
    background-color: #000000 !important;
    opacity: 0.5 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.shadow {
    position: fixed;
    width: 100%;
    height: 5px;
    z-index: 999;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 5px);
    background-repeat: repeat no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer_shadow {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 5px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 5px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 5px);
    background-repeat: repeat no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 5px;
    z-index: 999;
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #f7f7f7;
}

.footer_content {
    padding: 4px;
}

.footer_content div.primary {
    display: inline;
}

.footer_content div.secondary {
    display: inline;
}

.hide_mobile {
}

@media (max-width: 767px) {
    .footer_content div.secondary:before {
        content: '\F102';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        text-align: center;
        line-height: 36px;
    }
    .footer_content div.secondary:focus {
        bottom: 0px;
        top: auto;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .footer_content div.secondary:focus:before {
        content: '';
    }
    .footer_content div.secondary {
        display: grid;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #f7f7f7;
        padding: 4px;
        z-index: 1999;
        min-width: 50px;
    }
    .footer_content div.secondary:not(:focus) * {
        display: none;
    }
}

@media (max-width: 480px) {
    .hide_mobile {
        display: none;
    }
}

.footer_content .primary .footer_resize {
    float: right;
}

.premium_section {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.store_section {
    padding-left: 20px;
    display: none;
}

.deactivate_section {
    padding: 5px 0px 0px 0px;
    font-size: 13px;
    color: red;
    display: none;
}

.selected {
    font-weight: bold !important;
}

.sidebar-nav {
    padding-top: 10px !important;
    background-color: #f7f7f7 !important;
    border-right: 1px solid #dae3e9 !important;
    border-top: 1px solid #dae3e9 !important;
    border-bottom: 1px solid #dae3e9 !important;
}

#menu li {
    white-space: nowrap;
}

#sidebar-nav #dashboard-menu {
    list-style: none;
    padding: 0px 6px 0px 0px;
    margin: 4px 0px 0px 6px;
}

#sidebar-nav #dashboard-menu > li:last-child > a {
    border-bottom: none;
    box-shadow: none;
}


.integration_message_counter {
    position: absolute;
    top: 14px;
    right: 12px;
    background-color: #ffaaaa;
    color: #ffffff;
    padding: 0px 5px;
    text-align: center;
    border-radius: 32px;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-shadow: 0px 0px 0px #fff;
    margin-left: 4px !important;
}

.sub_menu_counter {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ffaaaa;
    color: #ffffff;
    padding: 0px 5px;
    text-align: center;
    border-radius: 32px;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-shadow: 0px 0px 0px #fff;
    margin-left: 4px !important;
}

img.sub_icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    opacity: 0.4;
}

.selected img.sub_icon {
    opacity: 1.0;
}

img.icon {
    opacity: 0.7;
}

li a.no-bottom-border {
    border-bottom: none !important;
    box-shadow: none !important;
}

ul.no-bottom-border {
    border-bottom: none !important;
    box-shadow: none !important;
}

.text-notification {
}

.error-notification {
    font-weight: bold;
    color: #fc827b !important;
    font-size: 14px;
}

.top-notification {
    color: #fc827b;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

.time_last_message {
    margin-left: 5px;
}

.time {
    margin-left: 5px;
    position: absolute;
    right: 0px;
    width: 30px;
    font-size: inherit;
}

.system_message {
    width: 100%;
    padding: 10px;
}

.system_message_title {
    font-weight: bold;
    font-size: 20px;
}

.system_message_message {
    font-size: 14px;
}

.integration_message {
    width: 100%;
    padding: 10px;
    background-color: #C51111;
    color: #FFFFFF;;
    border-top: 1px solid #191e23
}

.integration_message_message {
    font-size: 12px;
    white-space: nowrap;
}

.prio_HIGH {
  color: #FFFFFF !important;
  background: #C51111 !important;
  text-align: center;
}

.prio_MEDIUM {
    color: #AA0000 !important;
    background: #FFA500 !important;
    text-align: center;
}

.prio_LOW {
    color: #FFFFFF !important;
    background: #4387bf !important;
    text-align: center;
}

.state_hidden {
    display: none !important;
}

.header {
    position: fixed;
    z-index: 1029; /**bootbox-dialogs have 1030**/
    width: 100%;
    top: 0px;
}

.eula-container {
    overflow: auto;
    max-height: 400px;
}

.system_message_container {
    position: fixed;
    display: block;
    z-index: 9999;
    width: 60%;
    bottom: 0px;
    left: 50%;
    margin-left: -30%;
    pointer-events: none;
}

.system_message {
    border: 1px solid #ccc;
    border-radius: 4px;
    background:rgba(247,247,247,0.75);
    text-align: center;
    font-weight: bold;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
    pointer-events: none;
}

.system_message_success {
    border: 1px solid #ccc;
    border-radius: 4px;
    background:rgba(0,143,0,0.75);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
    pointer-events: none;
}

.system_message_error {
    border: 1px solid #ccc;
    border-radius: 4px;
    background:rgba(143,0,0,0.75);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
    pointer-events: none;
}

.system_message_top {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.active {
    opacity: 1.0 !important;
}

.inactive {
    opacity: 0.7;
}

img.flag {
    height: 22px;
    margin: 2px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    padding: 0px;
}

img.flag_selected {
    border: 1px solid #FF0000;
    padding: 1px;
    height: 26px;
}

.language_container {
    padding: 4px 10px 0px 0px;
    width: 190px!important;
    text-align: center;
}

.top_dropdown_menu {
    left: auto !important;
    right: 0px !important;
}

.dropdown-toggle {
    background-color: initial !important;
}

.nav-tabs > li {
    white-space: nowrap;
}

.nav-tabs > li > a {
    margin-right: initial;
    border: 1px solid #eee;
    border-bottom: 1px solid #aaa;
    margin-top: 8px;
}
