/*img.editComponent,*/
.balert2 {
    display: none;
}

/* ============================================================================================== */
/* Base typography                                                                                */
/* ============================================================================================== */

/* Loadouts ------------------------------------------------------------------------------------- */

@font-face {
    font-family: noto;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Noto Sans/NotoSans-Regular.ttf');
}

@font-face {
    font-family: noto;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/Noto Sans/NotoSans-Italic.ttf');
}

@font-face {
    font-family: noto;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Noto Sans/NotoSans-Bold.ttf');
}

@font-face {
    font-family: noto;
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/Noto Sans/NotoSans-BoldItalic.ttf');
}

html {
    font-size: 15px; /* For relative-em */
}

body {
    font-family: noto;
    font-size: 15px;
    color: #2a2e2e;
}

/* Headings ------------------------------------------------------------------------------------- */

h2,
h3 {
    margin: 0 0 30px;
    font-size: 2em;
    font-size: 2rem;
    font-weight: bold;
}

/* Buttons -------------------------------------------------------------------------------------- */

a, .menu a:hover, a.menu:hover {
    color: #1976d2 !important;
    transition: 0.25s ease-out;
    cursor: pointer;
}

    a:hover, .menu a, a.menu {
        color: #2a2e2e !important;
        transition: 0.25s ease-out;
    }

a.button,
.button {
    display: inline-block;
    min-width: 130px;
    margin: 5px 8px 5px 0;
    padding: 15px;
    background: #e2e4e5 !important;
    border: 0;
    border-radius: 5px;
    font-family: noto;
    text-align: center;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}

    a.button:hover,
    .button:hover {
        opacity: 0.8;
    }

    a.button.button--primary, .button.button--primary {
        background: #1976d2 !important;
        color: #ffffff !important;
    }

        a.button.button--primary:hover, .button.button--primary:hover {
            background: #1976d2 !important;
        }
    
        a.button.button--primary:after, .button.button--primary:after {
            content: '\000bb';
            margin-left: 5px;
            opacity: 0.75;
        }

    a.button.button--back, .button.button--back {}

        a.button.button--back:before, .button.button--back:before {
            content: '\000ab';
            margin-right: 5px;
            opacity: 0.75;
        }
    
    a.button.button--primary.pending, .button.button--primary.pending {
        opacity: 0.5;
        cursor: no-drop;
        filter: grayscale(1);
    }
    
        a.button.button--primary.pending:hover, .button.button--primary.pending:hover {
            opacity: 0.5;
        }

    a.button:last-child, .button:last-child {
        margin-right: 0;
    }

    @media (max-width: 575px) {
        
        a.button,
        .button {
            display: block;
            width: 100%;
        }

        a.button.button--primary:after, .button.button--primary:after,
        a.button.button--back:before, .button.button--back:before {
            display: none;
        }

    }

/* ============================================================================================== */
/* Layouts                                                                                        */
/* ============================================================================================== */

body {
    background-color: #f8f9fc;
}

/* Reusables ------------------------------------------------------------------------------------ */

.has-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

/* Header --------------------------------------------------------------------------------------- */

#header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e4e5;
}

    #header .container {
        position: relative;
    }

        .header__logo-link {
            display: inline-block;
            position: relative;
            left: -8px;
            width: 150px;
            height: 100%;
            padding: 5px 8px;
            border-radius: 8px;
        }
        
            .header__logo-link:hover {
                background-color: #f0f3f3;
            }

            .header__logo-image {
                display: inline-block;
                width: 100%;
                height: 100%;
                background: url(../img/juris-access.png) no-repeat center;
                background-size: contain;
            }

/* Panels --------------------------------------------------------------------------------------- */

#view {
    padding-top: 100px;
}

    #view .container {
        padding-left: 0;
        padding-right: 0;
    }

/* Footer --------------------------------------------------------------------------------------- */

#japp-footertime {
    position: fixed;
    bottom: 0;
    right: 8px;
    margin: 8px;
    opacity: 0.25;
}

