/* Layout */
html, body, .form
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body
{
    position: relative;
    min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
}

.form
{
    padding-bottom: 46px; /* Footer Height */
}

html, .form
{
    height: 100%;
}

/* 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 10px 0 rgba(0, 0, 0, 0.5);
    border-bottom-width: 0 !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: 26px;
    width: 150px;
}

@media (max-width: 359px)
{
    .header-logo
    {
        background: url('Images/logo-small.svg') no-repeat center;
        width: 26px;
    }
}

.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 #434B8A;
}
.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
    {
        margin-bottom: -2px;
    }
    .app-header .header-menu .item.selected .dxm-content,
    .app-header .header-menu .item.hovered .dxm-content
    {
        color: inherit;
    }

/* 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: 0px 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;
}

/* 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 .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: white;
    left: 0;
    right: 0;
    z-index: 1;
}

.page-toolbar
{
    background-color: rgba(0, 0, 0, 0.1) !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.46em;
}

.page-toolbar .item > h1
{
    margin: 0;
    padding: 0 17px;
}

.page-toolbar .item .dxm-disabled .dxm-image
{
    opacity: 0.3;
}

@media (max-width: 599px)
{
    .page-toolbar .item > h1
    {
        max-width: 150px;
    }
}

.report-title {
    padding: 2px 8px 0px 8px;
    font-size: 20px;
    background-color: #202658;
    color: white;
}


.mainCalbackPanel {
    /*position: absolute;
    left: 0px;
    top: 0px;*/
    height: 100%;
    /*background: #e0e0e0;*/
    background-color: white;
    width: 100%;
}

div.contentPage {
    padding: 60px 24px 60px 24px;
    background-color: White;
    /*box-shadow: 2px 0px 2px #606060;*/
    width: 90%;
    /*max-width:800px;*/
    min-width: 800px;
    margin: auto;
    /*margin-top: 10px;
    font-family: Verdana, Arial, Sans-Serif;*/
    font-size: medium;
}

div.sidedrawermenu {
    position: fixed;
    left: 0;
    top: 65px;
    bottom: 0;
    height: auto !important;
    background-color: #404678;
    /*box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);*/
    /*padding: 20px 20px 20px 20px;*/
    color: white;
    overflow-y: scroll;
}

div.sidedrawermenuback {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto !important;
    background-color: #404678;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
    overflow-y: hidden;
}

div.sidedrawermenuScrollContainer {
    background-color: red;
    padding: 0 20px 20px 20px;
    overflow-y: auto;
}

.SectionHeaderOld {
    font-size: 24px;
    text-align: center;
    color: navy;
    background-color: #dddddd;
    border-radius: 8px 8px;
    padding: 8px 24px 8px 24px;
    margin-top: 12px;
    box-shadow: 0px 2px 2px #b0b0b0;
}

.SectionHeader {
    font-size: 28px;
    border-bottom: 2px solid #404678;
    padding-left: 12px;
    background: white;
    padding-bottom: 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #76848E;
}

table.tableTest {
    font-size: x-small;
    width: 100%;
    border: 1px solid gray;
}

    table.tableTest th {
        border: 1px solid gray;
    }

div.table_title {
    font-size: medium;
    text-align: left;
    margin: 4px 0px 0px 4px;
    /*color: #76848E;*/
    font-weight:normal;
    text-decoration:underline;
}

div.table_subtitle {
    font-size: small;
    font-weight: normal;
    text-align: left;
    margin: 8px 0px 4px 8px;
    color: #76848E;
}

div.table_cell {
    display: table;
    min-height: 24px;
    width: 100%;
    text-align: center;
    color: #505050;
}

div.table_outerborder {
    margin-top: 24px;
    box-shadow: 0px 0px 4px #d0d0d0;
    border-radius: 4px 4px;
    padding: 8px;
}

div.table_footnote {
    font-size: .8em;
    font-weight: normal;
    text-align: left;
    margin: 8px 0px 4px 8px;
    color: #76848E;
}

