@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    height: calc(100vh - 160px);
    margin: 10px;
    overflow-y: auto;
}
.sign-in-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: calc(100vh - 160px);
}
.change-password-content {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .change-password-content .control {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        justify-content: center;
        text-align: left;
        align-items: center;
        height: 100%;
        margin-bottom: 30px;
    }
        .change-password-content .control .control-wrapper {
            max-width: 300px;
            margin-left: auto;
            margin-right: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .change-password-content .control .passwords-must {
            display: flex;
            flex-direction: column;
            margin-top: 10px;
            background-color: whitesmoke;
            border-radius: 10px;
        }
.passwords-must-show {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    position: absolute;
    margin-top: 2px;
    z-index: 1;
}
.header-title {
    position: absolute;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    z-index: -1;
    width: 100%;
}
.passwords-must-hide {
    display: none;
}
.cruise-track-po-lookup {
    height: calc(100vh - 240px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cruise-track-content {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .cruise-track-content .header {
        position: absolute;
        right: 0;
        margin-right: 10px;
        margin-top: 5px;
    }
        .cruise-track-content .header .left {
            margin-right: 20px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            border-bottom: 2px solid darkgray;
            align-items: center;
        }

            .cruise-track-content .header .left .item-firt {
                margin-right: 0px;
            }
            .cruise-track-content .header .left .item-end {
                margin-left: 10px;
            }
            .cruise-track-content .header .left .item-none {
                display: none;
            }

        .cruise-track-content .header .right {
            margin-left: 20px;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }

            .cruise-track-content .header .right .item-date-range {
                width: 40px;
                padding-left: 5px;
                padding-right: 5px;
                margin-right: 20px;
                border-radius: 10px;
                border: 0px solid transparent;
                margin-left: -60px;
                display: flex;
                align-items: center;
                background-color: transparent;
            }
            .cruise-track-content .header .right .item-firt {
                margin-left: 0px;
                display: flex;
                align-items: center;
            }
            .cruise-track-content .header .right .item-end {
                margin-left: 10px;
                display: flex;
                align-items: center;
            }

    .cruise-track-content .content {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-left: 0px;
        margin-right: 0px;
    }
    .cruise-track-content .footer {
        display: flex;
        justify-content: flex-end;
        margin-top: 0px;
        flex-direction: row;
        align-items: flex-end;
    }
        .cruise-track-content .footer .right {
            margin-left: 20px;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            color: #5D76FF;
        }
            .cruise-track-content .footer .right .item-firt {
                margin-left: 0px;
                cursor: pointer;
                text-decoration:underline;
            }
            .cruise-track-content .footer .right .item-end {
                margin-left: 20px;
                cursor: pointer;
                text-decoration: underline;
            }
.po-detail-content {
    height: calc(100vh - 160px);
    border: 5px solid #AEAEAE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .po-detail-content .po-detail-content-header {
        display: flex;
        justify-content: space-between;
        margin: 20px;
        flex-wrap: wrap;
    }
        .po-detail-content .po-detail-content-header .po-code {
            min-width: 100px;
            font-size: 20px;
        }
        .po-detail-content .po-detail-content-header .po-date {
            min-width: 200px;
            font-size: 20px;
        }
        .po-detail-content .po-detail-content-header .po-vendor {
            min-width: 80px;
            font-size: 20px;
        }
        .po-detail-content .po-detail-content-header .po-vendor-no {
            min-width: 80px;
            font-size: 20px;
        }
    .po-detail-content .po-detail-content-body {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
        .po-detail-content .po-detail-content-body .po-body {
            width: 50%;
            min-height: 200px;
            border: 5px solid #AEAEAE;
            margin-left: 20px;
            margin-right: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
            .po-detail-content .po-detail-content-body .po-body .po-body-item {
                display: flex;
                margin: 15px;
                justify-content: space-between;
                flex-direction: row;
                font-size:16px;
            }
                .po-detail-content .po-detail-content-body .po-body .po-body-item .ship-to-location {
                    border: 1px solid #AEAEAE;
                    min-height: 100px;
                    width: 100%;
                    padding: 10px;
                }
        .po-detail-content .po-detail-content-body .po-body-grid {
            width: 50%;
            min-height: 296px;
            height: calc(100vh - 540px);
            border: 1px solid #AEAEAE;
            margin-left: 10px;
            margin-right: 20px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    .po-detail-content .po-detail-content-footer {
        display: flex;
        justify-content: space-between;
        margin: 20px;
    }
        .po-detail-content .po-detail-content-footer .po-detail-progress {
            width: 100%;
            margin-left: 50px;
            margin-right: 50px;
        }
        .po-detail-content .po-detail-content-footer .po-detail-view-doc {
            height: 200px;
            border-left: 1px solid #AEAEAE;
            width: 230px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            flex-wrap: wrap;
        }
.progressbar {
    height: 0px;
    position: absolute;
    top: 65px;
    width: calc(100% - 222px);
    right: 100px;
    left: 100px;
    bottom: 100px;
    border: 3px solid #7ED957;
    margin: auto;
}
.search-po {
    display: flex;
    justify-content: flex-end;
}
    .search-po .initial-menu-user 
    {        
        background-color: #6bbdae;
        border-radius: 5px;
        cursor: pointer;
        margin-left:10px;
    }
        .search-po .initial-menu-user .initial-menu-user-label 
        {
            font-size: 16px;
            color: white;
            font-weight: 600;
            padding: 10px 20px;
            cursor: pointer;
        }

.search-po-hiden {
        display: none;
    }
.back-icon {
    display: flex;
    align-items: center;
}
.login-icon {
    width: 100px;
    display: flex;
    justify-content: center;
    cursor:pointer;
}
.is-not-po-detail {
    display: none;
}
.is-po-detail {
}
.circle-sing-in-show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #6bbdae;
    border-radius: 30px;
    cursor: pointer;
}

.circle-sing-in-hiden {
    display: none;
}
.initial-login {
    font-size: 30px;
    color: white;
    font-weight: 600;    
    cursor:pointer;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

@font-face {
    font-family: 'User-wf';
    src: url('../fonts/User-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sf-icon-user-wf {
    font-family: 'User-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    min-height: 0px !important;
}

    .sf-icon-user-wf::before {
        content: "\e700";
        font-size: 14px;
    }

@font-face {
    font-family: 'Lock';
    src: url('../fonts/Lock.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sf-icon-lock {
    font-family: 'Lock' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    min-height: 0px !important;
}

    .sf-icon-lock::before {
        content: "\e700";
        font-size: 14px;
    }

@font-face {
    font-family: 'Search-wf';
    src: url('../fonts/Search-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sf-icon-search-wf {
    font-family: 'Search-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px !important;
    color: #000 !important;
}

    .sf-icon-search-wf::before {
        content: "\e700";
        font-size: 14px;
    }
.control-wrapper {
    max-width: 300px;
    margin: 0 auto;
    padding: 0px;
}
.not-found-wrapper {
    max-width: 300px;
    margin: 10px auto;
    padding: 0px;
    text-align: center;
    font-size: 28px;
    color: #FF5500;
    font-weight: 600;
}
.example-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.example-content {
    padding: 0px 0px 15px 0px;
}

    .example-content:last-child {
        padding: 0px 0px 15px 0px;
    }

.submit-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .submit-btn .forgot-password {
        color: #5D76FF;
        cursor: pointer;
    }
.resend-forgot-password {
    color: #5D76FF;
    cursor: pointer;
    font-size: 12px;
}
.validation-message {
    color: red;
    padding: 5px 0px 0px;
}
.NotShowCustomDate{
    display:none;
}
.content-tab {
    height: calc(100vh - 250px);
    display: flex;
}
.po-link {
    margin-left: 0px;
    cursor: pointer;
    text-decoration: underline;
    color: #5D76FF;
}

.dialog-info {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    display: flex;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    align-items: center;
    justify-content: center;
}

    .dialog-info .dialog-info-open {
        width: auto;
        height: auto;
        background-color: white;
        border-radius: 10px;
        min-width:300px;
    }

        .dialog-info .dialog-info-open .circle-initial {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            background-color: #6bbdae;
            border-radius: 30px;
            margin: 10px;
        }

            .dialog-info .dialog-info-open .circle-initial .initial-menu {
                font-size: 25px;
                color: white;
                font-weight: 600;
            }

        .dialog-info .dialog-info-open .initial-menu-name {
            margin: 10px;
            margin-bottom: 0px;
        }

            .dialog-info .dialog-info-open .initial-menu-name .initial-menu-name-label {
                font-size: 20px;
                color: #575757;
            }

        .dialog-info .dialog-info-open .initial-menu-group {
            margin-left: 10px;
        }

            .dialog-info .dialog-info-open .initial-menu-group .initial-menu-group-label {
                font-size: 16px;
                color: #000000;
            }

        .dialog-info .dialog-info-open .initial-menu-email {
            padding: 20px 20px;
            border-bottom: 1px solid #868686;
        }

            .dialog-info .dialog-info-open .initial-menu-email .initial-menu-email-label {
                font-size: 16px;
                color: #868686;
            }

        .dialog-info .dialog-info-open .initial-menu-logout {
            margin: 10px;
            display: flex;
            justify-content: flex-end;
        }

            .dialog-info .dialog-info-open .initial-menu-logout .initial-menu-logout-label {
                font-size: 18px;
                color: white;
                padding: 5px;
                cursor: pointer;
                margin-left:10px;
                background-color: #6bbdae;
                border-radius: 10px;
                min-width: 100px;
                text-align: center;
            }
        .dialog-info .dialog-info-open .initial-menu-header {
            padding: 10px 20px;
            border-bottom: 1px solid #868686;
            background-color: #000052;
            font-size: 18px;
            color: #fff;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
            .dialog-info .dialog-info-open .initial-menu-header .initial-menu-email-label {
                font-size: 16px;
                color: #fff;
            }
.dialog-info-hiden {
    display: none;
}
.documents {
    position: relative;
    display: inline-block;
    margin-right:5px;
    cursor:pointer;
}

    .documents .tooltiptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: -2.5px;
        right: 110%;
    }
    .documents:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.user-management-content {
    height: calc(100vh - 160px);
    border: 2px solid #AEAEAE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.user-login-detail-content {
    height: calc(100vh - 160px);
    border: 2px solid #AEAEAE;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    .user-login-detail-content .content-left {
        
    }
        .user-login-detail-content .content-left .row-content 
        {
            margin: 10px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }
            .user-login-detail-content .content-left .row-content .column-label 
            {
                width: 145px;
            }
    .user-login-detail-content .content-right {
        margin: 10px;
    }

.e-chip-list.e-chip.e-info.e-custom-date, .e-chip-list .e-chip.e-info.e-custom-date {
    width: 130px;
    display: flex;
    justify-content: center;
}
.e-chip-list.e-chip, .e-chip-list .e-chip {
    border: 0px solid !important;
}

.e-info-date-range {
    border-width: 0 0 0px 0 !important;
}
.btn-custom-date {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    background: var(--color-sf-info-bg-color);
    border-color: var(--color-sf-info-border-color);
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: var(--color-sf-info-text);
}

    .btn-custom-date .text-custom-date {
        display: flex;
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px;
        align-items: center;
    }
        .btn-custom-date .text-custom-date .label-date {
            cursor: pointer;            
        }

    .btn-custom-date .e-icons {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
        .btn-custom-date .e-icons:hover {
            color: white !important;
        }

.autocomplete-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .autocomplete-wrapper .e-input-group {
        width: 100%;
    }

.autocomplete-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: gray;
}
.e-label-progress {
    padding-bottom: 18px;
    background-color: white;
}