.drop {cursor: no-drop;}

.tool {
    /* cursor: help!important; */
    position: relative!important;
} 

.text_success{
	color: #46883d !important;
}

.tool::before,
.tool::after {
    left: 106% !important;
    opacity: 0!important;
    position: absolute!important;
    z-index: -100!important;
    /* right: 0% !important; */
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1!important;
    transform: scale(1) translateY(0)!important;
    z-index: 100!important; 
}


.tool::before {
   border-style: solid!important;
   border-width: 1em 0.75em 0 0.75em!important;
   border-color: transparent transparent transparent!important;
   bottom: 38%!important;
   content: ""!important;
   margin-left: -0.5em!important;
   transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s!important;
   transform: scale(.6) translateY(-90%)!important;
   right: -50px !important;
} 

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s!important;
}


.tool::after {
    /* background: #3E474F!important; */
    border-radius: .25em!important;
    bottom: -2px !important;
    color: #ff0000!important;
    content: attr(data-tip)!important;
    /* margin-left: -8.75em!important; */
    padding: 1em!important;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s!important;
    transform: scale(.6) translateY(50%)!important;
    width: auto;
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26)!important;
}

@media (max-width: 760px) {
  .tool::after { 
        font-size: .75em!important;
        margin-left: -5em!important;
        width: 10em!important; 
  }
}

.hr_button{
	margin-top: 42px!important;
    height: 28px!important;
    line-height: 0px!important;
	
}