::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #CDD9E1;
}

::-webkit-scrollbar-thumb:hover {
    background: #41AAAA;
}

body {
    margin: 0;
    position: fixed;
}


/* Disable ugly boxes around images in IE10 */

a img {
    border: 0px;
}

::-moz-selection {
    background-color: #41aaaa;
    color: #fff;
}

::selection {
    background-color: #41aaaa;
    color: #fff;
}

.udc-search-box .mdl-textfield__input {
    color: rgba(0, 0, 0, 0.87);
}

.udc-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

.mdl-menu__outline {
    transition: none;
    -webkit-transition: none;
}

.mdl-menu.is-animating {
    transition: none;
    -webkit-transition: none;
}

.mdl-textfield--expandable {
    width: auto;
}

.udc-mobile-title {
    display: none !important;
}

.udc-title {
    margin: 4px 8px 0 72px;
}

.udc-logo-image {
    height: 48px;
    width: 133px;
}

.udc-header {
    overflow: visible;
    background-color: white;
}

.udc-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
    outline: none;
}

.udc-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
}

.udc-header-spacer {
    width: 6px;
    flex-shrink: 1;
}

.udc-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    /*direction: rtl;*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.udc-navigation {
    /* ... and now make sure the content is actually LTR */
    /*direction: ltr;*/
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.udc-tab-bar {
    display: grid;
    -o-flex-shrink: 2;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
    overflow-x: auto;
    /*scroll-behavior: smooth;*/
}

.udc__tab-bar-button {
    width: 24px;
    padding-top: 7px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}

    .udc-tab-bar::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.udc-tab-bar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.udc-search-box.is-focused + .udc-navigation-container {
    opacity: 0;
    width: 100px;
}

.udc-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.udc-navigation .mdl-navigation__link_icon {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    display: none;
    cursor: pointer;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.udc-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #41AAAA;
}

.udc-navigation .mdl-navigation__link--active {
    border-bottom: 4px solid #41AAAA;
}

.udc-search-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px;
    margin-right: 16px;
}

.udc-header-button {
    margin: 0 5px 0 5px;
}

.udc-drawer {
    border-right: none;
    background: #EBF0F5;
}

.udc-drawer-separator {
    height: 1px;
    background-color: #cdd9e1;
    margin: 8px 0;
}

.udc-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
}

.udc-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #006487;
}

.udc-drawer .mdl-layout-title {
    position: relative;
    background: #41AAAA;
    height: 160px;
}

.udc-drawer .udc-logo-image {
    position: absolute;
    bottom: 16px;
}

.udc-backcolor {
    background-color: #EBF0F5;
}

.chip-led-blue {
    background-color: #0199cb !important;
}

.chip-led-white {
    background-color: #ededed !important;
}

.chip-led-green {
    background-color: #4dd864 !important;
}

.chip-led-red {
    background-color: #ff3b30 !important;
}

.chip-led-yellow {
    background-color: #ffcc00 !important;
}

.mdl-chip {
    font-family: 'Siemens Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    background-color: transparent;
    color: #2d373c;
    height: 28px;
    line-height: 28px;
    border: 0;
    border-radius: 14px;
    padding: 0 0 0 12px;
}

.mdl-chip:active {
    background-color: transparent !important;
}

.mdl-chip__text {
    font-size: 16px;
}

.mdl-chip__led {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    margin-left: 8px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    float: right;
}

.mdl-chip__status {
    font-family: 'Siemens Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 12px;
    font-weight: 600;
    height: 22px;
    width: 96px;
    line-height: 22px;
    border: 0;
    border-radius: 2px;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    display: none;
}

.mdl-chip__offline {
    font-family: 'Siemens Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 12px;
    color: white;
    background-color: #c5222a;
    height: 20px;
    overflow-x: hidden;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 8px 0 8px;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
    border: 1px solid #ebf0f5;
    background-clip: padding-box;
    margin: 4px 0 0 6px;
}

