/*
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 : 21.1.2014, 10:37:03
    Author     : Marek Majtán, Jiří Petrák
*/
.paddtop40{
    padding-top: 10px;
}
.calculator{
    position: relative;
    background: #f5f7f9;
}
.calculator h3, #zh_debug_div h3{
    margin-bottom: 25px;
}
#calculator{
    width: 71%;
    margin-right: 0%;
    float: left;
    min-height: 800px;
    border-right: 1px solid #d7e1e6;
    box-sizing: border-box;
}
#bookmarks{
    position: absolute;
    top: -40px;
    left: 0;
    height: 50px;
}
#bookmarks ul{
    float: right;
    padding: 0;
    margin: 0;
}
#bookmarks ul li{
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    text-align: center;
    list-style-image: none;
    list-style-type: none;
}
#bookmarks ul li a{
    background: #f2f2f2;
}
#bookmarks ul li a, #bookmarks ul li a:visited{
    padding: 10px 20px;
    display: block;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    color: black;
}
#bookmarks ul li a.actived{
    margin-top: 0;
    padding: 15px 20px 15px 20px;  
    cursor: default;
    background: #d9eaf3;
}
#bookmarks ul li a:hover{
    background: #e5f4fc;
    text-decoration: none;
}
#bookmarks ul li a.actived:hover{
    background: #d9eaf3;
    text-decoration: none;
}
.calculator_parameter_label{
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}
.calculator_parameter_label_info{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    color: red;
}
#calculator-prize{
    float: left;
    min-height: 350px;
    position: relative;
    width: 29%;
}
#calculator-prize .price_window_header{
    font-family: Alef-Regular;
    font-size: 15px;
    font-weight: bold; 
    line-height: 1.1em;
    padding-bottom: 10px;
}
#calculator-prize .price_window_result_row{
    line-height: 1.4em;
    color: green;
}
#calculator-prize .price_window_result_top_line{
    padding: 2px 0 6px 0;
}
#calculator-prize .price_window_result_bottom_line{
    padding: 3px 0 4px 0;
}
#calculator-prize .price_window_result_top_line hr, #calculator-prize .price_window_result_bottom_line hr{
    border-top: 1px dotted silver;
}
#calculator-prize .div100{
    width: 100%;
    float: none;
    display: table-cell;
}
#calculator-prize h3{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
}
#calculator-prize table{
    border: 0;
    width: 100%;
}
#calculator-prize table td.text-right{
    text-align: right;
}
#calculator-prize p.zh_attention{
    margin: 20px 0 0 0;
    color: #000;
    font-size: 110%;
    text-align: left;
    background: url(../../images/calculator/attention.png) no-repeat left top;
    padding-left: 25px;
}
#calculator select{
    width: 100%;
}

#outer-calculator .calculator-header{
    background: #e0eaef;
}

