body {
    	min-height: 600px;
}


p {
	color: black !important;
}

h1 {
	text-align: center !important;
	font-size: 24px !important;
}

h2 {
	font-size: 18px !important;
}


.MitLogin {
	background-color: Silver !important;
	color: Aqua;
}

/* Fjerne fejl i SP-Pagebuiler i menu, der viser forkert symbol ved undermenuer */
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
}


/* Ændring af farve i offcanvas */
#offcanvas-toggler > fa {
  color: #ffffff !important;
}


.layout-boxed .body-innerwrapper {
    max-width: 1000px;
}

div#sp-top1.col-lg-12{
	height: 140px !important;
    width: 1000px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Andre egenskaber for baggrund i boxed layout */
.layout-boxed .body-innerwrapper {
    background: #ffffff;
}

#sp-main-body {
    padding: 30px 0;
}


/* Andre egenskaber for menuen i toppen */
.justify-content-end {
    justify-content: left  !important;
}

#sp-header {
    box-shadow: none;
    height: 60px !important;
}



#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 50px;
    border: 0px solid #ffffffff;
    padding: 30px;
    border-radius: 3px;
}

/* --------------------------------------- Fjerner sociale medier --------------------------*/
.article-ratings-social-share {    /* Fjern ikoner for sociale medier */
    visibility: hidden !important;
    height: 0px !important;  
    padding: 0rem 0; */
    border-top: 0px solid #f5f5f5; */
    border-bottom: 0px solid #f5f5f5; */
    margin-bottom: 0rem; */
}


/* --------------------------------------- Footer -------------------------------------------*/
#sp-footer, #sp-bottom {
    background: #B02210;
    color: white;
}

.sp-copyright {
  color: white;
}
/* -----------------------------------------------------------------------------------------*/



/* -----------------------------------------------------------------------------------------*/
/* -------------------------------Tabel ud uden farver -------------------------------------*/

/** Start generering af tabeller */

.MinHvideTabel {
  	width: 100%;
  	vertical-align:middle;
	border:1px solid #000000;
	border-width:1px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
}

.MinHvideTabel td{
	border:1px solid #000000;
	border-width:1px;
}

.MinHvideTabel tr:first-child td{
	background: -o-linear-gradient(bottom, #3E70B5 5%, #233549 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3E70B5), color-stop(1, #233549) );
	background: -moz-linear-gradient( center top, #3E70B5 5%, #233549 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5c7f", endColorstr="#233549");
	background: -o-linear-gradient(top,#3E70B5,233549);
	background-color: #3E70B5;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
}



/** --------------------------Slut generering af tabeller---------------------------------- */
/* -----------------------------------------------------------------------------------------*/




.TabelSkifte {
	border-bottom-color: Black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}




/* -------------------------------------- Fjerne navigation i Jevent ------------------ */
.jev_catselect {
    visibility: hidden;
}

.jev_pagination {
    visibility: hidden !important;
}



/* ------------------------------------- SideMenu start -------------------------------------*/
/* side menu styling */
.side-menu ul > li > a  {
  padding-left: 10px;
}

.side-menu ul li.active > a {
  color: #88b53f;
  background-color: #f1f1f1;
}

.side-menu ul ul li.active > a {
  color: #88b53f;
  background-color: #ffffff;
}

.side-menu ul li a:hover  {
  background-color: #f1f1f1;
}

.side-menu ul ul li a {
  padding-left: 30px;
}

/* ------------------------------------- Ændre checkbox i Privatliv ------------------------*/

/*checkbox*/
.form-check-inline input[type="radio"] {
    display: initial !important;
}
.control-label .hasPopover, .control-label .hasTooltip {
    display: inline-block;
}
.modal {
    display: contents;
}
label {
    display: initial !important;
}
/* box avatar */
.btn:not(:disabled):not(.disabled) {
    border: 1px solid #efefef;
}

/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

/** Start generering af tabeller */

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #3a5c7f 5%, #233549 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a5c7f), color-stop(1, #233549) );
	background:-moz-linear-gradient( center top, #3a5c7f 5%, #233549 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5c7f", endColorstr="#233549");	background: -o-linear-gradient(top,#3a5c7f,233549);

	background-color:#3a5c7f;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #3a5c7f 5%, #233549 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a5c7f), color-stop(1, #233549) );
	background:-moz-linear-gradient( center top, #3a5c7f 5%, #233549 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5c7f", endColorstr="#233549");	background: -o-linear-gradient(top,#3a5c7f,233549);

	background-color:#3a5c7f;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* -----------------------------------------------------------------------------------------*/
/* --------------------------- Menuer ------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

.sp-megamenu-parent {
  float: left;              /* Hele menuen til venstre */
  background-color: #9E2F19;  /*  Baggrundsfarve på menuen */
  margin: 0 0px;            /* Rykke menuen under toplogo */
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 14px;
    margin: 0;
    color: white !important;
  	background-color: #9E2F19;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
	background-color: #e0e0e0 !important;
}

	 
.MinMegaMenu {
	color: black !important;
	padding: 0px !important;
}


.MinMegaMenu ul li>a:hover {
	color: white !important;
	background: #B02210 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
	line-height: 40px !important;
}

/* -----------------------------------------------------------------------------------------*/
/* --------------------------- Menuer ------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/