
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


body{
	margin:0;
	padding:20px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color:#fff;
	background-image: linear-gradient(
		rgba(0, 0, 0, 0.7), 
		rgba(0, 0, 0, 0.7)
	  ),url("/img/bakgrund.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-y: scroll;
}

img{
	max-width: 100%;
}

a{
	color:#117383;
	text-decoration: none;
}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    clear:both;
	}

input[type=text], input[type=password], input[type=date], input[type=submit], input[type=button], select{
	padding:10px;
	width: calc(100% - 22px);
	border-radius: 5px;
	border:1px #b6b6b6 solid;
	color:#000;
	background:#fff;
}

textarea{
	padding:10px;
	width: calc(100% - 22px);
	border-radius: 5px;
	color:#000;
	background:#fff;
}

input.search{
	padding:10px;
	width: calc(100% - 22px);
	border-radius: 5px;
	color:#fff;
	background:#290b61;
	font-weight: bold;
}

input[type=search]{
	padding:10px;
	width: calc(100% - 22px);
	border-radius: 5px;
	color:#000;
	background:#fff;
}

.wrap{
	position:relative;
    margin-left:auto;
	margin-right:auto;
	padding:0 20px;
	word-wrap: break-word;
	overflow-y: hidden;
}


.wrap img{
	max-width:100% !important;
	height: auto !important;
	}

table.list tr.search td{
	border-bottom: 0px rgba(255,255,255,.3) solid;
}

table.list tbody tr.search:hover{
	background: rgba(0,0,0,.0);
	transition: .2s;
}
table thead tr td{
	font-weight: bold;
	text-transform: uppercase;
}

table.list tbody tr{
	transition: .2s;
}

table.list tbody tr:hover{
	background: rgba(0,0,0,.7);
	transition: .2s;
}

table.list tr td{
	border-bottom: 1px rgba(255,255,255,.3) solid;
	cursor: pointer;
	
}

.promptOverlay{
	z-index: 1;
	position: fixed;
	display: none;
	align-items: center;
  	justify-content: center;
	width:100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.7);
}

.promptOverlay .prompt{
	text-align: center;
	width:600px;
	padding:30px;
	background:#fff;
	overflow-y: auto;
	border-radius: 10px;
}

.prompt .title{
	font-size: 20px;
	font-weight: bold;
}

.addTemplate, .editTemplate{
	display: none;
	text-align: left;
	color:#000;
}

#loading{
	position: fixed;
	display: flex;
	align-items: center;
  	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;

}

.button.small{
	display: inline-block;
	border-radius: 4px;
	background: #000;
	font-size: 10px;
	padding:5px 10px;
	cursor: pointer;
}

.login{
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgb(243, 243, 243);
}

.login .panel{
	display: inline-block;
	background: #fff;
	z-index: 1;
	padding:10px 20px;
	text-align: center;
}

.createdby, .createdby a{
	font-size: 10px;
	color:rgba(255,255,255,.5);
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(70%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

@media screen and (max-width: 800px) {


}

