
/*All pages*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 24, 2021, 7:56:00 PM
    Author     : mastilo
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;700&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #1E2022;
    width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* grid */
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}

/* header */
header {
    background-color: #ffffff;
}
header #navbarResponsive ul li a.nav-link {
    font-size: 18px;
    line-height: 27px;
    color: #1E2022;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    padding: 20px 20px;
}
.language-flag {
    margin-right: 10px;
    vertical-align: bottom;
}
.nav-link.dropdown-toggle::after {
    vertical-align: bottom;
    content: url(../images/chevron-down.png);
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

header .navbar-nav .dropdown-menu {
    position: absolute;
}
main {
    margin-left: 250px;
    position: relative;
}

main#homepage {
    margin-left: 0px;
}
/* main content */
section#categories {
    padding-bottom: 100px;
    background-color: #ffffff;
    overflow: hidden;
}
mark {
    padding: 0;
    background: #f1c40f;
  }
section#categories .categories_block_title {
    color: #1e2022;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    padding-bottom: 10px;
}
section#categories .categories_block_desc {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.padding-50 {
    padding: 50px 0;
}
section#categories .categories_box {
    padding: 25px 30px;
    border-radius: 8px;
    border: solid 1px rgba(201, 201, 201, 0.3);
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(201, 201, 201 ,0.5);
    transition: border 0.5s ease;
    margin: 15px 0;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}
section#categories .categories_box:hover {
    text-decoration: none;
}

section#categories .categories_box .categories_box_img img {
    width: 52px;
    height: 52px;
    border-radius: 2px;
    margin-bottom: 30px;
}
section#categories .categories_box h3.categories_box_title {
    color: #1e2022;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}
section#categories .categories_box .categories_box_desc {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
section#categories .categories_box .categories_box_btn {
    text-align: right;
    padding-top: 1rem;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.combinedButtons {
    width: 80%;
    padding-top: 1rem;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section#categories .categories_box .categories_box_btn span,
section#categories .categories_box .categories_box_btn span:hover, .arrow-right-span {
    color: #009999;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
section#categories .categories_box .categories_box_btn::after {
    width: 20px;
    height: 20px;
    content: url(../images/arrow-right.svg);
    vertical-align: top;
    padding-left: 10px;
}

.arrow-right-machine {
    content: url(../images/arrow-right.svg);
}

.arrow-right-span {

}

.report-icon-test {
    content: url(../images/report.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-icon {
    content: url(../images/close.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.trasbin-icon {
    content: url(../images/trashbin.png);
    width: 12pt;
    height: 12pt;
    cursor: pointer;
}
.triangle-icon {
    content: url(../images/Neigung.svg);
    width: 15pt;
    height: 15pt;
    cursor: pointer;
}

.wetrok-logo {
    content: url(../images/wetrok_sw.svg);
    width: 40pt;
    height: 40pt;
    cursor: pointer;
}

.ce-icon {
    content: url(../images/CE.svg);
    width: 12pt;
    height: 12pt;
    cursor: pointer;
}

.wetrok-qrcode {
    content: url(../images/wetrok.png);
    width:40pt;
    height: 40pt;
    cursor: pointer;
}

.qr-code-icon {
    content: url(../images/qr-code.png);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media (max-width: 991px) {
    section#categories .categories_block_title {
        padding-top: 60px;
        font-size: 30px;
        line-height: 32px;
    }
    section#categories .categories_block_desc {
        font-size: 16px;
        line-height: 20px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    section#categories .categories_box .categories_box_img img {
        margin-bottom: 20px;
    }
    section#categories .categories_box h3.categories_box_title {
        font-size: 22px;
        line-height: 29px;
    }
    section#categories .categories_box .categories_box_desc {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {

    main {
        margin-left: 0;
    }
    .dropdown-menu {
        min-width: 6rem;
    }
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    section#categories .categories_box {
        padding: 25px 5px;
    }
    section#categories .col-sm-6 {
        width: 50%;
        display: block !important;
    }
    section#categories .categories_box .categories_box_desc,
    section#categories .categories_box .categories_box_btn {
        display: none;
    }
    section#categories .categories_box h3.categories_box_title {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    section#categories .categories_box .categories_box_img img {
        display: block;
        margin: 0 auto 20px;
    }
    header #navbarResponsive ul li a.nav-link span {
        display: none;
    }
    .navbar .container-fluid {
        justify-content: normal;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-toggler {
        margin-left: 0px;
        padding: 0 !important;
        background-color: #009999;
        background-image: url("/images/menu.svg");
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: 3px 3px;
    }

    .search_field_box {
        display: none;
    }

}


