:root {
  --color-main:#1e2833;/* #9d8e66;*/
  --color-mainContrast: #2a4754;
  --color-mainContrastDark: #1e2833;
  --color-font:#ffffff;
  --color-fontHover: #e8bb66;
  --color-borderLight: #e8bb66;
  --color-button: rgba(42,71,84,0.75);
  --trans-base: color .10s ease-in-out;
}

body {
  font-family: 'PT Serif', serif;
  color: #ffffff;
  font-size: smaller;
  background-color:#1e2833;
}

.fa-bg {
  background-color: #1e2833;
 /* border: 1px solid#e8bb66;*/
 border-radius: 100%;;
padding:6px;
}

.fa-delete:hover
{
  color:red;
  cursor: pointer;
}


/*underline links inside paragraphs*/
p a
{
  text-decoration: underline;
}

/*ELEMENT BASE*/
a,
.navbar-dark .navbar-text a,
.nav-link
{
color: #ffffff;
transition:color .10s ease-in-out;
}


.btn {
  font-size: unset; 
  padding: 4px 8px;
  color: #ffffff;
  border-radius: 0.15rem;
  border-width: 1px; 
  border-color:#e8bb66;
  background-color: rgba(42,71,84,0.75);
 transition:color .10s ease-in-out;
}

.btn-xs
{
  padding: 0px;
  font-size: 10px;
}

/*HOVERS*/
a:hover,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
.btn:hover,
.btn-close:hover,
.btn-group a.btn:hover,
.dropdown-menu li a:not([href]):not([tabindex]):hover,
button:hover
{ 
color: 	#e8bb66;
text-decoration:none;
}


.page-link:hover {
  z-index: 2;
  color: 	#e8bb66;
  text-decoration:none;
  border-color:#e8bb66;
  background-color:#2a4754;
}

/*FONTCOLORS*/
.navbar-dark .navbar-nav .nav-link, 
.table,
.th,
.popover
{
  color: #ffffff;
}

.table{
  margin:0;
border-bottom:1px solid#e8bb66;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(30, 40, 51, 0.5);
}

.table-responsive
{
  margin-bottom: 0px;
}

.table-bordered{
  border:1px solid#e8bb66;
}

/*TABLE SEPERATORS*/
.table-striped td:not(:last-child),
.table-striped th:not(:last-child)
 {
  border-right: 2px solid #0000002b
}

.table-striped tr:not(:last-child) tr:not(:first-child)
 {
  border-bottom: 1px solid #0000002b
}

/*.table tr:last-child
{
 border-bottom:2px solid  #0000002b;
}*/

.table th 
{
  padding: .5rem;
  border:none;
}

.table td {
  padding: 4px;
  vertical-align: top;
  border:none;
}

.table thead th {
  border-bottom: 2px solid #1e2833;
}

.nav-item {
  font-size: 22px;
  margin-right: 8px;
}

.navbar .form-control, .form-control {
  padding:4px;
  margin: 4px 0px 4px 0px;
  background-color:#2a4754;
  border-color:#e8bb66;
  border-radius: 0.15rem;
  border-width: 1px;
  color: #ffffff;
  height: inherit;
}