/* ============================================================================================== */
/* Vendors resets                                                                                 */
/* ============================================================================================== */

/* Materialize CSS ------------------------------------------------------------------------------ */

.container .row {
    margin: 0;
}

.input-field,
.range-field {
    margin: 0 0 30px;
    padding: 0;
}

    .input-field > *,
    .input-field .input-element-wrapper input {
        display: block;
        height: auto !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        -wekbit-transform: none !important;
        transform: none !important;
    }

    .input-field label,
    .range-field label {
        position: relative;
        font-family: noto;
        font-size: initial;
        color: inherit;
        font-weight: normal;
        pointer-events: unset;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-transform: none;
        transform: none;
    }

    .input-field input {
        position: relative;
        top: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    
/* PHPLens -------------------------------------------------------------------------------------- */

#view .applet,
.hpanel .panel-body {
    overflow: visible;
}

#view .lens-newedit-flds {
    display: none;
}

/* ============================================================================================== */
/* Forms                                                                                          */
/* ============================================================================================== */

.view__desc {
    margin: -23px 0 45px;
    opacity: 0.5;
}

.view__actions {
    margin: 23px 0 120px;
}

/* General structure ---------------------------------------------------------------------------- */

.input-field .input-element-wrapper,
.range-field .input-element-wrapper {
    position: relative;
}

.input-field label,
.range-field label {
    margin-bottom: 8px;
}

.input-field input[readonly] {
    cursor: default !important;
}

    /* Patching a strange behaviour where dropdowns are constantly being made read-only */
    .input-field input[readonly].select-dropdown {
        background: #ffffff !important;
        cursor: pointer !important;
    }

.field-marker {
    height: 0 !important;
    overflow: hidden;
    margin-top: 8px;
    font-size: 0.9em;
    font-size: 0.9rem;
    color: #1976d2;
    transition: 0.25s ease-out;
}

    .field-marker.active {
        height: 20px !important;
    }

    .field-marker.field-marker--error {
        color: #ff5252;
    }

.input-field .input-field__reset {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #aaacac;
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease-out;
}

    .input-field input:focus ~ .input-field__reset {
        top: 6px;
    }

    .input-field .input-field__reset:hover {
        background-color: #ff5252;
        color: #ffffff;
    }

    .input-field__reset .icon {
        font-size: 12px !important;
        line-height: 20px !important;
    }

/* Text fields and passwords -------------------------------------------------------------------- */

.input-field input[type="text"],
.input-field input[type="password"],
.input-field textarea {
    max-width: none !important;
    margin: 0;
    padding: 8px 36px 8px 10px !important;
    background-color: #ffffff;
    border: 1px solid #e2e4e5;
    border-radius: 5px;
    line-height: 20px;
    cursor: text;
}
    
    .input-field input[type="text"]:not([readonly]):focus,
    .input-field input[type="password"]:not([readonly]):focus,
    .input-field textarea:not([readonly]):focus {
        top: -2px;
        border-bottom-color: #e2e4e5 !important;
        box-shadow: 0 3px 0 0 #1976d2 !important;
    }

/* Radio buttons and checkboxes ----------------------------------------------------------------- */

.radiolist-tab,
.checkboxlist-tab {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e2e4e5;
}

.input-field input[type="radio"] + label,
.input-field input[type="checkbox"] + label {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    line-height: 23px;
}

    .input-field input[type="radio"] + label:hover,
    .input-field input[type="checkbox"] + label:hover {
        color: #1976d2;
    }

    .input-field input[type="radio"][disabled] + label,
    .input-field input[type="checkbox"][disabled] + label,
    .input-field input[type="radio"][disabled] + label:hover,
    .input-field input[type="checkbox"][disabled] + label:hover {
        color: #aaacac;
        cursor: default;
    }