/* other */
.table_calculator{
    display: table;
    width: 100%;
    padding-bottom: 15px;
}
.table_calculator h3{
    font-size: 150%;
    display: table;
    margin-bottom: 0px;
}
#calculator-prize .padding{
    padding: 10px;
}
#calculator-prize p{
    margin-left: 15px;
}
#about-main_page{
    display: table;
}
#zh_debug_div{
    display: table;
    width: 100%;
    margin-top: 3px;
}
.zh_debug_info{
    margin-bottom: 15px;
}
.zh_debug_info ul{
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 25px;
}
.zh_debug_info li {
    list-style: none;
    margin-bottom: 5px;
}
.zh_debug_info li.zh_debug_info_error {
    font-size: 12px;
    margin-bottom: 0px;
}
.zh_debug_info .zh_debug_info_error_red {
    color: red;
}
.zh_debug_info .zh_debug_info_error_green {
    color: green;
}
.zh_debug_info .zh_debug_info_expander {
    color: black;
    font-weight: bold;
    opacity: 0.25;
}
.zh_debug_info .zh_debug_info_expander:hover {
    color: black;
    text-decoration: none;
    opacity: 0.75;
}
#zh_debug_div #accordion .floatleft .accordion-content table, #zh_debug_div #accordion .floatright .accordion-content table{
    text-align: left;
    padding: 0 10px 10px 10px;
    width: 100%;
}
#zh_debug_div #accordion .floatleft .accordion-content table th, #zh_debug_div #accordion .floatright .accordion-content table th{
    padding: 5px;
    font-weight: lighter;
    width: 75%;
    background: whitesmoke;
    border: 1px solid #ccc;
}
#zh_debug_div #accordion .floatleft .accordion-content table td, #zh_debug_div #accordion .floatright .accordion-content table td{
    padding: 5px;
    width: 25%;
    background: whitesmoke;
    border: 1px solid #ccc;
}
#zh_debug_div #accordion table.wrap td{
    white-space: normal !important;
    background: whitesmoke;
    font-weight: lighter;
}
#zh_debug_div #accordion .floatleft{
    float: left;
    width: 49%
}
#zh_debug_div #accordion .floatright{
    float: right;
    width: 49%
}
#zh_debug_div #accordion .wide{
    width: 100%;
}
button{
    border: 1px groove #333;
    background: #2c4a54;
    padding: 7px;
    border-radius: 5px;
    color: #ddd;
}
button:focus{
    outline-width: 0px;
}
button:hover{
    background: #407d91;
}
table.zh_calculator{
    padding: 10px;
    border-bottom: 1px dotted silver !important;
}
table.zh_calculator.include_delivery{
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
}
table.zh_calculator.include_delivery th{
    color: gray;
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
}
table.zh_calculator td{
    text-align: right;
    font-size: 100%;
    vertical-align: top;
    font-size: 100%;
    padding: 3px 0 3px 0;
    white-space: nowrap;
}
table.zh_calculator th{
    text-align: left;
    font-weight: lighter;
    font-size: 100%;
}
table.zh_calculator span{
    background: none;
    padding: 0;
}
.zh_info_result_calculating{
    background-image: url(../../images/calculator/mini/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
#zh_info_combinations, #zh_info_labels_per_roll{
    z-index: 1;
    background:
        url(../../images/calculator/mini/exclamation2.png) no-repeat 5px 7px,
        url(../../images/calculator/mini/red_bg.png) repeat-y 0px 50%;
    z-index: 2;
}
.zh_info_support_text {
    cursor: pointer;
    font-size: 15px;
    color: black;
    text-decoration: underline !important;
}
.zh_info_support_text:hover {
    color: red;
    text-decoration: none !important;
}
.zh_no_print_preference_text{
    cursor: pointer;
    font-size: 11px;
    color: black;
    text-decoration: underline !important;
}
.zh_no_print_preference_text:hover{
    color: red;
    text-decoration: none !important;
}
#zh_info_result_calculating, #zh_info_combinations{
    padding: 5px 5px 5px 30px;
    font-family: Verdana;
    margin-bottom: 5px;
    font-size: 90%;
}
#calculator hr{
    height: 0;
    border-bottom: 1px dotted silver;
    margin: 10px 0 10px 0;
}
input[type=radio], input[type=checkbox]{
    margin-right: 4px;
}
#calculator .info, #calculator .zh_info_winding, #calculator .zh_info_b_size, #calculator .info_l_colors, #calculator .zh_info_l_size, #calculator .zh_info_l_size_2, #calculator .zh_info_quantity, #calculator .zh_info_l_colors, #calculator .zh_info_services, .zh_info_format{
    background: url(../../images/main/info.png) center center no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    opacity: 0.6;
    display: block;
}
#calculator .zh_info_services{
    padding-left: 2px;
    margin: 0 20px 0 0;
}
#calculator .info:hover, #calculator .zh_info_winding:hover, #calculator .zh_info_b_size:hover, #calculator .info_l_colors:hover, #calculator .zh_info_l_size:hover, #calculator .zh_info_l_size_2:hover, #calculator .zh_info_quantity:hover, #calculator .zh_info_l_colors:hover, #calculator .zh_info_services:hover, #calculator .zh_info_format:hover{
    opacity: 1;
}
#calculator .info:hover{
    opacity: 1;
    filter:alpha (opacity=100);
}
#calculator .info_war{
    background: url(../../images/calculator/mini/exclamation.png) no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    filter:alpha (opacity=50);
    display: block;
}
#calculator .info_war:hover{
    opacity: 1;
    filter:alpha (opacity=100);

}
#calculator .info_war_help {
    background: url(../../images/main/info_warn_single.png) 15px 0 no-repeat;
    padding-left: 50px;
    color: #e67373;
    font-size: 1.2em;
    width: 80%;
}
#calculator .info_war_help a {
    text-decoration: underline;
}
#calculator .tooltiper_war{
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 6;
    margin-left: 0px;
    margin-top: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #e7dee4;
    border: 1px solid #999;
    color: #000;
    -moz-box-shadow: 3px 3px 9px 0px #444; 
    -webkit-box-shadow: 3px 3px 9px 0px #444; 
    box-shadow: 3px 3px 9px 0px #444;
    width: 250px;
}
#calculator .tooltiper_war.right{
    margin-left: -310px;
}
.tooltiper_war:before {
    content:' '; /* Must have content to display */
    position:absolute;
    top:20px;
    left:-17px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-9px; /* - border width */
    border:8px solid transparent;
    border-right-color: #999;
}
.tooltiper_war.right:before{
    left: auto;
    right:-17px; /* 2 x border width */
    border-left-color: #999;
    border-right-color: transparent;
}
.tooltiper_war:after {
    content:' '; /* Must have content to display */
    position:absolute;
    top:19px;
    left:-15px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-8px; /* - border width */
    border:8px solid transparent;
    border-right-color:#e7dee4;
}
.tooltiper_war.right:after{
    top: 19px;
    left: auto;
    right: -16px;
    margin-top: -11px;
    border-left-color: #e7dee4;
    border-right-color: transparent;
}
.calculator .white{
    background: white;
}
#calculator .div100{
    width: 94%;
    float: none;
}
#calculator .div75{
    width: 75%;
    float: left;
}
#calculator .div50{
    width: 49%;
    float: left;
}
#calculator .div50.floatright{
    float: right;
}
#calculator .div33{
    width: 33.3%;
    float: left;
}
#calculator .div25{
    width: 25%;
    float: left;
}
#calculator .div50_margin{
    margin-left: 2%;
}
#calculator .div66{
    width: 64.66666%; /* -2% */
}
#calculator .div66_margin{
    margin-left: 2%;
}
#calculator .div45{
    width: 44%;
    float: left;
}
#calculator .div55{
    width: 54%; /* -2% */
    float: left;
}
#calculator .div100_val{
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
}
#calculator td{
    vertical-align: middle;
}
#url_generator_output{
    max-width: 100%;
    width: 100%;
    height: 100px;
    margin-top: 5px;
    font-family: monospace;
}
#url_generator_output:hover{
    color: red;
}
#zh_url_div div{
    position: relative;
    float: left;
}
#calculator table td{
    vertical-align: top !important;
}
#calculator table.zh_section, table.zh_section2{
    background: none;
    width: 100%;
}
#calculator table.zh_section .floatright, table.zh_section2 .floatright{
    padding-left: 15px;
}
.notepads #calculator table.zh_section3 th{
    font-weight: lighter;
    text-align: left;
    width: 100px;
    vertical-align: top;
    padding-bottom: 25px;
    padding-right: 15px;
}
.notepads #calculator select{
    width: 450px;
}
#calculator h3.heading{
    margin: 20px;
}
#calculator .section, #zh_debug_div .section2 {
    padding: 20px;
}
table.zh_section th{
    text-align: left;
    font-weight: lighter;
    width: 85%;
    margin-bottom: 5px;
}
table.zh_section td{
    text-align: left;
}
table.zh_section2 th{
    text-align: left;
    font-weight: lighter;
    width: 65%;
}
table.zh_section2 td{
    text-align: left;
    width: 35%;
}
#zh_labels_image_1{
    width: 45px;
    margin-left: 10px;
}
.zh_section2 ol.booklet{
    margin: 5px 0 0; 
    color: grey;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
p.zh_info_property{
    color: black;
    font-size: 105%;
    margin-top: 7px;
    margin-bottom: 3px;
    margin-left: 4px;
    text-align: left;
}
a.print{
    background: url(../../images/calculator/print.gif) no-repeat left center;
    color: grey;
    text-decoration: none;
    padding-left: 25px;
}
#calculator ol li{
    margin-bottom: 3px;
}
.zh_alternative_result{
    text-align: left !important;
    font-size: 90%;
    padding: 5px;
    margin-bottom: 5px;
    font-family: Verdana;
    width: 100%;
    background: white;
    color: black;
    border: 1px solid silver;
}
.zh_alternative_result:hover{
    border: 1px solid #777;
    background: white;
}
.zh_alternative_result:hover span.calculator_alter_result_button_left{
    text-decoration: underline;
}
.calculator_alter_result_button_main{
    display: block;
    width: 100%;
    text-align: justify;
}
.calculator_alter_result_button_left{
    text-align: left;
    float: left;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    max-width: 60%;
}
.calculator_alter_result_button_right{
    text-align: right;
    float: right;
    white-space: nowrap;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
}

