@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: red;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
.maingrid {
/*    height: 100vh;
*/}
.wraptext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxbs-grid-header-row {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-details {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.content-filter {
    /*padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;*/
}
.content-maingrid {
    /*padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;*/
}

.customized-tab-item {
    margin-top: 5px;
}

.filter-bar {
    overflow: auto;
    overflow-x: hidden;
    max-height: 800px;
}

.anticon {
    vertical-align: unset !important;
}


.dxbs-toolbar-adaptive>.btn-toolbar>div, .dxbs-toolbar-adaptive>.btn-toolbar>div>.btn, .dxbs-toolbar-adaptive>.btn-toolbar>div>.btn-group {
    align-items: center;
}

.dx-gridlayout-item {
    padding: 2px 5px;
}

.dxbs-toolbar-btn .ant-btn {
    display: flex;
    align-items: center;
}

.ant-btn svg {
    height: 1.45rem;
    width: 1.45rem;
}
.ant-menu-item svg {
    height: 1.45rem;
    width: 1.45rem;
}

.ant-btn>.anticon+span, .ant-btn>span+.anticon {
    margin-left: 3px;
}

.integration-btn-success {
    background-color: #007e33ff !important;
    color: white !important;
    border-color: unset !important;
}

.integration-btn-success:hover {
    background-color: rgb(0,92,37) !important;
    color: white !important;
    border-color: unset !important;
    transition-duration: .4s !important;
}
.integration-btn-primary {
    background-color: #2196f3ff !important;
    color: white !important;
    border-color: unset !important;
}

.integration-btn-primary:hover {
    background-color: rgb(12,128,223) !important;
    color: white !important;
    border-color: unset !important;
    transition-duration: .4s !important;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url(../images/icons/drop-file.svg);
    mask-image: url(../images/icons/drop-file.svg);
}
.ship-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 16px !important;
    height: 16px !important;
    -webkit-mask-image: url(../images/icons/ship.svg);
    mask-image: url(../images/icons/ship.svg);
}
.dollar-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 16px !important;
    height: 16px !important;
    -webkit-mask-image: url(../images/icons/dollar.svg);
    mask-image: url(../images/icons/dollar.svg);
}
.ant-notification
{
    z-index: 999999 !important;
}
.breakwrap {
    word-wrap: break-word !important;
    text-wrap: wrap;
}
.errorBox {
   border: 1px solid red !important;
}