.input-field [type="radio"] + label:before,
.input-field [type="radio"] + label:after,
.input-field [type="checkbox"] + label:before,
.input-field [type="checkbox"] + label:after {
    width: 15px;
    height: 15px;
    margin: 7px 0;
}

    .input-field [type="radio"]:not(:checked) + label:before,
    .input-field [type="radio"]:not(:checked) + label:after,
    .input-field [type="checkbox"]+label:before,
    .input-field [type="checkbox"]:not(.filled-in)+label:after {
        border: 5px solid #d4e0e0;
    }
    
        .input-field [type="checkbox"]+label:before,
        .input-field [type="checkbox"]:not(.filled-in)+label:after {
            background-color: #d4e0e0;
            border-radius: 3px;
        }

        .input-field [type="radio"]:not(:checked) + label:hover:before,
        .input-field [type="radio"]:not(:checked) + label:hover:after {
            border-color: #1976d2;
        }
        
        .input-field [type="checkbox"]:not(:checked) + label:hover:before,
        .input-field [type="checkbox"]:not(:checked) + label:hover:after {
            background-color: #1976d2;
            border: 0;
        }

        .input-field [type="radio"][disabled]:not(:checked) + label,
        .input-field [type="radio"][disabled]:not(:checked) + label {
            color: #aaacac;
            cursor: default;
        }

        .input-field [type="radio"][disabled]:not(:checked) + label:before,
        .input-field [type="radio"][disabled]:not(:checked) + label:after,
        .input-field [type="checkbox"][disabled]:not(:checked) + label:before,
        .input-field [type="checkbox"][disabled]:not(:checked) + label:after {
            background-color: #e2e4e5;
            border: 0;
        }

    .input-field [type="radio"]:checked + label:before,
    .input-field [type="radio"]:checked + label:after,
    .input-field [type="checkbox"]:checked + label:before,
    .input-field [type="checkbox"]:checked + label:after {
        top: 0;
        left: 0;
        background: #1976d2 url('../img/icon-tick.svg') no-repeat center;
        background-size: contain;
        border: 0 solid transparent;
        -webkit-transform: none;
        transform: none;
    }

        .input-field [type="radio"][disabled]:checked + label:before,
        .input-field [type="radio"][disabled]:checked + label:after,
        .input-field [type="checkbox"][disabled]:checked + label:before,
        .input-field [type="checkbox"][disabled]:checked + label:after {
            background-color: #d4e0e0;
        }

/* Dropdowns ------------------------------------------------------------------------------------ */

.input-field .select-wrapper input[type="text"].select-dropdown {
    z-index: 0;
    width: 100% !important;
    height: initial !important;
    box-sizing: border-box !important;
}

.input-field .select-wrapper .caret {
    display: block;
    right: 10px;
    z-index: 6;
    width: 20px;
    height: 20px;
    border: 0;
    color: #d4e0e0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    pointer-events: none;
    transition: 0.25s ease-out;
}

    .input-field .select-wrapper:hover .caret {
        color: #1976d2;
    }

.input-field .dropdown-content {
    z-index: 5;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

    .input-field .dropdown-content li {
        min-height: 35px;
        border-bottom: 1px solid #e2e4e5;
        color: initial;
        line-height: initial;
    }

        .input-field .dropdown-content li:hover {
            background-color: #f7fafa;
        }

        .input-field .dropdown-content li > * {
            padding: 10px 15px;
            font-size: initial;
            color: initial;
            line-height: initial;
        }
        
            .input-field .dropdown-content li:hover > * {
                color: #1976d2;
            }

/* Range sliders -------------------------------------------------------------------------------- */

.range-field .slider-value {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 8px;
    background-color: #e2e4e5;
    border-radius: 5px;
    font-size: 0.8em;
    cursor: default;
}

.range-field input[type="range"] {
    margin: 23px 0 0;
    border: 0;
}

.range-field input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    margin-bottom: 15px;
    background-color: #e2e4e5;
    border-radius: 999px;
}

.range-field input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin: -8px 0 0;
    background-color: #1976d2;
    border-radius: 50%;
}

    .range-field input[type=range]:hover::-webkit-slider-thumb {
        width: 15px;
        height: 15px;
        margin-top: -5px;
    }