.zh_additional_services, .zh_shape, #zh_url_div div span, .zh_roll_diameter, .zh_booklet_round_surface{
    cursor: pointer;
}

.calculator_right_panel_feature_button{
    padding-left: 36px !important;
    background-color: #27444d;
    background-repeat: no-repeat;
    background-position: 8px center;
}
.calculator_right_panel_feature_button:hover{
    background-color: #426a76;
    background-repeat: no-repeat;
    background-position: 8px center;
}
#zh_url_generator_show_button{
    background-image: url(../../images/main/url.png);
}
#zh_attribute_list{
    background-image: url(../../images/main/copy23.png);
}
#zh_print{
    background-image: url(../../images/main/print.png);
}
#zh_print.active{
    background-image: url(../../images/calculator/mini/loading.gif);
}
#diecut_mail{
    background-image: url(../../images/main/box_contours_icon.png);
}
#zh_mail{
    background-image: url(../../images/main/email3.png);
}

.zh_production_times{
    background: url(../../images/main/shipping1.png) no-repeat left center;
    padding-left: 40px;
}

.calculator_settings_button{
    background-image: url(../../images/main/settings_silver_gear_24_24.png);
    float: right;
    width: 24px;
    height: 24px;
    background-color: white;
    color: black;
    padding: 0px;
    margin-right: 16px;
    border: 0px;
}

