.page-updated {
    position: fixed;
    right: 40px;
    bottom: 20px;
}

    .page-updated p.small-paragraph {
        font-size: 80% !important;
    }

@media (max-width: 767px) {
    .page-updated {
        position: relative;
        float: right;
        margin-top: 40px;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.page-content img {
    max-width: 100%;
}

.page-content {
    padding-bottom: 15px;
}

.navbar {
    z-index: 200;
    background-color: #5052FF;
    border: none;
    box-shadow: 2px 0px 10px rgba(0,0,0,0.2);
    letter-spacing: 0.05em;
    font-size: 12px;
    margin-bottom: 0px;
    overflow: hidden;
}

.navbar-collapse.collapse.in {
    border: none;
}

@media (min-width: 768px) {
    div.navbar-brand {
        background-image: url('images/logo_white.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 150px !important;
    }

    a.navbar-brand {
        border-bottom: 1px solid #6262FF;
        width: 100%;
        padding: 50px 70px 20px 70px;
    }
}

@media (max-width: 768px) {
    div.navbar-brand {
        background-image: url('images/logo_white.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        margin-top: -30px;
    }

    a.navbar-brand {
        border-bottom: 1px solid #6262FF;
        width: 100%;
    }
}

.page-content {
    padding-right: 0;
}

    .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
        font-weight: 300;
        font-weight: 500;
        color: #111;
    }

    .page-content h1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-content h3 {
        margin-top: 40px !important;
        margin-bottom: 17px !important;
    }

    .page-content p {
        font-family: 'Open Sans';
        font-weight: 500;
        line-height: 1.45;
        color: #444;
        font-size: 18px !important;
    }

.full-width-image img {
    width: 100%;
}

.full-width-image .container-fluid, .full-width-image .column {
    padding-left: 0;
    padding-right: 0;
}

.full-width-image .row {
    margin-right: 0;
}
/* Login form */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        /*margin-bottom: 10px;
    */
        /*border-top-left-radius: 0;
     border-top-right-radius: 0;
    */
    }

    .form-signin button[type="submit"] {
        margin-top: 10px;
        /*border-top-left-radius: 0;
     border-top-right-radius: 0;
    */
    }

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}
/* App container */
#appframe-container {
    width: 100%;
    height: 100%;
}

#appframe {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border: none;
}
/* Download program */
.hife-download-program-agreement-file {
    font-size: 20px;
}

.fa {
    display: inline-block;
    margin-right: 5px;
}

.round {
    width: 55px !important;
    height: 55px;
}

@media (max-width: 480px) {
    .round {
        //height: 55px;
        //width: 55px !important;
    }

    .page-content h1 {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page-content h3 {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 768px) {
    .round {
        //height: 130px;
        //width: 130px !important;
    }
}

.hife-download-program-agreement {
}

.hife-download-program-agreement-accept-terms {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #eee;
    border-color: #bcdff1;
    color: #31708f;
    padding-top: 2.25rem;
    display: none;
}

#hife-file-download-link.disabled {
    color: grey !important;
}
/* Anton CSS */
img {
    margin-right: auto !important;
    display: block;
    margin-left: auto !important;
}
/*b, strong {
    font-weight: bold;
    color: #111;
    font-size: 16px;
}*/
.navbar-default .navbar-toggle {
    border-color: transparent;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

@media (min-width: 1500px) {
    div.navbar-brand {
        background-image: url(images/logo_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        position: relative;
        left: 25%;
        margin-bottom: 35px;
        height: 140px !important;
    }
}

@media (min-width: 768px) {
    div.navbar-brand {
        background-image: url(images/logo_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px !important;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff1a;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}

.navbar-fixed-side .navbar-nav > li > a:hover, .navbar-fixed-side .navbar-nav > li > a:focus, .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:hover, .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.1);
    transition: all 0.3s;
    padding-left: 17px;
}

.navbar-fixed-side .navbar-nav > li > a {
    transition: all 0.3s;
}

.languages a {
    transition: all 0.3s;
    margin-top: 25px !important;
}

    .languages a:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        border-radius: 50%;
        transform: translateY(-3px);
    }
/* */
/* Languages */
.languages {
    margin: 10px;
}

    .languages a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 100% 100% !important;
        margin: 3px;
    }

        .languages a:active {
            border: 2px solid #fff;
            border-radius: 50%;
        }

    .languages .se {
        background: url('languages/sweden.png') no-repeat center;
    }

    .languages .en {
        background: url('languages/united-kingdom.png') no-repeat center;
    }

    .languages .de {
        background: url('languages/germany.png') no-repeat center;
    }

sup {
    font-size: 25%;
    vertical-align: baseline;
    position: relative;
    top: -2em;
}

/* HIFE i praktiken */
.information .list-group-item{
    border:none;
}

.information .list-group-item div.text p{
    font-size:16px !important;
}

.information  img {
    margin-left: 0 !important;
    margin-right: 0 !important;
}