input:disabled {
	cursor: not-allowed;
}

select:disabled {
	cursor: not-allowed;
}

button:disabled {
	cursor: not-allowed;
}


.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;

}

.navbar {
	background-color: #4a5683 !important;
}

.greentext {
	color: green;
}

.greytext {
	color: grey;
}

.greytext {
	color: grey;
}

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

.bold {
	font-weight: bold;
}

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;
}

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

body {
	/* font-family: 'Open sans'; */
	background-color: #e9e8e6;
}

.btn-primary,
.bg-primary {
	background-color: #4a5683 !important;
	border-color: #4a5683 !important;
}

.text-primary {
	color: #4a5683 !important;
}

.o1_height_50 {
	height: 50px;
}

.o1_topnav {
	background-color: #4a5683;
	min-height: 60px;
}

.o1_height_50 {
	height: 50px;
}

/*.bg-custom-1 {
	background-color: #000000;
}*/

/*.bg-custom-2 {
	background-image: linear-gradient(360deg, #4a5683 0%, #e9e8e6 100%);
}*/

/* Sticky footer styles - måste kollas upp
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
footer {
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-size: 13px;
	background-image: linear-gradient(360deg, #4a5683 0%, #e9e8e6 100%);
	width: 100%;
	/* Set the fixed height of the footer here */
	/*height: 50px;*/
	padding-top: 25px;
	line-height: 12px; /* Vertically center the text there */
}
