
.form-control{
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

p {
	display:inline;
}

h1, h2, h3, h4 {
	font-family: "Arial", Helvetica, sans-serif;
}


.btn-notizon-contrast {
	background-color: #f97316; /* Tailwind's orange-500, warm coral */
	color: white;
	border: none;
	padding: 0.6rem 1.2rem;
	font-weight: 600;
	border-radius: 0.5rem;
	transition: background-color 0.3s ease;
}

	.btn-notizon-contrast:hover,
	.btn-notizon-contrast:focus {
		background-color: #c2410c; /* darker coral on hover */
		color: white;
		text-decoration: none;
	}


nav.navbar {
	height: 60px;
	background: linear-gradient(to right, #4338ca, #3b82f6);
	border-bottom: none;
}
span#homelink {
	position:absolute;
	top:0px;
	float:left;
	z-index:1;
}

p.headertext {
	font-size: 24pt;
	color: white;
	font-weight: 700;
}

div#headercontainer {
	position: relative;
	min-width: 260px;
	background-color: #0D0D0D;
}

div#loggedoutcontainer {
	position:relative;
	top:17px;
	
}

span.loggedoutmenuitem {
	float: right;
	display: none;
}

div.loggedincontainer {
	position: relative;
	top: 5px;
	right: 100px;
	height: 60px;
}

img.thing {
	
	cursor: pointer;
}

img.delthing {
	height: 20px;
	cursor: pointer;
}

img.bigthing {
	height: 30px;
}

img.smallthing {
	height: 12px;
	cursor: pointer;
}

img.tinything {
	height: 15px;
}


img.menuthing {
	height: 25px;
}

span.displaynameheader {
	position: absolute;
	width:150px;
	top: 7px;
	left: 50px;
	cursor: pointer;
}


/* avatar img header */
div.avatarcontainer div.avatar {
	position: relative;
	left: 5px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

div.avatarcontainer div.avatar > div {
	position:relative;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* avatar img header */



div#bigmenu {
	position: absolute;
	top: 55px;
	right: -150px;
	width: 250px;
	padding: 10px;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 2px;
}


span.bigmenudisplayname {
	position: absolute;
	top: 10px;
	left: 50px;
	cursor: pointer;
}

div.bigmenuheading {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

span.bigmenuitem {
	position: relative;
	padding:2px;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

img.bigmenuicon {
	position: relative;
	top: 5px;
	left: 10px;
}

span.bigmenuitem:hover {
	position: relative;
	background-color: #e8f0fe;
	border-left: 3px solid orange;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}

p.bigmenutxt {
	position: relative;
	
	color: black;
	text-decoration: none;
	padding-left: 5px;
}

p#headername {
	font-size: 14pt;
	color:white;
}

a#headerlink {
	color: white;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

span#headerheading {
	position: relative;
	top: 5px;
}

img#headerlogo {
	height: 50px;
}