.range-field input[type=range] + .thumb {
    margin-top: 23px;
    background-color: #1976d2;
    border-radius: 5px !important;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: none;
    transform: none;
}

    .range-field input[type=range] + .thumb.active {}

    .range-field input[type=range] + .thumb.active .value {
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 1rem;
        line-height: 30px;
        -webkit-transform: none;
        transform: none;
    }

@media (max-width: 767px) {

    .range-field input[type=range]::-webkit-slider-thumb {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

        .range-field input[type=range]:hover::-webkit-slider-thumb {
            width: 20px;
            height: 20px;
            margin-top: -10px;
        }

}


/* Datepicker ----------------------------------------------------------------------------------- */

.ui-datepicker.ui-widget {
    padding: 0;
    border: 0;
    border-radius: 5px;
    font-size: initial;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateY(8px);
}

    #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
        padding: 5px;
        background-color: #ffffff !important;
        border: 0;
        border-bottom: 1px solid #d4e0e0;
        color: initial !important;
        font-weight: normal;
        cursor: default;
    }

        .ui-datepicker .ui-datepicker-title {
            margin: 5px 30px;
        }

            .ui-datepicker .ui-datepicker-header select {
                display: inline-block;
                height: auto;
                margin: 0 3px;
                padding: 8px !important;
                background-color: #f3f3f3;
                border-radius: 3px;
                font-family: inherit !important;
                font-size: 0.9em;
                font-size: 0.9rem;
                line-height: 1;
            }

        .ui-datepicker .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-next {
            top: 15px;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            border-radius: 3px;
            cursor: pointer;
        }

            .ui-datepicker .ui-datepicker-prev:hover,
            .ui-datepicker .ui-datepicker-next:hover {
                background-color: rgba(0, 0, 0, 0.1);
            }
        
            .ui-datepicker .ui-datepicker-prev {
                left: 3px !important;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .ui-datepicker .ui-datepicker-next {
                right: 3px !important;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            .ui-datepicker .ui-datepicker-prev .ui-icon,
            .ui-datepicker .ui-datepicker-next .ui-icon {
                background: url('../img/icon-angle.svg') no-repeat center;
                background-size: contain;
            }

    .ui-datepicker thead {
        border-bottom: 1px solid #e2e4e5;
    }

        .ui-datepicker th {
            padding: 8px;
            font-weight: normal;
            font-size: 0.8rem;
            opacity: 0.5;
        }

    .ui-datepicker td {
        padding: 3px;
    }

        .ui-datepicker td a {
            color: #212121 !important;
            border-radius: 5px !important;
        }

            .ui-datepicker td a:hover {
                background-color: #f0f3f3 !important;
                color: #1976d2 !important;
            }

        .ui-datepicker td a.ui-state-active {
            background: #1976d2 !important;
            border-radius: 5px;
        }

        .ui-datepicker td a.ui-state-highlight {
            box-sizing: border-box;
            background: #b0d7fd !important;
            color: #212121 !important;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        border: 1px solid #e2e4e5;
        border-width: 1px 0 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            margin: 10px 8px !important;
            padding: 3px 8px !important;
            border-radius: 5px;
            font-size: 0.9rem;
        }

/* Radiobutton ---------------------------------------------------------------------------------- */


    :root {
        --white: #ffffff;
        --light: #f0eff3;
        --black: #000000;
        --dark-blue: #1f2029;
        --dark-light: #353746;
        --red: #da2c4d;
        --yellow: #f8ab37;
        --grey: #adadad;
    }

    /* #Primary
    ================================================== */


    ::selection {
        color: var(--white);
        background-color: var(--black);
    }
    ::-moz-selection {
        color: var(--white);
        background-color: var(--black);
    }

    [type="checkbox"]:checked,
    [type="checkbox"]:not(:checked),
    [type="radio"]:checked,
    [type="radio"]:not(:checked){
        position: absolute;
        left: -9999px;
        width: 0;
        height: 0;
        visibility: hidden;
    }
    .checkbox:checked + label:before,
    .checkbox:not(:checked) + label:before {
        position: absolute;
        /* font-family: 'unicons'; */
        cursor: pointer;
        top: -17px;
        z-index: 2;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear; 
    }
    .checkbox:not(:checked) + label:before {
        content: '\eac1';
        left: 0;
        color: var(--grey);
        background-color: var(--dark-light);
        box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
    }
    .checkbox:checked + label:before {
        content: '\eb8f';
        left: 30px;
        color: var(--yellow);
        background-color: var(--dark-blue);
        box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    }

    .checkbox-tools:checked + label,
    .checkbox-tools:not(:checked) + label{
        position: relative;
        display: inline-block;
        padding: 20px;
        width: 110px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        margin: 0 auto;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        text-align: center;
        /* border-radius: 4px; */
        overflow: hidden;
        cursor: pointer;
        /* text-transform: uppercase; */
        color: var(--black) !important;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear; 
    }
    .checkbox-tools:not(:checked) + label{
        background-color: var(--grey);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }
    .checkbox-tools:checked + label{
        background-color: var(--white);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }
    .checkbox-tools:not(:checked) + label:hover{
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }
    .checkbox-tools:checked + label::before,
    .checkbox-tools:not(:checked) + label::before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        background-image: linear-gradient(298deg, var(--grey), var(--grey));
        z-index: -1;
    }
    .checkbox-tools:checked + label .uil,
    .checkbox-tools:not(:checked) + label .uil{
        font-size: 24px;
        line-height: 24px;
        display: block;
        padding-bottom: 10px;
    }
    .input-field [type="radio"]:checked + label:after {
        display: none;
    }


/* ============================================================================================== */
/* Modules                                                                                        */
/* ============================================================================================== */

/* Breadcrumbs ---------------------------------------------------------------------------------- */

.progress-crumb {
    /*display: none;*/
}

.interaction-module .progress-crumb {
    display: flex;
}

.progress-crumb {
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 30px 0 10px;
}

.progress-crumb-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    flex-grow: 1;
}

