/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

@media screen and (max-width: 1023px) {
    .tooltip--is-active.tooltip--bottom {
        -webkit-transform: translateY(8px) !important;
        -moz-transform: translateY(8px) !important;
        -ms-transform: translateY(8px) !important;
        -o-transform: translateY(8px) !important;
        transform: translateY(8px) !important;
    }
}
@media screen and (min-width: 1024px) {
    .tooltip--is-active.tooltip--bottom {
        -webkit-transform: translateY(4px) !important;
        -moz-transform: translateY(4px) !important;
        -ms-transform: translateY(4px) !important;
        -o-transform: translateY(4px) !important;
        transform: translateY(4px) !important;
    }
}