.lakseboersen-table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.lakseboersen-table * {
  position: relative;
}
.lakseboersen-table_filter {
    display: none;
}
.lakseboersen-table_info {
    display: none !IMPORTANT;
}
.lakseboersen-table td, .lakseboersen-table th {
  padding-left: 8px;
}
.lakseboersen-footer td {
    position: relative;
}
.lakseboersen-footer-container .loader {
    transform: scale(0.3);
    top: -10px;
    right: -50px;
}
.lakseboersen-footer-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: 30px;
}
.lakseboersen-table thead tr {
font-family: Lato,sans-serif;
line-height: 1.6em;
border-collapse: collapse;
color: #212529;
font-size: small;
box-sizing: border-box;
text-align: inherit;
padding: .3rem;
border: 1px solid #dee2e6;
vertical-align: bottom;
border-bottom: 2px solid #00708c;
}
.lakseboersen-table tbody tr {
font-weight: 400;
text-align: left;
-webkit-font-smoothing: antialiased;
font-family: Lato,sans-serif;
line-height: 1.6em;
border-collapse: collapse;
color: #212529;
font-size: small;
box-sizing: border-box;
}
.lakseboersen-table tbody tr:nth-of-type(odd){
    background-color: rgba(0,0,0,.05);
}
.lakseboersen-table tbody tr:last-child {
  border: 0;
}
.lakseboersen-table td, .lakseboersen-table th {
  text-align: left;
}
.lakseboersen-table td.l, .lakseboersen-table th.l {
  text-align: right;
}
.lakseboersen-table td.c, .lakseboersen-table th.c {
  text-align: center;
}
.lakseboersen-table td.r, .lakseboersen-table th.r {
  text-align: center;
}

.lakseboersen .lakseboersen-header {
    justify-content: space-between;
    margin-bottom: 10px;
    display: none;
}

.lakseboersen .lakseboersen-header-left .input-group {
    font-weight: 400;
    color: #212529;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.lakseboersen .input-group-append {
    box-sizing: border-box;
    margin: 0;
    overflow: visible;
    border-radius: 0!important;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.lakseboersen .lakseboersen-header-right select.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lakseboersen .lakseboersen-header-left input.form-control {
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    border-radius: 0!important;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.lakseboersen .lakseboersen-header-left {
    width: 80%;
}
.lakseboersen button.btn.btn-primary {
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    background-image: linear-gradient(180deg,#428bca 0,#2d6ca2);
    background-repeat: repeat-x;
    border-radius: 0;
    transition: all .25s ease;
    background-color: #00708c;
    border-color: #004759;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 35.5em) {
  .lakseboersen-table {
    display: block;
  }
  .lakseboersen-table > *, .lakseboersen-table tr, .lakseboersen-table td, .lakseboersen-table th {
    display: block;
  }
  .lakseboersen-table thead {
    display: none;
  }
  
  .lakseboersen-table tbody tr {
    height: auto;
    border-top: 2px solid #00708c;
  }
  .lakseboersen-table tbody tr td {
    padding-left: 40%;
    min-height: 35px;
  }
  .lakseboersen-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .lakseboersen-table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 30%;
    left: 10px;
    top: 8px;
  }
  .lakseboersen-table tbody tr td:nth-child(1):before {
    content: "Dato";
  }
  .lakseboersen-table tbody tr td:nth-child(2):before {
    content: "Vekt";
  }
  .lakseboersen-table tbody tr td:nth-child(3):before {
    content: "Vald/Sone";
  }
  .lakseboersen-table tbody tr td:nth-child(4):before {
    content: "Fisker/Roer";
  }
  .lakseboersen-table tbody tr td:nth-child(5):before {
    content: "Redskap";
  }
  .lakseboersen-table tbody tr td:nth-child(6):before {
    content: "Art";
  }
.lakseboersen-table tbody tr td:nth-child(7):before {
    content: "CR";
  }
}

.lakseboersen #loadFacebookG{
	width:125px;
	height: 125px;
	display: block;
	position: relative;
	margin:auto;
	margin-top:30px;
}

.lakseboersen .facebook_blockG{
	background-color:rgb(255,255,255);
	border:3px solid rgb(0,0,0);
	float:left;
	height:89px;
	margin-left:7px;
	width:23px;
	opacity:0.1;
	animation-name:lakseboersenbounceG;
		-o-animation-name:lakseboersenbounceG;
		-ms-animation-name:lakseboersenbounceG;
		-webkit-animation-name:lakseboersenbounceG;
		-moz-animation-name:lakseboersenbounceG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(0.7);
		-o-transform:scale(0.7);
		-ms-transform:scale(0.7);
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
}

.lakseboersen-chart-container {
    margin-bottom: 30px;
}
.lakseboersen-chart-year {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #787878;
}
.lakseboersen #blockG_1{
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

.lakseboersen #blockG_2{
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

.lakseboersen #blockG_3{
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}



@keyframes lakseboersenbounceG{
	0%{
		transform:scale(1.2);
		opacity:1;
	}

	100%{
		transform:scale(0.7);
		opacity:0.1;
	}
}

@-o-keyframes lakseboersenbounceG{
	0%{
		-o-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-o-transform:scale(0.7);
		opacity:0.1;
	}
}

@-webkit-keyframes lakseboersenbounceG{
	0%{
		-webkit-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-webkit-transform:scale(0.7);
		opacity:0.1;
	}
}

@-moz-keyframes lakseboersenbounceG{
	0%{
		-moz-transform:scale(1.2);
		opacity:1;
	}

	100%{
		-moz-transform:scale(0.7);
		opacity:0.1;
	}
}
