.eveguiden-table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.eveguiden-table * {
    position: relative;
}

.eveguiden-loader {
    flex: 1;
}

.eveguiden-table_filter {
    display: none;
}

.eveguiden-table_info {
    display: none !IMPORTANT;
}

.eveguiden-table td, .eveguiden-table th {
    padding-left: 8px;
}

.eveguiden-footer td {
    position: relative;
}

.eveguiden-footer-container .loader {
    transform: scale(0.3);
    top: -10px;
    right: -50px;
}

.eveguiden-footer-nav {
    font-size: 20px;
    display:flex;
    gap: 5px;
}

.eveguiden-footer-nav > i {
    cursor: pointer;
}

.eveguiden-footer-nav > i.disabled {
    color: #e3e3e3;
    cursor: no-drop;
}


.eveguiden-footer-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: 30px;
}

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

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

.eveguiden-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.eveguiden-table tbody tr:last-child {
    border: 0;
}

.eveguiden-table td, .eveguiden-table th {
    text-align: left;
}

.eveguiden-table td.l, .eveguiden-table th.l {
    text-align: right;
}

.eveguiden-table td.c, .eveguiden-table th.c {
    text-align: center;
}

.eveguiden-table td.r, .eveguiden-table th.r {
    text-align: center;
}

.eveguiden .eveguiden-header {
    justify-content: space-between;
    margin-bottom: 10px;
    display: none;
}

.eveguiden .eveguiden-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%;
}

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

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

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

.eveguiden .eveguiden-header-left {
    width: 80%;
}

.eveguiden 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) {
    .eveguiden-table {
        display: block;
    }

    .eveguiden-table > *, .eveguiden-table tr, .eveguiden-table td, .eveguiden-table th {
        display: block;
    }

    .eveguiden-table thead {
        display: none;
    }

    .eveguiden-table tbody tr {
        height: auto;
        border-top: 2px solid #00708c;
    }

    .eveguiden-table tbody tr td {
        padding-left: 40%;
        min-height: 35px;
    }

    .eveguiden-table tbody tr td:last-child {
        margin-bottom: 0;
    }

    .eveguiden-table tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: 30%;
        left: 10px;
        top: 8px;
    }

    .eveguiden-table tbody tr td:nth-child(1):before {
        content: "Dato";
    }

    .eveguiden-table tbody tr td:nth-child(2):before {
        content: "Vekt";
    }

    .eveguiden-table tbody tr td:nth-child(3):before {
        content: "Vald/Sone";
    }

    .eveguiden-table tbody tr td:nth-child(4):before {
        content: "Fisker/Roer";
    }

    .eveguiden-table tbody tr td:nth-child(5):before {
        content: "Redskap";
    }

    .eveguiden-table tbody tr td:nth-child(6):before {
        content: "Art";
    }

    .eveguiden-table tbody tr td:nth-child(7):before {
        content: "CR";
    }
}

.eveguiden #loadFacebookG {
    width: 125px;
    height: 125px;
    display: block;
    position: relative;
    margin: auto;
    margin-top: 30px;
}

.eveguiden .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: eveguidenbounceG;
    -o-animation-name: eveguidenbounceG;
    -ms-animation-name: eveguidenbounceG;
    -webkit-animation-name: eveguidenbounceG;
    -moz-animation-name: eveguidenbounceG;
    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);
}

.eveguiden-chart-container {
    margin-bottom: 30px;
}

.eveguiden-chart-year {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #787878;
}

.eveguiden #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;
}

.eveguiden #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;
}

.eveguiden #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 eveguidenbounceG {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1;
    }
}

@-o-keyframes eveguidenbounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -o-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes eveguidenbounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-moz-keyframes eveguidenbounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    }
}
