html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url(../images/Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 185px;
    height: 32px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.real-time-map-wrapper{
    padding-top:10px;
}
@media (max-width: 575.98px) {
    body{
        top:auto!important;
    }
}
.button-control{
    display: flex;
}
.button-control-sub {
    margin-right:12px;
    padding-top:12px;
}
/*.xaf-open-detailview-button{
    width: 1px;
    display:none;
}
    .xaf-open-detailview-button.xbl-btn-link {
        width: 1px;
    }
*/
.alt-item {
    background-color: var(--bs-secondary);
}

    .alt-item > td {
        --dxbl-grid-bg: var(--bs-secondary);
    }

.contains-filter {
    box-shadow: 0px 0px 8px 0px var(--info, var(--bs-info));
}

.my-grid th {
    white-space: nowrap;
}

.toolbar {
    background-color: rgba(0,0,0,.5);
    bottom: 1rem;
    color: #fff;
    height: 2rem;
    left: 50%;
    margin-left: -8rem;
    position: absolute;
    width: 16rem;
    z-index: 2015;
}
.toolbar1 {
    background-color: rgba(0,0,0,.5);
    top: 3rem;
    color: #fff;
    height: 2rem;
    left: 50%;
    margin-left: -8rem;
    position: absolute;
    width: 16rem;
    z-index: 2015;
}
.toolbar__button {
    background-color: transparent;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: .875rem;
    height: 2rem;
    text-align: center;
    width: 2rem;
}


#menu {
    display: none;
    position: absolute;
   /* width: 60px;*/
    box-shadow: 0 0 5px grey;
    border-radius: 3px;
}

    #menu button {
        width: 100%;
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 10px;
    }

        #menu button:hover {
            background-color: lightgray;
        }

.dxbl-tabs-tmpl {
    padding-right: 10px;
}
.tab-item .close {
    display: block;
    position: relative;
    top: -4px;
    left: 4px;
    color: white;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--bs-primary);
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
    background-color: var(--bs-primary);
    /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;*/
}
/*.tab-item .close .xaf-image{
    display: none;
}*/
/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */ .cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .cropper-container img {
        display: block;
        height: 100%;
        image-orientation: 0deg;
        max-height: none !important;
        max-width: none !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 100%
    }

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas, .cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: .5
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51,153,255,.75);
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

    .cropper-dashed.dashed-h {
        border-bottom-width: 1px;
        border-top-width: 1px;
        height: 33.33333%;
        left: 0;
        top: 33.33333%;
        width: 100%
    }

    .cropper-dashed.dashed-v {
        border-left-width: 1px;
        border-right-width: 1px;
        height: 100%;
        left: 33.33333%;
        top: 0;
        width: 33.33333%
    }

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

    .cropper-center:after, .cropper-center:before {
        background-color: #eee;
        content: " ";
        display: block;
        position: absolute
    }

    .cropper-center:before {
        height: 1px;
        left: -3px;
        top: 0;
        width: 7px
    }

    .cropper-center:after {
        height: 7px;
        left: 0;
        top: -3px;
        width: 1px
    }

.cropper-face, .cropper-line, .cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

    .cropper-line.line-e {
        cursor: ew-resize;
        right: -3px;
        top: 0;
        width: 5px
    }

    .cropper-line.line-n {
        cursor: ns-resize;
        height: 5px;
        left: 0;
        top: -3px
    }

    .cropper-line.line-w {
        cursor: ew-resize;
        left: -3px;
        top: 0;
        width: 5px
    }

    .cropper-line.line-s {
        bottom: -3px;
        cursor: ns-resize;
        height: 5px;
        left: 0
    }

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px
}

    .cropper-point.point-e {
        cursor: ew-resize;
        margin-top: -3px;
        right: -3px;
        top: 50%
    }

    .cropper-point.point-n {
        cursor: ns-resize;
        left: 50%;
        margin-left: -3px;
        top: -3px
    }

    .cropper-point.point-w {
        cursor: ew-resize;
        left: -3px;
        margin-top: -3px;
        top: 50%
    }

    .cropper-point.point-s {
        bottom: -3px;
        cursor: s-resize;
        left: 50%;
        margin-left: -3px
    }

    .cropper-point.point-ne {
        cursor: nesw-resize;
        right: -3px;
        top: -3px
    }

    .cropper-point.point-nw {
        cursor: nwse-resize;
        left: -3px;
        top: -3px
    }

    .cropper-point.point-sw {
        bottom: -3px;
        cursor: nesw-resize;
        left: -3px
    }

    .cropper-point.point-se {
        bottom: -3px;
        cursor: nwse-resize;
        height: 20px;
        opacity: 1;
        right: -3px;
        width: 20px
    }

@media (min-width:768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}

#map {
    height: 800px;
    width: 100%;
}

.dxbl-grid-header-content span {
    text-wrap: nowrap;
}

.bag {
    position:absolute;
    top: 24px;
    z-index: 1;
    color: white;
    border-radius: 50%;
    padding: 1px;
    background: red;
    display: flex;
    text-align: center;
    vertical-align: middle;
}
.badge-notification {
    position: relative;
}

    .badge-notification[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 1px;
        right: -2px;
        font-size: .7em;
        background: red;
        color: white;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 4px #fff;
    }
