@import "navigation.css";

//Print
@page {
    size: A4 portrait;
    margin:0.5cm;
    -ro-scale-content: auto;
}
@media print{
    .video-object.qr_encode canvas {
        margin: 0;
        top: 0;
        left: 0;
    }
    .span_10 .readmore_long {
        font-size:14px!important;
        line-height:28px!important;
        max-width:80vw;
    }
    .hs1 span {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .page:after {
        margin: 10pt 0 30pt 0;
        font-size: 9pt;
        color: #333;
        display: table-footer-group;
        position:fixed;
        bottom:0.5cm;
        right:2cm;
    }
    html.fc_4 {
        background-color:#fff!important;
    }
    .row {
        display:block;
        width:100%;
        clear:both;
    }
    .row .span_1 {
        width:8.33333333333%;
    }
    .row .span_2 {
        width:16.6666666667%;
    }
    .row .span_3 {
        width:25%;
    }
    .row .span_4 {
        width:33.3333333333%;
    }
    .row .span_5 {
        width:41.6666666667%;
    }
    .row .span_6 {
        width:50%;
    }
    .row .span_7 {
        width:58.3333333333%;
    }
    .row .span_8 {
        width:66.6666666667%;
    }
    .row .span_9 {
        width:75%;
    }
    .row .span_10 {
        width:83.3333333333%;
    }
    .row .span_11 {
        width:91.6666666667%;
    }
    .row .span_4:nth-child(3n+4){
        clear:left;
    }
    .row.vid_row .span_6:nth-child(2n+3){
        clear:left;
    }
    .img_desc {
        padding-top:7px;
    }
    .img_header,.vid_header,.aud_header {
        margin-top:20px;
    }
    .print_page {
        break-after: always;
        page-break-after: always;
        break-inside:avoid;
        page-break-inside:avoid;
    }
    .print_page:last-child {
        margin-top:20px;
        break-after: avoid;
        page-break-after: avoid;
    }
    .print_page:after {
        content: "";
        display: table;
        clear: both;
    }
    .img_row .col {
        page-break-inside:avoid;
    }
    .img_row .span_6 {
        width:100%;
    }
    .vid_row .col {
        -webkit-flex: 6 6 50%;
        flex: 6 6 50%;
        max-width:50%;
        width:50%;
        page-break-inside:avoid;
    }
    .vid_row > div > div {
        height: 120px;
        width: 213px;
        float: left;
        margin-right: 20px;
    }
    .aud_row > div {
        position:relative;
        height:100px;
        margin-top:0;
        page-break-inside:avoid;
    }
    .aud_row audio {
        display:none;
    }
    .qr_encode {
        position: relative;
    }
    .aud_row > div.qr_encode canvas {
        position: static;
        margin: 0;
    }
    div.qr_encode canvas {
        border:solid 3px #fff;
    }
    .aud_row > div.qr_encode canvas {
        position: static;
        margin: 0;
    }
    .picture_container {
        break-inside:avoid;
        page-break-inside:avoid;
        margin-bottom: 10px!important;
    }

    .picture_container:nth-child(36n+36):after {
        break-after: always;
        page-break-after: always;
        break-inside:avoid;
        page-break-inside:avoid;
        content: "";
        display: table;
        clear: both;
    }
    input[type='checkbox'],input[type='button'],input[type='submit'],.ui-dialog,.ui-tooltip,.button-small,.medium_butt,.button-toned {
        display: none!important;
    }
    #img_pagination, #img_target,.border_clr_1 {
            border:0;
    }
    .nav-search,.blue-notification-circle,.hide_plus {
        display: none!important;
    }
    .page-cv.pt-64 {
        padding-top: 0px!important;
    }
    header {
        background-color: #fff!important;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .light-logotype {
        width: 70px;
        height: 70px;
    }
}

//Tooltip
.tippy-tooltip {
    width:400px;
    max-width:100%;
}
#result_container .span_2 .action_check {
    right:10px;
    left:unset;
}
#result_container .span_2 input[type=checkbox] {
    float:right;
}
.play-icon {
    top: 0px;
    left: 0px;
    height: 40px !important;
    width: 40px !important;
    padding: 10px;
    position:absolute;
    color:#fff;
    fill:#fff;
    z-index: 100;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}
.person_container.span_12 .play-icon {
    display:none;
}
.person_tooltip .play-icon {
    top: 5px;
    left: 10px;
}
.user_tooltip_popup {
    width:400px;
    max-width:100%;
    text-align:center;
    position:relative;
}
.tippy-content {
    padding:0;
}
.tippy-tooltip .tippy_user {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 14px;
}
.tippy-tooltip .tippy_details {
    text-align: center;
    font-size: 16px;
    margin-bottom:20px;
    padding: 0 10px;
    flex:1;
}
.tippy-tooltip .tippy_img {
    position:relative;
    margin-right:0;
    flex:1;
    aspect-ratio: 1 / 1;
    overflow:hidden;
}
.tippy-tooltip .tippy_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tippy-tooltip .tippy_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tippy-tooltip .tippy_img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.unmute-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
}
.close-button {
    position:absolute;
    top:5px;
    left:5px;
    width: 25px;
    height: 25px;
    background:rgba(0,0,0,0.5);
    border-radius:4px;
    padding:2px;
    cursor:pointer;
    z-index:10;
}
.yt-container,
.iframe-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:none;
    border: none;
}

.video-player {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    background: black;
}


//Iconer
.icon_download { 
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9J2N1cnJlbnRDb2xvcicgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGNsYXNzPSdmZWF0aGVyIGZlYXRoZXItZG93bmxvYWQnPjxwYXRoIGQ9J00yMSAxNXY0YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0ydi00Jz48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0nNyAxMCAxMiAxNSAxNyAxMCc+PC9wb2x5bGluZT48bGluZSB4MT0nMTInIHkxPScxNScgeDI9JzEyJyB5Mj0nMyc+PC9saW5lPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 28px;
    background-position: 1px 3px;
}
.endast_plus {
    position:absolute!important;
    height:21px;
}
/*
.endast_plus:before {
    right:14px;
    left:unset!important;
}*/

html {
    background-color: #F6F7F9 !important;
}
.move {
    cursor: all-scroll;
}
section {
    background-color: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

header#mobile-header {
    display: none;
}
#mobile-footer {
    display: none;
}

#app-menu {
    display: none;
}

tr.blue-background-class {background-color: #F0F0F0;}
tr.blue-background-class td > * {display: none;}
#files_section > * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    font-family: Roboto;
    color: #526670 !important;
}

legend {
    margin-bottom: 8px !important;
}

.text-color-header,
.color-header {
    color: #002333 !important;
}

.text-color-primary,
.color-primary {
    color: #00A4EC !important;
}

.text-color-light,
.color-light {
    color: #6F7F86 !important;
}

.text-color-dark,
.color-dar {
    color: #062635 !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-size-16 {
    font-size: 16px !important;
}

.text-size-18 {
    font-size: 18px !important;
}

.text-size-36 {
    font-size: 36px !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}

.px-0 {
    padding: 0 !important;
}

.px-8 {
    padding: 8px !important;
}

.px-16 {
    padding: 16px !important;
}

.px-32 {
    padding: 32px !important;
}

.px-64 {
    padding: 64px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

.pt-64 {
    padding-top: 64px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pb-64 {
    padding-bottom: 64px !important;
}

.mx-0 {
    margin: 0 !important;
}
.mx-4 {
    margin: 4px !important;
}
.mx-8 {
    margin: 8px !important;
}
.mx-16 {
    margin: 16px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-64 {
    margin-bottom: 64px !important;
}

.ml-0 {
    margin-left: 0 !important;
}
.ml-8 {
    margin-left: 8px !important;
}
.ml-16 {
    margin-right: 16px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.mr-64 {
    margin-right: 64px !important;
}

.mt-8 {
    margin-top: 8px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.mt-64 {
    margin-top: 64px !important;
}

.min-width-0 {
    min-width: 0 !important;
}

.bg-light-gray {
    background-color: #F6F7F9 !important;
}

.bg-gray {
    background-color: #EDEDED !important;
}
.bg-white {
    background-color:#fff;
}

.border-radius-6 {
    border-radius: 6px;
}

.border-radius-top-6 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.border-radius-bottom-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}
.hidden {
	display:none;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin: auto;
    max-width: 60%;
}
.strike > span {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-size: 18px;
    color: #062635;
    font-weight: 500;
}
.strike:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 164, 236, 1) 0%, rgba(66,0,255,1) 50%, rgba(0, 164, 236, 1) 100%);
}


.kebab {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  bottom: 10px;
  right:6px;
  z-index: 1000;
}
#eve_list .kebab {
  bottom: 0px;
}

