@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 - 200px);
    margin: 10px;
    width:100%;
}

.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."
    }

.sign-in-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: calc(100vh - 200px)
}

.page-content {
    height: calc(100vh - 200px)
}
    .page-content .manufacture-detail-header {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: large;
        font-weight: 600;
        color: #2D7FBD;
    }
        .page-content .manufacture-detail-header .manufacture-detail-name {
            font-size: 18px;
            padding: 10px;
            background-color: #FDFDFD;
            border-radius: 10px;
            min-width: 100px;
            text-align: center;
            border: 1px solid #2D7FBD;
        }
        .page-content .manufacture-detail-header .manufacture-detail-status {
            cursor: pointer;
            font-size: 18px;
            padding: 10px;
            background-color: #FDFDFD;
            border-radius: 10px;
            min-width: 100px;
            text-align: center;
            border: 1px solid #2D7FBD;
        }
            .page-content .manufacture-detail-header .manufacture-detail-status:hover {
                background: rgba(var(--color-sf-primary));
                color: white;
                border-radius: 10px;
                font-weight: 600;
            }
.tab-content {
    height: calc(100vh - 300px);
}
.tab-content-history {
    display: flex;
    height: calc(100vh - 300px);
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .tab-content-history .note-status {
        width: 180px;
        height: calc(100% - 10px);
        margin-bottom: 5px;
        margin-right: 10px;
        overflow-y: auto;
    }
        .tab-content-history .note-status .note-status-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            margin-bottom: 10px;
            padding-top: 10px;
            padding-bottom: 10px;            
        }
        .tab-content-history .note-status .active, .note-status-item:hover {
            background: rgba(var(--color-sf-primary));
            color: white;
            border-radius: 10px;
            font-weight: 600;
        }
    .tab-content-history .note-content {
        width: calc(100% - 200px);
        height: calc(100% - 10px);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
        .tab-content-history .note-content .notes {
            width: 30%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
            .tab-content-history .note-content .notes .current-notes {
                height: calc(100% - 60px);
                display: flex;
            }
            .tab-content-history .note-content .notes .current-save {
                cursor: pointer;
                font-size: 18px;
                padding: 10px;
                background-color: #FDFDFD;
                border-radius: 10px;
                min-width: 100px;
                text-align: center;
                border: 1px solid #2D7FBD;
            }
                .tab-content-history .note-content .notes .current-save:hover {
                    background: rgba(var(--color-sf-primary));
                    color: white;
                    border-radius: 10px;
                    font-weight: 600;
                }
        .tab-content-history .note-content .statistical {
            width: 70%;
            height: 100%;
            display: flex;
        }
.progressbar {
    height: 0px;
    position: absolute;
    top: 65px;
    width: calc(100% - 115px);
    right: 65px;
    left: 65px;
    bottom: 65px;
    border: 3px solid #7ED957;
    margin: auto;
}
.circle-sing-in-show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #6bbdae;
    border-radius: 30px;
}

.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;
}
@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-left: 10px;*/
}

    .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-left: 10px;*/
}

    .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-left: 10px;*/
    color: #000 !important;
}

    .sf-icon-search-wf::before {
        content: "\e700";
        font-size: 14px;
    }

.control-wrapper {
    max-width: 250px;
    margin: 0 auto;
    padding: 30px 0px 0px;
}

.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: end;
}

.validation-message {
    color: red;
    padding: 5px 0px 0px;
}