.nguoitraloi {
    border-bottom: 1px solid;
    border-bottom-color: gray;
}
.thoigian {
    border-bottom: 1px solid;
    border-bottom-color: gray;
}
.noidung {
    border-bottom: 1px solid;
    border-bottom-color: gray;
}
.suanoidung {
    cursor: pointer;
    border-radius: 50%;
    padding: 4px;
    color: orangered;
}
.suanoidung:hover{
    background-color: orangered;
    color: white;
}

.note-modal-backdrop{
    display:none!important;
}
.benphai {
    float: right;
    display: flex;
}

.dx-alets-message {
    white-space: pre-line;
}



/**//**//**/
.show-notification {
    position: absolute;
    border: solid 1px orange;
    top: 72px;
    left: auto;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: 130%; /* changed bottom to top */
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            bottom: 100%; /* changed top to bottom */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent; /* changed border botom color instead of top*/
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*.dxbl-scroll-viewer-scroll-thumb{
    height: 12px !important;
}*/


/*/////////////////////////////////////////////////////*/
/*.header {
    color: white;
}
.sidebar {
    color: white;
}
.main-toolbar {
    background: rgba(255, 255, 255, 0.5);
}
.main-content {
    background: rgba(255, 255, 255, 0.5);
}
.grid-content {
    background: rgba(255, 255, 255, 0);
}

    .grid-content dxbl-grid {
        background: rgba(0, 0, 0, 0.16);
    }
.dxbl-grid dxbl-scroll-viewer {
    background: rgba(255, 255, 255, 0)!important;
}
.dxbl-group {
    background: rgba(255, 255, 255, 0.07);
}
.dxbl-text{
    color: white;
}
dxbl-group-expand-btn svg{
    color: var(--bs-primary);
}
.dxbl-scroll-viewer {
    background: rgba(255, 255, 255, 0) !important;
    color:white;
}
.dxbl-grid-header-row {
    background: rgba(0, 0, 0, 0.64);
    color: white;
}
.dxbl-grid-footer-row {
    background: rgba(0, 0, 0, 0.64);
    color: white;
}
.dxbl-image {
    color: var(--bs-primary) !important;
}
.dxbl-fl-ctrl dxbl-input-editor {
    background: rgba(0, 0, 0, 0.34) !important;
    color: white !important;
}
.dxbl-toolbar-item-tmpl dxbl-input-editor {
    background: rgba(0, 0, 0, 0.34) !important;
    color: white !important;
}
.dxbl-pager-page-size-selector dxbl-combobox {
    background: rgba(0, 0, 0, 0.16) !important;
    color: white !important;
}
.dxbl-listbox {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
}
.dxbl-toolbar-item-tmpl dxbl-combobox {
    background: rgba(0, 0, 0, 0.16) !important;
    color: white !important;
}
.dxbl-group-header {
    background: rgba(0, 0, 0, 0.64);
    color: white;
}
.dxbl-dropdown-header {
    background: rgba(0, 0, 0, 0.64)!important;
    color: white!important;
}
.dxbl-dropdown-body {
    background: rgba(0, 0, 0, 0.64)!important;
}
.dxbl-dropdown-footer {
    background: rgba(0, 0, 0, 0.64)!important;
}
.dxbl-btn-caption {

}

.dxbl-grid-filter-row {
    background: rgba(0, 0, 0, 0.44);
}
    .dxbl-grid-filter-row input {
        color: var(--bs-primary) !important;
    }
.dxbl-scroll-viewer-content {
    background: rgba(0, 0, 0, 0.16) !important;
    color: white !important;
}
.dxbl-scroll-viewer-scroll-thumb{
    height:18px !important;
}
a.grid-cell-object-link:not(:hover) {
    color: var(--bs-primary);
}
.loading-caption{
    color: white !important
}

.logon-template-header {
    background: rgba(0, 0, 0, 0.44);
}
.logon-main {
    background: rgba(255, 255, 255, 0.07);
    color: white;
    border-radius: 10px;
}
.dxbl-fl-item .dxbl-fl-cpt {
    color: white;
}*/


/* styles.css */
.print-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top_content {
    display: flex;
    flex-direction: column;
    align-content: center;
    clear: both;
}
.nguyenlieu_content {
    padding-top: 20px;
    clear: both;
}
.group_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform-origin: left top; 
}
.view_content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    page-break-after: avoid;
    align-items: center;
    transform: scale(0.96);
}
.view_content_title {

}
.bin_content {
    position: relative;
    background-color: lightblue;
    border: 1px solid black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.board_content {
    background-color: lightgray;
    border: 1px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.dimension_height {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
}
.dimension_width {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lable_text{

}
.input_text{

}
.grid-modified-cell {
    background-color: rgba(var(--bs-primary-rgb), 0.15) !important;
}
@media only screen and (max-width: 600px) {
    .view_content {
        width: calc(100% - 20px);
    }
}
.SoLanTinh {
    display: inline-flex;
    width: 30px;
}