.kebab figure {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00A4EC;
    margin: 3px 0;
  }

.kebab .middle {
  transition: all 0.25s cubic-bezier(.72,1.2,.71,.72);
  transform: scale(1);
  position: relative;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: blur(.1px);
  filter: blur(.1px);
}

.kebab .middle.active {
  transform: scale(4.5);
  transition: all 0.25s cubic-bezier(.32,2.04,.85,.54);
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.kebab .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1px;
  color: white;
  transition: all 0.2s cubic-bezier(.72,1.2,.71,.72);
  font-size: 10px;
  user-select: none;
}

.kebab .cross.active {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.15s cubic-bezier(.32,2.04,.85,.54);
  z-index: 14;
}

.kebab .dropdown {
    position: absolute;
    /* right och top sätts dynamiskt av Floating UI */
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    opacity: 0;
    transform: translateY(-8px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius:6px;
    padding:4px;
    z-index:1001;
    pointer-events: none;
}
.kebab .dropdown li {
	background-color:#fff;
    display: block;
    width: 100%;
    border: 0;
}
.kebab .dropdown svg {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

.kebab .dropdown li a {
    width: 100%;
    padding: 4px 6px;
    display: inline-block;
    white-space: pre;
    box-sizing: border-box;
    text-decoration: none;
    border-radius:6px;
}

.kebab .dropdown li a:hover {
    background-color: #F0F0F0;
    color:#303030!important;
}

.kebab .dropdown:hover ul {
    opacity: 1;
    transform: translateY(0);
}

.kebab .dropdown.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.25s cubic-bezier(.5,1.8,.9,.8), transform 0.25s cubic-bezier(.5,1.8,.9,.8);
}

.video-object {
    border-radius:6px;
    background-color: #333;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
/** Aspect ratio fallback */
@supports not (aspect-ratio: 16 / 9) { 
  .video-object img {height:auto!important;}
}

.video-object img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video-object a {
    position: relative;
}

.video-object p {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.9)90%);
    margin: 0 !important;
    padding: 20px 20px 20px 10px;
    height: 50px;
    color: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    bottom: 0px;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
}
.rounded_face {
    vertical-align: top;
    margin-right: 10px!important;
}
.no_profilepic {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
    background-size: contain;
    background-color: #EDEDED;
}
.box-shadow {
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15); 
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}

a:hover, a:active, a:hover span, a:active span, .active_button {
    color: #00A4EC !important;
}

table.data-table tr {
    padding-left: 0;
}

span.send-greeting-wrapper {
    display: inline-block;
    width: 70px;
    float: right;
    margin-left: 16px;
    padding: 8px 0;
    border: 1px solid transparent;
}

span.send-greeting-wrapper label {
    line-height: 20px;
    min-height: auto;
}

span.send-greeting-wrapper input {
    position: relative;
    top: 2px !important;
}

span.send-greeting-wrapper label span {
    margin-bottom: 0;
}

ul.as-selections li.as-selection-item.blur {
    margin-bottom: 10px !important;
}

.unsorted-list .list-item {
    display: flex;
    margin-bottom: 16px;
}

.unsorted-list .list-item:last-child {
    margin-bottom: 0 !important;
}

.unsorted-list .list-item a,.user_tooltip {
    text-decoration: none;
    color: #526670;
    font-weight: 400;
    font-size: 14px;
}

.unsorted-list .list-item a:hover,.user_tooltip:hover {
    text-decoration: underline;
    color: #526670;
}

.unsorted-list .list-item a:hover span {
    color: #526670 !important; 
}

.unsorted-list .list-item .user_tooltip {
    margin-left: 16px !important;
    padding-top: 5px;
}

.unsorted-list .list-item .event-date {
    display: inline-block;
    margin-right: 16px;
}

input:focus {
    outline: none !important;
}

section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    margin-bottom: 0 !important;
}

/*Sabbar länkar med span i*/
/*a:hover span {
    color: initial !important;
}*/

.col_right {
    text-align: right !important;
    margin-left:auto!important;
}

.gray-box {
    background-color: #F0F0F0 !important;
    border-radius: 6px;
}

.light-info-box {
    border-radius: 6px;
    background-color: #EAF8FF;
    padding: 16px;
}

.light-info-box strong {
    color: #062635;
    font-size: 15px;
}

.light-info-box p {
    color: #526670;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}

.blue-notification-circle {
    color: #fff !important;
    position: relative;
    top: 0;
    right: 0;
    background-color: #00A4EC;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height:20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 0 !important;
}

.notification-circle,
a:hover .notification-circle {
    color: #fff !important;
    position: absolute;
    top: -15px;
    right: -10px;
    margin-left:5px;
    background-color: #FF0C0C;
    font-size: 10px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 5px;
}
.submenu__link .notification-circle,a.submenu__link:hover .notification-circle {
    top:0;
    right:-18px;
}

.nav__link_mailbox .notification-circle {
    top: -15px !important;
}

#profile-menu {
    background: rgba(255, 255, 255, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    height: 40px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#profile-menu img.profile-picture {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0;
    object-fit: cover;
}

#profile-menu .profile-name {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    max-width: 65%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#profile-menu a:hover {
    color: #fff !important;
}

a:hover #profile-menu span {
    color: rgba(255, 255, 255, 0.8) !important;
}

section#medlemmar,
section#latest-job-ads {
    margin-bottom: 0;
    padding-bottom: 0;
}

.accent-link {
    color: #00A4EC;
    font-weight: 500;
    text-decoration: none;
}

.accent-link:hover {
    color: #062635 !important;
}

.user-friends div.img-crop {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-bottom: 0;
}
.img-crop[data-watermark]:after{
    top:7px;
    right:7px;
    text-align:right;
    left:unset!important;
    bottom:unset!important;
}

.hs1 {
    //Flera element i rubrik
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.hs1.hs_clr_1 {
    text-transform: uppercase;
    font-weight: 500;
    border-left: 5px solid rgba(0, 164, 236, 0.5);
    padding-left: 5px;
}
#more_articles .col {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: stretch;
}
#more_articles .col .short {
  display: block;
  flex-grow: 1;
}
#more_articles .art_comment {
  margin-top:5px;
}
.people-tag-feed > li, .soft-block {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15); 
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}
.people-tag-edit-button {
    position: relative;
    width: 24px;
    height: 24px;
    top: 5px;
    right: -12px;
    display: inline-block;
}
.del_comment_button span {
    white-space:nowrap;
}
.feed-comment .people-tag-edit-button {
	top:15px;
    right: -5px;
}

#more_articles .col {
    background-color: #fff;
    padding: 8px 8px 16px 8px;
}
#more_articles .col img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#more_articles .col.span_6 img {
    width: 100%;
}

#more_articles .col .article-image-placeholder {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.article-listing-placeholder {
    aspect-ratio: 16/9;
    min-height: 200px;
}

.article-main-placeholder,
.article-stycke-placeholder {
    max-height: 150px;
    height: 150px;
}

.owl-theme {
    overflow: hidden;
    position: relative;
}

.owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #f1f1f1;
    border-radius: 50%!important;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15); 
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    background-color: #fff!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ccc!important;
}
.owl-theme .owl-nav [class*=owl-] span {
    font-size: 30px!important;
    line-height: 30px;
    color: #666;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(0, 164, 236, 0.5)!important;
}

.owl-stage {
    position: relative;
    right: 45px;
    display: flex;
}

.owl-stage-outer {
    position: relative;
}
.owl-nav {
    display: none;
}
.owl-butt .owl-nav {
   display: block;
}
.owl-butt .owl-dots {
   display: none;
}

