﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: aliceblue;
}

#plofar{
	width:100% !important;
}

.user_inactive{
	background-color:indianred;
}

.noevent{
	pointer-events:none;
}

.ttip img {
	width: 20px !important;
}

.tooltip-inner {
	max-width: 100%;
	width: 100%;
	text-align: left;
	font-size: 1.25rem;
}

.tooltip.show {
	opacity: 1 !important;
}


.rabattrad {
	font-size: 1rem;
	display: grid;
	justify-content: center;
	grid-template-columns: minmax(80px, 200px) minmax(80px, 200px) 1fr;
	grid-column-gap: 0;
	margin-left: 1px;
	margin-right: 1px;
}

	.rabattrad input {
		border: 2px solid black;
		margin-left: 5px;
		width: 4em;
	}

.wrapper .row {
	margin-left: 1px;
	margin-right: 1px;
}

.oddrow {
	background-color: #fefefe;
}

.evenrow {
	background-color: #efefef;
}

.headrow {
	padding: 5px 0 0 20px;
	margin-bottom: 5px;
	background-color: #0196da;
}

.cardborder {
	border-width: 2px;
	border-color: #0196da;
	padding: 0;
	margin: 0 5px 5px 5px;
}


.menudivider {
	border-top: 1px solid #dee2e6 !important;
	margin: 0 !important;
}

.dataTables_processing {
	background-color: black;
	color: white;
	border: 5px solid #0196da;
}


.table td {
	padding: 3px 10px;
	white-space: nowrap;
}

.expnd {
	width: 1px;
}

td {
	cursor: pointer;
}

.alignr {
	text-align: right;
}

.select2-container {
	/*width: 100% !important;*/
}

.wrapper {
	padding: 30px 50px;
	border: 1px solid #ddd;
	border-radius: 15px;
	margin: 10px auto;
	max-width: 800px;
}

h4 {
	font-weight: 400;
}

.img {
	width: 70px;
	height: 70px;
	border-radius: 6px;
	object-fit: cover;
}

#img-section p,
#deactivate p {
	font-size: 12px;
	color: #777;
	margin-bottom: 10px;
	text-align: justify;
}

#img-section b,
#img-section button,
#deactivate b {
	font-size: 14px;
}

label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #777;
	padding-left: 3px;
}

.form-control {
	border-radius: 10px;
}

input[placeholder] {
	font-weight: 500;
}

.form-control:focus {
	box-shadow: none;
	border: 1.5px solid #0779e4;
}

select {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	height: 40px;
	padding: 5px 10px;
}

	select:focus {
		outline: none;
	}

.button {
	background-color: #fff;
	color: #0779e4;
}

	.button:hover {
		background-color: #0779e4;
		color: #fff;
	}

.btn-primary {
	background-color: #0779e4;
}

.danger {
	background-color: #fff;
	color: #e20404;
	border: 1px solid #ddd;
}

	.danger:hover {
		background-color: #e20404;
		color: #fff;
	}

@media (max-width:576px) {
	.wrapper {
		padding: 25px 20px;
	}

	#deactivate {
		line-height: 18px;
	}
}

.notification-banner {
	background-color: #f8d7da;
	color: #721c24;
	padding: 10px 30px 10px 10px; /* Justera padding för att ge utrymme åt kryssknappen */
	text-align: center;
	position: relative;
	margin: 5px 0;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	border: 2px solid black;
}

.close-button {
	position: absolute;
	top: -8px;
	right: 10px;
	background-color: transparent;
	border: none;
	font-size: 30px;
	cursor: pointer;
	color: #721c24;
}

	.close-button:hover {
		color: #f5c6cb;
	}

.badge {
	background-color: #ff0000;
	color: #fff;
	border-radius: 50%;
	padding: 5px 10px;
	font-size: 14px;
	vertical-align: middle;
}

.sidebar .nav-item .nav-link {
	color: black;
	font-weight: 600;
}

.sidebar .nav-item .nav-link:hover {
	background-color: #e0e0e0;
	color: black;
	border-radius: 8px;
}

.sidebar .nav-item .nav-link.active {
	color: #fff;
	font-weight: 800;
}

.sidebar .nav-item .nav-link[aria-expanded="true"],
.sidebar .nav-item .nav-link[aria-expanded="false"] {
	color: black !important;
}