div.tickIcon {
    background-image: url('images/check-mark.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;
    background-size: 16px 16px;
}

div.crossIcon {
    background-image: url('images/close.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;
    background-size: 16px 16px;
}

div.table_alert {
    background-color: #eeeedd;
    border: 1px solid #aaa;
    /*box-shadow: 0px 0px 8px rgba(0,0,0,.3);*/
    padding: 10px 20px 8px 30px;
    border-radius: 4px;
    background-image: url('images/exclamation-mark.svg');
    background-position: 5px 10px;
    background-repeat: no-repeat;
    background-size: 16px;
}

div.table_alert_item {
    font-size: .8em;
    font-weight: normal;
    text-align: left;
    margin: 0 0 8px 8px;
    color: maroon;
}

div.graph_title {
    font-size: medium;
    text-align: left;
    margin: 4px 0px 0px 4px;
    text-decoration:underline;
    /*color: #76848E;
    font-weight: bold;*/
}

div.graph_subtitle {
    font-weight: normal;
    text-align: left;
    margin: 8px 0px 4px 8px;
    color: #76848E;
    font-size: small;
}

div.graph_footnote {
    font-size: .8em;
    font-weight: normal;
    text-align: left;
    margin: 8px 0px 4px 8px;
    color: #76848E;
}

div.graph_alert {
    background-color: #eeeedd;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    padding: 10px 20px 8px 30px;
    border-radius: 4px;
    background-image: url('images/exclamation-mark.svg');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 16px;
}

div.graph_alert_item {
    font-size: .8em;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 8px 8px;
    color: maroon;
}

.AlignCenter {
    margin: 0 auto;
}

div.SectionSeparator {
    margin-top: 40px;
    background: red;
}

div.dateRange1 {
    padding: 4px 8px 4px 8px;
}


.sideMenuButton {
    border-radius: 50% !important;
    outline: none !important;
}

.sideMenuButtonWithText {
    border-radius: 24px !important;
    padding-left:16px;
    outline: none !important;
}

.sideMenuButtonWithTextNoPadding {
    border-radius: 24px !important;
    outline: none !important;
}

/*Table  of content classes*/
.tbChildPanel {
    /*border-top: 1px solid white;*/
    padding-left: 6px; /*Indent*/
}

.tbChildContainer {
    padding:4px 6px 4px 12px;
    /*border-left: 1px solid white;*/

    /*background-image: url('images/dash.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px;*/
}

/*Regular menu item in case type not found in the CSS collection*/
.tbMenuItem {
    cursor:pointer;
}

    .tbMenuItem:hover {
        text-decoration: underline;
    }

.tbSection {
    font-size: 16px;
    background-color: white;
    color: #202658;
    border-radius: 8px;
    padding: 8px 8px 8px 28px;
    margin-bottom:4px;

    background-image: url('images/section.svg');
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 16px;
}


.tbTable {
    padding: 0 8px 0 18px;

    background-image: url('images/grid.svg');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.tbGraph {
    padding: 0 8px 0 18px;
    background-image: url('images/graph.svg');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.noBorders2 span {
    outline: none !important;
    cursor: pointer;
}

div.applyFilterButtonContainer {
    background: #404678;
    padding: 10px;
    text-align: center;
    position: sticky;
    bottom: 0;
    color: black;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.applyFilterButton {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border-radius: 50px;
    background: white;
    color: #404678;
}

div.filterLabel {
    background: #eeeedd;
    /*box-shadow: 0px 0px 4px #d0d0d0;*/
    border-radius: 8px 8px;
    padding: 8px 24px;
    color: #777777;
    margin: 8px 0px;
    box-shadow: 0px 2px 2px #b0b0b0;
}

.expandCollapseTableRowButton {
    cursor: pointer;
    padding: 0 0 0 16px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.tableRowHeader {
    cursor: pointer !important;
    font-weight:bold;
}

    .tableRowHeader:hover {
        text-decoration: underline;
    }


.tableRow1:hover {
    background-color: #eee !important;
}

div.pagesIcon {
    width: 32px;
    background-image: url('images/files.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 23px;
}

div.mapControlsPanel {
    margin: 8px 0;
    padding: 8px 0 0 0;
    border-top: 1px solid #999;
}