.owl-prev {
    position: absolute;
    left: 10px;
    top: 30%;
}
.owl-next {
    position: absolute;
    right: 10px;
    top: 30%;
}

.owl-fade {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, rgb(252, 252, 253) 0%, rgba(0,0,0,0) 100%);
    width: 7%;
    right: 0;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    border: 0;
    background-color: transparent;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*
.owl-item {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	width:auto!important;
	overflow:hidden;
}
.owl-item > * {
	max-width:100%;
}*/

#more_articles .item {
    height: 325px!important;
}
#job-ads-carousel a,
#job-ads-carousel a:hover,
#job-ads-carousel a:active {
    text-decoration: none;
}
#job-ads-carousel .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: space-between;
  position:relative;
}
#job-ads-carousel .item > a {
    max-height: 180px;
    overflow: hidden;
}
#job-ads-carousel .hs3 {
    width:100%;
}
#job-ads-carousel span.hs1 {
    top: 4px!important;
    left: 13px!important;
    border-top-left-radius:0!important;
}
#job-ads-carousel .item .company-logo {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  align-self: auto;
  order: 0;
}

#job-ads-carousel .item .company-name {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px;
  align-self: auto;
  order: 0;
}

#job-ads-carousel .item .item-description {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  align-self: auto;
  order: 0;
}

#job-ads-carousel .item .item-info {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  align-self: stretch;
  order: 0;
  text-align:right;
}
#job-ads-carousel .item {
    width: 100%;
    height: 205px;
    margin-right: 20px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    background-color: #fff;
}
#karriar #job-ads-carousel .item {
    height: 250px;
}
/*
#job-ads-carousel .item .company-logo {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}*/

#job-ads-carousel .item .company-logo img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin-bottom: 0;
}

/*#job-ads-carousel .item .company-name {
    float: left;
    max-width: 200px;
}*/

#job-ads-carousel .item .company-name h3 {
    color: #062635;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-weight: normal;
    white-space: unset;
    margin: auto 0;
}

#job-ads-carousel .item .item-description {
    margin: 10px 0;
}

#job-ads-carousel .item .item-description p {
    margin: 0;
    padding: 0;
    color: #707F86;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#job-ads-carousel .item .item-additional-info {
    color: #062635;
}

#job-ads-carousel a:hover .item-additional-info span {
    color: #062635 !important;
}

#job-ads-carousel .item .item-additional-info span {
    display: block;
}

#job-ads-carousel .item .item-additional-info .ad-place {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

#job-ads-carousel .item .item-additional-info .ad-date {
    font-size: 12px;
    font-weight: 400;
}

.block-row {
    display: block !important;
}

header {
    background-color: #00A4EC;
    margin-bottom: 0 !important;
    height: auto !important;
    padding: 0 0 10px 0 !important;
    position:relative;
    z-index:3000;
}

body.start-page header svg.dark-logotype {
    display: inline !important;
}

body header svg.dark-logotype {
    display: none;
}
/* Header ändrade aldrig färg då man tryckte på meny
body.start-page header {
    background-color: unset!important;
}*/

body.start-page header svg.light-logotype {
    display: none;
}

header nav.main-nav {
    position: initial !important;
    top: 0 !important;
    padding-bottom: 0;
    padding: 20px 0 0 0 !important;
    margin-top: 15px;
    height: 65px;
    width: 50% !important;
    float: left;
}
.main-nav .submenu .notification-circle {
    display:none;
}

body.start-page header nav.main-nav,
body.logged-out header nav.main-nav {
    width: 70% !important;
}

body.start-page header nav.main-nav a.nav__link {
    color: #000;
}

body.start-page header nav.main-nav a.nav__link:hover {
    color: rgba(0, 0, 0, 0.8) !important;
}

body.start-page header nav.main-nav a.nav__link:hover span {
    
}

body.start-page header nav.main-nav .nav__list,
body.logged-out header nav.main-nav .nav__list {
    float: right;
}

body.start-page header nav.main-nav .nav__item_login a {
    color: #062635 !important;
    font-weight: 700;
}

body.logged-out header nav.main-nav .nav__item_login a {
    color: #fff;
    font-weight: 700;
}

header nav.second-nav {
    position: initial !important;
    top: 0 !important;
    padding-bottom: 0;
    padding: 20px 0 0 0 !important;
    margin-top: 5px;
    height: 65px;
    width: 20% !important;
    float: right;
}

header #brand-logo {
    width: 30%;
    float: left;
    margin-top: 10px;
    padding: 0 10px;
    height: 65px;
}

header #brand-logo .brand-name {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

header #brand-logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

header .nav-search {
    height: 100%;
    font-size: 15px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    margin-left: 16px;
    width: 215px;
}

header .nav-search input {
    background-color: #E1EEF4;
    border: 1px solid #D7D8DD;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 36px;
    color: #00A4EC;
    background-image: url('/assets/img/icons/search.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: 5px !important;
    background-position-y: center !important;
    padding-left: 30px;
    display: inline-block!important;
}

header .nav-search input:focus {
    box-shadow: 0px 4px 4px rgba(10, 53, 72, 0.21) !important;
    transition: all 0.4s ease 0s !important;
}
.search_target {
    display:none;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    padding: 8px;
    border-radius: 4px;
    position: relative!important;
    width: 330px;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
    border: none!important;
    left: 0px!important;
    top: 0px!important;
    z-index:10;
}
.search_target:after, .search_target:before {
    left: 50%!important;
}
#mobile-header .search_target {
    width: 100%;
    top: 110px!important;
    margin: 0;
    border-radius: 0;
    position: absolute!important;
    padding: 10px;
}
.search_target li {
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-search-empty {
    position: relative;
    display: block;
    font-weight: bold;
    right: 26px;
    top: 0;
}
#mobile-header .search_target ul:last-of-type {
    margin-bottom:10px;
}

.search_target:before {
    border-color: rgba(0,174,240,0);
    border-bottom-color: #00aef0;
    border-width: 8px;
    margin-left: -8px;
}
.search_target:after, #search_target:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.search_target:after, #search_target:before {
    left: 50%!important;
}
.search_target:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

header nav a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

header nav li {
    float: left;
    margin-left: 40px;
    text-align: right;
}

header .inner-wrapper {
    padding: 0;
}

header #main-menu {
    justify-content: end;
    float: right;
    margin-right: 15px;
}

.comment_input_save {
    cursor: pointer;
}

.comment_input {
    border-radius: 6px;
    border: 1px solid #D7D8DD !important;
}

h2.small-header,
h3.small-header {
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #062635;
    border-left: 0 !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    text-transform: none !important;
}

h2.main-header {
    padding-left: 15px !important;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 40px;
    border-left: 15px solid rgba(0, 164, 236, 0.5) !important;
    color: #062635;
    margin-bottom: 36px;
    text-transform: uppercase !important;
}

h4.hs3 {
    margin: 8px 0 16px 0 !important;
}

h4.hs3 a:hover {
    color: #00aef0 !important;
}

.sub-header {
    margin: 32px 0 !important;
    padding-left: 10px !important;
    font-size: 24px !important;
    border-left: 10px solid rgba(0, 164, 236, 0.5) !important;
    color: #062635 !important;
    text-transform: none !important;
}

.button {
    display: inline-block;
    text-decoration: none;
}
form input[type=submit], .medium_butt, .big_butt, .button-dialog-medium .ui-dialog-buttonpane .ui-button:nth-child(2){
    border-radius: 30px;
}

