/* APERCU FONTS */

@font-face {
	src: url('../fonts/ApercuPro-BoldItalic.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: bold;
	font-style: italic;
}

@font-face {
	src: url('../fonts/ApercuPro-MediumItalic.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: 500;
	font-style: italic;
}

@font-face {
	src: url('../fonts/ApercuPro-Regular.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url('../fonts/ApercuPro-Mono.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url('../fonts/ApercuPro-Bold.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: bold;
	font-style: normal;
}

@font-face {
	src: url('../fonts/ApercuPro-Medium.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: 500;
	font-style: normal;
}

@font-face {
	src: url('../fonts/ApercuPro-Italic.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: normal;
	font-style: italic;
}

@font-face {
	src: url('../fonts/Apercu-LightItalic.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: 300;
	font-style: italic;
}

@font-face {
	src: url('../fonts/Apercu-Italic.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: normal;
	font-style: italic;
}

@font-face {
	src: url('../fonts/ApercuPro-Light.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url('../fonts/Apercu-Light.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url('../fonts/ApercuPro-LightItalic.woff2') format('woff2');
	font-family: 'Apercu Pro';
	font-weight: 300;
	font-style: italic;
}

@font-face {
	src: url('../fonts/Apercu-Medium.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: 500;
	font-style: normal;
}

@font-face {
	src: url('../fonts/Apercu-Regular.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url('../fonts/Apercu-BoldItalic.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: bold;
	font-style: italic;
}

@font-face {
	src: url('../fonts/Apercu-Bold.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: bold;
	font-style: normal;
}

@font-face {
	src: url('../fonts/Apercu-Mono.woff2') format('woff2');
	font-family: 'Apercu Mono';
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url('../fonts/Apercu-MediumItalic.woff2') format('woff2');
	font-family: 'Apercu';
	font-weight: 500;
	font-style: italic;
}

.top_bar {
	color: #5f6368;
	background: #012746 !important;
	border-bottom: 4px solid #5EA2DA;
}

#menu {
	background-color: #012746 !important;
	border-color: #333;
}

#logo_empresa {
	background-color: #012746 !important;
	border-color: #333;
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
}
#logo_empresa img{
	width:85%;
}

.list-group-item {
	background-color: #5EA2DA !important;
	border-color: #333;
}

.list-group-item:hover {
	background-color: #012746 !important;
}

.menu a {
	color: black;
}

.menu a span {
	font-size: 16px;
}

.menu a i {
	margin-right: 10px;
	font-size: 18px;
	opacity: 0.4;
}

.menu .list-group-item:hover a {
	color: white;
}

.submenu1 {
	background: #d0d0d0 !important;

	
}

.submenu1{

    border-bottom: 1px solid #8e8d8d !important;
}

.submenu1:first-child{

    border-bottom: 2px solid #8e8d8d !important;
}
.list-group-item:hover {
	background-color: #3c3c3c;
}

.btn-primary.custom:hover {
	background-color: #4c4c4c !important;
	border-color: #4c4c4c !important;
}

.btn-primary.custom {
	background-color: #000000 !important;
	border-color: #000000 !important;
}

.btn-success.custom {
	background-color: #6CC24A !important;
	border-color: #6CC24A !important;
}

.flex_item {
	color: #000000 !important;
	border-color: #000000 !important;
}

.flex_item:hover {
	background-color: #efefef !important;
}

.gadget_title {
	border-bottom: 2px solid #5EA2DA !important;
	color: black;
}

.gadget_container {
	padding: 25px !important;
}

.gadget {
	padding: 20px !important;
}

body {
    background: url(/modules/FORANKRA/img/bg_intranet.jpg) no-repeat no-repeat !important;
    background-size: cover !important;
}

.content.active{
	background-color: white;
}