
/*-----------------------------------------------------*/
/*                   SETTINGS                          */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*                   TOOLS                             */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*                   GENERIC                           */
/*-----------------------------------------------------*/
/* ----- Normalize ----- */

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-Light.ttf");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-LightItalic.ttf");
    font-display: swap;
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-Regular.ttf");
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-Italic.ttf");
    font-display: swap;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-Medium.ttf");
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-MediumItalic.ttf");
    font-display: swap;
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-SemiBold.ttf");
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-SemiBoldItalic.ttf");
    font-display: swap;
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-Bold.ttf");
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: "Bitter";
    src: url("/fonts/bitter/Bitter-BoldItalic.ttf");
    font-display: swap;
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: "KievitOT-Bold";
    src: url("/fonts/kievitOT/KievitOT-Bold.otf");
    font-display: swap;
    font-weight: 700;
    font-style: italic
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0;
}

button,
input[type='button'] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input, textarea {
    border: none;
}

button {
    border: none;
    background: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

.table-responsive {
    padding-right: 1px;
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* ----- Typography ----- */
body {
    font-family: Bitter, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 800px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    /*font-family:guardianregular;
    font-family: "Guardian Sans", sans-serif;*/
    /*TODO setja inn font*/
    font-family: Bitter, serif;
}

h1 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

h4 {
    font-size: 18px;
    font-weight: 100;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

small {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}

/*-----------------------------------------------------*/
    /*                   ELEMENTS                          */
    /*-----------------------------------------------------*/
    /* ----- Title ----- */

.heading-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* ----- Links ----- */
a {
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*-----------------------------------------------------*/
/*                   OBJECTS                           */
/*-----------------------------------------------------*/
/* ----- Section----- */
section {
    position: relative;
}

.section__content {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.section__content--w1830 {
    max-width: 1830px;
}

.section__content--p30 {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .section__content--p30 {
        padding: 0;
    }
}

.section__content--p35 {
    padding: 0 35px;
}

/* ----- Page Wrapper----- */
/*Override Grid Bootstrap*/
@media (min-width: 1200px) {
    .container {
        max-width: 1720px;
    }
}

/*Page Objects*/
.page-wrapper {
    overflow: hidden;
}

.page-container {
    background: #ffffffcc;
    padding-left: 260px;
}

@media (max-width: 991px) {
    .page-container {
        position: relative;
        top: 0px;
        padding-left: 0;
    }
}

.page-container2 {
    background: #f2f2f2;
    padding-left: 300px;
}

@media (max-width: 991px) {
    .page-container2 {
        position: relative;
        padding-left: 0;
    }
}

.page-container3 {
    background: #f7f7f7;
}

.main-content {
    padding-top: 0px;
    min-height: 100vh;
}

@media (max-width: 991px) {
    .main-content {
        padding-top: 15px;
    }
}


.fa-hover a {
    color: #666;
    font-size: 15px;
}

.fa-hover a i {
    margin-right: 10px;
}

.fa-hover a:hover {
    color: #333;
}

.main-content--pb30 {
    padding-bottom: 30px;
}

.panel{
    border: 0px !important;
}



/* ----- Form ----- */
.form-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .form-header {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.card {
    margin-bottom: 10px;
}


/* ----- Header ----- */
.header-desktop {
    background: #656565;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 260px;
    height: 75px;
    z-index: 3;
}

.header-desktop .section__content {
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .header-desktop {
        position: relative;
        top: 0;
        left: 0;
        height: 65px;
    }
}

.header-desktop .mess-dropdown {
    top: 51px;
}

.header-desktop .email-dropdown {
    top: 51px;
}

.header-desktop .notifi-dropdown {
    top: 51px;
}

@media (max-width: 991px) {
    .logo {
        text-align: center;
    }
}

.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float:right;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-wrap .account-item > .content {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-wrap .mess-dropdown {
        left: 0;
    }

    .header-wrap .mess-dropdown::before {
        left: 0;
    }

    .header-wrap .notifi-dropdown {
        left: -83px;
    }

    .header-wrap .notifi-dropdown::before {
        left: 79px;
    }
}

.header-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .header-button {
        margin-top: 0px;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}



.menu-sidebar {
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #333;
    overflow-y: auto;
}

.menu-sidebar .logo {
    background: #333;
    height: 75px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.menu-sidebar .navbar__list .navbar__sub-list {
    display: none;
    padding-left: 0px;
}

.menu-sidebar .navbar__list .navbar__sub-list li{
    padding-left: 68px;
}

/*Change li hover TODO*/
.menu-sidebar .navbar__list .navbar__sub-list li:hover {
    background-color: #cccccc;
}

.menu-sidebar .navbar__list .navbar__sub-list li a {
    padding: 4px 0;
}

.menu-sidebar .navbar__list .navbar__sub-list li a:hover {
    color: white;
}

.menu-sidebar__content {
    position: relative;
    height: -webkit-calc(100vh - 75px);
    height: -moz-calc(100vh - 75px);
    height: calc(100vh - 75px);
}

.navbar-sidebar {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 0;
}

.navbar-sidebar .navbar__list li a {
    display: block;
    color: #e5e5e5;
    font-size: 23px;
    padding: 15px 15px 5px 19px;
}

.navbar-sidebar .navbar__list li a i {
    margin-right: 19px;
}

/*Stillir sidenavbar hover color*/
    .navbar-sidebar .navbar__list li a:hover {
        color: #ffc000;
    }

.navbar-sidebar .navbar__list li.active > a {
    color: #4272d7;
}

.has-sub {
    position: relative;
}

.header-mobile {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color:#333;
}

.header-mobile .header-mobile__bar {
    padding: 0px 0;
}

.header-mobile .header-mobile-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mobile .hamburger {
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 1;
    vertical-align: top;
    background: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile .hamburger .hamburger-box {
    width: 20px;
    height: 15px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:before {
    width: 20px;
    height: 2px;
    top: 6px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:after {
    top: 12px;
    width: 20px;
    height: 2px;
}

.header-mobile .navbar-mobile {
    display: none;
    position: static;
    width: 100%;
    top: 88px;
    padding-bottom:10px;
    z-index: 20;
}

.header-mobile .navbar-mobile .navbar-mobile__list {
    background: ghostwhite;
}

.header-mobile .navbar-mobile .navbar-mobile__list > li > a {
    padding-left: 15px !important;
}

.header-mobile .navbar-mobile .navbar-mobile-sub__list li a{
    padding:0px;
}


.header-mobile .navbar-mobile .navbar-mobile__list li a {
    color: #555;
    display: block;
    padding: 7px 15px;
    padding-right: 25px;
    padding-left: 0;
    text-transform: capitalize;
    line-height: inherit;
    font-weight: bold;
}


.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
    color: #ffc000;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a > i {
    margin-right: 19px;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a:after {
    content: '\f105';
    font-family: FontAwesome, cursive;
    float: right;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a.active::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-mobile .navbar-mobile .navbar-mobile__dropdown {
    padding-left: 35px;
    display: none;
}

.navbar-mobile-sub__list {
    display: none;
    padding-left: 45px;
    background: ghostwhite;
    font-size:15px;
}

.navbar-mobile-sub__list li{
    line-height: 1.1 !important;
    font-weight: 100;
}

.header-mobile .navbar-mobile .navbar-mobile-sub__list li a {
    padding-left: 15px;
    font-weight:400;
}


.hamburger.is-active .hamburger-box .hamburger-inner:after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -12px, 0) rotate(-90deg);
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}