.button-accent {
    background: linear-gradient(93deg, #00A4EC 0%, #312EC7 100%) !important;
    box-shadow: 0px 4px 4px rgba(10, 53, 72, 0.21) !important;
    border-radius: 30px;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #00A4EC !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: inline-block;
}

.button-accent:hover {
    background: linear-gradient(93deg, #312EC7 0%, #00A4EC 100%) !important;
    transition: all 0.4s ease 0s !important;
}

.button-accent-inverted {
    background: linear-gradient(92.94deg, #FFFFFF 0%, #FFFFFF 100%);
    color: #00A4EC;
    border: 1px solid #00A4EC;
}

.button-accent-inverted:hover {
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
    color: #00A4EC;
}

.button-accent-inverted:active {
    background-color: #E6E8EA;
    box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.2s ease 0s;
    color: #00A4EC;
}

.button-toned-inverted {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.button-toned-inverted:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease 0s;
    color: #fff;
}

.button-toned-inverted:active {
    background: rgba(255, 255, 255, 0.2);
    color: rgb(213, 220, 233);
    transition: all 0.4s ease 0s;
    color: #fff;
}

.button-light-blue {
    background-color: #E5F7FF;
    color: #1F4252 !important;
    text-decoration: none !important;
    border-radius: 30px;
}

.button-light-gray {
    background-color: #EAF2F5;
    color: #1F4252 !important;
    text-decoration: none !important;
    border-radius: 30px;
}

.button-light-gray:hover {
    background-color: #D6E4EC;
    color: #1F4252 !important;
}

.button-medium {
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 36px;
    border-width: 1px;
    border-style: none !important;
    display: inline-block;
}

.button-medium svg {
   /* position: relative;
    top: 5px;*/
    margin-right: 10px;
}

.button-small {
    padding: 0 20px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 35px;
    border-width: 1px;
    border-style: none !important;
    display: inline-block;   
}

.button-small svg {
    width: 18px;
    position: relative;
    margin-right: 10px;   
}

.button-large {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 700;
    line-height: 22px;
    border-width: 1px;
    border-style: solid;
}
.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
    background-color: #D6E4EC;
}

.audio-file {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #D6E4EC;
    border-radius: 6px;
    text-align: center;
    padding: 20px 0 10px 0;
    cursor: pointer;
}

.audio-file:hover .music {
    display: none;
}

.audio-file:hover .play {
    display: block;
}

.audio-file .play,
.audio-file .pause {
    display: none;
}

.audio-file.playing .music,
.audio-file.playing .play {
    display: none;
}

.audio-file.playing .pause {
    display: block;
}

.audio-file p {
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.audio-file svg {
    margin: auto;
    display: block;
}

.page {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.lazyframe {
    border-radius: 6px;
}
.start-page .page-inner:before {
    background-image: url(/assets/img/d2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: " ";
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
}

#hero-section {
    min-height: 80%;
    height: 600px;
    padding-top: 60px;
}

#hero-section h1 {
    font-size: 50px;
    font-weight: 700;
    color: #04202D;
    white-space: normal;
    width: 75%;
}

#hero-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 60px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #526670;
}

#hero-section .call-to-action .button-accent-inverted {
    background: linear-gradient(92.94deg, #00A4EC 0%, #2E34C7 100%);
    border-radius: 30px;
    color: #fff;
    box-sizing: border-box;
}

#hero-section .call-to-action .button-accent-inverted:hover {
    color: #fff !important;
}

#hero-section .call-to-action .button-toned-inverted {
    background: #FFFFFF;
    border: 1px solid #00A4EC;
    box-sizing: border-box;
    border-radius: 30px;
    color: #00A4EC;
}

#hero-section .call-to-action .button:first-child {
    margin-right: 20px;
}

#hero-section .inner-wrapper {
    padding-top: 30px;
    height: 100%;
}

#hero-section .inner-wrapper nav {
    margin-bottom: 100px;
}

#main-menu a {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
}

#main-menu li {
    position: relative;
}

#main-menu li ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #333738;
}

#main-menu li:hover ul {
    display: block;
}

#main-menu li ul li:first-child {
    padding-top: 10px;
}

#main-menu li ul li {
    padding: 5px 0;
}

#main-menu li ul li:last-child {
    padding-bottom: 10px;
}

#main-menu li ul li a {
    color: #fff;
}

#main-menu li ul li a:hover {
    color: #D7D8DD;
}

#hero-section .inner-background {
    height: 100%;
    background-image: url(/assets/img/hero-section-image.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 60%;
}

.inner-wrapper {
    max-width: 1180px;
    padding: 0 10px;
    margin: auto;
}

.main-content .inner-wrapper {
    background-color: #FBFBFC;
}

#medlemmar a,
#medlemmar a:active {
    text-decoration: none;
}

.asp_sq {
	border-radius: 6px;
}
.asp_portrait {
    text-decoration: none;
    color: #fff;
}
.asp_portrait > a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.asp_portrait h3 {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.9)90%);
    margin: 0 !important;
    padding: 30px 2px 0px 2px;
    height: 80px;
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center;
}
#result_list a:hover {
    color:#fff;
}
.asp_portrait h3,
.asp_portrait h3 a,
.asp_portrait h3 span {
    text-decoration: none;
    color: #fff!important;
    margin:0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(12px, 1.7vw, 18px);
}


section#more_articles {
    margin-bottom: 0;

}

section#member.page-cv .hs1.hs_clr_1,
section.screenonly .hs1.hs_clr_1
{
    padding: 0;
    border: 0;
    font-size: 25px;
    text-transform: none;
    color: #1F4252;
    font-weight: 700;
}

section#member.page-cv .hs1.hs_clr_1 svg,
section.screenonly .hs1.hs_clr_1 svg {
    position: relative;
    top: 2px;
    cursor: pointer;
}

section#member.page-cv h1 {
    line-height: 55px;
    font-size: 48px;
    font-weight: bolder;
}

section#member.page-cv .cv-profession {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #00aef0 !important;
}

.tablesorter {
    margin-top: 16px;
}

.tablesorter tbody tr td {
    padding-bottom: 8px;
}
.tablesorter-header.sorter-false .tablesorter-icon {
    display:none;
}
.tablesorter-headerDesc i.tablesorter-icon:before {
    content: "\02c4";
    color: #000;
    top: -1px;
}
.tablesorter-headerAsc i.tablesorter-icon:before {
    content: "\02c5";
    color: #000;
    top:6px;
}
.tablesorter-header i.tablesorter-icon:before,
.tablesorter-header i.tablesorter-icon:after {
    font-style: normal;
    position: absolute;
    margin-left:3px;
}
.tablesorter-headerUnSorted i.tablesorter-icon:before,
.tablesorter-headerUnSorted i.tablesorter-icon:after {
    color: #888;
}
.tablesorter-headerUnSorted i.tablesorter-icon:before {
    content: "\02c4";
    top: -1px;
}
.tablesorter-headerUnSorted i.tablesorter-icon:after {
    content: "\02c5";
    top:6px;
}
table.data-table {
    width: 100%;
}

section#member.page-cv table tr.col.span_4 th.hs_clr_1,
.tablesorter-header-inner,
table.data-table thead tr th,table.devided thead th,.tablesorter-devided thead th,.spacius_table thead th,.spacius_table thead td {
    font-size: 14px;
    color: #6F7F86 !important;
    font-weight: 300;
}

.tablesorter-header-inner,
table.data-table thead tr th,table.devided thead th,.tablesorter-devided thead th,.spacius_table thead th,.spacius_table thead td {
    text-transform: uppercase;
}
.feather {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.input_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.input_icon svg {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right:5px;
}
.input_icon > input,.input_icon > label,.input_icon > select {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tablesorter-devided .feather,.spacius_table .feather,.devided .feather {
    margin-right: 7px;
    height: 18px;
    width: 18px;
}

section#member.page-cv table th.hs_clr_1 {
    color: #1F4252;
}

section#member.page-cv table tr.col.span_4 td,
.tablesorter tbody tr td,
table.data-table tbody tr td {
    padding: 10px 0;
    font-size: 16px;
    color: #1F4252;
}

.tablesorter tbody tr td,
table.data-table tbody tr td {
    font-size: 14px;
}

section#member.page-cv #huvudbild {
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15); 
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}

.readmore_func,
.readmore,
.readmore_short,
.readmore_long {
    font-size: 18px !important;
    line-height: 32px;
    font-weight: 300;
}

