﻿#a_help {
    width: 26px !important;
    height: 26px !important;
}

    #a_help i {
        font-size: 12px;
    }

/* Tooltip hint.css: mantiene la flecha visible aunque el tema cambie el color del tooltip. */
[class*="hint--"]:before {
    border-color: transparent !important;
}

.hint--top:before,
.hint--top-left:before,
.hint--top-right:before {
    border-top-color: #383838 !important;
}

.hint--bottom:before,
.hint--bottom-left:before,
.hint--bottom-right:before {
    border-bottom-color: #383838 !important;
}

.hint--left:before {
    border-left-color: #383838 !important;
}

.hint--right:before {
    border-right-color: #383838 !important;
}
