/*
    Created on : 26 nov. 2015, 09:49:32
    Author     : xavier
*/

a.flatmenubar, a.flatmenubar:hover
{
    float:left;
    font-weight:normal;
    vertical-align:middle;
    border-radius: 6px;
    min-width: 170px;
    padding:6px 19px;
    line-height:30px; /* centrage vertical */
    text-align:center; /* centrage horizontal */
    margin-left:3px;
    margin-right:3px;
    white-space: nowrap;
}

a.flatmenubarsmall, a.flatmenubarsmall:hover
{
    float:left;
    font-weight:normal;
    font-size:.75em;
    vertical-align:middle;
    min-width: 70px;
    padding: 5px 15px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */
    white-space: nowrap;
    border-radius: 14px;
    margin-right:10px;
}

a.flatmenubarmini, a.flatmenubarmini:hover
{
    float:left;
    font-weight:normal;
    vertical-align:middle;
    padding: 2px 5px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */
    white-space: nowrap;
    border-radius: 4px;
}

a.flatmenubartop, a.flatmenubartop:hover
{
    float:left;
    font-weight:normal;
    vertical-align:middle;
    min-width: 100px;
    height:30px;
    padding:5px 15px;
    line-height:30px; /* centrage vertical */
    text-align:center; /* centrage horizontal */
    white-space: nowrap;
}

a.flatbtn, a.flatbtn:hover
{
    float:left;
    font-weight:normal;
    vertical-align:middle;
    padding:3px;
    line-height:20px; /* centrage vertical */
    text-align:center; /* centrage horizontal */
    margin-left:3px;
    margin-right:3px;
    white-space: nowrap;
}

span.flatmenubar
{
    font-size: 12px;
    line-height: 12px;
}

button.button_color {
    height: 30px;
    line-height: 20px;
    border-radius: 14px;
    border:none;
    padding: 0 15px;
}

a.button_color, button.button_color {
    background-color: var(--button_background_color);
    color: var(--button_text_color);
    margin-right:10px;
}

a.button_color:hover
{
    background-color: var(--button_color_hover);
    color: var(--button_text_color_hover);
}

a.button_color:active
{
    background: #3246bc;
    background: var(--button_background_color_active);
    color: white;
}

a.button_active
{
    background-color: red;
    color:white;
}

div.uploadbutton
{
    height:30px;
    line-height:30px;
    background-color: #f6f6f6;
    color:#3c3c3b;
    border: 1px solid #c5c5c5;
}

div.uploadbutton:hover
{
    border: 1px solid #cccccc;
    background-color: rgba(133, 62, 165, 0.8);
    color: white;
}

div.uploadbutton:hover span.lnr
{
    color: white !important;
}

.actionmenu_on
{
    background-color: rgba(0, 135, 145, 1) !important;
    color: white !important;
}

.filtermenu_on
{
    background-color: rgba(0, 135, 145, 1) !important;
    color: white !important;
}

a.button_previous, a.button_previous:hover {
    border-radius: 14px 4px 4px 14px;
    display: initial;
}

a.button_previous .lnr-button {
    display: initial;
    font-weight: bold;
}

a.button_next, a.button_next:hover {
    border-radius: 4px 14px 14px 4px;
    display: initial;
}

a.button_next .lnr-button {
    display: initial;
    font-weight: bold;
}

a.button_filter .lnr-button {
    display: initial;
}

a.button_action .lnr-button {
    display: initial;
}

a.button_custom .lnr-button {
    display: initial;
}

a.button_copy-to-clipboard .lnr-button {
    display: initial;
}

a.button_calendar-week .lnr-button,
a.button_calendar-day .lnr-button {
    display: initial;
}

