

body {
    margin: 0px;
	    font-family: Arial;
}
body#login {
    background-color: #afb1b1;
}
body#login:after {
    content: "";
    background: url(../images/background.jpg);
    opacity: 0.5;
    top: -101px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
}
.supplier ul {
        opacity: 0.9;
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 2px 6px;
    /* margin: 8px 0; */
    /* display: inline-block; */
    border: 1px solid #ccc;
    box-sizing: border-box;
}
body#login input[type=text], body#login  input[type=password] {
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
}
/* Set a style for all buttons */
.button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 40%;
    max-width: 90px;
    min-width: 118px;
    font-size: 19px;
}



button:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 14px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button 
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}
*/
.container {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 3px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)} 
	to {-webkit-transform: scale(1)}
}
	
@keyframes animatezoom {
	from {transform: scale(0)} 
	to {transform: scale(1)}
}

@media only screen and (max-width: 768px) {
	.modal-content {
		width: 80%;
	}
}
/* @media only screen and (max-width: 768px) { */
/* div#topbar li { */
    /* width: 170px; */
/* } */

/* div#topbar ul { */
    /* height: 145px; */
/* } */

/* body:after { */
    /* background: unset; */
/* } */
/* } */



.login {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    /* width: 15%; */
    /* max-width: 15%; */
    /* min-width: 15%; */
    font-size: 19px;
    /* position: fixed; */
    top: 40%;
    left: 50%;
    margin: 0 auto;
    width: 130px;
    right: 50%;
    display: block;
    margin: 100px auto;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
	   display: block;
	   float: none;
	}
	.cancelbtn {
	   width: 100%;
	}
}




.thumb {
    background: #c11f2e;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    border-radius: 1px;
    text-shadow: 1px 1px 1px #000000;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 22px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
    height: 80px;
    line-height: 75px
}

.thumb:hover {
	background-color: rgba(0,0,0,0.7);
}

.txt {
	text-align:center;
	display:inline-block;
	line-height: 6;
	padding: 10px;
}

.txt:link {
	text-decoration: none;
}

.txt:hover {
/*	box-shadow: 0 0 2px 1px rgba(0,0,0,0.7);*/
}

.supplier {
	text-align:center;
	margin-top: 1%;
}

.userTable {
	font-family: Arial;
	margin: 100px 0px 0px 0px;
}

.userTable a {
	background: #000000b3;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    border-radius: 1px;
    text-shadow: 1px 1px 1px #000000;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.userTable a:hover {
	background: #b5c0c7;
	text-decoration: none;
}






 

li p {
	color:white;
	font-family: "Arial", Georgia, Serif;
	font-weight: bold;
	width: auto;
	text-align: center;
	line-height: 1;
	padding: 0px 5px;
	
}


ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li {
	list-style: none;
    text-align: left;
}

li a {
    text-transform: uppercase;
}

li a:hover {
	background-color: #111;
}


.modal-content .container {
    background: #fefefe;
}






div#topbar li{
    margin-right: 15px;
    float: right;
}

div#topbar li:first-child {
    float:left;
    height: 50px;
}


div#topbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    opacity: 0.8;
    text-align: left;
    height: 50px;
}
div#topbar .weclome {
color: white;
    position: relative;
    float: left;
    padding-left: 5px;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.home, .logout, .dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

button.logoutbtn, button.homebtn, button.dropbtn{
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	text-transform: uppercase;
}

button.logoutbtn {
    background-color: #c11f2e;
}
button.homebtn {
  background-color: #4CAF50;
}
button.dropbtn {
    background-color: #989898;
}

 

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */






button {
    background-color: #5c5c5cc7;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #5c5c5c;
}











.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.w3-ul {
    list-style-type: none;
    padding: 0;
    display: block;
    position: relative;
    background: white;
    clear: both;
    width: 80%;
    margin: auto;
}

.w3-ul li {
    padding: 6px 16px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: relative;
    float: left;
    width: 110px;
}
.w3-bar {
    overflow: hidden;
    height: 90px;
    text-align: center;
}



/* .w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after { */
    /* content: ""; */
    /* display: table; */
    /* clear: both; */
/* } */

.w3-bar .w3-bar-item {
    padding: 1px 16px;
    float: left;
    border: none;
    display: block;
    outline: 0;
    width: 100%;
    width: 85px;
    height: 40px;
	z-index: 1;
}

li.w3-bar a {
    vertical-align: middle;
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    color: inherit;
    text-decoration: inherit;
    padding-top: 15px;
    background-color: unset;
}


.w3-circle {
       border-radius: 20%;
}

.w3-large {
    font-size: 15px!important;
    transform: scale(1)!important;
    text-decoration: none;    text-align: center;
}

.w3-bar img {
    vertical-align: middle;
}

li.w3-bar a:hover {
    transform: scale(1.1);
	    padding-top: 12px;
}



@media only screen and (max-width: 768px) {
	div#topbar img {
    clip-path: inset(0 138px 0px 0px);
}
p.weclome {
    display: none !important;
}}





/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #abb1b7  ;
}
/* Track */
::-webkit-scrollbar-track {
  background: #d0d3d6;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4e4f4f ;
}











[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #f5e026;
    color: #000;
    padding: 4px 8px;
    font-size: 9px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #2196F3;
    color: #fff;
}




/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
	white-space: pre-line;
}





.w3-green, .w3-hover-green:hover {
    color: #fff!important;
    background-color: #4CAF50!important;
}
.w3-badge {
    border-radius: 50%;
}
.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
	padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    position: absolute;
    right: 15px;
    font-size: 14px;
    z-index: 9999;
}


#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
li.lager.w3-bar img, li.opfolgning.w3-bar img{
    height: 50px;
    width: 60px;
    padding-left: 23px;
}