@charset "UTF-8";
/* CSS Document */
/* Layout/Styling */

/* Style of page */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/* display: inline-flex; */
	word-wrap: break-word;
	
}
html {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	}
/* Style of body */
body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #282b32;
	font-size:  16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #ffffff;
}
a {
	color: #ffffff;
}
/* Style of id=#wrapper*/
#wrapper {
	height: auto;
	width: 100%;
}
/* Style of id=#header */
#header {
	width: 100%;
	height: 140px;
}
#header img {
	width: 100%;
	height: 100%;
}

/*					*/
/*		Nav bar 	*/
/*					*/
.topnav {
  overflow: hidden;
  background-color: #171a21;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #0c306d;
  color: white;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Style of id=#content */
#content {
	border-top: solid #F3DEDE 1px;
	border-bottom: solid #F3DEDE 1px;
	padding: 3%;
	padding-top: 0%;
}
/* Style of id=#footer */
#footer {
	font-size: 70%;
	height: auto;
	padding: 1%;
	border-top: solid #F3DEDE 1px;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}



/*								*/
/* 			Sryle of row 		*/
/*								
#row {
    overflow: hidden;
    text-overflow: ellipsis;
	word-wrap: break-word;
}
*/
#row {
	height: auto;
	width: 50%; 
	margin-left: 25%;
	margin-right: 25%;	
}

/******Class******/
/*****Testing*****/

/*	loginform	*/
/*	Styling		*/

#loginbackg {
	background: #212429;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	border-radius: 10px;
}

#login {
	width: 300px;
	background: #212429;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	border-radius: 10px;
	}
#login .icon {
  padding: 10px;
  background: #0c306d;
  color: white;
  min-width: 50px;
  text-align: center;
	width: 100%;
} 
#login input[type=text] {
	border: none;
    box-sizing: content-box;
	width: 100%;
	height: 40px;
	font-size: 100%;
	border-bottom: 1px solid #dcdcdc;
	}
#login input[type=password] {
	border: none;
    box-sizing: border-box;
	width: 100%;
	height: 40px;
	font-size: 100%;
	}
#login input[type=submit] {
	border: none;
    box-sizing: border-box;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background: #0c306d;
	color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
/*
#login input[type=submit]:hover {
	background-color: #ddd;
	color: black;
	}
*/
.border-radius {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.loginform {
	background: #0c306d;
	border-radius: 10px;
}
.login-sign-in {
	padding: 15px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	}
.login-forgot-password {
	padding: 15px;
	text-align: center;
	font-size: 70%;
	color: #ffffff;
	}
.login-forgot-password a {
	text-decoration: none;
	color: #ffffff;
	}
.login-forgot-password:hover {
	text-decoration: underline;
	}


/*														*/
/*			Style of password-recovery page				*/
/*														*/

#registerbackgg {
	background: #212429;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	padding-bottom: 0;
	border-radius: 10px;
}
/*												*/
/*			Style of register page				*/
/*												*/

#registerbackg {
	background: #212429;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	border-radius: 10px;
}
#register {
	width: 300px;
	background: #212429;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 10%;
	border-radius: 10px;
	}

#register input[type=text] {
	border: none;
    box-sizing: content-box;
	width: 100%;
	height: 40px;
	font-size: 100%;
	border-bottom: 1px solid #dcdcdc;
	}
#register input[type=password] {
	border: none;
    box-sizing: border-box;
	width: 100%;
	height: 40px;
	font-size: 100%;
	}
#register input[type=submit] {
	border: none;
    box-sizing: border-box;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background: #0c306d;
	color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}

.border-radius {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.registerform {
	background: #0c306d;
	border-radius: 10px;
}
.register-sign-in {
	padding: 15px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	}
.gyldigt-link {
	padding: 15px;
	text-align: center;
	font-size: 70%;
	color: #ffffff;
	}




/* Class */

.row {
	
}

/* Tekst placering */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center  {
	text-align: center;
}
/* PHP fejl kode besked */
.error {
	color: #FF0000;
}
/* Links */
.text-none a {
	text-decoration: none;
}






#pagetitle {
	font-size: 170%;
	text-align: center;
	margin: 1%;
	font-weight: bold;
}


/*						*/
/* Style for edit side  */
/*						*/

.tilbageknap {
	background-color: #0c306d;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 100%;
	margin: 1px 1px;
	cursor: pointer;
	border-radius: 10px;	
}
.editupdate {
	background-color: #0c306d;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 100%;
	margin: 1px 1px;
	cursor: pointer;
}
.editdelete {
	background-color: #0c306d;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 100%;
	margin: 1px 1px;
	cursor: pointer;
}

.displayalltitle {
	background-color: #171a21;
	padding: 15px 15px;
}

/*								*/
/*		Style for indsæt		*/
/*								*/
#InsertForm {
	width: 350px;
	background-color: #212429;
	margin-left: auto;
	margin-right: auto;
	
}

.underpagetitle {
	font-size: 130%;
	text-align: center;
	padding: 15px 0px;
}

.ErrMsg {
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	width: 100%;
	font-weight: none;
}


.InsertTitle {
	border-radius: 10px 10px 0 0;
}
#InsertForm input[name=InsertTitle] {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
#InsertForm input[type=text] {
	width: 100%;
	height: 40px;
	font-size: 100%;
	
	padding: 15px 5px;
	maring: 10px;
	box-sizing: border-box;
}
#InsertForm textarea {
	width: 100%;
	padding: 15px 5px;
	maring: 10px;
	font-size: 100%;
	box-sizing: border-box;
	resize: none;
}
#InsertForm input[type=submit] {
	background-color: #0c306d;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 100%;
	margin: 1px 1px;
	cursor: pointer;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
}

/*				Style for Icons					*/
/*		https://fontawesome.com/v4/icons/		*/
/*			

fejl her
.icon {
  padding: 10px;
  background: #0c306d;
  color: white;
  min-width: 50px;
  text-align: center;
	width: 100%;
} */

/*						*/
/*		Error msg		*/
/*						*/
.ErrorMessage {
	/* background-color: #171a21; */
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	width: 100%;
	font-weight: none;
}

.ErrorMsg {
	background-color: #171a21;
	border: none;
	color: #A20002;
	text-decoration: none;
	font-size: 120%;
	width: 100%;
	font-weight: bold;
}