﻿/* Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'Dosis Light';
    src: url("../fonts/Dosis-Light.woff2") format("woff2"), url("../fonts/Dosis-Light.woff") format("woff");
}

@font-face {
    font-family: 'Dosis Medium';
    src: url("../fonts/Dosis-Medium.woff2") format("woff2"), url("../fonts/Dosis-Medium.woff") format("woff");
}

/* General styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

h2 {
    margin-top: 0;
    font: 30px/1.2 "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

dd {
    margin-bottom: 1em;
}

body {
    margin-bottom: 186px;
    overflow-y: scroll;
    min-height: 460px;
    background-color: #fffbf8;
    background-size: cover;
    padding-right: 0 !important;
}
/* 
.loader {
    background-image: url('../images/loader.gif');
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
    text-indent: -999em;
} */

/* .tile .loader,
.tile-content .loader {
    background-image: url('../images/ajax-loader.svg');
    width: 46px;
    height: 46px;
}

.pay-now-tile .loader {
    background-image: url('../images/ajax-loader.svg');
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
} */

.pay-now-tile h3 {
    display: inline-block;

}

.forgotpassword, .page-bg {
    background-image: url("../images/Login-window.svg");
}

    .not-found-panel .not-found-404-text {
        background-image: url("../images/404_v_blue.svg");
        background-size: 350px 150px;
        display: block;
        width: 350px;
        height: 150px;
        margin: auto;
    }

.not-found-panel .not-found-text {
    font-size: 16px;
    color: #1f2d5d;
}

.error-panel,
.not-found-panel {
    margin: 20px auto;
    width: 416px;
    border: 1px solid #202d5d;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .not-found-panel .panel-body {
        padding: 30px;
    }

    .error-panel h2 {
        font-size: 72px;
    }

    .error-panel p {
        font-size: 28px;
        font-weight: 300;
    }

    .error-panel p, .error-panel .btn {
        margin-bottom: 20px;
    }

@media (max-width: 496px) {
    .error-panel {
        width: 100%;
    }
}

.tooltip-inner {
    white-space: nowrap;
}

.lead {
    background-color: #efeeef;
    padding: 16px 19px 19px;
    font: 300 20px/1.4 "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .lead h2 {
        margin-top: 0;
        font-weight: 300;
    }

    .lead p {
        margin: 0;
    }

    .lead strong, .lead b {
        font-weight: 400;
    }

.help h1:not(:first-child),
.help h2:not(:first-child),
.help h3:not(:first-child),
.help h4:not(:first-child),
.help h5:not(:first-child),
.help h6:not(:first-child) {
    margin-top: 1em;
}

.help a {
    text-decoration: underline;
}

.alternative-logo {
    display: none;
}

.highlighted {
    font-weight: 400;
}

.currency {
    text-align: right;
}

.currency-symbol {
    font-style: normal;
    font-weight: 300;
}

.margin-bottom {
    margin-bottom: 20px;
}

/* Two columns layout
-------------------------------------------------- */
@media (min-width: 768px) {
    .tiles .col-sm-6:first-of-type {
        padding-right: 10px;
    }

    .tiles .col-sm-6:last-of-type {
        padding-left: 10px;
    }
}

.twoColumnsLayout {
    margin: 0 0 20px;
}

.twoColumnsLayout-col1, .twoColumnsLayout-col2 {
    padding: 0;
}

.twoColumnsLayout .twoColumnsLayout-col2 {
    margin-top: 20px;
}

    .twoColumnsLayout .twoColumnsLayout-col2 h2 {
        font-family: "Dosis Light", "Oswald", sans-serif;
        text-transform: uppercase;
        color: #2b388f;
    }

    .twoColumnsLayout .twoColumnsLayout-col2 .spn-table, .twoColumnsLayout .twoColumnsLayout-col2 .table {
        margin-bottom: 0;
    }

    .twoColumnsLayout .twoColumnsLayout-col2.open {
        display: none;
    }

@media (min-width: 768px) {
    .twoColumnsLayout .twoColumnsLayout-col2 {
        margin-top: 0;
        padding-left: 20px;
    }

        .twoColumnsLayout .twoColumnsLayout-col2.open {
            display: block;
        }
}

