
.deleteButton {
    background-color: #f44336;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-size: 10px;
    padding: 6px 10px;
    text-decoration: none;
}

.fileManagerContainer .dx-filemanager .dx-filemanager-toolbar {
    min-height: 63px !important;
}

.deleteButton:hover {
    background-color: #f11d0d;
}

.deleteButton:active {
    position: relative;
    top: 1px;
}

.fileManagerContainer .dx-toolbar .dx-toolbar-items-container {
    height: 50px !important;
}
/*
.dx-fileuploader-upload-button {
    display: none;
}
*/
.editButton {
    background-color: #79242f !important;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-size: 10px;
    padding: 6px 10px;
    text-decoration: none;
}

    .editButton:hover {
        background-color: #002d7b;
    }

    .editButton:active {
        position: relative;
        top: 1px;
    }


.dx-toast-info {
    background-color: #79242f !important;
}

.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
    content: "" !important;
}

@font-face {
    font-family: DXIconsLight;
    src: local("DevExtreme Generic Icons"),local("devextreme_generic_icons"),url(icons/dxicons.woff2) format("woff2"),url(icons/dxicons.woff) format("woff"),url(icons/dxicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.dx-datagrid .dx-header-filter {
    position: relative;
    color: rgba(0,0,0,.54);
    font: 14px/1 DXIconsLight !important;
}

    .dx-datagrid .dx-header-filter::before {
        content: "\f050" !important;
    }


body, html {
    margin: 0;
    min-height: 100%;
    height: 100%;
}

.dx-popup-title {
    background-image: url(/img/logo.png) !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-position-x: 4px !important;
}

    .dx-popup-title.dx-toolbar .dx-toolbar-before {
        padding-left: 20px;
    }


.dx-field-item-label-content {
    font-weight: bold;
}

.dx-toolbar-button .dx-menu .dx-menu-item.dx-state-hover {
    color: black;
}

.groupCaptionShipTitle .dx-form-group-caption {
    font-size: large !important;
}

.BoxDetail {
    height: 100%;
}

    .BoxDetail > div {
        height: 100%;
    }

.dx-drawer-panel-content.dx-drawer-panel-content-initial {
    display: none !important;
}


.dx-command-select {
    width: 200px !important;
    min-width: 200px !important;
}

#gridHome .dx-toolbar .dx-toolbar-items-container {
    height: 67px !important
}

#gridProduction .dx-toolbar .dx-toolbar-items-container {
    height: 66px !important
}

.dx-toolbar .dx-toolbar-items-container {
    height: 76px !important;
}

.CommentMargin .dx-field-item-label-content {
    margin-top: 20px;
}


.shipQuantityStyle {
    font-weight: bold;
    color: #79242f !important;
}

.dx-icon-user {
    color: white !important;
}

.dx-toolbar-item img {
    max-height: 45px;
}

.dx-datagrid .dx-header-filter {
    position: relative;
    color: rgba(0,0,0,.54);
    font: 12px/1 DXIconsLight;
}

#block_container {
    text-align: center;
}

.numTab {
    color: #79242f !important;
    font-size: large;
    margin: 0px;
    padding-top: 10px;
}

.textTab {
    margin: 0px;
}

#tbDetailOrder .dx-toolbar-items-container {
    margin-left: 25px;
}

#messageErrorPopUp .dx-popup-title.dx-toolbar {
    background-color: #79242f;
}

.dx-popup-title {
    background-color: #79242f !important;
}

#formUpdateLinePO .dx-form-group-caption {
    font-size: large !important;
}

.PrevChanges {
    text-decoration: line-through;
    font-size: small !important;
}

.buttonsForm {
    display: flex;
    /* align-items: flex-end;
    justify-content: flex-end;*/
}

    .buttonsForm .dx-button-text {
        font-size: small;
    }

.buttonsFormRight {
    display: flex;
    /* align-items: flex-end;
    justify-content: flex-end;*/
}

.buttonsFormShip {
    display: flex; /* establish flex container */
    flex-direction: row; /* default value; can be omitted */
    flex-wrap: nowrap; /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
    margin: 20px;
}

    .buttonsFormShip .dx-button-text {
        font-size: small;
    }