.readmore_expand {
    text-align: left !important;
    color: #00aef0;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}

.readmore_expand .readmore-text {
    margin-right: 6px;
}

.readmore_expand .readmore-media-icon {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    vertical-align: middle;
    opacity: 0.7;
    display: none;
    color: #000;
    border: solid 1px #333;
    border-radius: 5px;
    padding: 2px;
}

.readmore_expand.readmore_default .readmore-media-icon {
    display: inline-block;
}

.readmore_expand:after {
    content: none !important;
}
footer {
    background-color: #002333;
    font-weight: 400;
    font-size: 15px !important;
    text-transform: none !important;
}

footer .inner-wrapper {
    padding: 50px 10px;
}

footer .inner-wrapper .col {
    text-align: left;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .social-media {
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

footer .social-media:last-child {
    margin-right: 0;
}

footer .social-media:hover {
    background-color: #fff;
}

footer .social-media:hover a {
    
}

footer .social-media a,
footer .social-media a:hover {
    color: #052A3A;
    text-decoration: none !important;
    line-height: 38px;
}

footer .social-media:hover a {
    color: rgba(0, 164, 236, 0.5);
    transition: color 0.3s;
}

footer .social-media a svg {
    width: 20px;
    height: 20px;
}
/*Fel färg på flödesformuläret
form[name="status_form"] {
    background-color: #F0F0F0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12) !important;
}*/

fieldset.as-fieldset {
    margin: 0 !important;
    padding: 16px !important;
    background-color: transparent !important;
}

fieldset.as-fieldset .as_textbox_cont {
    margin: 0 !important;
}

fieldset.as-fieldset ul.as-selections {
    margin: 8px 0 0 0 !important;
    background: transparent !important;
}

fieldset.as-fieldset #tag_input {
    width: 100% !important;
}

fieldset.as-fieldset [contenteditable="true"] {
    border: 1px solid #D7D8DD;
    border-radius: 6px;
}

fieldset.as-fieldset input[type="submit"] {
    margin-right: 0 !important;
}

fieldset.as-fieldset #as-button-submit {
    margin-right: 0 !important;
    padding: 0 !important;
}

fieldset.as-fieldset ul.as-selections li {
    margin: 0 !important;
}

.feed-likes .like-sum {
    color: #707F86;
    background-color: transparent;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    border: 0;
}

.feed-likes .like-sum span.amount-over {
    display: inline-block;
    position: relative;
    left: -50px;
    background-color: #707F86;
    border-radius: 50%;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    top: 5px;
}

#feed-content {
    margin-top: 0;
}

.people-tag-feed {
    padding-top: 0;
}

.people-tag-feed > li {
    margin-bottom: 32px;
    border-style: none;
    padding: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12) !important;
}

.people-tag-feed > li .people-tag-img {
    margin-right: 16px;
}

.people-tag-feed > li .rounded_face,
.people-tag-feed > li a[rounded_face="true"] {
    margin: 0 !important;
}

.people-tag-feed > li .people-tag-wrapper {
    width: calc(100% - 55px);
    min-height: 50px !important;
}

.people-tag-feed > li .people-tag-wrapper strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #062635;
}

.people-tag-feed > li .people-tag-wrapper a {
    color: #062635;
    text-decoration: none;
}

.people-tag-feed > li .people_tag_status {
    font-size: 14px;
    line-height: 14px;
    color: #526670;
}

.people-tag-feed > li .people_tag_status .feed_forum {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D7D8DD;
}

.people-tag-feed > li .like-sum a.rounded_face {
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    margin-top: 8px !important;
}

a.people-tag-action.action-like {
    text-decoration: none;
    top: 0 !important;
}

.people-tag-wrapper {
    color: #8A969B;
}

.people-tag-wrapper a.member-of-the-week {
    color: #8A969B !important;
    text-decoration: underline !important;   
}

.people-tag-date {
    color: #8A969B;
}

a.people-tag-action {
/*  position: relative;
    top: -11px;*/
    font-weight: 500;
    color: #707F86;
}

a.people-tag-action:hover {
    color: #00A4EC;
}

.feed-comments .feed-comment {
    background-color: #EAF8FF;
    border-radius: 4px;
    box-shadow: none !important;
    margin-left: 32px;
    margin-bottom: 16px;
}
.feed-comments .feed-comment:first-child {
    margin-top: 16px;
}

.feed-comments li.row {
    background-color: #F0F0F0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12) !important;
}

.feed-comments .feed-comment a.user_tooltip {
    display: inline-block;
    margin-bottom: 18px;
    text-decoration: none;
    color: #526670;
    font-weight: 500;
}

.feed-comments .feed-comment span {
    color: #526670;
    font-weight: 300;
}

.feed-comments .feed-comment .people-tag-date {
    margin-top: 16px;
    text-align: right;
    color: #707F86;
    font-weight: 500;
    font-size: 12px;
}

.people-tag-feed > li .people_tag_status .feed_forum {
    color: #526670;
    line-height: 20px;
    border-bottom-width: 2px;
}

.people-tag-feed > li .people_tag_status .feed_forum a {
    text-decoration: none !important;
}

.people-tag-feed > li .people_tag_status .feed_forum a:hover {
    color: #303030 !important;
}

#youtube_form label span,
#evenemang_form label span,
#img_form label span {
    color: #062635;
}
.logo_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    row-gap: 10px;
    column-gap: 40px;
}
.accent-text {
    font-size: 15px;
    font-weight: 500;
    color: #00A4EC;
}

.accent-text a {
    color: #00A4EC;
    text-decoration: underline;
}

.accent-text a:hover {
    color: #00A4EC !important;
}

form {
    color: #526670;
}

form .required:after {
    color: #526670 !important;
}
.multiselect{
    height: 36px!important;
    padding: 8px;
}
/* Dölj original select-element när Select2 är aktiverat */
.select2-hidden-accessible,
select.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important;
    touch-action: none !important;
}
.select2-container--default,.select2-selection--multiple {
    border:0!important;
    background-color:transparent!important;
    //border: 1px solid #D7D8DD !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0!important;
}
.select2-selection__rendered {
    display: flex!important;
    flex-flow: row wrap;
}
.select2-container--default,
.select2-selection--multiple {
    padding: 0 !important;
    border-radius: 6px !important;
}
.select2-selection__rendered {
    border-radius: 6px !important;
}

.select2-container .select2-search--inline {
    width:100%;
    order:1;
}
.select2-container .select2-search__field {
    background-color:#fff!important;
    background-image: url(/assets/img/icons/search.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 5px !important;
    background-position-y: center !important;
    padding-left: 30px!important;
}
.select2-container .select2-selection__rendered {
    padding-left: 8px!important;
}
.select2-container .select2-selection__choice {
    margin-bottom:5px;
    order:2;
}
.select2-results__option[role="treeitem"]:before {
    border-radius: 3px;
}

input[type="radio"], 
input[type="checkbox"] {
    top: 0 !important;
}
.square_check {
    height: 32px!important;
    line-height: 32px!important;
    margin-top: 0!important;
}
.square_check input {
    margin-top: 9px!important;
    height: 14px!important;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=date],
form input[type=time],
form input[type=tel],
form input[type=url],
form input[type=password],
input[type=search],
label input[type=text],
.select2-search__field,
textarea,
select {
    font-family: Roboto !important;
    border: 1px solid #D7D8DD !important;
    box-sizing: border-box;
    border-radius: 6px;
    /*padding: 8px !important;*/
    line-height: 20px;
    font-size: 16px;
    /*Blev fel höjd på inkorg/utkorg utan höjd*/
    height: 28px;
    padding-left: 5px;
    /*height: auto !important;//Skapade problem med förstoring i höjdled*/
}
textarea {
    padding: 8px !important;
}


form input[type=text]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
input[type=search:focus],
.select2-search__field:focus,
textarea:focus,
select:focus {
    border: 1px solid #00A4EC !important;
    outline: none !important;
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff !important;
    background-image: url('/assets/img/dropdown.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: center !important;
}
input[type=search],
.select2-search__field{
    background-image: url(/assets/img/icons/search.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 5px !important;
    background-position-y: center !important;
    padding-left: 30px!important;
}
form input[type=submit],
.medium_butt,
.big_butt,
.button-dialog-medium .ui-dialog-buttonpane .ui-button:nth-child(2) {
    background-color: #00A4EC !important;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 8px 24px !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid transparent !important;
    margin-right: 16px;
    vertical-align: top !important;
    margin-bottom: 0;
    text-decoration: none !important;
    display: inline-block;
    height: auto !important;
}
.medium_butt {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 5px 10px 5px 10px !important;
    margin-right: 16px;
}

.button-toned,form input[type=submit].button-toned,
.button-dialog-medium .ui-dialog-buttonpane .ui-button:first-child {
    background-color: #fff !important;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 8px 24px !important;
    color: #00A4EC !important;
    cursor: pointer;
    border: 1px solid #00A4EC !important;
    margin-right: 16px;
    vertical-align: top !important;
    margin-bottom: 0 !important;   
    text-decoration: none !important;
    display: inline-block;
}
.medium_butt svg {
    height: 18px;
    vertical-align: inherit;
}
#more_articles .endast_plus:before {
    background-image:none!important;
}
#more_articles .endast_plus {
    padding-left:unset!important;
}
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none!important;
}
form input[type=submit].button-toned:hover,.button-toned:hover,
.button-dialog-medium .ui-dialog-buttonpane .ui-button:first-child:hover {
    color: #00A4EC !important;
    background-color: #EAF8FF !important;
    border: 1px solid #00A4EC !important;
    text-decoration: none !important;
    transition: all 0.4s ease 0s;
}

