/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vsmenu {
    font-family: comfortaa;
    font-weight: bold;
}

a.vmenu:link, a.vmenu:visited {
    color: #000000;
}

a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
    font-family: comfortaa;
    font-weight: bold;
}

.tabactive, a.tab#active {
    background: #00b8ff !important;
    margin: 0 0.2em 0 0.2em !important;
    border-right: 1px solid #CCC !important;
    border-left: 1px solid #CCC !important;
    border-top: 3px solid #4CAF50 !important;
    color: #fff;
    border-radius:10px;
}

a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
    font-family: comfortaa;
    font-weight: bold;
}

body {
    font-size: 0.92em;
    line-height: 1.4;
    font-family: comfortaa;
    font-weight: 900;
    color: #ff0000;

}

div.fiche > table.table-fiche-title:first-of-type div {
    color: var(--colortexttitlenotab);
    font-size: 1.1em;
    /* text-transform: uppercase; */
    font-weight: 600;
}

div.blockvmenusearch {
    font-family: comfortaa;
    color: #000000;
}

.mainmenuaspan {
    padding-left: 2px;
    padding-right: 2px;
    font-family: comfortaa;
    font-weight: 900;
}

tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div {
    font-family: comfortaa;
    font-weight: bold;
    vertical-align: middle;
    height: 28px;
    color: red;
}

.info-box-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
    opacity: 10;
    color: #F44336;
}

input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
    background: var(--butactionbg);
    color: var(--textbutaction);
    border-radius: 3px;
    border-collapse: collapse;
    border: none;
    font-family: comfortaa;
}