﻿#A3IconsBar {
    margin: 0;
}

.button_logout {
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 3px 0 3px;
    font: normal 9px/28px arial, helvetica, verdana, sans-serif;
}

.button_inbox {
    text-align: right;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width: 28px;
    height: 28px;
    line-height: 20px;
    color: #000000;
    padding-right: 3px;
    padding-top: 3px
}

.button_progress_inbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.button_separador {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.button_separador_span {
    background-image: none;
    display: inline-block;
    float: left;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    width: 10px;
}

.button_state_normal {
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 28px;
}

.button_inbox_graf {
    height: 28px; 
    width: 28px;
}

.button_icon_gr {
    width: 120px;
    position: absolute;
    right: 1px;
}

.button_icon_dc {
    width: 120px
}

.button_mouseover {
    cursor: pointer;
    opacity: 0.6;
}

.button_mouseout {
    cursor: initial;
    opacity: 1;
}

.base_container {
    position: absolute;
    right: 15px
}

.base_container_plantilla {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
}