/* estilos pré definidos */
@font-face {
    font-family: Calibri-Regular;
    src: url('../fonts/calibri.ttf');
}
 

.htmleditor_holder > *{
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    color: inherit;
}

.htmleditor_holder.child_null > *{
    margin: 0px;
}


.bg_colorfirst{background-color: #333d47 !important;}
.color_colorfirst{color: #333d47 !important;}
.bg_colorsecond{background-color: #00b5ad !important;}
.color_colorsecond{color: #00b5ad !important;}
.bg_green{background-color: #76B043 !important;}
.color_green{color: #76B043 !important;}
.bg_lightgreen{background-color: #A5CF4C !important;}
.color_lightgreen{color: #A5CF4C !important;}

.bg_black{background-color: #000 !important;}
.color_black{color: #000 !important;}
.bg_verydarkgrey{background-color: #191919 !important;}
.color_verydarkgrey{color: #191919 !important;}
.bg_darkgrey{background-color: #323232 !important;}
.color_darkgrey{color: #323232 !important;}
/*.bg_grey{background-color: #646464 !important;}
.color_grey{color: #646464 !important;}*/
.bg_grey{background-color: #646464 !important;}
.color_grey{color: #646464 !important;}
.bg_lightgrey{background-color: #969696 !important;}
.color_lightgrey{color: #969696 !important;}
.bg_verylightgrey{background-color: #dcdcdc !important;}
.color_verylightgrey{color: #dcdcdc !important;}
.bg_white{background-color: #fff !important;}
.color_white{color: #fff !important;}



p,
.p{
    font-family: Calibri-Regular;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
/* fim de estilos pré definidos */