/* login */
.login-right-content {
    border-left: 6px solid #009999;
    padding-left: 0;
    background-image: url("/images/wetrok_main_image.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}
section#login .login-block a img {
    margin: 30px auto;
    display: block;
}
section#login .login-block .login-block-title {
    color: #1e2022;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    margin: 30px 0;
}
section#login .login-block .login-block-subtitle {

    border-bottom: 2px #c9c9c9 solid;
}

section#login .login-block .login-block-middle-text {

    display: block;
    padding: 5px 40px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: -28px;
    max-width: 220px;
    text-align: center;
    font-size: 16px;
    color: #c9c9c9;
    line-height: 48px;
    text-transform: uppercase;
}

section#login .login-block form {
    margin: 40px 0;
}

button.btn-search, button.btn-hidemenu {
    background-color: #009999;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 8px;
}
 button.btn-hidemenu {
     width: 36px;
     height: 36px;
}
button.btn-search:hover,
button.btn-search:focus,
button.btn-search:visited,
button.btn-search:active,
button.btn-hidemenu:hover,
button.btn-hidemenu:focus,
button.btn-hidemenu:visited,
button.btn-hidemenu:active {
    background-color: #008989;
    border: none;
    outline: none
}

.google-speech-icon, .menu-icon {
    background-image: url('../images/microphone.svg');
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 20px;
    display: block;
}
.menu-icon {
    background-image: url(../images/menu.svg);
    background-size: 24px 22px;
    height: 24px;
    width: 24px;
}

.login-block .form-group input,
.login-block .form-group button,
.login-block .form-links p {
    margin: auto;
    width: 60%;
    display: block;
    padding-left: 15px;;
}
input {
    /*opacity: 0.3;*/
    border-radius: 4px;
    border: solid 1px #6a6a6a;
    height: 48px;
}

.search_field_box {
    padding-left: 25px;
    position: relative;
}
input.search_field {
    max-width: 450px;
    min-width: 300px;
    width: 450px;
    padding-left: 15px;
}

.search_field_box::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 8px;
    background-image: url('../images/search.svg');
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: block;
}

input::-webkit-input-placeholder { /* Edge */
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 16px;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 16px;
}
input::placeholder {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 16px;
}
button.btn-custom {
    height: 48px;
    border-radius: 4px;
    background: #009999;
    border-color: #009999;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}
button.btn-custom:hover,
button.btn-custom:active,
button.btn-custom:focus,
button.btn-custom:visited {
    background-color: #008989!important;
    border-color: #008989!important;
}

.horizontal-line {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 60%;
}
.form-links span {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.form-links a span {
    color: #009999;
}
@media (max-width:991px) {
    .login-right-content {
        display: none;
    }
}
@media (max-width: 767px) {
    .form-group input,
    .form-group button,
    .form-links p {
        width: 100%;
    }
}


.categories-header {
    margin-left: 250px;
    border-bottom: 2px solid #979797;
    padding: 4px;
}

#main-sidebar, #gray-sidebar {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    width: 250px;
    background-color: #009999;
}
.main-container {
    margin-left: 250px;
    position: relative;
}

#gray-sidebar {
    background-color: #F3F3F3;
    height: calc(100vh - 95px);
}

#gray-sidebar.closed {
    width: 0px;
}

.brand-logo{
    text-align: center;
    background-color: #F3F3F3;
    padding: 10px 10px;
}
.aside-footer-2 {
    position: relative;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none;
}

.aside-footer-2 a.aside-footer-link::before {
    visibility: hidden;
}

.aside-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #979797;
}

a.aside-footer-link {
    display: block;
    padding: 15px 30px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: white;
}