.Confirmed {
    /*color: limegreen;*/
    font-weight: bold;
}

.Neutro {
    /*color: #003dae;*/
    font-weight: bold;
}

.Reject {
    /*color: #f00;*/
    font-weight: bold;
}

.Cancel {
    /*color: #f00;*/
    font-weight: bold;
}

.panel-aldonza {
    display: flex;
    background-color: #79242f;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 0px 10px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 8px;
}

    .panel-ajusa > div {
    }

.panel-ajusa-subheader {
    padding: 0px 10px 0px 10px;
    font-size: medium;
}

.dx-gallery-item {
    max-width: 100%;
}

    .dx-gallery-item img {
        height: 280px;
        max-width: 100%;
    }


.panel-ajusa .panel-ajusa-title {
    font-size: large;
    font-weight: bold;
    color: white;
}

.panel-ajusa img {
    width: 35px;
}

.galleryHome {
    text-align: left;
    font-size: small;
    padding: 0px 10px 0px 10px;
    align-items: flex-start;
}

.formDetailOrderContainer {
    margin: 10px;
    background-color: white;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0px 1px 4px 0 rgba(255,255,255,0.3) !important;
    border-radius: 10px;
}

.formDetailOrderContainer, .dx-form-group-caption {
    font-size: large !important;
    font-weight: bold;
}

.dx-form-group-with-caption > .dx-form-group-content {
    margin-top: 0px;
}

.dx-field-item:not(.dx-field-item-has-group):not(.dx-field-item-has-tabs):not(.dx-first-row):not(.dx-label-v-align) {
    padding-top: 4px;
}

.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
    content: "";
}

.ItemBox {
    /*    margin: 10px;*/
    background-color: #f2f2f2;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
    height: 100%;
}

.formDetailOrderContainer div {
    font-size: medium;
}

#bloc1, #bloc2 {
    display: inline;
}

.dx-datagrid .dx-header-filter::before {
    content: "\f050";
}
/*
.dx-submenu .dx-menu-item-text {
    color: black;
}
.dx-menu-item-text {
    color: white;
    font-size:large;
}*/
#app-side-nav-outer-toolbar {
    flex-direction: column;
    display: flex;
    height: 100%;
    width: 100%;
}

.subMenu span {
    font-size: large;
}

