/* ============================================================
   UBUZIMAPLUS HRM FIXED NAVIGATION DOCK SAFE-ZONE

   Keeps fixed global navigation dock above page headings.
   Does not move or resize the dock itself.
   ============================================================ */

#aquila-hrm-b5-self-service .b5-page,
#aquila-hrm-b6-recruitment .b6-page,
#aquila-hrm-b7-performance-learning .b7-page{
    padding-top:104px!important;
}

#aquila-hrm-b5-self-service .b5-title,
#aquila-hrm-b6-recruitment .b6-title,
#aquila-hrm-b7-performance-learning .b7-title{
    position:relative;
    z-index:1;
}

@media (max-width:768px){

    #aquila-hrm-b5-self-service .b5-page,
    #aquila-hrm-b6-recruitment .b6-page,
    #aquila-hrm-b7-performance-learning .b7-page{
        padding-top:92px!important;
    }

}

@media (max-width:430px){

    #aquila-hrm-b5-self-service .b5-page,
    #aquila-hrm-b6-recruitment .b6-page,
    #aquila-hrm-b7-performance-learning .b7-page{
        padding-top:86px!important;
    }

}
