* {
    box-sizing: border-box;
}

*.contenteditable[contenteditable] {
    position: relative;
    transition: padding .3s;
}

*.contenteditable[contenteditable]:after {
    opacity: 0;
    transition: opacity .3s;
    content: "\f044";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    right: 0;
    margin-top: .11em
}

*.contenteditable[contenteditable]:hover, *.contenteditable[contenteditable]:focus {
    padding-right: 1.5em !important;
    text-decoration: underline;
}

*.contenteditable[contenteditable]:hover:after, *.contenteditable[contenteditable]:focus:after {
    opacity: 1
}

span.contenteditable[contenteditable] {
    display: inline-block
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, button {
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.87);
}

h1, h2, h3, h4 {
    line-height: 1
}

h1 {
    font-size: 4.1em;
    font-weight: 100
}

h2 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 7px
}

h3 {
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 7px
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none
}

input, time, select {
    margin: 0;
    outline: none
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], textarea {
    margin-bottom: 7px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #000;
    outline: none;
    font-size: .9em;
    padding: 7px;
    transition: all .4s;
    letter-spacing: .08em;
    transition: none;
    border-radius: 3px;
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #d5d5d5
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #d5d5d5
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #d5d5d5
}

input[type="text"]:ms-input-placeholder, input[type="email"]:ms-input-placeholder, input[type="password"]:ms-input-placeholder, input[type="search"]:ms-input-placeholder, input[type="number"]:ms-input-placeholder, input[type="date"]:ms-input-placeholder, textarea:ms-input-placeholder {
    color: #d5d5d5
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="number"]:hover, input[type="date"]:hover, textarea:hover {
    border: 1px solid #000
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus {
    border: 1px solid #000;
    box-shadow: none
}

textarea {
    letter-spacing: 0;
    line-height: 1.4
}

input[type="date"] {
    padding-top: .4em;
    padding-bottom: .4em
}

select[multiple] {
    display: none !important
}

hr {
    border: 0;
    height: 2px;
    border-bottom: 1px solid #fff;
    background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0))
}

form footer, .big-form footer {
    float: right
}

form a, .big-form a {
    color: #54a9c6;
}

form a:hover, .big-form a:hover {
    text-decoration: underline
}

/*button, input[type="submit"] {
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #000;
    font-size: .7em;
    padding: 7px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    line-height: 1.4;
}

button:hover, input[type="submit"]:hover {
    color: #000
}

button:active, input[type="submit"]:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

button.dangerous:hover, input[type="submit"].dangerous:hover {
    border: 1px solid #ee034e;
    background: #ee034e;
    color: #fff
}

button.dangerous:active, input[type="submit"].dangerous:active {
    color: #000;
    border-color: #ee034e;
    background: #ee034e
}

button.accept:hover, input[type="submit"].accept:hover {
    border: 1px solid #80b153;
    color: #80b153;
    background: #fff
}

button.accept:active, input[type="submit"].accept:active {
    background: #80b153;
    color: #fff
}

button[disabled], input[type="submit"][disabled] {
    color: #d5d5d5;
}

button[disabled]:hover, input[type="submit"][disabled]:hover, button[disabled]:active, input[type="submit"][disabled]:active {
    border-color: #d5d5d5;
    background: #fff
}

button.big, input[type="submit"].big {
    font-size: .9em
}

button.icon-only i, input[type="submit"].icon-only i {
    margin-right: 7px;
    margin-left: 7px;
    line-height: 1.4
}

button i, input[type="submit"] i {
    margin-right: 7px
}

button.invisible, a.invisible {
    border: 1px solid transparent;
    text-transform: none;
    border-radius: 3px;
}

button.invisible:hover, a.invisible:hover {
    border: 1px solid #d5d5d5
}

button.invisible:active, a.invisible:active {
    background: #000;
    color: #fff;
    border-color: #000
}

button.invisible i, a.invisible i {
    margin-right: 0;
    margin-left: 7px
}

.button-group button, .button-group button.big {
    margin-left: 0;
}

.button-group button:first-child, .button-group button.big:first-child {
    border-left: none;
    border-radius: 0 3px 3px 0
}

.button-group button:not(:first-child):not(:last-child), .button-group button.big:not(:first-child):not(:last-child) {
    border-left: none;
    border-right: none;
    border-radius: 0
}

.button-group button:last-child, .button-group button.big:last-child {
    border-right: none;
    border-radius: 3px 0 0 3px
}

.button-group button.active, .button-group button.big.active {
    padding-top: .35em;
    border-top: .25em solid #000
}*/

