@font-face {
    font-family: 'PTSans-Regular';
    src: url('./fonts/PTSans-Regular.ttf') format('truetype'), url('./PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-Bold';
    src: url('./fonts/PTSans-Bold.ttf') format('truetype'), url('./fonts/PTSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-Italic';
    src: url('./fonts/PTSans-Italic.ttf') format('truetype'), url('./fonts/PTSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-Narrow';
    src: url('./fonts/PTSansNarrow-Regular.ttf') format('truetype'), url('./fonts/PTSansNarrow-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-NarrowBold';
    src: url('./fonts/PTSansNarrow-Bold.ttf') format('truetype'), url('./fonts/PTSansNarrow-Bold.ttf') format('truetype');
}

body {
    font-family: 'PTSans-Regular', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #444444;
    /* background-color: #ffffff; */
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
.page-head {
	background-color: #333333;
	padding: 20px 24px;
    height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
}
.page-head a { 
	text-decoration: none;
}
.page-head h4 { 
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0;
}
.page-content {
    background-color: #F5F5F5;
	padding-top: 60px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.page-title {
    color: #ffffff;
    background-color: #000000;
    padding: 40px;
}
.page-title h1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 48px;
}
.content-left {
	width: 280px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 60px;
	z-index: 1000;
	transition: all 0.3s;
	/* background-color: #D9D9D9; */
    background-color: #ffffff;
}
.content-right {
	margin-left: 280px;
	min-height: calc(100vh - 60px);
	height: 100%;
	background-color: #F5F5F5;
}
.page-body {
    padding: 0 40px 40px 40px;
} 
.pt40 {padding-top: 40px;}

/* Side Navigation Panel */
/* --------------------- */
.navigation-pane {
    list-style-type: none;
    margin: 0;
	padding: 16px 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
}
.navigation-pane li {
    list-style: none;
}
.navigation-pane li span {
    width: 8px;
    height: 40px;
    background-color: transparent;
}
.navigation-pane a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #333333;
    padding: 16px;
	width: 100%;
}
.navigation-pane .nav-details {padding-left: 0;}
.navigation-pane .nav-details a {padding: 8px 16px 8px 32px;}
.nav-link-parent::after {
    content: "\e904";
    font-family: "icomoon" !important;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: absolute;
    right: 0;
}
.active .nav-link-parent::after {
    content: "\e906";
}
.active .nav-link-parent {font-weight: bold;}
.nav-link.active {font-weight: bold;background-color: rgba(140, 140, 140, 0.2);}
.nav-link:hover {color: #333333;background-color: rgba(140, 140, 140, 0.12);}
.nav-link-parent:hover {color: #333333;font-weight: bold;}
.navigation-pane li:hover span {
    background-color: #333333;
}
.show {display: block !important;}
/* -------------------------------- */

.body-item {margin-bottom: 40px;}
.body-item h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}
.body-item p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
p:empty {margin-bottom:0;}
p.img-left-align img {
    padding-right:20px;
}

/* Right Side Tabs */
/* --------------- */
	.tab-detail {display: block;}
	ul.tab-head-dt {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		display: flex;
	}
	ul.tab-head-dt li {
		position: relative;
		text-align: center;
		width: 100%;
		height: auto;
		cursor: pointer;
		/* background-color: #6FACDE; */
        background-color: #000000;
		margin-right: 3px;
		padding: 16px;
        border-top: 6px solid transparent;
	}
	ul.tab-head-dt li:last-child {margin-right:0;}
    ul.tab-head-dt li:hover {background-color: #393939;}
	ul.tab-head-dt li.active { background-color: #393939; border-top: 6px solid #0d6efd;}
	ul.tab-head-dt li.active h4 { color: #fff; }
	ul.tab-head-dt li h4 {
		padding: 16px 4px;
		font-family: "PTSans-Regular", sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		color: #ffffff;
		padding: 0;
		margin-bottom: 0;
		position: relative;
	}
    ul.tab-body-list {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        min-height: 250px;
    }
	ul.tab-body-list {min-height: 250px;}
    ul.tab-body-list li {
        position: relative;
        display: none;
        width: 100%;
        height: auto;
    }
    h4.tab-header {
        padding: 16px 0;
        font-family: "PTSans-Regular", sans-serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        color: #444444;
        background-color: #6FACDE;
        padding: 16px;
        position: relative;
        cursor: pointer;
        display: none;
    }
     h4.tab-header.active {color: #ffffff; background-color: #2B5A80;}
     .tab-detail {
        padding: 16px 4px;
        font-family: "PTSans-Regular", sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #444444;
        display: block;
    }
    /* --------------- */
    /* Icons */
    .icon-wrapper ul {
        list-style-type: none;
        margin: 25px 0 25px 0;
        padding: 0;
        display: flex;
    }
    .icon-wrapper li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block !important;
        min-width: 170px;
    }
    .icon-wrapper li span.icon {
        font-size: 18px;
        width: 24px;
        height: 24px;
        display: inline-block;
        font-weight: 700;
    }
    .icon-wrapper li span.icon-text {
        font-size: 16px;
        line-height: 24px;
        font-family: "PTSans-Regular", sans-serif !important;
        font-weight: 400;
    }