@media (max-width: 360px) {
    .twoColumnsLayout .twoColumnsLayout-col1 {
        margin-bottom: 20px;
    }

    .twoColumnsLayout .col-xs-6 {
        width: 100%;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .twoColumnsLayout .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .twoColumnsLayout .twoColumnsLayout-col1 {
        width: 40%;
        float: left;
    }

    .twoColumnsLayout .twoColumnsLayout-col2 {
        width: 60%;
        float: left;
    }
}

/* Teaser
-------------------------------------------------- */
.teaser .close-teaser {
    float: right;
    font-size: 150%;
    line-height: 1;
    cursor: pointer;
    padding: 0 3px;
    margin: 2px 0 0 2px;
    color: white;
    border: 1px solid;
    border-color: transparent;
}

    .teaser .close-teaser:hover, .teaser .close-teaser:focus {
        text-decoration: none;
        border-color: white;
        border-color: rgba(255, 255, 255, 0.5);
    }

.teaser .info-text {
    margin: 10px 0;
}

/* Alerts
-------------------------------------------------- */
.alert {
    border-radius: 0;
    overflow: hidden;
    font-size: 15px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

    .alert .close {
        position: absolute;
        right: 6px;
        top: 2px;
    }

    .alert a {
        font-weight: 700;
    }

    .alert .alert_icon {
        margin-right: 25px;
        width: 44px;
        height: 44px;
        float: left;
        display: none;
    }

    .alert .message {
        line-height: 22px;
    }

@media (min-width: 992px) {
    .alert .alert_icon {
        display: block;
    }

    .alert .message {
        float: right;
        width: calc(100% - 44px - 25px);
    }

        .alert .message.one-line {
            line-height: 44px;
        }
}

.alert-danger {
    color: #821517;
    border: 1px solid #b12025;
    background-color: #f8e4e3;
}

    .alert-danger a {
        color: #d81f2f;
    }

    .alert-danger .error-icon {
        background: url("../images/error.svg") no-repeat;
    }

.alert-info {
    color: #006997;
    border-color: #0d7dbf;
    background-color: #cbe9fa;
}

    .alert-info a {
        color: #1fa0db;
    }

    .alert-info .alert_icon {
        background: url("../images/info.svg") no-repeat;
    }

.alert-success {
    color: #1d6935;
    border-color: #459343;
    background-color: #cde5be;
}

    .alert-success a {
        color: #40a848;
    }

    .alert-success .success-icon {
        background: url("../images/success.svg") no-repeat;
    }

.alert-warning {
    color: #a75425;
    border-color: #dc7527;
    background-color: #f8ecd7;
}

    .alert-warning a {
        color: #dc7527;
    }

    .alert-warning .warning-icon {
        background: url("../images/warning.svg") no-repeat;
    }

/* Login form
-------------------------------------------------- */

    /* */
    /* .login-form .help-block, .login-form h2 { */
    /*     font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif; */
    /* } */
    /* */
    /* .login-form h2 { */
    /*     text-transform: uppercase; */
    /*     font-weight: 300; */
    /*     text-align: center; */
    /*     color: #737373; */
    /*     margin-bottom: 15px; */
    /* } */
    /* */
    /* .login-form .form-group:last-of-type { */
    /*     margin-bottom: 0; */
    /* } */
    /* */
    /* .login-form .help-block { */
    /*     margin: 15px 0 0; */
    /*     font-size: 20px; */
    /* } */
    /* */
    /*     .login-form .help-block:hover { */
    /*         text-decoration: none; */
    /*     } */


/* Form styles
-------------------------------------------------- */
.spn-form label {
    font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
    font-size: 20px;
    color: #333;
}

.spn-form .form-control {
    padding: 6px;
    border-color: #cddedf;
    background-color: #f5feff;
}

    .spn-form .form-control[disabled] {
        background-color: #eee;
        border-color: #ccc;
    }

@media (min-width: 768px) and (max-width: 1200px) {
    .form-inline .form-group {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .form-inline .form-group {
        margin-right: 12px;
    }

    .short-field {
        max-width: 140px;
    }
}

.form-control {
    border-radius: 0;
    font: 14px/1.2 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .form-control.textarea-lg {
        height: 118px;
    }

.input-group-addon {
    background-color: white;
}

    .input-group-addon:hover {
        cursor: pointer;
        background-color: #e6e6e6;
    }

    .input-group-addon:last-child {
        border-radius: 0;
    }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 20px;
}

form em {
    font-style: normal;
}

.help-inline {
    color: #737373;
    font-size: 80%;
}

.btn {
    border-radius: 0;
    font: 300 20px/28px "Dosis Light", "Oswald", sans-serif;
    text-transform: uppercase;
}

    .btn .glyphicon {
        margin-right: 6px;
    }

    .btn .icon-plus {
        font-style: normal;
        font-size: 160%;
        line-height: 20px;
    }

.btn-primary {
    background-color: #0f80a4;
    border-color: #0f80a4;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #0e657a;
        outline: none;
    }

.btn-secondary {
    color: white;
    background-color: #202d5d;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: white;
        background-color: #2d3f83;
    }

.input-group-btn:last-child > .btn {
    padding: 4px 8px 5px 9px;
}

/* Validation
-------------------------------------------------- */
.validation-summary-errors {
    color: #821517;
    border: 1px solid #b12025;
    background-color: #f8e4e3;
    margin: 10px 0;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 15px;
        margin: 0;
    }

.validation-info {
    color: #dc7527;
}

label.error,
.validation-info,
.field-validation-error {
    font: 14px/1.2 "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    margin: 4px 0 0;
}

label.error,
.field-validation-error,
.required {
    color: #e00;
}

.spn-form .form-group.col-sm-6 {
    margin-bottom: 25px;
}

    .spn-form .form-group.col-sm-6 label.error {
        position: absolute;
    }

.error-box {
    background: #f2dede;
    padding: 15px;
}

/* Tabs
-------------------------------------------------- */

/* .nav-tabs > li > a {
    text-transform: uppercase;
    font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
    line-height: 1;
} */

/* @media(max-width:575px) {
    body .nav-tabs > li > a {
        font-size: 18px;
    }
} */

/* .tab-pane {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    margin-bottom: 20px;
} */

/* Vertical menu
-------------------------------------------------- */
.back-button {
    float: left;
    padding: 10px 15px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .back-button {
        display: none !important;
    }

    ul.vertical-menu.nav-pills {
        float: none;
        width: 100%;
    }
}

.vertical-menu.nav-pills {
    float: right;
    width: calc(100% - 70px);
    font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
}

    .vertical-menu.nav-pills > li + li {
        margin-top: 6px;
    }

    .vertical-menu.nav-pills.open {
        float: none;
        width: 100%;
    }

        .vertical-menu.nav-pills.open > li {
            display: block;
        }

            .vertical-menu.nav-pills.open > li.active {
                margin-top: 6px;
            }

    .vertical-menu.nav-pills > li {
        display: none;
    }

        .vertical-menu.nav-pills > li > button.highlighted-tab {
            background-color: #e06f25;
        }

        .vertical-menu.nav-pills > li > button {
            position: relative;
            display: block;
            padding: 10px 15px;
            width: 100%;
        }

        .vertical-menu.nav-pills > li > button.menu-item-disabled,
        .vertical-menu.nav-pills > li > button.menu-item-disabled:hover,
        .vertical-menu.nav-pills > li > button.menu-item-disabled:active,
        .vertical-menu.nav-pills > li > button.menu-item-disabled:focus {
            background-color: #f7a46e;
            cursor: not-allowed;
        }

            .vertical-menu.nav-pills > li > a, .vertical-menu.nav-pills > li > button {
                text-align: center;
                cursor: pointer;
                background-color: #25a9e0;
                color: white;
                border-radius: 0;
                border: none;
            }

            .vertical-menu.nav-pills > li > a:hover {
                background-color: #0e657a;
            }

        .vertical-menu.nav-pills > li.active {
            display: block;
            margin-top: 0;
        }

            .vertical-menu.nav-pills > li.active a {
                background-color: #0e657a;
            }

@media (min-width: 768px) {
    .vertical-menu.nav-pills > li {
        display: block;
    }

        .vertical-menu.nav-pills > li.active {
            margin-top: 6px;
        }

            .vertical-menu.nav-pills > li.active:first-child {
                margin-top: 0;
            }
}

/* Top menu
-------------------------------------------------- */
menu {
    padding: 0;
    margin: 0;
}

.navbar-inverse {
    background: #1f2d5d;
    border-color: #1f2d5d;
    height: 117px;
    border-radius: 0;
    color: white;
}

    .navbar-inverse .logo {
        background: url(../images/logo.svg) no-repeat left bottom;
        background-size: 191px 50px;
        color: white;
        float: left;
        font: 700 42px/1.2 "Oswald", "Dosis Light", sans-serif;
        height: 82px;
        overflow: hidden;
        text-align: left;
        text-indent: -999em;
        width: 191px;
    }

        .navbar-inverse .logo .glyphicon {
            padding: 0 7px 10px 5px;
            font-size: 46px;
            vertical-align: middle;
        }

    .navbar-inverse .navbar-toggle {
        margin: 34px 0 0;
        padding-right: 0;
        border: 0;
        position: relative;
        z-index: 2;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: transparent;
        }

.navbar-toggle .icon-bar {
    width: 44px;
    height: 4px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 8px;
    }

.menu-item-text {
    display: none;
}

.navbar .container {
    position: relative;
}

.navbar .collapse.in {
    background-color: #1f2d5d;
    width: calc(100% + 2px);
    margin: 0 -1px;
    position: absolute;
    right: 0;
    top: 115px;
    z-index: 1;
}

    .navbar .collapse.in .main-menu {
        padding: 0;
    }

    .navbar .collapse.in .menu-item {
        margin: 0;
    }

        .navbar .collapse.in .menu-item:last-child {
            margin-bottom: 0;
        }

        .navbar .collapse.in .menu-item a {
            padding: 3px 15px;
        }

            .navbar .collapse.in .menu-item a:hover {
                background-color: #2c4083;
            }

    .navbar .collapse.in .menu-icon {
        margin-right: 6px;
    }

    .navbar .collapse.in .menu-item-text {
        display: inline;
    }

.navbar .main-menu {
    padding: 34px 0;
}

    .navbar .main-menu .menu-item {
        margin-left: 27px;
    }

        .navbar .main-menu .menu-item a {
            font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
            color: white;
            padding: 0;
            display: block;
        }

            .navbar .main-menu .menu-item a:hover {
                cursor: pointer;
                text-decoration: none;
            }

        .navbar .main-menu .menu-item .menu-icon {
            display: inline-block;
            width: 48px;
            height: 48px;
            vertical-align: middle;
            font-style: normal;
            background-repeat: no-repeat;
        }

            .navbar .main-menu .menu-item .menu-icon.home-icon {
                background-image: url("../images/home.svg");
            }

            .navbar .main-menu .menu-item .menu-icon.messages-icon {
                background-image: url("../images/message.svg");
            }

            .navbar .main-menu .menu-item .menu-icon.profile-icon {
                background-image: url("../images/profile.svg");
            }

            .navbar .main-menu .menu-item .menu-icon.password-icon {
                background-image: url("../images/password.svg");
            }

            .navbar .main-menu .menu-item .menu-icon.help-icon {
                background-image: url("../images/question.svg");
            }

            .navbar .main-menu .menu-item .menu-icon.logout-icon {
                background-image: url("../images/logout.svg");
            }

/* Tiles
-------------------------------------------------- */
.twoColumnsLayout-col2 .tile:last-child {
    margin-bottom: 0;
}

.spn-tile {
    background-color: white;
    border: 1px solid #0f80a5;
    padding: 6px 13px 0;
    color: #414042;
    font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
    list-style: none;
}

    .spn-tile li {
        margin: 5px 0;
    }

    .spn-tile dt, .spn-tile label {
        font-weight: 300;
        color: #0f80a5;
        text-transform: capitalize;
    }

        .spn-tile dt:after, .spn-tile label:after {
            content: ':';
            margin: 0 7px 0 0;
            font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

    .spn-tile dd, .spn-tile output {
        padding: 0;
        font-size: inherit;
        line-height: inherit;
        display: inline-block;
    }

.spn-table-sm,
.spn-table-xs {
    display: none;
}

@media (max-width: 500px) {
    .spn-tile .currency-symbol {
        display: inline;
    }
}

@media (min-width: 768px) {
    .spn-tiles-xs .spn-tile,
    .spn-table-sm {
        display: block;
    }

    .spn-tile {
        display: none;
    }
}

@media (min-width: 992px) {
    .spn-table-xs {
        display: block;
    }

    .spn-tiles-xs .spn-tile-wrapper,
    .spn-tiles-xs .spn-tile {
        display: none;
    }
}

.tile {
    height: 117px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    color: white;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}

    .tile:hover {
        text-decoration: none;
        color: white;
        cursor: pointer;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    }

    .tile.orange-tile {
        background-color: #f7931e;
    }

        .tile.orange-tile:hover {
            background-color: #db7c1d;
        }

        .tile.orange-tile.no-cases-tile:hover {
            background-color: #f7931e;
            box-shadow: none;
            cursor: auto;
        }

    .tile.green-tile {
        background-color: #8cc640;
    }

        .tile.green-tile:hover {
            background-color: #7caa33;
        }

    .tile.blue-tile {
        background-color: #00aeef;
    }

        .tile.blue-tile:hover {
            background-color: #05a2d3;
        }

    .tile.purple-tile {
        background-color: #7a4b9e;
    }

    .tile.orange-tile.pay-now-disabled {
        cursor: not-allowed;
        background-color: #c9c9c9;
        box-shadow: none;
    }

        .tile.orange-tile.pay-now-disabled:hover {
            cursor: not-allowed;
            background-color: #c9c9c9;
            box-shadow: none;
        }

        .tile.orange-tile.pay-now-disabled:focus {
            outline: none;
        }

    .tile .tile-header h2 {
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        font-size: 20px;
        margin: 0 0 8px;
        text-transform: uppercase;
    }

    .tile .tile-content {
        width: calc(100% - 16px);
        position: absolute;
        left: 8px;
        bottom: 8px;
    }

    .tile .tile-icon {
        float: left;
        position: relative;
        display: block;
        width: 71px;
        height: 62px;
        background: no-repeat left bottom;
    }

    .tile .total-icon {
        background-image: url("../images/money.svg");
    }

    .tile .next-payments-icon {
        background-image: url("../images/moneyup.svg");
    }

    .tile .messages-icon {
        background-image: url("../images/messagebig.svg");
    }

    .tile .last-payments-icon {
        background-image: url("../images/history.svg");
    }

    .tile .headline {
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        height: 29px;
        margin-top: 4px;
    }

    .tile .data {
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        width: 75%;
        float: right;
        text-align: right;
        height: 100%;
    }

        .tile .data .data-row {
            display: table-row;
        }

            .tile .data .data-row .date, .tile .data .data-row .sum {
                display: table-cell;
            }

        .tile .data .data-row-0 .date, .tile .data .data-row-0 .sum {
            padding-bottom: 12px;
        }

        .tile .data .date {
            margin-right: 30px;
            white-space: nowrap;
        }

        .tile .data .sum {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

    .tile.tile-lg {
        min-height: 254px;
    }

        .tile.tile-lg .tile-icon {
            float: none;
            margin: 16px auto 0;
        }

        .tile.tile-lg .tile-header h2 {
            font-size: 42px;
            font-weight: 700;
            text-align: center;
            position: absolute;
            left: 0;
            width: 100%;
            top: 50%;
            margin-top: -25px;
            white-space: nowrap;
        }

        .tile.tile-lg .data {
            width: 100%;
            font-size: 32px;
            margin-bottom: 30px;
        }

            .tile.tile-lg .data .sum {
                text-align: center;
            }

/* Table and list styles
-------------------------------------------------- */
.spn-table {
    position: relative;
    margin-bottom: 20px;
    font: 300 20px/1.2 "Oswald", "Dosis Light", sans-serif;
    table-layout: fixed;
}

    .spn-table h2 {
        font-weight: 400;
    }

    .spn-table .table, .spn-table.data-table {
        margin-top: -5px;
        border-collapse: separate;
        border-spacing: 0 4px;
    }

        .spn-table .table > thead > tr > th,
        .spn-table .table > tbody > tr > td,
        .spn-table.data-table > thead > tr > th,
        .spn-table.data-table > tbody > tr > td {
            padding: 13px;
            vertical-align: middle;
        }

        .spn-table .table > thead > tr > th, .spn-table.data-table > thead > tr > th {
            font-weight: 300;
            border-bottom: 0;
        }

            .spn-table .table > thead > tr > th, .spn-table.data-table > thead > tr > th.is-aligned-right {
                text-align: right;
            }

        .spn-table .table > tbody > tr > td, .spn-table.data-table > tbody > tr > td {
            color: #414042;
            background-color: white;
            border: solid #0f80a5;
            border-width: 1px 0;
        }
            .spn-table .table > tbody > tr > td, .spn-table.data-table > tbody > tr > td.is-aligned-right {
                text-align: right;
            }

            .spn-table .table > tbody > tr > td:first-child, .spn-table.data-table > tbody > tr > td:first-child {
                border-left-width: 1px;
            }

            .spn-table .table > tbody > tr > td:last-child, .spn-table.data-table > tbody > tr > td:last-child {
                border-right-width: 1px;
            }

    .spn-table.clickable-rows tbody tr:hover td:not(.dataTables_empty) {
        cursor: pointer;
        background-color: #dff0f4;
    }

    .spn-table .row {
        margin: 0;
    }

        .spn-table .row:before,
        .spn-table .row:after {
            display: none;
        }

        .spn-table .row.data-row,
        .provider-tile {
            background-color: white;
            border: 1px solid #007698;
            margin-top: 4px;
            color: #414042;
        }

        .provider-tile {
            display: inline-block;
            width: 49%;
            font-size: 16px;
            height: 100px;
            text-align: center;
            padding-top: 28px;
        }

        .provider-tile:nth-child(even) {
            float: right;
        }

            .provider-tile:hover {
                cursor: pointer;
                background-color: #dff0f4;
            }

            .spn-table .row.data-row.clickable:hover, .spn-table .row.data-row.clickable:hover td {
                cursor: pointer;
                background-color: #dff0f4;
            }

            .spn-table .row.data-row.clickable:hover {
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
            }

    .spn-table .header-row, .spn-table th {
        color: white;
        background-color: #0f80a5;
    }

    .spn-table [class^="col-"] {
        padding: 13px;
    }

.invoices-list .table > tbody > tr > .amount-col {
    border-right-width: 1px;
}

@media (min-width: 1200px) {
    .spn-table.invoices-list .table > tbody > tr > .amount-col {
        border-right-width: 0;
    }

    .spn-table.invoices-list .currency-symbol {
        display: inline;
    }

    .spn-table.invoices-list .balance-col {
        display: table-cell;
    }
}

/* Case details
-------------------------------------------------- */
.fancy-label {
    font: 300 20px/1.2 "Oswald", "Dosis Light", sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
    color: #2b388f;
}

.case-selector {
    margin-bottom: 19px;
}

    .case-selector button {
        margin-right: 20px;
    }

.case-details {
    overflow: hidden;
}

    .case-details .td-tile {
        float: left;
        width: 100%;
        height: 88px;
        color: white;
        background-color: #66cac4;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: white;
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        padding: 14px 7px;
    }

    .case-details .td-tile.long-tile {
        padding-right: 0;
    }

    .case-details .td-tile .value {
        font-size: 21px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        min-height: 25px;
    }

    .case-details .td-tile h3 {
        font-size: 19px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 0 14px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .case-details .td-tile .btn {
        margin: 14px 7px 0;
    }

    .case-details .td-tile .btn-tile {
        background-color: #58d7cd;
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        color: #00716a;
        border-color: #00716a;
    }

        .case-details .td-tile .btn-tile:hover, .case-details .td-tile .btn-tile:focus {
            color: white;
            border-color: white;
            outline: none;
        }

    .case-details .td-tile-lg {
        padding: 0 7px;
        border-right-width: 0;
        border-left-width: 0;
        height: 176px;
        text-align: center;
        float: left;
        width: 100%;
        background-color: #25a9e0;
    }

        .case-details .td-tile-lg h3, .case-details .td-tile-lg p, .case-details .td-tile-lg .value {
            font-size: 23px;
            margin: 15px 0;
        }

        .case-details .td-tile-lg h3, .case-details .td-tile-lg p, .case-details .td-tile-lg .value.value--smallmargin {
            margin: 13px 0;
        }

.c-value.c-value--small {
    font-size: 10px !important;
    margin: 5px 0 0 0 !important;
    text-transform: uppercase;
}


.case-details .pay-now-tile:hover {
    cursor: pointer;
    background-color: #0f80a5;
    text-decoration: none;
}


@media (max-width: 500px) {
    .case-details .td-tile .currency-symbol {
        display: inline;
    }
}

@media (min-width: 360px) {
    .case-details .td-tile {
        width: 50%;
    }

        .case-details .td-tile.td-tile-lg {
            width: 100%;
        }

        .case-details .td-tile.long-tile .value {
            font-weight: 300;
            font-size: 19px;
            line-height: 25px;
        }
}

@media (min-width: 410px) {
    .case-details .td-tile.long-tile .value {
        font-size: 21px;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .case-details .tr-tiles-2 .td-tile {
        width: 50%;
    }

    .case-details .tr-tiles-3 .td-tile {
        width: 33.333%;
    }

    .case-details .tr-tiles-4 .td-tile {
        width: 25%;
    }

    .case-details .td-tile {
        width: 20%;
    }

        .case-details .td-tile.td-tile-lg {
            width: 100%;
        }

        .case-details .td-tile.long-tile .value {
            font-weight: 300;
            font-size: 18px;
        }
}

@media (min-width: 1200px) {
    .case-details .td-tile.long-tile .value {
        font-size: 21px;
        font-weight: 400;
    }
}

.document-icon {
    display: inline-block;
    width: 18px;
    height: 25px;
    vertical-align: bottom;
    background: url("../images/report-document-dark.svg") no-repeat center;
}

    .document-icon:hover {
        background-image: url("../images/report-document-hover.svg");
    }

.invoice-icon {
    display: inline-block;
    width: 18px;
    height: 25px;
    vertical-align: bottom;
    background: url("../images/report-document-dark.svg") no-repeat center;
}

    .invoice-icon:hover {
        background-image: url("../images/report-document-hover.svg");
    }

#CaseDetails .table > tbody > tr > td:last-child {
    vertical-align: inherit;
}

.case-details .pay-now-tile {
    background-color: #0e657a;
    margin: 0 -7px;
}

    .case-details .pay-now-tile h3 {
        margin: 0;
        padding: 15px 0;
    }

.case-details .pay-now-tile-disabled {
    background-color: #0e657a;
    margin: 0 -7px;
    height: 55px;
}

    .case-details .pay-now-tile-disabled:hover {
        cursor: not-allowed;
    }

    .case-details .pay-now-tile-disabled h3 {
        margin: 0;
        padding: 15px 0;
    }

    .case-details .pay-now-tile-disabled.payment-disabled h3:after {
        content: '';
        display: block;
        border-top: 1px solid white;
        position: absolute;
        width: 100%;
        top: 50%;
    }

.pay-now-tile-disabled.payment-disabled {
    background-color: #25a9e0;
}
/* Arrow box
-------------------------------------------------- */
.arrow-box, .message-box {
    position: relative;
    background: white;
    border: 2px solid #8fc4d5;
    padding: 10px 15px;
    margin-bottom: 5px;
    min-height: 244px;
}

    .arrow-box:after, .arrow-box:before {
        top: 37px;
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        display: none;
    }

@media (min-width: 768px) {
    .arrow-box:after, .arrow-box:before {
        display: block;
    }
}

.message1:after, .message1:before {
    top: 120px;
}

.message2:after, .message2:before {
    top: 203px;
}

.arrow-box:after {
    border-color: transparent;
    border-right-color: white;
    border-width: 14px;
    margin-top: -14px;
}

.arrow-box:before {
    border-color: transparent;
    border-right-color: #8fc4d5;
    border-width: 17px;
    margin-top: -17px;
}

/* Message styles
-------------------------------------------------- */
#messages-container {
    margin-bottom: 10px;
}

#new-message-form {
    margin-bottom: 15px;
}

.msg-header {
    border: 2px solid #8fc4d5;
    background: white;
    padding: 2px 7px 8px;
    margin-bottom: 5px;
}

.accordion-panel {
    font-size: 21px;
}

    .accordion-panel .msg-header.active, .accordion-panel .msg-header:hover {
        background: #ebf6f7;
    }

    .accordion-panel .msg-header:hover {
        cursor: pointer;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    }

    .accordion-panel .subject {
        line-height: 1.4;
        margin: 6px 0 0;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .accordion-panel .from {
        margin: 1px 0 0;
        font-size: 21px;
        font-weight: 300;
        position: relative;
    }

    .accordion-panel .date {
        margin: 5px 0 0;
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        font-size: 16px;
        float: right;
    }

    .accordion-panel.panel.demands-reply {
        border-top: 5px solid #f9b31d;
    }

.message-date {
    float: right;
}

/* Custom accordion
-------------------------------------------------- */
.simple-accordion .panel-title {
    font-size: 24px;
}

    .simple-accordion .panel-title a {
        display: block;
        padding: 15px;
    }

        .simple-accordion .panel-title a:hover, .simple-accordion .panel-title a:focus {
            text-decoration: none;
        }

.panel-group .panel {
    border-radius: 0;
    background: transparent;
}

.accordion-panel.panel {
    border: none;
}

    .accordion-panel.panel .inner-header {
        padding: 10px 22px;
    }

    .dispute-messages > .accordion-panel.panel .inner-header {
        padding: 3px 10px;
    }

    .accordion-panel.panel .message-header {
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .accordion-panel.panel .panel-heading {
        border-radius: 0;
        font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif;
        display: block;
        padding: 0;
        background: #0f80a4;
        color: white;
        cursor: pointer;
    }

        .accordion-panel.panel .panel-heading:hover, .accordion-panel.panel .panel-heading:focus, .accordion-panel.panel .panel-heading:active {
            background: #0e657a;
            outline: none;
        }

        .accordion-panel.panel .panel-collapse .list-group-item,
        .accordion-panel.panel .panel-heading + .panel-collapse > .panel-body {
            border: 1px solid #0f80a4;
            margin: 2px 0;
        }

    .accordion-panel.panel .panel-collapse > .list-group:last-child .list-group-item:first-child, .accordion-panel.panel .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-radius: 0;
        border: 1px solid #0f80a4;
    }

    .accordion-panel.panel .list-group {
        margin-bottom: 0;
    }

    .dispute-messages > .accordion-panel.panel .list-group-item {
        border-radius: 0;
        padding: 5px 11px;
    }

.accordion-panel.panel .list-group-item {
    border-radius: 0;
    padding: 10px 22px;
}

    .accordion-panel.panel .list-group-item-msg-body, .accordion-panel.panel .panel-body {
        word-wrap: break-word;
        font: 300 20px/1.4 "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .accordion-panel.panel .unread, .accordion-panel.panel .unread .list-group-item-msg-body {
        font-weight: 400;
        color: black;
    }

/* Notification icon
-------------------------------------------------- */
.notification-icon {
    font: normal 400 12px/1.2 "Oswald", "Dosis Light", sans-serif;
    background-color: #ea6071;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.from .new-message-icon {
    position: absolute;
    left: -18px;
    top: calc(50% - 8px);
    font-size: 16px;
}

/* Media queries
-------------------------------------------------- */
@media (max-width: 500px) {
    .theme-selector, .ext-desc {
        display: none;
    }

    .tile .data .date, .tile .info h2 {
        font-size: 16px;
    }

    .message .headline,
    .tile .currency {
        font-size: 20px;
        font-weight: normal;
    }

    .currency-symbol {
        font-weight: 300;
        display: none;
    }

    .tile-lg.tile {
        min-height: 200px;
    }

        .tile-lg.tile .tile-header h2 {
            font-size: 32px;
            top: 60%;
            margin-top: -19px;
        }

        .tile-lg.tile .tile-content {
            margin-bottom: 12px;
        }

            .tile-lg.tile .tile-content .data {
                margin-bottom: 0;
            }

    .tile-lg .currency {
        font-size: 24px;
    }

    .tile-lg .currency-symbol {
        display: inline;
    }
}

@media (min-width: 385px) {
    .currency-symbol {
        display: inline;
    }

    .invoices-list .balance-col {
        display: none;
    }
}

@media (max-width: 660px) {
    .tile .data {
        width: 70%;
    }

        .tile .data .date, .tile .info h2, .tile .data .info {
            font-size: 20px;
        }

        .provider-tile {
            min-width: 100%;
        }
}

@media (min-width: 992px) {
    .tile {
        width: 460px;
    }

        .tile .data {
            width: 68%;
        }
}

@media (min-width: 1200px) {
    .tile {
        width: 560px;
    }
}

/* Modals
-------------------------------------------------- */
.modal {
    color: #414042;
    font: 14px/1.2 "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

    .modal .modal-content {
        border-radius: 0;
        font-size: 22px;
    }

    .modal .modal-header {
        border: none;
        padding-bottom: 0;
        text-align: center;
    }

        .modal .modal-header .modal-title, .modal .modal-header .close {
            font-size: 26px;
            font-weight: 300;
        }

        .modal .modal-header .close {
            color: #0f80a5;
            opacity: 1;
        }

            .modal .modal-header .close:hover {
                color: #0e657a;
            }

    .modal .spn-table {
        margin: -4px 0 -4px;
    }

.modal-open {
    overflow-y: scroll;
}

    .provider-logo {
        height: 45px;
        display: block;
        margin: auto;
    }

    .provider-modal-body {
        font-size: 0;
    }

        /* .loader-wrapper {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #00000012;
        }

        .loader {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        } */

        .payment-confirmation {
            display: inline;
        }

.payment-confirmation-container {
    font-size: 13px;
    padding: 0px 0px 10px 0;
}

.orange-tile.no-cases-tile:hover {
    background-color: #f7931e;
    box-shadow: none;
    cursor: auto;
}

.show-more-btn {
    display: block;
    margin: -10px auto 0;
    position: relative;
    margin-bottom: 35px;
    background: url('../images/arr-light.svg') no-repeat center;
    width: 150px;
    height: 50px;
}

    .show-more-btn:hover {
        background-image: url('../images/arr-dark.svg');
    }

.page-history .show-more-btn {
    margin: 0 auto 20px;
}

.show-more-btn:hover:after {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.show-more-btn:focus:after {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.show-more-btn-container {
    margin-top: 15px;
}

.total-msg-info {
    font-family: Oswald, "Dosis Light", sans-serif;
    font-size: 18px;
    color: #0f80a4;
}

#invoice-dispute-label {
    font-family: Oswald, "Dosis Light", sans-serif;
    font-size: 18px;
    color: #0f80a4;
}

#startDate-error, #installmentAmount-error {
    position: absolute;
    left: 0;
    bottom: -20px;
    white-space: nowrap;
    display: block;
    width: 140px;
}

.installment-amount-container {
    display: block;
}

.start-date-container,
.installment-amount-container {
    position: relative;
}

@media (min-width: 768px) {
    .installment-amount-container {
        display: inline-block;
    }

    .start-date-container,
    .installment-amount-container {
        margin-bottom: 0;
    }
}

@media (min-width: 770px) and (max-width: 990px) {
    .form-inline .start-date-container {
        margin-bottom: 30px;
    }
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

#bankid_login_iframe {
    width: 100%;
    height: 720px;
    border: none;
}

#general-data-container {
    margin-bottom: 20px;
    padding: 15px 15px 10px;
    background: #fff;
    border: 1px solid #ddd;
}

    #general-data-container h2 {
        font-weight: 300;
        margin: 0;
    }

.list-name {
    font: 300 20px/28px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-button-wrapper {
    margin-top: 25px;
}

@media (max-width: 1200px) {
    .installment-item-container {
        display: block !important;
        margin-bottom: 30px !important;
    }
}

    .downloadUserDataBtnWrapper .btn {
        margin-bottom: 15px;
    }

.go-to-top-wrapper {
    border-top: 1px solid #eee;
    margin-bottom: 5px;
    padding-top: 15px;
}

@media (max-width: 380px) {
    .go-to-top-wrapper .btn,
    .downloadUserDataBtnWrapper .btn {
        text-transform: none;
    }
}

@media (min-width: 768px) {
    .downloadUserDataBtnWrapper {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
        text-align: right;
    }
}

@media print {
    footer.footer,
    .downloadUserDataBtnWrapper,
    .go-to-top-wrapper {
        display: none;
    }

    #general-data-container {
        border: none;
    }

    .card .card-body,
    .card-inside .panel-collapse {
        display: block !important;
    }

    .data-label {
        font-weight: 400 !important;
    }
}

/*Communication Acceptance*/

.communication-acceptance {
    padding-bottom: 20px;
}

    .communication-acceptance table td {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.acceptance-container:hover,
.acceptance-container input[type="checkbox"]:hover {
    cursor: pointer;
}

.communication-acceptance table th:last-child,
.communication-acceptance table tr td:last-child {
    text-align: center;
}

@media (max-width: 760px) {
    .mobile-hidden {
        display: none;
    }

    .spn-table.data-table > tbody > tr > td.contact-cell {
        border-left-width: 1px;
    }
}

@media(min-width: 768px) {
    .visible-mobile-only {
        display: none;
    }
}
@media (max-width: 767px){
    .visible-mobile-only{
        display: block;
    }
}



.card, .card-inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 15px;
}

.card-inside {
    margin-top: 10px;
}

.card-header, .card-inside-header {
    padding: 1.10rem 1.45rem;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header {
    color: #fff;
    background: #1f2d5d;
    cursor: pointer;
}

.card-inside-header.level1 {
    background-color: #4b587e;
    color: #fff;
    cursor: pointer;
}

.card-inside-header.level2 {
    background-color: #78819f;
    color: #fff;
    cursor: pointer;
}

.card-inside-header.level3 {
    background-color: #a5abbe;
    color: #202d5d;
    cursor: pointer;
}

.card-inside-header.level4 {
    background-color: #d2d6e1;
    color: #202d5d;
    cursor: pointer;
}

.card-inside-header.level5 {
    background-color: rgba(210, 214, 225, 0.8);
    color: #202d5d;
    cursor: pointer;
}

.card-inside ul {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    margin-bottom: 12px;
}

.card ul {
    list-style: none;
    padding: 10px;
}

.card-header .glyphicon,
.card-inside-header .glyphicon {
    float: right;
}

h5.card-header {
    font-size: 2.2rem;
    font-family: "Oswald", "Dosis Light", sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

h6.card-inside-header {
    font-size: 1.6rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body,
.card-inside {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.expand-all, .collapse-all {
    float: left;
    margin-right: 5px;
}

.rotate-arrow {
    transform: rotate(180deg);
}

.data-label {
    font-weight: 700;
}

.downloadUserDataBtnWrapper .btn .glyphicon {
    margin-right: 0;
}

.downloadUserDataBtnWrapper {
    text-align: right;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

@media (max-width: 760px) {
    .card-body {
        padding: 0;
    }

    .downloadUserDataBtnWrapper .btn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .downloadUserDataBtnWrapper #downloadUserDataBtn {
        max-width: 120px;
    }
}

@media (max-width: 350px) {
    .downloadUserDataBtnWrapper .btn {
        font-size: 16px;
    }
}

.vertical-menu.nav-pills > li > a.menu-item-disabled,
.vertical-menu.nav-pills > li > a.menu-item-disabled:hover,
.vertical-menu.nav-pills > li > a.menu-item-disabled:active,
.vertical-menu.nav-pills > li > a.menu-item-disabled:focus {
    background-color: #c9c9c9;
    cursor: not-allowed;
}

.registered-email {
    margin: 1.5em 0;
    font-weight: bold;
}

.no-email-registered {
    margin: 1em 0;
}

.language-menu {
    font-family: Oswald, "Dosis Light", sans-serif;
    font-weight: 300;
    font-size: 18px;
    
}

.language-menu .language-icon {
    background-image: url('../images/language.svg');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.language-text {
    font-family: Oswald, "Dosis Light", sans-serif;
    font-weight: 300;
    font-size: 24px;
}

    .language-menu .language-choice,
    .language-menu .caret {
        display: none;
    }

    .language-menu li a:focus,
    .language-menu li a:hover {
        background-color: transparent;
    }

    .language-menu .open > a,
    .language-menu .open > a:hover,
    .language-menu .open > a:focus {
        background-color: transparent;
        color: #feb54e;
    }

        .language-menu .dropdown-menu li:hover {
            background: #2c4083;
            cursor: pointer;
        }

        .language-menu .dropdown-menu .language-item {
            font-size: 16px !important;
            line-height: 30px;
        }

.language-menu .dropdown-menu {
    top: 80px;
    border-radius: 0;
    color: #fff;
    right: auto;
    background: #1f2d5d;
}

.english-flag {
    background-image: url('../images/UK.png');
}

.norwegian-flag {
    background-image: url('../images/Norway.png');
}

.swedish-flag {
    background-image: url('../images/Sweden.png');
}

.danish-flag {
    background-image: url('../images/Denmark.png');
}

.flag {
    width: 30px;
    height: 20px;
    background-size: 30px 20px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 10px;
}

.flags-container {
    float: left;
    list-style: none;
    margin-left: 27px;
    padding: 12px 0;
}

    .flags-container .flag {
        border: 1px solid #fff;
        box-sizing: content-box;
    }

.flags-container .flag:hover {
    border: 1px solid #fff;
    box-sizing: content-box;
}

.flags-container .language-item {
    display: none;
}

.flags-container li {
    display: inline-block;
}

@media (max-width: 767px) {
    .language-menu {
        display: block;
        vertical-align: middle;
    }

    .language-menu .language-icon {
        margin-right: 6px;
    }

    .language-menu .dropdown-menu li {
        padding-left: 59px;
    }

    .nav-pills.language-menu > li {
        float: none;
    }
    
    .language-menu .language-text {
        display: inline-block;
    }

    .language-menu .dropdown-toggle:hover {
        background-color: #2c4083;
    }

    .flags-container {
        float: left;
        margin-left: 0;
        padding-left: 5px;
    }
    .menu-item {
        clear: both;
    }
}

.spn-table.data-table > tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width:992px) and (max-width: 1200) {
    .spn-table.data-table > tbody > tr > td {
        font-size: 16px;
    }
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    padding-right: 13px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 50%;
    left: 0;
    right: auto;
    transform: translateY(50%);
}

table.dataTable thead .sorting:after {
    display: none;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-size: 60%;
    opacity: 1;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after {
    content: "\e094";
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\e093";
}

.payment-section .print,
.payment-section a {
    margin-bottom: 10px;
}

#case-details-table-invoices{
    padding-bottom: 20px;
}


/* .c-nav-tabs.nav-tabs li a{
    padding: 7px 20px;
    font-size: 18px;
} */

.c-help-page {
    margin: 20px 0px;
}

.c-help-page h2 {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 50px;
    margin-bottom: 0;
    background: #F7F7F7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-help-page p {
    background: #fff;
    position: relative;
    min-height: 50px;
    line-height: 1.3;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}





/* NEW CODE */

.footer {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
    background: var(--footer-background-color) !important;
    box-shadow: 0 -1px 6px rgb(0 0 0 / 16%);
}

.footer a {
    color: var(--footer-text-color);
    font-size: 16px;
}

.footerWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.footerGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    color: var(--footer-text-color);
    font-size: 16px;
    width: 100%;
}

.footerContact, .footerInfo {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footerEmail {
    display: flex;
    align-items: center;
}

.footerEmail i, .footerPhone i, .footerVersion i {
    margin-right: 5px;
}

.footerPhone, .footerVersion, .footerLogoWrapper {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.footerLogoWrapper img {
    max-height: 40px;
    width: 100%;
}

@media (max-width: 650px) {
    .footerContact, .footerInfo {
        justify-content: center;
        width: 50%;
    }
    
    .footerContact {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footerInfo {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .footerPhone, .footerVersion {
        margin: 5px 0 0 0;
        white-space: nowrap;
    }
}

/* simple-top-menu */

.c-simple-top-menu_wrapper {
    height: 60px;
    color: var(--header-text-color);
    background: var(--header-background-color);
}

.c-simple-top-menu_groupWrapper {
    display: flex;
}

.c-simple-top-menu_group {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 20px;
    height: 60px;
    width: 100%;
}

.c-simple-top-menu_groupToLeft {
    margin-left: auto;
}

.c-simple-top-menu_pageName {
    margin-left: 20px;
    color: var(--header-text-color);
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    white-space: nowrap;
}

@media(min-width: 576px) {
    .c-simple-top-menu_pageName { font-size: 20px; }
}

.c-simple-top-menu-logo
{
    max-height: 100%;
    max-width: 100%;
}

.c-simple-top-menu_nav {
    margin: 0;
}

.c-simple-top-menu_navItem {
    padding: 0 16px;
}

.c-simple-top-menu_linkIcon i {
    color: var(--header-text-color);
    font-size: 22px;
}

.c-simple-top-menu_profileLink {
    display: flex;
    align-items: center;
}


.c-simple-top-menu_profileLink:hover
{
    text-decoration: none;
}

.c-simple-top-menu_profileLinkName {
    margin: 0 0 0 12px;
    color: #fff;
    font-size: 16px;
}

.c-simple-top-menu_profileLinkName i {
    color: #fff;
    font-size: 22px;
}


.c-simple-top-menu_dropdownWrapper {
    padding: 0;
}


.c-simple-top-menu_dropdownWrapper .icon {
    margin-right: 10px;
}

.dropdown {
    background: none !important;
}

.dropdownHeader {
    padding: 0 20px;
    color: #fff !important;
    font-size: 16px !important;
}

.dropdownHeader:after{
     content: "";
     display: inline-block;
     margin-left: 10px;
     vertical-align: 10px;
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent;
}

.c-simple-top-menu_langOptionListItem {
    padding: 12px 12px;
}

.c-simple-top-menu_langIcon {
    margin: 0 8px 0 0;
}

.dropdown {
    position: relative;
    height: 100%;
}

.dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 100%;
    right: 0px;
    width: 200px;
    background-color: white;
    position: absolute;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.dropdown li {
    padding: 10px 16px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.dropdown li .flag {
    margin-left: 0;
    margin-right: 10px;
}

.dropdown li:last-child {
    border-bottom: none;
}

.dropdown li:hover {
    background-color: #e5e5e5;
}

.dropdown .selected {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

    .dropdown .selected .indicator {
        margin-left: 10px;
        width: 0px;
        height: 0px;
        border: 5px solid;
        border-color: white transparent transparent transparent;
        border-top: 5px solid;
        border-bottom: 0px solid;
    }

    .dropdown .flag {
        width: 22px;
        height: 16px;
        background-image: url("../images/flags.png");
        background-size: cover;
    }
}

.dropdown .english-flag {
    background-position: 0 0;
}

.dropdown .norwegian-flag {
    background-position: 0 -16px;
}

.dropdown .swedish-flag {
    background-position: 0 64px;
}

.dropdown .danish-flag {
    background-position: 0 47px;
}

.dropdown .spanish-flag {
    background-position: 0px 32px;
}

.dropdown .arabic-flag {
    background-position: 0 16px;
}