a.aside-footer-link-1 {
    display: block;
    padding: 15px 30px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: white;
}


a.aside-footer-link::before,a.aside-footer-link-1::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 8px;
    background-image: url('../images/logout.svg');
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: block;
}
a.aside-footer-link-1::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 17px;
    background-image: url('../images/logout.png');
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: block;
}
.aside-menu {
    height: calc(100vh - 160px);
    overflow-y: scroll;
}
.aside-menu.second {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.aside-menu ul{
    padding: 0;
    margin: 0;
}

.aside-menu ul li{
    list-style-type: circle;
    display: block;
    color: white;
    padding: 4px;
    border: none;
    outline: none;
    /*position: relative;*/
}

.aside-menu ul li a{
    position: relative;
    display: block;
    padding: 12px 15px;
    color: white;
    font-size: 16px;
    line-height: 22px;
    padding-left: 14px;
}

#gray-sidebar .aside-menu ul li a {
    color: #9B9B9B;
}

.aside-menu ul li a:hover,
.aside-menu ul li a:focus,
.aside-menu ul li a:visited,
.aside-menu ul li a:active ,
.aside-menu ul li a.active {
    border-radius: 4px;
    background-color: #017474;
    text-decoration: none;
    border: none;
    outline: none;
}

#gray-sidebar .aside-menu ul li a:hover,
#gray-sidebar .aside-menu ul li a:focus,
#gray-sidebar .aside-menu ul li a:active {
    color: #ffffff;
    background-color: #6A6A6A;
}

.aside-menu ul li a:hover::before,
.aside-menu ul li a:focus::before,
.aside-menu ul li a:visited::before,
.aside-menu ul li a:active::before,
.aside-menu ul li a.active::before {
    content: "";
    position: absolute;
    left: 5px;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: white;
    display: block;
}

.aside-menu ul li a:hover::after,
.aside-menu ul li a:focus::after,
.aside-menu ul li a:visited::after,
.aside-menu ul li a:active::after,
.aside-menu ul li a.active::after {
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 16px);
    background-image: url('../images/right-arrow.svg');
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: block;
}

.aside-ul {
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
    color: white;
    text-transform: uppercase;
}

#gray-sidebar .aside-ul {
    color: #9B9B9B;
}
.submenu_ul {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    right: -250px;
    background-color: #F3F3F3;
    z-index: 1;
    transition: all 0.5s ease;
    border-left: 1px solid #009999;
    overflow-y: scroll;
}
.submenu_ul.open {
    right: -0px;
}
#main-content {
    margin-left: 250px;
    padding: 0 15px;
    height: calc(100vh - 95px);
    overflow-x: hidden;
    padding-bottom: 80px;
}
#main-production-checklist-content {
    padding: 0 15px;
    height: calc(100vh - 95px);
    overflow-x: hidden;
    padding-bottom: 80px;
}

#main-content.closed {
    margin-left: 0px!important;
}

table.custom-table thead th, table.custom-table td {
    border-top: none;
    border-bottom: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

table.custom-table td:first-child, table.custom-table thead th:first-child {
    padding-left: 20px;
}

table.custom-table td.email {
    color: #009999;
}
table.custom-table input.custom-checkbox {
    height: 20px;
    width: 20px;
    opacity: 1;
}

table.custom-table input.custom-checkbox:checked::after {
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    background-image: url('../images/IconsCheckboxActive.svg');
}

table.custom-table a.table-link{
    margin: 0px 5px;
}


.page-table-footer {
    border: 1px dashed #979797;
    padding: 15px 0;
    text-align: center;
    color: #979797;
    border-radius: 4px;
    margin: 10px 15px;
    cursor: pointer;
}

.page-box {
    padding: 20px 20px 0px 20px;
}

.page-heading {
    font-size: 22px;
    line-height: 29px;
    color: #1E2022;
}

.page-heading .active {
    color: #099999;
}

.page-subheading {
    padding-top: 8px;
    color: #9B9B9B;
    font-size: 16px;
    line-height: 20px;
}
.page-divider {
    margin: 10px 0;
    border-bottom: 1px solid #c9c9c9;
}

.page-table-header {
    padding: 20px;
    color: #1E2022;
    font-size: 20px;
    line-height: 27px;
}

/* checklist wizard */
.progress {
    height: 1.5rem !important;
    margin-bottom: 1.5rem;
}
.progress-bar-success {
    background-color: #009999 !important;
}
.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: none;
    border-left: none;
}
a.hidden-xs {
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid #099;
    color: #099;
}

