/* Layout */
html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
}


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;
    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;
}

/* 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;
    height: 60px;
}

    .app-header .left-block {
        float: left;
    }

    .app-header .right-block {
        float: right;
        border-style: solid;
        height: 100%;
    }

    .app-header .menu-container {
        overflow: hidden;
    }

        .app-header .menu-container > div {
            float: right;
        }

.header-logo {
    background: url('Images/logo.png') no-repeat center;
    background-size: contain;
    height: 60px;
    width: 200px;
}

@media (max-width: 359px) {
    .header-logo {
        background: url('Images/logo.png') no-repeat center;
        width: 26px;
    }
}

.left-block {
    height: 100%;
    width: 250px;
}

.toggle-item {
    height: 60px;
}

.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 #F87C1D;
}

.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: 60px;
    text-align: center;
    align-content: center;
    align-items: center;
}

    .header-menu .item {
        vertical-align: central;
        align-content: center;
        text-align: center;
    }

{
    display: table-cell !important;
    vertical-align: middle;
}

}

@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;
}

/* 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;
    padding: 0px 0 0 0 !important;
    width: 250px;
}

.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;
    }
}

.PopupControlHeader {
    font-size: 15px;
    line-height: 18px;
    color: #2C3039;
}

.PopupControlCloseButoon {
    width: 25px;
    height: 25px;
    background-image: url('Images/CloseButton.png');
    background-repeat: no-repeat;
    background-position: center;
}


.loginMainDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(287.82deg, rgba(9, 169, 238, 0.4) 0%, rgba(9, 169, 238, 0) 100.41%);
    background-size: cover;
    background-image: url('Images/loginBackground.jpg');
}

.pocBarDropShadow {
    z-index: 9999;
    position: relative;
    height: 90px;
    box-shadow: -2px 6px 19px -3px rgba(0,0,0,0.46);
    -webkit-box-shadow: -2px 6px 19px -3px rgba(0,0,0,0.46);
    -moz-box-shadow: -2px 6px 19px -3px rgba(0,0,0,0.46);
}

.loginMainPocBar {
    height: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loginMainPocBar img {
        margin-left: 100px;
        margin-right: 100px;
    }

.textPoc {
    text-align: center !important;
}

.loginFormLayout {
    --heightA: 366px;
    position: absolute;
    width: 402px;
    /*height: calc(var(--heightA));*/
    left: 60px;
    top: calc(50% - var(--heightA)/2);
    background: #FFFFFF;
    border-radius: 10px;
    border-color: white;
}

.loginGroupBox {
    border: none !important;
}

.loginHeaderText {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #2C3039;
    margin-top: 10px;
    margin-bottom: 20px;
}

.loginCaption {
    height: 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    color: #7B7D94;
    flex: none;
    margin-bottom: 6px;
}

.loginTextbox {
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-bottom: 0px;
    font-size: 15px !important;
    color: black;
}

.loginButton {
    /*position: absolute;*/
    width: 120px;
    height: 40px;
    /*right: 0px;*/
    /* Main blue */
    background: #09A9EE;
    border-radius: 5px;
    /* CTA */
    font-weight: bold;
    font-size: 15px !important;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    /* White */
    color: #FFFFFF;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 0px;
}

/*Main menu*/
.leftPane {
    border-right: 1px solid #E8E8E8 !important;
}

.mainMenu {
    width: 100% !important;
    height: 100% !important;
    border: 0px;
    background-color: white !important;
    border-style: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainMenuLabel {
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    color: #7B7D94;
    width: 100%;
    display: block
}

.mainMenuItem {
    padding-left: 20px !important;
    height: 50px;
    font-size: 14px;
    color: #2C3039;
}

    .mainMenuItem > div {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        display: table !important;
        height: 100%;
    }

        .mainMenuItem > div > span {
            display: table-cell !important;
            vertical-align: middle;
            padding-left: 5px !important;
        }

    .mainMenuItem img[class="dxm-image dx-vam"] {
        padding-top: 17px; /* (total height - image height) / 2 */
    }

/*----------*/
.dxWeb_edtCheckBoxChecked {
    border: 1px solid #7B7D94;
    box-sizing: border-box;
    border-radius: 3px;
    background-image: none;
}

.dxWeb_edtCheckBoxUnchecked {
    border: 1px solid #7B7D94;
    box-sizing: border-box;
    border-radius: 3px;
    background-image: none;
    background: #09A9EE;
    /* Blue shadow */
    box-shadow: 0px 2px 5px rgba(9, 169, 238, 0.3);
}

.dxWeb_edtCheckBoxGrayed {
    border: 1px solid #7B7D94;
    box-sizing: border-box;
    border-radius: 3px;
    background-image: none;
}

.topTabsMenu {
    border: none !important;
    float: left;
    height: 100%;
}

#xtcMain_WC {
    display: none !important;
}

