@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

formLabel {
    font-size: 0.8REM !important;
}

.smallDescriptiveText {
    font-weight: normal !important;
    line-height: normal !important;
    font-size: 1REM !important;
}

.checkboxColumn {
    text-align: center;
    white-space: nowrap;
    width: 1px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center !important;
}

.width20 {
    width: 20% !important;
}

.NoStretch {
    width: 1%;
    white-space: nowrap;
}

.products {
    min-width: 60%;
}

.navMenuLogo {
    padding-right: 0.2Rem;
}

.width20px {
    width: 20px !important;
}

.pointerEventsAuto {
    pointer-events: auto;
}

.marginLeft20 {
    margin-left: 20px !important;
}

.confirmButton {
    margin-right: 10px !important;
}

.width75 {
    width: 75%;
}

.selectFileName {
    display: flex;
    align-items: baseline;
}

.flagDiv {
    width: 2rem;
    height: 1.5rem;
    margin: auto;
}

.notFoundDiv {
    padding-bottom: 600px;
    display: block;
}

.indexDiv {
    width: 100%;
    height: 100%;
    margin-top: 20%;
    align-content: center;
    text-align: center;
}

.iconDisplayWhenNoData {
    padding-bottom: 600px;
    display: block;
}

.col-options-button {
    height: 15px;
    margin-top: 8px;
    float: left;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}

.blazored-modal-focus-trap {
    padding-top: 5% !important;
}