.clear {
    clear: both
}

table.standard {
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    border-left: none;
    overflow: hidden;
}

table.standard tr:nth-child(even) {
    background: #f3f3f3
}

table.standard th:first-child {
    border-left: 3px solid #d5d5d5
}

table.standard td {
    font-size: .9em;
}

table.standard td:nth-child(1) {
    border-left: 3px solid #d5d5d5
}

table.standard th, table.standard td {
    padding: 15px
}

.big-form {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d5d5d5;
    border-top: none;
    padding: 15px;
    margin-top: -15px;
    border-radius: 0 0 3px 3px;
    background: #fbfbfb;
    position: fixed;
    top: 58px;
    left: calc(50% - 220px);
    z-index: 3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.big-form input[type="text"], .big-form input[type="email"], .big-form input[type="password"], .big-form input[type="range"], .big-form input[type="date"], .big-form select, .big-form .selectify-box {
    width: 15em;
    margin-right: 15px;
    line-height: 1.4;
}

.big-form input[type="text"].small, .big-form input[type="email"].small, .big-form input[type="password"].small, .big-form input[type="range"].small, .big-form input[type="date"].small, .big-form select.small, .big-form .selectify-box.small {
    width: 7.2em
}

.big-form .selectify-box {
    font-size: .9em;
    display: inline-block;
    margin-top: 0;
    border-radius: 3px;
    margin-bottom: -.5em
}

.big-form label {
    display: block;
    margin-bottom: 15px;
}

.big-form label span {
    color: #808080
}

.big-form input[type="submit"] {
    display: block;
    margin-top: 2em;
    width: 100%
}

.spinner {
    width: 25px;
    height: 25px;
    margin: auto;
    background: url("/img/spinner-e351aa0cb1d90863c51f3811e50fdc58.png");
    background-size: 100% auto;
    animation-duration: 1s;
    animation-name: spinnerRotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.pop-up {
    -webkit-backface-visibility: hidden;
}

.pop-up:hover .pop-up-box {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% + 7px)
}

.pop-up-box {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: absolute;
    z-index: 3;
    right: -10px;
    top: calc(100% - 10px);
    transition: all .3s;
    transition-delay: .1s;
    overflow: hidden;
    overflow: visible;
    pointer-events: none;
}

.pop-up-box:before, .pop-up-box:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute
}

.pop-up-box:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #f9f9f9;
    border-width: 8px;
    left: 86%;
    margin-left: -8px
}

.pop-up-box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #d5d5d5;
    border-width: 9px;
    left: 86%;
    margin-left: -9px
}

.pop-up-box h4 {
    font-size: 1.5em;
    margin: -.66em;
    padding: 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 3px 3px 0 0
}

.pop-up-box form {
    text-align: left;
}

.pop-up-box form label {
    display: block;
    margin-bottom: 15px
}

.pop-up-box form input, .pop-up-box form select, .pop-up-box form .selectify-box {
    display: block;
    margin: 0;
    margin-top: 7px
}

.pop-up-box form .selectify-box {
    width: 20em;
    font-size: 15px
}

.pop-up-box form p {
    color: #808080;
    font-size: .9em;
    line-height: 1.5
}

.pop-up-box form strong {
    font-weight: bold;
}

.avatar {
    position: relative;
}

.avatar:hover .circle {
    border: 6px solid #54a9c6;
    background: #54a9c6
}

.avatar .circle {
    box-sizing: content-box;
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    border: 6px solid transparent;
    transition: border .2s;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .2em;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.avatar .circle:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 160px;
    top: 0;
    left: 0;
    box-shadow: inset 1px 2px 6px rgba(0, 0, 0, 0.4);
    pointer-events: none
}

.avatar .circle img {
    width: 100%
}