.calculator_settings_button:hover{
    background-image: url(../../images/main/settings_grey_gear_24_24.png);
    background-color: white;
}

/* dimensions */
.dimensions img{
    width: 220px;
    margin-left: 20px;
}

/* booklet_size */
.booklet_size{
}
.booklet_size img{
    width: 220px;
}

/* DIE CUT SETTINGS */
.die_cut_settings_trigger{
    cursor: pointer;
    text-decoration: none;
    color: blue;
}
.die_cut_settings_trigger:hover{
    text-decoration: underline;
    color: darkblue;
}
.ui-dialog{
    background-color: white;
    border: 1px solid gray;
    box-shadow: black 0px 0px 15px; 
    outline: 0px;
    position: absolute;
    z-index: 100000;
    border-radius: 3px;
    padding: 2px;
}
.ui-dialog-titlebar{
    background: #ddd;
    padding: 8px;
    cursor: pointer;
}
.ui-dialog-titlebar:hover{
    opacity: 0.7;
    box-shadow: silver 0px 0px 4px; 
}
.ui-button{
    position: absolute;
    right: 6px;
    top: 5px;
    background: url(../../images/main/close_button.png) no-repeat center center;
    opacity: 1;
    width: 25px;
    height: 25px;
    border: none;
}
.ui-button:hover{
    opacity: 0.8;
    background: url(../../images/main/close_button.png) no-repeat center center;
}
.ui-button-text{
    display: none;
}

/* DEBUG */
.debug_header_span{
    color: #444;
    font-weight: normal;
}
.debug_th_wide{
    font-weight: bold !important;
    background-color: #eee !important;
}
.debug_td_wide{
    background-color: whitesmoke !important;
    margin-bottom: 10px;
}
.debug_info_text{
    font-size: 85%;
    font-style: italic;
}
input[type=submit].add-to-basket, button[name="add_to_basket"]{
    right: -54px;
}
.close_debug{
    cursor: pointer;
    float:right;
    position: relative;
    margin-left: 4px;
    padding: 5px;
    color: #043f5a;
    border: 1px solid #043f5a;
}
.close_debug:hover{
    border: 1px solid #4f869f;
    color: #4f869f;
}
#calculator input[type=text]:disabled{
    background-color: white;
}
#calculator input.disabled[type=text]{
    background: #eee;
}

/* A4 DIN IMAGE */