a.hidden-xs.invalid_tab_link {
    border: 1px solid red;
    color: red;
}

.nav-pills.nav-wizard > li:first-child a.hidden-xs{
    border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child a.hidden-xs{
    border-radius: 0px 5px 5px 0px;
}

a.hidden-xs.active {
    background: #099;
    color: #fff;
}

a.hidden-xs.invalid_tab_link.active {
    background: red;
}

.nav-wizard li {
    margin-bottom: 20px;
}
ul.nav-wizard a:hover {
    text-decoration: none;
}
.tab-content {
    padding: 1.5rem 0;
}
.tab-content input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #1E2022;
    border-radius: 0px;
    height: auto;
    opacity: 1;
    margin-bottom: 1rem;
}
.tab-content .form-group {
    margin-bottom: 0rem;
}
.tab-content label {
    padding: 5px 5px 0 0;
}
.col-divider {
    padding-top: 17px;
}
.label-heading {
    font-weight: 700;
}
input.custom-checkbox {
    height: 20px;
    width: 20px;
    opacity: 1;
}
input.custom-checkbox:checked::after {
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    background-image: url(../images/IconsCheckboxActive.svg);
}

input[type=radio].custom-checkbox:checked::after {
    height: 14px!important;
    width: 14px!important;;
    content: "";
    display: block;
    background-image: none;
    border-radius: 50%;
    margin: 3px;
    background-color: #099;
}
.form-group input.custom-checkbox {
    margin-top: 17px;
}
button.btn button {
    border-radius: 5px;
}
button.btn.btn-default.back {
    border: 1px solid #099;
    color: #099;
    padding: 10px 30px;
}
button.btn.btn-primary.next,
button.btn.btn-primary.finish {
    background: #099;
    border-color: #099;
    color: #fff;
    width: auto;
    float: right;
    font-size: 16px;
    padding: 10px 30px;
}
button#buttonchecklistSender.btn.btn-primary{
    background: #099;
    border-color: #099;
    color: #fff;
    width: auto;
    font-size: 14px;
    padding: 10px 15px;
}
.row-border {
    border: 1px solid #099;
}
.row-border > div {
    /*border-right: 1px solid #c9c9c9;*/
}
.row-border > div > .row > label {
    padding-left: 15px;
}
.row.buttons-group {
    margin-top: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c3c3c3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #099;
}

input:focus + .slider {
    box-shadow: 0 0 1px #099;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ui-menu-item-wrapper {
    padding: 10px!important;
    font-size: 20px;
    line-height: 28px;
    background-color: #f3f3f3;
    color: #9B9B9B;
    font-family: 'Raleway', sans-serif;
    border-color: #009999!important;
}

.ui-menu-item-wrapper:hover,
.ui-menu-item-wrapper:active,
.ui-menu-item-wrapper:visited,
.ui-menu-item-wrapper:focus-within,
.ui-menu-item-wrapper:focus {
    background-color: #009999!important;
    border-color: #009999!important;
}

.hidemenu {
    position: absolute;
    left: -40px!important;
    top: 0!important;
}

.goback {
    cursor: pointer;
    color: #0b2e13;
    font-weight: bold;
}

input.inputdate,
input.inputtext {
    max-width: 220px;
    display: inline-block;
}


/* The Modal (background) */
.film_modal.modal, .backlink_modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.film_modal .film_modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    border: 1px solid #009999;
    text-align: center;
}
.backlink_modal .backlink_modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 100%;
    border: 1px solid #009999;
    max-width: 800px;
}
/* The Close Button */
.film_modal .film_close_div, .backlink_modal .backlink_close_div {
    padding: 5px 15px;
    background-color: #009999;
    color: white;
}
.film_modal .film_close, .backlink_modal .backlink_close {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    float: right;
    width: 30px;
    text-align: center;
}

