﻿/* 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
-------------------------------------------------- */
.lead {
  background: linear-gradient(135deg, #f2f5f6 0, #e3eaed 37%, #c8d7dc 100%);
  padding: 16px 19px 19px;
  font:
    300 20px/1.4 "Roboto Condensed",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.forgotpassword {
  background-image: url("../../images/body-background.png");
}
/* 
.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;
} */

/*Error Page
-------------------------------------------------- */
.error-page {
  background-image: url("../../images/body-background.png");
}

.error-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;
}

.error-panel h2 {
  font-size: 72px;
}

.error-panel p {
  font-size: 28px;
  font-weight: 300;
}

.error-panel p,
.error-panel .btn {
  margin-bottom: 20px;
}

/*Teaser - cookies information
-------------------------------------------------- */

/*Changing the background of the teaser*/
/*.teaser {
    background-color:;
    color:;
}*/

.teaser .close-teaser:hover,
.teaser .close-teaser:focus {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.5);
}

.teaser .close-teaser {
  color: #fff;
  border-color: transparent;
}

/*Alerts
-------------------------------------------------- */
.alert {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border-radius: 0;
}

.alert .alert_icon {
  margin-right: 25px;
  width: 44px;
  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;
}

/*Login form
-------------------------------------------------- */

/* .login-form .help-block, */
/* .login-form h2 { */
/*     font: 300 24px/1.2 "Oswald", "Dosis Light", sans-serif; */
/* } */
/* */
/* .login-form .help-block { */
/*     font-size: 20px; */
/* } */
/* */
/* .login-form h2 { */
/*     text-transform: uppercase; */
/*     font-weight: 300; */
/*     text-align: center; */
/*     color: #737373; */
/*     margin-bottom: 15px; */
/* } */

.idporten-logo {
  width: 100%;
  height: 130px;
}

.idporten-logo img {
  max-width: 100%;
  max-height: 100%;
}
/*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;
}

.form-control {
  border-radius: 0;
  font:
    14px/1.2 "Roboto",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.input-group-addon {
  background-color: white;
}

.input-group-addon:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}

.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;
}

/*Validation
-------------------------------------------------- */
.validation-summary-errors {
  color: #821517;
  border: 1px solid #b12025;
  background-color: #f8e4e3;
  margin: 10px 0;
}

.validation-info {
  color: #dc7527;
}

label.error,
.validation-info,
.field-validation-error {
  font:
    14px/1.2 "Roboto Condensed",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

label.error,
.field-validation-error,
.required {
  color: #e00;
}

/* Tabs
-------------------------------------------------- */
.nav-tabs > li > a {
  text-transform: uppercase;
  font:
    300 24px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
  line-height: 1;
}

/* .tab-pane {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    margin-bottom: 20px;
} */

/* Vertical menu
-------------------------------------------------- */
.vertical-menu.nav-pills {
  font:
    300 24px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
}

.vertical-menu.nav-pills > li > a {
  text-align: center;
  cursor: pointer;
  background-color: #25a9e0;
  color: white;
  border-radius: 0;
}

.vertical-menu.nav-pills > li > a:hover {
  background-color: #0e657a;
}

.vertical-menu.nav-pills > li.active a {
  background-color: #0e657a;
}

/*Top menu
-------------------------------------------------- */
.navbar-inverse {
  background: #1f2d5d;
  border-color: #1f2d5d;
  height: 117px;
  border-radius: 0;
  color: white;
}

.navbar-inverse .logo {
  background: url(../../images/logo.png) no-repeat left bottom;
  background-size: 262px 50px;
  height: 82px;
  width: 262px;
}

.navbar .collapse.in {
  background-color: #1f2d5d;
}

.navbar .collapse.in .menu-item a:hover {
  background-color: #2c4083;
}

.navbar .main-menu .menu-item a {
  font:
    300 24px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
  color: white;
}

.navbar .main-menu .menu-item .menu-icon {
  width: 48px;
  height: 48px;
}

/*Changing menu icons*/
.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");
}

.navbar .main-menu .menu-item .menu-icon.chat-icon {
  background-image: url("../../images/chat.svg");
  cursor: pointer;
}

/*Changing icons to text*/
/*.navbar .main-menu .menu-item .menu-icon {
    display: none;
}

.menu-item-text {
    display: block;
}

.tooltip {
    display: none !important;
}

.navbar .main-menu .menu-item {
    margin-left: 15px;
}*/

/*Tiles
/*-------------------------------------------------- */

.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 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;
}

.tile {
  height: 117px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  color: white;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
}

.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 .tile-header h2 {
  font:
    300 24px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
  font-size: 20px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.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 .data {
  font:
    300 24px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
}

.orange-tile.no-cases-tile:hover {
  background-color: #f7931e;
}

/* Table and list styles
-------------------------------------------------- */
.spn-table {
  font:
    300 20px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
}

.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 .row.data-row {
  background-color: white;
  border: 1px solid #0f80a5;
  margin-top: 4px;
  color: #414042;
}

.spn-table .header-row,
.spn-table th {
  color: white;
  background-color: #0f80a5;
}

.spn-table .table,
.spn-table.data-table {
  margin-top: -5px;
  border-collapse: separate;
  border-spacing: 0 4px;
}

/* Case details
-------------------------------------------------- */
.fancy-label {
  font:
    300 20px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  color: #2b388f;
}

.case-details .td-tile {
  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;
}

.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 {
  border-right-width: 0;
  border-left-width: 0;
  height: 176px;
  text-align: center;
  background-color: #25a9e0;
}

.case-details .pay-now-tile:hover {
  background-color: #0f80a5;
  text-decoration: none;
}

.document-icon {
  width: 18px;
  height: 25px;
  background: url("../../images/report-document-dark.svg") no-repeat center;
}

.invoice-icon {
  width: 18px;
  height: 25px;
  background: url("../../images/report-document-dark.svg") no-repeat center;
}

.document-icon:hover {
  background-image: url("../../images/report-document-hover.svg");
}

.case-details .pay-now-tile {
  background-color: #0e657a;
}

/* Message styles
-------------------------------------------------- */
.message-box {
  position: relative;
  background: white;
  border: 2px solid #8fc4d5;
  padding: 10px 15px;
  margin-bottom: 5px;
  min-height: 244px;
}

.msg-header {
  border: 2px solid #8fc4d5;
  background: white;
  padding: 2px 7px 8px;
  margin-bottom: 5px;
}

.accordion-panel .date {
  margin: 5px 0 0;
  font:
    300 24px/1.2 "Oswald",
    "Dosis Light",
    sans-serif;
  font-size: 16px;
}

.accordion-panel.panel.demands-reply {
  border-top: 5px solid #f9b31d;
}

.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-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;
}

.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;
  text-indent: -999em;
}

.show-more-btn:hover {
  background-image: url("../../images/arr-dark.svg");
}

.show-more-btn:hover::after {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.show-more-btn:focus::after {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.total-msg-info {
  font-family: Oswald, "Dosis Light", sans-serif;
  font-size: 18px;
  color: #0f80a4;
}

/* Notification icon
-------------------------------------------------- */
.notification-icon {
  background-color: #ea6071;
  color: white;
}

/* Modals
-------------------------------------------------- */
.modal {
  color: #414042;
  font:
    14px/1.2 "Roboto Condensed",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 300;
}

.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;
}