.avatar .tag {
    position: absolute;
    top: 72px;
    right: 0;
    background: #77ae02;
    color: #fff;
    font-size: .7em;
    padding: .3em;
    padding-bottom: .2em;
    border-radius: 3px;
}

.avatar .tag.office {
    background-color: #77ae02
}

.avatar .tag.break {
    background-color: #e8a302
}

.avatar .tag.seminary {
    background-color: #54a9c6
}

.avatar .tag.vacation {
    background-color: #68588c
}

.avatar .tag.sick {
    background-color: #ee034e
}

.dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
}

.dialog-backdrop:not(.hidden) {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .6s
}

.dialog {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: fixed;
    top: 0%;
    left: calc(50% - 17.5em);
    width: 35em;
    z-index: 4;
    opacity: 0;
    transition: opacity .6s, top .4s;
    border: none;
}

.dialog:not(.hidden) {
    opacity: 1;
    top: 30%;
    transition: opacity .6s, top .4s
}

.dialog:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: 20px solid #000;
    border-width: 0 3em 3em 0;
    border-color: transparent #54a9c6
}

.dialog:after {
    content: "\f059";
    font-family: FontAwesome;
    font-size: 1.1em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: .36em
}

.dialog h2 {
    font-size: 1.6em;
    font-weight: 200;
    margin-bottom: .3em;
    line-height: 1.2
}

.dialog p {
    line-height: 1.4;
    margin-bottom: 7px;
    color: #3d3d3d
}

.dialog footer {
    float: right
}

.dialog footer .ok {
    border: 1px solid #3d3d3d;
    background-color: transparent;
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.dialog a {
    font-size: .8em;
    margin-right: 15px
}

.selectify-box {
    border: 1px solid #d5d5d5;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    height: 2em;
    overflow: hidden;
}

.selectify-box:hover {
    border: 1px solid #000;
    color: #000
}

.selectify-box:active {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.selectify-box.open {
    height: auto
}

.selectify-box:after {
    position: absolute;
    top: .65em;
    right: .65em;
    font-family: FontAwesome;
    content: "\f0dc";
    font-size: .8em
}

.selectify-box span {
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
    padding: .4em
}

.selectify-box .selectify-menu-item {
    padding: .4em;
    padding-right: 1.5em;
    color: #5a5a5a;
}

.selectify-box .selectify-menu-item:last-child {
    margin-bottom: 0
}

.selectify-box .selectify-menu-item:hover {
    background: #d5d5d5;
    color: #000
}

.pill-chooser {
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    height: 1.9em;
    margin-bottom: -.7em;
    font-size: .8em;
    overflow: hidden;
    background: #fff;
    min-width: 8em;
}

.pill-chooser:hover, .pill-chooser.open {
    border-color: #000;
}

.pill-chooser:hover ul.pills li.pill.add i, .pill-chooser.open ul.pills li.pill.add i {
    color: #000
}

.pill-chooser ul.pills {
    color: #000;
    width: 100%;
}

.pill-chooser ul.pills li.pill {
    display: inline-block;
    border-right: 1px solid #d5d5d5;
    padding: .35em;
    margin-right: -1px;
    padding-left: calc(0.35em + 1px);
}

.pill-chooser ul.pills li.pill span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 8em;
    display: inline-block;
    padding-top: 1px;
    padding-left: 1px;
    margin: -1px;
    margin-bottom: -2px
}

.pill-chooser ul.pills li.pill.add {
    cursor: pointer;
}

.pill-chooser ul.pills li.pill.add i {
    color: #5a5a5a
}

.pill-chooser ul.pills li.pill.add:hover {
    border-right-color: #000;
}

.pill-chooser ul.pills li.pill.add:hover i {
    color: #000
}

.pill-chooser ul.pills li.pill.add:active {
    background: #000;
}

.pill-chooser ul.pills li.pill.add:active i {
    color: #fff
}

.pill-chooser ul.pills li.pill.add i {
    margin-left: 7px;
    margin-right: 7px
}

.pill-chooser ul.pills li.pill i {
    color: #d5d5d5;
    margin-left: .4em;
    cursor: pointer;
}

.pill-chooser ul.pills li.pill i:hover {
    color: #000
}

.pill-chooser ul.pills .placeholder {
    color: #808080;
    display: inline-block;
    margin: 0 7px
}

.pill-chooser.open {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.pill-chooser.open ul.pills li.pill {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.pill-menu {
    display: none;
    position: absolute;
    z-index: 3;
    border: 1px solid #000;
    border-top-color: #d5d5d5;
    border-radius: 0 0 3px 3px;
    background: #fff;
    overflow: hidden;
    min-width: 8em;
}

.pill-menu:before {
    position: absolute;
    top: .7em;
    left: .7em;
    font-family: FontAwesome;
    font-size: .8em;
    content: "\f002"
}

.pill-menu input[type="search"] {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
    padding-left: 1.7em
}

.pill-menu button.pill-btn {
    border: none;
    width: 100%;
    display: none;
    border-radius: 0
}

.pill-menu ul.choices {
    background: #f9f9f9;
    max-height: 18.7em;
    overflow-y: auto;
}

.pill-menu ul.choices li.choice {
    padding: 7px;
    padding-right: 2em;
    cursor: pointer;
    font-size: .8em;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.pill-menu ul.choices li.choice:hover {
    background: #e8e8e8
}

.pill-menu ul.choices li.choice:active {
    color: #fff;
    background: #000
}

.pill-menu ul.choices li.choice.selected::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    color: #5a5a5a;
    right: 7px
}

.pill-menu.open {
    display: block;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1)
}

.progress-chart {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 7px;
    border: 1px solid #666;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: .25em;
}

.progress-chart:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-radius: .25em
}

.progress-chart .progress-segment {
    height: 15px;
    display: inline-block
}

@-moz-keyframes spinnerRotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes spinnerRotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@-o-keyframes spinnerRotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes spinnerRotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

html {
    background-color: #e9edf3;
}

body {
    background-image: linear-gradient(-141deg, #e9edf3 0, #f3f6fa 100%);
    margin: 0 auto;
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 15px;
    color: #333;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: calc(100vh - 130px);
}

hr {
    background-color: #000
}

.material-card-shadow {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}

/* Custom styles */
body > header {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #ff4119;
    width: 100%;
    height: 64px;
    margin: 0 auto;
}

body > header .container,
body > #searchresultHeader .container,
body > #searchresult .container,
body > footer .container {
    margin: 0 auto;
    max-width: 2800px;
}

body > header .vi-logo {
    display: inline-block;
    width: 138px;
    vertical-align: top;
    line-height: 64px;
    margin-right: 32px;
}

body > header #title {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 64px;
    white-space: nowrap;
}

body > header #locale-switcher {
    height: 36px;
    vertical-align: top;
    margin: 14px 22px 14px 0;
}

