
.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-taskstax-contrast {
	background-color: #00BCD4; /* Bootstrap's info color - teal/cyan */
	color: white;
	border: none;
	padding: 0.6rem 1.25rem;
	font-size: 1.3rem;
	border-radius: 0.375rem; /* rounded corners */
	transition: background-color 0.3s ease, box-shadow 0.2s ease;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(23, 162, 184, 0.3);
}

	.btn-taskstax-contrast:hover {
		background-color: #03A9F4; /* a darker teal */
		box-shadow: 0 4px 12px rgba(19, 132, 150, 0.5);
	}

	.btn-taskstax-contrast:focus {
		outline: none;
		box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
	}




div.requestscontainer {
	position: fixed;
	left:5px;
	bottom: 5px;
	width: 50%;
}

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

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

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

span.loggedoutmenuitem {
	float:right;
}

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