﻿.sidebar .menu .list a span {
	margin: 0 0 0 15px;
	display: inline-block;
}
.h-55 {
	height: 55px !important;
}
.header-button {
	position: absolute;
	top: 14px;
	right: 0;
}
.custom-table td {
	padding: 0px 10px 0px 10px !important;
	vertical-align: middle !important;
	height: 40px !important;
}
.custom-table .checkbox label {
	margin-bottom: 10px !important;
}
.m-t-8 {
	margin-top: 8px !important;
}
.m-b-0-i {
	margin-bottom: 0 !important;
}
.p-t-0-i {
	padding-top: 0 !important;
}
.p-t-24-i {
	padding-top: 24px !important;
}
.pdf-icon {
	font-size: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 6em;
	height: 8.5em;
	background-color: #eee;
	background-image: url("../images/pdf.png");
	background-repeat: no-repeat;
	-webkit-background-size: 85% auto;
	-moz-background-size: 85% auto;
	background-size: 85% auto;
	background-position: center 2em;
	border-radius: 1px 2em 1px 1px;
	border: 1px solid #ddd;
}
.pdf-icon:after {
	content: 'PDF';
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 0.2em 0 0.1em;
	color: #fff;
	display: block;
	position: absolute;
	top: 0.7em;
	left: -1.5em;
	width: 3.4em;
	height: auto;
	background: #da2525;
	border-radius: 2px;
}
.img-icon {
	font-size: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 6em;
	height: 8.5em;
	background-color: #eee;
	background-image: url("../images/imgThumbnail.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: 85% auto;
	-moz-background-size: 85% auto;
	background-size: 85% auto;
	background-position: center 2em;
	border-radius: 1px 2em 1px 1px;
	border: 1px solid #ddd;
}
.img-icon:after {
	content: 'IMG';
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 0.2em 0 0.1em;
	color: #fff;
	display: block;
	position: absolute;
	top: 0.7em;
	left: -1.5em;
	width: 3.4em;
	height: auto;
	background: #0c7ce6;
	border-radius: 2px;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-uppercase .filter-option {
	text-transform: uppercase !important;
}
.text-none {
	text-transform: none !important;
}
.w-15 {
	width: 15% !important;
}
.w-47 {
	width: 47% !important;
}
.tab-active h4 {
	background-color: #2184be !important;
	color: white !important;
}
.datepicker.dropdown-menu {
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px !important;
}
nav {
	float: left;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2px;
}
nav ul li a span {
	margin: 0 0 0 10px;
	display: inline-block;
}
nav ul li a:hover {
	background: #f2f2f2;
	color: #e47297;
}
nav ul li a:not(:only-child):after {
	padding-left: 0;
	content: ' ▾';
}
nav ul li ul li {
	min-width: 190px;
	width: -webkit-fill-available;
}
nav ul li ul li a {
	padding: 9px;
	line-height: 20px;
}
.nav-dropdown {
	position: absolute;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	display: none;
	overflow-y: auto;
	max-height: 495px;
}
.nav-mobile {
	display: none;
	position: absolute;
	top: 37px;
	right: 0;
	background: #fff;
	height: 0px;
	width: 60px;
}
.menu-name:hover, .menu-name:focus, nav ul li ul li a:hover, nav ul li ul li a:focus {
	color: #e47297 !important;
}
@media only screen and (max-width: 800px) {
	.nav-mobile {
		display: block;
	}
	nav {
		width: 100%;
		padding: 45px 0 15px;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		padding: 8px;
		line-height: 20px;
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	.menu-name:hover, .menu-name:focus, nav ul li ul li a:hover, nav ul li ul li a:focus {
		color: #e47297 !important;
	}
	.navigation {
		height: 45px;
	}
	.nav-container {
		width:100%;
	}
	.nav-list {
		position: relative;
		z-index: 2;
	}
}
#nav-toggle {
	position: absolute;
	left: 18px;
	top: 30px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #463f3f;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
.active-menu {
	background: #f2f2f2;
	color: #e47297;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 800px) {
	.nav-list {
		display: block !important;
	}
}
.navigation {
	min-height: 45px;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: 2px 4px 5px 0px #c2c2c2;
}
.main-navigation {
	padding-top: 8px;
	height: 60px;
	background: #fff;
	border-bottom: solid 1px #dfd9d9;
}
.nav-container {
	max-width: 100%;
	margin: 0 10px;
	display: inline-flex;
}
.brand {
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 1.4em;
}
.brand a, .brand a:visited {
	color: #463f3f;
	text-decoration: none;
}
.MenuPage-Name {
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 40px;
	font-size: 1.4em;
}
.MenuPage-Name span {
	color: #181818;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}
.main-navigation .side-menu {
	float: right !important;
	margin-right: 20px;
}
.main-navigation .side-menu .dropdown {
	list-style: none;
	font-size: x-large;
}
.main-navigation .side-menu .dropdown a {
	color: black;
}
.main-navigation .side-menu .dropdown a:hover {
	color: #e47297;
}
.img-fluid {
    width: auto !important;
    height: 350px !important;
}
.imgesMain{
	width: auto !important;
    height: 200px !important;
}