body > header #locale-switcher > .dropdown-toggle {
    color: white;
    font-size: 16px;
    margin: auto 0;
    line-height: 36px;
}

body > header #locale-switcher > .dropdown-toggle::after {
    position: absolute;
    top: 18px;
}

body > header vih-app-switcher,
body > header vih-login {
    display: inline-flex;
    line-height: 64px;
    vertical-align: middle;
}

body > header vih-login {
    margin-right: -8px;
}

body > header vih-app-switcher .mat-icon,
body > header vih-login .mat-icon,
body > header vih-login button > span {
    color: white;
}

body > header vih-login button {
    background-color: #2879ff;
}

body > header hr {
    background-color: #d5d5d5;
    margin: 1.1em
}

body > #searchresultHeader {
    position: fixed;
    top: 64px;
    z-index: 99;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #e1e5ee;
    box-shadow: 0 1px 1px #d5d5d5;
}

body > #searchresultHeader .view-mode {
    position: relative;
}

body > #searchresultHeader .view-mode #textView {
    vertical-align: top;
}

body > #searchresultHeader .view-mode .material-icons-outlined {
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.50);
}

body > #searchresultHeader .view-mode .new-feature-message {
    display: none;
    position: absolute;
    right: 17px;
    top: 32px;
    border: 1px solid #ff3f17;
    background-color: white;
    padding: 0 5px;
    line-height: 22px;
    color: #ff3f17;
    border-radius: 2px;
}