.menuSuperior span {
    font-size: large;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

.button_menu .dx-button-content {
    color: white;
}

.button_menu_preferences .dx-button-content i {
    color: white;
}

.button_menu_selected .dx-button-content {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white;
    color: white;
}

.button_menu_account .dx-menu-item-text {
    color: white;
    margin-right: 20px !important;
}

.dx-menu {
    margin-right: 20px !important;
}

.dx-toolbar-label .dx-toolbar-item-content {
    color: white !important;
    padding-left:18px;
}

.layout-body .menu-container {
    background-color: #c5c3c6 !important;
}

.underlineCell {
    text-decoration: underline;
    cursor: pointer;
}




.titulosSN {
    padding-left: 10px;
    color: white;
    font-weight: bold;
    font-size: large;
}

    .titulosSN h3 {
    }

.layout-header {
    flex: 0 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1501;
    background-color: #79242f !important;
}

    .layout-header .dx-toolbar {
        background-color: #79242f !important;
    }

.dx-datagrid-header-panel .dx-toolbar {
    margin: 0;
    background-color: transparent;
}

.dx-popup-bottom.dx-toolbar {
    background-color: transparent;
}

.dx-toolbar .dx-toolbar-item.menu-button {
    width: 60px;
    text-align: center;
    padding: 0;
}

    .dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon-close {
        color: white !important;
    }

    .dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon-refresh {
        color: black !important;
    }

.dx-card {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
}

    .dx-card.wide-card {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        border-right: 0;
        border-left: 0;
    }

.with-footer > div > div > .dx-scrollable-content {
    height: 100%;
}

    .with-footer > div > div > .dx-scrollable-content > .dx-scrollview-content {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

.bg-img {
    /* The image used */
    background-image: url(/img/fondo.jpg);
    /* Control the height of the image */
    min-height: 380px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 22%;
    height: 100%;
}

div.horizontalgap {
    overflow: hidden;
    height: 10px;
    width: 0px;
}

.formLayout-verticalAlign {
    position: absolute;
    margin-left: 25px;
    top: 50%;
    min-width: 362px;
    transform: translateY(-50%);
}

.logoAldonza img {
    width: 110px;
    display: block;
    margin: auto;
}

.logoAldonza a {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .logoAldonza a:hover {
        color: #ededed;
    }

.webAldonza{
    color: white !important;
}

    .webAldonza:hover {
        color: #ededed !important;
    }

.imgPopup {
    width: 40px;
}

.ForgotItem {
    display: flex;
    justify-content: space-between;
}

#datetimeLogin {
    color: black;
    font-weight: bold;
    font-size: small;
    text-align: end;
}

.formLayout-container {
    margin-top: 50px;
    background-color: white;
    padding: 10px;
    margin-right: auto;
    max-width: 362px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
}

    .formLayout-container .dx-field-item-label-text {
        color: #79242f !important;
        font-weight: bold;
    }

    .formLayout-container .dx-form-group-caption {
        color: #79242f !important;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .formLayout-container .dx-form-group-content {
        border-top: 2px solid #e0e0e0;
    }

.layout-body {
    background-color: #79242f !important;
    flex: 1;
    height: 100%;
    min-height: 0;
}

    .layout-body .menu-container {
        height: 100%;
        width: 250px;
    }

    .layout-body .content {
        flex-grow: 1;
        height: 100%;
        line-height: 1.5;
    }

        .layout-body .content h2 {
            font-size: 30px;
            font-weight: 300;
            letter-spacing: -.5px;
        }

    .layout-body .content-block {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .layout-body .content-footer {
        display: block;
        color: rgba(255,255,255,1);
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 20px;
        padding-bottom: 24px;
    }

.titlePopUp {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#messageErrorPopUp .dx-icon {
    color: white;
}

.dx-button-mode-text .dx-icon-close {
    color: white !important;
}

.layout-body .responsive-paddings {
    padding: 20px;
}

.layout-body-hidden {
    visibility: hidden;
}

.dx-datagrid-headers {
    background-color: #b3b6ba !important;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-pager {
    border-top: 1px solid #b3b6ba !important;
}

.Warning {
    background-color: #faed27;
    font-weight: bold;
}

.contentToolbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    margin: 0;
    padding: 0px 0;
}

.dx-datagrid-header-panel {
}

.dx-datagrid-headers {
    color: black !important;
    font-weight: bold;
}

@media screen and (min-width: 600px) {
    .layout-body .content-block {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .layout-body .responsive-paddings {
        padding: 40px;
    }
}

.menu-container .dx-widget {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    line-height: 24px;
}

.menu-container .dx-treeview {
    white-space: nowrap;
}

    .menu-container .dx-treeview .dx-treeview-item {
        padding-left: 0;
        padding-right: 0;
    }

        .menu-container .dx-treeview .dx-treeview-item .dx-icon {
            width: 60px !important;
            margin: 0 !important;
        }

    .menu-container .dx-treeview .dx-treeview-node {
        padding: 0 0 !important;
    }

    .menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
        right: 10px;
        left: auto;
    }

    .menu-container .dx-treeview .dx-rtl .dx-treeview-toggle-item-visibility {
        left: 10px;
        right: auto;
    }

    .menu-container .dx-treeview .dx-treeview-node[aria-level="1"] {
        font-weight: bold;
        border-bottom: 1px solid #515159;
    }

    .menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
        font-weight: normal;
        padding: 0 60px;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item {
        background: transparent;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item * {
        color: #79242f !important;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-selected) > .dx-treeview-item * {
        color: black;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item span {
        color: #79242f !important;
    }

    .menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
        background-color: #EDEDED;
        color: #79242f !important;
    }


.dx-texteditor.dx-state-active::before,
.dx-texteditor.dx-state-focused::before {
    border-bottom: 2px solid #79242f!important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .02, 1);
    transition: transform .6s cubic-bezier(.4, 0, .02, 1);
    transition: transform .6s cubic-bezier(.4, 0, .02, 1),-webkit-transform .6s cubic-bezier(.4, 0, .02, 1);
}