﻿/* Custom CSS */
.pac-container {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hide-checkbox .dxICheckBox {
    display: none;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.dxnbSys {
    width: 100%;
    padding: 0 !important;
    text-align: justify;
}

.empty-card {
    text-align: center;
    margin: 0 !important;
}

.hidden {
    display: none;
}

/* Invert SVG Icon Color */
.invert-color [id$='_B0Img'] {
    filter: invert(1);
}

.dxm-selected img {
    filter: invert(1);
}

.vertical-align {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.error-message-display {
    background-color: rgba(255,0,0,0.75);
    padding: 20px;
    color: white;
}

.status-icon {
    text-align: center;
    display: block;
    padding-top: 10px;
}

    .status-icon img {
        max-width: 50px; 
        max-height: 50px;
    }

.trackingResults {
    padding: 0 12px;
}

    .trackingResults .dxflCaption_Office365 {
        font-weight: bold;
    }

    .trackingResults h3 {
        padding: 0 !important;
        margin: 0 !important;
    }

.menu-header {
    font-family: "Segoe UI", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: rgba(0,0,0,0.04);
    padding: 10px;
    border-top: 1px solid rgb(217, 217, 217);
}

.dxgvGroupRow_Office365, .dxflGroupBoxCaption_Office365 {
    color: black !important;
}


td .dxgv {
    padding: 5px !important;
}

.title-test {
    color: red;
    font-size: 20px !important;
}

.title {
    background-color: #F4F4F4;
    text-align: center;
}

.general-error-text {
    color: red;
}

.success-message-text {
    color: green;
}

.link-grid-action {
    color: #B8202D;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.link-grid-action:hover, .link-grid-action:focus {
    color: #B8202D;
    text-decoration: underline;
}

.page-header {
    background-color: #F4F4F4;
}
    .page-header h2 {
        margin: 0;
        padding: 10px;
    }

/* Cell Padding */
.td.dxgv 
{
    padding: 0 !important;
}

/* Detail Row */
.dxgvDetailRow_Office365 td.dxgvDetailCell_Office365 {
    padding: 20px 0 !important;
}

.dxgvDetailCell_Office365 table {
    margin-left: auto;
    margin-right: auto;
}

.pageContent {
    margin: 0 10px;
}

    .pageContent h2 {
        text-align: center;
    }

    .pageContent h3 {
        text-align: center;
    }

    .pageContent p{
        text-align: center;
        font-size: 15px;
    }

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

.formLayout-groupBox {
    margin: 0;
    padding: 0 !important;
}

.warehouseLocation, .direction {
    color: royalblue;
}

.dxnbLite_Office365 .dxnb-header, .dxnbLite_Office365 .dxnb-headerCollapsed, .dxnbLite_Office365 .dxnb-content {
    border-right: none !important;
    border-left: none !important;
}

.dxm-main {
    border-right: none !important;
    border-left: none !important;
}

.group-item span {
    line-height: 20px !important;
}

.service-price span {
    color: red !important;
}

.cell-line-break {
    white-space: pre-line;
}

.cell-word-break {
    word-break: break-all;
}


div.imgRedonda img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 160px;
    border: 2px solid black;
}

/*Select Warehouse*/
.select-warehouse-container {
    margin-top: 30px;
}

/* Popup Notifications for Subcourier */
.popupRoundedBorders {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.buttonRoundedBorders {
    margin-top: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.cardRoundedBorders {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-bottom: 0px
}

.buttonCardsRoundedBorders {
    margin-top: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* ------------------------------------------------------ */

/* Manifest Status */

.dx-tile{
    border-radius: 7px;
}

.h2-Tile {
    margin: 10px 0px;
    text-align: center;
}

.dx-datagrid-borders > .dx-datagrid-headers {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 17px;
    font-weight: bold;
    background-color: #FE4040;
    color: white;
}

.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#DataGrid {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

#TileView {
    margin-left: 2%;
}

/* ------------------------------------------------------ */

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.info-msg {
    color: #059;
    background-color: #BEF;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

/* ------------------------------------------------------ */
/* Alert Messages */

.message {
    margin: 0;
    padding: 10px 0;
    color: white;
    text-align: center;
    font-family: monospace;
    font-size: 30px !important;
    white-space: pre-line;
    font-weight: bold;
    overflow-wrap: break-word;
}

.error-message {
    background-color: rgba(255,0,0,0.75);
}

.success-message {
    background-color: rgba(1, 152, 117, 1);
}

.warning-message {
    background-color: rgba(255,165,0,0.75);
}


.info-message {
    background-color: rgba(11, 83, 148, 1);
}

.bin-number {
    font-size: 50px;
}

/* ------------------------------------------------------ */

.alert-text span {
    color: #E10600 !important;
    font-weight: bold;
}

.hidden-editor {
    display: none !important;
}

.check-auto-width {
    width: auto !important;
}


.disabled-combobox .dxeEditArea 
{
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    border-color: #dee2e6 !important;
    pointer-events: none !important;
    user-select: none !important;
}

.disabled-combobox .dxeButton 
{
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none !important;
    user-select: none !important;
}

.disabled-combobox:hover 
{
    border-color: #dee2e6 !important;
}

.disabled-combobox {
    pointer-events: none !important;
    user-select: none !important;
}
.disable-input {
    pointer-events: none !important;
    user-select: none !important;
}