.a4_sheet{
    margin: 0 auto;
    width: 140px;
    height: 198px;
    position: relative;
    display: block;
    border: 10px solid #fff;
    background: white;
    -box-shadow-radius: black 0px 0px 6px;
    -webkit-box-shadow: black 0px 0px 6px;
    box-shadow: black 0px 0px 6px;
}
.a4_sheet div{
    display: inline-block;
    float: left;
}
.a4_sheet div div{
    background: black;
    float: left;
    width: 85%;
    height: 85%;
    left: 5%;
    top: 5%;
    margin: 0;
    position: relative;
}
.a4_sheet div div.radius{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.pouches_2d_div img {
    width: 520px;
}

.paper_cans_image img, .paper_cans_image #calc_zhboxes_lines_image_2d img {
    width: 45%;
}

.pouches_lines{
    position: relative;
}
.pouches_lines img{
    position: absolute;
    right: 0;
    top: 0px;
    width: 520px;
}
.boxes_2d_div img {
    width: 240px;
}
.boxes_3d_div img {
    width: 280px;
}
.boxes_lines{
    position: relative;
}
.boxes_lines img{
    position: absolute;
    right: 0;
    top: 0px;
    width: 240px;
}
.boxes_lines_2{
    position: relative;
}
.boxes_lines_2 img{
    position: absolute;
    right: 0;
    top: 0px;
    width: 280px;
}
.info_help{
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 35px;
    color: grey;
    background-image: url(../../images/main/bulb.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    display: block;
    border-bottom: 1px dashed silver;
}
.info_help_2{
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 35px;
    color: grey;
    background-image: url(../../images/main/bulb.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    display: block;
}
.info_pdf{
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 35px;
    color: grey;
    font-size: 15px;
    background-image: url(../../images/main/pdf_icon_2.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    display: block;
    border-bottom: 1px dashed silver;
}
.info_pdf a{
    color: black;
    text-decoration: none;
}
.info_pdf a:hover{
    color: black;
    text-decoration: underline;
}
.info_pdf_2{
    color: grey;
    font-size: 15px;
    display: block;
}
.info_pdf_2 a{
    color: black;
    text-decoration: none;
}
.info_pdf_2 a:hover{
    color: black;
    text-decoration: underline;
}
.info_pdf_2 *{
    vertical-align: middle;
}
.info_pdf_2 img{
    padding-right: 10px;
}
.pdf{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../../images/main/pdf.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    display: block;
}
.zh_notepads_image_1, .zh_stickynotes_image_1{
    width: 65%;
    display: block;
    margin: 0 auto;
}

/* TOGGLEABLE INFO */

.calc_toggleable_info_green {
    cursor: pointer;
    background-color:rgb(96, 180, 113);
    color: white;
    padding: 10px 35px 10px 15px;
    font-size: 0.9em;
    background-image: url(../../images/main/arrow-down-white.png);
    background-repeat: no-repeat;
    background-position: right 10px top 6px;
}

.calc_toggleable_info_green_active {
    background-image: url(../../images/main/arrow-up-white.png);
}

/* OUTPUT FORMATS */

.calculator_plain_ul{
    margin: 0 0 0 15px;
}
.calculator_plain_ul li{
    list-style-type: circle;
    list-style-image: none;
    margin-bottom: 0px;
    margin-left: 5px;
    letter-spacing: -0.3px;
}
.output_formats_layout {
    overflow: auto;
}

.output_formats_layout > div {
    cursor: pointer;
    padding: 15px;
    padding-right: 50px;
    background-color: white;
    margin-bottom: 0px;
    transition: all linear .3s;
    border-bottom: 1px solid #ccc;
    letter-spacing: -0.3px;
}

.output_formats_layout > div.selected_output_format {
    background-color: #e0eaef;
    background-image: url(../../images/main/checkbox.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.output_formats_layout > div:hover {
    background-color: #e0eaef;
}

/* CALCULATOR SWITCHER */

#calculator .zh_size_switcher, #calculator .zh_size_switcher_2{
    background: #ddd url(../../images/main/exchange.png) no-repeat 50% 0;
    width: 100px;
    height: 27px;
    cursor: pointer;
    display: block;
    border: 0;
    outline-width: 0;
    border: 1px solid silver;
    margin: 0 auto;
    margin-top: 5px;
}
#calculator .zh_size_switcher:hover, #calculator .zh_size_switcher_2:hover{
    background: #eee url(../../images/main/exchange.png) no-repeat 50% -25px;
}

/* FORMAT LEAFLET */

.format_leaflet_window {}

.format_leaflet_window_centered {
    margin-left: auto; margin-right: auto;
}

.format_leaflet_border {
    border: 1px solid black;
}

.format_leaflet {
    border-collapse: collapse;
    border: 3px solid transparent;
    background-color: white;
    -moz-box-shadow: 3px 3px 9px 0px silver; 
    -webkit-box-shadow: 3px 3px 9px 0px silver; 
    box-shadow: 3px 3px 9px 0px silver;
}

.format_leaflet td {
    border: 0px dashed silver;
    border-right: 2px dotted silver;
    border-bottom: 2px dotted gray;
    color: white;
    font-size: 11px;
    font-style: italic;
    position: relative;
    white-space: nowrap;
}

.format_leaflet tr:first-child > td:first-child {
    color: gray;
}

.format_leaflet td:hover {
    color: gray;
}

.format_leaflet td:hover span {
    display: inline;
    background-color: white;
}

.format_leaflet span {
    display: none;
    position: absolute;
    bottom: 1px;
    right: 6px;
    padding: 0px;
}

.format_leaflet tr:last-child td {
    border-bottom: 0px dotted gray;
}

.format_leaflet td:last-child {
    border-right: 0px dotted silver;
}

.format_leaflet_highlight_width {
    border-top: 3px solid red !important;
    border-bottom: 3px solid red !important;
}

.format_leaflet_highlight_height {
    border-left: 3px solid red !important;
    border-right: 3px solid red !important;
}

.format_leaflet_highlight_rows td {
    border-bottom: 2px dotted red !important;
}

.format_leaflet_highlight_rows tr:last-child td {
    border-bottom: 0px dotted red !important;
}

.format_leaflet_highlight_columns td {
    border-right: 2px dotted red !important;
}

.format_leaflet_highlight_columns td:last-child {
    border-right: 0px dotted red !important;
}

.format_leaflet_window_info {
    color: gray;
    font-size: 12px;
    font-style: italic;
    background-color: white;
}
.zh_calculator2{
    background: rgb(224, 234, 239);
    padding: 10px;
    border-bottom: 1px dotted silver !important;
}
.zh_calculator3{
    padding: 10px;
    border-bottom: 1px dotted silver !important;
    font-size: 0.85em; 
    line-height: normal;
    color: #777; 
    font-weight: lighter;
}
table.zh_calculator3 td{
    text-align: right;
}
table.zh_calculator3 th{
    text-align: left;
}

/* PUBLIC CUTTING TYPES */

.calculator_public_cutting_types_box {
    width: 100%;
    font-size: 0;
}

.calculator_public_cutting_types_item {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.calculator_public_cutting_types_item_size_33 {
    width: 33.33%;
}
.calculator_public_cutting_types_item_size_50 {
    width: 50%;
}
.calculator_public_cutting_types_item_size_33 .calculator_public_cutting_types_item_content {
    height: 210px;
}
.calculator_public_cutting_types_item_size_50 .calculator_public_cutting_types_item_content {
    height: 160px;
}

.calculator_public_cutting_types_item_content {
    margin: 3px 3px 3px 3px;
    border: 1px solid silver;
    border-radius: 3px;
    padding: 15px;
    display: block;
    background-color: white;
    overflow-y: auto;
    transition: all linear 0.4s;
}
.calculator_public_cutting_types_item_deactivation_text {
    display: none;
    color: red;
    font-size: 1.3em;
}
.calculator_public_cutting_types_item_content_active {
    border: 1px solid #22667bff;
    box-shadow: 0px 0px 0px 1px #22667bff;
    background-color: white;
}
.calculator_public_cutting_types_item_content_deactivated {
    border: 1px solid gray;
    box-shadow: 0px 0px 0px 1px silver;
    background-color: whitesmoke;
    opacity: 0.25;
    transition: all linear 0.4s;
}
.calculator_public_cutting_types_item_content_active .calculator_public_cutting_types_item_header {
    background-image: url(../../images/calculator/checkbox_on.png);
    color: #22667bff;
}
.calculator_public_cutting_types_item_content_unactive .calculator_public_cutting_types_item_header, .calculator_public_cutting_types_item_content_deactivated .calculator_public_cutting_types_item_header{
    background-image: url(../../images/calculator/checkbox_off.png);
    color: black;
}
.calculator_public_cutting_types_item_content:hover {
    border: 1px solid #22667bff;
    background-color: #dff4faff;
}
.calculator_public_cutting_types_item_content_deactivated:hover {
    border: 1px solid gray;
    background-color: whitesmoke;
    opacity: 1;
}
.calculator_public_cutting_types_item_content_deactivated:hover .calculator_public_cutting_types_item_desc {
    display: none;
}
.calculator_public_cutting_types_item_content_deactivated:hover .calculator_public_cutting_types_item_deactivation_text {
    display: block;
}
.calculator_public_cutting_types_item_content_empty {
    opacity: 0.3;
}

.calculator_public_cutting_types_item_size_33 > .calculator_public_cutting_types_item_content > .calculator_public_cutting_types_item_header {
    height: 36px;
}
.calculator_public_cutting_types_item_size_50 > .calculator_public_cutting_types_item_content > .calculator_public_cutting_types_item_header {
    height: 30px;
}

.calculator_public_cutting_types_item_header {
    line-height: 16px;
    font-size: 16px;
    font-family: Alef-Regular;
    padding-left: 30px;
    padding-top: 2px;
    display: block;
    background-size: 20px;
    background-position: top left;
    background-repeat: no-repeat;
}

.calculator_public_cutting_types_item_desc ul {
    margin: 0 0 0 15px;
}
.calculator_public_cutting_types_item_desc ul > br {
    display: none;
}
.calculator_public_cutting_types_item_desc ul > li {
    margin-top: 1px;
    margin-bottom: 1px;
    list-style-image: url(../../images/calculator/list-icon.png);
}

/* STICKYNOTE ROLL */

.calculator_roll {
    background-color: white;
    margin: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    box-shadow: 3px 0px 0px 0px lightgray;
    position: relative;
}

.calculator_roll_stripe {
    background-color: gray;
    opacity: 0.2;
    height: 100%;
    position: absolute;
}

.calculator_roll_item {
    background-color: skyblue;
    border: 1px solid blue;
    opacity: 0.7;
    position: absolute;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dimmension_leaflet_box{
    width: 30%;    
    padding: 15px;
}
.dimmension_leaflet_box_2{
    padding: 15px;
}
.boxes_three .boxes_three_margin{
    margin-left: 30px;
}
.boxes_three .boxes_three_margin2{
    margin-left: 5px;
}


/* Graphic selectbox */
.selectbox_graphic{
    position: absolute;
    width: 95%;
    box-sizing: border-box;
    z-index: 2;
    margin-top: -1px;
    border: 1px solid #cccccc;
}
.selectbox_graphic .selectbox_graphic_item{
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.selectbox_graphic .selectbox_graphic_item img{
    margin: auto;
}
.selectbox_graphic .selectbox_graphic_item:hover{
}
.selectbox_graphic .selectbox_graphic_item.neutral{
    float: none;
}
.selectbox_graphic .selectbox_graphic_item:hover, .selectbox_graphic .selectbox_graphic_item.neutral:hover, .selectbox_graphic .selectbox_graphic_item.active{
    background: #e0eaef;
}
.selectbox_graphic .selectbox_graphic_item.neutral:hover{
    border: 0;
}
.selectbox_graphic .selectbox_graphic_item span{
    display: block;
    font-size: 12px;
}
/* END graphic selectbox */

/* Embossing */
#zh_refinement_graphic .selectbox_graphic_item{
    width: 33.333%;
}
#zh_refinement_graphic .selectbox_graphic_item.neutral{
    width: 100%;
    border: 0;
}
#zh_refinement_graphic .refinement_group_name{
    display: block;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
#zh_refinement_graphic .selectbox_graphic_item img{
    display: block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#zh_refinement_graphic .selectbox_graphic_item span{
    padding: 5px;
}
/* END Embossing */

/* Warning triangles */
#zh_warning_triangles_graphic .selectbox_graphic_item{
    width: 50%;
}
#zh_warning_triangles_graphic .selectbox_graphic_item.neutral{
    width: 100%;
    border: 0;
}
#zh_warning_triangles_graphic .selectbox_graphic_item img{
    display: block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#zh_warning_triangles_graphic .selectbox_graphic_item span{
    padding: 5px;
}
/* END Warning triangles */

