@import url('./fonts/Montserrat/Montserrat.css');

@font-face {
    font-family: 'Quicksand';
    font-weight: 300;
    font-style: normal;
    src: url('./fonts/Quicksand/static/Quicksand-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/Quicksand/static/Quicksand-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    font-weight: 500;
    font-style: normal;
    src: url('./fonts/Quicksand/static/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    font-weight: 600;
    font-style: normal;
    src: url('./fonts/Quicksand/static/Quicksand-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    font-weight: 700;
    font-style: normal;
    src: url('./fonts/Quicksand/static/Quicksand-Bold.ttf') format('truetype');
}

html,
body,
.mx-layoutcontainer {
    height: 100%;
    line-height: 1.6 !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat';
    color: #097088;
}

p,
div {
    font-family: 'Quicksand';
}

/* form-control width fix */

select.form-control {
    width: 100%;
    padding: 8px 10px;
}

input.form-control {
    width: 100%;
}

textarea.form-control {
    width: 100%;
}

.form-group-flex-fix .form-group {
    display: flex;
}

.checkbox label::before {
    right: unset;
}

.compare-view .row>div {
    width: 100%;
}

.mx-listview.mx-listview-clickable>ul>li {
    cursor: pointer;
} 

.clickable .mx-templategrid-item {
    cursor: pointer;
}

.col-sm-9.col-sm-offset-3 {
    margin-left: 25%;
}

.about-team-accounting {
    padding-left: 25px;
}

.custom-checkbox-button {
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border: 1px solid #80868b;
    font-size: 14px;
}

.custom-checkbox-button span {
    top: 0px;
    left: 1.5px;
}

.custom-checkbox-button.unchecked span {
    opacity: 0;
}

.page-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    margin: 64px 0px 48px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

.page-subtitle {
    margin: 32px 0px 16px 0px;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

/* mediQ Buttons */
.mediq-btn-primary {
    background: #097088;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    font-size: 14px;
}

.mediq-btn-primary:hover {
    color: #ffffff;
    background-color: #097088BB;
}

.mediq-btn-secondary {
    background: #5DBDD5;
    color: white;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    font-size: 14px;
}

.mediq-btn-secondary:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #5DBDD5CC;
}

.mediq-btn-danger-low {
    background: #a40000;
    border-color: #a40000;
}

.mediq-btn-danger-low:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    cursor: pointer;
}

/* mediQ Link */
.mediq-link {
    color: #097088;
    font-weight: 500;
    font-family: 'Quicksand';
    font-size: 14px;
}

/* mediQ landing page */
@media (min-width: 1400px) {
    .mediq-full-width {
        max-width: none;
    }

    .mediq-content {
        max-width: 1400px;
        margin: 0px auto;
    }

    .masterdata-region {
        margin: 0px auto;
    }
}

.mediq-home {
    background: linear-gradient(256.17deg, #FFFFFF -7.78%, #5DBDD5 11.3%, #097088 92.87%);
}

.mediq-home .mediq-white {
    background: #ffffff;
}

.mediq-static-bluebg {
    background: #43a4bc;
}

.mobile-home .carousel-controls {
        position: relative; 
        width: 100%;
}

.mobile-home {
    background: linear-gradient(256.17deg, #5DBDD5 -7.78%, #5DBDD5 11.3%, #097088 92.87%);
}

.mobile-web .mobile-nav { 
    background: #fff;
}

.mobile-web .mobile-nav .navbar-inner {
    background: #fff;
}

.mobile-nav.mx-navigationtree .navbar-inner>ul>li>a {
    background: #ffffff !important;
    color: #097088 !important;
    font-family: Quicksand;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border: none !important;
    height: 47px;
    justify-content: flex-end;
    padding-right: 33px;
}

.mediq-home .header-name {
    font-family: 'Montserrat';
    position: relative;
    left: 125px;
    color: white;
    font-size: 48px;
    font-weight: 500;
}

.mediq-home .header-description {
    font-family: 'Montserrat';
    position: relative;
    left: 125px;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.mediq-home .header-btn {
    position: relative;
    top: 40px;
    left: 125px;
}

.mediq-home .btn-register {
    width: 180px;
    height: 40px;
}

.mobile-home .header-name {
    font-family: 'Montserrat';
    position: relative;
    color: white;
    font-size: 48px;
    font-weight: 500;
}

.mobile-home .header-description {
    font-family: 'Montserrat';
    position: relative;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.mobile-home .header-btn {
    position: relative;
    top: 40px;
}

.mobile-home .btn-register {
    height: 40px;
}

.mediq-content {
    color: #000000;
}

.mediq-content.mediq-light {
    color: white;
}

.mediq-content .content-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.mediq-content .content-icon {
    margin-bottom: 24px;
}

.mediq-content .content-text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 150%;
}

.content-text.as-list span {
    display: list-item;
}

.mobile-web .mobile-left {
    justify-content: flex-start !important;
}

.mediq-content .content-text.content-center {
    text-align: center;
}

.mediq-licence-card-container {
    height: 520px;
}

.mediq-licence-card {
    width: 300px;
    height: 441px;
    border: 1px solid rgb(232, 232, 232);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: rgb(255, 255, 255);
    margin-bottom: 55px;
}

.mediq-licence-card .card-content {
    height: 440px;
}

.card-content .content-line {
    display: flex;
    padding-top: 15px;
}

.mediq-licence-card button {
    width: 300px;
    height: 56px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    background: #097088;
    color: white;
    margin-left: -1px;
}

.profile-desktop .mediq-licence-card-more {
    margin-top: 32px;
}

.mobile-web .mediq-licence-card-more {
    margin-top: 32px;
}

.mediq-licence-card-more img {
    margin-top: 2px;
}

.region-topbar::before {
    display: none !important;
}

.region-topbar {
    box-shadow: none !important;
    z-index: 100 !important;
}

.mediq-header {
    display: flex;
    align-items: center;
    position: fixed;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

/** FIX for <li><p> in Rich Text boxes **/
.widget-rich-text .ql-editor ul > li
{
    display:flex;
}

/* FIX FOR IE */
.mediq-header img {
    max-width: 130px;
    width: 130px !important;
}

.mediq-header img:focus {
    outline: none;
}

.mediq-header ul {
    margin-top: 0 !important;
}

.mediq-header .dropdown ul {
    margin-top: 0 !important;
}

.mediq-header .mx-navbar-submenu {
    border-top: 1px solid #ffffff;
}

.mediq-header .mx-navbar-submenu .active a {
    border-bottom: none;
}

.mediq-header a {
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.mediq-header .mx-navbar-item > a {
    height: 60px;
}

.mediq-header a:focus {
    outline: none !important;
    background: transparent !important;
}

.mediq-header .active {
    background: transparent;
    outline: none;
}

.mediq-header .active a {
    color: #097088 !important;
    border-bottom: 3px solid #097088;
    padding-top: 3px;
}

.mediq-header .btn-sign-in-out {
    width: 160px;
    height: 40px;
}

.mediq-header .mx-navbar-item.dropdown>a>b.caret {
    border-style: solid;
    border-bottom: none;
}

.mediq-footer {
    background: #F6F6F6;
    min-height: 300px;
}

.mediq-footer .footer-link-container {
    padding-top: 6px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.mediq-footer .footer-link {
    margin-left: 32px;
    color: #545454;
    font-weight: 500;
}

.mediq-footer .footer-link-external {
    color: #3E64BB;
}

.mediq-footer .footer-text {
    font-size: 12px;
    line-height: 15px;
    color: #545454;
    font-weight: 500;
}

.mediq-hideempty .mx-listview-empty{
    display: none;
}

.widget-rich-text-quill .form-control {
    display: block;
}

.mx-dropdown .form-control {
    padding-left: 10px;
}

.form-control-static-as-text .form-control-static {
    border-bottom: none;
    padding: 0;
}

.reference-set-selector-no-styling  .form-control-static{
    padding: 0;
    border-bottom: none;
}

.message-box {
    border-radius: 4px;
    padding: 14px;
}

.message-box.info {
    color: #387180;
    background-color: #dff2f7;
    border-color: 1px solid #418495;
}

.message-box.warning {
    color: #1d1d1b;
    background-color: #fdf5e6;
    border: 1px solid #d8aa4b;
}

.warning-message-box {
    border: 1px solid #d8aa4b;
    background: #fdf5e6;
}

.warning-message-box p {
    color: #1d1d1b;
    font-size: 14px;
    font-weight: normal;
    margin: 5px !important;
}

.masterdata-controlbar-wrapper {
    height: 44px;
    width: 100%;
}

.masterdata-controlbar {
    border: 1px solid #ebebeb;
    position: fixed;
    height: 44px;
    width: 100%;
    background: #f6f6f6;
    z-index: 99;
}

.masterdata-controlbar-content a {
    padding: 11px;
    font-weight: 500;
    color: #097088;
}

.masterdata-controlbar-content {
	padding-left: 318px;
}

.masterdata-controlbar-content a:hover {
    background: #5dbdd533;
    text-decoration: none;
}

.masterdata-controlbar-content a:focus {
    text-decoration: none;
}

.masterdetail {
    margin-bottom: 100px;
}

.masterdetail>.mx-listview-clickable>ul>li {
    border-bottom: 1px solid #EDEFF1;
}

.masterdetail .overview-listview {
	padding: 15px 0 !important;
	word-wrap: break-all;
}

.masterdetail .overview-listview .no-top-padding ul li {
	padding-top: 0 !important;
}

.masterdata-region-content {
    padding-bottom: 48px;
}

.masterdata-noflex textarea {
	flex: none;
}

.mediq-simple-checkbox-selector .checkbox input[type="checkbox"] {
	display: inline-block;
}

.mediq-simple-checkbox-selector .checkbox label::before {
	border: none;
}

.mediq-simple-checkbox-selector .checkbox span {
	padding-left: 12px;
}

.link-print {
    position: relative;
    top: 120px;
    left: -150px;
    height: 40px;
    color: #097088;
    width: 120px;
}

.mx-demouserswitcher .mx-demouserswitcher-toggle {
    top: 160px;
    width: 80px;
    left: -80px;
}

.detailview-modal-header {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.spacing-top-large {
    margin-top: 32px !important;
}

.indicator-img-text {
    display: flex;
    align-items: center;
}

.masterdata-header {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.masterdata-icon img{
    width: 50px;
    height: 90px;
}

.masterdata-synonym {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.masterdata .mx-grid-searchbar {
    position: absolute;
    right: 0;
    top: -108px;
    height: 45px !important;
}

.masterdata .mx-grid-searchbar input {
    font-size: 14px !important;
    padding-right: 35px;
    height: 45px !important;
}

.masterdata .mx-grid-searchbar button {
    display: none;
}

.masterdata .mx-grid-search-input {
    width: 400px;
}

.masterdata .mx-datagrid-head {
    color: #80868b;
    background: #f6f6f6;
}

.mx-datagrid-head-caption {
    font-size: 14px;
    font-weight: 700;
}

.masterdata-detail-head-caption span,
.masterdata-detail-head-caption p {
    font-size: 14px;
    font-weight: 700;
}

.masterdata-detail-head-caption p {
    margin-top: 15px;
}

.masterdata-details-magnifier {
    z-index: 1;
    top: 22px;
    float: right;
    padding: 0;
    width: fit-content;
}

.masterdata-details-text {
    font-size: 14px;
    font-weight: 500;
    color: #097088;
}

.masterdata-details-name {
    font-size: 16px;
    font-weight: bold;
}

.masterdata-detail-description {
    margin-top: 20px;
}

.masterdata-detail-description {
    font-size: 14px;
    font-weight: normal;
}

.masterdata-details-date {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.masterdata-details-link label,
.masterdata-details-link {
    font-size: 14px;
    color: #097088;
    font-weight: 600;
    word-break: break-all;
}

.masterdata-details-link:hover {
    text-decoration: underline;
}

.masterdata-details-edit-button {
    background: #097088;
    height: 40px;
    border: none;
    border-radius: 3px;
}

.masterdata-details-secondary-button {
    background: #ffffff;
    height: 40px;
    border: 1px solid #097088;
    border-radius: 3px;
    color: #097088;
    font-weight: 500;
}

.masterdata-details-groupbox-templategrid .mx-templategrid-item {
    border: none;
}

.masterdata-state-indicator {
    border-radius: 3px;
    width: 100px;
    height: 30px;
    border: 0;
    font-weight: 500;
}

.masterdata-state-indicator-draft {
    width: 145px;
    height: 30px;
    padding: 1px 0 0 0;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
}

.masterdata-status-bar td {
    border: none;
}

.mx-listview-item li {
    border: none;
    padding: 5px !important;
}

.listview-searchbar button {
    display: none !important;
}

.listview-searchbar input {
    padding-right: 30px;
    height: 45px !important;
}

.listview-searchbar-icon {
    position: absolute;
    top: 13px;
    right: 23px;
}

.listview-head {
    color: #000000;
    background: #f6f6f6;
    padding: 0px 15px !important;
    word-break: break-all;
}

.listview-head span {
    font-weight: 500;
}

.listview-header,
.listview-header span {
    padding: 15px 0;
}

.mx-scrollcontainer .mx-placeholder .masterdetail .mx-layoutgrid,
.mx-scrollcontainer .mx-placeholder .masterdetail .mx-layoutgrid-fluid {
    padding: 0 15px;
}

.listview-noborder li,
.listview-noborder ul {
    border: none !important;
    padding: 0;
}

.listview-nomargin ul {
    margin: 0 !important;
}

.listview-border-bottom>ul>li {
    border-bottom: 1px solid #EDEFF1 !important;
}

.listview-boldelement {
    font-weight: 500;
}

.selector-padding select {
    padding: 8px;
}

.mx-groupbox .mx-groupbox-header {
    color: white !important;
    font-family: 'Quicksand';
    font-weight: 500;
    background: #097088 !important;
    border: none !important;
    border-radius: 0 !important;
}

.mx-groupbox.collapsed .mx-groupbox-header {
    color: #000000 !important;
    font-weight: 500;
    background: #f6f6f6 !important;
    border: none !important;
    border-radius: 0 !important;
}

.mx-groupbox-body {
    border: none !important;
    font-weight: 500;
}

.mx-groupbox {
    margin: 30px 0 30px 0;
    border: 1px solid #edeff1;
}

.mx-groupbox .glyphicon-plus:before {
    content: url(/img/Main$Images$menu_down.svg);
}

.mx-groupbox .glyphicon-minus:before {
    content: url(/img/Main$Images$menu_up.svg);
}

.masterdata-details-list li {
    border: none !important;
}

/* State indicators */

.state-indicator {
    border-radius: 3px;
    width: 100px;
    height: 30px;
    border: 0;
    font-weight: 500;
}

.state-indicator.large {
    width: 145px;
    height: 30px;
    padding: 1px 0 0 0;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
}

.state-switcher {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100px;
    height: 35px;
    font-weight: 500;
}

.state-switcher.large {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 145px;
    height: 35px;
    font-weight: 500;
}

.state-switcher-icon {
    height: 35px;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
    padding: 6px 10px;
}

.state-indicator.bg-green , .state-switcher.bg-green {
    color: #ffffff;
    background: #84b638;
}

.state-indicator.bg-orange,  .state-switcher.bg-orange {
    color: #ffffff;
    background: #EA9D42;
}

.state-indicator.bg-blue, .state-switcher.bg-blue {
    color: #ffffff;
    background: #097088;
}

.state-switcher-icon.border-green {
    color: black;
    border-color:  #84b638;
}

.state-switcher-icon.border-orange {
    color: black;
    border-color: #EA9D42;
}

.state-switcher-icon.border-blue {
    color: black;
    border-color: #097088;
}

/* Tooltip container */
.tooltip-bubble {
    position: relative;
    opacity: 1;
    display: flex;
    align-items: center;
}

/* Tooltip text */
.tooltip-bubble .tooltiptext {
    padding: 5px !important;
    font-size: 12px;
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bubble .tooltiptext::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-bubble:hover .tooltiptext {
    visibility: visible;
    z-index: 1;
}

.custom-spinner {
    margin: 0 auto;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #097088;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.custom-loader {
    position: relative;
    top: 42px;
    text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.has-spinner .glyphicon {
    /* initial, do not display*/
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
    /* delay animation, for fast responses*/
    -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 0.8s;
}

.has-spinner:disabled {
    /* show the progress pointer */
    pointer-events: auto;
    cursor: progress;
}
.has-spinner:disabled .glyphicon {
    /* show the spinner */
    opacity: 1;
    width: auto;
    /* This doesn't work, just fix for unknown width elements */
    /* make the spinner spin*/
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
/* set width for different btn sizes */
.has-spinner.btn-mini:disabled .glyphicon-refresh {
    width: 10px;
}
.has-spinner.btn-small:disabled .glyphicon-refresh {
    width: 13px;
}
.has-spinner.btn:disabled .glyphicon-refresh {
    width: 16px;
}
.has-spinner.btn-large:disabled .glyphicon-refresh {
    width: 19px;
}

/* create the animation */
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.sidebar {
    height: 100%;
    background-color: #f6f6f6;
    max-width: 320px;
    position: fixed;
    margin: -30px 0px 0px -15px;
}
.main-content {
    margin-left: 350px;
}

.mediq-menubar {
    background-color: #f6f6f6;
}

.mediq-menubar .mx-navbar-item > a {
    padding: 20px 15px !important;
}

.mediq-menubar.mx-navbar ul.nav > li.mx-navbar-item {
    width: 100%;
}
.mediq-menubar.mx-navbar ul.nav > li.mx-navbar-item > a {
    background-color: #f6f6f6;
    color: #000000;
}

.mediq-menubar.mx-navbar ul.nav > li.active a {
    background-color: #097088;
    color: #fff;
}

.mediq-menubar.mx-navbar ul.nav > li.mx-navbar-item > a:hover {
    background-color: #097088;
    color: #fff;
}

.tablegrid > div {
    padding-top: 8px;
    padding-bottom: 8px;
}

.tablegrid.border-bottom > div {
    border-bottom: 1px solid #ededed;
}

.profilecard {
    width: 250px;
    height: 322px;
    position: relative;
    margin: 0 auto;
}

.profilecard-image {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.profilecard-shader {
    position: absolute;
    top:144px;
    left: 0;
}

.profilecard-content {
    position: relative;
    top: -138px;
    text-align: center;
    z-index: 2;
}

.profilecard-content .pc-headertext {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.profilecard-content .pc-subtext {
    color: #f8f8f8;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    height: 34px;
}

.profilecard-footer {
    background: #097088;
    height: 70px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    position: relative;
    z-index: 1;
}

.profilecard-footer-content {
    position: relative;
    top: -132px;
    text-align: center;
    z-index: 2;
}

.profilecard-footer-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.jobs {
    max-width: 808px;
    margin: 0 auto;
    position: relative;
}

.jobs .mx-groupbox-header {
    height: 93px;
    background: #F1F1F1 !important;
    border-bottom: 2px solid #EBEBEB !important;
}

.jobs .mx-groupbox {
    border: 2px solid #EBEBEB !important;
}

.jobs-groupbox-header {
    position: absolute;
    top: 22px;
    left: 32px;
}

.jobs .mx-groupbox .glyphicon-plus:before {
    content: url("/img/Main$Images$job_collapsed.svg");
}

.jobs .mx-groupbox .glyphicon-minus:before {
    content: url("/img/Main$Images$job_not_collapsed.svg");
}

.jobs-groupbox-content {
    color: #000000;
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    margin: 0px 0px 16px 48px;
}

.jobs-groupbox-content p {
    font-weight: bold;
    margin-bottom: 0px;
}

.impressum {
    color: #000000;
    line-height: 17px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
}

.custom-list li {
    margin: 0px -16px;
    padding: 10px 22px !important;
}

.custom-list li:hover {
    background: #f4f4f4 !important;
}

/* Button position fix for IE 8 - 11 */
@media screen\0 {
    .btn-signin, .btn-signout {
        margin-right: 15px;
    }
}

@page { 
    size: 210mm 297mm; 
    margin: 12mm 12mm;
}

@media print {
    * {
        -ms-overflow-style: none;
    }
/**
 This was introduce in 8.7.0 and Atlas UI 2.5.0 due to the fact that laoyut grids in print view
 are not adhering to col-md or col-lg but only to Phone-cols. (usually col-12) when set to manual.
**/ 
    .interactioncheck-container .print-col-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .interactioncheck-container .print-col-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .interactioncheck-container .print-col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .interactioncheck-container .print-col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .interactioncheck-container .print-col-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .interactioncheck-container .print-col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .interactioncheck-container .print-col-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .interactioncheck-container .print-col-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .interactioncheck-container .print-col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .interactioncheck-container .print-col-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .interactioncheck-container .print-col-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .interactioncheck-container .print-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

/** End of workaround for print view **/ 

    .hidden-print {
        display: none !important;
    }


    .interactioncheck-container .hide-phone,
    .interactioncheck-container .hide-tablet {
        display: none;
    }

    .print-block {
        display: block !important;
    }

    .mx-scrollcontainer, .mx-scrollcontainer-center {
        display:block !important;
        left: 0 !important;
    }

    .region-sidebar {
        display: none !important;
    }

    .region-topbar {
        display: none;
    }

    .mediq-footer {
        display: none;
    }

    .mx-scrollcontainer-wrapper {
        display: block;
        max-width: 184mm !important;
        overflow: visible !important;
    }

    .mx-name-layoutGrid1 {
        width: 100% !important;
        margin: 0;
    }

    .row {
        display: block;
        margin: 0px;
    }

    .col-md-12 {
        padding: 0px;
    }

    .warning-message-box {
        background: #fdf5e6 !important;
    }

    .control-bar {
        display: none;
    }

    .interactioncheck-container {
        max-width: 100% !important;
        page-break-inside: avoid;
        word-break: break-all;
    }

    .indicator-img-text .tooltip-bubble {
        padding: 0px;
        margin: 0px;
    }

    .sprintrFeedback__sidebar {
        display: none;
    }

    .interaction-check .SearchWidgetApp .component {
        max-width: 100% !important;
        width: 100%;
        margin: 0px auto;
    }

    .tag-text {
        padding-top: 2px;
    }

    .break-word {
        /* break-all because IE does not support break-word */
        word-break: break-all;
    }

    .interaction-check .page-break {
        display: block; 
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .interaction-check .collapsible *,
    .interaction-check .SearchWidgetApp *,
    .interaction-check .interactioncheck-container * {
        font-size: 12px;
        font-family: sans-serif !important;
    }

    .interaction-check .SearchWidgetApp .legend {
        width: 100%;
        font-size: 12px;
    }

    .interaction-check .SearchWidgetApp .interaction-table table {
        max-width: 100%;
    }

    .interaction-check .SearchWidgetApp .interaction-table td {
		width: 25mm;
        max-width: 25mm;
        padding: 0;
    }

    .interaction-check .SearchWidgetApp .interaction-table .indicator-container:empty {
        display: none;
    }

    .interaction-check .SearchWidgetApp .interaction-table .indicator-container {
        justify-content: center;
        margin: 0;
    }

    .interaction-check .SearchWidgetApp .interaction-table td .header-cell, 
    .interaction-check .SearchWidgetApp .interaction-table td .cell-text {
        display: inline-block;
        word-break: break-all;
        min-width: 20mm;
        max-width: 24mm;
    }

    .interaction-check .search-widget {
        border-color: black;
    }

    .interaction-check .tag-card {
        border: 1px solid black;
    }

    .interaction-check .delete-button {
        margin: 5px 2px 0px 12px;
    }

    .interaction-check .interaction-table td {
        border-color: black;
    }

    .interaction-check .legend {
        border-color: black;
    }

    .interaction-check .collapsible-header {
        border: 1px solid black;
        border-bottom: none;
    }

    .interaction-check .collapsible-content {
        border-color: black;
    }

    .interaction-check .btn-send-combination,
    .interaction-check .link-print,
    .interaction-check .search-form-button,
    .interaction-check .delete-tag {
        display: none;
    }

    .interaction-check .mx-groupbox {
        width: 100% !important;
        border-color: black;
    }

    .interaction-check .mx-groupbox-header {
        border-bottom: 1px solid black !important;
        color: black !important;
    }

    .interaction-check .mx-groupbox .masterdata-detail-head-caption {
        padding-left: 5px;
    }

    .interaction-check .mx-groupbox .masterdata-detail-head-caption span {
        font-weight: 600;
    }

    .interaction-check .mx-groupbox-body .row {
        display: flex;
    }

    .interaction-check .tooltip-bubble img {
        min-width: 30px;
        max-width: 80px;
    }

    .interaction-check .tooltip-bubble .invitro-icon {
        min-width: 10px;
    }

    .interaction-check .print-margin-left-small {
        margin-left: 5px;
    }

    .interaction-check .print-margin-left-large {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {   
    .nav-sidebar {
        background: #fff;
        position: fixed;
        height: 100vh;
        box-shadow: 0px 0 4px 0 rgba(0, 0, 0, 0.14);
    }

    .mediq-header .navbar.hide-phone>ul {
        display: none !important;
    }

    .mediq-header .toggle-btn {
        display: inline-block !important;
    }

    .nav-sidebar .navbar-inner {
        background: #fff;
    }
    
    .nav-sidebar .navbar-inner>ul>li>a {
        background: #ffffff;
        color: #097088;
        font-family: Quicksand;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        border: none;
        height: 47px;
        padding-right: 33px;
    }

    .nav-sidebar .navbar-inner>ul>li>a.active,
    .nav-sidebar .navbar-inner>ul>li>a:focus,
    .nav-sidebar .navbar-inner>ul>li>a:hover {
        background: #097088;
        color: #ffffff;
    }

    .nav-sidebar .navbar-inner>ul>li.mx-navigationtree-has-items>a {
        background: #ffffff;
        color: #097088;
    }

    .nav-sidebar .navbar-inner>ul>li>a .caret,
    .nav-sidebar .navbar-inner>ul>li>a:hover .caret,
    .nav-sidebar .navbar-inner>ul>li>a:focus .caret
     {
        border-top-color: #097088;
        border-bottom-color: #097088;
    } 

    .nav-sidebar .navbar-inner>ul>li.mx-navigationtree-has-items>a .caret {
        border-top-color: #097088;
        border-bottom-color: #097088;
    }

    .nav-sidebar .navbar-inner>ul>li>ul>li>a {
        background: #fbfbfb;
        color: #097088;
        font-family: Quicksand;
        font-weight: 500;
        font-size: 14px;
    }

    .nav-sidebar .navbar-inner>ul>li>ul>li>a.active {
        background: #097088;
        color: #ffffff;
    }

    .nav-sidebar .navbar-inner>ul>li>ul>li>a:hover {
        background: #097088;
        color: #ffffff;
    }

    .nav-sidebar .navbar-inner>ul>li>ul>li:first-child>a
    {
        border-top: 1px solid #ededed;
    }

    .nav-sidebar .navbar-inner>ul>li>ul>li:last-child>a {
        border-bottom: 1px solid #ededed;
    }

    .nav-sidebar li>a {
        min-width: 200px;
    }

    .about-team-accounting {
        padding: 0px;
    }

    .state-indicator {
        width: 80px;
        min-height: 32px;
        padding: 8px;
    }

    .state-indicator.large {
        width: 80px;
        min-height: 48px; 
        padding: 8px;
    }

    .tablet-licence-actions button {
        max-width: 120%;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sidebar {
        max-width: 50px;
        overflow: hidden;
    }

    .sidebar .mediq-menubar li>a {
        color: transparent !important;
    }

    .sidebar .mediq-menubar li>a .glyphicon {
        color: black !important;
    }

    .main-content {
        max-width: calc(100vw - 80px);
        margin-left: 50px;
    }

    .masterdata-controlbar-content {
        padding-left: 50px;
    }

    .tablet-align-right>div {
        text-align: right !important;
    }

    .nav-sidebar {
        overflow-y: scroll;
    }

    .mx-radiogroup {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .sidebar {
        max-width: 180px;
    }

    .main-content {
        margin-left: 220px;
    }

    .masterdata-controlbar-content {
        padding-left: 180px;
    }
}


/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tL2N1c3RvbS5jc3MiLCJzb3VyY2VzIjpbImN1c3RvbS9jdXN0b20uc2NzcyIsImN1c3RvbS9fY3VzdG9tLXZhcmlhYmxlcy5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgXCJjdXN0b20tdmFyaWFibGVzXCI7XG5AaW1wb3J0IFwiX2N1c3RvbS12YXJpYWJsZXNcIjtcbkBpbXBvcnQgdXJsKFwiaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQ6NDAwLDUwMCw3MDBcIik7XG5AaW1wb3J0IHVybChcImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1RdWlja3NhbmQ6NDAwLDUwMFwiKTtcblxuaHRtbCwgYm9keSwgLm14LWxheW91dGNvbnRhaW5lciB7XG4gICAgaGVpZ2h0OiAxMDAlO1xufVxuXG5oMSwgaDIsIGgzLCBoNCwgaDUge1xuICAgIGZvbnQtZmFtaWx5OiBcIk1vbnRzZXJyYXRcIjtcbiAgICBjb2xvcjogIzA5NzA4ODtcbn1cblxucCwgZGl2IHtcbiAgICBmb250LWZhbWlseTogXCJRdWlja3NhbmRcIjtcbn1cblxuQG1lZGlhKG1pbi13aWR0aDogMTQwMHB4KSB7XG4gICAgLnJlZ2lvbi1jb250ZW50IHtcbiAgICAgICAgLm14LXNjcm9sbGNvbnRhaW5lci13cmFwcGVyIHtcbiAgICAgICAgICAgIG1heC13aWR0aDogMTQwMHB4O1xuICAgICAgICAgICAgbWFyZ2luOiAwcHggYXV0bztcbiAgICAgICAgfVxuICAgIH1cbn1cblxuLmN1c3RvbWhvbWUgIHtcblxuICAgIC5wYWdlaGVhZGVyIHtcblxuICAgICAgICBoMSB7XG4gICAgICAgICAgICBjb2xvcjogI2ZmZmZmZjtcbiAgICAgICAgICAgIGhlaWdodDogMTEycHg7XG4gICAgICAgICAgICBmb250LWZhbWlseTogXCJNb250c2VycmF0XCI7XG4gICAgICAgICAgICBsZXR0ZXItc3BhY2luZzogLTFweDtcbiAgICAgICAgICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiBtZWRpdW07XG4gICAgICAgICAgICBmb250LXNpemU6IDQ4cHg7XG4gICAgICAgICAgICBsaW5lLWhlaWdodDogNTZweDtcbiAgICAgICAgfVxuICAgICAgICBcbiAgICAgICAgYmFja2dyb3VuZDogbm9uZTtcbiAgICAgICAgYm9yZGVyLWJvdHRvbTogbm9uZTtcbiAgICB9XG5cbiAgICAucmVnaW9uLWNvbnRlbnQge1xuICAgICAgICBiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMjQwLjNkZWcsICNGRkZGRkYgLTcuNzglLCAjNURCREQ1IDExLjMlLCAjNURCREQ1IDMyLjI3JSk7XG4gICAgICAgIGNvbG9yOiAjZmZmZmZmO1xuICAgICAgICBwYWRkaW5nLWxlZnQ6IDUwcHg7XG4gICAgICAgIHBhZGRpbmctcmlnaHQ6IDEwMHB4O1xuXG4gICAgICAgIGEge1xuICAgICAgICAgICAgY29sb3I6ICNmZmZmZmY7XG4gICAgICAgIH1cblxuICAgICAgICAuaG9tZWJveCB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiAjZmZmZmZmO1xuICAgICAgICAgICAgY29sb3I6ICM0RDUxNjk7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiA4cHg7XG4gICAgICAgICAgICBwYWRkaW5nOiAxNXB4O1xuICAgICAgICAgICAgbWFyZ2luOiA1cHg7XG5cbiAgICAgICAgICAgIGEge1xuICAgICAgICAgICAgICAgIGNvbG9yOiAjNEQ1MTY5O1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufVxuXG4ubWVkaXFmb290ZXIge1xuICAgYmFja2dyb3VuZDogIzIyMjtcbiAgIG1pbi1oZWlnaHQ6IDMwMHB4O1xuXG4gICBjb2xvcjogI2ZmZjtcbn1cblxuLm14LWRlbW91c2Vyc3dpdGNoZXIge1xuICAgIC5teC1kZW1vdXNlcnN3aXRjaGVyLXRvZ2dsZSB7XG4gICAgICAgIHRvcDogNzBweDtcbiAgICAgICAgd2lkdGg6IDgwcHg7XG4gICAgICAgIGxlZnQ6IC04MHB4O1xuICAgIH1cbn0iLCIvLz09IEdyYXkgU2hhZGVzXG4vLyMjIERpZmZlcmVudCBncmF5IHNoYWRlcyB0byBiZSB1c2VkIGZvciBvdXIgdmFyaWFibGVzIGFuZCBjb21wb25lbnRzXG4kZ3JheS1kYXJrZXI6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIzIyMjIyMjtcbiRncmF5LWRhcms6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjMzMzMzMzO1xuJGdyYXk6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICM1NTU1NTU7XG4kZ3JheS1saWdodDogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIzg4ODg4ODtcbiRncmF5LXByaW1hcnk6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjRDdEN0Q3O1xuJGdyYXktbGlnaHRlcjogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICNFRUVFRUU7XG5cbi8vPT0gU3RlcCAxOiBCcmFuZCBDb2xvcnNcbiRicmFuZC1kZWZhdWx0OiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjREREREREO1xuJGJyYW5kLXByaW1hcnk6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMwOTcwODg7XG4kYnJhbmQtaW52ZXJzZTogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIzI1MkMzNjtcbiRicmFuZC1pbmZvOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjNURCREQ1O1xuJGJyYW5kLXN1Y2Nlc3M6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMwMTc1NTY7XG4kYnJhbmQtd2FybmluZzogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI0Y5OUIxRDtcbiRicmFuZC1kYW5nZXI6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjRUQxQzI0O1xuXG4vLyBVc2VkIGZvciBvdGhlciB2YXJpYWJsZXNcbiRkZWZhdWx0LWJvcmRlci1jb2xvcjogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAkZ3JheS1wcmltYXJ5O1xuXG4vLz09IFN0ZXAgMzogVHlwb2dyYXBoeVxuJGZvbnQtZmFtaWx5LWltcG9ydDogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiaHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PU1vbnRzZXJyYXQ6NDAwLDUwMCw3MDBcIjtcbiRmb250LWZhbWlseS1iYXNlOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIk1vbnRzZXJyYXRcIiwgc2Fucy1zZXJpZiAhaW1wb3J0YW50O1xuJGZvbnQtYmFzZS1zaXplOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDE0cHg7XG4kZm9udC1iYXNlLWNvbG9yOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIzFEMUQxQjtcbiRsaW5rLWNvbG9yOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjNURCREQ1O1xuJGZvbnQtc2l6ZS1oMTogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDMxcHg7XG4kZm9udC1zaXplLWgyOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMjZweDtcbiRmb250LXNpemUtaDM6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAyNHB4O1xuJGZvbnQtc2l6ZS1oNDogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDE4cHg7XG4kZm9udC1jb2xvci1oZWFkZXJzOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIzFEMUQxQjtcblxuLy89PSBTdGVwIDI6IFVJIEN1c3RvbWl6YXRpb25cblxuLy8gVG9wYmFyXG4kdG9wYmFyLWJnOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI0ZGRkZGRjtcbiRuYXZ0b3BiYXItYm9yZGVyLWNvbG9yOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAkZGVmYXVsdC1ib3JkZXItY29sb3I7XG4kdG9wYmFyLWJvcmRlci1jb2xvcjogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJG5hdnRvcGJhci1ib3JkZXItY29sb3I7XG4kdG9wYmFyLW1pbmltYWxoZWlnaHQ6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgNjBweDtcbiRuYXZ0b3BiYXItY29sb3I6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAkZm9udC1iYXNlLWNvbG9yO1xuJG5hdmJhci1icmFuZC1uYW1lOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRkZWZhdWx0LWJvcmRlci1jb2xvcjtcbiRicmFuZC1sb2dvOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmYWxzZTtcbiRicmFuZC1sb2dvLWhlaWdodDogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAzMHB4O1xuJGJyYW5kLWxvZ28td2lkdGg6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDMwcHg7XG5cbi8vIFNpZGViYXJcbiRzaWRlYmFyLWJnOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAkYnJhbmQtaW52ZXJzZTtcbiRuYXZzaWRlYmFyLWNvbG9yOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAjRkZGRkZGO1xuJG5hdnNpZGViYXItY29sb3ItaG92ZXI6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICRuYXZzaWRlYmFyLWNvbG9yO1xuXG4vLyBCYWNrZ3JvdW5kc1xuJGJnLWNvbG9yOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICNGRkZGRkY7XG4kYmctY29sb3Itc2Vjb25kYXJ5OiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI0Y1RjhGRDtcblxuLy8gPT0gT2xkIHZhcmlhYmxlcyB1c2VkIGluIHRoZW1lIGN1c3RvbWl6ZXIgdG8gdGhlIG5ldyBsaWIgdmFyaWFibGVzXG4kZm9udC1zaXplLWRlZmF1bHQ6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJGZvbnQtYmFzZS1zaXplO1xuJGZvbnQtY29sb3ItZGVmYXVsdDogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRmb250LWJhc2UtY29sb3I7XG4kYm9yZGVyLWNvbG9yLWRlZmF1bHQ6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJGRlZmF1bHQtYm9yZGVyLWNvbG9yO1xuJGZvbnQtY29sb3ItaGVhZGVyOlx0XHRcdFx0ICAgICAgICAgICAgICAgICAgICAkZm9udC1jb2xvci1oZWFkZXJzO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sQ0FBQyxxRUFBSTtBQUNaLE9BQU8sQ0FBQyxnRUFBSTtBQUVaLEFBQUEsSUFBSSxFQUFFLElBQUksRUFBRSxtQkFBbUIsQ0FBQztFQUM1QixNQUFNLEVBQUUsSUFBSTtDQUNmOztBQUVELEFBQUEsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQztFQUNmLFdBQVcsRUFBRSxZQUFZO0VBQ3pCLEtBQUssRUFBRSxPQUFPO0NBQ2pCOztBQUVELEFBQUEsQ0FBQyxFQUFFLEdBQUcsQ0FBQztFQUNILFdBQVcsRUFBRSxXQUFXO0NBQzNCOztBQUVELE1BQU0sRUFBQyxTQUFTLEVBQUUsTUFBTTtFQUNwQixBQUNJLGVBRFcsQ0FDWCwyQkFBMkIsQ0FBQztJQUN4QixTQUFTLEVBQUUsTUFBTTtJQUNqQixNQUFNLEVBQUUsUUFBUTtHQUNuQjs7O0FBSVQsQUFFSSxXQUZPLENBRVAsV0FBVyxDQUFDO0VBYVIsVUFBVSxFQUFFLElBQUk7RUFDaEIsYUFBYSxFQUFFLElBQUk7Q0FDdEI7O0FBakJMLEFBSVEsV0FKRyxDQUVQLFdBQVcsQ0FFUCxFQUFFLENBQUM7RUFDQyxLQUFLLEVBQUUsT0FBTztFQUNkLE1BQU0sRUFBRSxLQUFLO0VBQ2IsV0FBVyxFQUFFLFlBQVk7RUFDekIsY0FBYyxFQUFFLElBQUk7RUFDcEIsVUFBVSxFQUFFLE1BQU07RUFDbEIsV0FBVyxFQUFFLE1BQU07RUFDbkIsU0FBUyxFQUFFLElBQUk7RUFDZixXQUFXLEVBQUUsSUFBSTtDQUNwQjs7QUFiVCxBQW1CSSxXQW5CTyxDQW1CUCxlQUFlLENBQUM7RUFDWixVQUFVLEVBQUUsd0VBQXdFO0VBQ3BGLEtBQUssRUFBRSxPQUFPO0VBQ2QsWUFBWSxFQUFFLElBQUk7RUFDbEIsYUFBYSxFQUFFLEtBQUs7Q0FpQnZCOztBQXhDTCxBQXlCUSxXQXpCRyxDQW1CUCxlQUFlLENBTVgsQ0FBQyxDQUFDO0VBQ0UsS0FBSyxFQUFFLE9BQU87Q0FDakI7O0FBM0JULEFBNkJRLFdBN0JHLENBbUJQLGVBQWUsQ0FVWCxRQUFRLENBQUM7RUFDTCxVQUFVLEVBQUUsT0FBTztFQUNuQixLQUFLLEVBQUUsT0FBTztFQUNkLGFBQWEsRUFBRSxHQUFHO0VBQ2xCLE9BQU8sRUFBRSxJQUFJO0VBQ2IsTUFBTSxFQUFFLEdBQUc7Q0FLZDs7QUF2Q1QsQUFvQ1ksV0FwQ0QsQ0FtQlAsZUFBZSxDQVVYLFFBQVEsQ0FPSixDQUFDLENBQUM7RUFDRSxLQUFLLEVBQUUsT0FBTztDQUNqQjs7QUFLYixBQUFBLFlBQVksQ0FBQztFQUNWLFVBQVUsRUFBRSxJQUFJO0VBQ2hCLFVBQVUsRUFBRSxLQUFLO0VBRWpCLEtBQUssRUFBRSxJQUFJO0NBQ2I7O0FBRUQsQUFDSSxvQkFEZ0IsQ0FDaEIsMkJBQTJCLENBQUM7RUFDeEIsR0FBRyxFQUFFLElBQUk7RUFDVCxLQUFLLEVBQUUsSUFBSTtFQUNYLElBQUksRUFBRSxLQUFLO0NBQ2QifQ== */