.film_modal .film_close:hover,
.film_modal .film_close:focus,
.backlink_modal .backlink_close:hover,
.backlink_modal .backlink_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.film_content{
    width: 100%;
    padding-top: 50%;
    position: relative;
}

.backlink_content {
    padding: 15px;
}

.film_content #film_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

a.film_with_icon {
    width: 32px;
    height: 32px;
    background-image: url('../images/video-player.svg');
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    color: transparent;
}

a.film_with_icon:hover,
a.film_with_icon:focus,
a.film_with_icon:visited,
a.film_with_icon:active {
    color: transparent;
    text-decoration: none;
}

.numbers_of_steps {
    float: left;
}

.steps_buttons {
    float: right;
}
.steps_buttons .step_btn {
    display: inline-block;
    padding: 3px 8px;
    margin: 0 2px;
    border: 1px solid #009999;
    background-color: white;
    cursor: pointer;
    text-align: center;
    color: #009999;
}

.steps_buttons .step_btn.active {
    color: white;
    background-color: #009999;
}

.page-table-body .service_video_box table {}
.page-table-body .service_video_box table thead {}
.page-table-body .service_video_box table tbody {}
.page-table-body .service_video_box table tr {}
.page-table-body .service_video_box table tr th {
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid #099;
    background: #099;
    color: #fff;
}
.page-table-body .service_video_box table tr td {
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid #999;
}

.page-table-body .service_video_box table a {
    color: #099;
    font-weight: bolder;
}

.service_info_box {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #099;
    position: relative;
}
.service_info_error_listen {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    position: relative;
}
.service_info_box .home_info_wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10mm;
}
.service_info_box .home_info_wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10mm;
}

.service_info_box .home_info {
    float: right;
    width: 80mm;
}

.service_info_box .home_info .left {
    float: left;
    width: 40mm;
}

.service_info_box .home_info .right {
    float: left;
    width: 40mm;
}
.service_info_box .documenttitle {
    font-size: 12pt;
    margin-bottom: 3mm;
    font-weight: 700;
}

