body {
	padding-left:130px;
	padding-right:40px;
}

.template-login,
.template-forgot-password {
	padding-left:40px;
}

.nav-main p {
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-right: 8px;
}

header {
    max-width: calc(100% - 640px);
    margin-top: -47px;
    min-height: 45px;
}

.nav-main .navlist-icons a {
    float: left;
    display: block;
    width: 72px;
    clear: both;
    height: 50px;
    margin-bottom: 20px;
    border-left: 3px solid transparent;
    color: #0f143e;
    font-weight: 600;
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    padding-left: 72px;
    white-space: nowrap;
    padding-right: 0px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

.nav-main .navlist-icons a:before,
.nav-main .navlist-icons a:after {
	content:"";
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-main .navlist-icons a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 18px;
    background: #1b1b1b;
}

.nav-main .navlist-icons a.dashboard:before {
	background:url(../images/Icons/home-icon.png) center center no-repeat;
}

.nav-main .navlist-icons a.dashboard {
    border-color: transparent !important;
    margin-top: 15px;
    margin-bottom: 60px;
}

.nav-main .navlist-icons a.dashboard:before {
    width: 40px;
    height: 40px;
    background-color: #5463cf;
    left: 13px;
}

.nav-main .navlist-icons a.dashboard:hover:before {
	background-color:#0f143e;
}

.nav-main .navlist-icons a.staff:before,
.nav-main .navlist-icons a.group-management:before {
	background:url(../images/Icons/customers.png) center center no-repeat;
}

.nav-main .navlist-icons a.applicants:before {
	background:url(../images/Icons/library.png) center center no-repeat;
}

.nav-main .navlist-icons a.setup:before,
.nav-main .navlist-icons a.management-users:before {
	background:url(../images/Icons/settings.png) center center no-repeat;
}

.nav-main .navlist-icons a.log-out:before {
	background:url(../images/Icons/logout.png) center center no-repeat;
}

.nav-main .navlist-icons a.staff:hover:before,
.nav-main .navlist-icons a.group-management:hover:before {
	background:url(../images/Icons/customers-hover.png) center center no-repeat;
}

.nav-main .navlist-icons a.applicants:hover:before {
	background:url(../images/Icons/library-hover.png) center center no-repeat;
}

.nav-main .navlist-icons a.setup:hover:before,
.nav-main .navlist-icons a.management-users:hover:before {
	background:url(../images/Icons/settings-hover.png) center center no-repeat;
}

.nav-main .navlist-icons a.log-out:hover:before {
	background:url(../images/Icons/logout-hover.png) center center no-repeat;
}

.nav-main .navlist-icons a.form-management:before {
	background:url(../images/Icons/reports.png) center center no-repeat;
}

.nav-main .navlist-icons a.form-management:hover:before {
	background:url(../images/Icons/reports-hover.png) center center no-repeat;
}


.nav-main .navlist-icons a.service-management:before {
	background:url(../images/Icons/services.png) center center no-repeat;
}

.nav-main .navlist-icons a.service-management:hover:before {
	background:url(../images/Icons/services-hover.png) center center no-repeat;
}


.nav-main .navlist-icons a.sector-management:before {
	background:url(../images/Icons/non-conformance.png) center center no-repeat;
}

.nav-main .navlist-icons a.sector-management:hover:before {
	background:url(../images/Icons/non-conformance-hover.png) center center no-repeat;
}



.nav-main .navlist-icons a:hover {
	border-color:#5563ce;
}

.nav-main .navlist-icons a:hover {
    width: auto;
    padding-right: 25px;
    background: #ffffff;
} 

.side-nav a.open-close-menu {
    width: 40px;
    height: 40px;
	border:1px solid #0f143e;
}

.side-nav a.open-close-menu {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(15 20 62 / 50%);
    margin-left: 15px;
}

.side-nav a.open-close-menu:hover {
    border: 1px solid rgb(15 20 62 / 100%);
}

.side-nav a.open-close-menu img {
    transform: rotate(180deg);
    margin-left: 2px;
    margin-top: -2px;
}

.side-nav a.open-close-menu:hover img {
    transform: rotate(0deg);
    margin-left: -4px;
    margin-top: 2px;
}

