* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

html {
	overflow: auto;
}

strong{
	font-weight: bold;
}

body {
	width: 100%;
	font-family: 'Open Sans', Raleway, sans-serif;
	line-height : 1.7;
	font-size: 15px;
	color: #666666;
	background : #eaebef url('../images/background.jpg') no-repeat top center;
	background-size: 100%;
}

body * {
	font-family: inherit;
	font-size: inherit;
}

form {
	display: table;
	min-width: 300px;
}

form div
{
	padding: 3px;
}

form div.error {
	border: none;
	border-radius: 0px;
	padding: 3px;
	background: #fff0f0;
}

form div.errorMessage
{
	padding: 0;
	color: #b82a28;
	background : #fff0f0 url('../images/error.png') no-repeat 0 50%;
	padding-left: 25px;
}


input:not([type='submit']):not([type='radio']):not([type='checkbox']), select, textearea{
	line-height: 17px !important;
	height: 27px !important;
	border: #cccccc 1px solid;
	border-radius: 4px;
}

input[type='radio'], input[type='checkbox']{
	border: #cccccc 1px solid;
}


input[type='submit']{
	line-height: inherit;
}

button
{
    line-height: inherit;
}

label {
	display: table;
}

img {
	border: none;
}

p {
	text-align: justify;
	margin-bottom: 1.75em;
}


p:last-child {
	margin-bottom: 0em;
}

li
{
	list-style-position: inside;
}

ul.inline li {
	display: inline-block;
	list-style-type: none;
	text-indent: 0;
	margin-right: 15px;
}

.inline {
	display: inline;
}

ul.invisible li {
	list-style-type: none;
}

li a
{
	text-decoration: none;
	color: inherit;
}

h1, h2, h3 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h1::after, h2::after, h3::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background-color: #99cc00;
}

.badge {
	width: 125px;
}

.subtitle
{
	font-family: 'Courgette', cursive;
	font-size: 75%;
	color:#777777;
}

.green
{
	color: #99cc00;
}

.table
{
	display: table;
	padding: 0;
}

.alterne:nth-child(even)
{
	background-color: #ffffff;   
}

.alterne:nth-child(odd)
{
	background-color: #f5f5f5;   
}

.wrapperColor2
{
	background-color: #f2f2f2;
}

.fullWidthImage {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}

.icon {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
	width: 30px;
}

ul.smallMargin>li
{
	margin-bottom: 20px;
	margin-right: 20px;
}

.button, .button2, .deleteButton
{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 7px;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px gray;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #006cc7;
	box-shadow: 3px 3px 5px #dddddd;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #006cc7; 
	border-top: 1px solid #c3d6df;
	min-width: 100px;
}

#headCount {
	overflow: auto;
	border: 1px solid #cccccc;
}

#headCount td, #headCount th
{
	border: none;
	border-bottom: 1px solid #cccccc;
	padding: 0;
}

.button2
{
	background-color: #ffffff;
	color: #006cc7 !important;
	font-weight: normal;
}

.button:hover, .button2:hover
{
	box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.05), 3px 3px 5px #dddddd;
}

.deleteButton
{
	background-color: #ff0000;
    border: none;
}

.wrapper {
	padding: 10px 20px;
}

#mainDiv {
	position: relative;
	max-width: 1170px;
	margin: 20px auto 30px auto;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 3px 3px 15px 4px rgba(0,0,0,0.1);

}

#header {
	height: 80px;
	padding: 20px 10px;
}

#logo{
	display: inline-block;
}

#logo img {
	display: inline;
	vertical-align: middle;
}

#header .profilePic {
	padding-right: 50px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right;
}

#header a {
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	color: inherit;
}

a.invisible
{
	text-decoration: none;
	color: inherit;
}

#header li {
	list-style-type: none;
	display: inline-block;
}

#infoBar
{
	height: 30px;
	background-color: #006cc7;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	padding: 0;
}

#content {
	min-height: 730px;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	background-color: #222222;
	padding: 10px 0;
	color: #aaaaaa;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

p.success, div.success {
	border: 1px solid #a6ca8a;
	border-radius: 5px;
	padding: 10px 5px 10px 50px;
	background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
}

p.notice, div.notice {
	border: 1px solid #8ed9f6;
	border-radius: 5px;
	padding: 10px 5px 10px 50px;
	color: #006cc7;
	background: #e3f7fc url('../images/notice.png') no-repeat 10px 50%;
    padding-left: 30px;
}

p.warning, div.warning {
	border: 1px solid #f2c779;
	border-radius: 5px;
	padding: 10px 5px 10px 50px;
	background: #fff8c4 url('../images/warning.png') no-repeat 10px 50%;
}

p.error, div.error {
	border: 1px solid #f5aca6;
	border-radius: 5px;
	padding: 10px 5px 10px 50px;
	background: #ffecec url('../images/error.png') no-repeat 10px 50%;
}

.error {
	border: 1px solid #f5aca6;
	background-color: #ffecec;
}

.textPictureRight, .textPictureLeft {
	display: none;
}

.twoColumns {
	display: block;
}

.tableCellContent {
	display: table-cell;
	vertical-align: top;
	padding: 20px 10px;
}

.tableCellPicture {
	display: none;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
}

th {
	background-color: #eeeeee;
}

#generalBadgeList td {
	position: relative;
	text-align: center;
	padding: 0 5px;
	background-clip: padding-box;
}

#generalBadgeList th {
	position: relative;
	height: 300px;
	width: 50px;
	background-clip: padding-box;
}


#generalBadgeList td:first-child {
	text-align: left;
}

#generalBadgeList th:first-child {
	width: 300px;
}

#generalBadgeList th:nth-child(2), #generalBadgeList th:last-child {
	width: 100px;
}

#generalBadgeList .title
{
	position: absolute;
	width: 200px;
	margin-top: -25px;
	margin-left: -75px;
	transform: rotate(90deg); 
}

#generalBadgeList a {
	text-decoration: none;
	color: inherit;
}


:root {
--bs-body-color: #666666;
}

.navbar-light .navbar-brand {
    color: #666666;
}


.button, .button2, .deleteButton
{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 7px;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px gray;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #006cc7;
	box-shadow: 3px 3px 5px #dddddd;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #006cc7;
	border-top: 1px solid #c3d6df;
	min-width: 100px;
}

.button2
{
	background-color: #ffffff;
	color: #006cc7 !important;
	font-weight: normal;
}

.button:hover, .button2:hover
{
	box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.05), 3px 3px 5px #dddddd;
}

.deleteButton
{
	background-color: #ff0000;
    border: none;
}

a.noDecoration
{
	text-decoration: none;
	color: inherit;
}

li a
{
	text-decoration: none;
	color: inherit;
}

.nav-link, .nav-link:focus, .nav-link:hover, .nav-link>a:hover {
    color: #666666;
}

caption {
    text-align: center;
}


.bg-primary {
  --bs-bg-opacity: 1;

  background-color: rgba(24,102,161,var(--bs-bg-opacity)) !important;

}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(255,255,255,var(--bs-bg-opacity)) !important;
  }

table.sortable th {
	cursor: pointer;
	user-select: none;
}
table.sortable th.asc::after  { content: " ↑"; }
table.sortable th.desc::after { content: " ↓"; }