
.dataTables_scroll {
	border: 1px solid rgb(208, 208, 208);
}

.dt-button-collection {
	width: 300px !important;
}

tr {
	cursor: pointer;

}

.adminrow:hover {
	background-color: #c0cce2 !important;
}

#paginate > .even {
	background-color: #eeeeee !important;
}

.nav-link.active {
    background-color: none !important;
    border: 1px solid #007bff;
    box-sizing: border-box;
}

.greentext {
	color: green;
}

.greytext {
	color: grey;
}

.greytext {
	color: grey;
}

.dt-buttons {
	margin-left: 10px;
}

.bold {
	font-weight: bold;
	color: #007bff;
}

img {
    max-width: 100%;
    height: auto;
}

.admin_save {
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	height: 50px;
	width: 125px;
	right: 0px;
}

.delfile {
	cursor: pointer;
}

.inactive {
	color: grey;
}

.admin_main_message {
	position: relative;
}

.admin_delmessage {
	display: none;
	position: absolute;
	color: red;
	right: 8px;
	top: 5px;
}

.admin_delmessage:hover {
	cursor: pointer;
	display: block;
}

.admin_message {
	width: 100%;
	padding: .375rem .75rem;
	color: #495057;
	background-color: #e9ecef;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.admin_message:hover + .admin_delmessage {
	cursor: pointer;
	display: block;
}

.rowedit {
	padding-left: 10px;
}

.not-allowed {cursor: not-allowed;}

.lds-dual-ring {
	  display: inline-block;
	  width: 80px;
	  height: 80px;
	}
	.lds-dual-ring:after {
	  content: " ";
	  display: block;
	  width: 64px;
	  height: 64px;
	  margin: 8px;
	  border-radius: 50%;
	  border: 6px solid #fff;
	  border-color: #fff transparent #fff transparent;
	  animation: lds-dual-ring 1.2s linear infinite;
	}
	@keyframes lds-dual-ring {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
}

/* o1 - Author: Hasse Frölin
-------------------------------------------------- */


html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif !important;
	font-size: 14px;
}

.input-group-text {
	font-size: 13px !important;
}
.o1_height_50 {
	height: 50px;
}

.o1_topnav {
	background-color: #ffffff;
	min-height: 80px;
	font-size: 14px;
}

.dropdown-item {
	font-size: 14px;
}

.o1_toppbild {
  object-fit: cover; Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 400px;
  margin-bottom: 1rem;
}

.o1_height_50 {
	height: 50px;
}

.o1_news {

}

.o1_news_heading {

}

.o1_news_content {

}

.o1_news_image {

}
/* Sticky footer styles - måste kollas upp
--------------------------------------------------
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}*/

.footer {
	background-image: url("../../images/footerplatta.jpg");
	height: auto;
    border-top: solid 1px black;
    color: #ffffff;
}
