﻿@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#header #mobile-navigation ul {
    background-color: #00425f;
}

h1, h2, h3, h4, h5, h6, .caption, .order-list-header {
    color: #00425f;
}

.tabs .ui-state-default {
    border: 1px solid #00425f;
}

.tabs.ui-tabs .ui-state-active {
    border: 1px solid #00425f;
    background: #00425f;
    color: white;
}

/* Dialogs */
.dialog-header {
    border-bottom: 1px solid #00425f;
}

.white-button {
    color: #00425f;
    border: 1px solid #00425f;
}

.colored-button {
    background-color: #00425f;
    border: 1px solid #00425f;
}

button, .btn, .button, input[type=submit] {
    /*color: white;*/
    background-color: #00425f;
}

#cookiebar #accept-cookie-button {
    background-color: #00425f;
}

/*login*/
#login-wrapper {
    background-color: #00425f;
}

#login-header img
{
    max-width: 300px;
}

#login-body #login-buttons-container #login-button {
    color: #00354e;
}

#login-container {
    background-image: url('../images/login_background.jpg');
}

/*search*/

#exportFormats {
    float: right;
}

    #exportFormats * {
        float: left;
    }

    #exportFormats select {
        margin-top: -3px;
        margin-right: 10px;
        margin-left: 10px;
    }

#imageresult .productimage-hits {
    background-color: #00425f;
    border-color: #00425f;
}

input[type=checkbox][disabled] {
    accent-color: red;
    
}

/*import*/
div.format-image {
    background-color: #f5f5f5;
}

    div.format-image .title {
        color: #999 !important;
    }

    div.format-image[title=excel] {
        background-color: #0173C7;
    }

        div.format-image[title=excel] .title {
            color: white !important;
        }

.workstack-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 10px 0;
}

.workstacks {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-grow:grow;
}

.workstack-entity__productOverview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    outline: 1px solid rgb(231, 231, 231);
    outline-offset: -1px;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 0;
    flex:1;
}

.workstack-entity__productOverview label {
    margin-left:0.5rem;
}
.workstack-entity__contentWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px 0;
    margin: 10px 15px 10px;
}

.workstack-entity__headerContainer {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    width: 100%;
}

.workstack-entity__productTitle {
    z-index: 1;
    margin: 5px 0 2px;
    min-width: 0;
    font: 600 16px/1.18 Inter, Helvetica, Arial, serif;
    color: rgb(23, 19, 95);
}

.workstack-entity__iconGroup {
    display: flex;
    gap: 0 15px;
    width: 59px;
    min-width: 0;
}

    .workstack-entity__iconGroup > img {
        width: 22px;
        height: 22px;
        border-radius: 13px;
        outline-offset: 2px;
    }
    
    .workstack-entity__activeIcon {
       cursor:pointer;
        outline: 1.5px solid rgb(1, 148, 211);
    }

.workstack-entity__inactiveIcon {
    filter: grayscale(1);
    background-color: #DDD;
}

.workstack-entity__pieChart {
    display:flex;
    width:133px;
    max-width:150px;
    aspect-ratio:1;
}

    .workstack-entity__statsContainer {
        display: flex;
        gap: 0 30px;
        width: 96.92%;
    }

.workstack-entity__statsIcon {
    width: 150px;
    min-width: 0;
}

.workstack-entity__statsDetails {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    width: 114px;
    min-width: 0;
}

.workstack-entity__percentageValue {
    display: flex;
    align-items: center;
    font: 700 28px/0.68 Inter, Helvetica, Arial, serif;
    color: rgb(101, 180, 69);
}

.workstack-entity__results {
    display: flex;
    gap: 0 4px;
    margin: 15px 0 0;
}

.workstack-entity__no {
    min-width: 0;
    font: 500 12px/1.25 Inter, Helvetica, Arial, serif;
    color: rgb(85, 149, 59);
}

.workstack-entity__divider {
    margin: 1px 0;
    min-width: 0;
    font: 400 11px/1.18 Inter, Helvetica, Arial, serif;
    color: rgb(194, 194, 194);
}

.workstack-entity__yes {
    min-width: 0;
    font: 500 12px/1.25 Inter, Helvetica, Arial, serif;
    color: rgb(165, 165, 165);
}

.workstack-entity__radiobuttons {
    display: flex;
    gap: 0 9px;
    
    flex-direction:column;
}

input[type="radio"].hover:enabled, input[type="radio"]:enabled:hover {
    width: 14px;
    height: 14px;
    appearance: none;
    -webkit-appearance: none;
    /* For a circular appearance we need a border-radius. */
    border-radius: 50%;
    /* The border will be the spacing between the dot and the outer circle */
    border: 0px solid #FFF;
    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 2px #00425f;
}

.workstack-entity__positiveIndicator {
    margin: 1px 0 0;
    width: 16px;
    min-width: 0;
    min-height: 16px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    outline: 1px solid rgb(217, 217, 217);
    outline-offset: -1px;
}

.workstack-entity__positiveLabel {
    min-width: 0;
    font: 400 14px/1.21 Inter, Helvetica, Arial, serif;
    color: rgb(0, 0, 0);
}

.workstack-undo-container{
    display:flex;
    flex-direction:row;
    gap:15px;
}

.workstack_undo {
    position: relative;
    float: left;
    background: #E2EEF3;
    padding: 0 12px;
    border-radius: 12px;
    cursor: pointer;
}