/* Layout */
html, body, .form
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body
{
    min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
}

.content-wrapper {
    position: relative;
    padding-bottom: 46px; /* Footer Height */
    min-height: calc(100vh - 3.13rem - 46px); /* 3.13rem is the Header size */
    background-color: rgb(229, 229, 229); /* rgba(0, 0, 0, 0.1); */
}
html
{
    height: 100%;
}

/* set no visible and without size*/
.hidden {
    visibility: hidden;
    height: 0px;
    width: 0px;
    font-size: 0px;
}

/* Content */
.content
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Footer */
.footer-wrapper
{
    height: 46px; /* Footer Height */
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer
{
    font-size: 10.5px;
    color: #999999;
}

.footer-link
{
    color: #999999;
    border-right: 1px solid #bbbbbb;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
}

.footer-link:last-child
{
    border: none;
    margin: 0;
    padding: 0;
}

.footer-left
{
    float: left;
}

.footer-right
{
    float: right;
}

.footer-left,
.footer-right
{
    padding: 16px 24px;
}

@media (max-width: 599px)
{
    .footer-left,
    .footer-right
    {
        padding: 16px 4px;
    }
}

/* Header */
.app-header
{
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
    z-index:1600!important;
}

.app-header .left-block
{
    float: left;
}

.app-header .right-block
{
    float: right;
}

.app-header .menu-container
{
    overflow: hidden;
}

.app-header .menu-container > div
{
    float: right;
}

.header-logo {
    background: url('Images/logo.svg') no-repeat center;
    height: 45px;
    width: 150px;
    background-size: contain;
}

@media (max-width: 359px)
{
    .header-logo {
        background: url('Images/logo-small.svg') no-repeat center;
        width: 35px;
        background-size: contain;
    }
}

.app-header .left-block .header-menu .image-item > .dxm-content
{
    padding: 0 8px 0 8px;
}

.app-header .right-block .header-menu .image-item > .dxm-content
{
    padding: 0 7px 0 7px;
}

.app-header .left-block .header-menu .item.toggle-item > .dxm-content
{
    padding: 0 14px 0 14px;
}

.app-header .right-block .header-menu .item.toggle-item > .dxm-content
{
    padding: 0 14px 0 14px;
}

.app-header .header-menu .item.selected
{
    color: inherit;
    box-sizing: border-box;
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    border-bottom: solid 2px #004288;
}
.app-header .header-menu .item.selected,
.app-header .header-menu .item.hovered
{
    background-color: rgba(0, 0, 0, 0.05);
}


    .app-header .header-menu .item.selected .dxm-content {
        color: #666;
        margin-bottom: -2px;
    }
    .app-header .header-menu .item.hovered .dxm-content.dx {
        color: #666;
    }

/* Main Menu */
.header-menu
{
    background-color: white !important;
    border-style: none !important;
    height: 3.13rem;
}

@media (max-width: 599px)
{
    .menu-container .dxm-ltr > div:not(.header-menu)
    {
        width: 100% !important;
    }
}

.header-sub-menu
{
    width: 100% !important;
}

.header-sub-menu .item
{
    padding: 12px 7px !important;
}

/* Ellipsis -> Apps Icon */
.header-menu .adaptive-image
{
    background: url('Images/adaptive-menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
}
/* Hide item images */
.header-menu.application-menu .item .dxm-content > img
{
    display: none !important;
}

@media (max-width: 720px) /* Change Ellipsis image Apps Icon */
{
    .app-header .menu-container > div
    {
        width: 47px;
    }

    .header-menu .adaptive-image
    {
        background: url('Images/application.svg') no-repeat center;
    }

    /* Show item images */
    .header-menu.application-menu .item .dxm-content > img
    {
        display: inline-block;
    }
}

/* Right area menu */
.header-menu .toggle-item .image
{
    background: url('Images/double.svg') no-repeat center;
}

.header-menu .toggle-item.checked .image
{
    background: url('Images/double-close.svg') no-repeat center;
}

.header-menu .image-item
{
    vertical-align: middle !important;
}

.header-menu .vertically-aligned
{
    font-size: 0;
}

/* notifications*/

.header-menu .notifications-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
}

    .header-menu .notifications-background div {
        border-radius: 50%;
    }

    .header-menu .notifications-background .notifications-image {
        width: 32px;
        height: 32px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

    .header-menu .notifications-background .notifications-count {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: ##87baeb;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
        line-height: 20px;
        color: #fff;
    }

        .header-menu .notifications-background .notifications-count span {
            position: relative;
            text-align: center;
            font-size: 11px;
            line-height: 20px;
            color: #fff;
        }

/* settings*/

.header-menu .settings-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
}

.header-menu .settings-background div {
    border-radius: 50%;
}

.header-menu .settings-background .settings-image {
    width: 32px;
    height: 32px;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background-size: 100%;
}

/* media */

.header-menu .media-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
}

    .header-menu .media-background div {
        border-radius: 50%;
    }

    .header-menu .media-background .media-image {
        width: 32px;
        height: 32px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

/* sub items*/

.menu-subitem {
    background-color: #e4e4e4;
}

    .menu-subitem .user-info .avatar img {
        float: left;
        height: 25px;
    }

    .menu-subitem .user-info .text-container {
        height: auto;
        margin-left: 40px;
    }



/* Account */
.header-menu .account-background
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

.header-menu .account-background div
{
    border-radius: 50%;
}

.header-menu .account-background .account-image {
    width: 32px;
    height: 32px;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background-size: 100%;
}

.header-menu .account-background .empty-image
{
    width: 16px;
    height: 16px;
    margin: 8px;
    display: inline-block;
    background: url('Images/user.svg');
}

.header-menu .account-background .account-image
{
    width: 32px;
    height: 32px;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background-size: 100%;
}

.user-info .avatar img
{
    float: left;
    height: 43px;
    border-radius: 50%;
}

.user-info .text-container
{
    height: 3.13rem;
    margin-left: 60px;
}

.user-info .text-container .user-name
{
    color: #444444;
    font-size: 1.14em;
}

.user-info .text-container .email
{
    display: block;
    color: #666666;
    font-size: 0.86em;
}

.myaccount-item
{
    background-color: #e4e4e4;
}

/* Left Panel */
.left-panel
{
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}

.leftpanel-section
{
    border: none !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.section-caption
{
    height: 2.69rem;
    line-height: 2.69rem;
    vertical-align: middle;
    margin: 0;
}

.section-caption
{
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.left-panel.expand-bar,
.right-panel.expand-bar
{
    border: 0;
}

a.tree-view-node
{
    color: #666666;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    padding-right: 8px !important;
    border: none !important;
}

a.tree-view-node.hovered
{
    text-decoration: none;
}

.tree-view-elbow
{
    padding-top: 3px;
}

/* Right Panel */
.right-panel
{
    border-left: 1px solid #f0f0f0;
}

.settings-content
{
    padding: 24px 20px;
}

.settings-content h2
{
    color: #494949;
    font-size: 1.3em;
    font-weight: 600;
}

.settings-content p
{
    color: #999999;
}

/* Toolbar */
.page-toolbar-wrapper {
    position: fixed;
    background-color: rgb(179, 191, 202);
    /* left: 272px; */
    left: 0;
    right: 0;
    z-index: 1;
}

@media(max-width: 959px) {
    .page-toolbar-wrapper {
        left: 0;
    }
}

.page-toolbar
{
    background-color: none !important;
    border: none !important;
    font-size: 0.93em !important;
    height: 2.69rem;
}

.page-toolbar .item > h1,
.section-caption
{
    color: #494949;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
}

.page-toolbar .item > h1
{
    font-size: 1.36em;
}

.page-toolbar .item > h1
{
    margin: 0;
    padding: 0 17px;
}

.page-toolbar .item .dxm-disabled .dxm-image
{
    opacity: 0.3;
}
    .page-toolbar .item.dxm-disabled,
    .page-toolbar .item.dxm-disabled a.dxm-content,
    .page-toolbar .item.dxm-disabled a.dxm-content:hover {
        color: #7e8184;
    }
    .page-toolbar .item.dxm-disabled .dxm-contentText,
    .page-toolbar .item.dxm-disabled .dxm-contentText:hover {
        color: #7e8184;
    }

@media (max-width: 599px) {
    .page-toolbar .item > h1
    {
        max-width: 150px;
    }
}

.hidden-area {
    height: 0;
}

.control-area {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.control-notes {
    margin:10px 0;
}

    .control-notes .note {
        color: #9F9F9F;
        font-size: 0.85em;
        width: 100%;
        display: inline-block;
        margin: 5px 0;
    }

.control-messages {
    margin: 10px 0;
    height:auto;
    opacity:1;
}
.control-messages.hide {
    margin: 0;
    height:0;
    opacity:0;
}

    .control-messages ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

        .control-messages ul li {
            display: block;
            position: relative;
            text-decoration: none;
            padding: 10px;
            background-color: #cbd4dd;
            border: 1px solid #cbd4dd;
            margin-top: -1px; /* Prevent double borders */
        }

            .control-messages ul li:hover {
                background-color: #aec8e3;
            }

            .control-messages ul li .close {
                cursor: pointer;
                position: absolute;
                top: 50%;
                right: 0%;
                padding: 10px 15px;
                transform: translate(0%, -50%);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                background-image: url('Images/close-icon.svg');
            }

                .control-messages ul li .close:hover {
                    padding: 12px 15px;
                }

.HubNotificationContainer {
    position: absolute;
    z-index: 10000;
    bottom: 0;
    right: 0;
}

.HubNotification {
    position: relative;
    margin: 15px;
    width: 200px;
    background-color: rgba(17, 119, 215, 0.5);
    color: #fff;
    padding: 20px;
    border-radius: 7px;
    font-size:11px;
}
    .HubNotification .row{
    }
    .HubNotification .author {
        background-color: #1177d7;
        padding: 3px;
        margin: 3px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        display: inline-block;
    }
    .HubNotification .date {
        padding: 3px;
        margin: 5px;
        display: inline-block;
        position:absolute;
        right:0;
        top:0;
    }
    .HubNotification .message {
        padding: 3px;
        margin: 3px;
        display: inline-block;
    }
    .HubNotification .type {
        background-color: transparent;
        padding: 3px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        display: inline-block;
        font-size: 10px;
        margin: 3px;
    }
    .HubNotification .status {
        padding: 5px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        display: inline-block;
        margin: 3px;
        font-size: 0;
    }
        .HubNotification .status.N {
            background-color: #38ff00a3;
        }

        .HubNotification .status.S {
            background-color: #0040ff66;
        }

.PageErrorNotification {
    font-size: 18px;
    font-weight: lighter;
    text-justify: auto;
    display: block;
    text-align: center;
    padding: 50px;
    font-style: italic;
    color: #666;
}


.ReportTable {
    display: table;
    width: 100%;
    margin: 5px 0 10px 0;
}
    .ReportTable .column {
        width: 50%;
        display: table-cell;
    }

        .ReportTable .column span {
            font: 13px Arial, Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
            color: #666;
        }

        .ReportTable .column .data {
            background-color: #0040ff1c;
            line-height: .99;
            border-radius: 3px;
            border: solid 1px #ccc;
            padding: 2px 5px;
            text-align: center;
        }

        .ReportTable .column .success {
            background-color: #38ff0042;           
        }      


    /*
.dx-dashboard-card-view-panel {
    width: 100% !important;
}
.dx-overlay-content {
    width: 250px !important;
    background-color: #95a7bb !important;
}
.dx-dashboard-image-container {
    height: 128px;
    padding: 5px;
    justify-content: center;
    display: flex;
    border-radius: 3px;
}

.dx-dashboard-image{
    width: auto !important;
}

.dxm-main .dxm-item.item.dxm-noSubMenu.dxm-selected.dxm-hovered a.dx{
    color: #95a7bb !important;
}
*/