.button-toned:hover span,
.button-dialog-medium .ui-dialog-buttonpane .ui-button:first-child:hover span {
    color: #00A4EC !important;
}

form input[type=submit]:last-child,
.medium_butt:last-child {
    margin-right: 0;
}

form input[type=submit]:hover,
.medium_butt:hover,
.big_butt:hover,
.button-dialog-medium .ui-dialog-buttonpane .ui-button:nth-child(2):hover {
    background-color: #fff !important;
    color: #00A4EC !important;
    transition: all 0.4s ease 0s;
    border: 1px solid #00A4EC !important;
}
.medium_butt:hover span,
.big_butt:hover span,
.button-dialog-medium .ui-dialog-buttonpane .ui-button:nth-child(2):hover span {
    color: #00A4EC !important;
}

form label span,form legend {
    font-weight: 400;
    font-size: 16px;
}

/* Hide some things */
.hidden_inline, .hidden_block, .hidden_flex {
    display:none!important;
}
.selected>.hidden_flex, .hidden_flex.selected {
    display: -webkit-flex!important;
    display: flex!important;
}
.hide_header header,.hide_header footer {
    display:none!important;
}
.hide_header #main-container {
    padding-top:0;
}


/* My Pages start */

#member-not-paying-member-section {
    width: 100%;
    text-align: center;
}

#member-not-paying-member-section h1 {
    font-size: 36px;
    font-weight: 700;
    color: #062635;
}

#member-not-paying-member-section p {
    font-size: 18px;
    font-weight: 400;
    color: #526670;
}

.fcslides2 .hs3 {
    margin-top:4px!important;
}

#member-start-latest-news-slider {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

#member-start-latest-news-slider li {
    min-height: 400px;
}

#member-start-latest-news-slider li .content,#member-start-latest-news-slider li .custom {
    padding: 8px 16px 48px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #707F86;
}

#member-start-latest-news-slider li .content p {
    padding: 8px 0;
    margin: 0;
    min-height: 30px;
}
#member-start-latest-news-slider li .short {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 42px;
    word-wrap: break-word;
}

#member-start-latest-news-slider li .content h4.hs3 {
    margin: 0 0 16px 0 !important;
}

#member-start-latest-news-slider li .custom {
    padding: 0 16px 16px 16px;
}
#member-start-latest-news-slider li .custom > a:first-child {
    margin:0 -16px;
    display:block;
}
#member-start-latest-news-slider li span.hs1,#more_articles span.hs1 {
    position: absolute;
    top: -16px;
    left: 0px;
    background-color: #00aef0;
    border-bottom-right-radius: 8px;
    padding: 4px 7px 4px 16px;
    text-transform: none;
    border-left: 0;
    color: #fff;
}
#member-start-latest-news-slider li span.hs1 {
    top: -8px;
}
#more_articles .col {
    position:relative;
}
#more_articles span.hs1 {
    border-top-left-radius: 6px;
    top:1px;
    left:8px;
}

#member-start-latest-news-slider li img {
    width: 100%;
}

.info-box {
    padding: 16px;
    background-color: #EAF8FF;
    font-size: 18px;
    color: #213C45;
}

.info-box a:hover {
    color: #00A4EC;
}

.info-box .latest-visitor {
    font-weight: 700;
}

.info-box .latest-visitor a {
    text-decoration: underline;
}

.info-box h2 {
    text-transform: uppercase;
    border: 0 !important;
    font-size: 18px;
    color: #002333;
    padding-left: 0 !important;
    margin: 0 !important;
}

.info-box p,.info-box li {
    font-size: 16px;
    line-height: 20px;
    list-style-type: circle;
}

.info-box input {
    border: 1px solid #D7D8DD;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    line-height: 36px;
}

.cv-info-box {
    width: 49%;
}

section#mailbox form[name="mail_form"] thead tr[role="row"] th,
section#mailbox form[name="mail_form"] thead tr[role="row"] td {
    border-bottom: 0 !important;
}

section#mailbox form[name="mail_form"] tbody tr[role="row"] {
    border-bottom: 1px solid #D7D8DD;
}

section#mailbox form[name="mail_form"] tbody tr[role="row"] td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
}

img.mail-sender-picture {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    object-fit: cover;
}
.fux_link:hover {
    color:#00A4EC;
    text-decoration:underline!important;
}
.fux_unlink {
  text-decoration: none !important;
}
section#mailbox form[name="mail_form"] tbody tr[role="row"] td a,
section#mailbox form[name="mail_form"] tbody tr[role="row"] td .fux_link {
  text-decoration: none !important;
}

section#mailbox form[name="mail_form"] tbody tr[role="row"] td .mail-sender-name {
    position: relative;
    top: -5px;
    margin-left: 16px;
}

#submit_halsning {
    float: right;
    margin-top: 16px;
}

section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-not-opened td a,
section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-not-opened td .fux_link,
section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-not-opened td .user_tooltip,
section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-not-opened td .mail-date {
    color: #526670;
    font-weight: 700;
}

section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-opened td a,
section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-opened td .user_tooltip,
section#mailbox form[name="mail_form"] tbody tr[role="row"].mail-opened td .mail-date {
    color: #526670;
    font-weight: 500;
}

section#mailbox #mailbox-remove-checked {
    padding: 8px 16px;
    background-color: #EAF8FF;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    color: #526670;
}

section#mailbox #mailbox-remove-checked span {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -5px;
}

