/* -------------------------------- 

Common style

-------------------------------- */

label {
    font-weight: 700;
}

/*

    RESET STUPID VALUES
*/

.imagesearch {
    background: transparent !important;
    border: 0px solid #000;
    border-spacing: 0px;
    border-collapse: separate;
    empty-cells: show;
    padding: 0px;
    margin: 0px !important;
    outline: 0px;
    font-size: 100%;
    color: #000;
    vertical-align: top;
    text-align: left;
    font-family: sans-serif;
    table-layout: auto;
    caption-side: top;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-left: 0px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}


image-request a:hover {
    color: blue;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    /*font-size: 10px;
    font-family: Verdana, sans-serif;*/
    color: #0f1926;
    background-color: #f1f0f6;
}

select.flagged option {
    font-weight: bold;
}

select option:disabled {
    /*color: rgba(0,0,0,0.4);*/
    font-weight: normal;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance: textfield !important;
}

button:disabled {
    cursor: not-allowed !important;
    color: grey;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px;
}

td:nth-child(2), th:nth-child(2) {
    padding-left: 5px;
}

@media print {
    .ps-table {
        height: 100%;
        overflow-x: visible !important;
    }
}

.la-cog:before {
    content: "\f19a";
}

.t-left {
    text-align: left;
    height: 33px;
}

.t-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

#spinner {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 25, 35, 0.50);
}

    #spinner svg {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 99999999;
        width: 120px;
        margin-top: -120px;
        margin-left: -60px;
    }