.info-dialog {
    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;
}

    .info-dialog .info-dialog-open {
        width: auto;
        height: auto;
        min-width: 300px;
        background-color: white;
        border-radius: 10px;
        border: 1px solid #D2D2D2;
    }

        .info-dialog .info-dialog-open .info-dialog-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #EBF6F9;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            padding: 10px;
            color: #0060AF;
        }

            .info-dialog .info-dialog-open .info-dialog-header .title {
                font-size: 18px;
            }
            .info-dialog .info-dialog-open .info-dialog-header .close {
                cursor: pointer;
                font-weight:500;
                padding:10px;
            }
            .info-dialog .info-dialog-open .info-dialog-header .close:hover {
                background-color:red;
                color:white;
            }

        .info-dialog .info-dialog-open .info-dialog-body {
            margin: 10px;
            min-height: 100px;
            color: black;
        }

            .info-dialog .info-dialog-open .info-dialog-body .body-row {
                display:flex;
                margin-bottom:15px;
            }
                .info-dialog .info-dialog-open .info-dialog-body .body-row .row-coluomn-firt {
                    margin-right: 5px;
                    width: 30%;
                    min-width: 200px;
                    display: flex;
                    align-items: center;
                }
                .info-dialog .info-dialog-open .info-dialog-body .body-row .row-coluomn {
                    margin: 0px;
                    width: 100%;
                    min-width: 200px;
                    display: flex;
                    align-items: center;
                }
                .info-dialog .info-dialog-open .info-dialog-body .body-row .row-coluomn-end {
                    margin-left: 5px;
                    width: 70%;
                    min-width: 300px;
                    display: flex;
                    align-items: center;
                }
            .info-dialog .info-dialog-open .info-dialog-body .unrequired-label {
                font-size: 14px;
                color: black;
            }


        .info-dialog .info-dialog-open .info-dialog-footer {
            display: flex;
            align-items: center;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            justify-content: flex-end;
            padding: 10px;
            background-color: #F0F0F0;
            color: #0060AF;
        }

            .info-dialog .info-dialog-open .info-dialog-footer .footer-button-close {
                font-size: 18px;
                padding: 5px;
                cursor: pointer;
                background-color: #FDFDFD;
                border-radius: 10px;
                min-width: 100px;
                text-align: center;
                margin-left: 10px;
                border: 1px solid #D2D2D2;
            }
                .info-dialog .info-dialog-open .info-dialog-footer .footer-button-close:hover {
                    background-color: #EBF6F9;
                }
            .info-dialog .info-dialog-open .info-dialog-footer .footer-button-save {
                font-size: 18px;
                padding: 5px;
                cursor: pointer;
                background-color: #FDFDFD;
                border-radius: 10px;
                min-width: 100px;
                text-align: center;
                margin-left: 10px;
                border: 1px solid #2D7FBD;
            }
                .info-dialog .info-dialog-open .info-dialog-footer .footer-button-save:hover {
                    background-color: #EBF6F9;
                }

.info-dialog-hiden {
    display: none;
}
.ContractNone {    
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background-color:darkgray;
    padding: 10px;
}
    .ContractNone:hover {
        cursor: pointer;
    }
.ContractProcessing {
    background-color: #23C6A0;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
    .ContractProcessing:hover {
        cursor: pointer;
    }
.ContractLiquidation {
    background-color: #0060AF;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.ContractCancel {
    background-color: red;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-new {
    background-color: #FFC107;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-review {
    background-color: #000000;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-cancel {
    background-color: #FD4755;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-accept {
    background-color: #7ED957;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-refuse {
    background-color: #FBBD80;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-progress {
    background-color: #23C6A0;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-complete {
    background-color: #0060AF;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.manufacture-draft {
    background-color: #000000;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.shrimp-pond-begin {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background-color: #23C6A0;
    padding: 10px;
    color: white;
}
    .shrimp-pond-begin:hover {
        cursor: pointer;
    }
.shrimp-pond-end {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background-color: #0060AF;
    padding: 10px;
    color: white;
}
.shrimp-pond-none {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background-color: darkgray;
    padding: 10px;
}
    .shrimp-pond-none:hover {
        cursor: pointer;
    }
.shrimp-pond-cancel {
    background-color: #FD4755;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.btn-draft {
    background-color: #808080;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-suggest {
    background-color: #007BFF;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-technical {
    background-color: #6A0DAD;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-control {
    background-color: #FFA500;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-approve {
    background-color: #28A745;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-refuse {
    background-color: #DC3545;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-cancel {
    background-color: #FFC107;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-progress {
    background-color: #17A2B8;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-complete {
    background-color: #218838;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-accept {
    background-color: #20C997;
    color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action{
    cursor:pointer;
}

.documents {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.documents-remove {
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.grid-note-content {
    display: flex;
    flex-direction: column;
}
    .grid-note-content .note-item {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

.grid-cell-action {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
    .grid-cell-action .action
    {
        cursor:pointer;
    }

.toolbar-item-label {
    font-size: 16px;
    color: #0060AF;
}
.title-timeSheet-body-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #0060AF;
}
    .title-timeSheet-body-row .item-label {
        font-size: 16px;
        color: #0060AF;
        font-weight:600;
    }
.sub-timeSheet-body-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
    .sub-timeSheet-body-row .item-label {
        font-size: 16px;
        color: #0060AF;
    }
.header-timeSheet-body-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #0060AF;
}