.progress-crumb-font {
    display: none;
}

.progress-crumb-node {
    display: none;
}

.progress-crumb-list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #1976d2;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

.progress-crumb-list.progress-crumb-selected:after {
    background: #8e8e8e;
}

.progress-crumb-list.progress-crumb-selected ~ .progress-crumb-list:after {
    background: #e6e6e6;
}

.progress-crumb-list:last-child {
    margin-right: 0;
}

.progress-crumb-label {
    font-size: 14px;
    padding-left: 1px;
    white-space: nowrap;
    max-width: 150px;
    color: #1976d2;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.progress-crumb-list.progress-crumb-selected .progress-crumb-label {
    color: #2a2e2e;
}

.progress-crumb-list.progress-crumb-selected ~ .progress-crumb-list .progress-crumb-label {
    color: #8e8e8e;
}

@media (max-width: 767px) {

    .main-stepper .progress-crumb {
        align-items: baseline;
        margin-top: 50px;
    }

    .main-stepper .progress-crumb-list {
        margin-right: 0;
    }

    .main-stepper .progress-crumb-selected {
        position: static;
    }

    .main-stepper .progress-crumb-label {
        display: none;
    }
    .main-stepper .progress-crumb-selected .progress-crumb-label,
    .main-stepper .progress-crumb-selected .progress-crumb-node {
        display: inline-block;
        position: absolute;
        top: -20px;
        left: 80px;
        font-size: 14px;
        color: #1976d2;
    }

    .main-stepper .progress-crumb-selected .progress-crumb-node {
        left: 0;
    }

    .main-stepper .progress-crumb-list.progress-crumb-selected:after {
        z-index: 0;
        background: #e6e6e6;
    }

    .main-stepper .progress-crumb-selected .progress-crumb-node:before {
        content: 'Step ';
    }

}

/* ============================================================================================== */
/* Linked fields                                                                                  */
/* ============================================================================================== */

.input-container.linked--top {}

.input-container.linked--bottom {
    display: none;
    margin-top: -20px;
}