.headerTabHeader {
    height: 0px !important;
    max-height: 0px !important;
}

.headerTabPage {
    font-size: 15px;
    height: 60px !important;
    min-width: 110px !important;
    color: #2C3039 !important;
    border: none !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 0 10px 0 10px !important;
    background: #FFFFFF !important;
}

    .headerTabPage > div {
        padding-top: 20px !important;
    }

        .headerTabPage > div > img {
            padding-right: 10px !important;
        }

.headerTabPageSelected {
    font-weight: bold;
}

/*Grid*/
.GridViewHeaderCells {
    height: 30px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 0px !important;
    font-family: Work Sans;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #5e607a !important;
    border: 1px solid #c8c2c2 !important;
    border-bottom: none !important;
    border-right: none !important;
}

/*in partea de sus, la header*/
.dxgvHSDC {
    border: 0px !important;
}

.GridViewDataCells {
    height: 30px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #2C3039 !important;
    font-size: 15px;
}

.GridViewRow {
    background: #FFFFFF !important;
    height: 30px !important;
}

.GridViewAlternatingRow {
    background: #F4F7FA !important;
}

.GridViewSelectedRow {
    color: #09A9EE !important;
}

    .GridViewSelectedRow > td {
        color: #09A9EE !important;
    }

.GridViewHeaderFilterRow {
    background: #FFFFFF !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    border: 0px none !important;
}

.dxgvFilterRow_Office365 td.dxgv {
    border: 1px solid #c8c2c2 !important;
    padding: 6px;
    border-top: none !important;
    border-right: none !important;
}

.GridViewHeaderFilterRowEditor {
    height: 30px !important;
    border: 1px solid #B5B5B5 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
}

.TEST {
    background: Red;
}

tr.GridViewRow > td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*Filters*/
.FilterButton {
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    height: 40px !important;
    width: 200px !important;
    background: #FFFFFF;
    text-align: center;
    /* Outline */
    border: 1px solid #CCCCCC !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    float: left;
    border-collapse: separate;
    color: #2C3039 !important;
    font-size: 15px !important;
}


.FilterButtonCheckBox {
    width: 150px !important
}

.FilterButtonDateEdit {
    width: 130px !important;
    text-align: center !important;
}

.FilterButtonSearch {
    width: 100px !important;
}

.searchButton {
    background-image: url(../Content/Images/serach_click_16x16.png);
    width: 16px;
    height: 16px;
}

.FilterButtonAdd {
    margin-top: 10px !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
    height: 40px !important;
    width: 120px !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    float: inline-end;
    background: #09A9EE;
    text-align: center !important;
}

/*Filters*/
.FilterButton_NullText {
    color: lightgray;
    font-style: italic;
}

.FiltersTopPanel {
    width: 100%;
    overflow: hidden;
}

/*ascunde header coloana combobox*/
.dxeListBox .dxeHLC, .dxeListBox .dxeHC, .dxeListBox .dxeHFC {
    display: none;
}

.filterListboxItem {
    height: 13px;
}

.btn__inner {
    border-radius: 64px;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.4,0,.4,1);
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 3.5rem;
    padding: 0 2rem;
    width: 100%;
    margin-left: 10px !important;
}

.LabelFilter {
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    height: 40px !important;
    width: fit-content !important;
    background: #FFFFFF;
    text-align: center;
    padding: 10px 5px;
    /* Outline */
    border: 1px solid #CCCCCC !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    float: left;
    border-collapse: separate;
    color: #2C3039 !important;
    font-size: 15px !important;
}

.dxgvFilterRow_Office365 {
    border-right: 1px solid black !important;
}