body > #searchresultHeader .view-mode .new-feature-message::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 16px;
    border: 7px solid transparent;
    border-top-width: 7px;
    border-bottom-color: transparent;
    border-top-width: 0;
    border-bottom-color: #f5231b;
    top: -7px;
}

body > #searchresultHeader .view-mode .material-icons-outlined.active,
body > #searchresultHeader .view-mode .material-icons-outlined:hover {
    color: rgba(0, 0, 0, 0.87);
}

body > #searchresult {
    margin-top: 97px;
    margin-bottom: 20px;
}

#searchresult > .container {
    padding-right: 0;
}

nav {
    position: fixed;
    z-index: 3;
    font-size: .9em;
}

#content #schematics-view {
    padding-top: 15px;
}

body > footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
}

footer span {
    color: inherit;
}

footer .dsw-footer-links {
    padding: 16px 0 8px !important;
    gap: 16px;
}

footer .dsw-footer-copyright {
    padding: 8px 0 !important;
}

footer .dsw-footer-links a.dsw-link:hover {
    color: inherit;
}

#content #schematics-list .documents-container ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999
}

#content .no-result {
    font-size: 15px;
    padding: 7px 15px;
}

#content .no-result h3, #content .no-result h2 {
    line-height: 1.5
}

#content .products {
    margin-bottom: 15px;
}

#content .products .date {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}

#content .products .thumb {
    background: white;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-bottom: 1rem;
    overflow: hidden;
    height: auto;
    width: 100%;
    min-height: 100px;
    position: relative;
    text-align: center;
}

#content .products .thumb a {
    cursor: pointer
}

#content .products .thumb .img-version {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 3px 3px 5px;
}

#content .products .thumb .img-version::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-top-left-radius: 3px;
    border: 25px solid #ff3e17;
    border-color: #ff3e17 transparent transparent #ff3e17;
    opacity: .3
}

#content .products .thumb img {
    max-height: 75vh;
    width: auto;
    height: auto;
}

#content .products .product-text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#content .products .product-text .warning {
    font-size: 14px;
}

#content .products .product-text header {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    font-size: 17px;
}

#content .products .product-text header > span {
    display: inline-block;
}

#content .products .product-text header .id {
    font-size: 18px;
}

#content .products .product-text header .sapId {
    font-size: 13px;
    color: #aaa;
}

#content .products .product-text header a, #content .products .product-text header .icon-links a {
    cursor: pointer
}

#content .products .product-text .title {
    margin: 7px 0px 15px;
    font-size: 14px;
    color: #555;
    line-height: 17px;
}

#content .products .product-text .img-zoom {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/img/zoom-icon-e272c406dec478b5bb86ea235ffe6b26.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: zoom-in;
    width: 12%;
    min-width: 45px;
    max-width: 60px;
    height: 45px;
}

#content .products .product-text .documents-container {
    top: -12px;
    right: -2px;
}

#content .products .product-text .documents-container .fa.fa-exchange {
    cursor: pointer
}

#content .products .product-text .versions-container {
    top: -12px;
    right: 19px
}

#content .products .product-text .documents-container,
#content .products .product-text .description-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 35vw;
    min-width: 400px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    z-index: 50;
    top: -8px;
}

#content .products .product-text .versions-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 35vw;
    max-width: 200px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    z-index: 50;
    top: -8px;
}
#content .products .product-text .versions-container.withHistory {
    min-width: 400px;
    width: 400px;
}


#content .products .product-text .documents-container {
    right: -13px;
}

#content .products .product-text .versions-container {
    right: 12px;
}

#content .products .product-text .description-container {
    font-size: 14px;
    line-height: 17px;
    right: 37px;
}


#content .products .product-text .documents-container .documents-title,
#content .products .product-text .versions-container .versions-title,
#content .products .product-text .description-container .description-title {
    background-color: #e1e5ee;
    cursor: pointer;
    border-bottom: 1px solid #d5d5d5;
    padding: 7px 15px;
}

#content .products .product-text .documents-container .documents-title h5,
#content .products .product-text .versions-container .versions-title h5,
#content .products .product-text .description-container .description-title h5 {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}