.mdl-chip__interval {
    font-family: 'Siemens Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 12px;
    color: #2d373c;
    background-color: #c2cdd5;
    height: 20px;
    overflow-x: hidden;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 8px 0 3px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: default;
    /* border: 1px solid #ebf0f5; */
    background-clip: padding-box;
    margin: 5px 0 0 4px;
    vertical-align: sub;
}

.mdl-chip__interval:before {
    font-size: 16px;
    font-weight: 100;
    color: inherit;
    vertical-align: top;
    font-family: 'Material Design Icons';
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "\fa9f";
    padding-right: 2px;
}

.mdl-chip__status:before {
    font-size: 16px;
    font-weight: 100;
    color: inherit;
    vertical-align: top;
    font-family: 'Material Design Icons';
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    padding-right: 3px
}

.mdl-chip__bs_warning {
    display: block !important;
    color: #2d373c;
    background-color: #ffcc00;
}

.mdl-chip__bs_warning:before {
    content: "\f026";
}

.mdl-chip__bs_error {
    display: block !important;
    color: white;
    background-color: #ff3b30;
}

.mdl-chip__bs_error:before {
    content: "\f159";
}

.mdl-chip__bs_trip {
    display: block !important;
    color: white;
    background-color: #ff3b30;
}

.mdl-chip__bs_trip:before {
    content: "\f81f";
}

.mdl-chip__bs_okay {
    display: block !important;
    color: #2d373c;
    background-color: #4dd864;
}

.mdl-chip__bs_okay:before {
    content: "\fe6e";
}

.mdl-chip__bs_info {
    display: block !important;
    color: white;
    background-color: #657d94;
}

.mdl-chip__bs_info:before {
    content: "\f2fd";
}

.mdl-chip__triptime {
    color: #FF3B30;
    background-color: #ededed;
    text-transform: none !important;
    font-weight: 100 !important;
    width: auto !important;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ff3b30;
    -moz-box-shadow: inset 0px 0px 0px 1px #ff3b30;
    box-shadow: inset 0px 0px 0px 1px #ff3b30;
}

.mdl-chip__triptime:before {
    content: "\F06B";
}

.logo-font {
    font-family: 'Siemens Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    line-height: 1;
    color: #767777;
    font-weight: 500;
}

.udc-slogan {
    font-size: 60px;
    padding-top: 160px;
}

.udc-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}

.udc-create-character {
    font-size: 21px;
    padding-top: 400px;
}

.udc-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
}

.udc-screen-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}

.udc-screens {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.udc-screen {
    text-align: center;
}

.udc-screen .udc-link {
    margin-top: 16px;
    display: block;
    z-index: 2;
}

.udc-image-link {
    text-decoration: none;
}

.udc-wear {
    display: inline-block;
    width: 160px;
    margin-right: 32px;
}

.udc-wear .udc-screen-image {
    width: 40%;
    z-index: 1;
}

.udc-phone {
    display: inline-block;
    width: 64px;
    margin-right: 48px;
}

.udc-phone .udc-screen-image {
    width: 100%;
    z-index: 1;
}

.udc-tablet {
    display: inline-block;
    width: 110px;
    margin-right: 64px;
}

.udc-tablet .udc-screen-image {
    width: 100%;
    z-index: 1;
}

.udc-tablet .udc-link {
    display: block;
    z-index: 2;
}

.udc-tv {
    display: inline-block;
    width: 300px;
    margin-right: 80px;
}

.udc-tv .udc-screen-image {
    width: 100%;
    z-index: 1;
}

.udc-auto {
    display: inline-block;
    width: 300px;
    overflow: hidden;
}

.udc-auto .udc-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
}

.udc-link {
    text-decoration: none;
    color: #8bc34a !important;
}

.udc-link:hover {
    color: #7cb342 !important;
}

.udc-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.udc-alt-link {
    text-decoration: none;
    color: #64ffda !important;
    font-size: 16px;
}

.udc-alt-link:hover {
    color: #00bfa5 !important;
}

.udc-alt-link .material-icons {
    position: relative;
    top: 6px;
}

.udc-customized-section {
    text-align: center;
}

.udc-customized-section-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 16px 0 16px;
}

