.fortnox-logo img{
	max-width: 70px !important;
	z-index: 100001;
}

.bjorntech-logo img{
	max-width: 500px;
	z-index: 100001;
}

.fortnox-circle img{
	max-width: 70px !important;
	z-index: 100001;
}

.fortnox-centered{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

.fortnox-fixed{
	position: fixed;
}

.fortnox-top-left{
	top: 0;
	left: 10;
}

#fortnox-status{
	z-index: 100002;
}

.fortnox-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.fortnox-close:hover,
.fortnox-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.fortnox-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}

/* Modal Content */
.fortnox-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.fortnox-loader {
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100002;
  cursor: pointer;
}

#fortnox-text{
  position: fixed;
  text-align: center;
  font-size: 25px;
  color: black;
}

.fortnoxcontent {
  display: none;
}

.fortnox_infobox {
  background-color: #5c9892;
  width: 500px;
  padding: 20px;
  border-radius: 5px;
  color: white;
}

.column-fortnox_update_product {
  text-align: left !important;
  width: 12ch;
}


.fortnox-refund-warning {
  color: #a00;
  margin-right: 0.25em;
  text-align: left;
  position: relative;
  line-height: 2em;
  float: left;
}