.ui-widget-overlay {
    background-color: #000 !important;
}

 .ui-dialog.button-dialog-mail .ui-dialog-buttonpane {
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: #fff;
}
.ui-dialog .ui-dialog-buttonpane {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button.mail-modal-report,
.ui-dialog .ui-dialog-buttonpane button.mail-modal-answer,
.ui-dialog .ui-dialog-buttonpane button.mail-modal-make-unread {
    background-color: transparent !important;
    color: #526670;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 16px 12px 46px;
    background-position: 10px;
    background-repeat: no-repeat;
}

.ui-dialog .ui-dialog-buttonpane button.mail-modal-report {
    background-image: url(/assets/img/icons/report.png);
}

.ui-dialog .ui-dialog-buttonpane button.mail-modal-answer {
    background-image: url(/assets/img/icons/answer.png);
}

.ui-dialog .ui-dialog-buttonpane button.mail-modal-make-unread {
    background-image: url(/assets/img/icons/make-unread.png);
}

.ui-dialog .ui-dialog-buttonpane button.mail-modal-report:hover,
.ui-dialog .ui-dialog-buttonpane button.mail-modal-answer:hover,
.ui-dialog .ui-dialog-buttonpane button.mail-modal-make-unread:hover {
    border-radius: 30px;
    background-color: rgba(55, 55, 55, 0.04) !important;
}

.ui-dialog {
    border-radius: 10px;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #EAF8FF !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px !important;
}

.ui-dialog .ui-dialog-title {
    color: #062635 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    display: inline-block;
}

.ui-dialog-titlebar-close {
    background-color: transparent !important;
    cursor: pointer;
    margin-right: 8px !important;
}

.ui-dialog-titlebar-close::before {
    content: "" !important;
    background-color: transparent !important;
    background-image: url(/assets/img/close-modal.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-dialog-content {
    padding: 32px 16px 16px 16px !important;
    font-size: 14px;
    line-height: 24px;
    color: #526670;
    font-weight: 400;
}
.button-dialog-mail .ui-dialog-content {
    padding-top: 65px!important;
}

.ui-dialog-content#mess::after {
    background-image: none !important;
}

.tagline {
    position:relative;
}
.tagline:before {
    content: attr(data-category);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #00aef0;
    border-bottom-right-radius: 8px;
    padding: 4px 14px 4px 16px;
}

.new_label:before {
    content: "Ny";
    position: absolute;
    right: 23px;
    top: 10px;
    background: #08aef0;
    padding: 1px 5px;
    border-radius: 8px;
    color: #fff;
}
.daysleft_label:after {
    content: attr(data-daysleft);
    color: #f00;
    font-weight: bold;
    display: block;
}

.paging {
    font-size: 16px;
    clear: both;
}
.fcslides_pager {
    position:relative;
    top:-35px;
    z-index:100;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.rslides_tabs {
    display:inline;
}
.rslides_tabs li {
    display:inline;
}
.rslides_tabs li a {
    line-height: 10px;
    color:transparent;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.rslides_tabs li.rslides_here a {
    background-color: rgba(0, 164, 236, 0.5);
}
.paging .curpage {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    width: 1.32rem;
    height: 1.32rem;
    background-color: #00aef0;
    text-align: center;
    color: #fff;
}

.paging .pagetotal {
    margin-right: 8px;
    margin-left: 8px;
}

ul.paging li .img-crop {
    border-radius: 8px;
}

.paging-lt, .paging-gt,.paging .prev,.paging .next {
    color: #00aef0;
    cursor: pointer;
}
.tablesorter-pager {
    margin-top: 16px;
}
.paging span.disabled {
    display: none;
}


@media screen and (max-width : 990px) and (orientation: landscape) {
    body {
        overflow-x: hidden !important;
    }

    #hero-section h1 {
        margin-top: 32px !important;
    }

    #hero-section .inner-background {
        background-size: 75% !important;
    }
}

/* mobile */
@media screen and (max-width : 990px) {
    /*Intercom på mobiler*/
/*    .intercom-lightweight-app-launcher {
    bottom: 72px !important;
    }
    .intercom-dfosxs {
        bottom: 72px !important;
    }
    iframe[name='intercom-notifications-frame'] {
    bottom: 124px !important;
    }
*/

    .submenu__link {
        position:relative;
    }
    #app-menu .submenu__link .notification-circle {
        position: absolute;
        top: -10px!important;
        right: -24px!important;
        left: unset!important;
        display:block!important;
    }

    .button-large {
        padding: 15px 20px;
    }
    .button-accent {
        font-size: 16px !important;
    }
    .mobile_order_0 {
        order:0;
    }
    .mobile_order_1 {
        order:1;
    }
    .mobile_order_1 {
        order:2;
    }
    /*Blir fel på "Reportage"-taggarna på nyheter
    #karriar span.hs1 {
        top:-8px;
    }*/
    body.start-page header svg.dark-logotype {
        display: none !important;
    }

    .strike {
        max-width: 100%;
    }

    .strike > span {
        padding: 0 20px;
    }

    .info-box .full-height {
        height: 50px;
    }

    #page_jobb #jobb_filter .plus-info svg {
        display: none;
    }

    #page_jobb #membership2 {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

    #page_jobb .box_clr_1 {
        padding: 0;
    }

    #page_jobb .box_clr_1 .reset-filter {
        margin-right: 14px;
    }

    #page_jobb .result_list li {
        width: 100%;
        margin: 0 0 32px 0;
    }

    #page_jobb .result_list li:nth-child(even) {
        margin-left: 0;
    }

    #page_jobb .result_list li:nth-child(odd) {
        margin-right: 0;
    }

    #page_jobb .result_list li .col.span_8 {
        flex: 2 0 33.333%;
    }

    #job-ads-carousel .item .company-logo {
        display: none;
    }

    #header .fc-menu {
        display: none;
    }

    header#header {
        display: none;
    }

    header#mobile-header {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content:center;
    }
    header#mobile-header a {
        padding-bottom:0;
    }
    #mobile-footer {
        background-color:#00aef0;
        position:fixed;
        width:100vw;
        bottom:0;
        left:0;
        z-index:100;
        padding: 10px 10px 5px 10px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        transition: opacity 0.4s ease-in-out;
    }
    #mobile-footer a {
        text-decoration:none;
        position:relative;
    }
    #mobile-footer a:hover,#mobile-footer a:hover span,#mobile-footer svg {
        color:#fff!important;
    }
    #mobile-header .icon:hover,#mobile-footer .icon:hover {
        background:transparent;
    }
    #mobile-footer span {
        display: block;
        font-size: small;
    }
    #mobile-header > * {
        position:relative;
        margin:0 10px;
        flex-basis:35px;
    }
    #mobile-header > a,#mobile-header #login_profile {
        display: flex!important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    #mobile-header .fc-filmcafese {    
        flex-grow: 1;
        text-align: center;
    }

    #main-container {
        padding-top: 70px;
    }

    #main_menu {
        display: none;
    }

    #app-menu {
        display: block;
        transition: 0.3s;
        position: fixed;
        height: calc(100vh - 70px);
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fdfeff;
        z-index: 1001;
        left: -100%;
        text-align: center;
        padding: 18px 36px;
        top: 84px;
    }

    #app-menu.visible {
        left: 0;
    }
    #app-menu .notification-par,#app-menu .nav__link span.notification-circle,#app-menu .menu-title span.notification-circle {
        display:none;
    }
    #app-menu a {
        color: #0d3344;
        text-decoration: none;

    }

    #app-menu li {
        text-align: center;
        width: 100%;
    }

    #app-menu li ul li {
        padding-bottom: 20px;
    }

    a.menu-title {
        font-weight: 700;
        padding-bottom: 20px;
        font-size: 20px;
        display: block;
        text-transform: capitalize;
        color: #0D3344;
    }
    profilemenu .submenu__link:last-of-type {
        border-top:solid 1px #333;
    }

    #app-menu li ul li a {
        font-weight: normal;
        text-transform: none;
    }

    #toggle_form {
        margin-top: 20px;
    }

    #app-register-form {
        background-color: #f6f7f9;
        padding: 15px;
        margin-bottom: 600px;
    }

    #app-register-form .big_butt {
        font-size: 15px;
        border-radius: 3px;
        display: inline-block;
        display: inherit;
        width: 70%;
        margin: 15px auto;
        padding: 10px 0;
    }

    .app-title h1 {
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }

    #membership2 {
        border: 0;
        padding: 0;
        border: 1px solid #f0f0f2;
        border-radius: 5px;
        background-color: #fefefe;
        -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.07); 
        box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.07);
    }

    #membership2-inner {
        padding: 15px;
    }

    #app-register-placeholder .col-3 {
        width: 25%;
        float: left;
        margin-right: 20px;
    }

    #app-register-placeholder .col-6 {
        width: 50%;
        float: left;
    }

    #app-register-placeholder .col-9 {
        width: calc(75% - 20px);
        float: left;
    }

    #app-register-placeholder .person-image {
        width: 80px;
        height: 80px;
        text-align: center;
        border: 2px dashed #aeb7c0;
        font-size: 12px;
        line-height: 80px;
        color: #aeb7c0;
        border-radius: 50%;
    }

    #app-register-placeholder .input-holder input {
        border: 0;
        border-bottom: 1px solid #dfe2e7;
        padding-left: 25px;
        margin-bottom: 15px;
        font-size: 15px !important;
        width: 100%;
        color: #67686a;
        position: relative;
    }

    #app-register-placeholder .input-holder {
        position: relative;
        width: 100%;
    }

    #app-register-placeholder .input-holder .field-icon {
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 1;
        color: #67686a;
        width: 18px;
        height: 18px;
    }

    .line-thru {
        margin-bottom: 30px;
    }

    .line-thru .line-thru-inner {
        position: relative;
        border-bottom: 1px solid #d3d8dc;
        width: 80%;
        text-align: center;
        font-size: 12px;
        margin: 10px auto;
    }

    .line-thru .line-thru-inner span {
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 10px;
        padding: 0 15px;
        color: #d3d8dc;
        font-style: italic;
    }

    .clear {
        clear: both;
    }

    #mobile-header {
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: #00aef0;
    }

    #mobile-header.light-version {
        transition: 0.3s;
        background-color: #fdfeff !important;
    }

     #mobile-header.light-version .dark-logotype {
        display: inline !important;
    }

    #mobile-header.light-version .light-logotype {
        display: none !important;
    }

    #mobile-header .fc-menu, #mobile-header .fc-search {
        display:none;
       /*flex-grow: 1;*/
    }

    #mobile-header .fc-search::before {
        content: none;
    }

    #mobile-header.light-version .fc-filmcafese {
        color: #0d3344;
    }

    #mobile-header.light-version .menu-icon {
        color: #00aef0;
    }

    .menu-icon {
        display: inline-block;
        background-color: transparent;
        color: #fdfeff;
        border-radius: 5px;
        padding: 5px;
        height: 35px;
        width: 35px;
    }

    .menu-icon .icon {
        position: relative;
        top: -1px;
        height: 25px;
        width: 25px;
    }
    .menu-icon .notification-circle .icon {
        height:15px;
        width:15px;
        top:0;
    }
    .notification-circle,
    a:hover .notification-circle {
        right:unset;
        top: -8px;
        left: 50%;
    }
    .menu-icon .notification-circle svg path {
        stroke: #ffffff;
        stroke-width: 2px; /*Between 1px and 2px*/
    }

    #mobile-header.light-version .menu-icon:hover,
    #mobile-header.light-version .menu-icon:active,
    #mobile-header.light-version .menu-icon:focus,
    #mobile-header.light-version .menu-icon.active_button {
        color: #00aef0 !important;
    }

    #mobile-header .menu-icon:hover,
    #mobile-header .menu-icon:active,
    #mobile-header .menu-icon:focus,
    #mobile-header .menu-icon.active_button {
        color: #fdfeff !important;
    }


    .menu-icon-menu {
        margin-right: 10px;
    }

    .menu-icon-login {
        float: right;
    }

    body.start-page #mobile-header {
        background-color: #00aef0;
    }

    body.start-page #mobile-header svg.light-logotype {
        display: inline;
    }

    
    body.start-page header svg.dark-logotype {
        display: none;
    }
    #mobile-header {
        height: 70px !important;
        z-index: 1000;
    }

    #mobile-header.light-version .icon {
        color: #0d3344;
    }

    #mobile-header #login_profile:before {
        content: "";
    }

    #login_profile:hover profilemenu, #login_profile.active_item profilemenu {
        display: inline !important;
    }

    #mobile-header #login_profile profilepic {
        border-radius: 50%;
        position: relative;
    }

    #app-menu {
        top: 70px !important;
    }
    #mobile-header input[name='search_input'] {
        top: 70px !important;
        margin-left: 0 !important;
        width: 100%;
        border-radius: 0 !important;
        display: none;
        position:absolute;
        border:none;
    }

    #mobile-header .ui-button-icon-only:before,
    #mobile-header .fc-icon:before {
        width: 0;
        height: 0;
    }

    #mobile-header .icon {
        color: #fff;
    }

    #mobile-header .fc-icon {
        text-decoration: none;
    }

    #mobile-header .fc-icon span {
        display: block;
    }

    #mobile-header profilpic {
        position: relative;
        top: 2px;
    }

    #mobile-header #login_profile profilemenu {
        position: fixed !important;
        width: 100%;
        right: -1000px;
        top: 56px !important;
        display: inline !important;
        transition: 0.3s;
    }

    #mobile-header #login_profile profilemenu.visible {
        right: 0 !important;
    }

    #mobile-header #login_profile profilemenu div {
        border: 0;
        overflow-y:auto;
        overflow-x: hidden;
        max-height:calc(100vh - 70px);
    }

    #mobile-header #login_profile profilemenu hr {
        width: 150%;
        background: #f0f0f0;
    }

    #mobile-header profilemenu .icon {
        color: #c2c2c2;
        position: relative;
        top: 6px;
        margin-right: 5px;
        width: 16px;
    }
    profilemenu span {
        padding-top:0!important;
    }
    profilemenu a.fux_link:first-of-type {
        color:#0D3344;
        text-decoration:underline!important;
        text-align:left;
    }
    #mobile-header profilemenu a {
        text-decoration: none;
        padding: 0 0 5px 0;
    }
    #mobile-header profilemenu .menu-title {
        text-transform: capitalize;
        border-left: 0;
        padding-left: 0;
        margin-top:20px;
        text-align:left;
        color: #0D3344;
        font-weight: 700;
    }

    #fade {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        display: none;
    }

    #ajax-form {
        padding-top: 60px !important;
    }

    section {
        padding-top: 0 !important;
    }
    /*Blev fel på startsidan, taggarna på nyheter
    .hs1.hs_clr_1 {
        margin-top: 16px !important;
    }*/

    ul.feed-comments li.row {
        padding-bottom: 0;
    }

    ul.feed-comments li.row .col.span_11 {
        flex: 5 80%;
    }

    ul.feed-comments li.row .comment_input_save {
        position: relative;
        top: -4px;
    }

    .feed-comments .feed-comment {
        margin-left: 16px;
    }

    .feed-comments .feed-comment a.user_tooltip {
        margin-bottom: 0;
    }

    .feed-comments .feed-comment .people-tag-date {
        margin-top: 0;
    }

    #header {
        padding-bottom: 0 !important;
    }

    #header .nav-search {
        display: none;
    }

    #hero-section {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        height: 630px;
    }

    #hero-section h1 {
        margin: auto;
        font-size: 36px;
        text-align: center;
        color: #04202D;
        width: 90%;
    }

    #hero-section .inner-background {
        height: 100%;
        background-size: 100%;
        background-position: center bottom;
    }

    #hero-section p {
        font-size: 24px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 32px;
        text-align: center;
        display: block;
    }

    #hero-section .call-to-action {
        text-align: center;
    }

    #hero-section .call-to-action .button:first-child {
        margin: 0 8px 16px 8px;
    }

    #latest-job-ads .inner-wrapper .main-header {
        margin-left: 0 !important;
    }
    .owl-stage {
        right: 0;
    }

    .owl-fade {
        display: none;
    }

    #job-ads-carousel .item {
        width: 99%;
        margin-right: 0;
    }

    #header .fc-menu {
        display: none;
    }

    h2.main-header {
        font-size: 16px;
        margin-bottom: 18px;
        border-left-width: 8px !important;
    }

    form input[type=submit], .medium_butt,.button-dialog-medium .ui-dialog-buttonpane .ui-button:nth-child(2) {
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    label input[type=date],
    label input[type=time] {
        margin-right: 0 !important;
        border: 1px solid red !important;
        width: 90% !important;
        border: 1px solid #D7D8DD !important;
        box-sizing: border-box !important;
        border-radius: 6px !important;
        padding: 8px !important;
        line-height: 20px !important;
        font-size: 16px !important;
        height: auto !important;

    }

    section#medlemmar .col.span_2 {
        -webkit-flex: 2 0 50% !important;
        flex: 2 0 50% !important;
    }

    section#mailbox form[name="mail_form"] tbody tr[role="row"] td {
        padding-right: 8px;
    }

    section#mailbox form[name="mail_form"] tbody tr[role="row"] td .mail-sender-name {
        margin-left: 0;
        top: 0;
    }

    .ui-dialog .ui-dialog-buttonpane button.mail-modal-report,
    .ui-dialog .ui-dialog-buttonpane button.mail-modal-answer,
    .ui-dialog .ui-dialog-buttonpane button.mail-modal-make-unread {
        padding: 12px 16px 12px 36px;
        background-size: 18px;
    }

    footer .footer-social-media .col.col_right {
        text-align: left !important;
        margin-top: 36px;

    }
}

/* Mobile landscape */
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
    #mobile-footer {display:none;}
}

/* ipads */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    #job-ads-carousel .item {
        width: 425px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
    #job-ads-carousel .item {
        width: auto;
    }
}

/* ipads pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)  {
    body {
        overflow-x: hidden;
    }

    .profile-menu-submenu {
        left: 22px !important;
    }
}