.udc-customized-section-text p {
    padding-top: 16px;
}

.udc-more-section {
    padding: 80px 0;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}

.udc-more-section .udc-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}

.udc-card-container {}

.udc-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
}

.udc-card-container .mdl-card__media img {
    width: 100%;
}

.udc-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}

.udc-card-container .mdl-card__title-text {
    color: black;
    height: auto;
}

.udc-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
}

.udc-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
}

.udc-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
}

.udc-footer {
    background-color: #fafafa;
    position: relative;
}

.udc-footer a:hover {
    color: #8bc34a;
}

.udc-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.udc-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.udc-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.udc-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}

.udc-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}

.udc-link-menu:hover {
    cursor: pointer;
}

.udc-icon {
    display: inline-block;
    width: 14px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 9px;
}

.udc-icon:after {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 14px;
    position: relative;
}

.udc-parent.active .udc-icon:after {
    display: inline-block;
    width: 14px;
    content: "\f107";
    font-family: 'FontAwesome';
}


/*Card Media*/

figure.image-card {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    overflow: hidden;
    cursor: move;
    transition: transform .6s ease-out;
    /*-webkit-filter: blur(0.3px);*/
}

.image-cover {
    object-fit: cover;
    width: 100%;
    height: 92px;
}

.mdl-card:hover>figure.image-card {
    transform: scale(1.02);
    /*-webkit-filter: none;*/
}

.image-card .mdl-card_title {
    display: flex;
    line-height: normal;
    padding: 12px 24px;
    position: absolute;
    cursor: move;
    margin-left: 76px;
    top: 0;
    width: auto;
}

.image-card .card-reveal .material-icons {
    color: rgba(0, 0, 0, 0.54);
    text-shadow: none;
}

.image-card .material-icons {
    color: #fff;
    text-shadow: 0 0 3px #555F69;
}

.image-card .mdl-card__title-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 3px #555F69;
    /*padding-left: 8px;*/
    padding-top: 2px;
}

.udc-card.card__title {
    background: #c2cdd5;
    line-height: normal;
    padding: 0 0 15px 48px;
    cursor: move;
    top: 0;
    width: auto;
    height: 48px;
}


/********UDC Extensions********/

.mdl-layout__container {
    min-width: 350px;
}

@media screen and (max-width: 1024px) {
    .mdl-layout__header-row {
        padding: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    .mdl-layout__header-row {
        padding: 0 !important;
    }
}

.mdl-layout__header-row {
    padding: 0 !important;
    height: 64px;
    min-height: unset;
    box-shadow: 0 0px 2px 1px rgb(0 0 0 / 20%), 0 1px 2px 0px rgb(0 0 0 / 8%);
}

#sub-tabs {
    z-index: 2;
    top: -33px;
    position: relative;
}

.mdl-layout__header-row-sub {
    padding: 0 20px 0 20px;
    height: 36px;
    display: none;
    background: #EBF0F5;
}

.mdl-layout__header-row-sub.is-active {
    display: block;
}

@media (max-height: 120px) {
    .mdl-layout__header {
        height: 0px !important;
        min-height: unset !important;
    }
    .mdl-layout__header-row {
        display: none;
    }
    .mdl-layout__breadcrumb {
        display: none !important;
    }
    .mdl-layout__drawer-button {
        display: none;
    }
}

.mdl-layout__header {
    min-height: 64px;
    height: 64px;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: height;
}

.udc-widget-button {
    position: absolute;
    top: 3px;
    left: 3px;
}

.udc-widget-image {
    position: absolute;
    top: 13px;
    left: 16px;
}

.dd-service-svg {
    width: 30px;
    height: auto;
    fill: #abbac4;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: -9px;
}

.udc-widget-svg {
    position: absolute;
    top: 18px;
    left: 16px;
}

.udc-widget-svg>svg {
    height: 24px;
    width: 24px;
    left: 0px;
    fill: #757575;
}


/**** Mobile layout ****/

@media (max-width: 570px) {
    .mdl-layout__header-row .udc-title {
        display: none !important;
    }
}