.service_info_box .img_75 {
    width: 75% !important;
    height: auto !important;
    margin: 0 auto;
}
.service_info_box table td {
    border: none;
}
.service_info_box .img_50 {

    width: 50% !important;
    height: auto !important;
    margin: 0 auto;
}
.service_info_box .img_100 {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.service_info_box h1{ font-size:14pt; line-height: 18pt;}
.service_info_box h2 { font-size:14pt; line-height: 18pt; }
.service_info_box p {padding:0px; margin:0px;}
.service_info_box .pagebreak { page-break-after: always; }

.service_info_box .img_20{ width:20% !important; height:auto !important; }
.service_info_box .img_50{ width:50% !important; height:auto !important; }
.service_info_box .img_75{ width:75% !important; height:auto !important; }
.service_info_box .img_100{ width:100% !important; height:auto !important; }
.service_info_box .list_abc, .list_abc ol {list-style-type: none; padding-left:5.5mm;}
.service_info_box .list_abc li:before {content: counter(section, lower-alpha) ") "; margin-right:1mm; margin-left:-4.5mm;}
.service_info_box .list_abc li { counter-increment: section; text-indent:0px; margin-bottom:0px; }
.service_info_box .firstpage h1 { display: none; }
.service_info_box .documenttitle { font-size:12pt; margin-bottom:3mm; font-weight:700; }
.service_info_box .documentsubtitle { font-size:11pt; margin-bottom:1mm;  font-weight:500; }
.service_info_box .con_right{ text-align: right; }
.service_info_box #contact_info{
    position:absolute;
    top:200mm;
    left:10mm;
}
.service_info_box #copy{
    display:inline-block;
    margin-left:-2mm;
}
.service_info_box .table_std {
    width:100%;
    text-align: left;
    background: #fff;
}
.service_info_box .table_std th {
    background:#cccccc;
    margin-right:3mm;
    margin-bottom:3mm;
    padding-left:1mm;
    height:10mm;
}
.service_info_box .table_std th:last-child{
    margin-right:0px;
}
.service_info_box .table_std td {
    background:#e6e6e6;
    margin-right:3mm;
    margin-bottom:3mm;
    padding-left:1mm
}
.service_info_box .table_std td:last-child{
    margin-right:0px;
}
.service_info_box .table_std td, .table_std th { border:solid 0.2mm #fff; padding-top:2mm; }

.service_info_box table.noborder{ border-spacing: 0; border-collapse: collapse; border:none; }
.service_info_box table.noborder th, table.noborder td {
    border:none;
    padding:0;
    margin:0;
}
.service_info_box .con50t{
    width:150mm;
}
.service_info_box .con50c{
    width:75mm;
    border:none;
    padding:0px;
    margin:0px;
    vertical-align:middle;
    text-align: left;
}
.service_info_box .contentblock {
    width:100%;
    padding-bottom:5mm;
    clear: left;
    float:left;
    display: block;
}
.service_info_box .con30{
    width:50mm;
    float: left;

}
.service_info_box .con50{
    width:75mm;
    float: left;

}
.service_info_box .con50 .img_100, .service_info_box .con50t .img_100, .service_info_box .con50c .img_100{
    width:95% !important;
    height: auto !important;
}
.service_info_box .con70 {
    width:100mm;
    float: left;
}
.service_info_box .pad_after{
    padding-bottom:3mm;
}
.service_info_box ul {
    margin:2mm 0mm;
    padding:0;
}
.service_info_box ul li{
    list-style-type:none;
    text-indent: -4mm;
    margin-left: 4mm;
}
.service_info_box ul li:before{
    content: "";
    display: inline-block;
    width: 2mm;
    height: 2mm;
    margin-right: 2mm;
    background: #808080;
}
.service_info_box .home_info{
    float:right;
    width:80mm;
    font-size:10pt;
}
.service_info_box .home_info .left{
    float:left;
    width:40mm;
}
.service_info_box .home_info .right{
    float:left;
    width:40mm;
}
.service_info_box .home_info_wrapper{
    float:left;
    width:100%;
    position: relative;
    margin-bottom:10mm;
}

.volt_class {
    width: 110px;
    overflow: hidden;
    float: left;
}
.volt_input {
    /*width: calc(100% - 110px);*/
    float: left;
}

.checklist_item {
    margin-bottom: 15px;
    width: 100%!important;
}
.row-border-red {
    border: 1px solid red;
}
.battery_cap {
    display: inline-block;
    /*float: left;*/
}
.battery_cap input {
    /*width: calc(50% - 28px)!important;*/
    /*display: inline;*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.language-flag {
    width: 25px;
    height: 25px;
}

.nowrap {
    white-space: nowrap;
}

.input_40_px {
    width: 40px!important;
}

.collapsible {
    background-color: #9B9B9B;
    color: white!important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.mobilemenu .active, .collapsible:hover {
    background-color: #555;
}

.mobilemenu .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.mobilemenu_link {
    padding: 12px 10px;
    position: relative;
    display: none;
    border-bottom: 1px solid #d9d9d9;
}
.mobilemenu_link:after {
    width: 20px;
    height: 20px;
    content: url(../images/arrow-right.svg);
    vertical-align: top;
    padding-left: 10px;
    position: absolute;
    right: 25px;
}

.mobilemenu {
    display: none;
}
.mobilemenu.show {
    display: block;
}
.mobilemenu ul {
    padding: 0;
    margin: 0;
}
.mobilemenu li {
    display: block;
    list-style: none;
}
.mobilemenu li a {
    display: block;
    text-decoration: none;
    padding: 8px 10px;
    color: #666666;
    border-bottom: 1px solid #d9d9d9;
}

.bemerkungen_icon {
    margin: 0px 15px;
    color: #1E2022;
}
.bemerkungen_icon:hover {
    color: #1E2022;
}

span.pencil_edit_input {
    color: #239998;
    cursor: pointer;
}

.btn-link {
    color: #239998;
}

.full-screen-image {
    background-image: url(../images/fullscreen.png);
    background-size: 24px 22px;
    height: 24px;
    width: 24px;
}