/* winding direction */
#zh_winding_directions_graphic .selectbox_graphic_item{
    width: 25%;
}
#zh_winding_directions_graphic .selectbox_graphic_item.neutral{
    width: 100%;
    border: 0;
}
#zh_winding_directions_graphic .selectbox_graphic_item img{
    display: block;
    vertical-align: middle;
    max-width: 80px;
    width: 80%;
    margin: 5px auto;
}
#zh_winding_directions_graphic .selectbox_graphic_item span{
    height: 43px;
}
#zh_winding_directions_graphic .selectbox_graphic_item.neutral span{
    height: 20px;
}
/* END winding direction */

/* TUBES COMPONENTS */

#zh_tubes_caps_window, #zh_tubes_seals_window, #zh_tubes_threads_window, #calculator_output_unit_formats_window {
    background-color: #fff;
}

.tube_components_layout {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-height: 83%;
    overflow: auto;
}

.tube_component {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    transition: all linear .3s;
    width: 150px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.tube_component_selected{
    background-color: #e0eaef;
    box-shadow: inset 0px -5px 0px #ccc;
}

.tube_img_compatibily_ok, .tube_img_compatibily_error{
    position: absolute;
    width: 23px;
    top: 0px;
    right: 0px;
    z-index: 1;
    border-radius: 100%;
    background-color: #e4e4e4;
    filter: grayscale(20%);
    box-shadow: -1px 1px 1px 1px #ccc;
}

.tube_img_compatibily_error{    
    font-size: 22px;
    font-weight: 700;
    color: #e4524e;
}

.tube_component img:first-child{
    width: 75%;
}

.tube_component:hover{
    background-color: #e0eaef;
}

.tube_component_name{
    font-weight: bold;
    font-size: 12px;
}

.tube_component_images img{
    height: 100%;
}

.tube_component_select{
    cursor: pointer;
    position: relative;
    border-bottom: 1px dashed #808080;
    padding-left: 3px;
}

.tube_component_select:last-child{
    border-bottom: none;
}

.tube_component_select:hover{    
    background-color: #fff;
}

.tube_select_space{
    height: 33px;
}

.tube_component_arrow{
    border: solid #5f5f5f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
}

.tube_component_desc{
    top: -20px;
    left: -4px;
    position: relative;
}

.tube_components_legend .tube_img_compatibily_error, .tube_components_legend .tube_img_compatibily_ok{
    position: inherit;
    vertical-align: middle;
    margin-right: 5px;
}

.tube_components_legend{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
}

.tube_components_legend div{
    display: inline-block;
    flex-basis: 100%;
}

/* END TUBES COMPONENTS */

/* OUTSERTS FOLDED WINDOW */

#folded_format_possible_options {
    padding: 0px 50px 20px 50px;
    background-color: #f6f6f6;
}