#content .products .product-text .documents-container .documents-title i.fa,
#content .products .product-text .versions-container .versions-title i.fa,
#content .products .product-text .description-container .description-title i.fa {
    font-size: 18px;
    line-height: 18px;
}

#content .products .product-text .documents-container .container,
#content .products .product-text .versions-container .container,
#content .products .product-text .description-container .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#content .products .product-text .documents-container .container .row .filename,
#content .products .product-text .versions-container .container .row .version {
    font-size: 13px;
}

#content .products .product-text .documents-container .container .row,
#content .products .product-text .versions-container .container .row,
#content .products .product-text .description-container .container .row {
    padding: 0 0 7px 0;
}

#content .products .product-text .documents-container .container .row a:hover,
#content .products .product-text .versions-container .container .row a:hover,
#content .products .product-text .description-container .container .row a:hover {
    text-decoration: underline
}

#content .products .product-text .documents-container .buttons a,
#content .products .product-text .documents-container .buttons button {
    cursor: pointer;
    display: inline-block;
    width: 24px;
}

#content .products .product-text .documents-container .container .row button.copy {
    display: inline-block;
    border: 0;
    padding: 0;
    background-color: transparent;
}

#content .products .product-text .documents-container .container .row button.copy:hover,
#content .products .product-text .documents-container .container .row button.copy:focus {
    border: 0;
    outline: 0;
}

#content .products .product-text .documents-container .container .row:last-child,
#content .products .product-text .versions-container .container .row:last-child,
#content .products .product-text .description-container .container .row:last-child {
    padding-bottom: 0
}

#content .products .product-text .documents-container i.fa,
#content .products .product-text .versions-container i.fa,
#content .products .product-text .description-container i.fa {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 0 7px;
}

#content .products .product-text .versions-container .container {
    display: flex;
    flex-direction: column;
}

#content .products .product-text .versions-container .container .item {
    border-bottom: 1px solid #DEDEDE;
    padding: 16px 0;
}

#content .products .product-text .versions-container .container .item:first-child {
    padding-top: 0;
}

#content .products .product-text .versions-container .container .item:last-child {
    border-bottom: 0;
}

#content .products .product-text .versions-container .container .item .accordion {
    display: flex;
    flex-direction: column;
}

#content .products .product-text .versions-container .container .item .accordion .accordion__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

#content .products .product-text .versions-container .container .item .accordion .accordion__header .text > span {
    font-size: 14px;
    font-weight: 600;
}

#content .products .product-text .versions-container .container .item .accordion .accordion__body {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#content .products .product-text .versions-container .container .item .accordion .accordion__body .text,
#content .products .product-text .versions-container .container .item .accordion .accordion__body .text ul,
#content .products .product-text .versions-container .container .item .accordion .accordion__body .text li,
#content .products .product-text .versions-container .container .item .accordion .accordion__body .text a {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
}
#content .products .product-text .versions-container .container .item .accordion .accordion__body .text ul {
    list-style: disc;
    margin: 0;
    padding-left: 16px;
}

#content .products .product-text .versions-container .container .item .accordion .accordion__body .link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

#content .products .product-text img {
    max-width: 100%
}

#content .products .product-text a.read-more-show,
#content .products .product-text a.read-more-hide {
    color: #ff3e17;
    font-size: 13px;
}

#content .products .product-text a.img-link {
    display: block
}

#content .products .product-text .icon-links > a,
#content .products .product-text .icon-links > span {
    display: inline-block;
    width: 17px;
    margin-right: 3px;
}

#content .products .product-text .icon-links .fa {
    font-size: 18px;
    line-height: 18px;
}

#content .products .product-text header .security-label {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 11px;
    line-height: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    position: absolute;
    right: 77px;
    top: 1px;
}

#search {
    max-width: 600px;
}

.search-box {
    position: relative;
}

.search-box input[type="search"] {
    height: 40px;
    width: 100%;
    margin: 12px 0;
    padding: 0 45px;
    line-height: 40px;
    background: rgba(227, 230, 237, 0.3);
    border: 0;
    color: white;
    font-size: 15px;
}
.search-box input[type="search"]:focus {
    background-color: white;
    color: rgba(0, 0, 0, 0.87);
}


