@-moz-document domain("ergonocloud.iask.hu") {
/* dewi_mpl.css: ErgonoCloud DEWI stylesheet by Peter Merkva */
/* Abstract: Improving look-and-feel of DEWI
   May be also used with browser addon Stylus */
/* 2021-01-20:  v1.0 Initial version */

/**
section.bg--secondary   : Főoldal (WI választó), lábléccel együtt
section.space--xs       : 0dik és WI oldalak tartalom őse (fejléc és lábléc külön vannak) 
**/

/* ===== FONTOK ===== */

h1, h2, h3, h4 {    /* Fejlécek betűi */
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;        
}
h3 {    
    font-size: 25px !important;
}
h4 {
    font-size: 16px !important;
}


/* ===== FŐOLDAL ===== */

section.bg--secondary h3 {                      /* Csoport címe */   
    /*bbackground-color: cyan !important;*/
    padding-top: 0.5em !important;
    border-top: 3px dotted green !important
}
section.bg--secondary h4 {                      /* WI címe */   
    font-weight: 700 !important;        
}
section.bg--secondary .boxed.boxed--border {    /* WI blokkok kerete */ 
    border-color: #121E5A !important;
}
/*section.bg--secondary .boxed.boxed--border>span::before {    // mux, de hagyjuk
    content:"Work instruction " !important;
}*/
/*section.bg--secondary*/ span.btn__text {
    font-size: 14px !important;
}

/* ===== WI OLDALAK ===== */

section.space--xs  {     /* 0-ik és WI oldalak fő szülője */
    /*bbackground-color: yellow !important;*/
}
section.space--xs h3 {  /* Szakaszcímek */
    font-weight: normal !important;
    text-decoration: underline !important;
}

.fr-dib {                   /* Fő képek középre zárása*/
    /* fr-dib class added by Froala editor to center the images, but undef in src */
    display: block; margin-left: auto; margin-right: auto;
}

section.space--xs .switchable__text {   /* Fejléc tábla fölötti űr törlése */
    margin-top: 0 !important;
}
section.space--xs .boxed.boxed--border {    /* Lapnavigációs sidebar */
    border-radius: 0 !important;
    border-color: #aaaaaa !important;
}
section.space--xs #defaultForm > div:first-child > table:first-child/*, 
ssection.space--xs #defaultForm > div:first-child > table:first-child  tr, 
ssection.space--xs #defaultForm > div:first-child > table:first-child  td*/ {
    /*bbackground-color: greenyellow !important;*/
    border: 1px solid black !important;
    
}
section.space--xs #defaultForm > div:first-child > table:first-child  td {
    /*bbackground-color: greenyellow !important;*/
    padding: 0 0.66em !important;
    border: 1px dotted black !important;
}
/* ErgonoCloud logo */
section.space--xs #defaultForm > div:first-child > table:first-child  tr:first-child > td:first-child > p:nth-child(2) {
    font-weight: bold !important;
    line-height: 0px !important;
}
section.space--xs #defaultForm > div:first-child > table:first-child  tr:first-child > td:first-child > p img{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

}