#folded_format_setup{
    padding: 0px 50px 20px 50px;
}

.folded_format_option{
    padding: 7px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border linear .2s;
    border-radius: 3px;
}

.folded_format_option:nth-child(even) {
    background-color: #fff;
}

.folded_format_option:hover{
    border: 1px solid #4f4f4f;
}

/* END OUTSERTS FOLDED WINDOW */

#zh_material_properties_graphic{
    flex-flow: row wrap;
    width: 100%;
    max-height: 412px;
    overflow-y: auto;
}

#zh_material_properties_graphic_box {
    position: relative;
}

.selectbox_graphic .material_properties_item{
    float: none;
    width: 33.3%;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.selectbox_graphic .material_properties_item:nth-child(3n) {
    border-right: none;
}

.selectbox_graphic .material_properties_item img, .boxes_properties_selected_img{
    width: 100%;
    border: 1px solid #8f8f8f;
}

.boxes_properties_selected_img:hover{
    border: 1px solid #8f8f8f;
}

input.calculator_parameter_locked, select.calculator_parameter_locked{
    background-image: url(../../images/calculator/mini/lock.png) !important;
    background-size: 18px;
    background-position: 99% 40%;
    background-repeat: no-repeat;
    background-color: #fff !important;
}

.selectbox_graphic .winding_properties_item{
    float: none;
    width: 20%;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

#zh_material_properties_graphic.zh_winding_graphic{
    width: 94%;
}

.selectbox_graphic .winding_properties_item img{
    width: 70%;
}

.selectbox_graphic .winding_properties_item:nth-child(5n) {
    border-right: none;
}