.modal-cancel {
    border: 1px solid rgb(99, 113, 139) !important;
    color: rgb(99, 113, 139) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 5px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

    .modal-cancel:hover {
        background-color: #63718B !important;
        color: #fff !important;
    }

.modal-confirm {
    color: #ffff !important;
    background-color: #6c757d !important;
    border: 2px solid #6c757d !important;
    box-shadow: none !important;
}

    .modal-confirm:hover {
        background-color: #454F63 !important;
    }

.modal-button {
    padding: 5px !important;
    margin-left: 5px;
}

    .modal-button > span {
        text-transform: capitalize;
        font-weight: normal;
        font-size: 1rem;
    }

.modal-class-upload {
    pointer-events: none !important;
}

.bm-header {
    padding: 0 0 1rem 0 !important;
}

    .bm-header > h3 {
        font-size: 1.5rem !important;
    }

.modal-buttons-left-aligned {
    float: left;
}

.modal-buttons-right-aligned {
    float: right;
    display: flex;
}

.Selected {
    background: aquamarine;
}

/* SUCCESS OVERRIDES*/
.blazored-toast-container {
    background: white !important;
}

    .blazored-toast-container p {
        color: black !important;
    }

    .blazored-toast-container h5 {
        color: black !important;
    }

.blazored-toast-header h5 {
    font-size: 1rem;
}

.success-toast-override {
    border-left: 5px solid green;
}

/* ERROR OVERRIDES*/
.blazored-toast-error {
    border-left: 5px solid red;
}

.fa-check:before {
    color: green !important;
}

.fa-exclamation:before {
    color: red !important;
    padding: 12px;
}

.blazored-toast-close {
    color: grey !important;
}

.blazored-toast {
    color: black !important;
}
/*INFO OVERRIDES*/
.blazored-toast-info {
    background-color: #fff !important;
    border-left: 5px solid #1b6ec2;
    min-height: 6.5rem;
}

.blazored-toast-info-container {
    background-color: white;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .blazored-toast-info-container > div {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .blazored-toast-info-container > .info {
        max-width: 65%;
        margin: 0;
        overflow-wrap: break-word;
        min-width: 65%;
    }

    .blazored-toast-info-container > div > i {
        font-size: 3rem;
    }

.fa-info:before {
    color: #1b6ec2 !important;
}

.input-detail {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-top: 0.5rem;
}

.fa-info:before {
    color: #1b6ec2 !important;
}


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.8rem !important;
}

table {
    border: 1px solid rgb(214, 213, 213);
}

    table > thead > tr > th {
        border: 1px solid rgb(214, 213, 213);
    }

        table > thead > tr > th > div {
            display: flex !important;
        }

    table > tbody > tr {
        border: 1px solid rgb(214, 213, 213);
    }

        table > tbody > tr > td {
            border: 1px solid rgb(214, 213, 213);
        }

.logo {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .logo > a > img {
        height: 40px;
    }

.nav-menu-icon {
    width: 2.3rem;
}

.nav-responsive {
    display: none;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    /*color: #0071c1;*/
}

.delete-button {
    position: absolute;
    left: 3%;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #63718B, 0 0 0 0.25rem #63718B;
}

/*.nav-link:active {
    background-color: #63718B;
}*/

/*.nav-item {
    font-size: 1rem !important;
}*/

.content {
    padding-top: 1.1rem;
}

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
    opacity: var(--blazor-load-percentage, 0%);
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: relative;
    text-align: center;
    font-weight: bold;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

::deep th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
::deep tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
::deep tbody tr {
    height: 1.8rem;
}

.page-size-chooser {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .page-size-chooser select {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        border: 1px solid black;
        border-radius: 5px;
    }

.header {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}

.header-action-buttons {
    position: absolute;
    right: 1.4%;
}

    .header-action-buttons > button {
        min-width: 170px;
        width: 170px;
        background-color: #747B8A;
        color: #ffff
    }

.translation-actions {
    width: 30%;
    margin-top: 1.5rem;
    margin-right: 5px;
}

    .translation-actions > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        width: 100%;
    }

        .translation-actions > div > select {
            font-family: fontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
            border: 1px solid #63718B;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 1rem;
            font-weight: 400;
            border-radius: 5px;
            min-width: 10rem;
            color: rgb(99, 113, 139);
        }

        .translation-actions > div * {
            padding: 3px 5px 0 5px;
            margin-right: 5px;
            margin-bottom: 0.5rem;
            margin-top: 3px;
            height: 2rem;
        }

        .translation-actions > div > a:last-child {
            margin-right: 5px !important;
            margin-left: auto;
        }

@media(max-width: 860px) {
    .logo {
        width: 100%;
    }

    .translations-container-flex {
        flex-direction: column;
    }

    .translation-details {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .translations-grid {
        border-right: none !important;
        width: 100% !important;
        padding-right: 0 !important;
    }

    .translations-table-platform-col {
        max-width: 50px !important;
    }

    .translations-table-key-col {
        max-width: 50px !important;
    }

    .translations-table-lang-col {
        max-width: 60px !important;
    }

    .translation-actions {
        margin-top: 5rem;
    }

    .filters {
        flex-direction: column !important;
    }

    .dropdowns {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

        .dropdowns > div {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }

    .search {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-top: 0;
    }

        .search > div > select, input {
            margin-right: 0 !important;
        }

    .translation-actions {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        justify-content: space-between !important;
    }

        .translation-actions > div {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
        }

    .filters .dropdowns, .search, .header-action-buttons {
        padding-bottom: 0.2rem;
        flex-wrap: wrap;
    }

        .search > div {
            margin-top: 1rem;
        }
}

@media(max-width: 640px) {
    .nav-responsive {
        display: block;
    }
}


.button-light {
    border: 1px solid #63718B;
    color: #63718B;
    background-color: #ffff;
    min-width: 80px;
    border-radius: 5px;
}

    .button-light:hover {
        background-color: #63718B;
        color: #fff;
    }


.btn-secondary {
    color: white !important;
}

    .btn-secondary:hover {
        background-color: #454F63 !important;
    }

.upload-button-hidden {
    display: none;
}

.download-button-hidden {
    display: none;
}



.top-row {
    z-index: 99 !important;
}

    .top-row .select-culture {
        border: 1px solid #272726;
        border-radius: 5px;
        color: #272726;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

        .top-row .select-culture > select {
            color: #272726;
        }

    .top-row > a {
        padding: 5px;
        margin-right: 1rem;
        color: #272726;
    }

        .top-row > a > span {
            padding-right: 15px;
        }

        .top-row > a > i:hover {
            color: #454F63 !important;
        }

.translations-container {
    display: flex;
    flex-direction: column;
}

.translations-placeholder {
    text-align: center;
    margin-top: 10%;
    width: 100%;
}

.placeholder-text {
    font-size: 1.5rem;
}

    .placeholder-text > svg {
        font-size: 7rem;
    }

.hide-placeholder {
    display: none;
}

.translations-grid {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding-right: 5px;
    border-right: 1px solid rgb(214, 213, 213);
}

.translations-grid-empty {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 2rem;
    align-items: center;
}

    .translations-grid-empty > a {
        max-width: 2rem;
        margin-bottom: 5px;
    }

.translation-actions {
    margin-right: 0px;
}

.hide-translations-container {
    display: none;
}

.translation-details {
    display: flex;
    width: 30%;
    transition: width 0.2s ease-in-out;
    margin-left: 10px;
}

.hidden {
    width: 0;
}

    .hidden * {
        display: none;
    }

.translation-details-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



    .translation-details-actions > div > div {
        margin-left: 0.3rem;
        margin-bottom: 0.3rem;
    }

.translation-detials-edit {
    width: 100%;
}

.translation-detials-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .translation-detials-header > h5 {
        width: 95%;
    }

    .translation-detials-header > i {
        margin-top: 0.3rem;
        color: #a5a5a5;
        font-size: 1.1rem;
    }

        .translation-detials-header > i:hover {
            color: #ff5b5b;
            cursor: pointer;
        }

.translations-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .translations-control > input {
        font-size: .875rem;
    }

    .translations-control > textarea {
        font-size: .875rem;
    }

    .translations-control > label > svg {
        margin-bottom: 5px;
    }

        .translations-control > label > svg:hover {
            cursor: pointer;
            color: #a5a5a5;
        }

.translation-text {
    width: 100%;
}

.prev-next {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}


    .prev-next > div > a {
        width: 7rem;
    }

.expanded {
    transition: width 0.2s;
    width: 100%;
}

.hide-placeholder {
    display: none;
}

.row-selected {
    background-color: #B5D6EE;
}

.col-header-content {
    align-items: start !important;
    padding-left: 0rem !important;
}

.quickgrid[theme=default] {
    --col-gap: 0rem !important;
}

.col-title {
    width: 100% !important;
}

.translations-table-actions {
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
}

.select-all-button {
    padding-top: 4px !important;
    height: 2rem;
    width: 1rem;
    min-width: 50px;
}

    .select-all-button > i {
        padding-right: 0 !important;
    }

.translations-table {
    margin-right: 5px;
}

    .translations-table > tbody > tr:hover {
        cursor: pointer;
        background-color: #b5d6ee72;
    }

    .translations-table > tbody > tr > td {
        padding: 0 !important;
    }

.translations-table-platform-col {
    width: 15%;
    max-width: 150px;
}

.translations-table-key-col {
    width: 15%;
    max-width: 80px;
}

.translations-table-lang-col {
    width: 30%;
    max-width: 115px;
}

.translations-table-status-col {
    text-align: center;
    width: 5%;
    max-width: 80px;
}

    .translations-table-status-col > div > img {
        height: 20px;
        width: 20px;
    }

.table-content {
    padding-left: 5px;
    padding-right: 5px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-bar {
    border-top: 1px solid #454F63;
    width: 100%;
    background-color: #fff;
}

    .progress-bar > div {
        background-color: #454F63;
        width: var(--progress-bar-percent);
        height: 10px;
    }

:root {
    --progress-bar-percent: 0;
}
