
/* Spinner */
.loader {
    position: absolute;
    z-index: 100;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2C588D;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -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);
    }
}
/* Slut Spinner */


body {
    font-family: Lato, sans-serif;
    background-color: white;
    font-weight: 400;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}


h2 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #2C588D;
}

h3 {
    color: #2C588D;
}

h4 {
    color: #2C588D;
}


a{
    
    font-weight: normal;
    color:white;
    text-decoration: underline;
}
a.active{
    
    font-weight: bold;
    color:white;
    text-decoration: underline;
}

a:hover{
    /* font-weight: bold; */
    color:white;
}

header {
    background: #fff;
    position: relative;
    z-index: 270;
}
header .top{
    height: auto;
    max-width: 1280px;

}
@media screen and (min-width: 500px){
    header .top {
    
        padding-bottom: 0;
    }
}
header .top{
    position: relative;
    display: block;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

header .fk-systemtext {
    font-weight: 700;
    margin-bottom: 0.9rem;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0.9rem;
    font-size: 2.3rem;
    /*color: #1d3a5d;*/
    /*text-shadow: 0px 0px 3px #FFF;*/
}


.container {
    /* max-width: 1280px; */
    margin-left: auto ;
    margin-right:auto ;
    width: auto ;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
} 
 


p {
    margin:1em 0;
    display: block;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}


.top {
    margin: 0;
    width: 100% !important;
  
}

.header_container {
    display: flex;
    background-color: rgba(255, 106, 0, 0.8);  
    padding-top: 15px;
    border-bottom: 4px solid rgba(255, 0, 0, 0.3);
}



.fk-content-wide {
    padding: 15px !important;
    /*box-shadow: 0 0 10px 0px rgba(0, 0, 30, .3);*/
}

.page_not_found {
    padding: 20px;
}




.multiselect {
    position: relative!important;
    overflow: visible!important;  
    height: auto !important;
    max-height: 2000px !important;
    z-index: 1010!important;
}

.multiselect2 {
    position: relative!important;
    overflow: visible!important;   
    height: 50px!important;
    max-height: 50px!important;
    z-index: 1000!important;
}


.multiselect__tag {
    background: rgba(0,100,0,0.5)!important;
    margin: -4px 1px 0 0!important;
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 16px!important;
}

.multiselect__option {
    padding-top: 4px!important;
    min-height: 20px!important;
    max-height: 20px!important;
    height: 20px!important;
}

.multiselect__tag-icon {
    background: transparent!important;
}

    .multiselect__tag-icon:hover {
        background: #ff6a6a!important;
    }

.multiselect__option--selected {
    padding-top: 4px!important;
    min-height: 24px!important;
    max-height: 24px!important;
    height: 24px!important;
    background: rgba(0,100,0,0.2)!important;
}

    .multiselect__option--selected.multiselect__option--highlight {
        padding-top: 4px!important;
        min-height: 24px!important;
        max-height: 24px!important;
        height: 24px!important;
        background: #ff6a6a!important;
    }

.multiselect__option--highlight {
    padding-top: 4px!important;
    min-height: 24px!important;
    max-height: 24px!important;
    height: 24px!important;
    background: rgba(0,100,0,0.5)!important;
}

.multiselect__content-wrapper {
    font-size: 12px!important;
    position: relative!important;
}

.multiselect__element {
    padding-top: 4px!important;
    min-height: 24px!important;
    max-height: 24px!important;
    height: 24px!important;
}

.multiselect__single {
    font-size: 12px !important;
    background-color: rgba(0,100,0,0.5) !important;
    color: white !important;
    height: 24px !important;
    padding: 2px 10px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}




.btn-container {
    height: 23px;
    display: inline-block;
    margin-top: 20px;
    font-size: 0;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 15px;
    background: rgba(255,255,255,1);
    z-index: 10;
}

.btn-label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    /* text-transform: uppercase;
        letter-spacing: 5px;*/
    width: 50% !important;
    height: 21px;
    padding: 2px 0;
    margin: 0;
    transition: all 0.3s ease;
    color: #999;
    z-index: 20000;
}













.fk-content-wide {
    padding: 10px 10px 0 10px;
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 130px);
}

.iContainer_container {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: center;
}

.iContainer {
    overflow: hidden;
    background-color: lightgreen;
    margin: 10px;
    padding: 5px;
    border-radius: 15px;
    width: 260px;
    height: 190px;
    border: 1px solid rgba(130,130,130,1);
    box-shadow: rgba(0,0,0,0.4) 5px 5px 6px;
}

.info_area {
    overflow: visible;
    height: 100%;
}

.rubrik {
    text-align: center;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

.underrubrik {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
    padding: 0;
    overflow: hidden;
}

label { 
    margin-right: 5px;
}

.selectBox {
    position: relative;
}
    .selectBox select {
        width: 100%;
    }

.selectBox2 {
    position: relative;
    z-index: 34;
}
    .selectBox2 select {
        width: 100%;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.checkbox_label {
    display: flex;
    flex-direction: row;
}

.checkbox {
    margin-top: 2px;
}

#checkboxes {
    display: none;
    padding: 5px;
    border: 1px #dadada solid;
    background-color: white;
}
    #checkboxes label {
        display: flex;
    }
        #checkboxes label:hover {
            background-color: #1e90ff;
        }

#checkboxes2 {
    display: none;
    padding: 5px;
    border: 1px #dadada solid;
    background-color: white;
}
    #checkboxes2 label {
        display: flex;
    }
        #checkboxes2 label:hover {
            background-color: #1e90ff;
        }

.input_date {   
    min-height: 26px;
    width: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,0.3);
}

.input_number {
    width: 60px;
    height: 26px;
    /* font-size: 14px;*/
    text-align: center;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,0.3);
}

.side_menu {
    font-size: 12px;
    background: rgba(210,210,200,1);
    width: 350px;
    position: absolute;
    left: -340px;
    top: 0px;
    height: 100%;
    padding: 0;
    z-index: 300000;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 0 10px 4px rgba(0,0,30,0.3);
    border-right: 3px solid rgb(255, 136, 51);
}

.scrollable_content {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0 20px;
    margin-top: -80px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.side_menu_flik {
    background: rgb(255, 136, 51) !important;
    width: 34px !important;
    height: 120px !important;
    min-height: 75px !important;
    border-radius: 0 15px 15px 0 !important;
    top: calc(50% - 60px) !important;
    left: 350px !important;
    position: relative !important;
    box-shadow: 6px 0 10px 4px rgba(0,0,30,0.2) !important;
}

.side_menu_flik_text {
    font-size: 14px !important;
    transform: rotate(90deg) !important;
    margin-top: 25px !important;
    color: white !important;
}


.multiselect {
    margin-bottom: 20px;
}

.button_fetch {
    border-radius: 20px;
    background: rgba(255, 106, 0, 0.8);
    color: white;
    border: 1px solid rgba(0,0,0,0.3);
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

    .button_fetch:hover {
        background: rgba(255, 106, 0, 1);
    }