.search-box input[type="search"]::placeholder {
    color: white;
    opacity: 1;
}

.search-box input[type="search"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.87);
}

#search .search-box input[type="search"]::-webkit-search-decoration, #search .search-box input[type="search"]::-webkit-search-cancel-button, #search .search-box input[type="search"]::-webkit-search-results-button, #search .search-box input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

#search .search-box .search,
#search .search-box .clear-search {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: white;
}

#search .search-box.focus .search,
#search .search-box.focus .clear-search {
    color: rgba(0, 0, 0, 0.87);
}

#search .search-box .search {
    left: 0;
}

#search .search-box .clear-search {
    right: 0;
}

#search .search-box .search {
    padding: 20px 10px;
}

#search .search-box .clear-search {
    padding: 24px 20px;
}

#search .search-box .clear-search:hover {
    opacity: 0.5;
}

#filters-view {
    height: calc(100vh - 180px);
    overflow-y: scroll;
    position: fixed;
    top: 97px;
    padding: 15px 15px 0 0;
    min-width: 280px;
    width: 280px;
}

#content {
    margin-left: 280px;
}

@media only screen and (min-width: 1000px) {
    #filters-view {
        min-width: 350px;
        width: 350px;
    }

    #content {
        margin-left: 350px;
    }
}

#filters-view input[type="text"] {
    width: 50px;
    height: 23px;
}

#filters-view #filters-container .criteria-reset-button {
    cursor: pointer;
}

#filters-view #filters-container #power-container {
    background: #e1e5ee;
    padding: 5px;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
    padding: 15px 15px 8px;
}

#filters-view #filters-container .power-box label,
#filters-view #filters-container .security-filter label {
    margin-left: 7px;
}

#filters-view #filters-container .power-box .clear-power {
    position: absolute;
    left: 5.5em;
    top: .05em;
    cursor: pointer;
    padding: 7px;
    color: #d5d5d5;
}

#filters-view #filters-container .power-box .clear-power:hover {
    color: #000
}

#filters-view #filters-container .criterias-container {
    position: relative;
}

#filters-view #filters-container .criterias-container .new-feature-message {
    display: none;
    position: absolute;
    left: 0;
    top: -65px;
    border: 1px solid #ff3f17;
    background-color: white;
    padding: 8px 16px 8px 8px;
    line-height: 22px;
    color: #ff3f17;
    border-radius: 2px;
}

#filters-view #filters-container .criterias-container .new-feature-message::before {
    content: "x";
    display: block;
    right: 5px;
    top: -2px;
    position: absolute;
    color: #333;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    cursor: pointer;
}

#filters-view #filters-container .criterias-container .new-feature-message::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 16px;
    border: 7px solid transparent;
    border-top-color: #f5231b;
    bottom: -14px;
}

#filters-view #filters-container .toggle-invalid-schemes {
    margin: .25rem 0 .25rem .25rem;
}

#filters-view #filters-container .toggle-invalid-schemes label {
    padding-left: 7px;
    position: relative;
    top: -2px;
    margin: 0;
}

#filters-view #filters-container .security-filter input[type="text"] {
    width: 23.5px;
}

#filters-view #filters-container h2 {
    margin-bottom: 10px;
    font-weight: 300
}

#filters-view #filters-container button {
    float: right;
    margin-top: 1.5em;
    color: #955976;
    background-color: #f3f3f3;
    text-transform: capitalize;
    font-size: .8em;
    margin-bottom: 7px;
}

#filters-view #filters-container button i {
    color: #8b8c8d
}

#filters-view #filters-container h3 {
    font-weight: 300;
    margin: 0;
    cursor: pointer;
}

#filters-view #filters-container h3 i {
    float: right
}

#filters-view #filters-container .criteria-container {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin: 15px 0;
    background-color: #fff;
}

#filters-view #filters-container .criteria-container h3:first-child {
    border-top: 0
}

#filters-view #filters-container .criteria-container h3 {
    background-color: #e1e5ee;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    font-size: 15px;
    padding: 7px 15px
}

#filters-view #filters-container .criteria-container h3 .subheadline{
    font-size: 12px;
    margin-top: 5px;
}

