/* These fonts are not present in fonts folder. If you want to activate them then first add them in font folder*/
@font-face {
    font-family: 'Conv_Skil_Safety';
    src: url('../fonts/warning_font.eot');
    src: local('☺'), url('../fonts/warning_font.woff') format('woff'),
    url('../fonts/warning_font.ttf') format('truetype'),
    url('../fonts/warning_font.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_SKIL_EU_4';
    src: url('../fonts/circled_number.eot');
    src: local('☺'), url('../fonts/circled_number.woff') format('woff'),
    url('../fonts/circled_number.ttf') format('truetype'),
    url('../fonts/circled_number.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FILLED_CIRCLE_BOLD';
    src: url('../fonts/filled_circled_number_bold.eot');
    src: local('☺'), url('../fonts/filled_circled_number_bold.woff') format('woff'),
    url('../fonts/filled_circled_number_bold.ttf') format('truetype'),
    url('../fonts/filled_circled_number_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FILLED_CIRCLE_ALPHABET_BOLD';
  src: url('../fonts/filled_circled_alphabet_bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/filled_circled_alphabet_bold.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/filled_circled_alphabet_bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/filled_circled_alphabet_bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/filled_circled_alphabet_bold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/filled_circled_alphabet_bold.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}


html {
    height: 100%;
}

/* ============ Reset ============ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0 10px 0;
}
b{
    font-weight: 500;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
*{
    box-sizing: border-box;
}
:focus{
    outline: 0;
}
::-webkit-input-placeholder {
     color: #9ea09f;
 }
:-moz-placeholder {
    color: #9ea09f;
}
::-moz-placeholder {
    color: #9ea09f;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #9ea09f;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
    opacity: 0; /* Since FF19 lowers the opacity of the placeholder by default */
}
:focus:-ms-input-placeholder {
    color: transparent;
}
/* ============= Based ========== */
body{
    position: relative;
    background: #8cb74e;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    font: 300 16px/1 'Roboto', sans-serif;
    color: #444;
    overflow-y: scroll;
    min-width: 320px;
}
.anim{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.page{
    width: calc(100% - 31px);
    margin: 0 0 0 31px;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.65);
    min-height: 100%;
    padding: 85px 0 30px;
}
.wrapper{
    max-width: 740px;
    padding: 0 15px 0 33px;
    margin: 0 auto;
}
.overlay-page{
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.mobile-block{
    display: none;
}
.overlay-page.active{
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
}
.w10{
    width: 7%;
    min-width: 45px;
}
.w15{
    width: 15%;
}
.w42{
    width: 42.5%;
}
.w40{
    width: 40%;
}
.w60{
    width: 60%;
}
.w80{
    width: 86%;
}
.w90{
    width: 93%;
}
.alphabet-symbol{
    font-weight: 700;
    font-style: 15px;
}
span.icon-triangle{
    background: #4b4b4b;
    color: #fff;
    padding: 2px 2px 0px;
    line-height: 1;
    margin: 0 30px 0 0;
}
.warning-info{
    padding: 0 0 0 40px;
    position: relative;
    margin: 0 0 5px;
}
.warning-info span.icon-triangle{
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
}
.description-block a{
    color: #00b9f2;
}
.description-block a:hover{
    text-decoration: underline;
}
span.number{
    display: inline-block;
    margin: 0 14px 0 0;
}
span.dot{
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #03020a;
    margin: 0 1px;
    border-radius: 50%;
    vertical-align: middle;
}
span.dash{
    display: inline-block;
    margin: 0 10px 0 0;
}
.icon-skil{
    font-family: 'Conv_Skil_Safety';
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #9aa39e;
    line-height: 1;
}
.icon-number{
    /*font-family: 'Conv_SKIL_EU_4';*/
    font-size: 18px;
    line-height: 1;
}
/* ============= Header ========== */
.header{
    background: #e9ebe6;
    padding: 26px 100px 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header .wrapper{
    padding: 0 15px 0 48px;
}
.header .logo{
    position: absolute;
    top: 19px;
    left: 24px;
}
.header .logo img{
    max-width: 100%;
    height: auto;
    display: block;
    width: 78px;
}
.header .top-menu-holder{
    display: inline-block;
    vertical-align: middle;
    font:17px/1 'Titillium Web', sans-serif;;
}
.header .top-menu-holder ul{
    list-style: none;
}
.header .top-menu-holder ul li{
    display: inline-block;
}
.header .top-menu-holder ul li a{
    color: #5d5f5c;
}
.header .top-menu-holder ul li.active a{
    text-decoration: underline;
}
.header .menu-button{
    position: absolute;
    right: 26px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header .menu-button span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.header .menu-button span,
.header .menu-button span:before,
.header .menu-button span:after{
    width: 32px;
    height: 3px;
    background-color: #303962;
    backface-visibility: hidden;
}
.header .menu-button span:before,
.header .menu-button span:after{
    content: "";
    display: block;
    top: -10px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
}
.header .menu-button span:after{
    top: 10px;
}
.header .menu-button:hover span,
.header .menu-button:hover span:before,
.header .menu-button:hover span:after{
    background: #00b9f2;
}
.language-holder{
    position: absolute;
    top: 25px;
    right: 100px;
    display: flex;  
    cursor: pointer;  
}
.language-holder .label-language{
    font-size: 15px;
    color: #444;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    padding: 0 8px 0 5px;
    text-transform: uppercase;
}
.language-holder .button-language-dropdown{
    border-left: 1px solid #888;
    padding: 0 5px 0 8px;
}
.language-holder .button-language-dropdown:after {
    content: "\f107";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 17px;
    font-family: 'FontAwesome';
    font-weight: 900;
}
.language-holder .button-language-dropdown:hover:after,
.language-holder.active .button-dropdown:after{
    color: #303962;
}
.language-holder .language-dropdown{
    position: absolute;
    top: 100%;
    width: 150px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.language-holder .language-dropdown ul{
    padding: 3px 0;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 4px;
}
.language-holder .language-dropdown li{
    padding: 4px 5px;
    color: #727875;
    font-size: 12px;
    cursor: pointer;
}
.language-holder .language-dropdown li:hover{
    background: #cfe8ef;
}

.language-holder.active .language-dropdown{
    max-height: 4000px;
    visibility: visible;
    opacity: 1;
}
.sidebar-menu .language-holder{
    top: 23px;
    left: 11px;
    right: auto;
}
/* ================== Sidebar ============== */
.close-button{
    position: absolute;
    top: 22px;
    right: 26px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.close-button:hover:before,
.close-button:hover:after{
    background: #666;
}
.close-button:before,
.close-button:after{
    content: '';
    width: 2px;
    height: 32px;
    background: #2c396d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.close-button:before{
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-button:after{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    right: 0px;
    left: auto;
    top: 1px;
}
.search-holder{
    width: 100%;
    border: 1px solid #afafaf;
    border-radius: 3px;
    padding: 0;
    display: flex;
    margin: 0 0 30px;
}
.search-holder input{
    width: calc(100% - 23px);
    height: 23px;
    padding: 3px 5px;
    border: none;
    font-size: 8px;
    background: #fff;
    border-radius: 3px;
}
.search-holder button{
    font-size: 0;
    background: #2c396d;
    border-radius: 2px;
    width: 25px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    border: none;
    /*padding: 0.1;*/
    float: right;
}
.search-holder button:before{
    content: '\f002';
    color: #fff;
    font-size: 14px;
    font-family: 'FontAwesome';
}
.sidebar-menu{
    -webkit-transition: .3s all cubic-bezier(0.785,.135,.15,.86);
    -moz-transition: .3s all cubic-bezier(0.785,.135,.15,.86);
    -ms-transition: .3s all cubic-bezier(0.785,.135,.15,.86);
    -o-transition: .3s all cubic-bezier(0.785,.135,.15,.86);
    transition: .3s all cubic-bezier(0.785,.135,.15,.86);
    position: fixed;
    top: 0;
    right: 0;
    width: 265px;
    padding: 80px 30px 56px 16px;
    bottom: 0;
    color: #515151;
    background: #fff;
    z-index: 15;
    max-height: 100%;
    overflow: auto;
    -ms-transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -o-transform: translateX(105%);
    transform: translateX(105%);
}
.sidebar-menu.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.navbar ul{
    font-weight: 500;
}
.navbar ul a{
    padding: 6px 30px 6px 0;
    color: #515151;
    display: block;
    font-size: 18px;
}
.navbar ul a:hover,
.navbar ul li a.active{
    color: #00b9f2;
    text-decoration: none;
}
.navbar ul li{
    border-bottom: 1px dashed #ccc;
    padding: 14px 0 12px;
}
.navbar ul li:last-child{
    border: none;
}
.navbar ul li.parent{
    position: relative;
    min-height: 50px;
}

.navbar ul li.parent span.search-count{
    display: none;
}

.navbar ul li.parent.active span.search-count{
    display: inline-block;
}

.navbar ul li.parent.active span.total-count{
    display: none;
}

.navbar ul li.parent > span{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
}
.navbar ul li.parent > span:hover:before,
.navbar ul li.parent > span:hover:after{
    background: #00a0ce;
}
.navbar ul li.parent > span:before,
.navbar ul li.parent > span:after{
    content: '';
    width: 8px;
    height: 1px;
    background: #515151;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.navbar ul li.parent > span:after{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navbar ul li.parent.active > span:after{
    opacity: 0;
}
.navbar .submenu, .navbar .submenu-2, .navbar .submenu-3, .navbar .submenu-4 {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visible;
    height: auto;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.navbar li.active .submenu ,.navbar li.active .submenu-2 ,.navbar li.active .submenu-3 ,.navbar li.active .submenu-4{
    max-height: 4000px;
    visibility: visible;
    opacity: 1;
}
.navbar .submenu ul ,.navbar .submenu-2 ul, .navbar .submenu-3 ul, .navbar .submenu-4 ul{
    font-weight: 300;
    font-size: 16px;
    /*padding: 0 0 13px;*/
}
.navbar .submenu li, .navbar .submenu-2 li, .navbar .submenu-3 li, .navbar .submenu-4 li{
    border: none;
    padding: 0;
}
.navbar .submenu li a, .navbar .submenu-2 li a{
    padding: 5px 0 5px 10px;
    font-size: 16px;
}
.navbar .submenu-3 li a {
    padding: 5px 0 5px 20px;
    font-size: 14px;
}
.navbar .submenu-4 li a {
    padding: 5px 0 5px 30px;
    font-size: 12px;
}

/* =============== Main ============== */
.navigation-dots{
    position: fixed;
    height: 190px;
    width: 8px;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto 0;
    padding: 68px 0 0;
}
.navigation-dots a{
    display: block;
    width: 8px;
    height: 8px;
    margin: 13px 0;
    border-radius: 50%;
    border: 1px solid #9ba6a0;
    cursor: pointer;
}
.navigation-dots a.active,
.navigation-dots a:hover{
    background: #9ba6a0;
}
.logo-holder{
    max-width: 173px;
    margin: 0 0 13px;
}
.logo-holder img{
    display: block;
    max-width: 100%;
    height: auto;
}
.title-holder{
    margin: 0 0 59px;
}
.title-holder h1{
    color: #8ab750;
    font:700 31px/1 'Titillium Web', sans-serif;
    margin: 13px 0 5px;
}
.title-holder p{
    margin: 0 0 14px;
}
.title-holder:before,
.title-holder:after{
    content: '';
    display: block;
    width: 173px;
    height: 2px;
    background: #c8cac7;
}
.holder-info-product{
    display: flex;
    border-bottom: 3px solid #d7d7d7;
    padding: 0 0 10px;
}
.holder-info-product .holder-short-info-product{
    width: 70%;
}
.holder-info-product .holder-image-product{
    width: 30%;
}
.holder-info-product .holder-image-product img{
    max-width: 137px;
    height: auto;
    display: block;
}
.ce-product-info{
    display: flex;
    font-size: 11px;
}
.ce-product-info .ce-image-holder{
    margin: 0 17px 0 0;
}
.ce-product-info .ce-image-holder img{
    width: 28px;
    display: block;
}
.ce-product-info h5{
    font-weight: 700;
    margin: 0 0 3px;
}
.ce-product-info p{
    color: #444!important;
}
.ce-product-info p span{
    display: inline-block;
    margin: 0 0 0 9px;
}
.description-block{
    line-height: 1.6;
    padding: 0 0 20px 0;
    border-top: 3px solid #d7d7d7;
}
/*.description-block:last-child{
    border: none;
}*/
.title-block{
    padding: 17px 0 22px;
    border-bottom: 3px solid #d7d7d7;
    /*font: 500 26px/1 'Roboto', sans-serif;*/
}
.subtitle-block{
    font-size: 24px;
    line-height: 1;
    padding: 20px 0 0;
    margin: 0 0 15px;
}
ul.description-list{
    list-style: none;
}
ul.description-list li{
    padding: 0 0 0 10px;
    position: relative;
}
ul.description-list li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #4f4f4f;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
ol.description-list{
    list-style: decimal;
    padding: 0 0 0 20px;
}
ol.description-list li{
    padding: 0 0 0 7px;
}
.description-list h4{
    font-weight: 500;
}
em{
    font-style: italic;
    font-weight: 400;
}
/* ==================== Table ================= */
.table-container{
    overflow: hidden;
    overflow-x: auto;
}

.table-block{
    /*margin: 30px 0 0;*/
    border: 1px dotted #a3a5a4;
}
.table-block.table-without-border{
    border: none;
}
.table-block .tr-block{
    /*display: table;*/
    border-bottom: 1px dotted #a3a5a4;
    width: 100%;
}
.table-block .tr-block .td-block{
    border-left: 1px dotted #a3a5a4;
    padding: 10px;
    /*display: table-cell;*/
    vertical-align: middle;
}
.table-block .tr-block .th-block{
    font-weight: 600;
}
.table-block .tr-block .td-block:first-child,
.table-block .tr-block:last-child,
.table-block .tr-block.without-padding .td-block ul li:last-child{
    border: none;
}
.table-block .tr-block.without-padding .td-block{
    padding: 0;
}
.table-block .tr-block .td-block.td-center{
    text-align: center;
}
.table-block .tr-block.without-padding .td-block ul li{
    padding: 10px;
    border-bottom: 1px dotted #a3a5a4;
}
.table-block .tr-block .td-block.img-holder{
    text-align: center;
}
.table-block .td-block img {
    max-width: 100%;
    display: inline-block;
    min-width: 20px;
    /* margin: 0 auto; */
}
.table-block .td-block.image-holder{
    padding: 20px 0;
}
.table-block .td-block .icon-number{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 19px;
}
/* ============= Responsive ========== */
@media(max-width: 640px){
    .title-holder{margin: 0 0 30px;}
    .holder-info-product .holder-image-product{display: none;}
    .holder-info-product .holder-short-info-product{width: 100%;}
    .w40,
    .w60{width: 50%}
}
@media(max-width: 480px){
    .navigation-dots{display: none;}
    .wrapper{padding: 0 15px;}
    .header{height: 68px;}
    .header .top-menu-holder{display: none;}
    .table-block .tr-block.desktop-block,
    .table-block .tr-block .td-block.desktop-block{display: none;}
    .mobile-structure .tr-block{padding: 10px}
    .table-block.mobile-structure .tr-block .td-block{width: 100%;border: none;padding: 0;display: block;}
    .table-block.mobile-structure .tr-block .td-block span.mobile-block{display: inline-block;margin: 0 10px 0 0;font-weight: 500;}
    .mobile-block.img-holder{display: block;}
    .mobile-block.img-holder img{display: block; max-width: 90%;margin: 0 auto 10px;}
    body{
       -webkit-text-size-adjust: none;
    }
}

img {
    max-width: 692px;
}

/* Custom */
form {
    display: inherit;
    width: 100%;
}

.highlight{
    background: yellow !important;
}

/*.td-block span {
    display: inline-block;
}*/
.ltb-container{
    overflow-wrap: break-word;
}

/* on special request for mc20102 1319 Update 11-06-2020 i.e. merge the canvas item into table above it*/
.ltb-container.body_1_VarB , .ltb-container.ol_2 , .ltb-container.ol_2_continue, .ltb-container.ol_4 , .ltb-container.ol_4_continue{
    padding: 10px;
    border: 1px dotted #a3a5a4;
    position: relative;
    top: -10px;
    border-top: none;
}

/*.ltb-container.ol_4 .parent-tag, .ltb-container.ol_4_continue .parent-tag{
    max-height: 16px;
    display: inline-block;
    position: relative;
    top: -2px;
}*/

/*All styles can be used withing css only So remove from JS. because it is easy of any design wants to update for their exported html*/

.title_1 {
    color: #8ab750;
    font: 700 31px/1 'Titillium Web', sans-serif;
    margin: 0px 0 5px;
}
.title_2 {
    font: 500 26px/1 'Roboto', sans-serif;
    margin: 13px 0 5px;
}
.subtitle_1 {
    color: #8ab750;
    font: 700 11px/1 'Titillium Web', sans-serif;
    margin: 0 0 3px;
}
.subtitle_2 {
    /*font: 700 11px/1 'Titillium Web', sans-serif;*/
    font-size: 11px;
    font-family: 'Titillium Web', sans-serif;
    margin: 0 0 3px;
}
/*.heading_1 {
    color: #8ab750;
    font-size: 11px;
}
.heading_2 {    
    font-size: 11px;
}*/

.heading_1 {
    font: 500 26px/1 'Roboto', sans-serif;
    line-height: 1;
    padding: 20px 0 0;
}

.heading_2 {    
    font-size: 24px;
    line-height: 1;
    padding: 20px 0 0;
    margin: 0 0 15px;
}

.heading_3 {
    font-size: 22px;
    line-height: 1;
    padding: 20px 0 0;
    margin: 0 0 15px;
}  

.chapter_1 , .chapter_1_continue {    
    font: 500 26px/1 'Roboto', sans-serif;
    line-height: 1;
    padding: 20px 0 0;
}
.chapter_1_1 , .chapter_1_1_continue{    
    font-size: 24px;
    line-height: 1;
    padding: 20px 0 0;
    margin: 0 0 15px;
}
.chapter_1_1_1 , .chapter_1_1_1_continue {
    font-size: 22px;
    line-height: 1;
    padding: 20px 0 0;
    margin: 0 0 15px;
}
.chapter_1_1_1_1 , .chapter_1_1_1_1_continue{
    font-size: 20px;
    line-height: 1;
    padding: 20px 0 0;
    margin: 0 0 15px;
}

/*body_1 & body_2 are having default styles. So, no styles needed for that*/

.body_3 {
    font-weight: bold;
}
.body_4 {
    font-style: italic;
}
.body_5 {
    text-decoration: underline;
}
.body_6 { 
    margin-left: 35px;
}
.body_7 { 
    margin-left: 50px;
}
.body_8 { 
    margin-bottom: 25px;
}
.body_9 .parent-tag {
    background-color:#ffc000;
}
.body_10{
    text-align: center;
}
.body_10 .parent-tag {
    background-color:#92d050;
}
.warning_1 .parent-tag, .warning_2 .parent-tag, .warning_3 .parent-tag, .warning_4 .parent-tag {
    font-family: 'FontAwesome';
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    height: 99%;
    min-width: 25px !important;
    margin: 0 10px 0 0 !important;
    max-height: 25px;
}
.warning_1 .parent-tag {
    font-size: 18px;
    padding: 4px 1px 0 1px;
    color: #fff;
}
.warning_1 .parent-tag:before {
    content: '\f071';
    background: #333;
    padding: 4px 1px 0 1px;
}
.warning_2 .parent-tag {
    font-size: 21px;
    color: #333;
}
.warning_2 .parent-tag:before {
    content: '\f071';
}
.warning_3 .parent-tag {
    font-size: 12px;
    color: #333;
    width: 1px;
    position: relative;
    border-radius: 3px;
    border-bottom: 23px solid #333;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.warning_3 .parent-tag:before {
    content: '\f12a';
    position: absolute;
    z-index: 2;
    top: 9px;
    left: -1px;
    width: 100%;
    text-align: center;
}
.warning_3 .parent-tag:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -8px;
    top: 5px;
    width: 1px;
    border-radius: 1px;
    border-bottom: 16px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.warning_4 .parent-tag {
    font-family: 'Conv_Skil_Safety';
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #9aa39e;
    line-height: 1;
}
.warning_4 .parent-tag:before {
    content: '4';
}

.ul_1::before {content: "• "; min-width:10px;}
.ul_2::before {content: "– "; min-width:10px; }
.ul_3::before {content: "◆ "; min-width:10px; }
.ul_4::before {content: "□ "; min-width:10px; }
.ul_5::before {content: "◊ "; min-width:10px; }

.ul_1 , .ul_2 , .ul_3 , .ul_4 , .ul_5, .ol_1 , .ol_2, .ol_3, .ol_4, .ol_5, .ol_6, .ol_7,
.ol_1_continue , .ol_2_continue, .ol_3_continue, .ol_4_continue, .ol_5_continue, .ol_6_continue, .ol_7_continue,
.warning_1 , .warning_2, .warning_3, .warning_4{
    display: flex;
} 

.ol_1 .parent-tag , .ol_2 .parent-tag, .ol_3 .parent-tag, .ol_4 .parent-tag, .ol_5 .parent-tag, .ol_6 .parent-tag, .ol_7 .parent-tag,
.ol_1_continue .parent-tag , .ol_2_continue .parent-tag, .ol_3_continue .parent-tag, .ol_4_continue .parent-tag, .ol_5_continue .parent-tag, .ol_6_continue .parent-tag, .ol_7_continue .parent-tag {
    min-width: 35px; 
}

.ol_2 .parent-tag filled-circle, .ol_2_continue .parent-tag filled-circle{
    color : #6D6E71;
}

.ol_12_continue{ /*Caption List 2 (A-B-C)*/
    font-weight: bold;
}

red {
    font-family: 'Conv_SKIL_EU_4';
    line-height: 1;
}

green {
  color:green;
}

filled-circle {
    font-family: 'FILLED_CIRCLE_BOLD';
    line-height: 1;
    /*color: #444;*/
    color : #6D6E71;
}

filled-circle-alphabet {
    font-family: 'FILLED_CIRCLE_ALPHABET_BOLD';
    line-height: 1;
    /*color: #444;*/
    color : #6D6E71;
    /*font-size: 24px;*/
}

blue {
  color:blue;
}

.table_style_2{
    border: none;
}
.table_style_3{
    border: none;
}

.table-block.table_style_3 .tr-block{
    border-bottom: none;
}
.table-block.table_style_3 .tr-block .td-block{
    border-left: none;
    vertical-align: top !important;
    padding: 0px;
}
.table-block.table_style_3 .tr-block .td-block:first-child,
.table-block.table_style_3 .tr-block:last-child,
.table-block.table_style_3 .tr-block.without-padding .td-block ul li:last-child{
    border: none;
}

.ul_1 .parent-tag , .ul_2 .parent-tag , .ul_3 .parent-tag , .ul_4 .parent-tag , .ul_5 .parent-tag {
    margin: 0 25px 0 0; 
}

mark {
    color: #444;
}
i{
    font-weight: bold;
}

.per-language {
    display: none !important;
}

.per-language.ng-show {
    display: block !important;
}

sub {
    vertical-align: sub;
    font-size: 75%;
}
sup {
    vertical-align: super;
    font-size: 75%;
}

.caption{
    display: inline !important;
}