body {
    /*font-family: centrale_sans_book, tahoma, arial, helvetica, sans-serif !important;*/
    font-family: 'Nunito Sans', sans-serif !important;

}


/*  Help Button */

.helpbutton_productcalibration {
    right: 90px;
    top: 10px;
    width: 70px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.helpbutton_productcalibration img {
    max-width: 100%;
    max-height: 100%;
}


/*  Exit Button */

.exitbutton_productcalibration {
    right: 10px;
    top: 10px;
    width: 70px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.exitbutton_productcalibration img {
    max-width: 100%;
    max-height: 100%;
}


/* Navigation */

.navigation_container_productcalibration {
    right: 10px;
    bottom: 10px;
    position: absolute;
    cursor: pointer;
}

.navigation_container_productcalibration img {
    margin: 0 5px;
    height: 40px;
}

.leftpanel_productcalibration {
    background-color: #337ab7;
    width: 22%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.leftpanel_logo_container_productcalibration {
    text-align: center;
    vertical-align: bottom;
    padding: 20px;
}

.leftpanel_logo_container_productcalibration img {
    width: 150px;
}

.leftpanel_logo_user_container_productcalibration {
    background-color: white;
    padding: 10px 0px;
    text-align: center;
}

.leftpanel_logo_user_inner_container_productcalibration {
    width: 140px;
    height: 140px;
    margin: 0px auto;
    background-color: rgb(223, 223, 215);
    margin-bottom: 10px;
}

.leftpanel_logo_user_container_productcalibration span {
    font-size: 22px;
    letter-spacing: 1px;
    color: #337ab7;
}

.leftpanel_menu_container_productcalibration {
    color: white;
    font-weight: lighter;
}

.leftpanel_menu_container_item_productcalibration {
    padding: 5px 15px;
    color: #adc6e7;
    border-bottom: 1px outset rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background: #0066a1;
}

.leftpanel_menu_container_item_productcalibration:hover {
    color: #ffffff;
}

.leftpanel_menu_container_item_productcalibration i {
    height: 20px;
    width: 25px;
    margin-bottom: -3px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100% 100%;
}


.leftpanel_menu_container_item_productcalibration img {
    height: 15px;
    width: 15px;
    margin-top: 5px;
}

.leftpanel_menu_container_item_productcalibration span {
    margin: 0 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

.rotate90_productcalibration {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}





.leftpanel_submenu_container_productcalibration div {
    border-bottom: 1px outset rgba(255, 255, 255, 0.5);
    width: auto;
    padding: 5px 0;
    padding-left: 50px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    background: #003478;
    color: #adc6e7;
}

.leftpanel_submenu_container_productcalibration div:hover {
    color: white;
}


/* Steps List */

.steps_list_productcalibration {
    left: 22%;
    right: 0;
    margin: auto;
    max-width: 700px;
    bottom: 50px;
    position: absolute;
    display: flex;
    font-size: 14px;
}

.steps_list_selected_productcalibration {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #0066a1 !important;
    color: white;
}

.steps_list_productcalibration div:nth-child(odd) {
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #0066a1;
    cursor: pointer;
    text-align: center;
}

.steps_list_productcalibration div:nth-child(even) {
    height: 3px;
    width: 60px;
    margin: auto 0;
    background-color: #0066a1;
}


/* Navigation Header */

.navigation_header_productcalibration {
    left: 24%;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    color: #337ab7;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
}

.navigation_header_productcalibration div {
    padding: 0 0px;
}

.navigation_header_productcalibration div::after {
    content: "\203a";
    padding: 10px;
}

.navigation_header_productcalibration div:last-child::after {
    content: "";
}