#filters-view #filters-container .criteria-container ul {
    margin: 5px 0;
}

#filters-view #filters-container .criteria-container ul li {
    padding: 1px 0 1px 15px;
}

#filters-view #filters-container .criteria-container ul li label {
    margin: 0;
}


#filters-view #filters-container .criteria-container ul li input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 7px
}

#filters-view #filters-container #language {
    margin-top: 7px;
}

#filters-view #filters-container #language i {
    margin-right: 7px;
    font-size: 1.3em;
    position: relative;
    top: 2px
}

#spinner > .spinner {
    width: 0 !important;
    height: 0 !important;
    animation-duration: 0s !important
}

.hide {
    display: none
}

.bold {
    font-weight: bold
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #e9edf3;
}

.loading .wait {
    position: absolute;
    top: calc(50vh - 250px);
    left: calc(50vw - 250px);
    text-align: center;
    width: 500px;
    height: 350px;
}

.loading .wait img {
    position: absolute;
    top: 47px;
    z-index: 1;
    left: 50px;
}

.warning {
    background: #ffbd44;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 7px;
}

.warning .strong {
    font-weight: bold
}

.disable {
    color: #aaa;
    cursor: auto;
}

.center {
    position: absolute;
    top: 40%;
    left: 45%
}

#wait-schematics {
    position: relative
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 110;
    width: 100%;
    height: 100%;
}

.popup .popup-table {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 5;
    position: relative;
    width: 80%;
    height: 80%;
    margin: 0 auto;
    top: 10%;
    overflow: hidden;
}

.popup .popup-table::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-top-right-radius: 3px;
    border: 25px solid #ff3e17;
    border-color: #ff3e17 #ff3e17 transparent transparent
}

.popup .popup-table header {
    min-height: 4em;
    max-height: 6em;
    width: 95%;
    margin-bottom: 15px;
}

.popup .popup-table header #description {
    color: #000;
    margin-bottom: 1.5em
}

.popup .popup-table header h6 {
    font-style: italic
}

.popup .popup-table header i.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 1.1em;
    padding: .36em .36em 15px 15px;
    cursor: pointer
}

.popup .popup-table #table-wrapper {
    width: 100%;
}

.popup .popup-table #table-wrapper table#head {
    width: 100%;
}

.popup .popup-table #table-wrapper table#head td:first-child {
    border-top-left-radius: 3px
}

.popup .popup-table #table-wrapper table#head td:last-child {
    border-top-right-radius: 3px
}

.popup .popup-table #table-wrapper table#head tr td {
    background: #eee
}

.popup .popup-table #table-wrapper table tr td {
    padding: 7px;
    line-height: 1.3
}

.popup .popup-table #table-wrapper table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05)
}

.popup .popup-table #table-wrapper table tr:nth-child(odd) {
    background-color: #fff
}

.popup .popup-table #table-wrapper table td:nth-child(1) {
    width: 4em
}

.popup .popup-table #table-wrapper table td:nth-child(2) {
    width: 7em
}

.popup .popup-table #table-wrapper table td:nth-child(3) {
    width: 25em
}

.popup .popup-table #table-wrapper table td:nth-child(4) {
    width: 6em
}

.popup .popup-table #table-wrapper table td:nth-child(5) {
    width: 3em
}

.popup .popup-table #table-wrapper #table-inner {
    height: 44em;
    overflow-y: scroll;
}

.popup .popup-table #table-wrapper #table-inner table#response {
    width: 100%;
}

.popup .popup-table #table-wrapper #table-inner table#response td:nth-child(5) {
    width: 2em
}

.spinner {
    animation-duration: 0s !important
}

.dialog:before {
    border: none
}

.untranslated {
    color: #f00
}

.from-now {
    font-size: .7em
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label.default {
    background-color: #777
}

.label.success {
    background-color: #5cb85c
}

.label.dangeres {
    background-color: #d9534f;
    margin-bottom: 15px;
    display: block;
    position: absolute;
    margin-top: -2em
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* IE11 fixes */
.ie11 .material-icons-outlined {
    font-family: "Material Icons";
}

.ie11 #view-mode-grid, .ie11 #view-mode-list {
    line-height: 32px;
}
