/************************************************ menu *********************************************************************/
/************************************************ menu *********************************************************************/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .dropdown-menu .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}    
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}    
/* ============ small devices .end// ============ */
/************************************************ FIM DE menu *********************************************************************/
/************************************************ FIM DE menu *********************************************************************/

/************************************************ TOOLTIP *********************************************************************/
/************************************************ TOOLTIP *********************************************************************/
.tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
}
.tooltip-inner {
  max-width: 500px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  background-color: rgba(255,255,192,1);
  border-radius: 4px;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before{border-top-color: #FFFFC0;}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before{border-bottom-color: #FFFFC0;}
.tooltip.bs-tooltip-start .tooltip-arrow::before{border-left-color: #FFFFC0;}
.tooltip.bs-tooltip-end .tooltip-arrow::before{border-right-color: #FFFFC0;}
/************************************************ FIM DE TOOLTIP *********************************************************************/
/************************************************ FIM DE TOOLTIP *********************************************************************/
