/* 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;
}

.form
{
    height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
}

.content-wrapper
{
    position: relative;
    padding-bottom: 296px; /* Footer Height */
    min-height: calc(100% - 3.13rem); /* 3.13rem is the Header size */
}

html
{
    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;
}

.div-contact-icon {
    position: fixed;
    top: 40%;
    right: 0px;
    width: 110px;
    height: 200px;
}

.div-contact-icon-fb {
    width: 100px;
    height: 100px;
    background: url(../Content/Images/FB-Icon.svg) no-repeat center;
    background-size: 80px auto;
}

.div-contact-icon-wa {
    width: 100px;
    height: 100px;
    background: url(../Content/Images/whatsapp_icon.svg) no-repeat center;
    background-size: 100px auto;
}


@media (max-width: 700px) {
    .div-contact-icon {
        width: 60px;
        height: 160px;
    }

    .div-contact-icon-fb {
        width: 60px;
        height: 80px;
        background: url(../Content/Images/FB-Icon.svg) no-repeat center;
        background-size: 50px auto;
    }

    .div-contact-icon-wa {
        width: 60px;
        height: 80px;
        background: url(../Content/Images/whatsapp_icon.svg) no-repeat center;
        background-size: 60px auto;
    }
}

/* Alert box of Data Privacy */
.data-privacy-alert {
    position: fixed;
    bottom: 46px;
    background-color: #DDD;
    padding: 20px 20%;
    z-index: 1000;
}

@media (max-width: 720px) {
    .data-privacy-alert {
        padding: 0px 5px;
    }

    .data-privacy-alert span {
        font-size: 12px !important;
    }
}

/* Footer */
.fat-footer-wrapper {
    width: 80%;
    height: 210px;
    background-color: #C8E6FF;
    position: absolute;
    bottom: 46px;
    padding: 20px 10%;
}

.fat-footer {
    font-size: 14px;
    color: #888;
}

.fat-footer-left {
    width: 30%;
    vertical-align: top;
    border-right: 2px solid #999;
}

.fat-footer-right {
    width: 40%;
    vertical-align: top;
}

.unstyled-list {
    list-style: none;
}

.unstyled-list a {
    text-decoration: none;
}

.fat-footer-left .unstyled-list li {
    padding-bottom: 15px;
}

.fat-footer-right .unstyled-list li {
    padding-bottom: 5px;
}

.fat-footer-title {
    font-size: 16px;
    font-weight: bold;
}

.list-h {
    display: inline;
    padding-right: 20px;
}

.lbl-pay-text {
    color: #555;
    font-size: 15px;
    font-weight: bold;
    cursor: default;
}

.mobile-fat-footer-wrapper {
    display: none;
}

@media (max-width: 1050px) {
    .content-wrapper {
        padding-bottom: 366px; /* Footer Height */
    }

    .fat-footer-wrapper {
        display: none;
    }

    .mobile-fat-footer-wrapper {
        display: block;
        width: 90%;
        height: 300px;
        background-color: #C8E6FF;
        position: absolute;
        bottom: 46px;
        padding: 10px 5%;
    }

    .mobile-fat-footer {
        font-size: 12px;
        color: #888;
    }

    .mobile-fat-footer-left {
        vertical-align: top;
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        text-align: center;
    }

    .mobile-fat-footer-right {
        vertical-align: top;
        border-bottom: 2px solid #999;
        text-align: center;
    }

    .mobile-fat-footer-left .unstyled-list,
    .mobile-fat-footer-right .unstyled-list {
        padding-left: 0px;
    }

    .mobile-fat-footer-left li,
    .mobile-fat-footer-right li,
    .mobile-fat-footer-bottom li {
        padding-bottom: 5px;
    }

    .mobile-fat-footer-title {
        font-weight: bold;
    }
}

@media (max-width: 700px) {
    .content-wrapper {
        padding-bottom: 386px; /* Footer Height */
    }

    .mobile-fat-footer-wrapper {
        height: 320px;
    }
}

@media (max-width: 499px) {
    .content-wrapper {
        padding-bottom: 396px; /* Footer Height */
    }

    .mobile-fat-footer-wrapper {
        height: 330px;
    }
}

.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;
}

.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
{
    width: 70px;
    height: 50px;
    background: url('../Content/Icon/logo.png') no-repeat center;
    background-size: auto 50px; 
}

/*@media (max-width: 850px)
{
    .header-logo
    {
        width: 300px;
        background-size: 300px;  
    }
}

@media (max-width: 720px)
{
    .header-logo
    {
        width: calc(90vw - 100px);
        background-size: calc(90vw - 100px) 35px;  
    }
}*/

/*
@media (max-width: 359px)
{
    .header-logo
    {
        width: 35px;
        background: url('../Content/Icon/logo-small.svg') no-repeat center;
        background-size: 35px;  
    }
}
*/

.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 #6496C8;
}
.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('../Content/Images/adaptive-menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
}

.header-menu .adaptive-image-fill
{
    background: url('../Content/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('../Content/Images/application.svg') no-repeat center;
    }

    .header-menu .adaptive-image-fill
    {
        background: url('../Content/Images/application-fill.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('../Content/Images/user.svg');
}

.header-menu .account-background .account-image 
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('../Content/Images/logged.jpg');
    background-size: 32px;
}

/*
.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;
}

.btn-changelang {
    color: #666;
    text-decoration: none;
}

/* 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: 272px;
    right: 0;
    z-index: 1;
}

@media(max-width: 959px) {
    .page-toolbar-wrapper {
        left: 0;
    }
}

.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;
    }
}