.form-control:focus
{
  background-color:#2a4754;
  border-color:#e8bb66;
  border-radius: 0.15rem;
  border-width: 1px;
  color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.form-control:disabled, .form-control[readonly] {
  background-color: #313e43;
  opacity: 1;
  color: gray;
  border-color: gray;
}

.navbar .btn
{
margin: 5px;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color:#e8bb66;
}

/*DISABLE FOCUS*/
button:focus,.page-link:focus,.btn.focus, .btn:focus  {
  outline: none;
  box-shadow: none;
}

.btn-close
{
	border:none;
	background-color:transparent;
	color:#ffffff;
	 transition:color .10s ease-in-out;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:transparent;
  background-clip: border-box;
  border: 2px solid#e8bb66;
  border-radius: 0.15rem;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header {
  padding: 10px 6px 10px 20px;
  font-size: small;
  margin-bottom: 0;
  background-color: #1e2833;
}
.card-footer {
  padding: 5px 5px 5px 20px;
  font-size: small;
  margin-bottom: 0;
  background-color: #1e2833;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  background-color:#2a4754;
  border-top: 1px solid#e8bb66;
    border-bottom: 1px solid#e8bb66;
}
:target {
  animation: highlight 2s ease-in-out;  
}
@keyframes highlight {
  0% { background-color: transparent; }
  50% { background-color: rgba(255, 255, 255, 0.253); }
  100% { background-color: #2a4754; }
}
.alert {
  position: relative;
  padding: 5px 5px;
  border: 2px solid black;
  border-radius: .15rem;
  margin :0;
}
.alert-danger {
  color: black;
  background-color: #ae4d4d;
  border: 2px solid #740000;
}

.alert-info {
  background-color: #6a84b2;
  border: 2px solid #1e2b7f;
  color: black;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:#2a4754;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .15rem;
    outline: 0; 
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
	background-color: #1e2833;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
		background-color: #1e2833;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-item:last-child .page-link {
  border-top-right-radius: .15rem;
  border-bottom-right-radius: .15rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: .15rem;
  border-bottom-left-radius: .15rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  border-color:#e8bb66;
  background-color:#2a4754;
  transition:color .10s ease-in-out;
}

.page-item.active .page-link {
  z-index: 1;
  background-color: #1e2833;
  border-color:#e8bb66;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'PT Serif', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color:transparent;
  background-clip: padding-box;
  border: 1px solid#e8bb66;
  border-radius: 1px;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #1e2833;
  border-bottom: 1px solid #1e2833;
  border-top:none;
}

.popover-body {
  background-color:#2a4754;
  padding: .5rem .75rem;
 color:#ffffff;
 border:none;
}

.badge
{
background-color: #1e2833;
border-radius: .15rem;
}

.breadcrumb {
    display: -ms-flexbox;
   display: inline-block; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px;
    margin: 0;
    list-style: none;
    background-color:#2a4754;
    border-radius: .15rem;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  width: fit-content;
  padding:0;
  margin: 4px;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color:#1e2833;
  background-clip: padding-box;
  border: 1px solid#e8bb66;
  border-radius: .15rem;
}

.dropdown-item {
  display: block;
  padding: 2px;
  margin: 2px;
    clear: both;
    width: auto;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color:#2a4754;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover
{
  background-color:#2a4754;
  color: 	#e8bb66;
text-decoration:none;
}

.dropdown-menu li a
{
  display: block;
  padding: 2px;
  margin: 2px;
  background-color:#2a4754;
  color:#ffffff;
}
.dropdown-menu.show
{
  display:inline-block;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 4px;
}

.btn-group .btn-info
{
  background-color: #1e2833;
  border: 1px solid#e8bb66;
}

.btn-group a.btn
{
transition: color .10s ease-in-out;
}


.table tbody+tbody {
  border-top: 2px solid#e8bb66;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;

  background-color: #1e2833;
}

#cookieConsent a {text-decoration: underline;}

#cookieConsent { 
  margin:5px;
  font: arial, sans-serif;
  padding:10px;
  border: 1px solid#e8bb66;
  border-radius: 0.15rem;
  background-color:#2a4754;
 right:0px;
display:block;
  width: 250px;

   position:fixed;
   z-index:10000; 
  }


  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0!important;
    margin: 5px;
}


iframe { 
  max-width: 100%;

}


.wiki-icon-tooltip
{
 background-clip: content-box;
 width: 64px;
 height: 64px;
 background-position: center;
 background-size: contain;
 display: block;
}

.tooltip.show {
  opacity: 1;
}

.virus-passed
{
  color:green;
}

.start-col-large
{
  margin: 0 auto 0 auto;
  max-width: 68%;
  min-width:330px;
}
.start-col-small
{
  margin: 0 auto 0 auto;
  max-width: 32%;
  min-width:330px;
}

.start-tile
{
  margin:auto;
  margin-bottom: 30px;
}

.site-frame
{
  padding:16px;
  background-color: #192129;
  border: 2px solid #2a4754;
}

.site-layout
{
  margin:8px auto auto auto;
  max-width: 750px;
  min-width:330px;
}

.site-heading
{
  margin-bottom: 16px;
  text-align:center; 
}
.site-heading-colored
{
  margin-bottom: 16px;
  text-align:center; 
  color:#e8bb66
}

.colored-main
{
  color:#e8bb66
}

.underline
{
	text-decoration:underline;
}
	
.paragraph
{
font-size:16px;
}
.paragraph-header
{
	font-size:24px;
	margin-top: 32px;
    margin-bottom: 16px;
}

.paragraph-header-center
{
	font-size:24px;
	
    margin-bottom: 16px;
	text-align:center; 
}

.center{text-align:center; }

.para-item{
	font-size:18px;
}

.spacer{
	padding:0px;
	margin-top:16px;
margin-bottom:16px;
	width:100%;
	background-color: #2a4754;
	height:2px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #2a4754;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}