a {
    color: #0f1926;
    text-decoration: none !important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

    a:hover, a:active {
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none !important;
    }

.dropdown-toggle, .left-nav-trigger, .details-panel-trigger {
    font-weight: 700;
    font-family: "Montserrat", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Montserrat", Helvetica, sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 11px;
}

.pm-icon {
    font-size: 22px;
    line-height: 50px;
}

.pm-icon-close {
    position: absolute;
    right: 10px;
    margin-top: -54px;
    font-size: 24px;
}

.hide {
    display: none;
}

.ng-hide {
    visibility: hidden;
}

.ng-show {
    visibility: unset;
}

.custom-btn {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    border: none;
    background-color: #fff;
    outline: 0 !important;
    color: #001020;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

img {
    max-width: 100%;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group li {
    font-size: 11px;
}

.list-unstyled label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    margin: 0;
}

    .list-unstyled label input {
        margin-top: 2px !important;
        position: absolute;
    }

    .list-unstyled label span {
        padding-left: 20px;
        cursor: pointer;
    }

.list-unstyled {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
    position: relative;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* -------------------------------- 

Form elements 

-------------------------------- */

.pm-filter-block {
    margin-bottom: 1.5em;
}

    .pm-filter-block h4 {
        /* filter block title */
        position: relative;
        border-bottom: 1px solid #f1f0f6;
        margin-bottom: 20px;
        padding: 15px 0px;
        color: #001020;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

.no-touch .pm-filter-block h4:hover {
    color: #908D99;
}

.pm-filter-content button {
    font-weight: 700;
}

.pm-filter-block h4::after {
    display: inline-block;
    font: 14px "LineAwesome";
    margin-top: -2.5px;
    content: '\f110';
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    -moz-transition: -moz-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    color: #001020;
}

.dialog-content h4 {
    /* filter block title */
    position: relative;
    border-bottom: 1px solid #f1f0f6;
    margin-bottom: 20px;
    margin-top: -25px;
    padding: 15px 0px;
    color: #001020;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .dialog-content h4::after {
        display: inline-block;
        font: 14px "LineAwesome";
        margin-top: -2.5px;
        content: '\f110';
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        -webkit-transform: translateY(-50%) rotate(0deg) !important;
        -moz-transform: translateY(-50%) rotate(0deg) !important;
        -ms-transform: translateY(-50%) rotate(0deg) !important;
        -o-transform: translateY(-50%) rotate(0deg) !important;
        transform: translateY(-50%) rotate(0deg) !important;
        -webkit-transition: -webkit-transform 0.3s, color 0.3s;
        -moz-transition: -moz-transform 0.3s, color 0.3s;
        transition: transform 0.3s, color 0.3s;
        color: #001020;
    }

    .dialog-content h4.closed::after {
        -webkit-transform: translateY(-50%) rotate(-90deg) !important;
        -moz-transform: translateY(-50%) rotate(-90deg) !important;
        -ms-transform: translateY(-50%) rotate(-90deg) !important;
        -o-transform: translateY(-50%) rotate(-90deg) !important;
        transform: translateY(-50%) rotate(-90deg) !important;
    }

.pm-filter-block h4:hover::after {
    color: #c6c4cf;
}

.pm-filter-block h4.closed::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.no-touch .pm-filter-opslag h4:hover {
    color: #908D99;
}

.pm-filter-opslag h4::after {
    display: inline-block;
    font: 2em "LineAwesome";
    /* arrow */
    content: '\f168';
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.pm-filter-opslag h4.closed::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.pm-filter-block select, .pm-editering select {
    /* shared style for input elements */
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgba(20, 30, 50, 0.8);
    height: 30px !important;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    outline: 0 !important;
}

.pm-editering select {
    border: 1px solid rgba(20, 30, 50, 0.8);
}

.admin-select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
    box-shadow: none;
}

.pm-filter-block input[type='checkbox']
.pm-filter-block input[type='search'],
.pm-filter-block input[type='text'],
.pm-filter-block select, .pm-editering select {
    width: 100%;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.pm-filter-content .custom-btn {
    margin-left: 0px;
    margin-right: 4px;
    margin-top: -25px;
}

    .pm-filter-content .custom-btn:hover span {
        color: rgba(0, 0, 0, 0.5);
    }

    .pm-filter-content .custom-btn span {
        font-size: 13px;
    }

.pm-filter-block input[type='search'] {
    /* custom style for the search element */
    border: 1px solid rgba(20, 30, 50, 0.8);
    background-color: #ffffff;
    /* prevent jump - ios devices */
    font-size: 11px !important;
    padding: 0px 10px !important;
    color: #001020 !important;
    border-radius: 0px !important;
    height: 30px;
    outline: 0 !important;
}

    .pm-filter-block input[type='search']::-webkit-search-cancel-button {
        display: none;
    }


.pm-filter-block .pm-select, .pm-editering .pm-select, .form-control-select {
    /* select element wrapper */
    position: relative;
}

    .pm-filter-block .pm-select::after, .pm-editering .pm-select::after, .form-control-select::after {
        display: inline-block;
        font: 1em "LineAwesome";
        /* arrow */
        content: '\f110';
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }

.pm-filter-block select, .pm-editering select {
    cursor: pointer;
    font-size: 1em;
    line-height: 14px;
}

    .pm-filter-block select::-ms-expand {
        display: none;
    }

.pm-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

    .pm-filter-block .list li:last-of-type {
        margin-bottom: 0;
    }

/* hide original check and radio buttons */
/*
.pm-filter-block input[type=radio],
.pm-filter-block input[type=checkbox] {
    
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
  */
.pm-filter-block .checkbox-label,
.pm-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .pm-filter-block .checkbox-label::before, .pm-filter-block .checkbox-label::after,
    .pm-filter-block .radio-label::before,
    .pm-filter-block .radio-label::after {
        /* custom radio and check boxes */
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pm-filter-block .checkbox-label::before,
    .pm-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        left: 0;
    }

    .pm-filter-block .checkbox-label::after,
    .pm-filter-block .radio-label::after {
        /* check mark - hidden */
        display: none;
    }

    .pm-filter-block .checkbox-label::after {
        /* check mark style for check boxes */
        width: 16px;
        height: 16px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSI0LDcgNywxMCAxMiw1ICIvPg0KPC9zdmc+DQo=) no-repeat center center;
    }

    .pm-filter-block .radio-label::before,
    .pm-filter-block .radio-label::after {
        border-radius: 50%;
    }

    .pm-filter-block .radio-label::after {
        /* check mark style for radio buttons */
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        left: 5px;
    }

.pm-filter-block input[type=radio]:checked + label::before,
.pm-filter-block input[type=checkbox]:checked + label::before {
    border-color: #41307c;
    background-color: #41307c;
}

.pm-filter-block input[type=radio]:checked + label::after,
.pm-filter-block input[type=checkbox]:checked + label::after {
    display: block;
    outline: 0 !important;
}

.form-control {
    display: block;
    color: #001020;
    background-image: none;
    cursor: pointer;
    font-size: 1em;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgba(20, 30, 50, 0.8);
    padding: 6px 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

dropdown-with-custom-value.form-control {
    padding: 0;
    border: none !important;
}

.form-control:focus {
    border-color: #001020;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
}


.form-control-text {
    display: block;
    color: #001020;
    background-image: none;
    cursor: pointer;
    font-size: 1em;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 34px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgba(20, 30, 50, 0.8);
    padding: 6px 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.flatpickr-input {
    width: 100%;
    display: block;
    color: #001020;
    background-image: none;
    cursor: pointer;
    font-size: 1em;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 34px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgba(20, 30, 50, 0.8);
    padding: 6px 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.form-control-text:focus {
    border-color: #001020;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
}

select, multiselect {
    color: #001020 !important;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

datetime input {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #001020;
    text-align: left;
    background-color: #fff;
    border: 1px solid #001020;
    border-radius: 0px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #001020;
    text-align: center;
    background-color: #fff;
    border: 1px solid #001020;
    border-radius: 0px;
}

label input {
    margin-bottom: 0px;
    margin-top: 1px !important;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer;
    outline: 0 !important;
}

input[type='search']:focus,
input[type='text']:focus,
select:focus {
    outline: 0 !important;
    background-color: #ffffff;
}

button {
    border: none;
    border-radius: 0;
}

    button:active {
        outline: 0 !important;
    }

    button:focus {
        outline: 0 !important;
    }

input:focus, select:focus, select, multiselect .box, multiselect .default {
    outline: 0 !important;
}

multiselect.form-control {
    position: relative;
    cursor: pointer;
    font-size: 1em;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid rgba(20, 30, 50, 0.8);
    padding: 10px 10px;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

multiselect:hover.form-control {
    cursor: pointer;
    border: 1px solid rgba(20, 30, 50, 1);
}

multiselect .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

    multiselect .checkbox p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 91%;
        margin: 0;
        padding-right: 3px;
    }

multiselect .box {
    position: absolute;
    left: -0.6%;
    top: 30px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1000;
    height: 360px;
    border: 1px solid rgba(20, 30, 50, 0.8);
    width: 101%;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

multiselect label {
    cursor: pointer;
    font-weight: 400;
    padding: 4px 8px;
}

    multiselect label input {
        float: right;
    }

multiselect .default {
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.clearbtn {
    color: #001020;
    border: 0px solid #f1f0f6;
    background-color: transparent !important;
    padding: 0px;
    margin-top: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: -8px;
}

    .clearbtn svg {
        width: 15px;
    }

    .clearbtn:hover {
        color: #001020;
        background-color: #f1f0f6;
    }


/* -------------------------------- 

LOGIN

-------------------------------- */

.login-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #001020;
}

.login-box {
    margin-top: 200px;
    font-family: 'Montserrat', sans-serif !important;
}

    .login-box p.strong {
        display: none;
    }

.form-signin {
    max-width: 280px;
    padding: 15px 25px 35px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.form-signin-heading, .checkbox {
    margin-bottom: 20px;
}

.form-signin .checkbox {
    font-weight: normal;
    padding-left: 20px;
}

.form-signin .form-control {
    position: relative;
    font-size: 12px;
    height: auto;
    padding: 8px;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-radius: 0;
}

.form-signin button {
    width: 100%;
    background-color: #001020;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}


/* -------------------------------- 

Main & Header Components 

-------------------------------- */

header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 60px;
    padding-right: 0;
    z-index: 1;
}

.navbar-brand h1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #f1f0f6;
    line-height: 60px;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px;
    height: 60px;
}

    .navbar-brand h1 .active {
        color: #0f1926;
        cursor: default;
    }

h1 .pm-logo, h1 .ps-logo, h1 .up-logo, h1 .po-logo {
    color: #c6c4cf;
    text-decoration: none !important;
    cursor: pointer;
}

header .nav-link {
    display: inline-block;
    float: right;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 0 25px;
    line-height: 60px;
    height: 60px;
    color: #0f1926;
}

    header .nav-link:after {
        display: inline-block;
        font: 11px "LineAwesome";
        /* arrow */
        content: '\f110';
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 5px;
        padding-right: 15px;
        line-height: 58px;
    }

header .nav-item.open, .nav-item:hover {
    background: #f1f0f6;
}

header .nav-item {
    border-color: #edebf4;
    padding: 0 15px 0 0px;
    margin: 0;
    border-left: 1px solid #edebf4;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.dropdown-menu {
    border-radius: 0;
    position: absolute;
    top: 57px;
    /*right: 0 !important;*/
    border: none;
    padding: 0;
    width: 225px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

    .dropdown-menu a {
        font-size: 11px;
        padding: 0px 20px;
        border-top: 1px solid #f1f0f6;
        display: block;
    }

        .dropdown-menu a span {
            font-size: 12px !important;
        }

header .nav-link i {
    display: none;
}

@media only screen and (max-width: 600px) {
    .navbar-brand h1 {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        color: #f1f0f6;
        line-height: 60px;
        margin: 0;
        font-weight: 700;
        padding: 0px 15px;
        height: 60px;
        display: inline-block;
    }

    header .nav-link {
        display: inline-block;
        float: right;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        padding: 0px 15px;
        line-height: 60px;
        height: 60px;
        color: #0f1926;
        padding-top: 2px;
    }

        header .nav-link i {
            display: inline-block;
            font-size: 20px;
            padding: 0px;
            line-height: 60px;
            margin-right: -12px;
        }

    header .nav-link {
        margin-top: -2px;
    }

        header .nav-link span {
            display: none;
        }

        header .nav-link:after {
            display: none;
        }
}

.main-content {
    position: relative;
    padding-top: 110px;
    min-height: 100vh;
    z-index: 0;
}

    .main-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .main-content.is-fixed .pm-tab-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .main-content.is-fixed .pm-gallery {
        padding-top: 60px;
    }

.right-is-open {
    max-width: 19%;
}

.main-content.is-fixed .left-nav .pm-form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .main-content.is-fixed .pm-gallery {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1170px) {
    .main-content.is-fixed .pm-gallery {
        padding-top: 70px;
    }
}


/* -------------------------------- 

Validation liste

-------------------------------- */

.validation {
    margin: -15px 40px 25px 40px;
    background-color: #fff;
    height: auto;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    border-top: 10px solid #001020;
}

    .validation .row {
        margin: 30px 0px 30px 0px;
        padding: 0px;
        border: 1px solid #001020;
    }

    .validation datalist {
        color: #001020;
        cursor: pointer;
        font-size: 1em;
        line-height: 14px;
        font-family: "Open Sans", sans-serif;
        border-radius: 0;
        background-color: #ffffff;
        border: 1px solid rgba(20, 30, 50, 0.8) !important;
        padding: 6px 10px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .validation .val-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 30px;
    }

.val-header h1 {
    margin: 0 0 20px 0;
    color: #001020;
    font-size: 14px;
}

.validation .val-header .pm-select {
    width: calc(20% - 6px);
    margin: 0;
    height: auto;
    float: left;
    margin-right: 5px;
}

    .validation .val-header .pm-select select {
        height: 40px !important;
        margin-bottom: 0px;
        outline: 0 !important;
    }

.validation .val-header .pm-filter-block {
    margin-bottom: 1em;
    width: 100%;
}

.validation .val-header multiselect.form-control {
    font-size: 1em;
    line-height: 20px;
    height: 40px !important;
    padding: 9px 11px;
    margin-bottom: 0px;
}

.validation .val-header multiselect .default {
    cursor: pointer;
    height: 30px;
    padding-bottom: 5px;
    overflow: hidden;
}

.validation .val-header multiselect .box {
    left: -1px;
    top: 38px;
    width: calc(100% + 2px);
}

.validation .val-header .checkform {
    clear: both;
    margin-bottom: -15px;
    padding-top: 10px;
    padding-left: 20px;
}

    .validation .val-header .checkform label {
        cursor: pointer;
    }

.validation .val-result {
    padding: 30px;
}

.val-result .col-md-12 {
    overflow-y: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.val-result ul {
    list-style: none;
    padding: 20px 30px;
    font-size: 12px;
    border-bottom: 1px solid #001020;
}

    .val-result ul li {
        display: inline-block;
        padding-right: 20px;
    }

        .val-result ul li span {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.7);
        }

.val-result h3 {
    color: #001020;
    font-size: 12px;
    margin: 0px 0px -10px 0px;
}

.val-result .error-header {
    background-color: #eee;
    margin-top: -10px;
    padding: 15px 30px;
}

    .val-result .error-header h3 {
        color: #999;
        font-size: 11px;
        margin: 0;
    }

.val-result .table {
    margin: 0 20px;
    width: calc(100% - 40px);
}

    .val-result .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 1px solid #eee;
        font-weight: 700;
        font-size: 10px;
        color: rgba(0, 0, 0, 1);
    }

.val-result tbody td {
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
    max-width: 250px;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #eee;
}

    .val-result tbody td:first-child, .val-result tbody th:first-child {
        width: 70px;
        max-width: 70px;
        max-width: 70px;
    }

    .val-result tbody td:nth-child(2), .val-result tbody th:nth-child(2) {
        width: 100px;
        max-width: 100px;
    }

    .val-result tbody td:nth-child(3), .val-result tbody th:nth-child(3) {
        width: 65px;
        max-width: 65px;
    }

    .val-result tbody td:nth-child(4), .val-result tbody th:nth-child(4) {
        width: 65px;
        max-width: 65px;
    }

    .val-result tbody td:nth-child(5), .val-result tbody th:nth-child(5) {
        width: 75px;
        max-width: 75px;
    }

    .val-result tbody td:nth-child(6), .val-result tbody th:nth-child(6) {
        width: 75px;
        max-width: 75px;
    }

    .val-result tbody td:nth-child(7), .val-result tbody th:nth-child(7) {
        width: 75px;
        max-width: 75px;
    }

    .val-result tbody td:nth-child(8), .val-result tbody th:nth-child(8) {
        width: 180px;
        max-width: 180px;
    }

    .val-result tbody td:nth-child(9), .val-result tbody th:nth-child(9) {
        width: 250px;
        max-width: 250px;
    }

    .val-result tbody td:nth-child(10), .val-result tbody th:nth-child(10) {
        width: 130px;
        max-width: 130px;
    }

/* -------------------------------- 

Oversigt

-------------------------------- */

.oversigt-wrapper {
    position: fixed;
    top: 60px;
    background-color: #0f1926;
    z-index: 1;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    user-select: none;
}

.oversigt {
    width: 100%;
    float: right !important;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

    .oversigt.left-nav-is-visible {
        /* reduce width when filter is visible */
        width: calc(100% - 280px);
    }

    .oversigt.is-visible.left-nav-is-visible {
        width: calc(100% - 280px);
        float: left;
        position: absolute;
        left: 280px;
    }

    .oversigt.is-visible {
        width: calc(100% - 280px);
        float: left;
        position: absolute;
    }

    .oversigt.left-nav-is-visible .breadcrumbz {
        /* reduce width when filter is visible */
        width: calc(100% - 280px);
        margin-left: -20px;
    }

    .oversigt.is-visible.left-nav-is-visible .breadcrumbz {
        /* reduce width when filter is visible */
        width: calc(100% - 560px);
        margin-left: -20px;
    }

    .oversigt ul li {
        display: inline-block;
        padding-left: 10px;
        font-size: 12px;
        line-height: 50px;
    }

.breadcrumbz {
    float: left;
    margin-left: 170px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

    .breadcrumbz li {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
    }

.oversigt.is-visible .pm-tabz {
    float: right;
    margin-right: 30px;
}

.pm-tabz {
    float: right;
    margin-right: 300px;
}

    .pm-tabz li {
        cursor: pointer;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

        .pm-tabz li:hover, .selected {
            color: rgba(255, 255, 255, 1);
        }

@media only screen and (max-width: 768px) {
    .breadcrumbz {
        display: none !important;
    }
}


/* -------------------------------- 

Mainbar i top af grid/liste visning

-------------------------------- */

.mainbar {
    width: 100%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    margin-bottom: -20px;
}

    .mainbar h1 {
        font-size: 11px;
        margin: 15px 30px;
    }

    .mainbar.left-nav-is-visible {
        /* reduce width when filter is visible */
        width: 85%;
    }

.pm-editering.left-nav-is-visible .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -60px;
    margin-bottom: 50px;
    z-index: 999;
    position: fixed;
    margin-left: 0px;
}

.pm-editering .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -60px;
    margin-bottom: 50px;
    z-index: 999;
    position: fixed;
    margin-left: 110px;
}

.pm-gallery.left-nav-is-visible .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -60px;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    margin-left: 15px;
}

.pm-gallery .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -60px;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    margin-left: 110px;
}

.pm-listevisning.left-nav-is-visible .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -45px;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    margin-left: 0px;
}

.pm-listevisning .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -45px;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    margin-left: 90px;
}

.cs-listevisning.left-nav-is-visible .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -60px;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    margin-left: 0px;
}

.cs-listevisning .site-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    margin-top: -60px;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    margin-left: 90px;
}


/* -------------------------------- 

pm gallery 

-------------------------------- */

.pm-gallery section {
    clear: both;
    margin-top: -30px;
    margin-bottom: 0px;
}

    .pm-gallery section h3 {
        font-size: 12px;
        margin: 15px;
        margin-top: 15px;
        padding-top: 15px;
    }

.pm-gallery .offerbox {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    max-height: 300px;
    min-height: 200px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 2em;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.offerbox .h1 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 20%;
    font-size: 14px;
    line-height: 18px;
    color: #001020;
    font-weight: 700;
    text-transform: none;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.offerbox .h2 {
    position: absolute;
    left: 7.5%;
    top: 5%;
    font-size: 12px;
    line-height: 14px;
    color: #001020;
    font-weight: 700;
    width: 85%;
    height: 33%;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.offerbox .h3 {
    position: absolute;
    left: 7.5%;
    top: 55%;
    font-size: 11px;
    color: #001020;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    width: 85%;
    height: 33%;
}

    .offerbox .h3 p {
        line-height: 13px;
        margin: 0;
        padding: 0;
    }

.pm-gallery .prio-1 {
    border-top: 2mm solid #8eb4e0;
}

.pm-gallery .prio-3 {
    border-top: 2mm solid #f6974f;
}

@media only screen and (max-width: 600px) {
    .pm-gallery {
        width: 100%;
        padding: 5% 10%;
        float: none;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
}

@media only screen and (min-width: 601px) {
    .pm-gallery {
        width: 100%;
        padding: 20px;
    }
}

@media only screen and (min-width: 1170px) {
    .pm-gallery {
        width: 100%;
        padding: 30px 15px;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .pm-gallery.left-nav-is-visible {
            /* reduce width when filter is visible */
            width: calc(100% - 280px);
        }

        .pm-gallery.is-visible.left-nav-is-visible {
            width: calc(100% - 560px);
            float: left;
            position: absolute;
            left: 280px;
        }

        .pm-gallery.is-visible {
            width: calc(100% - 280px);
            float: left;
            position: absolute;
        }
}


/* -------------------------------- 

Responsive gallery blokke

-------------------------------- */

@media (max-width: 400px) {
    .pm-gallery .col-md-3 {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .pm-gallery .col-md-3 {
        width: 33.33%;
    }
}

@media (max-width: 1800px) {
    .pm-gallery.is-visible.left-nav-is-visible .col-md-3 {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .pm-gallery .col-md-3 {
        width: 25%;
    }
}


/* -------------------------------- 

PM-Listevisning

-------------------------------- */

.pm-listevisning .table-responsive {
    min-height: 25px;
    overflow: hidden !important;
}

.pm-listevisning section {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pm-listevisning {
    padding: 30px;
    margin-top: -15px;
    width: 100%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

    .pm-listevisning h3 {
        font-size: 12px;
        color: #001020;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: left;
    }

    .pm-listevisning.left-nav-is-visible {
        /* reduce width when filter is visible */
        width: calc(100% - 280px);
    }

    .pm-listevisning.is-visible.left-nav-is-visible {
        width: calc(100% - 560px);
        float: left;
        position: absolute;
        left: 280px;
    }

    .pm-listevisning.is-visible {
        width: calc(100% - 280px);
        float: left;
        position: absolute;
    }

    .pm-listevisning table {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #d4d3d8;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 25px;
        min-width: 1000px;
    }

    /*.pm-listevisning .topoffer tr {
    display: none;
}

.pm-listevisning .topoffer tr:first-child {
    display: block;
}*/

    .pm-listevisning tbody:first-child td {
        font-weight: 700;
        font-size: 12px;
        border-bottom: 1px solid #001020;
    }

    .pm-listevisning table.p3 tbody {
        border-left: 2mm solid #f89646;
    }

    .pm-listevisning table.p1 tbody {
        border-left: 2mm solid #8db4e1;
    }

    .pm-listevisning table thead:first-child {
        background: #001020;
        border: 0px solid #fff;
        color: #fff;
        border-left: 2mm solid #001020;
    }

        .pm-listevisning table thead:first-child th {
            padding: 10px 12px;
        }

    .pm-listevisning table thead {
        background: #d4d3d8;
        border: 0px solid #fff;
        color: #001020;
        border-left: 2mm solid #d4d3d8;
    }

    .pm-listevisning th {
        vertical-align: middle;
        border-bottom: 1px solid #001020;
        font-weight: 700;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 34px;
    }

    .pm-listevisning td:first-child {
        padding-left: 20px;
        max-width: 100px;
    }

    .pm-listevisning th:first-child, .pm-listevisning table thead:first-child th:first-child {
        padding-left: 20px;
    }

    .pm-listevisning td {
        text-align: left;
        vertical-align: middle;
        font-weight: 400;
        font-size: 11px;
        height: 30px;
        border-left: 0px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


/* -------------------------------- 

Customer-shoot-Listevisning

-------------------------------- */

.cs-listevisning section {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cs-listevisning .table-responsive {
    min-height: 25px;
    overflow: hidden !important;
    margin-bottom: 0px;
}

.cs-listevisning {
    padding: 30px;
    width: 100%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

    .cs-listevisning label input {
        margin-bottom: 0px;
        width: 15px;
        margin-left: -20px;
        top: -2px;
        position: absolute;
    }

    .cs-listevisning .checkbox {
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
        top: 0px;
        position: absolute;
        right: 30px;
        text-align: right;
    }

    .cs-listevisning .t-right {
        margin-top: 0px;
    }

    .cs-listevisning button {
        color: #001020;
        cursor: pointer;
        border: 1px solid rgba(20, 30, 50, 0.8);
        background-color: #fff;
        padding: 8px 20px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        float: right;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 120px;
    }

        .cs-listevisning button:hover {
            border: 1px solid rgba(20, 30, 50, 0.4);
            color: #001020;
        }

    .cs-listevisning .cs-main {
        height: calc(100vh - 240px);
        width: calc(100% + 30px);
        overflow: scroll;
        overflow-x: hidden;
        box-sizing: border-box;
        padding: 0px 0px;
        padding-right: 0px;
        clear: both;
        margin-bottom: 15px;
        padding-top: 5px;
    }

    .cs-listevisning .cs-content {
        width: 100%;
        overflow: visible;
        box-sizing: border-box;
        padding-right: 30px;
    }

    .cs-listevisning .table-responsive:first-child h3 {
        font-size: 12px;
        color: #001020;
        margin-bottom: 0px;
        text-align: left;
    }

    .cs-listevisning h3 {
        font-size: 12px;
        color: #001020;
        margin-bottom: 0px;
        margin-top: 15px;
        text-align: left;
    }

    .cs-listevisning.left-nav-is-visible {
        /* reduce width when filter is visible */
        width: calc(100% - 280px);
    }

    .cs-listevisning.is-visible.left-nav-is-visible {
        width: calc(100% - 560px);
        float: left;
        position: absolute;
        left: 280px;
    }

    .cs-listevisning.is-visible {
        width: calc(100% - 280px);
        float: left;
        position: absolute;
    }

    .cs-listevisning table {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #d4d3d8;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        min-width: 1000px;
        margin-bottom: 0px;
    }

        .cs-listevisning table.p3 {
            border-left: 2mm solid #f89646;
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .cs-listevisning table.p1 {
            border-left: 2mm solid #8db4e1;
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .cs-listevisning table thead {
            background: #fff;
            border: 0px solid #fff;
            color: #001020;
        }

    .cs-listevisning th {
        vertical-align: middle;
        border-bottom: 1px solid #001020;
        font-weight: 700;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 34px;
    }

    .cs-listevisning td:first-child {
        padding-left: 20px;
    }

    .cs-listevisning th:first-child, .cs-listevisning table thead:first-child th:first-child {
        padding-left: 20px;
    }

    .cs-listevisning td {
        text-align: left;
        vertical-align: middle;
        font-weight: 400;
        font-size: 11px;
        height: 30px;
        border-left: 0px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


/* -------------------------------- 

PS TABLE

-------------------------------- */

.ps-listevisning-highlight {
    background-color: rgba(255, 180, 0, 0.55);
}

.highlighted {
    background-color: rgba(255, 180, 0, 0.55) !important;
}

.dimmed {
    color: rgba(128, 128, 128, 0.55);
}

input[type=checkbox]:checked + label {
    background-color: rgba(255, 180, 0, 0.55);
}

input[type=checkbox]:checked + label {
    color: #f00;
    font-style: normal;
}

.ps-listevisning {
    clear: right; /* clear floating refresh button */
    padding: 30px 15px;
    width: 100%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

    .ps-listevisning table.p3 tbody {
        border-left: 2mm solid #f89646;
    }

    .ps-listevisning table.p1 tbody {
        border-left: 2mm solid #8db4e1;
    }

    .ps-listevisning table.pnull tbody {
        border-left: 2mm solid #999;
    }

.refresh {
    background-color: transparent;
    margin-top: -5px;
    margin-bottom: 8px;
    line-height: 30px;
}

.ps-listevisning.left-nav-is-visible {
    /* reduce width when filter is visible */
    width: calc(100% - 280px);
}

.ps-listevisning.is-visible.left-nav-is-visible {
    width: calc(100% - 560px);
    float: left;
    position: absolute;
    left: 280px;
}

.ps-listevisning.is-visible {
    width: calc(100% - 280px);
    float: left;
    position: absolute;
}

.ps-listevisning table {
    width: 100%;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px !important;
    min-width: 1445px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.ps-listevisning td {
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 11px;
    height: 30px;
    border-left: 0px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ps-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #f1f0f6;
    height: 100px;
    min-width: 1485px;
}

    .ps-bar table {
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
    }

.ps-listevisning .ps-bar table {
    box-shadow: none;
    background: none;
}

.ps-listevisning .ps-bar tr:first-child td {
    padding: 0;
    vertical-align: top;
}

.ps-bar table tr:nth-child(2) {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: #0f1926;
    border-bottom: 0 solid #0f1926;
    color: #fff;
}

.ps-bar td {
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    border-bottom: 1px solid #001020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .ps-bar td i {
        font-size: 21px;
        line-height: 34px;
    }

.ps-table {
    height: calc(100vh - 180px);
    overflow-x: auto;
}

.ps-listevisning .shoot-list td {
    font-weight: 700;
    font-size: 12px;
    height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.ps-listevisning td:first-child {
    font-weight: 900;
    padding-left: 20px;
}

.ps-listevisning th:first-child {
    font-weight: 900;
    padding-left: 20px;
}

.preview-wrap {
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}

    .preview-wrap span {
        font-size: 16px;
        line-height: 20px;
        width: 25px;
        cursor: pointer;
    }

.preview img {
    display: none;
    position: fixed;
    right: 50%;
    margin-top: -380px;
    margin-right: -440px;
    top: 50%;
    z-index: +100;
    max-width: 820px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}

span:hover + .preview img {
    display: block;
    background-color: #fff;
    padding: 100px;
}

/*Created*/

.ps-listevisning i {
    font-size: 21px;
    line-height: 0px;
    vertical-align: middle;
}

.ps-listevisning svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}

/*Created*/
.status-1 {
    fill: #fff555;
}

/*Ordered*/
.status-2 {
    fill: #ffc600;
}

/*Samples ready*/
.status-3 {
    fill: #ff8400;
}

/*Uploaded*/
.status-4 {
    fill: #00deff;
}

/*Received*/
.status-5 {
    fill: #00deff;
}

/*Ready for use*/
.status-6 {
    fill: #52cf35;
}

/*Cancelled*/
.status-7 {
    fill: #aaa;
}

/*Uploaded*/
.status-8 {
    fill: #00deff;
}

/*Missing status registration*/
.samplestatus-0 {
    fill: red;
}

/*Sample missing*/
.samplestatus-1 {
    fill: red;
}

/*Sample to be sent*/
.samplestatus-2 {
    fill: red;
}

/*Sample sent from Vendor*/
.samplestatus-3 {
    fill: #ffc600;
}

/*Sample sent from DS*/
.samplestatus-4 {
    fill: #ffc600;
}

/*Sample at photographer*/
.samplestatus-5 {
    fill: #ffc600;
}

/*Sample received*/
.samplestatus-6 {
    fill: #52cf35;
}

/*Cancelled*/
.samplestatus-7 {
    fill: #aaa;
}


/* -------------------------------- 

PM-editering

-------------------------------- */

.pm-editering {
    padding: 30px;
    width: 100%;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .pm-editering .col-md-10 {
        width: calc(83.33333333% - 30px);
    }
}

.pm-editering.left-nav-is-visible {
    /* reduce width when filter is visible */
    width: calc(100% - 280px);
}

.pm-editering.is-visible.left-nav-is-visible {
    width: calc(100% - 560px);
    float: left;
    position: absolute;
    left: 280px;
}

.pm-editering.is-visible {
    width: calc(100% - 280px);
    float: left;
    position: absolute;
}

.pm-editering .offer-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.pm-editering .offer-main {
    font-family: 'montserrat', sans-serif;
}

    .pm-editering .offer-main .lev0 .headline {
        padding: 10px;
    }

    .pm-editering .offer-main .lev0.prio-1 .headline {
        background-color: rgba(135, 175, 225, 0.9);
    }

    .pm-editering .offer-main .lev0.prio-3 .headline {
        background-color: rgba(246, 157, 79, 0.9);
    }

    .pm-editering .offer-main .lev0 .headline strong {
        display: inline-block;
        font-weight: 700;
    }

    .pm-editering .offer-main .lev0 .headline button {
        /*display: inline-block;
float: right; 
margin-top: -5px;
*/
        background-color: transparent;
        font-size: 18px;
        font-weight: 700;
    }

    .pm-editering .offer-main .lev0 .headline .headlineFlex button {
        background-color: transparent;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        margin-top: 0px;
    }

    .pm-editering .offer-main .lev0 .headline button span {
        color: #001020;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .pm-editering .offer-main .lev0 .headline button:hover span {
        color: #fff;
    }

    .pm-editering .offer-main .lev1 .headline {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .pm-editering .offer-main .lev0.prio-1 .lev1 .headline {
        background-color: rgba(135, 175, 225, 0.6);
    }

    .pm-editering .offer-main .lev0.prio-3 .lev1 .headline {
        background-color: rgba(246, 157, 79, 0.6);
    }

    .pm-editering .offer-main .lev1 .headline strong {
        display: inline-block;
        font-weight: 700;
    }

    .pm-editering .offer-main .lev1 .headline button {
        display: inline-block;
        float: right;
        background-color: transparent;
        font-size: 16px;
        margin-top: -5px;
    }

        .pm-editering .offer-main .lev1 .headline button span {
            color: #001020;
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            transition: color 0.3s;
        }

        .pm-editering .offer-main .lev1 .headline button:hover span {
            color: #fff;
        }

    .pm-editering .offer-main .lev1 .content {
        padding: 17px 20px;
    }

        .pm-editering .offer-main .lev1 .content .row .col-md-10 {
            margin-left: -5px;
        }

        .pm-editering .offer-main .lev1 .content .row {
            padding-bottom: 10px;
        }

            .pm-editering .offer-main .lev1 .content .row:last-child {
                padding-bottom: 0px;
            }

            .pm-editering .offer-main .lev1 .content .row .col-md-2, .img-requests .col-md-2.leftinfo {
                font-weight: 700;
                width: 10%;
                min-width: 135px;
                max-width: 135px;
            }

.pm-editering hr {
    margin-bottom: 17px;
    margin-top: 15px;
    border-color: rgba(0, 0, 0, 0.1)
}

.pm-editering .adm-modal select {
    max-width: 170px;
    background-color: #fff;
}

.img-requests table {
    width: 100%;
}

.img-requests thead {
    background-color: rgba(135, 175, 225, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.pm-editering .offer-main .lev0.prio-1 .img-requests thead {
    background-color: rgba(135, 175, 225, 0.3);
}

.pm-editering .offer-main .lev0.prio-3 .img-requests thead {
    background-color: rgba(246, 157, 79, 0.3);
}


.img-requests thead th {
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 15px;
}

    .img-requests thead th:first-child {
        min-width: 135px;
        max-width: 135px;
        width: 135px;
        padding-left: 20px;
    }

    .img-requests thead th:nth-child(3) {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }

.img-requests .col-md-12 tbody td {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

    .img-requests .col-md-12 tbody td:first-child {
        min-width: 135px;
        max-width: 135px;
        padding-left: 20px;
    }

.img-requests .col-md-12 button {
    background-color: transparent;
    font-size: 16px;
    padding-right: 15px;
    text-align: right;
    float: right;
}

    .img-requests .col-md-12 button span {
        color: #001020;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .img-requests .col-md-12 button:hover span {
        color: #fff;
    }

.img-requests .col-md-5 table td {
    padding-left: 15px;
    padding-bottom: 10px;
}

.img-requests .leftinfo table td {
    padding-left: 20px;
    padding-bottom: 10px;
}

.edit-wrapper {
    margin-left: -20px;
    margin-right: 0px;
}

    .edit-wrapper .img-wrapper {
        display: inline-block;
        padding-left: 0;
        margin-left: 0;
        text-align: left;
        float: left;
        vertical-align: bottom;
        width: 124px;
        margin-right: 15px;
        padding-bottom: 17px;
    }

        .edit-wrapper .img-wrapper img {
            border: 2px solid #0f1926;
            padding: 0;
            background-color: #fff;
        }

img.img-wrapper-bilka {
    border: 2px solid #0082ff !important;
}

img.img-wrapper-fotex {
    border: 2px solid #2aff00 !important;
}

img.img-wrapper-bilkadk {
    border: 2px solid #ff9c00 !important;
}

img.img-wrapper-fotexdk {
    border: 2px solid #2aff00 !important;
}

img.img-wrapper-dam {
    border: 2px solid #be00ff !important;
}

img.img-wrapper-br {
    border: 2px solid #e3010f !important;
}

img.img-wrapper-stamp {
    border: 0px solid #000000 !important;
}


.edit-wrapper .button-wrapper {
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    vertical-align: bottom;
    width: 124px;
    height: auto;
    position: absolute;
    bottom: 10px;
    color: #000;
}

    .edit-wrapper .button-wrapper button {
        border: 1px solid rgba(20, 30, 50, 0.8);
        background-color: #fff;
        padding: 7px 6px;
        margin-bottom: 5px;
        font-size: 10px;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 0px;
    }

        .edit-wrapper .button-wrapper button:hover {
            border: 1px solid rgba(20, 30, 50, 0.4);
        }

.pm-select:hover select {
    border: 1px solid rgba(20, 30, 50, 0.8);
}

.edit-wrapper .buttons {
    position: absolute;
    left: -14px;
    bottom: 12px;
}

    .edit-wrapper .buttons button {
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        color: #001020;
    }


/* -------------------------------- 

Offer Preview

-------------------------------- */

.right-nav h3 {
    font-size: 12px;
    margin: 15px 25px;
}

.right-nav .lev0 {
    margin: 15px 25px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    .right-nav .lev0:last-child {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .right-nav .lev0.prio-1 {
        border: 1px solid rgba(20, 30, 50, 0.8);
        padding-bottom: 15px;
    }

    .right-nav .lev0.prio-3 {
        border: 1px solid rgba(20, 30, 50, 0.8);
        padding-bottom: 15px;
    }

    .right-nav .lev0 .headline {
        padding: 10px;
        margin: 10px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
    }

    .right-nav .lev0.prio-1 .headline {
        background-color: rgba(135, 175, 225, 0.9);
    }

    .right-nav .lev0.prio-3 .headline {
        background-color: rgba(246, 157, 79, 0.9);
    }

.right-nav .lev1 {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

    .right-nav .lev1 .headline {
        padding: 6px 10px;
        margin: 10px;
        font-size: 10px;
        font-weight: 700;
        margin-top: 10px;
    }

.right-nav .lev0.prio-1 .lev1 .headline {
    background-color: rgba(135, 175, 225, 0.6);
}

.right-nav .lev0.prio-3 .lev1 .headline {
    background-color: rgba(246, 157, 79, 0.6);
}

.right-nav .lev0.prio-1 .img-requests .headline {
    background-color: rgba(135, 175, 225, 0.6);
}

.right-nav .lev0.prio-3 .img-requests .headline {
    background-color: rgba(246, 157, 79, 0.6);
}

.right-nav .img-wrapper {
    padding: 5px 10px;
    margin-bottom: -10px;
}

.right-nav .img-headline {
    padding: 6px 10px;
    margin: 10px;
    font-size: 10px;
    margin-top: 10px;
}

.right-nav .lev0.prio-1 .img-headline {
    background-color: rgba(135, 175, 225, 0.3);
}

.right-nav .lev0.prio-3 .img-headline {
    background-color: rgba(246, 157, 79, 0.3);
}

.right-nav .img-wrapper img {
    border: 1px solid #eee;
    margin: 0px 10px;
    margin-bottom: 10px;
    min-width: 50px;
    min-height: 50px;
    width: 100px;
    height: 110px;
    padding: 0px 0;
}

.right-nav .img-wrapper-small img {
    border: 1px solid #eee;
    margin: 0px 10px;
    margin-bottom: 10px;
    min-width: 50px;
    min-height: 50px;
    width: 70px;
    height: 77px;
    padding: 0px 0;
}

.right-nav .content {
    padding: 0px 20px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.right-nav .OfferHeadline {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}

.right-nav .BodyText {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: -5px;
    margin-top: -4px;
}

.right-nav .ProfileText {
    font-size: 11px;
    font-weight: normal;
    padding-top: 5px;
}

.right-nav .NormalPrice,
.right-nav .AlternativePriceMessage {
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 5px;
}

.right-nav .UnitPrice,
.right-nav .NonMembershipUnitPrice {
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: -3px;
}

.right-nav .NonMembershipUnitPrice {
    padding-top: 5px;
    margin-top: 0px;
}

.right-nav .SalesPriceText {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: -12px;
    margin-top: 6px;
}

.right-nav .SalesPrice {
    font-size: 36px;
    font-weight: 900 !important;
    letter-spacing: -1px;
    padding-bottom: 5px;
    margin-bottom: -12px;
}

.right-nav .SavePrice {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}

.right-nav .PriceMessage {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: -12px;
}

.right-nav .Streamer,
.right-nav .USP,
.right-nav .USP2,
.right-nav .SkarpPris,
.right-nav .SalesCondition,
.right-nav .BuyAndGetText,
.right-nav .DiscOnCheapestText1,
.right-nav .DiscOnCheapestText2,
.right-nav .DiscOnCheapestText3,
.right-nav .SpendSaveText,
.right-nav .MarketPriceText,
.right-nav .MembershipOffer,
.right-nav .MembershipNormalPrice,
.right-nav .NonMembership,
.right-nav .PriceMessageDate,
.right-nav .Logo,
.right-nav .Icon {
    font-size: 11px;
    padding-top: 5px;
}

.right-nav .Logos {
    font-size: 12px;
    padding-top: 5px;
}

.right-nav .Icons {
    font-size: 12px;
    padding-top: 5px;
}

.right-nav .Colourcode {
    font-size: 12px;
    padding-top: 5px;
    color: #FF00FF;
}


/* -------------------------------- 
    
    MODAL STYLES 

-------------------------------- */
/*modal {*/
/* modals are hidden by default */
/*display: none;
}*/

.adm-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 30px;
    background: #eee;
    margin: 5% auto;
    max-width: 1200px;
    width: 90%;
    height: 600px;
}

.adm-scroll {
    height: 390px;
    overflow: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}

.adm-content {
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

.adm-modal-body .topbanner h2 {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.adm-modal-body {
    background-color: transparent;
    outline: 0;
}

.adm-modal-background {
    /* modal background fixed across whole screen */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* semi-transparent black  */
    background-color: black;
    opacity: 0.8;
    /* z-index must be below .modal and above everything else  */
    z-index: 900;
}

.adm-modal-body .page {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 12px !important;
}

.adm-modal-body button {
    border: 1px solid rgba(20, 30, 50, 0.8);
    background-color: #fff !important;
    font-size: 12px !important;
    cursor: pointer;
}

    .adm-modal-body button:hover {
        border: 1px solid rgba(20, 30, 50, 0.4);
    }

button.pm-icon {
    border: 0px solid rgba(20, 30, 50, 0.8);
    background-color: transparent !important;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 20px;
    height: 35px;
    width: 35px;
}

    button.pm-icon:hover {
        border: 0px solid rgba(20, 30, 50, 0.8);
    }

.adm-modal-body .pm-select select {
    border: 1px solid rgba(20, 30, 50, 0.8);
    background: #fff;
    font-weight: bold;
    font-size: 12px;
}

.adm-modal-body table {
    border-left: 2mm solid #999;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
}

    .adm-modal-body table td {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

body.modal-open {
    /* body overflow is hidden to hide main scrollbar when modal window is open */
    overflow: hidden;
}


history button {
    font-weight: 700;
    width: 150px !important;
    text-align: center;
    float: right;
}

.pm-editering .offer-main .lev0.prio-3 .img-requests history .adm-modal table {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.pm-editering .offer-main .lev0.prio-1 .img-requests history .adm-modal table {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.pm-editering .offer-main .lev0.prio-3 .img-requests .adm-modal table {
    border-left: 2mm solid rgba(246, 157, 79, 1);
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.pm-editering .offer-main .lev0.prio-1 .img-requests .adm-modal table {
    border-left: 2mm solid rgba(135, 175, 225, 1);
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.adm-modal thead {
    background-color: #fff !important;
    border-bottom: 1px solid #001020;
    font-size: 12px;
}

    .adm-modal thead th {
        height: 36px !important;
        border-bottom: 1px solid #001020;
    }

.adm-modal tbody td {
    height: 36px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    text-align: left;
}

    .adm-modal tbody td:first-child {
        padding-left: 20px !important;
    }

    .adm-modal tbody td:nth-child(3) {
        max-width: 60px !important;
    }


/* -------------------------------- 

Left navigation

-------------------------------- */

.left-nav {
    position: fixed;
    padding-bottom: 5%; /* Fixes bottom of tree not being scrollable in IE and Edge */
    top: 60px;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .left-nav::before {
        /* top colored bar */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #142233;
        z-index: 2;
    }

.pm-form {
    padding: 25px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.left-nav .pm-form {
    margin-top: 30px;
}

.left-nav .left-nav-luk {
    position: absolute;
    top: 0px;
    right: 0;
    height: 50px;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    text-align: right;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}

    .left-nav .left-nav-luk span {
        line-height: 50px;
        font-size: 20px !important;
        margin-right: 15px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .left-nav .left-nav-luk:hover span {
        line-height: 50px;
        font-size: 20px !important;
        margin-right: 20px;
    }

.no-touch .left-nav .left-nav-luk:hover {
    color: #fff;
    background: #142233;
}

.left-nav.left-nav-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

    .left-nav.left-nav-is-visible .left-nav {
        opacity: 1;
    }

@media only screen and (min-width: 960px) {
    .left-nav {
        width: 280px;
    }

    ps-filter.left-nav {
        width: 280px;
    }

    .pm-form {
        padding: 25px;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        padding-bottom: 120px;
    }
}

.left-nav-trigger {
    position: fixed;
    top: 60px;
    left: 0px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    /* image replacement */
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
}

    .left-nav-trigger:hover i {
        color: rgba(255, 255, 255, 1);
    }

    .left-nav-trigger:hover span {
        color: rgba(255, 255, 255, 1);
        margin-left: 5px;
    }

.no-touch .left-nav-trigger:hover {
    color: rgba(255, 255, 255, 1);
}

.left-nav-trigger.left-nav-is-visible i {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.left-nav-trigger i {
    font-size: 22px;
    line-height: 50px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    -moz-transition: -moz-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
}

.left-nav-trigger.left-nav-is-visible span {
    color: rgba(255, 255, 255, 1);
    margin-left: 5px;
}

.left-nav-trigger span {
    line-height: 50px !important;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 2px;
    color: rgba(255, 255, 255, 1);
}

.left-nav-trigger.left-nav-is-visible {
    pointer-events: none;
}

/* -------------------------------- 
    
    Details panel

-------------------------------- */

.details-panel {
    position: fixed;
    padding-bottom: 5%;
    top: 60px;
    right: 0;
    height: 100vh;
    background: #ffffff;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .details-panel::before {
        /* top colored bar */
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 100%;
        background-color: #142233;
        z-index: 2;
    }

    .details-panel .details-form {
        margin-top: 50px;
        height: Calc(100vh - 100px);
    }

.details-form .details-container {
    overflow-y: auto;
    height: calc(100vh - 115px);
    padding: 10px 25px;
}

.details-form .workflow-logs-container {
    overflow-y: auto;
    height: calc(100vh - 115px);
    padding: 10px 25px;
}

.details-panel-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    text-align: left;
}

@media only screen and (min-width: 960px) {
    .details-panel {
        width: 280px;
    }
}


.details-panel-trigger {
    position: fixed;
    right: 0px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    /* image replacement */
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
}

    .details-panel-trigger:hover i {
        color: rgba(255, 255, 255, 1);
    }

    .details-panel-trigger:hover span {
        color: rgba(255, 255, 255, 1);
        margin-left: 5px;
    }

.no-touch .details-panel-trigger:hover {
    color: rgba(255, 255, 255, 1);
}

.details-panel-trigger i {
    font-size: 22px;
    line-height: 50px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    -moz-transition: -moz-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
}

.details-panel-trigger .details-panel-is-visible span {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 5px;
}

.details-panel-trigger span {
    line-height: 50px !important;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 2px;
    color: rgba(255, 255, 255, 1);
}

.details-panel-trigger .details-panel-is-visible {
    pointer-events: none;
}

.workflow-logs-container .workflow-table th {
    background-color: darkorange;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.workflow-logs-container .workflow-table td {
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    border-bottom: 1px solid darkorange;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

/* -------------------------------- 
    
    Event tree

-------------------------------- */

tree {
    display: block;
    width: 100%;
    background-color: transparent;
    margin-top: -15px;
}

    tree li.selected {
        background-color: #dcdbe2;
        font-weight: 700 !important;
        padding: 2.5px;
    }

.L0 span, .L1 span, .L2 span, .PSL0 span, .PSL1 span, .PSL2 span {
    font-weight: 700;
}

.L3, .PSL3 {
    font-weight: 400;
}

    .PSL3 span {
        font-weight: 700;
    }

tree > ul {
    cursor: default;
    padding: 0px;
    list-style: none;
    background-color: transparent;
    overflow-x: hidden;
}

    tree > ul > li {
        margin: 0;
        margin-left: 5px;
        overflow: hidden;
        cursor: pointer;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #001020;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 95%;
    }

        tree > ul > li span {
            line-height: 18px !important;
            color: rgba(0, 0, 0, 1);
            text-decoration: none;
            -webkit-transition: all 0.15s;
            -moz-transition: all 0.15s;
            transition: all 0.15s;
        }

            tree > ul > li span:hover {
                color: rgba(0, 0, 0, 0.75)
            }

        tree > ul > li.selected i {
            color: rgba(0, 0, 0, 1)
        }

        tree > ul > li.selected span {
            color: rgba(0, 0, 0, 1)
        }

        tree > ul > li > i {
            cursor: pointer;
            -webkit-transition: -webkit-transform 0.15s;
            -moz-transition: -moz-transform 0.15s;
            transition: transform 0.15s;
            line-height: 16px;
        }

            tree > ul > li > i.open {
                font-size: 12px;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            tree > ul > li > i.closed {
                font-size: 12px;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

        tree > ul > li > .node {
            font-size: 9px !important;
            color: #c6c4cf;
            cursor: default !important;
            display: inline-block;
            vertical-align: top;
            padding-top: 4px;
            padding-right: 4px;
        }

        tree > ul > li.L0 {
            margin-left: 0;
        }

        tree > ul > li.L1 {
            margin-left: 8px;
        }

        tree > ul > li.L2 {
            margin-left: 16px;
        }

        tree > ul > li.L3 {
            margin-left: 32px;
        }

        tree > ul > li.L4 {
            margin-left: 32px;
        }

        tree > ul > li.L5 {
            margin-left: 60px;
        }


        tree > ul > li.PSL0 {
            margin-left: 0;
        }

        tree > ul > li.PSL1 {
            margin-left: 12px;
        }

        tree > ul > li.PSL2 {
            margin-left: 24px;
        }

        tree > ul > li.PSL3 {
            margin-left: 36px;
        }

        tree > ul > li.PSL4 {
            margin-left: 48px;
        }

        tree > ul > li.PSL5 {
            margin-left: 60px;
        }

/* -------------------------------- 

Right Nav

-------------------------------- */

.right-nav {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .right-nav .content-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding-bottom: 80px;
        padding-top: 5px;
    }

    .right-nav::before {
        /* top colored bar */
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        height: 50px;
        width: 100%;
        background-color: #142233;
        z-index: 2;
    }

    .right-nav .right-nav-close {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        line-height: 50px;
        background-color: transparent;
        text-align: left;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 3;
    }

        .right-nav .right-nav-close span {
            line-height: 50px;
            color: #fff;
            margin-left: 15px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .right-nav .right-nav-close:hover span {
            line-height: 50px;
            margin-left: 20px;
        }

.no-touch .right-nav .right-nav-close:hover {
    color: #fff;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right-nav.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
}

    .right-nav.is-visible .right-nav-close {
        opacity: 1;
    }

@media only screen and (min-width: 600px) {
    .right-nav {
        width: 280px;
    }
}

.right-nav-trigger {
    position: fixed;
    top: 60px;
    right: 0px;
    padding-right: 25px;
    height: 50px;
    line-height: 50px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    z-index: 3;
    background-color: transparent;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

    .right-nav-trigger.is-visible {
        pointer-events: none;
        color: rgba(255, 255, 255, 0.7);
    }


/* -------------------------------- 

    PS Administration

-------------------------------- */

.admin-panel button {
    border: 1px solid rgba(20, 30, 50, 0.8);
    background-color: #fff;
    padding: 10px 6px;
    margin-bottom: 5px;
    font-size: 10px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}

    .admin-panel button:hover {
        border: 1px solid rgba(20, 30, 50, 0.4);
    }


/* -------------------------------- 

Administration/Dialog Content

-------------------------------- */

a.right-nav-trigger, .nav-button {
    color: rgba(255, 255, 255, 0.7) !important;
}

    a.right-nav-trigger:hover, .nav-button:hover {
        color: rgba(255, 255, 255, 0.85) !important;
    }

    .nav-button.active {
        color: rgba(255, 255, 255, 1) !important;
        cursor: default;
    }


a.principtab {
    right: 305px;
    width: 20px;
    font-weight: 400;
}

a.admintab {
    right: 60px;
    width: 20px;
}

a.historytab {
    right: 100px;
    width: 20px;
}

a.closed {
    color: rgba(255, 255, 255, 1) !important;
    pointer-events: none;
    cursor: default;
}

.comment-wrapper {
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.commentbox {
    width: 100%;
    padding: 5px;
    border: 1px solid #001020;
    resize: none;
}

p.user {
    width: 100%;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}

.chat-conversation-message {
    position: relative;
    padding: .625rem 1rem;
    background-color: #e8e8e8;
    border-radius: 2px;
    margin-bottom: 20px;
}

    .chat-conversation-message hr {
        margin: 5px 0;
        display: none;
    }

    .chat-conversation-message:before {
        position: absolute;
        right: 15px;
        width: 0;
        height: 0;
        content: '';
        border: 7px solid #e8e8e8;
        bottom: -14px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }


    .chat-conversation-message .msg {
        font-size: 12px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

.comment-wrapper .date {
    font-size: 10px;
    color: #001020;
    margin-bottom: 5px;
    text-align: right;
}

.comment-wrapper .date {
    line-height: 2em;
    min-width: 85px;
    text-align: right;
    width: 100%;
}

.chat-conversation-message .msg-bottom {
    font-size: 10px;
    color: #001020;
    display: flex;
    flex-direction: row;
}

.msg-bottom .recipients {
    flex-grow: 1;
    line-height: 2em;
    margin-left: 3px;
}

.msg-bottom i {
    font-size: 1.6em;
    margin-top: 2px;
}

/* -------------------------------- 

Keyframes

-------------------------------- */

@-webkit-keyframes pm-translate {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes pm-translate {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pm-translate {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*
        TOOLS

    */

/*
    Uploader

*/

.orange-button {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    width: 95px;
    height: 30px;
    text-transform: uppercase;
}

    .orange-button:hover {
        background-color: #ec971f;
        border-color: #d58512;
    }

.uploader-input-padding {
    padding-top: 10px;
}

.upload-buttons-padding {
    padding-top: 32px;
}

.uploader-table-padding {
    padding-left: 5px;
}

.uploader-table-rowheader-width {
    width: 125px;
}

.uploader-checkbox-green {
    display: none;
}

/*
    Template fields
*/
input.ng-invalid.validated {
    border: solid 1px red;
}

select.ng-invalid.validated {
    border: solid 1px red;
}

/* 
    Photo Order Grid
*/

.po-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px;
    left: 0;
    right: 0;
}

.po-bar-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 64px;
    left: 0;
    right: 0;
}

.po-orders-container {
    z-index: 1;
    height: calc(100vh - 250px);
    overflow-x: auto;
}

.po-orders-log-container {
    z-index: 1;
    height: calc(100vh - 250px);
    overflow-x: auto;
}

.po-order-table table {
    text-align: left;
    position: relative;
    border-collapse: separate;
    background: transparent;
}

.po-sticky-th th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.po-table-title-th th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 101;
}

.po-sticky-th2 th {
    position: -webkit-sticky;
    position: sticky;
    top: 33px;
    z-index: 102;
}

th.po-horizontal-sticky {
    border-right: 1px solid #c6c4cf;
    background-color: darkorange;
    position: -webkit-sticky;
    position: sticky;
    z-index: 103 !important;
}

td.po-horizontal-sticky {
    border-right: 1px solid #c6c4cf;
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
}

.po-order-table th {
    background-color: darkorange;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.po-order-table td {
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    border-bottom: 1px solid darkorange;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.po-order-table .highlighted,
.po-order-table .highlighted > td.po-horizontal-sticky {
    background-color: #f9cf6f !important;
}

.po-order-table tr:not(.highlighted):not(.po-table-title-th),
.po-order-table tr:not(.highlighted):not(.po-table-title-th) > td.po-horizontal-sticky {
    background-color: white !important;
}

.po-order-table td i {
    font-size: 21px;
    line-height: 34px;
}

.po-table-title-th th {
    background-color: #f1f0f6 !important;
    /*background-color: transparent !important;*/
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 16px;
}

.ps-listevisning .po-order-table td:first-child {
    font-weight: 400;
    padding-left: 10px;
}

.pagination-in-header ul {
    margin-top: 10px;
}

.order-submitted-button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: not-allowed;
    background-image: none;
    user-select: none;
}

.po-pagination select {
    border: 1px solid white !important;
    background-color: #0f1926 !important;
    ;
    color: white !important;
    font-weight: bold !important;
}

.po-tab {
    float: right;
}

    .po-tab li {
        cursor: pointer;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

        .po-tab li:hover, .selected {
            color: rgba(255, 255, 255, 1);
        }

.bullet-mark {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    border: none;
    margin: 0 0 -3px 12px;
}

    .bullet-mark.ok {
        background-color: #17c842;
    }

.photo-order-workflow-logs-container .workflow-table th {
    background-color: darkorange;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.photo-order-workflow-logs-container .workflow-table td {
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    border-bottom: 1px solid darkorange;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}


/* 
    Uploads Grid
*/

.pu-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 24px;
    left: 0;
    right: 0;
}

.pu-bar-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 64px;
    left: 0;
    right: 0;
}

.pu-orders-container {
    z-index: 1;
    height: calc(100vh - 250px);
    overflow-x: auto;
}

.pu-orders-log-container {
    z-index: 1;
    height: calc(100vh - 250px);
    overflow-x: auto;
}

.pu-order-table table {
    text-align: left;
    position: relative;
    border-collapse: separate;
    background: transparent;
}

.pu-sticky-th th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.pu-table-title-th th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 101;
}

.pu-sticky-th2 th {
    position: -webkit-sticky;
    position: sticky;
    color: black;
    top: 33px;
    z-index: 102;
}

th.pu-horizontal-sticky {
    border-right: 1px solid #c6c4cf;
    background-color: darkorange;
    position: -webkit-sticky;
    position: sticky;
    z-index: 103 !important;
}

td.pu-horizontal-sticky {
    border-right: 1px solid #c6c4cf;
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
}

.pu-order-table th {
    background-color: #c5e0b4;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.pu-order-table td {
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    border-bottom: 1px solid #c5e0b4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.pu-order-table .highlighted,
.pu-order-table .highlighted > td.pu-horizontal-sticky {
    background-color: #fff59b !important;
}

.pu-order-table tr:not(.highlighted):not(.pu-table-title-th),
.pu-order-table tr:not(.highlighted):not(.pu-table-title-th) > td.pu-horizontal-sticky {
    background-color: white !important;
}

.pu-order-table td i {
    font-size: 21px;
    line-height: 34px;
}

.pu-order-table button.btn-green {
    font-weight: bold;
    color: white;
    background-color: #87A772;
}

    .pu-order-table button.btn-green:hover {
        background-color: #799665;
    }

.pu-table-title-th th {
    background-color: #f1f0f6 !important;
    /*background-color: transparent !important;*/
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 16px;
}

.ps-listevisning .pu-order-table td:first-child {
    font-weight: 400;
    padding-left: 10px;
}

.pagination-in-header ul {
    margin-top: 10px;
}

.pu-pagination select {
    border: 1px solid white !important;
    background-color: #0f1926 !important;
    ;
    color: white !important;
    font-weight: bold !important;
}

.pu-tab {
    float: right;
}

    .pu-tab li {
        cursor: pointer;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

        .pu-tab li:hover, .selected {
            color: rgba(255, 255, 255, 1);
        }

.upload-session-workflow-logs-container .workflow-table th {
    background-color: #c5e0b4;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.upload-session-workflow-logs-container .workflow-table td {
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    border-bottom: 1px solid #c5e0b4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}


/*
Drop-zone
 */

.file-uploader {
    height: fit-content;
    width: 900px !important;
}

    .file-uploader .adm-modal-body {
        display: flex;
        flex-direction: column;
        height: fit-content;
        max-height: 80vh;
        padding: 0;
    }

    .file-uploader table.validation-table {
        background: transparent !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
        border-width: 0 !important;
        width: 100% !important;
        min-width: 400px !important;
    }

        .file-uploader table.validation-table td {
            white-space: break-spaces !important;
        }

    .file-uploader table.files-head-table {
        border-width: 0 !important;
        width: 100% !important;
        min-width: 400px !important;
    }

        .file-uploader table.files-head-table th {
            background-color: gray;
            border-width: 0 !important;
            color: white !important;
            padding-left: 12px;
        }

    .file-uploader table.files-table {
        flex: 1 1 auto;
        overflow-y: auto;
        display: block;
        border-width: 0 !important;
        width: 100% !important;
        min-width: 400px !important;
        padding: 0;
    }

    .file-uploader table.files-total-table {
        width: 100% !important;
        min-width: 400px !important;
        background: transparent !important;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
        border-width: 0 !important;
    }

    .file-uploader tbody td:first-child {
        padding-left: 12px !important;
    }

    .file-uploader tbody td {
        padding-left: 12px !important;
    }

.file-drop-zone div.drop-zone {
    border-radius: 0 !important;
    background-color: #f0ad4e !important;
    border: 1px solid #eea236 !important;
}

    .file-drop-zone div.drop-zone .content {
        font-size: 28px !important;
        color: white !important;
        font-weight: bold !important;
    }

.file-uploader .btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

    .file-uploader .btn-warning:hover {
        color: #fff !important;
        background-color: #ec971f !important;
        border-color: #d58512 !important;
    }

.file-uploader .file-upload-progress-bar .progress div.progress-bar {
    background-color: grey !important;
    font-weight: bold;
}

.file-uploader .invalid-files-message {
    color: red;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/*
Calender component styles
 */
input[type="date"].enlarge-icon::-webkit-calendar-picker-indicator,
input[type="datetime-local"].enlarge-icon::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgd2lkdGg9IjIwIg0KICAgICBoZWlnaHQ9IjIwIg0KICAgICB2aWV3Qm94PSItMTIgLTEyIDEwOC4wMDAwMDAgMTA4LjAwMDAwMCINCiAgICAgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+DQogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsOTYuMDAwMDAwKSBzY2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIg0KICAgICAgIGZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+DQogICAgICAgIDxwYXRoIGQ9Ik0yMCA4MTUgbDAgLTEyNSAxMjUgMCAxMjUgMCAwIDEyNSAwIDEyNSAtMTI1IDAgLTEyNSAwIDAgLTEyNXoiLz4NCiAgICAgICAgPHBhdGggZD0iTTM1MCA4MTUgbDAgLTEyNSAxMzAgMCAxMzAgMCAwIDEyNSAwIDEyNSAtMTMwIDAgLTEzMCAwIDAgLTEyNXoiLz4NCiAgICAgICAgPHBhdGggZD0iTTY5MCA4MTUgbDAgLTEyNSAxMjUgMCAxMjUgMCAwIDEyNSAwIDEyNSAtMTI1IDAgLTEyNSAwIDAgLTEyNXoiLz4NCiAgICAgICAgPHBhdGggZD0iTTIwIDQ4MCBsMCAtMTMwIDEyNSAwIDEyNSAwIDAgMTMwIDAgMTMwIC0xMjUgMCAtMTI1IDAgMCAtMTMweiIvPg0KICAgICAgICA8cGF0aCBkPSJNMzUwIDQ4MCBsMCAtMTMwIDEzMCAwIDEzMCAwIDAgMTMwIDAgMTMwIC0xMzAgMCAtMTMwIDAgMCAtMTMweiIvPg0KICAgICAgICA8cGF0aCBkPSJNNjkwIDQ4MCBsMCAtMTMwIDEyNSAwIDEyNSAwIDAgMTMwIDAgMTMwIC0xMjUgMCAtMTI1IDAgMCAtMTMweiIvPg0KICAgICAgICA8cGF0aCBkPSJNMjAgMTQ1IGwwIC0xMjUgMTI1IDAgMTI1IDAgMCAxMjUgMCAxMjUgLTEyNSAwIC0xMjUgMCAwIC0xMjV6Ii8+DQogICAgICAgIDxwYXRoIGQ9Ik0zNTAgMTQ1IGwwIC0xMjUgMTMwIDAgMTMwIDAgMCAxMjUgMCAxMjUgLTEzMCAwIC0xMzAgMCAwIC0xMjV6Ii8+DQogICAgICAgIDxwYXRoIGQ9Ik02OTAgMTQ1IGwwIC0xMjUgMTI1IDAgMTI1IDAgMCAxMjUgMCAxMjUgLTEyNSAwIC0xMjUgMCAwIC0xMjV6Ii8+DQogICAgPC9nPg0KPC9zdmc+DQo=) no-repeat;
    width: 18px;
    height: 18px;
    border-width: thin;
    display: block;
    position: relative;
    transform: translateX(8px);
}


.thin-scroll {
    scrollbar-width: thin; /* Firefox */
}

    .thin-scroll::-webkit-scrollbar {
        height: 6px;
        width: 6px;
    }

    .thin-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

        .thin-scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.3);
        }

    .thin-scroll::-webkit-scrollbar-track {
    }

/*
upload-admin
 */

.upload-admin-header {
    width: 100%;
    margin: 0;
    background-color: #0f1926;
    color: darkgray;
    text-transform: uppercase;
    position: fixed;
    top: 60px;
    z-index: 2;
}

    .upload-admin-header .upload-admin-header-title {
        color: white;
        position: absolute;
        right: 40px;
    }

    .upload-admin-header > h1 {
        font-size: 14px;
        line-height: 60px;
        margin: 0;
        font-weight: 700;
        display: inline-block;
        padding: 0 20px;
        height: 60px;
        color: darkgray;
        width: 100%;
    }

        .upload-admin-header > h1 > a.selected {
            color: white !important;
        }

        .upload-admin-header > h1 > a.unselected {
            color: darkgray !important;
        }

div.vertical-line {
    width: 1px;
    background-color: black;
    height: 100%;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

.user-info {
    margin-left: 0;
    font-size: 12px;
}

/*job ticket*/

.job-ticket {
    width: calc(100vw - 280px);
}

.job-ticket-container {
    z-index: 1;
    /* height: calc(100vh - 250px);
    overflow-x: auto;*/
}

.customer-information {
    z-index: 1;
    overflow-x: auto;
    margin: 0 16px;
}

.job-ticket-table table {
    text-align: left;
    position: relative;
    border-collapse: separate;
    background: transparent;
    min-width: 1px;
}

.job-ticket-table th {
    background-color: #5b9cd6;
    color: #FFFFFF;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
    width: 60px;
}

.job-ticket-table td {
    background-color: #fff;
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.jt-select {
    width: 220px;
    padding-left: 15px !important;
}

.divider {
    border-bottom: 1px solid black;
    height: 34px;
}

.jt-button {
    background-color: #5b9cd6;
    color: #fff;
    border-color: #5b9cd6;
    padding: 7px 20px;
    font-weight: 900;
    width: 125px;
    text-transform: uppercase;
}

    .jt-button:disabled {
        color: grey;
        background-color: lightgray;
    }

.jt-button-long {
    background-color: #5b9cd6;
    color: #fff;
    border-color: #5b9cd6;
    width: 300px;
    text-transform: uppercase;
}

.jt-button-long-light {
    border: 2px solid #5b9cd6;
    color: #5b9cd6;
    background-color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.jt-uploader-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jt-brief-container {
    z-index: 1;
    /*overflow-x: auto;*/
    border: 1px solid transparent;
    margin: 0 16px 31px;
}

.js-checkbox-group-box {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0px 0px 0px 0px;
}

.js-checkbox-group-item {
    max-width: 150px;
    height: 30px;
    /*background: lightblue;*/
}

.js-checkbox-group-itemcheckbox {
    display: inline-flex;
    font-weight: normal;
}

.jt-brief-block {
    padding: 15px 0;
}

    .jt-brief-block .form-control {
        height: 34px !important;
    }

.jt-control-text {
    max-width: 90%;
}

.jt-brief-block .row .col-xs-12 {
    padding: 0 30px;
}

.jt-overview-table table {
    text-align: left;
    position: relative;
    border-collapse: separate;
    background: transparent;
    min-width: 1225px;
    width: 100%;
}

.jt-overview-table th {
    background-color: #5b9cd6;
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

.jt-overview-table td {
    vertical-align: middle;
    font-weight: 400;
    height: 34px;
    border-bottom: 1px solid #9bc2e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
}

    .jt-overview-table td:last-child, .jt-overview-table th:last-child {
        padding-right: 8px !important;
    }

.jt-overview-table .highlighted,
.jt-overview-table .highlighted > td.po-horizontal-sticky {
    background-color: #f9cf6f !important;
}

.jt-overview-table tr:not(.highlighted):not(.po-table-title-th),
.jt-overview-table tr:not(.highlighted):not(.po-table-title-th) > td.po-horizontal-sticky {
    background-color: white !important;
}

.jt-overview-table td i {
    font-size: 21px;
    line-height: 34px;
}

i.jt-overview-sort-icon {
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    /*float: right;*/
}

.jt-add-brief-btn p, .jt-remove-brief-btn p {
    /* filter block title */
    position: relative;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 0px;
}


    .jt-add-brief-btn p::after {
        display: inline-block;
        font: 25px "LineAwesome";
        margin-top: 3.5px;
        content: '\ff0b';
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s, color 0.3s;
        -moz-transition: -moz-transform 0.3s, color 0.3s;
        transition: transform 0.3s, color 0.3s;
        color: #001020;
        opacity: 0.7;
    }

    .jt-remove-brief-btn p::after {
        display: inline-block;
        font: 20px "LineAwesome";
        margin-top: 3.5px;
        content: '\f34d';
        position: absolute;
        right: -9px;
        top: -4px;
        cursor: pointer;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s, color 0.3s;
        -moz-transition: -moz-transform 0.3s, color 0.3s;
        transition: transform 0.3s, color 0.3s;
        color: #001020;
        opacity: 0.7;
    }

.jt-textarea {
    width: 100%;
    min-height: 90px;
    resize: vertical;
    padding: 6px 10px;
}

.jt-brief-form-control.ng-dirty .form-control.ng-invalid,
.jt-brief-form-control .form-control.ng-dirty.ng-invalid,
.jt-brief-form-control .form-control.ng-touched.ng-invalid {
    border: solid 2px red;
}

.jt-brief-form-control.ng-dirty dropdown-with-custom-value.form-control.ng-invalid input,
.jt-brief-form-control dropdown-with-custom-value.form-control.ng-dirty.ng-invalid input,
.jt-brief-form-control dropdown-with-custom-value.form-control.ng-touched.ng-invalid input {
    border: solid 2px red;
}

.jt-brief-form-control .error-message {
    color: red;
}

.jt-brief-form-control:not(.ng-dirty) .error-message:not(.force-display-error-message) {
    display: none;
}

.custom-dropdown-input::-webkit-calendar-picker-indicator {
    display: none !important;
}

.jt-validation.validated {
    border: solid 2px red !important;
}

dropdown-with-custom-value {
    position: relative;
}

    dropdown-with-custom-value .options {
        position: absolute;
        top: 30px;
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        min-height: 0;
        max-height: 220px;
        border: 1px solid rgba(20, 30, 50, 0.8);
        width: 100%;
        padding: 5px 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    dropdown-with-custom-value .checkmark {
        width: 16px;
        height: 16px;
        background: none;
        margin-right: 5px;
    }


    dropdown-with-custom-value .highlighted-blue .checkmark {
        background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPjxwYXRoIGQ9Ik0gNDIuODc1IDguNjI1IEMgNDIuODQzNzUgOC42MzI4MTMgNDIuODEyNSA4LjY0NDUzMSA0Mi43ODEyNSA4LjY1NjI1IEMgNDIuNTE5NTMxIDguNzIyNjU2IDQyLjI5Mjk2OSA4Ljg5MDYyNSA0Mi4xNTYyNSA5LjEyNSBMIDIxLjcxODc1IDQwLjgxMjUgTCA3LjY1NjI1IDI4LjEyNSBDIDcuNDEwMTU2IDI3LjgxMjUgNyAyNy42NzU3ODEgNi42MTMyODEgMjcuNzc3MzQ0IEMgNi4yMjY1NjMgMjcuODc4OTA2IDUuOTQxNDA2IDI4LjIwMzEyNSA1Ljg4MjgxMyAyOC41OTc2NTYgQyA1LjgyNDIxOSAyOC45OTIxODggNi4wMDM5MDYgMjkuMzgyODEzIDYuMzQzNzUgMjkuNTkzNzUgTCAyMS4yNSA0My4wOTM3NSBDIDIxLjQ2ODc1IDQzLjI4NTE1NiAyMS43NjE3MTkgNDMuMzcxMDk0IDIyLjA1MDc4MSA0My4zMjgxMjUgQyAyMi4zMzk4NDQgNDMuMjg1MTU2IDIyLjU5Mzc1IDQzLjEyMTA5NCAyMi43NSA0Mi44NzUgTCA0My44NDM3NSAxMC4xODc1IEMgNDQuMDc0MjE5IDkuODU5Mzc1IDQ0LjA4NTkzOCA5LjQyNTc4MSA0My44NzUgOS4wODU5MzggQyA0My42NjQwNjMgOC43NDYwOTQgNDMuMjY5NTMxIDguNTY2NDA2IDQyLjg3NSA4LjYyNSBaIi8+PC9zdmc+) no-repeat center center;
    }

    dropdown-with-custom-value .options .option {
        display: flex;
        padding: 2px 5px;
    }

    dropdown-with-custom-value .highlighted-blue {
        background-color: #5b9cd6;
        color: #fff !important;
    }

    dropdown-with-custom-value .options .option:hover {
        background-color: rgba(255, 180, 0, 0.55);
    }

    dropdown-with-custom-value .options .option p {
        margin: 0;
    }

.jt-brief-wrapper {
    background-color: white;
    margin-bottom: 31px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}

    .jt-brief-wrapper.dragging {
        opacity: 0.5;
    }

.jt-brief-nav {
    padding: 10px 30px;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    background-color: #5b9cd6;
    height: 34px;
    align-items: center;
}

.jt-brief-header {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
    width: 100%;
    padding-left: 20px;
}

.jt-uploader-wrapper {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}

.jt-grab-indicator {
    width: 32px;
    cursor: grab;
    height: 30px;
    padding-left: 3px;
    padding-top: 5px;
}

    .jt-grab-indicator:active {
        width: 30px;
        cursor: grabbing;
    }
/*.jt-info-header {
    height: 34px;
    background-color: #5b9cd6;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    padding-left: 15px;
    font-size: 13px;
}*/

.jt-info-header th {
    padding-left: 15px;
}

.jt-table-container {
    overflow: hidden;
    margin-bottom: 31px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 10%);
}

.jt-uploader-container {
    margin-bottom: 31px;
}

.jt-link {
    color: #686e7a;
    font-weight: 500;
    cursor: pointer;
}

.jt-brief-icon {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.jt-status-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 31px;
}


element.style {
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #fff;
    cursor: default;
}

.jt-table-container .row {
    margin: 0;
}

.jt-info-nav {
    padding: 10px 0;
    display: flex;
    background-color: #5b9cd6;
    height: 34px;
    align-items: center;
}

.jt-info-header {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
}

.js-info-briefs-blocked {
    font-weight: 700;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: -10px;
}

.swal2-custom-txt {
    font-size: 1.4em !important;
}

button.swal2-styled {
    width: 85px;
}

.auto-grow-textarea {
    overflow: hidden;
    resize: none;
    min-height: 42px;
    height: auto;
}

.checkbox-group-container {
    padding-top: 6px !important;
}

