﻿/*!
 * Nordic Cool 3 (http://ux.visma.com/weblibrary/latest/)
 * Version 3.8
 */
/**
 * Local fonts declaration - Nordic Cool 3
*/
@font-face {
  font-family: "OpenSansFallback";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/subset-OpenSans-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/subset-OpenSans-Light.woff') format('woff');
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/subset-OpenSansLight-Italic.woff2') format('woff2'), url('../fonts/subset-OpenSansLight-Italic.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/subset-OpenSans.woff2') format('woff2'), url('../fonts/subset-OpenSans.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/subset-OpenSans-Italic.woff2') format('woff2'), url('../fonts/subset-OpenSans-Italic.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/subset-OpenSans-Semibold.woff2') format('woff2'), url('../fonts/subset-OpenSans-Semibold.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/subset-OpenSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/subset-OpenSans-SemiboldItalic.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/subset-OpenSans-Bold.woff2') format('woff2'), url('../fonts/subset-OpenSans-Bold.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/subset-OpenSans-BoldItalic.woff2') format('woff2'), url('../fonts/subset-OpenSans-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/subset-OpenSans-Extrabold.woff2') format('woff2'), url('../fonts/subset-OpenSans-Extrabold.woff') format('woff');
}
@font-face {
  font-family: "OpenSansFallback";
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/subset-OpenSans-ExtraboldItalic.woff2') format('woff2'), url('../fonts/subset-OpenSans-ExtraboldItalic.woff') format('woff');
}
/*
 * Scaffolding - Nordic Cool 3
 */
html,
body {
  height: 100%;
}
body,
label,
button,
a,
p {
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
}
body {
  position: relative;
  /* For scrollyspy */
  background: #ebebeb;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
img:not([alt]) {
  border: 1px solid #ebb972;
}
/* Footer */
footer {
  clear: both;
  padding: 10px;
  font-size: 10px;
  text-align: center;
}
footer img {
  margin: 0 7px;
  vertical-align: bottom;
}
/*
 * Typography - Nordic Cool 3
 */
ul li,
ol li {
  line-height: 145%;
}
ol {
  padding-left: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  ol {
    padding-left: 20px;
  }
}
p,
span {
  line-height: 145%;
}
a {
  cursor: pointer;
  color: #0974b3;
  text-decoration: underline;
}
a:hover {
  color: #0089d9;
}
a:focus {
  color: #0974b3;
  outline: 1px solid #0089d9;
  outline-offset: 1px;
}
body,
label,
button {
  margin: 0px;
  color: #282828;
  font-size: 14px;
  font-weight: normal;
  line-height: 145%;
}
b,
strong {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 145%;
}
h1,
.h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
}
h1.heading-primary,
.h1.heading-primary {
  color: #0974b3;
}
h2,
.h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 200;
  border-bottom: 1px solid #dcdcdc;
}
h2.heading-primary,
.h2.heading-primary {
  color: #0974b3;
}
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
}
h3.heading-primary,
.h3.heading-primary {
  padding-bottom: 0;
  border: 0;
  color: #0974b3;
  font-weight: 200;
}
h4,
.h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: regular;
}
h4.heading-primary,
.h4.heading-primary {
  color: #0974b3;
}
h5,
.h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
h5.heading-primary,
.h5.heading-primary {
  color: #0974b3;
}
h6,
.h6 {
  font-weight: normal;
}
h6.heading-primary,
.h6.heading-primary {
  color: #0974b3;
}
h3 small,
.h3 small,
h3 .small,
.h3 .small {
  font-size: 75%;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-weight: 200;
}
h4.text-disabled,
h4.text-primary,
h4.text-error,
h4.text-default,
h3.text-disabled,
h3.text-primary,
h3.text-error,
h3.text-default,
h2.text-disabled,
h2.text-primary,
h2.text-error,
h2.text-default,
h1.text-disabled,
h1.text-primary,
h1.text-error,
h1.text-default {
  margin-bottom: 15px;
  font-weight: 200;
}
hr {
  display: block;
  clear: both;
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 0px;
  border-bottom: 1px solid #dcdcdc;
}
hr.hr-default {
  border-color: #dcdcdc;
}
hr.hr-primary {
  border-color: #0974b3;
}
hr.hr-disabled {
  border-color: #a0a0a0;
}
hr.hr-error {
  border-color: #C72828;
}
code {
  padding: 1px 4px;
  font-size: 100%;
}
.lead {
  font-weight: 200;
  font-size: 18px;
}
/* text direction */
.right-direction {
  direction: rtl;
}
.left-direction {
  direction: ltr;
}
/* Page header */
.page-header {
  padding-bottom: 4px;
  border-bottom-color: #dcdcdc;
}
.page-header h1 {
  margin: 0;
}
/**
 * Visma icons - Nordic Cool 3
*/
/* Catchall baseclass */
.vismaicon {
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vismaicon:before {
  display: block;
  content: "" !important;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.vismaicon:hover:before {
  background-position: -58px 0;
}
.vismaicon:active:before,
.vismaicon.active:before {
  background-position: 0px 0;
}
.vismaicon.disabled:before {
  background-position: -29px 0;
}
.vismaicon.vismaicon-sm:before {
  width: 16px;
  height: 16px;
}
.vismaicon.vismaicon-sm:hover:before {
  background-position: -42px 0;
}
.vismaicon.vismaicon-sm.disabled:before {
  background-position: -21px 0;
}
.vismaicon.vismaicon-filled:before,
.vismaicon.vismaicon-filled:hover:before,
.vismaicon.vismaicon-filled:active:before,
.vismaicon.vismaicon-filled.disabled:before {
  background-image: url(../img/vismaicons/informative-filled-icons/24_informative_icons.svg);
}
.vismaicon.vismaicon-filled.vismaicon-sm:before {
  width: 16px;
  height: 16px;
  background-image: url(../img/vismaicons/informative-filled-icons/16_informative_icons.svg);
}
.vismaicon.vismaicon-filled.vismaicon-lg:before {
  width: 50px;
  height: 50px;
  background-image: url(../img/vismaicons/informative-filled-icons/50_informative_icons.svg);
}
.vismaicon.vismaicon-menu {
  top: 0;
  width: 47px;
  height: 42px;
  padding: 9px 12px;
  border-left: 1px solid #1a85c3;
  color: #fff;
}
.vismaicon.vismaicon-menu:before {
  content: '';
  background-position: 0 0;
}
.vismaicon.vismaicon-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.vismaicon.vismaicon-dropdown-menu {
  width: 42px;
  height: 42px;
}
.vismaicon.vismaicon-dropdown-menu:before {
  content: '';
  width: 42px;
  height: 42px;
  background-position: -79px 9px;
}
.vismaicon.vismaicon-dropdown-menu:hover {
  background-color: #f0f9ff;
}
.vismaicon.vismaicon-dropdown-menu:active,
.vismaicon.vismaicon-dropdown-menu.vismaicon-active {
  background-color: #f0f0f0;
  -webkit-box-shadow: 1px 1px 0 #e2e2e2 inset, -1px -1px 0 #e2e2e2 inset;
  box-shadow: 1px 1px 0 #e2e2e2 inset, -1px -1px 0 #e2e2e2 inset;
}
.vismaicon.vismaicon-dropdown-menu:active:before,
.vismaicon.vismaicon-dropdown-menu.vismaicon-active:before {
  background-position: -35px 9px;
}
.navbar .nav .icon .vismaicon:not(.vismaicon-menu) {
  top: 9px;
  left: 11px;
}
.navbar .nav .icon .vismaicon:not(.vismaicon-menu):before {
  background-position: -87px 0px;
}
.dropdown.open .vismaicon.vismaicon-menu:before {
  background-position: -44px 0;
}
.selected > .vismaicon:before {
  background-position: -145px 0;
}
/**** Individual icons - worksurface icons ****/
.vismaicon-adjust-hours:before {
    background-image: url(../img/vismaicons/worksurface/24_adjust_hours.svg);
}
.vismaicon-adjust-hours.vismaicon-sm:before {
    background-image: none;
}
.vismaicon-print:before {
  background-image: url(../img/vismaicons/worksurface/24_print.svg);
}
.vismaicon-print.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_print.svg);
}
.vismaicon-edit:before {
  background-image: url(../img/vismaicons/worksurface/24_edit.svg);
}
.vismaicon-edit.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_edit.svg);
}
.vismaicon-history:before {
    background-image: url(../img/vismaicons/worksurface/24_history.svg);
}
.vismaicon-history.vismaicon-sm:before {
    background-image: url(../img/vismaicons/worksurface/16_history.png);
}
.vismaicon-save:before {
  background-image: url(../img/vismaicons/worksurface/24_save.svg);
}
.vismaicon-save.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_save.svg);
}
.vismaicon-delete:before {
  background-image: url(../img/vismaicons/worksurface/24_delete.svg);
}
.vismaicon-delete.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_delete.svg);
}
.vismaicon-attach:before {
  background-image: url(../img/vismaicons/worksurface/24_attach.svg);
}
.vismaicon-attach.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_attach.svg);
}
.vismaicon-briefcase:before {
  background-image: url(../img/vismaicons/worksurface/24_briefcase.svg);
}
.vismaicon-briefcase.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_briefcase.svg);
}
.vismaicon-new:before {
  background-image: url(../img/vismaicons/worksurface/24_new.svg);
}
.vismaicon-new.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_new.svg);
}
.vismaicon-comment:before {
  background-image: url(../img/vismaicons/worksurface/24_comment.svg);
}
.vismaicon-comment.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_comment.svg);
}
.vismaicon-unread-comment:before {
  background-image: url(../img/vismaicons/worksurface/24_unread_comment.svg);
}
.vismaicon-unread-comment.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_unread_comment.svg);
}
.vismaicon-add-comment:before {
  background-image: url(../img/vismaicons/worksurface/24_add_comment.svg);
}
.vismaicon-add-comment.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_add_comment.svg);
}
.vismaicon-zoom-in:before {
  background-image: url(../img/vismaicons/worksurface/24_zoom_in.svg);
}
.vismaicon-zoom-in.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_zoom_in.svg);
}
.vismaicon-zoom-out:before {
  background-image: url(../img/vismaicons/worksurface/24_zoom_out.svg);
}
.vismaicon-zoom-out.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_zoom_out.svg);
}
.vismaicon-undo:before {
  background-image: url(../img/vismaicons/worksurface/24_undo.svg);
}
.vismaicon-undo.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_undo.svg);
}
.vismaicon-redo:before {
  background-image: url(../img/vismaicons/worksurface/24_redo.svg);
}
.vismaicon-redo.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_redo.svg);
}
.vismaicon-flag:before {
  background-image: url(../img/vismaicons/worksurface/24_flag.svg);
}
.vismaicon-flag.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_flag.svg);
}
.vismaicon-cut:before {
  background-image: url(../img/vismaicons/worksurface/24_cut.svg);
}
.vismaicon-cut.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_cut.svg);
}
.vismaicon-copy:before {
  background-image: url(../img/vismaicons/worksurface/24_copy.svg);
}
.vismaicon-copy.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_copy.svg);
}
.vismaicon-paste:before {
  background-image: url(../img/vismaicons/worksurface/24_paste.svg);
}
.vismaicon-paste.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_paste.svg);
}
.vismaicon-report:before {
  background-image: url(../img/vismaicons/worksurface/24_report.svg);
}
.vismaicon-report.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_report.svg);
}
.vismaicon-home:before {
  background-image: url(../img/vismaicons/worksurface/24_home.svg);
}
.vismaicon-home.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_home.svg);
}
.vismaicon-refresh:before {
  background-image: url(../img/vismaicons/worksurface/24_refresh.svg);
}
.vismaicon-refresh.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_refresh.svg);
}
.vismaicon-user:before {
  background-image: url(../img/vismaicons/worksurface/24_user.svg);
}
.vismaicon-user.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_user.svg);
}
.vismaicon-users:before {
  background-image: url(../img/vismaicons/worksurface/24_users.svg);
}
.vismaicon-users.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_users.svg);
}
.vismaicon-time:before {
  background-image: url(../img/vismaicons/worksurface/24_time.svg);
}
.vismaicon-time.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_time.svg);
}
.vismaicon-reminder:before {
  background-image: url(../img/vismaicons/worksurface/24_reminder.svg);
}
.vismaicon-reminder.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_reminder.svg);
}
.vismaicon-search:before {
  background-image: url(../img/vismaicons/worksurface/24_search.svg);
}
.vismaicon-search.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_search.svg);
}
.vismaicon-note:before {
  background-image: url(../img/vismaicons/worksurface/24_note.svg);
}
.vismaicon-note.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_note.svg);
}
.vismaicon-graphs:before {
  background-image: url(../img/vismaicons/worksurface/24_graphs.svg);
}
.vismaicon-graphs.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_graphs.svg);
}
.vismaicon-email:before {
  background-image: url(../img/vismaicons/worksurface/24_email.svg);
}
.vismaicon-email.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_email.svg);
}
.vismaicon-employee:before {
  background-image: url(../img/vismaicons/worksurface/24_employee.svg);
}
.vismaicon-employee.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_employee.svg);
}
.vismaicon-phone:before {
  background-image: url(../img/vismaicons/worksurface/24_phone.svg);
}
.vismaicon-phone.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_phone.svg);
}
.vismaicon-locked:before {
  background-image: url(../img/vismaicons/worksurface/24_locked.svg);
}
.vismaicon-locked.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_locked.svg);
}
.vismaicon-unlocked:before {
  background-image: url(../img/vismaicons/worksurface/24_unlocked.svg);
}
.vismaicon-unlocked.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_unlocked.svg);
}
.vismaicon-money:before {
  background-image: url(../img/vismaicons/worksurface/24_money.svg);
}
.vismaicon-money.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_money.svg);
}
.vismaicon-web:before {
  background-image: url(../img/vismaicons/worksurface/24_web.svg);
}
.vismaicon-web.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_web.svg);
}
.vismaicon-open:before {
  background-image: url(../img/vismaicons/worksurface/24_open.svg);
}
.vismaicon-open.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_open.svg);
}
.vismaicon-upload:before {
  background-image: url(../img/vismaicons/worksurface/24_upload.svg);
}
.vismaicon-upload.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_upload.svg);
}
.vismaicon-download:before {
  background-image: url(../img/vismaicons/worksurface/24_download.svg);
}
.vismaicon-download.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_download.svg);
}
.vismaicon-preview:before {
  background-image: url(../img/vismaicons/worksurface/24_preview.svg);
}
.vismaicon-preview.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_preview.svg);
}
.vismaicon-favourite:before {
  background-image: url(../img/vismaicons/worksurface/24_favourite.svg);
}
.vismaicon-favourite.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_favourite.svg);
}
.vismaicon-like:before {
  background-image: url(../img/vismaicons/worksurface/24_like.svg);
}
.vismaicon-like.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_like.svg);
}
.vismaicon-dislike:before {
  background-image: url(../img/vismaicons/worksurface/24_dislike.svg);
}
.vismaicon-dislike.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_dislike.svg);
}
.vismaicon-filter:before {
  background-image: url(../img/vismaicons/worksurface/24_filter.svg);
}
.vismaicon-filter.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_filter.svg);
}
.vismaicon-office-word:before {
  background-image: url(../img/vismaicons/worksurface/24_word.svg);
}
.vismaicon-office-word.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_word.svg);
}
.vismaicon-office-powerpoint:before {
  background-image: url(../img/vismaicons/worksurface/24_powerpoint.svg);
}
.vismaicon-office-powerpoint.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_powerpoint.svg);
}
.vismaicon-office-excel:before {
  background-image: url(../img/vismaicons/worksurface/24_excel.svg);
}
.vismaicon-office-excel.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_excel.svg);
}
.vismaicon-export:before {
  background-image: url(../img/vismaicons/worksurface/24_export.svg);
}
.vismaicon-export.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_export.svg);
}
.vismaicon-pdf:before {
  background-image: url(../img/vismaicons/worksurface/24_pdf.svg);
}
.vismaicon-pdf.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_pdf.svg);
}
.vismaicon-changelog:before {
  background-image: url(../img/vismaicons/worksurface/24_changelog.svg);
}
.vismaicon-changelog.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_changelog.svg);
}
.vismaicon-replace:before {
  background-image: url(../img/vismaicons/worksurface/24_replace.svg);
}
.vismaicon-replace.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-break:before {
  background-image: url(../img/vismaicons/worksurface/24_break.svg);
}
.vismaicon-break.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-drag:before {
  background-image: url(../img/vismaicons/worksurface/24_Drag.svg);
}
.vismaicon-drag.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-image-document:before {
  background-image: url(../img/vismaicons/worksurface/24_image_document.svg);
}
.vismaicon-image-document.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-xml-document:before {
  background-image: url(../img/vismaicons/worksurface/24_xml_document.svg);
}
.vismaicon-xml-document.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-add-user:before {
  background-image: url(../img/vismaicons/worksurface/24_add_user.svg);
}
.vismaicon-add-user.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_add_user.png);
}
.vismaicon-alert:before {
  background-image: url(../img/vismaicons/worksurface/24_alert.svg);
}
.vismaicon-alert.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-announcement:before {
  background-image: url(../img/vismaicons/worksurface/24_announcement.svg);
}
.vismaicon-announcement.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-archive-document:before {
  background-image: url(../img/vismaicons/worksurface/24_archive_document.svg);
}
.vismaicon-archive-document.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-breadcrumb-folder:before {
  background-image: url(../img/vismaicons/worksurface/24_breadcrumb_folder.svg);
}
.vismaicon-breadcrumb-folder.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-contract:before {
  background-image: url(../img/vismaicons/worksurface/24_contract.svg);
}
.vismaicon-contract.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-database:before {
  background-image: url(../img/vismaicons/worksurface/24_database.svg);
}
.vismaicon-database.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-detach:before {
  background-image: url(../img/vismaicons/worksurface/24_detach.svg);
}
.vismaicon-detach.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-document-info:before {
  background-image: url(../img/vismaicons/worksurface/24_document_info.svg);
}
.vismaicon-document-info.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-education:before {
  background-image: url(../img/vismaicons/worksurface/24_education.svg);
}
.vismaicon-education.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-enter-full-screen:before {
  background-image: url(../img/vismaicons/worksurface/24_enter_full_screen.svg);
}
.vismaicon-enter-full-screen.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-exit-full-screen:before {
  background-image: url(../img/vismaicons/worksurface/24_exit_full_screen.svg);
}
.vismaicon-exit-full-screen.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-evaluate:before {
  background-image: url(../img/vismaicons/worksurface/24_evaluate.svg);
}
.vismaicon-evaluate.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-exclude:before {
  background-image: url(../img/vismaicons/worksurface/24_exclude.svg);
}
.vismaicon-exclude.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-folder-building:before {
  background-image: url(../img/vismaicons/worksurface/24_folder_building.svg);
}
.vismaicon-folder-building.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-hourglass:before {
  background-image: url(../img/vismaicons/worksurface/24_hourglass.svg);
}
.vismaicon-hourglass.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-link:before {
  background-image: url(../img/vismaicons/worksurface/24_link.svg);
}
.vismaicon-link.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-location:before {
  background-image: url(../img/vismaicons/worksurface/24_location.svg);
}
.vismaicon-location.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-logon-failed:before {
  background-image: url(../img/vismaicons/worksurface/24_logon_failed.svg);
}
.vismaicon-logon-failed.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-lunch:before {
  background-image: url(../img/vismaicons/worksurface/24_lunch.svg);
}
.vismaicon-lunch.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-note-blank:before {
  background-image: url(../img/vismaicons/worksurface/24_note_blank.svg);
}
.vismaicon-note-blank.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-note-filled:before {
  background-image: url(../img/vismaicons/worksurface/24_note_filled.svg);
}
.vismaicon-note-filled.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-office-building:before {
  background-image: url(../img/vismaicons/worksurface/24_office_building.svg);
}
.vismaicon-office-building.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-panel:before {
  background-image: url(../img/vismaicons/worksurface/24_panel.svg);
}
.vismaicon-panel.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-price:before {
  background-image: url(../img/vismaicons/worksurface/24_price.svg);
}
.vismaicon-price.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-rotate-ccw:before {
  background-image: url(../img/vismaicons/worksurface/24_rotate_ccw.svg);
}
.vismaicon-rotate-ccw.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-rotate-cw:before {
  background-image: url(../img/vismaicons/worksurface/24_rotate_cw.svg);
}
.vismaicon-rotate-cw.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-secret-document:before {
  background-image: url(../img/vismaicons/worksurface/24_secret_document.svg);
}
.vismaicon-secret-document.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-send:before {
  background-image: url(../img/vismaicons/worksurface/24_send.svg);
}
.vismaicon-send.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-sending-failed:before {
  background-image: url(../img/vismaicons/worksurface/24_sending_failed.svg);
}
.vismaicon-sending-failed.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-shared:before {
  background-image: url(../img/vismaicons/worksurface/24_shared_with_me.svg);
}
.vismaicon-shared.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-sound:before {
  background-image: url(../img/vismaicons/worksurface/24_sound.svg);
}
.vismaicon-sound.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-text-document:before {
  background-image: url(../img/vismaicons/worksurface/24_text_document.svg);
}
.vismaicon-text-document.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-undifined-document:before {
  background-image: url(../img/vismaicons/worksurface/24_undifined_document.svg);
}
.vismaicon-undifined-document.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-user-folder:before {
  background-image: url(../img/vismaicons/worksurface/24_user_folder.svg);
}
.vismaicon-user-folder.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-user-placeholder:before {
  background-image: url(../img/vismaicons/worksurface/24_user_placeholder.svg);
}
.vismaicon-user-placeholder.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-video:before {
  background-image: url(../img/vismaicons/worksurface/24_video.svg);
}
.vismaicon-video.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-xml:before {
  background-image: url(../img/vismaicons/worksurface/24_xml.svg);
}
.vismaicon-xml.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-filter-column:before {
  background-image: url(../img/vismaicons/worksurface/24_filter_column.svg);
}
.vismaicon-filter-column.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-agreement:before {
  background-image: url(../img/vismaicons/worksurface/24_agreement.svg);
}
.vismaicon-agreement.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-change-owner:before {
  background-image: url(../img/vismaicons/worksurface/24_change_owner.svg);
}
.vismaicon-change-owner.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-change-with:before {
  background-image: url(../img/vismaicons/worksurface/24_change_with.svg);
}
.vismaicon-change-with.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-coffee-break:before {
  background-image: url(../img/vismaicons/worksurface/24_coffee_break.svg);
}
.vismaicon-coffee-break.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-comment-chat:before {
  background-image: url(../img/vismaicons/worksurface/24_comment_chat.svg);
}
.vismaicon-comment-chat.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-comment-community:before {
  background-image: url(../img/vismaicons/worksurface/24_comment_community.svg);
}
.vismaicon-comment-community.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-comment-web-reply:before {
  background-image: url(../img/vismaicons/worksurface/24_comment_web_reply.svg);
}
.vismaicon-comment-web-reply.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-date-picker:before {
  background-image: url(../img/vismaicons/worksurface/24_date_picker.svg);
}
.vismaicon-date-picker.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-encrypted-pdf:before {
  background-image: url(../img/vismaicons/worksurface/24_encrypted_pdf.svg);
}
.vismaicon-encrypted-pdf.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-graph:before {
  background-image: url(../img/vismaicons/worksurface/24_graph.svg);
}
.vismaicon-graph.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-jira:before {
  background-image: url(../img/vismaicons/worksurface/24_jira.svg);
}
.vismaicon-jira.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-list-view:before {
  background-image: url(../img/vismaicons/worksurface/24_list_view.svg);
}
.vismaicon-list-view.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-payroll-calculations:before {
  background-image: url(../img/vismaicons/worksurface/24_payroll_calculations.svg);
}
.vismaicon-payroll-calculations.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-platform-cloud:before {
  background-image: url(../img/vismaicons/worksurface/24_platform_cloud.svg);
}
.vismaicon-platform-cloud.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-platform-mobile:before {
  background-image: url(../img/vismaicons/worksurface/24_platform_mobile.svg);
}
.vismaicon-platform-mobile.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-report-blue:before {
  background-image: url(../img/vismaicons/worksurface/24_report_blue.svg);
}
.vismaicon-report-blue.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-sort-list:before {
  background-image: url(../img/vismaicons/worksurface/24_sort_list.svg);
}
.vismaicon-sort-list.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-storage:before {
  background-image: url(../img/vismaicons/worksurface/24_storage.svg);
}
.vismaicon-storage.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-tile-view:before {
  background-image: url(../img/vismaicons/worksurface/24_tile_view.svg);
}
.vismaicon-tile-view.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-user-list-1:before {
  background-image: url(../img/vismaicons/worksurface/24_user_list_1.svg);
}
.vismaicon-user-list-1.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-user-list-2:before {
  background-image: url(../img/vismaicons/worksurface/24_user_list_2.svg);
}
.vismaicon-user-list-2.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-help:before {
  background-image: url(../img/vismaicons/worksurface/24_help.svg);
}
.vismaicon-help.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-alarm:before {
  background-image: url(../img/vismaicons/worksurface/24_alarm.svg);
}
.vismaicon-alarm.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_pdf.svg);
}
.vismaicon-information:before {
  background-image: none;
}
.vismaicon-information.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_information.svg);
}
.vismaicon-bell:before {
  background-image: none;
}
.vismaicon-bell.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_signalisation_bell.svg);
}
.vismaicon-remove-bell:before {
  background-image: none;
}
.vismaicon-remove-bell.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_remove_signalisation_bell.svg);
}
.vismaicon-summarize:before {
  background-image: none;
}
.vismaicon-summarize.vismaicon-sm:before {
  background-image: url(../img/vismaicons/worksurface/16_summarize.svg);
}
/**** Social icons ****/
.vismaicon-facebook:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_facebook.svg);
}
.vismaicon-flickr:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_flickr.svg);
}
.vismaicon-google:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_google.svg);
}
.vismaicon-linkedin:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_linkedin.svg);
}
.vismaicon-pinterest:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_pinterest.svg);
}
.vismaicon-skype:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_skype.svg);
}
.vismaicon-tumblr:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_tumblr.svg);
}
.vismaicon-twitter:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_twitter.svg);
}
.vismaicon-vimeo:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_vimeo.svg);
}
.vismaicon-youtube:before {
  background-image: url(../img/vismaicons/social-media/24_socialmedia_youtube.svg);
}
/**** Action icons - Circle action icons ****/
.vismaicon-menu-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_menu.svg);
}
.vismaicon-menu-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_menu.svg);
}
.vismaicon-add-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_add.svg);
}
.vismaicon-add-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_add.svg);
}
.vismaicon-add2-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_add2.svg);
}
.vismaicon-add2-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_add2.svg);
}
.vismaicon-remove-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_remove.svg);
}
.vismaicon-remove-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_remove.svg);
}
.vismaicon-ok-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_ok.svg);
}
.vismaicon-ok-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_ok.svg);
}
.vismaicon-cancel-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_cancel.svg);
}
.vismaicon-cancel-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_cancel.svg);
}
.vismaicon-cancel-gray-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_cancel-grey.svg);
}
.vismaicon-cancel-gray-circle.vismaicon-sm:before {
  background-image: none;
}
.vismaicon-arrow-up-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_arrow_up.svg);
}
.vismaicon-arrow-up-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_arrow_up.svg);
}
.vismaicon-arrow-down-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_arrow_down.svg);
}
.vismaicon-arrow-down-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_arrow_down.svg);
}
.active > .vismaicon-arrow-down-circle:before {
  background-position: -87px 0px;
}
.vismaicon-arrow-left-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_arrow_left.svg);
}
.vismaicon-arrow-left-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_arrow_left.svg);
}
.vismaicon-arrow-right-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_arrow_right.svg);
}
.vismaicon-arrow-right-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_arrow_right.svg);
}
.vismaicon-expand-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_expand.svg);
}
.vismaicon-expand-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_expand.svg);
}
.vismaicon-collapse-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_collapse.svg);
}
.vismaicon-collapse-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_collapse.svg);
}
.vismaicon-other-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_other.svg);
}
.vismaicon-other-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_other.svg);
}
.vismaicon-forward-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_forward.svg);
}
.vismaicon-forward-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_forward.svg);
}
.vismaicon-rewind-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_rewind.svg);
}
.vismaicon-rewind-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_rewind.svg);
}
.vismaicon-pause-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_pause.svg);
}
.vismaicon-pause-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_pause.svg);
}
.vismaicon-play-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_play.svg);
}
.vismaicon-play-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_play.svg);
}
.vismaicon-first-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_first.svg);
}
.vismaicon-first-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_first.svg);
}
.vismaicon-last-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_last.svg);
}
.vismaicon-last-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_last.svg);
}
.vismaicon-move-up-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_up.svg);
}
.vismaicon-move-up-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_up.svg);
}
.vismaicon-move-down-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_down.svg);
}
.vismaicon-move-down-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_down.svg);
}
.vismaicon-move-left-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_left.svg);
}
.vismaicon-move-left-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_left.svg);
}
.vismaicon-move-right-circle:before {
  background-image: url(../img/vismaicons/action-icons/24_right.svg);
}
.vismaicon-move-right-circle.vismaicon-sm:before {
  background-image: url(../img/vismaicons/action-icons/16_right.svg);
}
/**** Interface controls icons ****/
.vismaicon-datepicker:before {
  background-image: url(../img/vismaicons/interface-controls/datepicker.svg);
}
.vismaicon-autocomplete:before {
  background-image: url(../img/vismaicons/interface-controls/autocomplete.svg);
}
.vismaicon-multiselection:before {
  background-image: url(../img/vismaicons/interface-controls/multiselection.svg);
}
/**** Top menu icons ****/
.vismaicon-menu.vismaicon-user:before {
  background-image: url(../img/vismaicons/top_menu/menu_user.svg);
}
.vismaicon-menu.vismaicon-user-settings:before {
  background-image: url(../img/vismaicons/top_menu/menu_user_settings.svg);
}
.vismaicon-menu.vismaicon-settings:before {
  background-image: url(../img/vismaicons/top_menu/menu_settings.svg);
}
.vismaicon-menu.vismaicon-help:before {
  background-image: url(../img/vismaicons/top_menu/menu_help.svg);
}
.vismaicon-menu.vismaicon-logout:before {
  background-image: url(../img/vismaicons/top_menu/menu_logout.svg);
}
.vismaicon-menu.vismaicon-search:before {
  background-image: url(../img/vismaicons/top_menu/menu_search.svg);
}
.vismaicon-menu.vismaicon-info:before {
  background-image: url(../img/vismaicons/top_menu/menu_info.svg);
}
.vismaicon-menu.vismaicon-shopping-cart:before {
  background-image: url(../img/vismaicons/top_menu/menu_shopping_cart.svg);
}
.vismaicon-menu.vismaicon-message:before {
  background-image: url(../img/vismaicons/top_menu/menu_message.svg);
}
.vismaicon-menu.vismaicon-home:before {
  background-image: url(../img/vismaicons/top_menu/menu_home.svg);
}
.vismaicon-menu.vismaicon-library:before {
  background-image: url(../img/vismaicons/top_menu/menu_library.svg);
}
.vismaicon-menu.vismaicon-calendar:before {
  background-image: url(../img/vismaicons/top_menu/menu_calendar.svg);
}
.vismaicon-menu.vismaicon-location:before {
  background-image: url(../img/vismaicons/top_menu/menu_location.svg);
}
.vismaicon-menu.vismaicon-document-production:before {
  background-image: url(../img/vismaicons/top_menu/menu_document_production.svg);
}
.vismaicon-menu.vismaicon-tool:before {
  background-image: url(../img/vismaicons/top_menu/menu_tool.svg);
}
.vismaicon-menu.vismaicon-phone:before {
  background-image: url(../img/vismaicons/top_menu/menu_phone.svg);
}
.vismaicon-menu.vismaicon-reminder:before {
  background-image: url(../img/vismaicons/top_menu/menu_reminder.svg);
}
.vismaicon-menu.vismaicon-favorites:before {
  background-image: url(../img/vismaicons/top_menu/menu_favorites.svg);
}
/**** Dropdown menu icons ****/
.vismaicon-dropdown-menu.vismaicon-user:before {
  background-image: url(../img/vismaicons/top_menu/menu_user.svg);
}
.vismaicon-dropdown-menu.vismaicon-user-settings:before {
  background-image: url(../img/vismaicons/top_menu/menu_user_settings.svg);
}
.vismaicon-dropdown-menu.vismaicon-settings:before {
  background-image: url(../img/vismaicons/top_menu/menu_settings.svg);
}
.vismaicon-dropdown-menu.vismaicon-help:before {
  background-image: url(../img/vismaicons/top_menu/menu_help.svg);
}
.vismaicon-dropdown-menu.vismaicon-logout:before {
  background-image: url(../img/vismaicons/top_menu/menu_logout.svg);
}
.vismaicon-dropdown-menu.vismaicon-search:before {
  background-image: url(../img/vismaicons/top_menu/menu_search.svg);
}
.vismaicon-dropdown-menu.vismaicon-info:before {
  background-image: url(../img/vismaicons/top_menu/menu_info.svg);
}
.vismaicon-dropdown-menu.vismaicon-shopping-cart:before {
  background-image: url(../img/vismaicons/top_menu/menu_shopping_cart.svg);
}
.vismaicon-dropdown-menu.vismaicon-message:before {
  background-image: url(../img/vismaicons/top_menu/menu_message.svg);
}
.vismaicon-dropdown-menu.vismaicon-home:before {
  background-image: url(../img/vismaicons/top_menu/menu_home.svg);
}
.vismaicon-dropdown-menu.vismaicon-library:before {
  background-image: url(../img/vismaicons/top_menu/menu_library.svg);
}
.vismaicon-dropdown-menu.vismaicon-calendar:before {
  background-image: url(../img/vismaicons/top_menu/menu_calendar.svg);
}
.vismaicon-dropdown-menu.vismaicon-location:before {
  background-image: url(../img/vismaicons/top_menu/menu_location.svg);
}
.vismaicon-dropdown-menu.vismaicon-doc-production:before {
  background-image: url(../img/vismaicons/top_menu/menu_document_production.svg);
}
.vismaicon-dropdown-menu.vismaicon-tool:before {
  background-image: url(../img/vismaicons/top_menu/menu_tool.svg);
}
/**** Informative filled icons ****/
.vismaicon-filled.vismaicon-success:before {
  background-position: 0px 0;
}
.vismaicon-filled.vismaicon-error:before {
  background-position: -29px 0;
}
.vismaicon-filled.vismaicon-warning:before {
  background-position: -58px 0;
}
.vismaicon-filled.vismaicon-info:before {
  background-position: -87px 0;
}
.vismaicon-filled.vismaicon-help:before {
  background-position: -116px 0;
}
/* large */
.vismaicon-lg.vismaicon-filled.vismaicon-success:before {
  background-position: 0px 0;
}
.vismaicon-lg.vismaicon-filled.vismaicon-error:before {
  background-position: -55px 0;
}
.vismaicon-lg.vismaicon-filled.vismaicon-warning:before {
  background-position: -110px 0;
}
.vismaicon-lg.vismaicon-filled.vismaicon-info:before {
  background-position: -165px 0;
}
.vismaicon-lg.vismaicon-filled.vismaicon-help:before {
  background-position: -220px 0;
}
/* small */
.vismaicon-sm.vismaicon-filled.vismaicon-success:before {
  background-position: 0px 0;
}
.vismaicon-sm.vismaicon-filled.vismaicon-error:before {
  background-position: -21px 0;
}
.vismaicon-sm.vismaicon-filled.vismaicon-warning:before {
  background-position: -42px 0;
}
.vismaicon-sm.vismaicon-filled.vismaicon-info:before {
  background-position: -63px 0;
}
.vismaicon-sm.vismaicon-filled.vismaicon-help:before {
  background-position: -84px 0;
}
/* Using the icons */
.btn-toolbar .btn-group .btn .vismaicon[class*="-circle"] {
  top: 0px;
}
.btn-toolbar .btn-group .btn .vismaicon.vismaicon-sm[class*="-circle"] {
  top: -1px;
}
.btn-toolbar .btn-group .btn .vismaicon {
  top: 0px;
}
.btn .vismaicon {
  top: -2px;
  vertical-align: middle;
}
.btn .vismaicon-sm {
  top: -2px;
  left: -2px;
}
.btn:hover .vismaicon:before {
  background-position: -58px 0;
}
.btn:hover .vismaicon.vismaicon-sm:before {
  background-position: -42px 0;
}
.btn:active .vismaicon:before,
.btn:active .vismaicon.vismaicon-sm:before {
  background-position: 0 0;
}
.btn.btn-primary .vismaicon:before,
.btn.btn-primary .vismaicon:hover:before,
.btn.btn-primary:hover .vismaicon:before {
  background-position: -64px 0px;
}
.btn-lg .vismaicon {
  top: -1px;
  left: -3px;
}
.btn-lg .vismaicon-sm {
  top: 0;
}
.btn-primary.btn-lg .vismaicon:before,
.btn-primary.btn-lg .vismaicon:hover:before,
.btn-primary.btn-lg:hover .vismaicon:before {
  background-position: -87px 0px;
}
.btn.dropdown-toggle .vismaicon {
  margin-right: 6px;
}
/* Responsive */
@media (pointer: coarse) {
  .vismaicon.vismaicon-menu.active,
  .vismaicon.vismaicon-menu:hover {
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
  }
  .vismaicon.vismaicon-menu.active:before,
  .vismaicon.vismaicon-menu:hover:before {
    background-position: -44px 0;
  }
}
/*
 * Grids - Nordic Cool 3
 */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.row > [class^="col-"] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--table-bg);
  outline: .1rem solid var(--border-color);
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.row .col-sm {
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
}
@media (max-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: none;
    width: unset;
  }
  .col-sm-pull-1,
  .col-sm-pull-2,
  .col-sm-pull-3,
  .col-sm-pull-4,
  .col-sm-pull-5,
  .col-sm-pull-6,
  .col-sm-pull-7,
  .col-sm-pull-8,
  .col-sm-pull-9,
  .col-sm-pull-10,
  .col-sm-pull-11,
  .col-sm-pull-12 {
    right: unset;
  }
  .col-sm-push-1,
  .col-sm-push-2,
  .col-sm-push-3,
  .col-sm-push-4,
  .col-sm-push-5,
  .col-sm-push-6,
  .col-sm-push-7,
  .col-sm-push-8,
  .col-sm-push-9,
  .col-sm-push-10,
  .col-sm-push-11,
  .col-sm-push-12 {
    left: unset;
  }
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    margin-left: 0;
    margin-left: unset;
  }
}
/* max-width: @screen-sm-max (768px) */
/* Grid re-styles ( Visma ) */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-md-0-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-md-5-5,
.col-md-6-5,
.col-md-7-5,
.col-md-8-5,
.col-md-9-5,
.col-md-10-5,
.col-md-11-5,
.col-xs-0-5,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5,
.col-xs-6-5,
.col-xs-7-5,
.col-xs-8-5,
.col-xs-9-5,
.col-xs-10-5,
.col-xs-11-5,
.col-sm-0-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-sm-5-5,
.col-sm-6-5,
.col-sm-7-5,
.col-sm-8-5,
.col-sm-9-5,
.col-sm-10-5,
.col-sm-11-5,
.col-lg-0-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-lg-5-5,
.col-lg-6-5,
.col-lg-7-5,
.col-lg-8-5,
.col-lg-9-5,
.col-lg-10-5,
.col-lg-11-5 {
  padding-right: 20px;
  padding-left: 20px;
}
.row-inside [class*="col-md-"] {
  padding-right: 0px;
}
.row-inside [class*="col-md-"]:first-child {
  padding-left: 0px;
}
/* Half grids */
.col-md-0-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-md-5-5,
.col-md-6-5,
.col-md-7-5,
.col-md-8-5,
.col-md-9-5,
.col-md-10-5,
.col-md-11-5,
.col-xs-0-5,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5,
.col-xs-6-5,
.col-xs-7-5,
.col-xs-8-5,
.col-xs-9-5,
.col-xs-10-5,
.col-xs-11-5,
.col-sm-0-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-sm-5-5,
.col-sm-6-5,
.col-sm-7-5,
.col-sm-8-5,
.col-sm-9-5,
.col-sm-10-5,
.col-sm-11-5,
.col-lg-0-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-lg-5-5,
.col-lg-6-5,
.col-lg-7-5,
.col-lg-8-5,
.col-lg-9-5,
.col-lg-10-5,
.col-lg-11-5 {
  position: relative;
  min-height: 1px;
}
.col-xs-0-5,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5,
.col-xs-6-5,
.col-xs-7-5,
.col-xs-8-5,
.col-xs-9-5,
.col-xs-10-5,
.col-xs-11-5,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-11-5 {
  width: 95.833335%;
}
.col-xs-10-5 {
  width: 87.5001%;
}
.col-xs-9-5 {
  width: 79.16665%;
}
.col-xs-8-5 {
  width: 70.83335%;
}
.col-xs-7-5 {
  width: 62.5%;
}
.col-xs-6-5 {
  width: 54.16665%;
}
.col-xs-5-5 {
  width: 45.83335%;
}
.col-xs-4-5 {
  width: 37.5%;
}
.col-xs-3-5 {
  width: 29.16665%;
}
.col-xs-2-5 {
  width: 20.83335%;
}
.col-xs-1-5 {
  width: 12.4999%;
}
.col-xs-0-5 {
  width: 4.166665%;
}
.col-xs-pull-11-5 {
  right: 95.833335%;
}
.col-xs-pull-10-5 {
  right: 87.5001%;
}
.col-xs-pull-9-5 {
  right: 79.16665%;
}
.col-xs-pull-8-5 {
  right: 70.83335%;
}
.col-xs-pull-7-5 {
  right: 62.5%;
}
.col-xs-pull-6-5 {
  right: 54.16665%;
}
.col-xs-pull-5-5 {
  right: 45.83335%;
}
.col-xs-pull-4-5 {
  right: 37.5%;
}
.col-xs-pull-3-5 {
  right: 29.16665%;
}
.col-xs-pull-2-5 {
  right: 20.83335%;
}
.col-xs-pull-1-5 {
  right: 12.4999%;
}
.col-xs-pull-0-5 {
  right: 4.166665%;
}
.col-xs-push-11-5 {
  left: 95.833335%;
}
.col-xs-push-10-5 {
  left: 87.5001%;
}
.col-xs-push-9-5 {
  left: 79.16665%;
}
.col-xs-push-8-5 {
  left: 70.83335%;
}
.col-xs-push-7-5 {
  left: 62.5%;
}
.col-xs-push-6-5 {
  left: 54.16665%;
}
.col-xs-push-5-5 {
  left: 45.83335%;
}
.col-xs-push-4-5 {
  left: 37.5%;
}
.col-xs-push-3-5 {
  left: 29.16665%;
}
.col-xs-push-2-5 {
  left: 20.83335%;
}
.col-xs-push-1-5 {
  left: 12.4999%;
}
.col-xs-push-0-5 {
  left: 4.166665%;
}
.col-xs-offset-11-5 {
  margin-left: 95.833335%;
}
.col-xs-offset-10-5 {
  margin-left: 87.5001%;
}
.col-xs-offset-9-5 {
  margin-left: 79.16665%;
}
.col-xs-offset-8-5 {
  margin-left: 70.83335%;
}
.col-xs-offset-7-5 {
  margin-left: 62.5%;
}
.col-xs-offset-6-5 {
  margin-left: 54.16665%;
}
.col-xs-offset-5-5 {
  margin-left: 45.83335%;
}
.col-xs-offset-4-5 {
  margin-left: 37.5%;
}
.col-xs-offset-3-5 {
  margin-left: 29.16665%;
}
.col-xs-offset-2-5 {
  margin-left: 20.83335%;
}
.col-xs-offset-1-5 {
  margin-left: 12.4999%;
}
.col-xs-offset-0-5 {
  margin-left: 4.166665%;
}
/* Full grids */
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .col-sm-0-5,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-6-5,
  .col-sm-7-5,
  .col-sm-8-5,
  .col-sm-9-5,
  .col-sm-10-5,
  .col-sm-11-5,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-11-5 {
    width: 95.833335%;
  }
  .col-sm-10-5 {
    width: 87.5001%;
  }
  .col-sm-9-5 {
    width: 79.16665%;
  }
  .col-sm-8-5 {
    width: 70.83335%;
  }
  .col-sm-7-5 {
    width: 62.5%;
  }
  .col-sm-6-5 {
    width: 54.16665%;
  }
  .col-sm-5-5 {
    width: 45.83335%;
  }
  .col-sm-4-5 {
    width: 37.5%;
  }
  .col-sm-3-5 {
    width: 29.16665%;
  }
  .col-sm-2-5 {
    width: 20.83335%;
  }
  .col-sm-1-5 {
    width: 12.4999%;
  }
  .col-sm-0-5 {
    width: 4.166665%;
  }
  .col-sm-pull-11-5 {
    right: 95.833335%;
  }
  .col-sm-pull-10-5 {
    right: 87.5001%;
  }
  .col-sm-pull-9-5 {
    right: 79.16665%;
  }
  .col-sm-pull-8-5 {
    right: 70.83335%;
  }
  .col-sm-pull-7-5 {
    right: 62.5%;
  }
  .col-sm-pull-6-5 {
    right: 54.16665%;
  }
  .col-sm-pull-5-5 {
    right: 45.83335%;
  }
  .col-sm-pull-4-5 {
    right: 37.5%;
  }
  .col-sm-pull-3-5 {
    right: 29.16665%;
  }
  .col-sm-pull-2-5 {
    right: 20.83335%;
  }
  .col-sm-pull-1-5 {
    right: 12.4999%;
  }
  .col-sm-pull-0-5 {
    right: 4.166665%;
  }
  .col-sm-push-11-5 {
    left: 95.833335%;
  }
  .col-sm-push-10-5 {
    left: 87.5001%;
  }
  .col-sm-push-9-5 {
    left: 79.16665%;
  }
  .col-sm-push-8-5 {
    left: 70.83335%;
  }
  .col-sm-push-7-5 {
    left: 62.5%;
  }
  .col-sm-push-6-5 {
    left: 54.16665%;
  }
  .col-sm-push-5-5 {
    left: 45.83335%;
  }
  .col-sm-push-4-5 {
    left: 37.5%;
  }
  .col-sm-push-3-5 {
    left: 29.16665%;
  }
  .col-sm-push-2-5 {
    left: 20.83335%;
  }
  .col-sm-push-1-5 {
    left: 12.4999%;
  }
  .col-sm-push-0-5 {
    left: 4.166665%;
  }
  .col-sm-offset-11-5 {
    margin-left: 95.833335%;
  }
  .col-sm-offset-10-5 {
    margin-left: 87.5001%;
  }
  .col-sm-offset-9-5 {
    margin-left: 79.16665%;
  }
  .col-sm-offset-8-5 {
    margin-left: 70.83335%;
  }
  .col-sm-offset-7-5 {
    margin-left: 62.5%;
  }
  .col-sm-offset-6-5 {
    margin-left: 54.16665%;
  }
  .col-sm-offset-5-5 {
    margin-left: 45.83335%;
  }
  .col-sm-offset-4-5 {
    margin-left: 37.5%;
  }
  .col-sm-offset-3-5 {
    margin-left: 29.16665%;
  }
  .col-sm-offset-2-5 {
    margin-left: 20.83335%;
  }
  .col-sm-offset-1-5 {
    margin-left: 12.4999%;
  }
  .col-sm-offset-0-5 {
    margin-left: 4.166665%;
  }
  /* Full grids */
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/* min-width: @screen-sm-min (769px) */
@media (min-width: 992px) {
  .col-md-0-5,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-6-5,
  .col-md-7-5,
  .col-md-8-5,
  .col-md-9-5,
  .col-md-10-5,
  .col-md-11-5,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-11-5 {
    width: 95.833335%;
  }
  .col-md-10-5 {
    width: 87.5001%;
  }
  .col-md-9-5 {
    width: 79.16665%;
  }
  .col-md-8-5 {
    width: 70.83335%;
  }
  .col-md-7-5 {
    width: 62.5%;
  }
  .col-md-6-5 {
    width: 54.16665%;
  }
  .col-md-5-5 {
    width: 45.83335%;
  }
  .col-md-4-5 {
    width: 37.5%;
  }
  .col-md-3-5 {
    width: 29.16665%;
  }
  .col-md-2-5 {
    width: 20.83335%;
  }
  .col-md-1-5 {
    width: 12.4999%;
  }
  .col-md-0-5 {
    width: 4.166665%;
  }
  .col-md-pull-11-5 {
    right: 95.833335%;
  }
  .col-md-pull-10-5 {
    right: 87.5001%;
  }
  .col-md-pull-9-5 {
    right: 79.16665%;
  }
  .col-md-pull-8-5 {
    right: 70.83335%;
  }
  .col-md-pull-7-5 {
    right: 62.5%;
  }
  .col-md-pull-6-5 {
    right: 54.16665%;
  }
  .col-md-pull-5-5 {
    right: 45.83335%;
  }
  .col-md-pull-4-5 {
    right: 37.5%;
  }
  .col-md-pull-3-5 {
    right: 29.16665%;
  }
  .col-md-pull-2-5 {
    right: 20.83335%;
  }
  .col-md-pull-1-5 {
    right: 12.4999%;
  }
  .col-md-pull-0-5 {
    right: 4.166665%;
  }
  .col-md-push-11-5 {
    left: 95.833335%;
  }
  .col-md-push-10-5 {
    left: 87.5001%;
  }
  .col-md-push-9-5 {
    left: 79.16665%;
  }
  .col-md-push-8-5 {
    left: 70.83335%;
  }
  .col-md-push-7-5 {
    left: 62.5%;
  }
  .col-md-push-6-5 {
    left: 54.16665%;
  }
  .col-md-push-5-5 {
    left: 45.83335%;
  }
  .col-md-push-4-5 {
    left: 37.5%;
  }
  .col-md-push-3-5 {
    left: 29.16665%;
  }
  .col-md-push-2-5 {
    left: 20.83335%;
  }
  .col-md-push-1-5 {
    left: 12.4999%;
  }
  .col-md-push-0-5 {
    left: 4.166665%;
  }
  .col-md-offset-11-5 {
    margin-left: 95.833335%;
  }
  .col-md-offset-10-5 {
    margin-left: 87.5001%;
  }
  .col-md-offset-9-5 {
    margin-left: 79.16665%;
  }
  .col-md-offset-8-5 {
    margin-left: 70.83335%;
  }
  .col-md-offset-7-5 {
    margin-left: 62.5%;
  }
  .col-md-offset-6-5 {
    margin-left: 54.16665%;
  }
  .col-md-offset-5-5 {
    margin-left: 45.83335%;
  }
  .col-md-offset-4-5 {
    margin-left: 37.5%;
  }
  .col-md-offset-3-5 {
    margin-left: 29.16665%;
  }
  .col-md-offset-2-5 {
    margin-left: 20.83335%;
  }
  .col-md-offset-1-5 {
    margin-left: 12.4999%;
  }
  .col-md-offset-0-5 {
    margin-left: 4.166665%;
  }
  /* Full grids */
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/* min-width: @screen-md-min (992px) */
@media (min-width: 1200px) {
  .col-lg-0-5,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-6-5,
  .col-lg-7-5,
  .col-lg-8-5,
  .col-lg-9-5,
  .col-lg-10-5,
  .col-lg-11-5,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-11-5 {
    width: 95.833335%;
  }
  .col-lg-10-5 {
    width: 87.5001%;
  }
  .col-lg-9-5 {
    width: 79.16665%;
  }
  .col-lg-8-5 {
    width: 70.83335%;
  }
  .col-lg-7-5 {
    width: 62.5%;
  }
  .col-lg-6-5 {
    width: 54.16665%;
  }
  .col-lg-5-5 {
    width: 45.83335%;
  }
  .col-lg-4-5 {
    width: 37.5%;
  }
  .col-lg-3-5 {
    width: 29.16665%;
  }
  .col-lg-2-5 {
    width: 20.83335%;
  }
  .col-lg-1-5 {
    width: 12.4999%;
  }
  .col-lg-0-5 {
    width: 4.166665%;
  }
  .col-lg-pull-11-5 {
    right: 95.833335%;
  }
  .col-lg-pull-10-5 {
    right: 87.5001%;
  }
  .col-lg-pull-9-5 {
    right: 79.16665%;
  }
  .col-lg-pull-8-5 {
    right: 70.83335%;
  }
  .col-lg-pull-7-5 {
    right: 62.5%;
  }
  .col-lg-pull-6-5 {
    right: 54.16665%;
  }
  .col-lg-pull-5-5 {
    right: 45.83335%;
  }
  .col-lg-pull-4-5 {
    right: 37.5%;
  }
  .col-lg-pull-3-5 {
    right: 29.16665%;
  }
  .col-lg-pull-2-5 {
    right: 20.83335%;
  }
  .col-lg-pull-1-5 {
    right: 12.4999%;
  }
  .col-lg-pull-0-5 {
    right: 4.166665%;
  }
  .col-lg-push-11-5 {
    left: 95.833335%;
  }
  .col-lg-push-10-5 {
    left: 87.5001%;
  }
  .col-lg-push-9-5 {
    left: 79.16665%;
  }
  .col-lg-push-8-5 {
    left: 70.83335%;
  }
  .col-lg-push-7-5 {
    left: 62.5%;
  }
  .col-lg-push-6-5 {
    left: 54.16665%;
  }
  .col-lg-push-5-5 {
    left: 45.83335%;
  }
  .col-lg-push-4-5 {
    left: 37.5%;
  }
  .col-lg-push-3-5 {
    left: 29.16665%;
  }
  .col-lg-push-2-5 {
    left: 20.83335%;
  }
  .col-lg-push-1-5 {
    left: 12.4999%;
  }
  .col-lg-push-0-5 {
    left: 4.166665%;
  }
  .col-lg-offset-11-5 {
    margin-left: 95.833335%;
  }
  .col-lg-offset-10-5 {
    margin-left: 87.5001%;
  }
  .col-lg-offset-9-5 {
    margin-left: 79.16665%;
  }
  .col-lg-offset-8-5 {
    margin-left: 70.83335%;
  }
  .col-lg-offset-7-5 {
    margin-left: 62.5%;
  }
  .col-lg-offset-6-5 {
    margin-left: 54.16665%;
  }
  .col-lg-offset-5-5 {
    margin-left: 45.83335%;
  }
  .col-lg-offset-4-5 {
    margin-left: 37.5%;
  }
  .col-lg-offset-3-5 {
    margin-left: 29.16665%;
  }
  .col-lg-offset-2-5 {
    margin-left: 20.83335%;
  }
  .col-lg-offset-1-5 {
    margin-left: 12.4999%;
  }
  .col-lg-offset-0-5 {
    margin-left: 4.166665%;
  }
  /* Full grids */
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* min-width: @screen-lg-min (1200px) */
/* /Grid re-styles */
/**
 * Tables - Nordic Cool 3
*/
.table {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-collapse: separate;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.table > tbody {
  background-color: #f7f7f7;
}
.table > tbody > tr:nth-child(2n+1) > td,
.table > tbody > tr:nth-child(2n+1) > th {
  background-color: #ffffff;
}
.table > thead > tr > th,
.table > thead > tr > td {
  padding: 11px 10px 10px;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 10px 9px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-weight: normal;
  line-height: 120%;
  vertical-align: middle;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
  border-bottom: 1px solid #d6d6d6;
}
.table > tbody > tr > th {
  border-top: 0px;
  border-bottom: 0px;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px;
  border-bottom: 0px;
  line-height: 120%;
  vertical-align: middle;
}
.table > thead > tr {
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f3f3f3 75%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f3f3f3 75%, #f9f9f9 100%);
}
.table > thead > tr > th {
  border-left: 1px solid #e7e7e7;
  color: #0974b3;
  font-weight: normal;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-left: 1px dotted #e5e5e5;
}
.table > thead > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > th:first-child,
.table > tfoot > tr > td:first-child {
  border-left: 0px;
}
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset; 
}
/* hover state */
.table.table-hover > tbody > tr:hover > td,
.table.table-hover > tbody > tr:hover > th,
.table.table-hover > tfoot > tr:hover > td,
.table.table-hover > tfoot > tr:hover > th,
.table.table-sorter > tbody > tr:hover > td,
.table.table-sorter > tbody > tr:hover > th,
.table.table-sorter > tfoot > tr:hover > td,
.table.table-sorter > tfoot > tr:hover > th {
  background: #ccebff;
}
.table.table-hover.table-active > tbody > tr:hover > td,
.table.table-hover.table-active > tbody > tr:hover > th,
.table.table-hover.table-active > tfoot > tr:hover > td,
.table.table-hover.table-active > tfoot > tr:hover > th,
.table.table-sorter > tbody > tr:hover > td,
.table.table-sorter > tbody > tr:hover > th,
.table.table-sorter > tfoot > tr:hover > td,
.table.table-sorter > tfoot > tr:hover > th {
  cursor: pointer;
}
.table.table-hover > thead > tr > td:hover,
.table.table-active > thead > tr > td:hover,
.table.table-sorter > thead > tr > td:hover,
.table.table-sorter > thead > tr > th:hover {
  cursor: pointer;
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
}
/* active state */
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table.table-active > tbody > tr.active > td,
.table.table-active > tbody > tr.active > th,
.table.table-active > tfoot > tr.active > td,
.table.table-active > tfoot > tr.active > th,
.table.table-sorter > tbody > tr.active > td,
.table.table-sorter > tbody > tr.active > th,
.table.table-sorter > tfoot > tr.active > td,
.table.table-sorter > tfoot > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table.table-active > tbody > tr.pressed > td,
.table.table-active > tbody > tr.pressed > th,
.table.table-active > tfoot > tr.pressed > td,
.table.table-active > tfoot > tr.pressed > th,
.table.table-sorter > tbody > tr.pressed > td,
.table.table-sorter > tbody > tr.pressed > th,
.table.table-sorter > tfoot > tr.pressed > td,
.table.table-sorter > tfoot > tr.pressed > th {
  background: #ebebeb;
  -webkit-box-shadow: 0px 1px 0 #d7d7d7 inset, 0px -1px 0 #d7d7d7 inset;
  box-shadow: 0px 1px 0 #d7d7d7 inset, 0px -1px 0 #d7d7d7 inset;
}
.table > tbody > tr.active:last-child > td,
.table > tbody > tr.active:last-child > th,
.table > tfoot > tr.active:last-child > td,
.table > tfoot > tr.active:last-child > th,
.table.table-active > tbody > tr.active:last-child > td,
.table.table-active > tbody > tr.active:last-child > th,
.table.table-active > tfoot > tr.active:last-child > td,
.table.table-active > tfoot > tr.active:last-child > th,
.table.table-sorter > tbody > tr.active:last-child > td,
.table.table-sorter > tbody > tr.active:last-child > th,
.table.table-sorter > tfoot > tr.active:last-child > td,
.table.table-sorter > tfoot > tr.active:last-child > th,
.table > tbody > tr:last-child > td.active,
.table > tbody > tr:last-child > th.active,
.table > tfoot > tr:last-child > td.active,
.table > tfoot > tr:last-child > th.active {
  -webkit-box-shadow: 0 1px 0 #d4d4d4 inset;
  box-shadow: 0 1px 0 #d4d4d4 inset;
}
.table:not(.table-grey) > tbody > tr.active,
.table:not(.table-grey) > tfoot > tr.active,
.table.table-active:not(.table-grey) > tbody > tr.active,
.table.table-active:not(.table-grey) > tfoot > tr.active,
.table.table-sorter:not(.table-grey) > tbody > tr.active,
.table.table-sorter:not(.table-grey) > tfoot > tr.active {
  position: relative;
}
.table:not(.table-grey) > tbody > tr.active > th:first-child:before,
.table:not(.table-grey) > tfoot > tr.active > th:first-child:before,
.table.table-active:not(.table-grey) > tbody > tr.active > th:first-child:before,
.table.table-active:not(.table-grey) > tfoot > tr.active > th:first-child:before,
.table.table-sorter:not(.table-grey) > tbody > tr.active > th:first-child:before,
.table.table-sorter:not(.table-grey) > tfoot > tr.active > th:first-child:before,
.table:not(.table-grey) > tbody > tr.active > td:first-child:before,
.table:not(.table-grey) > tfoot > tr.active > td:first-child:before,
.table.table-active:not(.table-grey) > tbody > tr.active > td:first-child:before,
.table.table-active:not(.table-grey) > tfoot > tr.active > td:first-child:before,
.table.table-sorter:not(.table-grey) > tbody > tr.active > td:first-child:before,
.table.table-sorter:not(.table-grey) > tfoot > tr.active > td:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 6px;
  height: 100%;
  background: #4d8400;
}
.table:not(.table-grey) > tbody > tr.active > th:first-child,
.table:not(.table-grey) > tfoot > tr.active > th:first-child,
.table.table-active:not(.table-grey) > tbody > tr.active > th:first-child,
.table.table-active:not(.table-grey) > tfoot > tr.active > th:first-child,
.table.table-sorter:not(.table-grey) > tbody > tr.active > th:first-child,
.table.table-sorter:not(.table-grey) > tfoot > tr.active > th:first-child,
.table:not(.table-grey) > tbody > tr.active > td:first-child,
.table:not(.table-grey) > tfoot > tr.active > td:first-child,
.table.table-active:not(.table-grey) > tbody > tr.active > td:first-child,
.table.table-active:not(.table-grey) > tfoot > tr.active > td:first-child,
.table.table-sorter:not(.table-grey) > tbody > tr.active > td:first-child,
.table.table-sorter:not(.table-grey) > tfoot > tr.active > td:first-child {
  position: relative;
}
.table:not(.table-grey) > tbody > tr > td.active,
.table:not(.table-grey) > tbody > tr > th.active,
.table:not(.table-grey) > tfoot > tr > td.active,
.table:not(.table-grey) > tfoot > tr > th.active,
.table.table-active:not(.table-grey) > tbody > tr > td.active,
.table.table-active:not(.table-grey) > tbody > tr > th.active,
.table.table-active:not(.table-grey) > tfoot > tr > td.active,
.table.table-active:not(.table-grey) > tfoot > tr > th.active,
.table.table-sorter:not(.table-grey) > tbody > tr > td.active,
.table.table-sorter:not(.table-grey) > tbody > tr > th.active,
.table.table-sorter:not(.table-grey) > tfoot > tr > td.active,
.table.table-sorter:not(.table-grey) > tfoot > tr > th.active,
.table.table-active:not(.table-grey) > tbody > tr:active > td:first-child,
.table.table-active:not(.table-grey) > tbody > tr:active > th:first-child,
.table.table-active:not(.table-grey) > tfoot > tr:active > td:first-child,
.table.table-active:not(.table-grey) > tfoot > tr:active > th:first-child,
.table.table-sorter:not(.table-grey) > tbody > tr:active > td:first-child,
.table.table-sorter:not(.table-grey) > tbody > tr:active > th:first-child,
.table.table-sorter:not(.table-grey) > tfoot > tr:active > td:first-child,
.table.table-sorter:not(.table-grey) > tfoot > tr:active > th:first-child {
  position: relative;
}
.table:not(.table-grey) > tbody > tr > td.active:before,
.table:not(.table-grey) > tbody > tr > th.active:before,
.table:not(.table-grey) > tfoot > tr > td.active:before,
.table:not(.table-grey) > tfoot > tr > th.active:before,
.table.table-active:not(.table-grey) > tbody > tr > td.active:before,
.table.table-active:not(.table-grey) > tbody > tr > th.active:before,
.table.table-active:not(.table-grey) > tfoot > tr > td.active:before,
.table.table-active:not(.table-grey) > tfoot > tr > th.active:before,
.table.table-sorter:not(.table-grey) > tbody > tr > td.active:before,
.table.table-sorter:not(.table-grey) > tbody > tr > th.active:before,
.table.table-sorter:not(.table-grey) > tfoot > tr > td.active:before,
.table.table-sorter:not(.table-grey) > tfoot > tr > th.active:before,
.table.table-active:not(.table-grey) > tbody > tr:active > td:first-child:before,
.table.table-active:not(.table-grey) > tbody > tr:active > th:first-child:before,
.table.table-active:not(.table-grey) > tfoot > tr:active > td:first-child:before,
.table.table-active:not(.table-grey) > tfoot > tr:active > th:first-child:before,
.table.table-sorter:not(.table-grey) > tbody > tr:active > td:first-child:before,
.table.table-sorter:not(.table-grey) > tbody > tr:active > th:first-child:before,
.table.table-sorter:not(.table-grey) > tfoot > tr:active > td:first-child:before,
.table.table-sorter:not(.table-grey) > tfoot > tr:active > th:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 6px;
  height: 100%;
  background: #4d8400;
}
.table.table-active > tbody > tr.pressed:last-child > td,
.table.table-active > tbody > tr.pressed:last-child > th,
.table.table-active > tfoot > tr.pressed:last-child > td,
.table.table-active > tfoot > tr.pressed:last-child > th,
.table.table-sorter > tbody > tr.pressed:last-child > td,
.table.table-sorter > tbody > tr.pressed:last-child > th,
.table.table-sorter > tfoot > tr.pressed:last-child > td,
.table.table-sorter > tfoot > tr.pressed:last-child > th {
  -webkit-box-shadow: 0px 1px 0 #e2e2e2 inset;
  box-shadow: 0px 1px 0 #e2e2e2 inset;
}
.table:not(.table-grey) > tbody > tr.pressed,
.table:not(.table-grey) > tfoot > tr.pressed,
.table.table-active:not(.table-grey) > tbody > tr.pressed,
.table.table-active:not(.table-grey) > tfoot > tr.pressed,
.table.table-sorter:not(.table-grey) > tbody > tr.pressed,
.table.table-sorter:not(.table-grey) > tfoot > tr.pressed {
  position: relative;
  left: 0;
  /*> th:first-child:before,
	> td:first-child:before {
		background: #4d8400;
		content: "";
		height: 100%;
		left: -1px;
		position: absolute;
		top: 0;
		width: 6px;
		} */
}
.table > tbody > tr.active:hover > td,
.table > tbody > tr.active:hover > th,
.table > tfoot > tr.active:hover > td,
.table > tfoot > tr.active:hover > th,
.table.table-active > tbody > tr.active:hover > td,
.table.table-active > tbody > tr.active:hover > th,
.table.table-active > tfoot > tr.active:hover > td,
.table.table-active > tfoot > tr.active:hover > th,
.table.table-sorter > tbody > tr.active:hover > td,
.table.table-sorter > tbody > tr.active:hover > th,
.table.table-sorter > tfoot > tr.active:hover > td,
.table.table-sorter > tfoot > tr.active:hover > th,
.table > tbody > tr:hover > td.active,
.table > tbody > tr:hover > th.active,
.table > tfoot > tr:hover > td.active,
.table > tfoot > tr:hover > th.active {
  cursor: pointer;
}
.table.table-active > thead > tr > td.pressed,
.table.table-sorter > thead > tr > td.pressed,
.table.table-sorter > thead > tr > th.pressed,
.table.table-active > thead > tr > td.pressed:hover,
.table.table-sorter > thead > tr > td.pressed:hover,
.table.table-sorter > thead > tr > th.pressed:hover {
  background: #f0f0f0;
  color: #282828;
}
/* Grey table */
.table.table-grey {
  border-color: #d3d3d3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table.table-grey tbody {
  background: #f0f0f0;
}
.table.table-grey > tbody > tr:nth-child(2n+1) > td,
.table.table-grey > tbody > tr:nth-child(2n+1) > th {
  background-color: #f5f5f5;
}
.table.table-grey > thead > tr > th,
.table.table-grey.table-hover > thead > tr > td:hover,
.table.table-grey.table-hover > thead > tr > th:hover,
.table.table-grey.table-sorter > thead > tr > td:hover,
.table.table-grey.table-sorter > thead > tr > th:hover,
.table.table-grey.table-active > thead > tr > td.active,
.table.table-grey.table-active > thead > tr > th.active {
  color: #1b7bb3;
  background: #f5f5f5;
}
.table.table-grey > tbody > tr:first-child > td,
.table.table-grey > tbody > tr:first-child > th {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* hover state */
.table.table-grey.table-hover > tbody > tr:hover > th,
.table.table-grey.table-hover > tbody > tr:hover > td,
.table.table-grey.table-hover > tfoot > tr:hover > th,
.table.table-grey.table-hover > tfoot > tr:hover > td,
.table.table-grey.table-sorter > tbody > tr:hover > th,
.table.table-grey.table-sorter > tbody > tr:hover > td,
.table.table-grey.table-sorter > tfoot > tr:hover > th,
.table.table-grey.table-sorter > tfoot > tr:hover > td {
  background-color: #ccebff;
}
.table.table-grey.table-hover > thead > tr > td:hover,
.table.table-grey.table-sorter > thead > tr > th:hover,
.table.table-grey.table-sorter > thead > tr > td:hover {
  cursor: pointer;
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
}
/* active state */
.table.table-grey > tbody > tr.active > td,
.table.table-grey > tbody > tr.active > th,
.table.table-grey > tfoot > tr.active > td,
.table.table-grey > tfoot > tr.active > th,
.table.table-grey > tbody > tr.active:hover > td,
.table.table-grey > tbody > tr.active:hover > th,
.table.table-grey > tfoot > tr.active:hover > td,
.table.table-grey > tfoot > tr.active:hover > th,
.table.table-grey.table-active > tbody > tr.active > td,
.table.table-grey.table-active > tbody > tr.active > th,
.table.table-grey.table-active > tfoot > tr.active > td,
.table.table-grey.table-active > tfoot > tr.active > th,
.table.table-grey.table-active > tbody > tr.active:hover > td,
.table.table-grey.table-active > tbody > tr.active:hover > th,
.table.table-grey.table-active > tfoot > tr.active:hover > td,
.table.table-grey.table-active > tfoot > tr.active:hover > th,
.table.table-grey > tbody > tr > td.active,
.table.table-grey > tbody > tr > th.active,
.table.table-grey > tfoot > tr > td.active,
.table.table-grey > tfoot > tr > th.active,
.table.table-grey > tbody > tr:hover > td.active,
.table.table-grey > tbody > tr:hover > th.active,
.table.table-grey > tfoot > tr:hover > td.active,
.table.table-grey > tfoot > tr:hover > th.active,
.table.table-grey.table-sorter > tbody > tr.pressed > td,
.table.table-grey.table-sorter > tbody > tr.pressed > th,
.table.table-grey.table-sorter > tfoot > tr.pressed > td,
.table.table-grey.table-sorter > tfoot > tr.pressed > th,
.table.table-grey.table-active > tbody > tr.pressed > td,
.table.table-grey.table-active > tbody > tr.pressed > th,
.table.table-grey.table-active > tfoot > tr.pressed > td,
.table.table-grey.table-active > tfoot > tr.pressed > th {
  border-right: 1px solid #0974b3;
  border-left: 0px;
  color: #fff;
  background: #0974b3;
  -webkit-box-shadow: -1px 0 #0974b3;
  box-shadow: -1px 0 #0974b3;
}
.table.table-grey.table-active > thead > tr > td.pressed,
.table.table-grey > thead > tr > td.pressed {
  background: #e0e0e0;
  color: #282828;
}
/* Disabled table */
.table.disabled {
  border-color: #e5e5e5;
}
.table.disabled > tbody {
  background: #ebebeb;
}
.table.disabled > tbody > tr:nth-child(2n+1) > td,
.table.disabled > tbody > tr:nth-child(2n+1) > th {
  background: transparent;
}
.table.disabled > tbody > tr:not(:last-child) > th,
.table.disabled > tbody > tr:not(:last-child) > td,
.table.disabled > tfoot > tr:not(:last-child) > th,
.table.disabled > tfoot > tr:not(:last-child) > td {
  border-bottom: 1px solid #e5e5e5;
}
.table.disabled > tbody > tr > th,
.table.disabled > tbody > tr > td,
.table.disabled > tfoot > tr > th,
.table.disabled > tfoot > tr > td {
  color: #a0a0a0;
}
/* Condensed table */
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th {
  padding: 7px 5px 6px;
  line-height: 100%;
}
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
  padding: 7px 5px 6px;
  line-height: 100%;
}
/**
 * Form elements - Nordic Cool 3
*/
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}
:-moz-placeholder {
  font-style: italic;
  color: #969696;
}
::-moz-placeholder {
  font-style: italic;
  color: #969696;
}
:-ms-input-placeholder {
  font-style: normal;
  color: #969696;
}
legend {
  margin-top: 0;
  margin-bottom: 17px;
  padding-bottom: 1px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 145%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  height: 30px;
  padding: 4px 10px;
  color: #282828;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"].form-control,
input[type="radio"].form-control {
  width: auto;
}
[class*="col-xs-"] > textarea,
[class*="col-sm-"] > textarea,
[class*="col-md-"] > textarea,
[class*="col-lg-"] > textarea,
[class*="col-xs-"] > input[type="text"],
[class*="col-sm-"] > input[type="text"],
[class*="col-md-"] > input[type="text"],
[class*="col-lg-"] > input[type="text"],
[class*="col-xs-"] > input[type="password"],
[class*="col-sm-"] > input[type="password"],
[class*="col-md-"] > input[type="password"],
[class*="col-lg-"] > input[type="password"],
[class*="col-xs-"] > input[type="datetime"],
[class*="col-sm-"] > input[type="datetime"],
[class*="col-md-"] > input[type="datetime"],
[class*="col-lg-"] > input[type="datetime"],
[class*="col-xs-"] > input[type="datetime-local"],
[class*="col-sm-"] > input[type="datetime-local"],
[class*="col-md-"] > input[type="datetime-local"],
[class*="col-lg-"] > input[type="datetime-local"],
[class*="col-xs-"] > input[type="date"],
[class*="col-sm-"] > input[type="date"],
[class*="col-md-"] > input[type="date"],
[class*="col-lg-"] > input[type="date"],
[class*="col-xs-"] > input[type="month"],
[class*="col-sm-"] > input[type="month"],
[class*="col-md-"] > input[type="month"],
[class*="col-lg-"] > input[type="month"],
[class*="col-xs-"] > input[type="time"],
[class*="col-sm-"] > input[type="time"],
[class*="col-md-"] > input[type="time"],
[class*="col-lg-"] > input[type="time"],
[class*="col-xs-"] > input[type="week"],
[class*="col-sm-"] > input[type="week"],
[class*="col-md-"] > input[type="week"],
[class*="col-lg-"] > input[type="week"],
[class*="col-xs-"] > input[type="number"],
[class*="col-sm-"] > input[type="number"],
[class*="col-md-"] > input[type="number"],
[class*="col-lg-"] > input[type="number"],
[class*="col-xs-"] > input[type="email"],
[class*="col-sm-"] > input[type="email"],
[class*="col-md-"] > input[type="email"],
[class*="col-lg-"] > input[type="email"],
[class*="col-xs-"] > input[type="url"],
[class*="col-sm-"] > input[type="url"],
[class*="col-md-"] > input[type="url"],
[class*="col-lg-"] > input[type="url"],
[class*="col-xs-"] > input[type="search"],
[class*="col-sm-"] > input[type="search"],
[class*="col-md-"] > input[type="search"],
[class*="col-lg-"] > input[type="search"],
[class*="col-xs-"] > input[type="tel"],
[class*="col-sm-"] > input[type="tel"],
[class*="col-md-"] > input[type="tel"],
[class*="col-lg-"] > input[type="tel"],
[class*="col-xs-"] > input[type="color"],
[class*="col-sm-"] > input[type="color"],
[class*="col-md-"] > input[type="color"],
[class*="col-lg-"] > input[type="color"],
[class*="col-xs-"] > .uneditable-input,
[class*="col-sm-"] > .uneditable-input,
[class*="col-md-"] > .uneditable-input,
[class*="col-lg-"] > .uneditable-input,
[class*="col-xs-"] > .form-control,
[class*="col-sm-"] > .form-control,
[class*="col-md-"] > .form-control,
[class*="col-lg-"] > .form-control {
  width: 100%;
}
textarea {
  height: auto;
  resize: vertical;
  overflow: auto;
}
/*input[type="number"] { padding: 7px 0px 5px 10px; }*/
input[type="number"].right-direction,
.form-group input[type="number"].right-direction {
  padding: 7px 10px 5px 0;
}
input[type="file"] {
  padding: 0px;
}
/* Inputs – hide spinners by default */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* Number inputs – optional class to show the browser's default controls, if needed on Mozilla */
input[type=number].spinner {
  -moz-appearance: number-input;
}
/* Inputs – optional class to show the browser's default controls, if needed on Chrome and Opera */
input[type=number].spinner::-webkit-inner-spin-button,
input[type=number].spinner::-webkit-outer-spin-button,
input[type=datetime].spinner::-webkit-inner-spin-button,
input[type=datetime].spinner::-webkit-outer-spin-button,
input[type=datetime-local].spinner::-webkit-inner-spin-button,
input[type=datetime-local].spinner::-webkit-outer-spin-button,
input[type=date].spinner::-webkit-inner-spin-button,
input[type=date].spinner::-webkit-outer-spin-button,
input[type=month].spinner::-webkit-inner-spin-button,
input[type=month].spinner::-webkit-outer-spin-button,
input[type=time].spinner::-webkit-inner-spin-button,
input[type=time].spinner::-webkit-outer-spin-button,
input[type=week].spinner::-webkit-inner-spin-button,
input[type=week].spinner::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
}
textarea:focus,
input[type="text"]:focus,
input[type="text"].focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus,
#focusedInput {
  border: 1px solid #0089d9;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
}
.ie11 textarea:focus,
.ie11 input[type="text"]:focus,
.ie11 input[type="text"].focus,
.ie11 input[type="password"]:focus,
.ie11 input[type="datetime"]:focus,
.ie11 input[type="datetime-local"]:focus,
.ie11 input[type="date"]:focus,
.ie11 input[type="month"]:focus,
.ie11 input[type="time"]:focus,
.ie11 input[type="week"]:focus,
.ie11 input[type="number"]:focus,
.ie11 input[type="email"]:focus,
.ie11 input[type="url"]:focus,
.ie11 input[type="search"]:focus,
.ie11 input[type="tel"]:focus,
.ie11 input[type="color"]:focus,
.ie11 .uneditable-input:focus,
.ie11 .form-control:focus,
.ie11 #focusedInput {
  border: 1px solid #0089d9;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 focus-border-color, -1px -1px 0 focus-border-color;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 focus-border-color, -1px -1px 0 focus-border-color;
}
input:-ms-clear {
  display: none;
}
input[readonly],
.form-control[readonly] {
  padding-right: 11px;
  padding-left: 11px;
  border: none;
  background: none;
}
input[readonly]:focus,
.form-control[readonly]:focus {
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}
input[readonly]:hover,
.form-control[readonly] {
  cursor: default;
}
input[type="file"].input-btn-attach {
  z-index: 25;
  opacity: 0;
  height: 30px;
  position: relative;
}
input[type="file"].input-btn-attach + .btn.btn-attach {
  position: absolute;
  margin-top: -30px;
}
input[type="file"].input-btn-attach:hover + .btn.btn-attach {
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
input[type="file"].input-btn-attach:focus + .btn.btn-attach {
  outline: none;
  border-color: #0089d9;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
}
input[type="file"].input-btn-attach:active + .btn.btn-attach {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
input[type="file"].input-btn-attach.file-attached {
  padding-left: 80px;
  overflow: visible;
  opacity: 1;
  z-index: 2;
}
input[type="file"].input-btn-attach.file-attached + .btn.btn-attach {
  z-index: 3;
}
/* /input[type="file"].input-btn-attach */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  input[type="file"].input-btn-attach.file-attached {
    padding-top: 4px;
    padding-left: 55px;
  }
  _::-webkit-full-page-media,
  _:future,
  input[type="file"].input-btn-attach.file-attached {
    padding-top: 7px !important;
    padding-left: 80px !important;
  }
  /* Safari only */
}
/* large inputs */
input.input-lg {
  height: 48px;
}
/* small inputs */
input.input-sm {
  height: 24px;
  padding-bottom: 2px;
  padding-top: 2px;
}
/* validation state */
.has-error label,
.has-error .help-block,
.has-error .control-label {
  color: #282828;
}
.has-error .radio,
.has-error .checkbox,
.has-error .radio label,
.has-error .checkbox label,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .radio-inline label,
.has-error .checkbox-inline label,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #282828;
}
.has-error textarea,
.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="datetime"],
.has-error input[type="datetime-local"],
.has-error input[type="date"],
.has-error input[type="month"],
.has-error input[type="time"],
.has-error input[type="week"],
.has-error input[type="number"],
.has-error input[type="email"],
.has-error input[type="url"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="color"],
.has-error .uneditable-input,
.has-error .form-control {
  border: 1px solid #C72828;
  -webkit-box-shadow: 1px 1px 0 #C72828 inset, -1px -1px 0 #C72828 inset;
  box-shadow: 1px 1px 0 #C72828 inset, -1px -1px 0 #C72828 inset;
}
.has-error textarea:focus,
.has-error input[type="text"]:focus,
.has-error input[type="password"]:focus,
.has-error input[type="datetime"]:focus,
.has-error input[type="datetime-local"]:focus,
.has-error input[type="date"]:focus,
.has-error input[type="month"]:focus,
.has-error input[type="time"]:focus,
.has-error input[type="week"]:focus,
.has-error input[type="number"]:focus,
.has-error input[type="email"]:focus,
.has-error input[type="url"]:focus,
.has-error input[type="search"]:focus,
.has-error input[type="tel"]:focus,
.has-error input[type="color"]:focus,
.has-error .uneditable-input:focus,
.has-error .form-control:focus {
  border: 1px solid #C72828;
  -webkit-box-shadow: 1px 1px 0 #C72828 inset, -1px -1px 0 #C72828 inset;
  box-shadow: 1px 1px 0 #C72828 inset, -1px -1px 0 #C72828 inset;
}
.has-error .checkbox label,
.has-error .radio label {
  outline: 2px solid #C72828;
}
.ie11 .has-error textarea,
.ie11 .has-error input[type="text"],
.ie11 .has-error input[type="password"],
.ie11 .has-error input[type="datetime"],
.ie11 .has-error input[type="datetime-local"],
.ie11 .has-error input[type="date"],
.ie11 .has-error input[type="month"],
.ie11 .has-error input[type="time"],
.ie11 .has-error input[type="week"],
.ie11 .has-error input[type="number"],
.ie11 .has-error input[type="email"],
.ie11 .has-error input[type="url"],
.ie11 .has-error input[type="search"],
.ie11 .has-error input[type="tel"],
.ie11 .has-error input[type="color"],
.ie11 .has-error .uneditable-input,
.ie11 .has-error .form-control {
  padding-top: 3px;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ie11 .has-error textarea:focus,
.ie11 .has-error input[type="text"]:focus,
.ie11 .has-error input[type="password"]:focus,
.ie11 .has-error input[type="datetime"]:focus,
.ie11 .has-error input[type="datetime-local"]:focus,
.ie11 .has-error input[type="date"]:focus,
.ie11 .has-error input[type="month"]:focus,
.ie11 .has-error input[type="time"]:focus,
.ie11 .has-error input[type="week"]:focus,
.ie11 .has-error input[type="number"]:focus,
.ie11 .has-error input[type="email"]:focus,
.ie11 .has-error input[type="url"]:focus,
.ie11 .has-error input[type="search"]:focus,
.ie11 .has-error input[type="tel"]:focus,
.ie11 .has-error input[type="color"]:focus,
.ie11 .has-error .uneditable-input:focus,
.ie11 .has-error .form-control:focus {
  padding-top: 3px;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Required fields */
.form-group.required > label:before,
.form-group.required > a:before {
  content: "*";
  position: absolute;
  top: 5px;
  margin-left: -7px;
  color: #C72828;
  font-size: 12px;
}
.ie11 .form-group.required > .control-label,
.ie11 .form-group.required > label {
  left: 0px;
}
/* /Required fields */
/* Form groups */
fieldset {
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 6px;
  clear: both;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group .btn {
  margin-bottom: 0;
}
.form-group .icon-field {
  padding-left: 35px;
}
.form-group .icon-field .vismaicon {
  position: absolute;
  top: 3px;
  left: 20px;
}
.form-group input {
  margin: 0px;
  vertical-align: middle;
}
.form-group label {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #282828;
  line-height: 145%;
  text-align: left;
}
/* Inline form */
.form-inline .form-group {
  padding-right: 10px;
}
.form-inline .form-group:last-child {
  padding-right: 0px;
}
.form-inline .form-control {
  vertical-align: top;
}
.form-inline .radio,
.form-inline .checkbox {
  min-height: 100%;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  top: 1px;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-bottom: 3px;
  padding-left: 2px;
}
.form-inline .form-group + .checkbox,
.form-inline .form-group + .radio {
  padding-right: 10px;
}
.form-inline .btn {
  margin-bottom: 0px;
  vertical-align: top;
}
.form-inline .select-wrapper {
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 200px;
}
/* Horizontal form */
.form-horizontal {
  margin-bottom: 36px;
}
.form-horizontal .form-group {
  min-height: 30px;
  margin-right: -20px;
  margin-left: -20px;
}
.form-horizontal .form-group .search-group.form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.form-horizontal .control-label,
.form-horizontal label {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 4px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  min-height: 1%;
  margin-bottom: 0px;
  padding-top: 0;
  position: relative;
  top: 4px;
}
.form-horizontal .radio input,
.form-horizontal .checkbox input,
.form-horizontal .radio-inline input,
.form-horizontal .checkbox-inline input {
  top: 4px;
}
.form-horizontal .radio label,
.form-horizontal .checkbox label,
.form-horizontal .radio-inline label,
.form-horizontal .checkbox-inline label {
  margin-left: 2px;
}
.form-horizontal input {
  float: left;
}
/* large form groups */
.form-group-lg .form-control,
.form-group-lg input {
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 0;
}
.form-horizontal .form-group-lg .control-label,
.form-horizontal .form-group-lg label {
  padding-top: 13px;
  font-size: 14px;
}
/* Static form control */
.form-control-static {
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 3px;
}
/* /Form groups */
/* Radio/Checkboxes */
.checkbox {
  min-height: 30px;
  margin-top: 0;
  margin-bottom: 6px;
}
.checkbox,
.radio {
  padding-top: 4px;
}
.radio input,
.checkbox input {
  top: 7px;
  margin-top: 0;
  cursor: pointer;
}
.radio label,
.checkbox label {
  display: inline-block;
  min-height: 13px;
  margin-bottom: 0;
  margin-left: -2px;
  padding: 3px 4px 3px 22px;
  font-weight: normal;
  line-height: 100%;
}
.radio .focusState,
.checkbox .focusState {
  outline: 2px solid #0089d9;
  outline-offset: 0px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default;
  color: #a0a0a0;
}
.checkbox.empty-checkbox,
.radio.empty-radio {
  margin-left: -2px;
}
.checkbox.empty-checkbox label,
.radio.empty-radio label {
  min-height: 20px;
  padding: 1px 4px 4px 15px;
}
.checkbox.empty-checkbox input[type="radio"],
.radio.empty-radio input[type="radio"],
.checkbox.empty-checkbox input[type="checkbox"],
.radio.empty-radio input[type="checkbox"] {
  margin-left: -12px;
}
.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 3px;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
/* Custom checkbox/radio */
.btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right),
.btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right):hover,
.btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right):hover,
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right),
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right) {
  display: inline-block;
  position: relative;
  top: 5px;
  min-width: auto;
  height: 28px;
  margin: -2px 0 4px;
  padding-top: 4px;
  padding-right: 28px;
  padding-left: 60px;
  border: 0 none;
  color: #282828;
  text-align: left;
  background: transparent url(../img/toggles.svg) no-repeat 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right).text-left,
.btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right):hover.text-left,
.btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right):hover.text-left,
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right).text-left {
  padding-right: 60px;
  padding-left: 0px;
  background-position: right 2px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right),
.btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right):hover,
.btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right):hover {
  color: #282828;
  background-position: 0 -138px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right).text-left,
.btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right):hover.text-left,
.btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right):hover.text-left {
  background-position: right -138px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right),
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right):hover,
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right):hover {
  color: #282828;
  background-position: 0px -103px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right):hover.text-left,
.btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right):hover.text-left {
  background-position: right -103px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right),
.btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right):hover,
.btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right):hover {
  background-position: 0 -67px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right).text-left,
.btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right):hover.text-left,
.btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right):hover.text-left {
  background-position: right -67px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.disabled:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary.disabled:not(.left):not(.right),
.btn-group.btn-group-checkbox .btn.btn-primary.disabled:not(.left):not(.right):hover,
.btn-group.btn-group-radio .btn.btn-primary.disabled:not(.left):not(.right):hover {
  background-position: 0 -32px;
}
.btn-group.btn-group-checkbox .btn.btn-primary.disabled:not(.left):not(.right).text-left,
.btn-group.btn-group-radio .btn.btn-primary.disabled:not(.left):not(.right).text-left,
.btn-group.btn-group-checkbox .btn.btn-primary.disabled:not(.left):not(.right):hover.text-left,
.btn-group.btn-group-radio .btn.btn-primary.disabled:not(.left):not(.right):hover.text-left {
  background-position: 0 -32px;
}
/* /.btn-group.btn-group-checkbox */
.btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right),
.btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right):hover {
  padding-top: 3px;
}
/* /Radio/Checkboxes */
/* Select tag */
select:not([multiple="multiple"]),
select.form-control:not([multiple="multiple"]) {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  line-height: 24px;
}
select.form-control {
  padding-left: 5px;
}
select > option {
  padding-right: 10px;
  padding-left: 10px;
  outline: none !important;
}
.select-wrapper {
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 0;
  color: #282828;
  outline: medium none !important;
}
.select-wrapper:after {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 15px;
  height: 28px;
  border: 0;
  opacity: 0.77;
  background: url(../img/arrow-medium.svg);
  background-size: 100px 10px;
  background-position: -44px 10px;
  background-repeat: no-repeat;
}
.select-wrapper .holder {
  color: #282828;
  background: #fbfbfb;
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f3f3f3 73%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f3 73%, #f7f7f7 100%);
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 4px 30px 4px 10px;
  z-index: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9 #d2d2d2 #c0c0c0;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select-wrapper:hover .holder {
  border-color: #aed7ef #aad3ea #82b3cf;
  color: #282828;
  background: #e6f5fe;
  background: -webkit-linear-gradient(top, #e6f5fe 25%, #d8e6ef 90%);
  background: linear-gradient(to bottom, #e6f5fe 25%, #d8e6ef 90%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.select-wrapper.activeState .holder,
.select-wrapper.activeState:hover .holder {
  border-color: #b1b1b1 #c6c6c6 #cecece;
  color: #282828;
  background: #cbcbcb;
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #e1e1e1 8%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #cbcbcb 0%, #e1e1e1 8%, #e4e4e4 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.select-wrapper select,
.select-wrapper select.form-control {
  cursor: pointer;
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
  line-height: 100%;
  outline: none;
  opacity: 0 !important;
}
/* error */
.has-error .select-wrapper .holder,
.has-error .select-wrapper.activeState .holder,
.has-error .select-wrapper.activeState:hover .holder {
  border-color: #C72828;
  box-shadow: 1px 1px 0 #C72828 inset, -1px -1px 0 #C72828 inset;
}
.has-error .popover-title {
  padding: 3px 10px;
  border: 0px;
  font-size: 14px;
  color: #282828;
}
.has-error .popover-content {
  display: none;
}
.has-error .popover {
  /* top: -3px !important; */
  min-width: 170px;
  border: 2px solid #C72828;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.has-error .popover.left .arrow {
  border-left-color: #C72828;
}
.has-error .popover.right .arrow {
  border-right-color: #C72828;
}
.has-error .popover.top .arrow {
  border-top-color: #C72828;
}
.has-error .popover.bottom .arrow {
  border-bottom-color: #C72828;
}
.has-error .popover.left .arrow:after {
  left: -11px;
}
.has-error .popover.right .arrow:after {
  right: -11px;
}
.has-error .popover.top .arrow:after {
  top: -11px;
}
.has-error .popover.bottom .arrow:after {
  top: 3px;
}
/* disabled */
fieldset[disabled] .select-wrapper .holder,
.disabled .select-wrapper .holder,
fieldset[disabled] .select-wrapper:hover .holder,
.disabled .select-wrapper:hover .holder,
.select-wrapper.disabled .holder,
.select-wrapper.disabled:hover .holder {
  border-color: #c8c8c8;
  color: #a0a0a0;
  background: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
fieldset[disabled] .select-wrapper:after,
.disabled .select-wrapper:after,
fieldset[disabled] .select-wrapper:hover:after,
.disabled .select-wrapper:hover:after,
.select-wrapper.disabled:after,
.select-wrapper.disabled:hover:after {
  opacity: 0.5;
}
fieldset[disabled] label {
  color: #a0a0a0;
}
/* Large select */
.select-wrapper-lg .holder {
  height: 48px;
  padding: 15px 30px 13px 6px;
}
.select-wrapper-lg:after {
  height: 46px;
  background-position: -44px 20px;
}
/* large select */
select.input-lg,
select.form-control.input-lg {
  height: 48px;
}
.select.select-lg:before {
  height: 46px;
}
.select.select-lg:after {
  top: 19px;
}
/* Disabled*/
fieldset[disabled] .select:hover:before,
fieldset[disabled] .select:before,
.select.disabled:before,
.select.disabled:hover:before {
  background: #ebebeb;
}
fieldset[disabled] .select:hover:after,
fieldset[disabled] .select:after,
.select.disabled:hover:after,
.select.disabled:after {
  background-position: 0px 0;
}
/* Multiple*/
select[multiple="multiple"] {
  background: #fff;
  height: auto;
  min-height: 100%;
  padding: 4px 0 6px;
}
select[multiple="multiple"] option {
  padding-right: 10px;
  padding-left: 10px;
}
.ie11 select[multiple="multiple"] {
  padding: 0px;
}
select[multiple="multiple"]:focus,
select[multiple="multiple"]:hover {
  background: #fff;
  color: #282828;
}
/* Disabled state */
.disabled select,
.disabled select.form-control {
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  background: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.disabled,
textarea[disabled],
input[type="text"].disabled,
input[type="text"][disabled],
input[type="password"].disabled,
input[type="password"][disabled],
input[type="datetime"].disabled,
input[type="datetime"][disabled],
input[type="datetime-local"].disabled,
input[type="datetime-local"][disabled],
input[type="date"].disabled,
input[type="date"][disabled],
input[type="month"].disabled,
input[type="month"][disabled],
input[type="time"].disabled,
input[type="time"][disabled],
input[type="week"].disabled,
input[type="week"][disabled],
input[type="number"].disabled,
input[type="number"][disabled],
input[type="email"].disabled,
input[type="email"][disabled],
input[type="url"].disabled,
input[type="url"][disabled],
input[type="search"].disabled,
input[type="search"][disabled],
input[type="tel"].disabled,
input[type="tel"][disabled],
input[type="color"].disabled,
input[type="color"][disabled],
.uneditable-input.disabled,
.uneditable-input[disabled],
fieldset[disabled] input,
fieldset[disabled] select {
  cursor: default !important;
  color: #a0a0a0;
  background: #ebebeb;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio,
.form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .checkbox label {
  cursor: default !important;
}
fieldset[disabled] .checkbox label {
  color: #a0a0a0;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #a0a0a0;
  border: 1px solid #e5e5e5;
  background: #ebebeb;
}
label.disabled,
.form-group.disabled label {
  cursor: default !important;
  color: #a0a0a0;
}
/* Serach field */
.search-group {
  position: relative;
}
.search-group .clear-search,
.search-group .search-icon {
  position: absolute;
  min-width: 30px;
  height: 28px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border-width: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.search-group .clear-search {
  display: none;
  top: 1px;
  right: 2px;
  cursor: pointer;
}
.search-group .clear-search:before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 6px;
  background: url(../img/close-icon.svg) no-repeat 0 -16px transparent;
}
.search-group .clear-search.show {
  display: block;
}
.search-group .search-icon {
  top: 1px;
  left: 2px;
  pointer-events: none;
}
.search-group .search-icon:before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 11px;
  height: 11px;
  top: 8px;
  right: 9px;
  background: url(../img/search_small.svg) no-repeat -25px 0 transparent;
}
.search-group .btn.search-icon {
  position: absolute !important;
  top: 0px;
  right: 0px;
  left: auto;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  pointer-events: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1 #c9c9c9 #a5a5a5 #c8c8c8;
  border-left: 0;
  -webkit-box-shadow: -1px 0 0 #c8c8c8, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 0 #c8c8c8, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 15px 15px 0;
}
.search-group .btn.search-icon:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 11px;
  height: 11px;
  background: url(../img/search_small.svg) no-repeat -25px 0 transparent;
}
.search-group .btn.search-icon + .clear-search {
  right: 30px;
}
.search-group .btn.search-icon:not(.btn-primary):hover {
  border-color: #becad1 #b9c5cb #969fa4 #b8c2c9;
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0 0 #b8c2c9, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 0 #b8c2c9, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.search-group .btn.search-icon:focus {
  border-color: #d1d1d1 #c9c9c9 #a5a5a5 #c8c8c8;
  -webkit-box-shadow: -1px 0 0 #b8c2c9, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 0 #b8c2c9, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.search-group .btn.search-icon:focus:not(:active):hover {
  border-color: #becad1 #b9c5cb #969fa4 #b8c2c9;
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0 0 #b8c2c9, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px 0 0 #b8c2c9, 0 0 0 1px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.search-group .btn.search-icon:active {
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #e1e1e1;
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
}
.search-group .form-control {
  padding-right: 35px;
  padding-left: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c8c8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
}
.search-group .form-control:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0, 81, 128, 0.2), 0 0 0 1px #0089d9;
  box-shadow: 0 1px 3px rgba(0, 81, 128, 0.2), 0 0 0 1px #0089d9;
}
.search-group .form-control:focus + .btn.search-icon {
  border-color: #0089d9;
  border-left: 0;
  -webkit-box-shadow: -2px 0 0 -1px #c8c8c8, 1px 0 0 #fff inset;
  box-shadow: -2px 0 0 -1px #c8c8c8, 1px 0 0 #fff inset;
  /*&:hover {
			        .box-shadow(-1px 0px 0 @focus-border-color, 0 1px 0 rgba(0,0,0,0.08););
                    }*/
}
.search-group.typing .form-control:focus {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1), 0 0 0 1px #0089d9;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1), 0 0 0 1px #0089d9;
}
.search-group.search-group-button .form-control {
  padding-left: 20px;
  padding-right: 60px;
}
.search-group-lg .form-control {
  height: 48px;
  padding-right: 55px;
  padding-left: 50px;
  border-radius: 24px;
}
.search-group-lg .btn.search-icon {
  width: 48px;
  height: 48px;
  border-radius: 0 24px 24px 0;
}
.search-group-lg .btn.search-icon:before {
  top: 12px;
  left: 11px;
  width: 20px;
  height: 20px;
  background: url(../img/search_large.svg) no-repeat -27px 0 transparent;
}
.search-group-lg .btn.search-icon + .clear-search {
  right: 48px;
  height: 46px;
}
.search-group-lg .clear-search:before {
  top: 15px;
}
.search-group-lg .search-icon {
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  border-radius: 0 24px 24px 0;
}
.search-group-lg .search-icon:before {
  top: 13px;
  left: 18px;
  width: 20px;
  height: 20px;
  background: url(../img/search_large.svg) no-repeat -27px 0 transparent;
  opacity: 0.7;
}
.search-group-lg.search-group-button .form-control {
  padding-right: 80px;
}
.search-group.search-group-primary .btn.search-icon {
  border-color: #4f8800 #487b00 #336b00;
  border-left: 0;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.search-group.search-group-primary .btn.search-icon:before {
  background: url(../img/search_small.svg) no-repeat 0px 0 transparent;
}
.search-group.search-group-primary .btn.search-icon.btn-primary:focus {
  border-color: #4f8800 #487b00 #336b00;
  border-left: 0;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.search-group.search-group-primary .btn.search-icon.btn-primary:focus:hover {
  border-color: #579400 #4c8100 #316400;
  border-left: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}
.search-group.search-group-primary .form-control {
  border-color: #68a611;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.07);
}
.search-group.search-group-primary .form-control:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0, 81, 128, 0.2), 0 0 0 1px #0089d9 inset;
  box-shadow: 0 1px 3px rgba(0, 81, 128, 0.2), 0 0 0 1px #0089d9 inset;
  border-color: #0089d9;
}
.search-group.search-group-primary .form-control:focus + .btn.search-icon {
  border-color: #0089d9;
  border-left: 0;
  -webkit-box-shadow: 0 1px 0 0 #0089d9 inset, -1px -1px 0 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 0 #0089d9 inset, -1px -1px 0 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.15);
}
.search-group.search-group-primary .btn.search-icon:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  border-color: #325700 #3b6500 #427000 #3f6c00;
  border-left: 0;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.search-group.search-group-primary.search-group-lg .btn.search-icon:before {
  background: url(../img/search_large.svg) no-repeat 0px 0 transparent;
  opacity: 1;
}
/* Responsiveness */
@media (max-width: 768px) {
  .form-inline .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .radio input,
  .checkbox input {
    top: 7px;
  }
}
/* max-width: @screen-sm-max (768px) */
/**
 * Nordic Cool 3 styles for:
 *
 * Buttons
 * Button groups
 * Directional buttons
 * Split buttons
 * Dropdowns
 * 
*/
/* Buttons - default and primary */
.btn {
  min-width: 160px;
  height: 30px;
  margin-bottom: 6px;
  padding: 4px 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 14px;
  line-height: 145%;
  text-decoration: none;
  /*link*/
  /* Large buttons */
  /* default button */
  /* /.btn.btn-default */
  /* primary button */
  /* /.btn.btn-primary */
  /* Button dropdowns */
  /* /.btn.dropdown-toggle */
  /* Attach button */
  /* /.btn.btn-attach */
  /* Directional buttons */
  /* /.btn.left  &&  /.btn.right */
  /* /.btn.left */
  /* /.btn.right */
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn.active[disabled],
fieldset[disabled] .btn.active,
.disabled .btn,
.disabled .btn:hover,
.disabled .btn:focus,
.disabled .btn:active,
.disabled .btn.active {
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.btn.btn-link {
  min-width: 0;
  padding: 0px;
  outline: none;
  color: #0974b3;
}
.btn.btn-lg,
.btn-group-lg .btn {
  height: 48px;
  padding: 7px 15px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 3px;
}
.btn.btn-default {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1 #d1d1d1 #a5a5a5;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #282828;
}
.btn.btn-default.hover,
.btn.btn-default:hover,
.btn-group.hover .btn.btn-default,
.input-group-btn.hover .btn.btn-default {
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #282828;
  border-color: #becad1 #becad1 #969fa4;
}
.btn.btn-default.focus,
.btn.btn-default:focus {
  border-color: #0089d9;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  z-index: 10;
}
.btn.btn-default.focus.hover,
.btn.btn-default:focus.hover,
.btn.btn-default.focus:hover,
.btn.btn-default:focus:hover {
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.05);
}
.btn.btn-default:active,
.btn.btn-default.active:active,
.btn.btn-default.focus:active,
.btn.btn-default:focus:active {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  border-width: 1px;
}
.btn.btn-default.active,
.btn.btn-default.active.focus:not(:active),
.btn.btn-default.active:focus:not(:active),
.btn.btn-default.active.focus:hover:not(:active),
.btn.btn-default.active:focus:hover:not(:active) {
  border-color: #afafaf #c8c8c8 #d5d5d5;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn.btn-default.disabled,
.btn.btn-default[disabled],
fieldset[disabled] .btn.btn-default,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled]:active,
fieldset[disabled] .btn.btn-default:active,
.btn.btn-default.disabled.active,
.btn.btn-default.active[disabled],
fieldset[disabled] .btn.btn-default.active,
.disabled .btn.btn-default,
.disabled .btn.btn-default:hover,
.disabled .btn.btn-default:focus,
.disabled .btn.btn-default:active,
.disabled .btn.btn-default.active {
  opacity: 1;
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #a0a0a0;
  background: #d7d7d7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn.btn-default.disabled.dropdown-toggle .caret,
.btn.btn-default[disabled].dropdown-toggle .caret,
fieldset[disabled] .btn.btn-default.dropdown-toggle .caret,
.btn.btn-default.disabled:hover.dropdown-toggle .caret,
.btn.btn-default[disabled]:hover.dropdown-toggle .caret,
fieldset[disabled] .btn.btn-default:hover.dropdown-toggle .caret,
.btn.btn-default.disabled:focus.dropdown-toggle .caret,
.btn.btn-default[disabled]:focus.dropdown-toggle .caret,
fieldset[disabled] .btn.btn-default:focus.dropdown-toggle .caret,
.btn.btn-default.disabled:active.dropdown-toggle .caret,
.btn.btn-default[disabled]:active.dropdown-toggle .caret,
fieldset[disabled] .btn.btn-default:active.dropdown-toggle .caret,
.btn.btn-default.disabled.active.dropdown-toggle .caret,
.btn.btn-default.active[disabled].dropdown-toggle .caret,
fieldset[disabled] .btn.btn-default.active.dropdown-toggle .caret,
.disabled .btn.btn-default.dropdown-toggle .caret,
.disabled .btn.btn-default:hover.dropdown-toggle .caret,
.disabled .btn.btn-default:focus.dropdown-toggle .caret,
.disabled .btn.btn-default:active.dropdown-toggle .caret,
.disabled .btn.btn-default.active.dropdown-toggle .caret {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -90px 0 no-repeat;
  opacity: 0.6;
}
.btn.btn-primary {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #4c8100 #2d5e00;
  color: #fff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487c00 55%, #477a00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487c00 55%, #477a00 100%);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.btn.btn-primary.hover,
.btn.btn-primary:hover,
.btn-group.hover .btn.btn-primary,
.input-group-btn.hover .btn.btn-primary {
  border-width: 1px;
  border-color: #579400 #4c8100 #316400;
  color: #fff;
  background: #5ea100;
  background: -webkit-linear-gradient(top, #5ea100 0%, #508a00 55%, #4f8700 100%);
  background: linear-gradient(to bottom, #5ea100 0%, #508a00 55%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-primary.focus:not(.left):not(.right),
.btn.btn-primary:focus:not(.left):not(.right) {
  position: relative;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487c00 55%, #477a00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487c00 55%, #477a00 100%);
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
  z-index: 10;
}
.btn.btn-primary.focus:not(.left):not(.right).hover,
.btn.btn-primary:focus:not(.left):not(.right).hover,
.btn.btn-primary.focus:not(.left):not(.right):hover,
.btn.btn-primary:focus:not(.left):not(.right):hover {
  border-width: 1px;
  border-color: #579400 #4c8100 #316400;
  color: #fff;
  background: #5ea100;
  background: -webkit-linear-gradient(top, #5ea100 0%, #508a00 55%, #4f8700 100%);
  background: linear-gradient(to bottom, #5ea100 0%, #508a00 55%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.btn.btn-primary:active,
.btn.btn-primary.active:active:not(.left):not(.right),
.btn.btn-primary.focus:active:not(.left):not(.right),
.btn.btn-primary:focus:active:not(.left):not(.right) {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn.btn-primary.active,
.btn.btn-primary.active.focus:not(.left):not(.right),
.btn.btn-primary.active:focus:not(.left):not(.right),
.btn.btn-primary.active.focus:hover:not(.left):not(.right),
.btn.btn-primary.active:focus:hover:not(.left):not(.right) {
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn.btn-primary,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary.active[disabled],
fieldset[disabled] .btn.btn-primary.active,
.disabled .btn.btn-primary,
.disabled .btn.btn-primary:hover,
.disabled .btn.btn-primary:focus,
.disabled .btn.btn-primary:active,
.disabled .btn.btn-primary.active {
  opacity: 1;
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0);
  color: #dce5cf;
  background: #95b26b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary.disabled.dropdown-toggle .caret,
.btn.btn-primary[disabled].dropdown-toggle .caret,
fieldset[disabled] .btn.btn-primary.dropdown-toggle .caret,
.btn.btn-primary.disabled:hover.dropdown-toggle .caret,
.btn.btn-primary[disabled]:hover.dropdown-toggle .caret,
fieldset[disabled] .btn.btn-primary:hover.dropdown-toggle .caret,
.btn.btn-primary.disabled:focus.dropdown-toggle .caret,
.btn.btn-primary[disabled]:focus.dropdown-toggle .caret,
fieldset[disabled] .btn.btn-primary:focus.dropdown-toggle .caret,
.btn.btn-primary.disabled:active.dropdown-toggle .caret,
.btn.btn-primary[disabled]:active.dropdown-toggle .caret,
fieldset[disabled] .btn.btn-primary:active.dropdown-toggle .caret,
.btn.btn-primary.disabled.active.dropdown-toggle .caret,
.btn.btn-primary.active[disabled].dropdown-toggle .caret,
fieldset[disabled] .btn.btn-primary.active.dropdown-toggle .caret,
.disabled .btn.btn-primary.dropdown-toggle .caret,
.disabled .btn.btn-primary:hover.dropdown-toggle .caret,
.disabled .btn.btn-primary:focus.dropdown-toggle .caret,
.disabled .btn.btn-primary:active.dropdown-toggle .caret,
.disabled .btn.btn-primary.active.dropdown-toggle .caret {
  background-position: -15px center;
}
.btn.dropdown-toggle {
  position: relative;
  padding: 4px 30px 6px 12px;
  /* Dropdown-toggle '.caret' style */
  /* /.btn.dropdown-toggle .caret */
}
.btn.dropdown-toggle .caret {
  position: absolute;
  top: 10px;
  right: 9px;
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -45px 0 no-repeat;
  /* /.btn.btn-primary.dropdown-toggle .caret */
  /* /.btn.btn-lg.dropdown-toggle .caret */
  /* /.dropup .btn.dropdown-toggle .caret */
}
.btn-primary.btn.dropdown-toggle .caret {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -15px 0 no-repeat;
}
.btn-lg.btn.dropdown-toggle .caret,
.btn-group-lg .btn.dropdown-toggle .caret {
  top: 17px;
}
.dropup .btn.dropdown-toggle .caret {
  /*top: 9px !important;*/
  border: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-toolbar .btn.dropdown-toggle,
.btn-group .btn.dropdown-toggle,
.dropdown .btn.dropdown-toggle,
.btn-split .btn.dropdown-toggle {
  margin-bottom: 0;
}
.open > .btn.dropdown-toggle.btn-default,
.open > .btn.dropdown-toggle:focus.btn-default {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.open > .btn.dropdown-toggle.btn-primary,
.open > .btn.dropdown-toggle:focus.btn-primary {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn.btn-attach {
  position: relative;
  padding-left: 32px;
  padding-right: 22px;
}
.btn.btn-attach .attach-icon:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/vismaicons/worksurface/16_attach.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn.btn-attach:hover .attach-icon:before {
  background-position: -42px 0;
}
.btn.btn-attach.btn-lg .attach-icon:before {
  top: 12px;
}
.btn.btn-attach.disabled .attach-icon:before,
.btn.btn-attach.disabled:hover .attach-icon:before,
.btn.btn-attach.disabled:focus .attach-icon:before,
.btn.btn-attach.disabled:active .attach-icon:before {
  cursor: default;
  pointer-events: none;
  background-position: -36px 0;
}
.btn.left,
.btn.right {
  position: relative;
  display: inline-block;
  min-width: 149px;
  height: 32px;
  margin-bottom: 4px;
  padding-top: 0;
  text-shadow: none;
  /* /.btn.btn-primary.left  &&  /.btn.btn-primary.right */
}
.btn.left,
.btn.right,
.btn.left:hover,
.btn.right:hover,
.btn.left:focus,
.btn.right:focus,
.btn.left.focus,
.btn.right.focus {
  outline: none;
  border: none;
  color: #282828;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.left:focus,
.btn.right:focus,
.btn.left.focus,
.btn.right.focus {
  top: -1px;
  position: relative;
  padding-top: 2px;
}
.btn.left:active,
.btn.right:active,
.btn.left.active,
.btn.right.active {
  top: 0;
  padding-top: 0;
}
.btn.left[disabled],
.btn.right[disabled],
.btn.left.disabled,
.btn.right.disabled {
  color: #a0a0a0;
}
.btn.left.btn-primary,
.btn.right.btn-primary {
  color: #fff;
  height: 34px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
}
.btn.left.btn-primary:focus,
.btn.right.btn-primary:focus,
.btn.left.btn-primary.focus,
.btn.right.btn-primary.focus {
  top: -2px;
  padding-top: 4px;
  background-color: rgba(255, 255, 255, 0);
}
.btn.left.btn-primary:active,
.btn.right.btn-primary:active,
.btn.left.btn-primary.active,
.btn.right.btn-primary.active {
  top: 0;
  padding-top: 0;
}
.btn.left {
  margin-left: 14px;
  background: url(../img/directional-buttons/left-arrows-ends-default.svg) no-repeat right 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  /* /.btn.left::before */
}
.btn.left::before {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -14px;
  background: url(../img/directional-buttons/left-arrows-default.svg) no-repeat 0 0;
}
.btn.left.btn-primary {
  background-image: url(../img/directional-buttons/left-arrows-ends-primary.svg);
}
.btn.left.btn-primary::before {
  background-image: url(../img/directional-buttons/left-arrows-primary.svg);
}
.btn.left:hover {
  background-position: right -72px;
}
.btn.left:focus,
.btn.left.focus {
  background-position: right -107px;
}
.btn.left:active,
.btn.left.active {
  background-position: right -144px;
}
.btn.left[disabled],
.btn.left.disabled {
  background-position: right -35px;
}
.btn.left:hover::before {
  background-position: 0 -72px;
}
.btn.left:focus::before,
.btn.left.focus::before {
  background-position: 0 -107px;
}
.btn.left:active::before,
.btn.left.active::before {
  background-position: 0 -144px;
}
.btn.left[disabled]::before,
.btn.left.disabled::before {
  background-position: 0 -35px;
}
.btn.right {
  margin-right: 14px;
  background: url(../img/directional-buttons/right-arrows-ends-default.svg) no-repeat 0 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  /* /.btn.left::after */
}
.btn.right::after {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  background: url(../img/directional-buttons/right-arrows-default.svg) no-repeat 0 0;
}
.btn.right.btn-primary {
  background-image: url(../img/directional-buttons/right-arrows-ends-primary.svg);
}
.btn.right.btn-primary::after {
  background-image: url(../img/directional-buttons/right-arrows-primary.svg);
}
.btn.right:hover,
.btn.right:hover::after {
  background-position: 0 -72px;
}
.btn.right.focus,
.btn.right:focus,
.btn.right:focus::after,
.btn.right.focus::after {
  background-position: 0 -107px;
}
.btn.right:active,
.btn.right.active,
.btn.right:active::after,
.btn.right.active::after {
  background-position: 0 -144px;
}
.btn.right[disabled],
.btn.right.disabled,
.btn.right[disabled]::after,
.btn.right.disabled::after {
  background-position: 0 -35px;
}
/* /.btn */
/* Dropdowns */
.dropdown-menu {
  min-width: 160px;
  left: auto;
  margin-top: -1px;
  padding: 10px 0;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) #e5e5e5 #d6d6d6;
  z-index: 990;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  /* /.dropdown-menu > li */
  /* /.dropdown-menu .dropdown-header */
}
.dropdown-menu .divider {
  display: none;
}
.dropdown-menu > li {
  /* /.dropdown-menu > li > a:not(.btn) */
  /* /.dropdown-menu > li.disabled */
}
.dropdown-menu > li > a:not(.btn):focus {
  outline: none;
  -webkit-box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
  box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
  background: transparent;
}
.dropdown-menu > li.disabled > a:not(.btn),
.dropdown-menu > li.disabled > a:not(.btn):hover,
.dropdown-menu > li.disabled > a:not(.btn):focus {
  cursor: default;
  pointer-events: none;
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .dropdown-header {
  margin: 0px 20px 3px;
  padding: 15px 0px 1px;
  border-bottom: 1px solid #ebebeb;
  color: #737373;
  font-size: 14px;
  font-weight: normal;
}
.dropdown-menu .dropdown-header:first-child {
  padding-top: 6px;
}
/* /.dropdown-menu */
.dropdown-menu > li > a:not(.btn),
.dropdown li > a:not(.btn) {
  padding: 6px 15px 7px 20px;
  border-bottom: 0 !important;
  color: #282828;
  line-height: 120%;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a:not(.btn):hover,
.dropdown li > a:not(.btn):hover {
  background: #ccebff;
}
.dropdown-menu > li > a:not(.btn):active,
.dropdown li > a:not(.btn):active,
.dropdown-menu > li > a:not(.btn).active,
.dropdown li > a:not(.btn).active,
.dropdown-menu > li > a:not(.btn).active:hover,
.dropdown li > a:not(.btn).active:hover {
  outline: none;
  background: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* /.dropdown-menu  &&  /.dropdown */
/* Button Groups */
.btn-toolbar {
  margin-bottom: 6px;
  /* /.btn-toolbar.btn-toolbar-primary */
}
.btn-toolbar .dropdown-menu {
  margin-top: -1px;
}
.btn-toolbar .btn-group {
  /* separator */
}
.btn-toolbar .btn-group-justified .btn {
  height: 30px;
}
.btn-toolbar .btn-group-justified .btn + .btn-group .btn {
  height: 39px;
}
.btn-toolbar .btn-group .btn,
.btn-toolbar .btn-group .btn:first-child {
  height: 30px;
  min-width: 210px;
  margin-bottom: 0px;
  z-index: 0;
}
.btn-toolbar .btn-group .btn + .btn,
.btn-toolbar .btn-group .btn + .btn-group,
.btn-toolbar .btn-group .btn-group + .btn,
.btn-toolbar .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-toolbar .btn-group .btn + .btn:before,
.btn-toolbar .btn-group .btn + .btn-group:before,
.btn-toolbar .btn-group .btn-group + .btn:before,
.btn-toolbar .btn-group .btn-group + .btn-group:before,
.btn-toolbar .btn-group .btn-group .btn:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -1px;
  width: 1px;
  height: 28px;
  background: #b8b8b8;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #b8b8b8 50%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 0%, #b8b8b8 50%, #e3e3e3 100%);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9);
}
.btn-toolbar .btn-group .btn + .btn-group:before {
  top: 1px;
}
.btn-toolbar .btn-group .btn + .btn.active:before,
.btn-toolbar .btn-group .btn + .btn-group.open:before,
.btn-toolbar .btn-group .btn-group + .btn.active:before,
.btn-toolbar .btn-group .btn-group + .btn-group.open:before,
.btn-toolbar .btn-group .btn-group .btn.active:before {
  background: #c8c8c8;
  -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9);
}
.btn-toolbar .btn-group .btn.active + .btn:before,
.btn-toolbar .btn-group .btn-group.open + .btn:before,
.btn-toolbar .btn-group .btn-group.open + .btn-group:before {
  background: #c8c8c8;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), 0px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), 0px 0 0 rgba(255, 255, 255, 0.9);
}
.btn-toolbar .btn-group .btn-group.open + .btn:before {
  -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.9), 0px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0 0 rgba(255, 255, 255, 0.9), 0px 0 0 rgba(255, 255, 255, 0.9);
}
.btn-toolbar .btn-group .btn-group:hover:before,
.btn-toolbar .btn-group .btn:hover:before,
.btn-toolbar .btn-group .btn:hover + .btn:before,
.btn-toolbar .btn-group .btn.hover + .btn:before,
.btn-toolbar .btn-group .btn:hover + .btn-group:before,
.btn-toolbar .btn-group .btn.hover + .btn-group:before,
.btn-toolbar .btn-group .btn-group:hover + .btn:before,
.btn-toolbar .btn-group .btn-group.hover + .btn:before,
.btn-toolbar .btn-group .btn-group:hover + .btn-group:before,
.btn-toolbar .btn-group .btn-group.hover + .btn-group:before {
  -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.9), 0px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0 0 rgba(255, 255, 255, 0.9), 0px 0 0 rgba(255, 255, 255, 0.9);
}
.btn-toolbar .btn-group .btn:not(:first-child):not(:last-child) {
  border-left-width: 0;
  border-right-width: 0;
}
.btn-toolbar .btn-group .btn:not(:first-child):last-child {
  border-left-width: 0;
  border-right-width: 1px;
}
.btn-toolbar .btn-group .btn:not(:last-child):first-child {
  border-right-width: 0;
}
.btn-toolbar .btn-group .btn:focus,
.btn-toolbar .btn-group .btn.focus {
  z-index: 10;
  outline: 1px solid #0089d9;
  -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
  box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
}
.btn-toolbar .btn-group .btn:focus:first-child,
.btn-toolbar .btn-group .btn.focus:first-child {
  -webkit-box-shadow: -2px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
  box-shadow: -2px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
}
.btn-toolbar .btn-group .btn.btn-default.active:focus,
.btn-toolbar .btn-group .btn.btn-default.active.focus {
  border-color: #a5a5a5 #dbdbdb #c6c6c6;
  color: #282828;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #0089d9 #0089d9 #0089d9 #0089d9;
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #0089d9 inset;
  box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #0089d9 inset;
}
.btn-toolbar .btn-group .btn.btn-default.active:active {
  outline: none;
  border-color: #afafaf #cacaca #d5d5d5;
  background: #cccccc;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  position: relative;
  border-color: #b1b1b1 #c6c6c6 #d5d5d5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.btn-toolbar .btn-group .btn.btn-default:not(.active):not(:active):only-child:focus {
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
  box-shadow: -1px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
}
.btn-toolbar .btn-group .btn:not(:active):not(:first-child):last-child:focus,
.btn-toolbar .btn-group .btn:not(:active):only-child:focus {
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
  box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
}
.btn-toolbar .btn-group .btn:not(:active).dropdown-toggle:focus {
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
  box-shadow: -1px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
}
.btn-toolbar .btn-group > .btn:only-of-type:before {
  display: none;
}
.btn-toolbar .btn-group > .btn-group:before {
  top: 1px;
}
.btn-toolbar .btn-group > .btn-group:first-child:not(:last-child) .btn {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.btn-toolbar .btn-group > .btn-group:last-child:not(:first-child) .btn {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.btn-toolbar .btn-group > .btn-group:not(:last-child):not(:first-child) .btn {
  border-radius: 0;
}
.btn-toolbar .btn-group > .btn + .btn-group .btn {
  border-right-width: 1px;
  border-left-width: 0;
}
.btn-toolbar .btn-group:only-child .btn:only-child,
.btn-toolbar .btn-group:only-child .btn:only-child:hover {
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-toolbar .btn-group:only-child .btn:only-child:before,
.btn-toolbar .btn-group:only-child .btn:only-child:hover:before {
  display: none;
}
.btn-toolbar .btn-group:only-child .btn:only-child:focus {
  -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
  box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
}
.btn-toolbar .btn-group .btn + .btn:focus:before,
.btn-toolbar .btn-group .btn + .btn-group:focus:before,
.btn-toolbar .btn-group .btn-group + .btn:focus:before,
.btn-toolbar .btn-group .btn-group + .btn-group:focus:before,
.btn-toolbar .btn-group .btn-group .btn:focus:before,
.btn-toolbar .btn-group .btn + .btn.focus:before,
.btn-toolbar .btn-group .btn + .btn-group.focus:before,
.btn-toolbar .btn-group .btn-group + .btn.focus:before,
.btn-toolbar .btn-group .btn-group + .btn-group.focus:before,
.btn-toolbar .btn-group .btn-group .btn.focus:before,
.btn-toolbar .btn-group .btn:focus + .btn:before,
.btn-toolbar .btn-group .btn:focus + .btn-group:before,
.btn-toolbar .btn-group .btn-group:focus + .btn:before,
.btn-toolbar .btn-group .btn-group:focus + .btn-group:before,
.btn-toolbar .btn-group .btn-group:focus .btn:before,
.btn-toolbar .btn-group .btn.focus + .btn:before,
.btn-toolbar .btn-group .btn.focus + .btn-group:before,
.btn-toolbar .btn-group .btn-group.focus + .btn:before,
.btn-toolbar .btn-group .btn-group.focus + .btn-group:before,
.btn-toolbar .btn-group .btn-group.focus .btn:before {
  display: none;
}
.btn-toolbar .btn-group .btn.btn-default.active {
  border-color: #a5a5a5 #dbdbdb #c6c6c6;
  color: #282828;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.btn-toolbar .btn-group .btn.btn-default:active,
.btn-toolbar .btn-group .btn.btn-default.pressed {
  border-color: #afafaf #cacaca #d5d5d5;
  background: #cccccc;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
}
.btn-toolbar .btn-group.open .btn-default.dropdown-toggle.focus,
.btn-toolbar .btn-group.open .btn-default.dropdown-toggle:focus {
  outline: 0;
  border: 1px solid #0089d9;
  -webkit-box-shadow: 0 0 0 1px #0089d9 inset;
  box-shadow: 0 0 0 1px #0089d9 inset;
}
.btn-toolbar .btn-group:only-child .btn:only-child:active,
.btn-toolbar .btn-group:only-child .btn:only-child.pressed {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.btn-toolbar .btn-group:only-child .btn:only-child.active:focus,
.btn-toolbar .btn-group:only-child .btn:only-child.active.focus {
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
  box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
}
.btn-toolbar .btn-group-lg .btn,
.btn-toolbar .btn-group-lg .btn:first-child {
  height: 48px;
  font-size: 14px;
}
.btn-toolbar .btn-group-lg .btn.dropdown-toggle .caret {
  top: 20px;
}
.btn-toolbar .btn-group-lg .btn.dropdown-toggle,
.btn-toolbar .btn-group-lg .btn.dropdown-toggle.active,
.btn-toolbar .btn-group-lg .btn.dropdown-toggle:active {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-toolbar .btn-group-lg .btn + .btn:before,
.btn-toolbar .btn-group-lg .btn + .btn-group:before,
.btn-toolbar .btn-group-lg .btn-group + .btn:before,
.btn-toolbar .btn-group-lg .btn-group + .btn-group:before,
.btn-toolbar .btn-group-lg .btn-group .btn:before {
  height: 46px;
  background: #c2c2c2;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #eeeeee 0%, #c2c2c2 50%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #eeeeee 0%, #c2c2c2 50%, #dfdfdf 100%);
}
.btn-toolbar .btn-group-lg.btn-group-justified .btn {
  height: 48px;
  font-size: 14px;
  line-height: 140%;
}
.btn-toolbar .btn-group-lg.btn-group-justified .btn-group .btn {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-toolbar .btn-group-lg.btn-group-justified .btn-group .btn + .btn:before {
  height: 46px;
  background: #c2c2c2;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #eeeeee 0%, #c2c2c2 50%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #eeeeee 0%, #c2c2c2 50%, #dfdfdf 100%);
}
.btn-toolbar .btn-group .btn:not(.dropdown-toggle),
.btn-toolbar .btn-group-lg .btn:not(.dropdown-toggle) {
  padding: 0px 15px;
}
.btn-toolbar .btn-group .btn.dropdown-toggle,
.btn-toolbar .btn-group-lg .btn.dropdown-toggle {
  padding-right: 30px;
}
.btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.active:not(:active):not(:last-child):first-child:focus,
.btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.active:not(:active):only-child:focus {
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
  box-shadow: -1px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
}
.btn-toolbar.btn-toolbar-primary .btn-group.open .btn,
.btn-toolbar.btn-toolbar-primary .btn.active,
.btn-toolbar.btn-toolbar-primary .btn:active {
  color: #fff;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active,
.btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default {
  outline: none;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  color: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
  z-index: 10;
}
.btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default:focus,
.btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default.focus {
  position: relative;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487c00 55%, #477a00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487c00 55%, #477a00 100%);
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
  color: #fff;
  border-color: #d7d7d7 #d7d7d7 #b1b1b1;
  -webkit-box-shadow: 2px 0 0 #fff inset, -2px 0 0 #fff inset, 0 2px 0 #fff inset, 0 -2px 0 #fff inset;
  box-shadow: 2px 0 0 #fff inset, -2px 0 0 #fff inset, 0 2px 0 #fff inset, 0 -2px 0 #fff inset;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:active .caret {
  background-position: 0 0;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:not(:active):focus,
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:not(:active).focus {
  z-index: 5;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:not(:active):focus:after,
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:not(:active).focus:after {
  display: none;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-toolbar.btn-toolbar-primary .btn-group.open .btn.dropdown-toggle .caret,
.btn-toolbar.btn-toolbar-primary .btn-group .btn.dropdown-toggle.active .caret {
  background-position: 0 -144px;
}
/* .btn-toolbar */
/* Vertical group button */
.btn-group-vertical {
  margin-bottom: 6px;
}
.btn-group-vertical .btn {
  margin-bottom: 0px;
}
.btn-group-vertical .dropdown-menu {
  margin-top: -1px;
}
.btn-group-vertical.disabled .btn,
.btn-group-vertical .disabled .btn {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
}
/* IE Fixes */
.ie11 .btn:not(.left):not(.right):active span:not(.caret):not(.label):not(.badge):not(.vismaicon),
.ie10 .btn:not(.left):not(.right):active span:not(.caret):not(.label):not(.badge):not(.vismaicon),
.ie11 .btn:not(.left):not(.right):focus span:not(.caret):not(.label):not(.badge):not(.vismaicon),
.ie10 .btn:not(.left):not(.right):focus span:not(.caret):not(.label):not(.badge):not(.vismaicon) {
  display: block;
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
}
.ie11 .btn:not(.left):not(.right).btn-primary:not(.disabled):not([disabled]):not(:focus),
.ie10 .btn:not(.left):not(.right).btn-primary:not(.disabled):not([disabled]):not(:focus) {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 1px 0px #4e8700, inset -1px 0px 0px #4e8700;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 1px 0px #4e8700, inset -1px 0px 0px #4e8700;
}
.ie11 .btn:not(.left):not(.right).btn-primary:not(.disabled):not([disabled]):not(:focus):hover,
.ie10 .btn:not(.left):not(.right).btn-primary:not(.disabled):not([disabled]):not(:focus):hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 1px 0px #548f00, inset -1px 0px 0px #548f00 !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 1px 0px #548f00, inset -1px 0px 0px #548f00 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 1px 0px #548f00, inset -1px 0px 0px #548f00 !important;
}
.ie11 .btn:not(.left):not(.right).btn-primary:not(.disabled):not([disabled]):not(:focus):active,
.ie10 .btn:not(.left):not(.right).btn-primary:not(.disabled):not([disabled]):not(:focus):active {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 1px 0px #447500, inset -1px 0px 0px #447500 !important;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 1px 0px #447500, inset -1px 0px 0px #447500 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 1px 0px #447500, inset -1px 0px 0px #447500 !important;
}
.ie11 .btn-group.btn-group-checkbox .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus),
.ie10 .btn-group.btn-group-checkbox .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus),
.ie11 .btn-group.btn-group-radio .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus),
.ie10 .btn-group.btn-group-radio .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus),
.ie11 .btn-group.btn-group-checkbox .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):hover,
.ie10 .btn-group.btn-group-checkbox .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):hover,
.ie11 .btn-group.btn-group-radio .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):hover,
.ie10 .btn-group.btn-group-radio .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):hover,
.ie11 .btn-group.btn-group-checkbox .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):active,
.ie10 .btn-group.btn-group-checkbox .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):active,
.ie11 .btn-group.btn-group-radio .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):active,
.ie10 .btn-group.btn-group-radio .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):not(:focus):active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus {
  outline: 0;
  -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9 !important;
  box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9 !important;
}
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus:not(:first-child):not(:last-child):not(:active),
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus:not(:first-child):not(:last-child):not(:active),
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus:not(:first-child):not(:last-child):not(:active),
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus:not(:first-child):not(:last-child):not(:active) {
  -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
  box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
}
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus.active.btn-default,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus.active.btn-default,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus.active.btn-default,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus.active.btn-default {
  -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #0089d9 !important;
  box-shadow: inset -2px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #0089d9 !important;
}
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default:active,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default:active,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.pressed,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.pressed {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group:only-child .btn:only-child:not(:active):focus,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group:only-child .btn:only-child:not(:active):focus {
  -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px -1px 0px #0089d9;
  box-shadow: inset -2px 1px 0px #0089d9, inset 2px -1px 0px #0089d9;
}
/* .ie11 */
/* btn groups outside btn toolbars */
.input-group-btn,
.btn-group {
  /*&.open {
        .btn {
            &.btn-default {
				
		        &:hover { .buttonGroupDefaultBgHoverStateonOpen(); }

		        &:focus {
			        border-color: @focus-border-color;
			        .box-shadow(-1px -1px 0 @focus-border-color inset, 1px 1px 0 @focus-border-color inset, 0 1px 0 rgba(0, 0, 0, 0.05););
			        }

		        &, &:active {
			        .buttonBgActiveState();
			        border-width: 1px;
			        border-color: #b1b1b1 #c6c6c6 #cecece;
			        }
                }

		    &.btn-primary {
		        &:hover {
			        .linear-gradient(#345600; #345600 0%, #386000 6%, #437000 100%);
			        }

                &:focus { .buttonPrimaryBgFocusState(); }
		        }
            }
		}*/
  /* /.open */
  /* Split button */
}
.input-group-btn.btn-group-lg .btn,
.btn-group.btn-group-lg .btn {
  height: 48px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-btn.btn-group-lg .btn .caret,
.btn-group.btn-group-lg .btn .caret {
  top: 19px;
}
.input-group-btn.btn-group-lg .btn:first-child:not(.dropdown-toggle),
.btn-group.btn-group-lg .btn:first-child:not(.dropdown-toggle) {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn.btn-group-lg .btn.dropdown-toggle:not(:first-child),
.btn-group.btn-group-lg .btn.dropdown-toggle:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn.btn-split .btn,
.btn-group.btn-split .btn {
  margin-bottom: 0;
}
.input-group-btn.btn-split .btn-default.dropdown-toggle.focus:not(:active),
.btn-group.btn-split .btn-default.dropdown-toggle.focus:not(:active),
.input-group-btn.btn-split .btn-default.dropdown-toggle:focus:not(:active),
.btn-group.btn-split .btn-default.dropdown-toggle:focus:not(:active) {
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 2px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 #0089d9 inset, 2px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  border-color: #0089d9;
}
.input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:focus,
.btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:focus,
.input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:focus,
.btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:focus {
  border-left-color: transparent;
}
.input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:active,
.btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:active,
.input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:active,
.btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:active {
  border-left-color: transparent;
}
.input-group-btn.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:focus,
.btn-group.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:focus,
.input-group-btn.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:hover:focus,
.btn-group.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:hover:focus {
  border-left-color: transparent;
}
.input-group-btn.btn-split .btn.btn-primary.dropdown-toggle .caret,
.btn-group.btn-split .btn.btn-primary.dropdown-toggle .caret {
  top: 12px;
  right: 8px;
}
.input-group-btn.btn-split.btn-group-lg .btn .caret,
.btn-group.btn-split.btn-group-lg .btn .caret,
.input-group-btn.btn-split.btn-group-lg .btn.btn-primary.dropdown-toggle .caret,
.btn-group.btn-split.btn-group-lg .btn.btn-primary.dropdown-toggle .caret,
.input-group-btn.btn-split.btn-group-lg.focus .btn .caret,
.btn-group.btn-split.btn-group-lg.focus .btn .caret {
  top: 17px;
  right: 17px;
}
.input-group-btn.open > .btn-default.dropdown-toggle,
.btn-group.open > .btn-default.dropdown-toggle,
.input-group-btn.open > .btn-default.dropdown-toggle:focus,
.btn-group.open > .btn-default.dropdown-toggle:focus,
.input-group-btn.open > .btn-default.dropdown-toggle:active,
.btn-group.open > .btn-default.dropdown-toggle:active,
.input-group-btn.open > .btn-default:first-child:hover,
.btn-group.open > .btn-default:first-child:hover {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.input-group-btn.open > .btn-primary.dropdown-toggle:not(.left):not(.right),
.btn-group.open > .btn-primary.dropdown-toggle:not(.left):not(.right) {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.input-group-btn.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right),
.btn-group.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right),
.input-group-btn.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
.btn-group.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
.input-group-btn.open > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
.btn-group.open > .btn-primary.dropdown-toggle:not(.left):not(.right):hover {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.input-group-btn.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
.btn-group.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
.input-group-btn.open.focus > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
.btn-group.open.focus > .btn-primary.dropdown-toggle:not(.left):not(.right):focus {
  outline: none;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7 #d7d7d7 #b1b1b1;
  -webkit-box-shadow: 2px 0 0 #fff inset, -2px 0 0 #fff inset, 0 2px 0 #fff inset, 0 -2px 0 #fff inset;
  box-shadow: 2px 0 0 #fff inset, -2px 0 0 #fff inset, 0 2px 0 #fff inset, 0 -2px 0 #fff inset;
}
.input-group-btn.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
.btn-group.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
.input-group-btn.open > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
.btn-group.open > .btn-primary.dropdown-toggle:not(.left):not(.right):active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.input-group-btn.open > .btn-primary:not(.left):not(.right):first-child,
.btn-group.open > .btn-primary:not(.left):not(.right):first-child {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #4c8100 #2d5e00;
  color: #fff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487c00 55%, #477a00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487c00 55%, #477a00 100%);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.input-group-btn.open > .btn-primary:not(.left):not(.right):first-child:hover,
.btn-group.open > .btn-primary:not(.left):not(.right):first-child:hover {
  border-width: 1px;
  border-color: #579400 #4c8100 #316400;
  color: #fff;
  background: #5ea100;
  background: -webkit-linear-gradient(top, #5ea100 0%, #508a00 55%, #4f8700 100%);
  background: linear-gradient(to bottom, #5ea100 0%, #508a00 55%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.input-group-btn.open > .btn-primary:not(.left):not(.right):first-child:active,
.btn-group.open > .btn-primary:not(.left):not(.right):first-child:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #406e00;
  background: -webkit-linear-gradient(top, #406e00 10%, #497d00 90%);
  background: linear-gradient(to bottom, #406e00 10%, #497d00 90%);
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* Button dropdowns */
.ie11 .btn.dropdown-toggle:not(.btn-lg) {
  padding-top: 3px;
}
.ie11 .btn-group-lg .btn.dropdown-toggle {
  padding-top: 6px;
}
.input-group-btn .btn + .btn.dropdown-toggle,
.input-group-btn .btn + .btn.dropdown-toggle:hover,
.btn-group .btn + .btn.dropdown-toggle,
.btn-group .btn + .btn.dropdown-toggle:hover {
  width: 30px;
  min-width: 30px;
  padding: 5px !important;
  border-left: 1px solid transparent;
}
.input-group-btn .btn + .btn.dropdown-toggle:before,
.input-group-btn .btn + .btn.dropdown-toggle:hover:before,
.btn-group .btn + .btn.dropdown-toggle:before,
.btn-group .btn + .btn.dropdown-toggle:hover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -1px;
  width: 1px;
  height: 28px;
  background: #b8b8b8;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #b8b8b8 50%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 0%, #b8b8b8 50%, #e3e3e3 100%);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9);
}
.input-group-btn .btn + .btn.btn-primary.dropdown-toggle:before,
.input-group-btn .btn + .btn.btn-primary.dropdown-toggle:hover:before,
.btn-group .btn + .btn.btn-primary.dropdown-toggle:before,
.btn-group .btn + .btn.btn-primary.dropdown-toggle:hover:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
}
.input-group-btn.open .btn + .btn.dropdown-toggle:before,
.input-group-btn.open .btn + .btn.dropdown-toggle:hover:before,
.btn-group.open .btn + .btn.dropdown-toggle:before,
.btn-group.open .btn + .btn.dropdown-toggle:hover:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(255, 255, 255, 0.3);
}
.btn-group .btn + .btn.dropdown-toggle.btn-default:focus,
.btn-group .btn + .btn.dropdown-toggle:hover.btn-default:focus {
  border-left-color: #0089d9;
}
.input-group-btn-lg .btn + .btn.dropdown-toggle,
.input-group-btn-lg .btn + .btn.dropdown-toggle:hover,
.btn-group-lg .btn + .btn.btn-default.dropdown-toggle,
.btn-group-lg .btn + .btn.btn-default.dropdown-toggle:hover {
  width: 46px;
  min-width: 46px;
  padding: 15px !important;
  border-left: 1px solid transparent;
}
.input-group-btn-lg .btn + .btn.dropdown-toggle:before,
.input-group-btn-lg .btn + .btn.dropdown-toggle:hover:before,
.btn-group-lg .btn + .btn.btn-default.dropdown-toggle:before,
.btn-group-lg .btn + .btn.btn-default.dropdown-toggle:hover:before {
  height: 46px;
}
.btn-group-lg .btn + .btn.dropdown-toggle.btn-default.btn-default:focus,
.btn-group-lg .btn + .btn.dropdown-toggle.btn-default:hover.btn-default:focus {
  border-left-color: #0089d9;
}
.btn-group-lg .btn + .btn.dropdown-toggle.btn-primary,
.btn-group-lg .btn + .btn.dropdown-toggle.btn-primary:hover {
  width: 46px;
  min-width: 46px;
  padding: 15px !important;
}
.btn-group-lg .btn + .btn.dropdown-toggle.btn-primary:before,
.btn-group-lg .btn + .btn.dropdown-toggle.btn-primary:hover:before {
  height: 46px;
}
.btn-group > .btn:first-child,
.btn-group > a.btn:first-child {
  min-width: 131px;
}
.btn-group > .btn:only-of-type {
  min-width: 160px;
}
.dropup .btn.dropdown-toggle .caret {
  top: 9px !important;
  border: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-group.btn-split.dropup .btn.btn-primary.dropdown-toggle .caret {
  right: 10px;
}
.dropup .dropdown-menu {
  margin-bottom: -1px;
}
.ie11 .dropup .btn {
  padding-top: 0px;
}
/* Input groups */
.input-group-btn .dropdown-toggle:hover,
.input-group-btn .dropdown-toggle:focus,
.input-group-btn .dropdown-toggle.active,
.input-group-btn .dropdown-toggle:active,
.input-group-btn.open .dropdown-toggle {
  padding-right: 30px !important;
}
.input-group-addon {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1 #d1d1d1 #a5a5a5;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-shadow: -1px -1px 0 #f8f8f8 inset, 1px -1px 0 #f8f8f8 inset;
  box-shadow: -1px -1px 0 #f8f8f8 inset, 1px -1px 0 #f8f8f8 inset;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  position: relative;
  vertical-align: middle;
}
@-moz-document url-prefix() {
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    top: -1px;
  }
}
.input-group-addon {
  min-width: 1%;
  height: 30px;
  padding: 3px 15px !important;
  color: #282828;
  text-decoration: none;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-addon.focus,
.input-group-addon:focus {
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #0089d9;
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.input-group-addon.focus:first-child,
.input-group-addon:first-child:focus,
.input-group-addon.focus:hover:first-child,
.input-group-addon:first-child:focus:hover {
  border-right: 0px;
  -webkit-box-shadow: -2px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -2px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.input-group-addon.focus:last-child,
.input-group-addon:last-child:focus,
.input-group-addon.focus:hover:last-child,
.input-group-addon:last-child:focus:hover {
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.input-group-addon:active,
.input-group-addon:last-child:active,
.input-group-addon:first-child:active,
.input-group-addon:active:focus,
.input-group-addon:last-child:active:focus,
.input-group-addon:first-child:active:focus {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.input-group-btn.open .btn.btn-default:hover {
  background: #dbdbdb;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
}
.input-group-btn.open .btn.btn-default.focus,
.input-group-btn.open .btn.btn-default:focus {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: #0089d9;
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.input-group-lg > .form-control {
  border-radius: 0px;
}
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 8px 10px 7px;
  font-size: 14px;
}
.input-group-btn.hover .btn.btn-default {
  -webkit-box-shadow: -1px -1px 0 #f3f7f9 inset, 1px -1px 0 #f3f7f9 inset;
  box-shadow: -1px -1px 0 #f3f7f9 inset, 1px -1px 0 #f3f7f9 inset;
}
/* Checkboxes/Radio as buttons */
label.btn.btn-default.active:not(:active) {
  border-color: #a5a5a5 #dbdbdb #c6c6c6;
  color: #282828;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
label.btn.btn-default.active:focus,
label.btn.btn-default.active.focus {
  border-color: #a5a5a5 #dbdbdb #c6c6c6;
  color: #282828;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  border-width: 1px;
  border-style: solid;
  border-color: #0089d9 !important;
  -webkit-box-shadow: 0 -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
  -moz-box-shadow: 0 -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
  box-shadow: 0 -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
}
label.btn.btn-default:active {
  outline: none;
  border-color: #afafaf #cacaca #d5d5d5;
  background: #cccccc;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
/* /Checkboxes/Radio as buttons */
/* Responsive */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-group-btn,
  .btn-group {
    /* Safari only override */
  }
  .input-group-btn ::i-block-chrome,
  .btn-group ::i-block-chrome,
  .input-group-btn.btn-split.hover .btn.btn-primary,
  .btn-group.btn-split.hover .btn.btn-primary,
  .input-group-btn.btn-split.hover .btn.btn-primary:active,
  .btn-group.btn-split.hover .btn.btn-primary:active {
    border-width: 1px;
    border-color: #579400 #4c8100 #316400;
    color: #fff;
    background: #5ea100;
    background: -webkit-linear-gradient(top, #5ea100 0%, #508a00 55%, #4f8700 100%);
    background: linear-gradient(to bottom, #5ea100 0%, #508a00 55%, #4f8700 100%);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  }
  .input-group-btn ::i-block-chrome,
  .btn-group ::i-block-chrome,
  .input-group-btn.btn-split.hover .btn.btn-default,
  .btn-group.btn-split.hover .btn.btn-default,
  .input-group-btn.btn-split.hover .btn.btn-default:active,
  .btn-group.btn-split.hover .btn.btn-default:active {
    border-top-color: #d7d7d7;
    border-bottom-color: #afafaf;
  }
}
@media (max-width: 1135px) {
  .btn-toolbar .btn-group .btn,
  .btn-toolbar .btn-group .btn:first-child {
    min-width: 1px;
  }
  .btn-toolbar .btn-group-lg .btn:not(.dropdown-toggle) {
    padding-right: 7px;
    padding-left: 7px;
  }
}
/* max-width:1135px */
@media (max-width: 768px) {
  .btn-toolbar {
    margin-left: 0;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    display: block;
    float: none;
    margin-left: 0;
  }
  .btn-toolbar .btn-group.btn-group-lg .btn {
    padding-top: 13px !important;
  }
  .btn-toolbar .btn-group .btn {
    padding-top: 4px !important;
  }
  .btn-toolbar .btn-group .btn:before {
    display: none !important;
  }
  .btn-toolbar .btn-group .btn,
  .btn-toolbar .btn-group .btn:first-child {
    width: 100%;
    float: none;
    display: block;
  }
  .btn-toolbar .btn-group .btn:not(:first-child) {
    margin-top: -1px;
  }
  .btn-toolbar .btn-group .btn:not(:first-child):last-child {
    border-radius: 0 0 4px 4px;
    border-left-width: 1px;
  }
  .btn-toolbar .btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .btn-toolbar .btn-group .btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0;
    border-right-width: 1px;
  }
}
/* max-width: @screen-sm-max (768px) */
/**
 * Navs, Tabs, Pills - Nordic Cool 3
 */
/* Tabs  */
.nav-tabs:not(.navbar-nav) {
  display: inline-block;
  position: relative;
  clear: both;
  height: 33px;
  margin-bottom: -6px;
  padding: 0 49px 0 4px;
  border: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* /.nav-tabs > li */
}
.nav-tabs:not(.navbar-nav).tabs-collapse {
  padding-right: 40px;
}
.nav-tabs:not(.navbar-nav) > li {
  margin-right: -13px;
  padding: 0 18px;
  /* /li:after */
  /* /li > a */
  /* /.nav-tabs > li.active:not(.tabdrop) */
  /* /.nav-tabs > li.disabled */
  /* /.nav-tabs > li.tabdrop */
}
.nav-tabs:not(.navbar-nav) > li:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 1px;
  width: 1px;
  height: 11px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  -o-transform: rotate(-17deg);
  transform: rotate(-17deg);
}
.nav-tabs:not(.navbar-nav) > li:after.active {
  right: 3px;
  bottom: -4px;
  height: 11px;
  opacity: 0.8;
}
.nav-tabs:not(.navbar-nav) > li > a {
  position: relative;
  min-width: 54px;
  height: 33px;
  margin: 0px;
  padding: 8px 10px 4px;
  border: 0px;
  color: #282828;
  text-decoration: none;
  text-align: center;
  background: url('../img/tabs/tab-middle-bk.svg') 0 0 repeat-x;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li > a:hover {
  background: url('../img/tabs/tab-hover-middle-bk.svg') 0 0 repeat-x;
}
.nav-tabs:not(.navbar-nav) > li > a:focus,
.nav-tabs:not(.navbar-nav) > li > a.focus {
  background: url('../img/tabs/tab-focus-middle-bk.svg') 0 0 repeat-x;
}
.nav-tabs:not(.navbar-nav) > li > a.pressed {
  background: url('../img/tabs/tab-pressed-middle-bk.svg') 0 0 repeat-x !important;
}
.nav-tabs:not(.navbar-nav) > li > a.dropdown-toggle {
  padding-right: 20px;
}
.nav-tabs:not(.navbar-nav) > li > a::before,
.nav-tabs:not(.navbar-nav) > li > a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  width: 22px;
  height: 33px;
}
.nav-tabs:not(.navbar-nav) > li > a::before,
.nav-tabs:not(.navbar-nav) > li > a:hover::before,
.nav-tabs:not(.navbar-nav) > li > a:focus::before,
.nav-tabs:not(.navbar-nav) > li > a.focus::before {
  left: -21px;
}
.nav-tabs:not(.navbar-nav) > li > a::after,
.nav-tabs:not(.navbar-nav) > li > a:hover::after,
.nav-tabs:not(.navbar-nav) > li > a:focus::after,
.nav-tabs:not(.navbar-nav) > li > a.focus::after {
  right: -21px;
  border-right: 1px solid transparent;
}
.nav-tabs:not(.navbar-nav) > li > a:active,
.nav-tabs:not(.navbar-nav) > li > a:focus {
  outline: none;
}
.nav-tabs:not(.navbar-nav) > li > a::before {
  background: url('../img/tabs/tab-side-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:hover::before {
  background: url('../img/tabs/tab-hover-side-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:focus::before,
.nav-tabs:not(.navbar-nav) > li > a.focus::before {
  background: url('../img/tabs/tab-focus-side-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a.pressed::before {
  background: url('../img/tabs/tab-pressed-side-bk.svg') 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li > a::after {
  background: url('../img/tabs/tab-side2-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:hover::after {
  background: url('../img/tabs/tab-hover-side2-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:focus::after,
.nav-tabs:not(.navbar-nav) > li > a.focus::after {
  background: url('../img/tabs/tab-focus-side2-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a.pressed::after {
  background: url('../img/tabs/tab-pressed-side2-bk.svg') 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.disabled::after,
.nav-tabs:not(.navbar-nav) > li:nth-last-child(2)::after {
  display: none;
}
.nav-tabs:not(.navbar-nav) > li:last-child::after {
  visibility: hidden;
}
.nav-tabs:not(.navbar-nav) > li:nth-last-child(2)::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li:first-child {
  margin-left: 0px;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) {
  margin-top: 0px;
  margin-bottom: 0px;
  /* /.nav-tabs > li.active:not(.tabdrop) > a */
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a::before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed::before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a::after,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed::after {
  top: 0px;
  height: 33px;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed::before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a::before {
  background: url('../img/tabs/tab-active-side-bk.svg') 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed::after,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a::after {
  background: url('../img/tabs/tab-active-side2-bk.svg') 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:hover,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:active {
  cursor: pointer;
  height: 33px;
  z-index: 25 !important;
  outline: none;
  border: 0px;
  color: #282828;
  background: url('../img/tabs/tab-active-middle-bk.svg') 0 0 repeat-x !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus {
  background: url('../img/tabs/tab-focus-selected-middle-bk.svg') 0 0 repeat-x !important;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus::before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus::before {
  background: url('../img/tabs/tab-focus-selected-side-bk.svg') 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus::after,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus::after {
  background: url('../img/tabs/tab-focus-selected-side2-bk.svg') 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.disabled > a {
  background: url('../img/tabs/tab-disabled-middle-bk.png') 0 0 repeat-x;
  color: #a0a0a0;
}
.nav-tabs:not(.navbar-nav) > li.disabled > a,
.nav-tabs:not(.navbar-nav) > li.disabled > a:hover,
.nav-tabs:not(.navbar-nav) > li.disabled > a:focus {
  cursor: default;
  pointer-events: none;
  color: #a0a0a0;
}
.nav-tabs:not(.navbar-nav) > li.disabled > a::before {
  background: url('../img/tabs/tab-disabled-side-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li.disabled > a::after {
  background: url('../img/tabs/tab-disabled-side2-bk.svg') 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop {
  overflow: visible;
  position: absolute;
  right: 2px;
  width: 48px;
  margin-right: 0px !important;
  margin-left: 0px;
  padding: 0 0 0 10px;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* /.nav-tabs > li.tabdrop .dropdown-menu */
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .caret {
  display: none;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a {
  min-width: 100%;
  width: 40px;
  height: 24px;
  margin-top: 5px;
  margin-left: -3px;
  margin-bottom: 0px;
  padding: 0;
  text-indent: -9999px;
  background: url('../img/tabs/more-tabs-btn.svg') no-repeat -3px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a:hover {
  background-position: -43px top;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a:focus,
.nav-tabs:not(.navbar-nav) > li.tabdrop > a.focus {
  margin-top: 4px;
  margin-bottom: 0px;
  background: url('../img/tabs/more-tabs-btn.svg') no-repeat -124px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop.active > a {
  border: 0 !important;
  background: url('../img/tabs/more-tabs-btn.svg') no-repeat -3px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop.active > a:hover {
  margin-top: 4px;
  margin-bottom: 0px;
  background: url('../img/tabs/more-tabs-btn.svg') no-repeat -43px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a:active,
.nav-tabs:not(.navbar-nav) > li.tabdrop > a.pressed,
.nav-tabs:not(.navbar-nav) > li.tabdrop.open > a,
.nav-tabs:not(.navbar-nav) > li.tabdrop.open > a:hover,
.nav-tabs:not(.navbar-nav) > li.tabdrop.active.open > a,
.nav-tabs:not(.navbar-nav) > li.tabdrop.active.open > a:hover {
  margin-top: 4px;
  margin-bottom: 0px;
  background: url('../img/tabs/more-tabs-btn.svg') no-repeat -83px top transparent !important;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu {
  top: 38px;
  right: -7px;
  left: auto;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  /* /.nav-tabs > li.tabdrop .dropdown-menu > li */
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu::after,
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 17px;
  left: auto;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu::before {
  top: -15px;
  border-bottom: 7px solid #e4e4e4;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu::after {
  border-bottom: 7px solid #fff;
  top: -14px;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li {
  /* /.nav-tabs > li.tabdrop .dropdown-menu > li > a */
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a {
  padding: 9px 15px 10px;
  color: #282828;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:hover {
  border: 0px;
  background: #ccebff;
  color: #282828;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:active,
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:focus,
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a.pressed {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0px #e2e2e2 inset, 0 -1px 0px #e2e2e2 inset;
  box-shadow: 0 1px 0px #e2e2e2 inset, 0 -1px 0px #e2e2e2 inset;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li.active > a:not(.pressed) {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
  box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li.disabled > a {
  color: #a0a0a0;
  background-color: #ebebeb;
  background-image: none;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
  outline: none;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop::before,
.nav-tabs:not(.navbar-nav) > li.tabdrop a::before,
.nav-tabs:not(.navbar-nav) > li.tabdrop::after,
.nav-tabs:not(.navbar-nav) > li.tabdrop a::after {
  display: none !important;
}
.nav-tabs:not(.navbar-nav) + .tab-content {
  margin-top: 0;
  border-top: 2px solid #599900;
}
@-moz-document url-prefix() {
  .nav-tabs:not(.navbar-nav) + .tab-content {
    margin-top: -1px;
  }
}
/* /.nav-tabs:not(.navbar-nav) */
.ie11 .nav-tabs:not(.navbar-nav) > li::after {
  display: none;
}
/* Justified tabs */
.nav-tabs.nav-justified {
  display: block;
  margin-bottom: 0px;
  padding: 0 4px 0 4px;
}
.nav-tabs.nav-justified:not(.navbar-nav) > li:not(.tabdrop) > a,
.nav-tabs.nav-justified:not(.navbar-nav) > li:not(.tabdrop) > a:focus,
.nav-tabs.nav-justified:not(.navbar-nav) > li:not(.tabdrop) > a.pressed:focus {
  margin-left: -11px;
}
.nav-tabs.nav-justified:not(.navbar-nav) > li:first-child > a,
.nav-tabs.nav-justified:not(.navbar-nav) > li:first-child > a:focus,
.nav-tabs.nav-justified:not(.navbar-nav) > li:first-child > a.pressed:focus {
  margin-left: 0;
}
.nav-tabs.nav-justified li > a {
  margin-bottom: 0px;
  border-radius: 0;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  height: 33px;
}
.nav-tabs.nav-justified li.active > a,
.nav-tabs.nav-justified li.active > a:hover,
.nav-tabs.nav-justified li.active > a:focus,
.nav-tabs.nav-justified li.active > a:active {
  height: 33px;
  border: 0px;
}
.nav-tabs.nav-justified li.tabdrop {
  display: none;
}
.nav-tabs.nav-justified + .tab-content {
  position: relative;
  margin-top: -2px;
}
/* /.nav-tabs.nav-justified */
.tab-content {
  clear: both;
  padding: 0px;
  border: 1px solid #d3d3d3;
  background: #fff;
}
.tab-content h4 {
  margin: 0 0 10px;
  color: #0974b3;
  font-size: 16px;
}
.tab-content p:last-child {
  margin: 0px;
}
.tab-content .tabs-lead {
  margin-bottom: 15px;
  font-style: italic;
}
.tab-content table {
  margin-bottom: 0;
  border-width: 0px;
}
.tab-content .content {
  padding: 20px 20px 25px;
  border-top: 1px solid #dddddd;
}
.tab-content .tab-pane-content {
  padding: 20px 20px 25px;
}
/* /.tab-content */
.tabs-collapse.in {
  overflow-y: visible;
  height: auto;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(20) > a {
  z-index: 20;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(19) > a {
  z-index: 19;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(18) > a {
  z-index: 18;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(17) > a {
  z-index: 17;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(16) > a {
  z-index: 16;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(15) > a {
  z-index: 15;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(14) > a {
  z-index: 14;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(13) > a {
  z-index: 13;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(12) > a {
  z-index: 12;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(11) > a {
  z-index: 11;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(10) > a {
  z-index: 10;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(9) > a {
  z-index: 9;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(8) > a {
  z-index: 8;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(7) > a {
  z-index: 7;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(6) > a {
  z-index: 6;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(5) > a {
  z-index: 5;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(4) > a {
  z-index: 4;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(3) > a {
  z-index: 3;
}
.nav-tabs:not(.navbar-nav) li:nth-last-child(2) > a {
  z-index: 2;
}
.nav-tabs:not(.navbar-nav) li:last-child > a {
  z-index: 1;
}
.nav-tabs:not(.navbar-nav) .dropdown-menu {
  margin-top: -1px;
  margin-left: -11px;
}
/* with dropdowns */
.nav-tabs:not(.navbar-nav) .dropdown > .dropdown-toggle > .caret {
  position: absolute;
  top: 14px;
  right: 0;
  background-position: 0px -145px;
}
.nav-tabs:not(.navbar-nav) .active.dropdown > .dropdown-toggle > .caret {
  background-position: -132px 1px;
}
/* Default Pills */
.nav-pills {
  /* / > li */
}
.nav-pills > li {
  /* /> a */
}
.nav-pills > li > a {
  *zoom: 1;
  border-color: #d1d1d1 #d1d1d1 #a5a5a5;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  min-width: 120px;
  height: 24px;
  padding: 4px 15px 3px 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  color: #282828;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
}
.nav-pills > li > a:hover {
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.nav-pills > li > a:focus {
  outline: none;
  border-color: #0089d9;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
  padding-top: 4px;
  border-width: 1px;
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.nav-pills > li > a:active {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  padding-top: 4px;
  border-width: 1px;
}
.nav-pills > li > a span.caret {
  position: relative;
  top: 1px;
  line-height: 100%;
}
.nav-pills > li > a.dropdown-toggle {
  padding-right: 7px;
}
.nav-pills > li > a .badge {
  min-width: 22px;
  height: 15px;
  padding: 0.2em 0.4em 0.1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-left: 5px;
  color: #fff;
  background: #4d8400;
}
.nav-pills > li:active .badge,
.nav-pills > li.active .badge {
  color: #282828;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
}
.nav-pills > li.active > a,
.nav-pills > li.dropdown.open > a {
  padding-top: 4px;
  border-color: #a5a5a5 #dbdbdb #c6c6c6;
  color: #282828;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  border-width: 1px;
  border-bottom-color: #d9d9d9 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}
.nav-pills > li.active > a:hover {
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #282828;
}
.nav-pills > li.active > a:focus {
  padding-top: 4px;
  color: #282828;
  border-width: 1px;
  background: #ebebeb;
  border-top: 1px solid #0089d9 !important;
  border-right: 1px solid #0089d9 !important;
  border-bottom: 1px solid #0089d9 !important;
  border-left: 1px solid #0089d9 !important;
  box-shadow: 0 0 0 1px #0089d9 inset !important;
}
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus,
.nav-pills > li.disabled > a:active {
  opacity: 1;
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #a0a0a0;
  background: #d7d7d7;
  -moz-box-shadow: none;
  cursor: default;
  padding-top: 4px;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-pills > li.disabled > a:before,
.nav-pills > li.disabled > a:hover:before,
.nav-pills > li.disabled > a:focus:before,
.nav-pills > li.disabled > a:active:before {
  display: none;
}
.nav-pills .dropdown-menu {
  margin-top: -1px;
}
/* /.nav-pills */
/* Primary pills */
.nav-pills.nav-pills-primary > li > a:active,
.nav-pills.nav-pills-primary > li.active > a,
.nav-pills.nav-pills-primary > li.active > a:hover {
  border-color: #325700 #3b6500 #427000 !important;
  color: #fff;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset !important;
}
.nav-pills.nav-pills-primary > li > a:active:before,
.nav-pills.nav-pills-primary > li.active > a:before,
.nav-pills.nav-pills-primary > li.active > a:hover:before {
  display: none;
}
.nav-pills.nav-pills-primary > li.active > a:focus,
.nav-pills.nav-pills-primary > li.active.focus > a {
  padding: 3px 15px 3px;
  z-index: 4;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #fff !important;
  box-shadow: 1px 1px #cecece, -1px -1px #cecece !important;
}
.nav-pills.nav-pills-primary > li.disabled > a,
.nav-pills.nav-pills-primary > li.disabled > a:hover,
.nav-pills.nav-pills-primary > li.disabled > a:focus,
.nav-pills.nav-pills-primary > li.disabled > a:active {
  opacity: 1;
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #a0a0a0;
  background: #d7d7d7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
/* /.nav-pills */
.ie11 .nav-pills.nav-pills-primary > li > a {
  padding-top: 3px;
}
.ie11 .nav-pills.nav-pills-primary > li > a:focus {
  padding-top: 2px;
}
.ie11 .nav-pills.nav-pills-primary > li > a:active {
  padding-top: 3px;
}
@media (max-width: 1199px) {
  .nav-tabs:not(.navbar-nav) {
    margin-bottom: -6px;
  }
}
/* max-width: @screen-lg-max (1119px) */
@media (max-width: 768px) {
  .nav-pills > li {
    float: none;
  }
}
/* max-width: @screen-sm-max (768px) */
/**
 * Navbar - main navigation - Nordic Cool 3
*/
.active-on-mobile {
  display: none;
}
.navbar-collapse {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0px;
}
.navbar-collapse.collapse {
  float: none;
  position: relative;
  height: 42px !important;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}
.navbar {
  background: #006199;
  background: -webkit-linear-gradient(left, #006199 0%, #0079bf 100%);
  background: linear-gradient(to right, #006199 0%, #0079bf 100%);
  min-height: 40px;
  height: auto;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 0px;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  /* max-width: @screen-sm-max (768px) */
  /* .navbar-brand */
  /* .nav */
  /* navbar-text */
  /* navbar-form */
  /* navbar-btn */
}
.navbar > .container-fluid {
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 0;
  padding-right: 0;
  /* max-width: @screen-sm-max (768px) */
}
.navbar > .container-fluid .navbar-header {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .navbar > .container-fluid {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar > .container-fluid .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar > .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .navbar {
    margin-right: 0;
  }
}
.navbar:not(.navbar-fixed-top) {
  position: relative;
}
.navbar .navbar-brand {
  height: auto;
  padding: 7px 15px 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 135%;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.navbar .navbar-brand:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 0 0 #3187b9;
  box-shadow: 1px 0 0 #3187b9;
}
.navbar .navbar-brand:focus {
  border-right: 0px !important;
  border-left: 0px !important;
  color: #fff;
  outline: none;
  -webkit-box-shadow: 1px 1px 0 #fff inset, -1px 1px 0 #fff inset;
  box-shadow: 1px 1px 0 #fff inset, -1px 1px 0 #fff inset;
}
.navbar .navbar-brand.dropdown {
  padding: 0;
}
.navbar .navbar-brand.dropdown .dropdown-toggle {
  display: inline-block;
  padding: 7px 15px 8px;
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-brand.dropdown .dropdown-menu {
  margin-top: 0;
  left: -1px;
  min-width: 240px;
  padding: 0;
  border-top: 0;
}
.navbar .navbar-brand.dropdown .dropdown-menu:before,
.navbar .navbar-brand.dropdown .dropdown-menu:after {
  display: none;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a {
  position: relative;
  padding: 20px 15px 18px 70px;
  height: 60px;
  -webkit-box-shadow: 0 1px 0 #ebebeb inset;
  box-shadow: 0 1px 0 #ebebeb inset;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a:not(.btn).active {
  -webkit-box-shadow: 6px 0 0 0 #4d8400 inset, 0 1px 0 #ebebeb inset;
  box-shadow: 6px 0 0 0 #4d8400 inset, 0 1px 0 #ebebeb inset;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a:before {
  content: '';
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 36px;
  height: 36px;
  left: 20px;
  position: absolute;
  top: 13px;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a#product-1:before {
  background-image: url(../img/brand-icons/brand-icon-1.png);
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a#product-2:before {
  background-image: url(../img/brand-icons/brand-icon-2.png);
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a#product-3:before {
  background-image: url(../img/brand-icons/brand-icon-3.png);
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a#product-4:before {
  background-image: url(../img/brand-icons/brand-icon-4.png);
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a#product-5:before {
  background-image: url(../img/brand-icons/brand-icon-5.png);
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a:not(.active):hover,
.navbar .navbar-brand.dropdown .dropdown-menu > li > a.hover {
  background-color: #CCEBFF;
  -webkit-box-shadow: 0 -1px 0 #b8def5 0 1px 0 #b8def5 !important;
  box-shadow: 0 -1px 0 #b8def5 0 1px 0 #b8def5 !important;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li:first-child > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li:first-child > a:not(.btn).active {
  -webkit-box-shadow: 6px 0 0 0 #4d8400 inset;
  box-shadow: 6px 0 0 0 #4d8400 inset;
}
.navbar .navbar-brand.dropdown.open {
  background: #fff;
  position: relative;
}
.navbar .navbar-brand.dropdown.open:after {
  content: "";
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: block;
  background: #ebebeb !important;
  background: -webkit-linear-gradient(left, #ffffff 0%, #ebebeb 25%, #ebebeb 50%, #ebebeb 75%, #ffffff 100%) !important;
  background: linear-gradient(to right, #ffffff 0%, #ebebeb 25%, #ebebeb 50%, #ebebeb 75%, #ffffff 100%) !important;
}
.navbar .navbar-brand.dropdown.open > .dropdown-toggle {
  color: #282828;
}
.navbar .navbar-brand.dropdown.open .caret {
  background-position: -60px 3px;
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.navbar .navbar-brand.dropdown.open .dropdown-menu {
  border-top-color: transparent;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}
.navbar .navbar-brand.dropdown.open .dropdown-menu > li > a {
  font-size: 16px;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  font-weight: 200;
}
.navbar .nav.navbar-nav .dropdown-element.open .caret,
.navbar .nav.navbar-nav .dropdown.open .caret {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.navbar .nav {
  display: block;
  position: initial;
  height: auto;
  padding: 0;
  border: 0px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* li */
  /* li.active */
  /* li.dropdown */
  /* .icon */
  /* li.tabdrop */
}
.navbar .nav:not(.navbar-right) {
  /*max-width: 60%;*/ /*Top menu width*/
  padding-left: 0;
  padding-right: 46px;
  max-height: 42px;
}
.navbar .nav > li {
  margin-bottom: 0;
}
.navbar .nav > li > a {
  position: relative;
  height: auto;
  margin-right: 0px;
  padding: 9px 15px 9px;
  font-size: 18px;
  font-weight: 200;
  line-height: 135%;
  text-decoration: none;
  color: #fff;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar .nav > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 0 0 #3187b9;
  box-shadow: 1px 0 0 #3187b9;
}
.navbar .nav > li > a:focus {
  color: #fff;
  outline: none;
  border-left: 1px solid #FFF;
  -webkit-box-shadow: -1px 1px 0 #fff inset;
  box-shadow: -1px 1px 0 #fff inset;
}
.navbar .nav > li > a.dropdown-toggle {
  padding-bottom: 8px;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border: 0;
  border-left: 1px solid transparent;
  box-shadow: -1px 0px 0 rgba(255, 255, 255, 0.1);
}
.navbar .nav > li.active:nth-last-child(2) > a,
.navbar .nav > li.active:nth-last-child(2) > a:hover,
.navbar .nav > li.active:nth-last-child(2) > a:focus {
  box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1);
}
.navbar .nav > li.dropdown.open .dropdown-toggle,
.navbar .nav > div.dropdown.open .dropdown-toggle {
  background-color: #fff;
  color: #282828;
}
.navbar .nav > li.dropdown .dropdown-menu,
.navbar .nav > div.dropdown .dropdown-menu {
  border-color: transparent #e9e9e9 #dedede #eaeaea;
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
  margin-left: 0;
  z-index: 1010;
}
.navbar .nav > li.dropdown .dropdown-menu > li > a:not(.btn),
.navbar .nav > div.dropdown .dropdown-menu > li > a:not(.btn),
.navbar .nav > li.dropdown .dropdown-menu > div > a:not(.btn),
.navbar .nav > div.dropdown .dropdown-menu > div > a:not(.btn) {
  border-left: 0;
  font-size: 14px;
  line-height: 145%;
  padding: 10px 20px;
  border-radius: 0;
  display: block;
  color: #282828;
  text-decoration: none;
}
.navbar .nav > li.dropdown .dropdown-menu > li > a:not(.btn):hover,
.navbar .nav > div.dropdown .dropdown-menu > li > a:not(.btn):hover,
.navbar .nav > li.dropdown .dropdown-menu > div > a:not(.btn):hover,
.navbar .nav > div.dropdown .dropdown-menu > div > a:not(.btn):hover {
  background-color: #ccebff;
}
.navbar .nav > li.dropdown .dropdown-menu > li > a:not(.btn):focus,
.navbar .nav > div.dropdown .dropdown-menu > li > a:not(.btn):focus,
.navbar .nav > li.dropdown .dropdown-menu > div > a:not(.btn):focus,
.navbar .nav > div.dropdown .dropdown-menu > div > a:not(.btn):focus {
  outline-offset: -1px;
}
.navbar .nav .icon > a {
  width: 48px;
  height: 42px;
  padding: 0;
  white-space: normal;
  overflow: hidden;
}
.navbar .nav .icon > a .vismaicon.vismaicon-menu,
.navbar .nav .icon > a .vismaicon.vismaicon-menu:hover {
  border: 0;
  background: transparent;
}
.navbar .nav .icon.dropdown {
  position: relative;
}
.navbar .nav .icon.dropdown > a {
  width: 75px;
}
.navbar .nav .icon.dropdown .caret {
  top: -14px;
  position: relative;
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -15px 0 no-repeat;
}
.navbar .nav .icon.dropdown.open > a {
  background: #fff;
}
.navbar .nav .icon.dropdown.open > a:hover {
  border-color: #fff;
}
.navbar .nav .icon.dropdown.open .caret {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -45px 0 no-repeat;
}
.navbar .nav > li.tabdrop {
  float: right;
  right: 0;
  top: 0;
  position: absolute !important;
}
.navbar .navbar-text {
  margin: 11px 15px 11px !important;
  color: #fff;
}
.navbar .navbar-text a {
  color: #fff;
}
.navbar .navbar-form {
  margin: 6px 0 5px 0;
}
.navbar .navbar-form .search-group {
  position: relative;
  transition: all 0.5s ease 0s;
  width: 70%;
}
.navbar .navbar-form .search-group.focus {
  width: 100%;
}
.navbar .navbar-form .form-control {
  border: 0;
  border-radius: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.navbar .navbar-form .form-control:focus {
  -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
}
.navbar .navbar-form .form-control::-ms-clear,
.navbar .navbar-form .form-control::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.navbar .navbar-form .search-icon {
  left: 1px;
  pointer-events: none;
  top: 1px;
}
.navbar .navbar-form .clear-search {
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control {
  background-color: #00598d;
  color: #fff;
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control:-moz-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control::-moz-placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control:-ms-input-placeholder {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .search-icon:before {
  background-position: 0px 0;
  opacity: 0.5;
}
.navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .clear-search:before {
  background-position: 0 3px;
  opacity: 0.5;
}
.navbar .navbar-form.navbar-form-primary .search-group.focus .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-btn.btn {
  margin: 6px 15px 5px;
}
/* .navbar */
.ie11 .navbar-second-level.navbar .navbar-nav > li {
  position: inherit;
}
.ie10 .search-group .form-control,
.ie11 .search-group .form-control {
  padding-right: 9px;
}
.ie10 .search-group .clear-search,
.ie11 .search-group .clear-search {
  display: none !important;
}
.ie10 .search-group.search-group-button .form-control,
.ie11 .search-group.search-group-button .form-control {
  padding-right: 36px;
}
.navbar .navbar-right {
  margin: 0;
  padding-left: 46px;
  position: inherit;
}
.navbar .navbar-right > li.tabdrop {
  left: 0;
  right: auto;
  position: absolute !important;
}
.navbar .navbar-right .navbar-form > .search-group {
  float: right;
}
/* Second level navigation */
.navbar.navbar-second-level {
  margin-bottom: 35px;
}
.navbar.navbar-second-level .collapse.second-level {
  display: none;
}
.navbar.navbar-second-level .collapse.second-level.in {
  display: block;
}
.navbar.navbar-second-level .navbar-nav > li {
  position: initial;
}
.navbar.navbar-second-level .second-level {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  bottom: -37px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  left: 0;
  margin-bottom: 0;
  padding: 8px 1px;
  position: absolute;
  right: 0;
  visibility: visible;
  width: 100%;
  z-index: 1000;
  /* div */
}
.navbar.navbar-second-level .second-level > div {
  display: inline-block;
}
.navbar.navbar-second-level .second-level > div > a {
  color: #282828;
  padding: 9px 15px;
  text-decoration: none;
}
.navbar.navbar-second-level .second-level > div > a:hover {
  color: #0974b3;
  text-decoration: underline;
}
.navbar.navbar-second-level .second-level > div > a:hover + a.dropdown-toggle .caret {
  background-position: 0 center;
}
.navbar.navbar-second-level .second-level > div > a:focus {
  outline-offset: -2px;
}
.navbar.navbar-second-level .second-level > div > a.active {
  color: #0974b3;
  font-weight: 700;
}
.navbar.navbar-second-level .second-level > div.dropdown-element > a.dropdown-toggle {
  padding-left: 0px;
  padding-right: 5px;
  margin-left: -10px;
}
.navbar.navbar-second-level .second-level > div.dropdown-element > a.dropdown-toggle .caret {
  background-position: -45px center;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.hoverState > a {
  color: #0974b3;
  text-decoration: underline;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.hoverState > a .caret {
  background-position: 0px center;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.open > a {
  background: transparent;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.active > a {
  color: #0974b3;
  font-weight: 700;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.active:hover > a {
  text-decoration: none;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.active > a.dropdown-toggle .caret {
  background-position: 0px center;
}
.navbar.navbar-second-level .third-level.dropdown-menu {
  margin-top: 4px;
}
.navbar.navbar-second-level .third-level.dropdown-menu:before,
.navbar.navbar-second-level .third-level.dropdown-menu:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  left: 40px;
  position: absolute;
  top: -7px;
  width: 0;
}
.navbar.navbar-second-level .third-level.dropdown-menu:before {
  border-bottom: 7px solid #e4e4e4;
  top: -15px;
}
.navbar.navbar-second-level .third-level.dropdown-menu:after {
  border-bottom: 7px solid #fff;
  top: -14px;
}
.navbar.navbar-second-level .third-level.dropdown-menu .third-level-item > a {
  padding: 8px 15px 8px 20px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #282828;
  line-height: 120%;
  text-decoration: none;
  display: block;
}
.navbar.navbar-second-level .third-level.dropdown-menu .third-level-item > a:hover {
  background-color: #CCEBFF;
}
.navbar.navbar-second-level .third-level.dropdown-menu .third-level-item > a.active {
  color: #0974b3;
  font-weight: 700;
}
@media (min-width: 769px) {
  /* Tabdrop */
  .navbar .nav .dropdown.tabdrop {
    display: block;
    width: 46px;
    height: 42px;
    /* /.dropdown-toggle */
    /* .dropdown-menu */
    /* &.open */
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle {
    display: block;
    width: 46px;
    height: 42px;
    border-left: 1px solid #1a7eb7;
    border-right: 1px solid #1a7fb9;
    background: #0071b2;
    -webkit-box-shadow: -2px 0 3px -1px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: -2px 0 3px -1px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle:hover {
    background: #1a7db5;
    border-left-color: #318abd;
    border-right-color: #318bbe;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle > .icon-align-justify {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 20px;
    left: 19px;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle > .icon-align-justify:after,
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle > .icon-align-justify:before {
    background: #fff;
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 0;
    left: -9px;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle > .icon-align-justify:after {
    left: 9px;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle > .caret {
    display: none;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu {
    right: 0px;
    left: auto;
    min-width: 215px;
    padding: 7px 0 0 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #dddddd;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu:after,
  .navbar .nav .dropdown.tabdrop .dropdown-menu:before {
    display: none;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu .dropdown > .dropdown-toggle {
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu .dropdown > .dropdown-toggle .caret {
    background-position: -45px center;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu > li > a {
    position: relative;
    padding: 10px 30px;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu > li.active > a {
    padding: 10px 30px;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu > li.active > a:hover {
    background: #f0f9ff;
    -webkit-box-shadow: 0 -1px 0 #f0f9ff;
    box-shadow: 0 -1px 0 #f0f9ff;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle {
    border-right: 1px solid #005e94 !important;
    border-left: 1px solid #014f7c;
    background: #fff;
    -webkit-box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #fff inset;
    box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #fff inset;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle > .icon-align-justify,
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle > .icon-align-justify::before,
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle > .icon-align-justify::after {
    background: #646464;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle:hover {
    background: #ccebff;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu {
    padding-bottom: 7px;
    /* li */
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li {
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li > a:not(.btn),
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li > a:focus:not(.btn),
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li > a.focus:not(.btn) {
    width: auto;
    height: auto;
    text-align: left;
    overflow: hidden;
    padding: 12px 10px 11px 30px;
    position: relative;
    font-size: 14px;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:not(.btn),
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:focus:not(.btn),
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a.focus:not(.btn) {
    padding: 12px 10px 11px 50px;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:not(.btn) .vismaicon.vismaicon-menu,
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:focus:not(.btn) .vismaicon.vismaicon-menu,
  .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a.focus:not(.btn) .vismaicon.vismaicon-menu {
    border: 0;
    float: left;
    position: absolute;
    left: 5px;
    top: 1px;
  }
  /* /.dropdown.tabdrop */
}
/* min-width: @screen-sm-min (769px) */
/* Navbar toggle */
.navbar-header {
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: -15px;
  padding: 0px;
  z-index: 900;
  /* max-width: @screen-sm-max (768px) */
}
@media (max-width: 768px) {
  .navbar-header {
    margin-right: -15px;
  }
}
.navbar-header .navbar-toggle,
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  margin: 0px;
  padding: 12px 12px 15px;
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-header .navbar-toggle .icon-bar,
.navbar-header .navbar-toggle:hover .icon-bar,
.navbar-header .navbar-toggle:focus .icon-bar {
  display: block;
  border-top: 2px solid #fff;
  height: 2px;
  width: 22px;
  margin-top: 3px;
  border-radius: 0px;
  background: transparent;
}
/* Caret */
.dropdown-toggle .caret {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -15px 0 no-repeat;
}
.open > .dropdown-toggle .caret {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -45px 0 no-repeat;
}
/* Badge */
.navbar a .badge {
  color: #fff;
  background: #C72828;
  position: absolute;
  top: 3px;
  left: 19px;
  min-width: 22px;
  height: 15px;
  padding: 0.2em 0.4em 0.1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.navbar a .badge.badge-primary {
  color: #282828;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
  display: inline-block;
  text-align: center;
  text-indent: 0;
  vertical-align: sub;
  min-width: 22px;
  height: 15px;
  padding: 0.2em 0.4em 0.1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
/* Responsive navbar */
@media (min-width: 769px) {
  .navbar .nav > li:not(.dropdown) > a.dropdown-toggle {
    display: none;
  }
}
/* min-width: @screen-sm-min (769px) */
/* min-width: @screen-md-max (991px) */
@media (max-width: 768px) {
  .navbar-toggle {
    display: block;
  }
  .navbar .navbar-collapse > .second-level {
    display: none !important;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative;
  }
  .navbar {
    /* .nav */
  }
  .navbar .navbar-header {
    float: none;
  }
  .navbar .navbar-collapse.collapse {
    display: none!important;
    height: 100% !important;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    max-height: 100% !important;
  }
  .navbar .navbar-collapse.collapse.in {
    display: block!important;
  }
  .navbar .nav {
    float: none !important;
  }
  .navbar .nav:not(.navbar-right) {
    max-height: 100%;
    max-width: 100%;
    padding-right: 0px;
    margin: 0;
  }
  .navbar .nav li.first-level-item {
    float: none;
  }
  .navbar .nav li.first-level-item > a,
  .navbar .nav li.first-level-item > a:hover,
  .navbar .nav li.first-level-item > a:focus {
    border: 0;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    padding-top: 11px;
    padding-bottom: 10px;
    color: #fff;
    height: 44px;
  }
  .navbar .nav li.first-level-item > a {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .navbar .nav li.first-level-item.active > a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav li.first-level-item.active > a,
  .navbar .nav li.first-level-item.active > a:hover,
  .navbar .nav li.first-level-item.active > a:focus {
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav li.first-level-item.active > a,
  .navbar .nav li.first-level-item > a:hover,
  .navbar .nav li.first-level-item > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav li.first-level-item > a.dropdown-toggle:not(:first-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    /*right: 15px;*/
    right: 0px;
    text-align: center;
    top: 0;
    width: 45px;
    margin: 0 !important;
    -webkit-box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1) inset;
  }
  .navbar .nav li.first-level-item > a.dropdown-toggle:not(:first-child) {
    padding-bottom: 12px;
    padding-top: 12px;
    line-height: 105%;
  }
  .navbar .nav li.first-level-item.active > a.dropdown-toggle:not(:first-child) {
    background: transparent;
  }
  .navbar .nav li.first-level-item.active > a.dropdown-toggle:not(:first-child):hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
  }
  .navbar .nav li.first-level-item a .vismaicon.vismaicon-menu {
    position: absolute;
    left: 0;
  }
  .navbar .nav li.first-level-item a .badge {
    left: 15px;
    right: auto;
  }
  .navbar .nav li.first-level-item a:hover .badge,
  .navbar .nav li.first-level-item a:focus .badge {
    left: 30px;
  }
  .navbar .nav li.first-level-item.icon > a {
    padding-left: 60px !important;
    position: relative;
  }
  .navbar .nav li.first-level-item.icon > a .vismaicon.vismaicon-menu {
    left: 15px;
  }
  .navbar .nav li.dropdown.first-level-item > a.dropdown-toggle {
    color: #fff !important;
  }
  .navbar .nav li.dropdown.first-level-item > .dropdown-menu {
    background: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .nav li.dropdown.first-level-item > .dropdown-menu > div > a,
  .navbar .nav li.dropdown.first-level-item > .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle {
    padding-left: 25px !important;
    padding-right: 25px !important;
    /*margin-left: 0px !important;
					margin-right: 0px !important; */
  }
  .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle,
  .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle:focus,
  .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle:hover {
    background: #fff;
    color: #282828 !important;
  }
  .navbar .nav li.active.first-level-item + .first-level-item > a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav li.first-level-item:hover + .first-level-item:not(.active ) > a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav .second-level.second-level-collapse {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
  .navbar .nav li.second-level-item,
  .navbar .nav div.second-level-item {
    display: block;
    position: relative;
  }
  .navbar .nav li.second-level-item > a,
  .navbar .nav div.second-level-item > a {
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 13px;
    padding-bottom: 10px;
    height: 44px;
  }
  .navbar .nav li.second-level-item > a:hover,
  .navbar .nav div.second-level-item > a:hover {
    background: #ccebff !important;
    text-decoration: none;
    color: #282828;
    -webkit-box-shadow: 0 -1px 0 #b8def5 0 -1px 0 #b8def5;
    box-shadow: 0 -1px 0 #b8def5 0 -1px 0 #b8def5;
  }
  .navbar .nav li.second-level-item > a.active:hover,
  .navbar .nav div.second-level-item > a.active:hover {
    color: #0974b3;
  }
  .navbar .nav li.second-level-item > a.dropdown-toggle,
  .navbar .nav div.second-level-item > a.dropdown-toggle {
    position: absolute;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*right: 15px;*/
    right: 0px;
    text-align: center;
    top: 0;
    width: 45px;
    margin: 0 !important;
  }
  .navbar .nav li.second-level-item.hoverState > a:not(.dropdown-toggle),
  .navbar .nav div.second-level-item.hoverState > a:not(.dropdown-toggle) {
    background: #ccebff;
    text-decoration: none;
    color: #282828;
  }
  .navbar .nav li.second-level-item > a:hover + a.dropdown-toggle .caret,
  .navbar .nav div.second-level-item > a:hover + a.dropdown-toggle .caret,
  .navbar .nav li.second-level-item.hoverState > a.dropdown-toggle .caret,
  .navbar .nav div.second-level-item.hoverState > a.dropdown-toggle .caret {
    background-position: -45px center;
  }
  .navbar .nav li.second-level-item:not(.open) > .third-level,
  .navbar .nav div.second-level-item:not(.open) > .third-level {
    display: none !important;
  }
  .navbar .nav .third-level.third-level-collapse {
    border-top: 0 none;
    margin-top: 0;
    min-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .nav .third-level.third-level-collapse:before,
  .navbar .nav .third-level.third-level-collapse:after {
    display: none;
  }
  .navbar .nav .third-level.third-level-collapse > .third-level-item > a {
    padding-left: 50px;
    padding-top: 14px;
    padding-bottom: 10px;
    height: 44px;
    color: #282828;
    display: block;
    text-decoration: none;
  }
  .navbar .nav .third-level.third-level-collapse > .third-level-item > a:hover {
    background: #ccebff !important;
    text-decoration: none;
    color: #282828;
    -webkit-box-shadow: 0 -1px 0 #b8def5 0 -1px 0 #b8def5;
    box-shadow: 0 -1px 0 #b8def5 0 -1px 0 #b8def5;
  }
  .navbar .nav li.tabdrop.dropdown {
    position: relative !important;
    float: none;
  }
  .navbar .nav li.tabdrop.dropdown.dropdown.tabdrop > .dropdown-toggle {
    display: none;
  }
  .navbar .nav li.tabdrop.dropdown.dropdown.tabdrop .dropdown-menu {
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    float: none;
    min-width: auto;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    background: transparent !important;
  }
  .navbar .nav li.tabdrop.dropdown.dropdown.tabdrop .dropdown-menu > .third-level-item > a {
    background: #fff;
    padding-left: 50px;
  }
  .navbar .nav li.tabdrop.dropdown .first-level-item.dropdown > a.dropdown-toggle,
  .navbar .nav li.tabdrop.dropdown .first-level-item > a:not(.dropdown-toggle) {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
  }
  .navbar .nav li.tabdrop.dropdown .first-level-item.dropdown > a.dropdown-toggle:hover,
  .navbar .nav li.tabdrop.dropdown .first-level-item > a:not(.dropdown-toggle):hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar .nav li.tabdrop.dropdown .first-level-item.active > a:not(.dropdown-toggle),
  .navbar .nav li.tabdrop.dropdown .first-level-item.active > a:not(.dropdown-toggle):hover,
  .navbar .nav li.tabdrop.dropdown .first-level-item.active > a:not(.dropdown-toggle):focus {
    background: #015d93;
    background: -webkit-linear-gradient(top, #015d93 0%, #01507c 100%);
    background: linear-gradient(to bottom, #015d93 0%, #01507c 100%);
    -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
  }
  .navbar .navbar-right {
    max-width: 100%;
    padding-left: 0px;
  }
  .navbar .navbar-right .icon:before {
    content: '';
    border-top: 1px solid #fff;
    width: 100%;
  }
  .navbar .nav .dropdown-menu li.new-window > a:after {
    background-position: -63px 0;
    position: relative;
    right: auto;
    top: auto;
  }
  .navbar .nav .navbar-form {
    border: 0;
    margin: 0;
    height: 44px;
    padding-top: 7px;
    padding-bottom: 6px;
    float: none !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav .navbar-form > .search-group {
    float: none;
  }
  .navbar.navbar-second-level .navbar-nav > li {
    position: relative;
  }
}
/* max-width: @screen-xs-max (768px) */
/**
 * Vertical menu styles - Nordic Cool 3
*/
.affix {
  top: -1px;
  padding: 0px;
}
.affix-top.sidenav .nav > li:first-child > a {
  padding-top: 12px;
}
.sidenav {
  overflow: hidden;
  width: 110%;
  margin: 0px;
  padding: 0px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.06);
  /* /.inner-scroll */
  /* Primary */
  /* .sidenav-primary */
}
.sidenav .inner-scroll {
  /* /> .nav > li  */
  /* .nav .nav */
}
.sidenav .inner-scroll > .nav {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9 #ebebeb #d9d9d9 #d9d9d9;
  background: #f5f5f5;
  -webkit-box-shadow: -1px 0 0 #fff inset;
  box-shadow: -1px 0 0 #fff inset;
}
.sidenav .inner-scroll .nav > li {
  /*&:hover { cursor: pointer; }*/
}
.sidenav .inner-scroll .nav > li:not(.show-nav) > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 16px;
  right: 8px;
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -103px 0 no-repeat;
}
.sidenav .inner-scroll .nav > li > a {
  padding: 12px 5px 11px 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #282828;
  line-height: 125%;
  text-decoration: none;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 75%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 75%, #f8f8f8 100%);
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.sidenav .inner-scroll .nav > li > a:focus {
  outline: none;
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f4f4f4 75%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #f4f4f4 75%, #f8f8f8 100%);
  -webkit-box-shadow: 0 0 0 2px #0089d9 inset;
  box-shadow: 0 0 0 2px #0089d9 inset;
}
.sidenav .inner-scroll .nav > li > a:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sidenav .inner-scroll .nav > li > a:only-child:after {
  display: none;
}
.sidenav .inner-scroll .nav > li > a:hover {
  border-bottom: 1px solid #d7e3ea;
  background: #f0f9ff;
  background: -webkit-linear-gradient(top, #f0f9ff 25%, #e4f0f7 90%);
  background: linear-gradient(to bottom, #f0f9ff 25%, #e4f0f7 90%);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.sidenav .inner-scroll .nav > li:nth-last-child(2):not(.active-child) > a {
  border-bottom: 0;
}
.sidenav .inner-scroll .nav > li.active:last-child > a {
  border-width: 1px;
}
.sidenav .inner-scroll .nav > li.active:not(.active-child) > a {
  position: relative;
  border-bottom: 1px solid #0069a6;
  color: #fff;
  background: #0a82c7;
  background: -webkit-linear-gradient(top, #0a82c7 0%, #0975b5 65%, #0a81c6 100%);
  background: linear-gradient(to bottom, #0a82c7 0%, #0975b5 65%, #0a81c6 100%);
  -webkit-box-shadow: 0 -1px 0 #0069a6;
  box-shadow: 0 -1px 0 #0069a6;
}
.sidenav .inner-scroll .nav > li.active.active-child > a:after {
  right: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sidenav .inner-scroll .nav > li.active:not(.active-child) > a:after {
  right: 11px;
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -17px 0 no-repeat;
}
.sidenav .inner-scroll .nav > li > a.disabled,
.sidenav .inner-scroll .nav > li > a[disabled],
.sidenav .inner-scroll .nav > li.disabled > a {
  cursor: default;
  pointer-events: none;
  color: #a0a0a0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav .inner-scroll .nav > li > a.disabled:after,
.sidenav .inner-scroll .nav > li > a[disabled]:after,
.sidenav .inner-scroll .nav > li.disabled > a:after {
  background-position: -18px 0;
}
.sidenav .inner-scroll > .nav .nav {
  display: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0;
  border-bottom: 1px solid #d9d9d9;
  background: #ebebeb;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.03) inset;
}
.sidenav .inner-scroll > .nav .nav > li > a:after {
  display: none !important;
}
.sidenav .inner-scroll > .nav .nav > li > a {
  min-height: 37px;
  padding: 12px 45px 10px 25px;
  border: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav .inner-scroll > .nav .nav > li > a:hover {
  background-color: #CCEBFF;
  border: 0px;
  -webkit-box-shadow: 0px 1px 0 #ccebff inset, 0px -1px 0 #ccebff inset;
  box-shadow: 0px 1px 0 #ccebff inset, 0px -1px 0 #ccebff inset;
}
.sidenav .inner-scroll > .nav .nav > li > a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #0089d9 inset;
  box-shadow: 0 0 0 2px #0089d9 inset;
}
.sidenav .inner-scroll > .nav .nav > li.active > a {
  color: #fff;
  background: #0974b3;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav .inner-scroll > .nav > li:nth-last-child(2) .nav {
  border: 0;
}
.sidenav .inner-scroll .nav > .active > .nav {
  display: block;
}
.sidenav .inner-scroll > .nav.nav-one-level li > a {
  border: 0;
  background: transparent;
  -webkit-box-shadow: -1px 0 0 #f2faff inset, 1px 0 0 #f2faff inset;
  box-shadow: -1px 0 0 #f2faff inset, 1px 0 0 #f2faff inset;
}
.sidenav .inner-scroll > .nav.nav-one-level li:not(.active):not(.show-nav) > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  background: -webkit-linear-gradient(left, rgba(224, 224, 224, 0.25) 0%, #e0e0e0 15%, #e0e0e0 85%, rgba(224, 224, 224, 0.25) 100%);
  background: linear-gradient(to right, rgba(224, 224, 224, 0.25) 0%, #e0e0e0 15%, #e0e0e0 85%, rgba(224, 224, 224, 0.25) 100%);
}
.sidenav .inner-scroll > .nav.nav-one-level li:not(.active):not(.show-nav) > a:hover {
  background-color: #CCEBFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav .inner-scroll > .nav.nav-one-level li:not(.active):not(.show-nav) > a:hover:before {
  background-color: #CCEBFF;
  top: -1px;
}
.sidenav .inner-scroll > .nav.nav-one-level li.active:not(:nth-last-child(2)) + li:hover > a:before {
  display: none;
}
.sidenav .inner-scroll > .nav.nav-one-level li:first-child > a {
  -webkit-box-shadow: -1px 0 0 #f2faff inset, 1px 1px 0 0 #f2faff inset;
  box-shadow: -1px 0 0 #f2faff inset, 1px 1px 0 0 #f2faff inset;
}
.sidenav .inner-scroll > .nav.nav-one-level li:nth-last-child(2) > a:not(:hover):before {
  display: none;
}
.sidenav .inner-scroll > .nav.nav-one-level li.active > a,
.sidenav .inner-scroll > .nav.nav-one-level li.active > a:hover {
  border-bottom: 0;
  color: #fff;
  background: #0974b3;
  -webkit-box-shadow: 0 -1px 0 #0069a6, 0 -1px 0 #0069a6 inset !important;
  box-shadow: 0 -1px 0 #0069a6, 0 -1px 0 #0069a6 inset !important;
}
.sidenav .inner-scroll > .nav.nav-one-level li > a:after {
  display: none;
  background: none;
}
.sidenav .inner-scroll > .nav.nav-one-level li:first-child:not(.active):not(.show-nav) > a:hover:before {
  top: 0;
}
.sidenav.sidenav-primary .inner-scroll .nav {
  background: #004c78;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav.sidenav-primary .inner-scroll .nav .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid #01304c;
}
.sidenav.sidenav-primary .inner-scroll .nav .nav > li > a {
  border: 0;
}
.sidenav.sidenav-primary .inner-scroll .nav .nav > li > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
}
.sidenav.sidenav-primary .inner-scroll .nav .nav > li.active:not(.active-child) > a {
  background: rgba(0, 0, 0, 0.3);
}
.sidenav.sidenav-primary .inner-scroll .nav > li:not(.show-nav) > a:after {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -18px 0 no-repeat;
  opacity: 1;
}
.sidenav.sidenav-primary .inner-scroll .nav > li > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.sidenav.sidenav-primary .inner-scroll .nav > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.sidenav.sidenav-primary .inner-scroll .nav > li > a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #0089d9 inset;
  box-shadow: 0 0 0 2px #0089d9 inset;
}
.sidenav.sidenav-primary .inner-scroll .nav > li:first-child:not(:hover) > a {
  border-top-color: #004871;
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active:not(.active-child) > a {
  -webkit-box-shadow: 4px 0 0 #68a611 inset !important;
  box-shadow: 4px 0 0 #68a611 inset !important;
  background: transparent;
  border-bottom: 0;
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active:not(.active-child) > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active:not(.active-child) > a:after {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -17px 0 no-repeat;
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active.active-child > a {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active.active-child > a:after {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -17px 0 no-repeat;
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active.active-child + li > a,
.sidenav.sidenav-primary .inner-scroll .nav > li:hover:not(.disabled) + li > a {
  border-top-color: rgba(255, 255, 255, 0);
}
.sidenav.sidenav-primary .inner-scroll .nav > li.active > a:only-child {
  background: rgba(0, 0, 0, 0.3);
}
.sidenav.sidenav-primary .inner-scroll .nav > li > a.disabled,
.sidenav.sidenav-primary .inner-scroll .nav > li > a[disabled],
.sidenav.sidenav-primary .inner-scroll .nav > li.disabled > a {
  cursor: default;
  pointer-events: none;
  color: #2677a6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav.sidenav-primary .inner-scroll .nav > li > a.disabled:after,
.sidenav.sidenav-primary .inner-scroll .nav > li > a[disabled]:after,
.sidenav.sidenav-primary .inner-scroll .nav > li.disabled > a:after {
  background-position: -18px 0;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li > a {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li:not(.active):not(.show-nav) > a:before {
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.02) 100%);
  top: 0;
  bottom: auto;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li:not(.active):not(.show-nav) > a:hover {
  background: rgba(0, 0, 0, 0.1);
  border: transparent;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li:not(.active):not(.show-nav) > a:hover:before {
  background: rgba(255, 255, 255, 0) !important;
  top: -5px;
  display: none !important;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li:not(.active):not(.show-nav):hover + li:not(.show-nav) > a:before {
  display: none !important;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li:nth-last-child(2) > a:not(:hover):before {
  display: block;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li.active:not(:nth-last-child(2)) + li:hover > a:before {
  display: none;
}
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li.active > a,
.sidenav.sidenav-primary .inner-scroll .nav.nav-one-level > li.active > a:hover {
  -webkit-box-shadow: 4px 0 0 #68a611 inset !important;
  box-shadow: 4px 0 0 #68a611 inset !important;
  background: rgba(0, 0, 0, 0.3);
}
/* .sidenav */
/* Badge */
.sidenav li a .badge,
.sidenav li a .label {
  position: absolute;
  top: 11px;
  right: 30px;
}
.sidenav li.active:not(.active-child) > a .badge,
.sidenav li.active:not(.active-child) > a .label {
  color: #282828;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
}
/* Sub-menu expands on click - without scrollspy */
.vertical-sidebar .dropdown-submenu.open .nav {
  display: block;
}
.vertical-sidebar .dropdown-submenu > .dropdown-menu {
  float: none;
  position: relative;
  width: 100%;
}
.vertical-sidebar .dropdown-submenu.open > a {
  border-bottom: 1px solid #17608b;
  background: transparent;
}
.vertical-sidebar .dropdown-submenu.open > a .nav-caret {
  background-position: -60px -1px;
}
.vertical-sidebar .dropdown-submenu .nav a {
  color: #fff;
}
.vertical-sidebar .dropdown-submenu .nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Vertical menu - slides from the left - show/hide vertical menu */
[id*="contentPushRight-"].col-md-12 {
  width: 100%;
}
/* show-nav */
.cbp-spmenu .sidenav .inner-scroll .nav .show-nav {
  position: fixed;
  left: -1.5%;
  width: 75px;
  text-indent: -9999px;
  z-index: 100;
}
.cbp-spmenu .sidenav .inner-scroll .nav .show-nav > a:after {
  display: none;
}
.cbp-spmenu .sidenav .inner-scroll .nav .show-nav > a:before {
  content: '';
  position: absolute;
  top: 11px;
  right: 9px;
  width: 24px;
  height: 24px;
  background: url(../img/vismaicons/action-icons/24_collapse.svg) no-repeat left top;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cbp-spmenu .sidenav .inner-scroll .nav .show-nav > a:hover:before {
  background-position: -58px 0px;
}
.cbp-spmenu .sidenav .inner-scroll .nav .show-nav > a {
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 75%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 75%, #f8f8f8 100%);
  border-width: 1px;
  border-style: solid;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-left-color: #d9d9d9;
  border-right-color: #ebebeb;
  padding-top: 14px;
  padding-bottom: 13px;
}
.cbp-spmenu .sidenav .inner-scroll .nav .show-nav > a:hover {
  background: #f3faff;
  background: -webkit-linear-gradient(top, #f3faff 25%, #e4f0f7 90%);
  background: linear-gradient(to bottom, #f3faff 25%, #e4f0f7 90%);
  -webkit-box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
  box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
}
.cbp-spmenu .sidenav.sidenav-primary .inner-scroll .nav .show-nav:before {
  display: none;
}
.cbp-spmenu .sidenav.sidenav-primary .inner-scroll .nav .show-nav > a {
  background: #004c78;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cbp-spmenu .sidenav.sidenav-primary .inner-scroll .nav .show-nav > a:hover:before,
.cbp-spmenu .sidenav.sidenav-primary .inner-scroll .nav .show-nav > a:before {
  background: url(../img/hide-nav.png) no-repeat left top transparent;
}
.cbp-spmenu .sidenav.sidenav-primary .inner-scroll .nav .show-nav > a:hover {
  background: #00446c;
}
.cbp-spmenu-open.cbp-spmenu .inner-scroll .nav .show-nav {
  position: relative;
  left: auto !important;
  bottom: auto;
  width: 100%;
}
.cbp-spmenu-open.cbp-spmenu .inner-scroll .nav .show-nav > a:after {
  display: none !important;
}
.cbp-spmenu-open.cbp-spmenu .inner-scroll .nav .show-nav > a:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cbp-spmenu-open.cbp-spmenu .inner-scroll .nav .show-nav > a {
  border-width: 1px 0 0 0;
}
.cbp-spmenu {
  position: absolute;
  left: -30%;
}
.cbp-spmenu-open.cbp-spmenu {
  position: relative;
  left: 0px;
  /*height: 100vh;*/
  margin-bottom: 20px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-open.cbp-spmenu {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
/* Responsiveness */
@media (max-width: 1440px) {
  .sidenav .inner-scroll .nav > li.show-nav {
    left: -2.5%;
  }
}
@media (max-width: 991px) {
  .affix {
    position: relative;
  }
  .cbp-spmenu-open.cbp-spmenu {
    height: auto !important;
  }
  .sidenav .inner-scroll .nav > li.show-nav {
    display: none;
  }
  .affix-top .inner-scroll,
  .affix .inner-scroll {
    width: 100%;
    padding-right: 0;
  }
}
/* max-width: @screen-md-max (991px) */
@media (max-width: 768px) {
  .cbp-spmenu-open.cbp-spmenu,
  .affix .inner-scroll,
  .affix-top .inner-scroll {
    height: auto;
  }
  .cbp-spmenu {
    padding: 0;
  }
  .cbp-spmenu-push .cbp-spmenu {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* max-width: @screen-sm-max (768px) */
/*
 * Badges / Labels - Nordic Cool 3
 */
.badge,
.label {
  display: inline-block;
  min-width: 22px;
  height: 21px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-indent: 0px;
  border: 0;
  padding: 0.3em 0.7em 0.2em;
  position: relative;
  vertical-align: middle;
  border-radius: 15px;
  color: #fff;
  background: #4d8400;
}
.badge {
  padding-top: 0.4em;
}
.badge-default,
.label-default,
.badge-success,
.label-success {
  color: #fff;
  background: #4d8400;
}
.badge-primary,
.label-primary {
  color: #282828;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
}
.badge-danger,
.label-danger,
.badge-secondary,
.label-secondary {
  color: #fff;
  background: #C72828;
}
.badge-warning,
.label-warning {
  color: #fff;
  background: #F28D00;
}
.badge-info,
.label-info {
  color: #fff;
  background: #0974b3;
}
.badge.badge-sm {
  min-width: 22px;
  height: 15px;
  padding: 0.2em 0.4em 0.1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
h1 .label,
h1 .badge,
h2 .label,
h2 .badge {
  top: -2px;
}
h3 .label,
h3 .badge {
  top: -1px;
}
a > .badge {
  top: -1px;
  margin-left: 5px;
  padding-top: .3em;
}
a > .label {
  margin-left: 5px;
}
.btn .badge,
.btn .label {
  top: -2px;
}
.btn-primary .badge,
.btn-primary .label {
  color: #282828;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12) inset, 1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px rgba(0, 0, 0, 0.25) inset;
}
.btn-default .badge,
.btn-default .label {
  color: #fff;
  background: #4d8400;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #282828;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn .badge {
    top: -3px;
  }
}
/* only Chrome */
/*
 * Pagination / Pager - Nordic Cool 3
 */
.pagination {
  clear: both;
  /* /li */
}
.pagination > li {
  display: block;
  float: left;
  margin-left: 4px;
  /* /a.btn */
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination > li.of > span {
  padding: 5px 0px;
  color: #737373;
  border: none;
  background: transparent;
}
.pagination > li > a,
.pagination > li > a:hover {
  cursor: default;
  padding: 5px 0px 5px 10px;
  border: none;
  color: #282828;
  background: transparent;
}
.pagination > li.of + li > a {
  padding-left: 0px;
  padding-right: 10px;
}
.pagination > li > a.btn {
  min-width: 100%;
  width: 32px;
  height: 30px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 3px;
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1 #d1d1d1 #a5a5a5;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pagination > li > a.btn:hover {
  background: #dae7ef;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.pagination > li > a.btn:focus {
  outline: none;
  border-color: #0089d9;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #0089d9, 0 2px 0 rgba(0, 0, 0, 0.1);
}
.pagination > li > a.btn:active {
  outline: none;
  border-color: #a5a5a5 #bcbcbc #c6c6c6;
  background: #d1d1d1;
  background: -webkit-linear-gradient(top, #cccccc 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #d1d1d1 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}
.pagination > li > a.btn span {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 8px;
  height: 12px;
  text-indent: -9999px;
  background: url(../img/pagination-carets.svg) no-repeat scroll 0px 0px transparent;
}
.pagination > li > a.btn.prev span {
  right: 11px;
  background-position: 0px -36px;
}
.pagination > li > a.btn.next span {
  right: 10px;
  background-position: -18px -36px;
}
.pagination > li > a.btn.go2first span {
  background-position: 0px 0px;
}
.pagination > li > a.btn.go2last span {
  right: 10px;
  background-position: -18px 0px;
}
.pagination > li > a.disabled,
.pagination > li > a.disabled:hover,
.pagination > li > a.disabled:active,
.pagination > li > a.disabled:focus {
  opacity: 1;
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #a0a0a0;
  background: #d7d7d7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.pagination > li > a.disabled.go2first span,
.pagination > li > a.disabled:hover.go2first span,
.pagination > li > a.disabled:active.go2first span,
.pagination > li > a.disabled:focus.go2first span {
  background-position: 0 -18px;
}
.pagination > li > a.disabled.go2last span,
.pagination > li > a.disabled:hover.go2last span,
.pagination > li > a.disabled:active.go2last span,
.pagination > li > a.disabled:focus.go2last span {
  background-position: -18px -18px;
}
.pagination > li > a.disabled.prev span,
.pagination > li > a.disabled:hover.prev span,
.pagination > li > a.disabled:active.prev span,
.pagination > li > a.disabled:focus.prev span,
.pagination > li > a.disabled.next span,
.pagination > li > a.disabled:hover.next span,
.pagination > li > a.disabled:active.next span,
.pagination > li > a.disabled:focus.next span {
  opacity: 0.7;
}
/* /.pagination */
.pagination.pagination-lg > li > a,
.pagination.pagination-lg > li.of > span {
  padding-top: 16px;
  font-size: 14px;
  line-height: 120%;
}
.pagination.pagination-lg > li > a.btn {
  width: 50px;
  height: 48px;
  padding: 7px 10px;
}
.pagination.pagination-lg > li > a.btn span {
  top: 17px;
  right: 19px;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pager > li.disabled > a,
.pager > li.disabled > span,
.pager > li.disabled > a:hover,
.pager > li.disabled > span:hover {
  cursor: default;
}
.pager > li > a,
.pager > li > span,
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
  overflow: hidden;
  width: 38px;
  height: 38px;
  padding: 6px 10px;
  text-indent: -9999px;
  outline: none;
  border: 2px solid transparent;
  background: url(../img/pager-carets.svg) no-repeat transparent;
  border-radius: 2px;
}
.pager > li:first-child > a,
.pager > li:first-child > span {
  background-position: 11px 6px;
}
.pager > li:last-child > a,
.pager > li:last-child > span {
  background-position: -21px 6px;
}
.pager > li:first-child > a:hover,
.pager > li:first-child > span:hover {
  background-position: 11px -58px;
}
.pager > li:last-child > a:hover,
.pager > li:last-child > span:hover {
  background-position: -21px -58px;
}
.pager > li:first-child > a:focus,
.pager > li:first-child > span:focus,
.pager > li:first-child > a.focus,
.pager > li:first-child > span.focus {
  border: 2px solid #0089d9;
  background-position: 11px 6px;
}
.pager > li:last-child > a:focus,
.pager > li:last-child > span:focus {
  border: 2px solid #0089d9;
  background-position: -21px 6px;
}
.pager > li:first-child > a:active,
.pager > li:first-child > span:active {
  border: 2px solid transparent;
  background-position: 11px -90px;
}
.pager > li:last-child > a:active,
.pager > li:last-child > span:active {
  border: 2px solid transparent;
  background-position: -21px -90px;
}
.pager > li.disabled:first-child > a,
.pager > li.disabled:first-child > span,
.pager > li.disabled:first-child > a:hover,
.pager > li.disabled:first-child > span:hover,
.pager > li.disabled:first-child > a:focus,
.pager > li.disabled:first-child > span:focus,
.pager > li.disabled:first-child > a:active,
.pager > li.disabled:first-child > span:active {
  opacity: 0.7;
  border: 2px solid transparent;
  background-position: 11px 6px;
  background-color: transparent;
}
.pager > li.disabled:last-child > a,
.pager > li.disabled:last-child > span,
.pager > li.disabled:last-child > a:hover,
.pager > li.disabled:last-child > span:hover,
.pager > li.disabled:last-child > a:focus,
.pager > li.disabled:last-child > span:focus,
.pager > li.disabled:last-child > a:active,
.pager > li.disabled:last-child > span:active {
  opacity: 0.55;
  border: 2px solid transparent;
  background-position: -21px 6px;
  background-color: transparent;
}
/*
 * Breadcrumb - Nordic Cool 3
 */
.breadcrumb {
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumb > li {
  font-size: 14px;
  font-weight: normal;
}
.breadcrumb > li > a:hover {
  color: #0089d9;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #282828;
}
.breadcrumb > .disabled a,
.breadcrumb > .disabled a:hover {
  color: #a0a0a0;
  cursor: default;
}
.breadcrumb > .disabled a:focus {
  outline: none !important;
}
.breadcrumb > li + li:before {
  display: inline-block;
  content: "";
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 3px;
  padding: 0;
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -79px 0 no-repeat;
}
/* /.breadcrumb */
/*
 * List group - Nordic Cool 3
 */
.list-group {
  border: 0;
  /*border-width: 1px;
	border-style: solid;
	border-color: #dedede #dedede #d3d3d3;*/
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.list-group.no-border {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group > .list-group-item.list-group-title,
.list-group > .list-group-item.list-group-title:hover,
.list-group > .list-group-item.list-group-title:focus,
.list-group > .list-group-item.list-group-title:active {
  display: block;
  clear: both;
  cursor: default;
  pointer-events: none;
  min-height: 48px;
  margin: 0;
  padding: 7px 18px 8px;
  font-size: 22px;
  font-weight: 200;
  line-height: 145%;
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #487b00 #346c00;
  color: #fff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487b00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487b00 100%);
  border-radius: 0;
  -webkit-box-shadow: -1px 0 0 #4f8800 inset;
  box-shadow: -1px 0 0 #4f8800 inset;
}
.list-group > .list-group-item,
.list-group > .list-group-item.active,
.list-group > .list-group-item:focus {
  min-height: 47px;
  margin: 0 18px;
  padding: 13px 0;
  border-width: 0;
  border-bottom: 1px solid #ebebeb;
  color: #282828;
  text-decoration: none;
  background: transparent;
}
.list-group > .list-group-item:last-child,
.list-group > .list-group-item.active:last-child,
.list-group > .list-group-item:focus:last-child {
  border-bottom: 0px;
}
.list-group > .list-group-item a,
.list-group > .list-group-item.active a,
.list-group > .list-group-item:focus a {
  color: #0974b3;
  text-decoration: none;
}
.list-group > a.list-group-item:not(.disabled) {
  cursor: pointer;
  color: #282828;
}
.list-group > a.list-group-item:not(.disabled):hover {
  background-color: #CCEBFF;
  margin: 0;
  padding-right: 18px;
  padding-left: 18px;
  border-bottom: 1px solid #b8def5;
  color: #282828;
  text-decoration: none;
  -webkit-box-shadow: 0 -1px 0 #b8def5;
  box-shadow: 0 -1px 0 #b8def5;
}
.list-group > a.list-group-item:not(.disabled):hover > h4,
.list-group > a.list-group-item:not(.disabled):hover > p {
  cursor: pointer;
}
.list-group > a.list-group-item:not(.disabled):last-child:hover {
  border-bottom: 0;
}
.list-group > a.list-group-item:not(.disabled):first-child,
.list-group > a.list-group-item:not(.disabled):last-child {
  border-radius: 0;
}
.list-group > a.list-group-item:focus,
.list-group > a.list-group-item.focus {
  outline: none;
}
.list-group > a.list-group-item.active,
.list-group > a.list-group-item:active {
  background: #f0f0f0;
  -webkit-box-shadow: 0 -1px 0 #e2e2e2, 0 -1px 0 #e2e2e2 inset;
  box-shadow: 0 -1px 0 #e2e2e2, 0 -1px 0 #e2e2e2 inset;
  margin: 0;
  padding-right: 18px;
  padding-left: 18px;
  color: #282828;
  background: #ebebeb;
  -webkit-box-shadow: 0 -1px 0 #e2e2e2;
  box-shadow: 0 -1px 0 #e2e2e2;
  border-bottom-color: #e2e2e2;
}
.list-group > .list-group-item h4,
.list-group > .list-group-item p {
  padding: 0 0 0 10px;
  color: #282828;
  text-indent: 0px;
}
.list-group > .list-group-item .badge {
  position: relative;
  top: 0px;
  min-width: 33px;
  height: 22px;
  padding: 4px 10px 5px;
  border: 0px;
  color: #737373;
  font-size: 12px;
  font-weight: normal;
  background: transparent;
}
.list-group > .list-group-title + .list-group-item:not(.disabled):hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group > .list-group-item.list-group-title .badge {
  top: 5px;
  padding: 5px 10px 5px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  color: #282828;
  font-size: 14px;
  background: #ececec;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) 1px 0 0 rgba(0, 0, 0, 0.18) -1px 0 0 rgba(0, 0, 0, 0.18) 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) 1px 0 0 rgba(0, 0, 0, 0.18) -1px 0 0 rgba(0, 0, 0, 0.18) 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.list-group > .list-group-item.disabled,
.list-group > .list-group-item.disabled:hover,
.list-group > .list-group-item.disabled:active {
  cursor: default;
  pointer-events: none;
  color: #a0a0a0;
  background: transparent;
}
.list-group > .list-group-item .list-group-item-text,
.list-group > .list-group-item:hover .list-group-item-text,
.list-group > .list-group-item:focus .list-group-item-text {
  padding: 0;
  color: #282828;
}
.list-group > .list-group-item .list-group-item-heading {
  cursor: default;
  padding: 0;
  font-size: 22px;
  font-weight: 200;
}
/* /.list-group */
.list-group.list-group-primary {
  border-color: transparent;
  background: #0974b3;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.list-group.list-group-primary > .list-group-item.list-group-title,
.list-group.list-group-primary > .list-group-item.list-group-title:hover,
.list-group.list-group-primary > .list-group-item.list-group-title:focus,
.list-group.list-group-primary > .list-group-item.list-group-title:active {
  padding: 7px 18px;
  border-color: rgba(255, 255, 255, 0);
  background: #086499;
}
.list-group.list-group-primary > .list-group-title + .list-group-item:not(.disabled):hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group.list-group-primary > .list-group-item,
.list-group.list-group-primary > .list-group-item.active,
.list-group.list-group-primary > .list-group-item:focus {
  min-height: 48px;
  border-bottom: 1px solid #2282bb;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group.list-group-primary > .list-group-item:last-child,
.list-group.list-group-primary > .list-group-item.active:last-child,
.list-group.list-group-primary > .list-group-item:focus:last-child {
  border-bottom: 0px;
}
.list-group.list-group-primary > .list-group-item a,
.list-group.list-group-primary > .list-group-item.active a,
.list-group.list-group-primary > .list-group-item:focus a {
  color: #fff;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled) {
  color: #fff;
  border-bottom-color: #2282bb;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled):hover {
  color: #fff;
  text-decoration: none;
  background: #2282bb;
  -webkit-box-shadow: 0 -1px 0 #2282bb;
  box-shadow: 0 -1px 0 #2282bb;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled):hover h4,
.list-group.list-group-primary > a.list-group-item:not(.disabled):hover p {
  color: #fff;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled):hover:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled):hover:last-child {
  border-bottom: 0px;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled).active,
.list-group.list-group-primary > a.list-group-item:not(.disabled):active {
  color: #fff;
  text-indent: 0;
  background: #0868a1;
  -webkit-box-shadow: 0 -1px 0 #2282bb;
  box-shadow: 0 -1px 0 #2282bb;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled).active:hover,
.list-group.list-group-primary > a.list-group-item:not(.disabled):active:hover {
  color: #fff;
  text-decoration: none;
  background: #2282bb;
  -webkit-box-shadow: 0 -1px 0 #2282bb;
  box-shadow: 0 -1px 0 #2282bb;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled).active:hover h4,
.list-group.list-group-primary > a.list-group-item:not(.disabled):active:hover h4,
.list-group.list-group-primary > a.list-group-item:not(.disabled).active:hover p,
.list-group.list-group-primary > a.list-group-item:not(.disabled):active:hover p {
  color: #fff;
}
.list-group.list-group-primary > .list-group-item h4,
.list-group.list-group-primary > .list-group-item p {
  color: #fff;
}
.list-group.list-group-primary > .list-group-item:not(.list-group-title) .badge {
  position: relative;
  top: -1px;
  min-width: 33px;
  height: 22px;
  padding: 4px 10px 5px;
  border: 1px solid #84bad9;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.list-group.list-group-primary > .list-group-item .btn.btn-default,
.list-group.list-group-primary > .list-group-item .btn.btn-default.focus,
.list-group.list-group-primary > .list-group-item .btn.btn-default:focus {
  position: absolute;
  top: 9px;
  right: 25px;
  min-width: 95px;
  margin: 0;
  border-color: #08669d #076094 #06537f;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.list-group.list-group-primary > .list-group-item.disabled,
.list-group.list-group-primary > .list-group-item.disabled:hover,
.list-group.list-group-primary > .list-group-item.disabled:active {
  margin: 0;
  padding-right: 18px;
  padding-left: 18px;
  color: #c3d9e6;
  background: #6b98b3;
}
.list-group.list-group-primary > .list-group-item .list-group-item-text,
.list-group.list-group-primary > .list-group-item:hover .list-group-item-text {
  color: #fff;
}
/* /.list-group.list-group-primary */
.ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title,
.ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title:hover,
.ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title:focus,
.ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title:active {
  -webkit-box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
  box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
}
.ie11 .list-group > .list-group-title .badge {
  border-bottom: 0;
}
/**
 * Alert styles - Nordic Cool 3
*/
.alert {
    position: relative;
    margin-bottom: 20px !important;
    padding: 26px 40px 26px 70px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #f0f0f0 #e9e9e9 #dedede !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #282828 !important;
    line-height: 30px !important;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11) !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11) !important;
    /* /.alert.alert-options */
    /* /.alert.alert-sm */
}
.alert.alert-success {
    background: #f6faf0 !important;
    border-color: #b5d982 !important;
}
.alert.alert-info {
    background: #ebf7ff !important;
    border-color: #91cff2 !important;
}
.alert.alert-warning {
    background: #fff4e5 !important;
    border-color: #ffc573 !important;
}
.alert.alert-danger {
    background: #ffebeb !important;
    border-color: #ffa6a9 !important;
}
.alert > div {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.alert > div > *:last-child {
  margin-bottom: 0;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert .h1,
.alert .h2,
.alert .h3,
.alert .h4 {
  margin: 0px 0 5px;
  font-size: 22px;
  font-weight: lighter;
}
.alert p {
  color: #282828;
}
.alert p .btn {
  margin: 10px 0 5px 0;
}
.alert a,
.alert .alert-link {
  color: #0974b3;
  font-weight: normal;
}
.alert .vismaicon {
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert .vismaicon:before {
  width: 25px;
}
.alert .vismaicon.vismaicon-sm:before {
  width: 17px;
}
.alert .vismaicon.vismaicon-lg:before {
  background-size: auto 24px;
  width: 25px;
  height: 24px;
}
.alert .vismaicon.vismaicon-lg.vismaicon-warning:before {
  background-position: -53px 0;
}
.alert .vismaicon.vismaicon-lg.vismaicon-success:before {
  background-position: 0 0;
}
.alert .vismaicon.vismaicon-lg.vismaicon-error:before {
  background-position: -26px 0;
}
.alert .vismaicon.vismaicon-lg.vismaicon-info:before {
  background-position: -79px 0;
}
.alert .close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert.alert-options {
  padding-left: 80px;
}
.alert.alert-dismissible {
  padding-right: 50px;
}
.alert.alert-sm {
    min-height: 42px !important;
    padding: 12px 30px 12px 55px !important;
    line-height: 18px !important;
}
.alert.alert-sm .vismaicon {
    left: 24px !important;
}
.alert.alert-sm .vismaicon:not(.vismaicon-sm):before {
  background-size: auto 16px;
  width: 16px;
  height: 16px;
}
.alert.alert-sm .vismaicon:not(.vismaicon-sm).vismaicon-warning:before {
  background-position: -39px 0;
}
.alert.alert-sm .vismaicon:not(.vismaicon-sm).vismaicon-success:before {
  background-position: 0 0;
}
.alert.alert-sm .vismaicon:not(.vismaicon-sm).vismaicon-error:before {
  background-position: -19px 0;
}
.alert.alert-sm .vismaicon:not(.vismaicon-sm).vismaicon-info:before {
  background-position: -58px 0;
}
/* /.alert */
/**
 * Toast styles - Nordic Cool 3
*/
.toast {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 15px 10px 48px;
  display: block;
  width: 290px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd #d6d6d6 #cfcfcf;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
}
.toast .vismaicon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toast .vismaicon.vismaicon-sm:before {
  width: 17px;
}
.toast .close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* /.toast */
/**
 * Progress bar - Nordic Cool 3
*/
.progressBar {
  width: 200px;
  position: relative;
  overflow: hidden;
}
.progress {
  overflow: visible;
  position: relative;
  width: 200px;
  border: 0px;
  border-collapse: separate;
  vertical-align: middle;
  background: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 0px;
}
.progressBar .counter {
  float: right;
  padding-top: 6px;
  padding-right: 8px;
  padding-left: 8px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 120%;
  text-shadow: 0 -1px 0 #23688F;
}
.progressBar.bottom-counter {
  text-align: center;
}
.progressBar.right-counter-lg .counter {
  padding-top: 12px;
}
.progressBar.right-counter-sm .counter {
  padding-top: 1px;
  font-size: 12px;
  line-height: 100%;
}
.progress,
.progress.progress-default,
.progress.progress-default .progress-bar {
  height: 30px;
}
.progress.progress-lg,
.progress.progress-lg .progress-bar {
  height: 45px;
}
.progress.progress-xs,
.progress.progress-xs .progress-bar {
  height: 6px;
  border-radius: 6px;
}
.progress.progress-xs .percentage,
.progress.progress-xs .progress-bar .percentage {
  top: -9px;
}
.progress.progress-sm,
.progress.progress-sm .progress-bar {
  height: 10px;
  border-radius: 6px;
}
.progress.progress-sm .percentage,
.progress.progress-sm .progress-bar .percentage {
  top: -5px;
}
.progress .progress-bar {
  overflow: hidden;
  border: 0px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #0091e6;
  background: -webkit-linear-gradient(left, #0091e6 0%, #0081cc 100%);
  background: linear-gradient(to right, #0091e6 0%, #0081cc 100%);
  /*&:before {
		display: block;
		content: "";
		position: relative;
		width: 200px;
		height: 30px;
		z-index: 30;

		.border-radius(3px);
		.linear-gradient-horizontal(#0091e6; #0091e6 0%, #0081cc 100%);
		}*/
}
.progress .progress-bar .percentage {
  position: absolute;
  top: 5px;
  left: 102%;
  /*z-index: 40;*/
  color: #737373;
  font-size: 14px;
}
/* /.progress .progress-bar */
/**
 * Panel styles - Nordic Cool 3
*/
.panel {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6 #e1e1e1 #d5d5d5;
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  /* /.panel-heading */
}
.panel > .panel-heading {
  padding: 14px 20px 13px;
  font-size: 22px;
  font-weight: 100;
}
.panel > .panel-heading.dark-heading {
  color: #282828;
}
.panel > .panel-heading .panel-title {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 22px;
  font-weight: 100;
  line-height: 100%;
}
.panel > .panel-body {
  padding: 20px;
}
.panel > .panel-body > *:first-child {
  margin-top: 0;
}
.panel .panel-footer {
  padding: 10px 20px;
  border-top: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
}
/* /.panel */
.panel-default > .panel-heading {
  color: #0974b3;
  background: #fff;
}
.panel-default > .panel-heading .panel-title {
  color: #0974b3;
}
.panel-default .list-group .list-group-item,
.panel-default .panel-collapse > .list-group .list-group-item {
  border: 0;
}
/* .panel-default */
.panel-primary {
  border-width: 0;
  /* .panel-heading */
}
.panel-primary .panel-heading {
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #487b00 #346c00;
  color: #fff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487b00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487b00 100%);
  font-size: 22px;
  font-weight: 100;
  border-radius: 3px 3px 0 0;
}
.panel-primary .panel-heading .panel-title {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}
.panel-primary .panel-body {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e7e7e7 #e7e7e7 #dbdbdb;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.panel-primary .panel-body:not(:last-child) {
  border-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-primary > .panel-body + .table,
.panel-primary > .panel-body + .table-responsive {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dfdfdf #d6d6d6 #c7c7c7;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
}
.panel-primary > .panel-heading + .table,
.panel-primary > .panel-heading + .table-responsive {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dfdfdf #d6d6d6 #c7c7c7;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
}
/* .panel-primary */
.ie11 .panel-primary .panel-heading {
  -webkit-box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
  box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
}
.panel > .table:last-child,
.panel > .panel-body > .table:last-child {
  border-radius: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table,
.panel > .table-responsive {
  border-top: 0px;
}
.panel > .table,
.panel > .panel-body > .table {
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
.panel > .table > thead > tr > th:first-child,
.panel > .panel-body > .table > thead > tr > th:first-child {
  border-left: 0px;
}
/**
 * Wizard styles - Nordic Cool 3
*/
.wizard {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  /* /.wizard ul */
}
.wizard ul {
  display: block;
  padding-left: 0px;
  margin-top: 0px;
  list-style: none;
  /* /.wizard ul li */
}
.wizard ul li {
  display: block;
  float: left;
  cursor: pointer;
  min-width: 10px;
  width: 21.61%;
  height: 50px;
  margin-left: -13px;
  padding: 0px 0 0 0;
  /* /.wizard ul li:not(:first-child):not(:last-child) */
  /* /.wizard ul li:first-child */
  /* /.wizard ul li:last-child */
}
.childs-11.wizard ul li {
  width: calc(9.0909% + 9px);
}
.childs-11.wizard ul li:last-child {
  width: 9.0909%;
}
.childs-10.wizard ul li {
  width: calc(10% + 9px);
}
.childs-10.wizard ul li:last-child {
  width: 10%;
}
.childs-9.wizard ul li {
  width: calc(11.1111% + 9px);
}
.childs-9.wizard ul li:last-child {
  width: 11.1111%;
}
.childs-8.wizard ul li {
  width: calc(12.5% + 9px);
}
.childs-8.wizard ul li:last-child {
  width: 12.5%;
}
.childs-7.wizard ul li {
  width: calc(14.2857% + 9px);
}
.childs-7.wizard ul li:last-child {
  width: 14.2857%;
}
.childs-6.wizard ul li {
  width: calc(16.6666% + 9px);
}
.childs-6.wizard ul li:last-child {
  width: 16.6666%;
}
.childs-5.wizard ul li {
  width: calc(20% + 9px);
}
.childs-5.wizard ul li:last-child {
  width: 20%;
}
.childs-4.wizard ul li {
  width: calc(25% + 9px);
}
.childs-4.wizard ul li:last-child {
  width: 25%;
}
.childs-3.wizard ul li {
  width: calc(33.3333% + 9px);
}
.childs-3.wizard ul li:last-child {
  width: 33.3333%;
}
.childs-2.wizard ul li {
  width: calc(50% + 9px);
}
.childs-2.wizard ul li:last-child {
  width: 50%;
}
.childs-1.wizard ul li {
  width: 1000%;
}
.wizard ul li a {
  display: block;
  cursor: pointer;
  position: relative;
  min-width: 10px;
  width: auto;
  height: 50px;
  margin-right: 20px;
  padding: 13px 6px 13px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 125%;
  text-decoration: none;
  vertical-align: baseline;
  background: url(../img/wizard/wizard-inner-backgrounds.png) repeat-x scroll 0 0 transparent;
  /* /.wizard ul li a:before */
  /* /.wizard ul li a:after */
}
.wizard ul li a::before,
.wizard ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  width: 13px;
  height: 50px;
}
.wizard ul li a::before {
  left: -11px;
  background: url(../img/wizard/wizard-before-backgrounds.png) repeat-x scroll 0 0 transparent;
}
.wizard ul li a::after {
  right: -11px;
  background: url(../img/wizard/wizard-after-backgrounds.png) repeat-x scroll 0 0 transparent;
}
.wizard ul li a span {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}
.childs-2.wizard ul li:not(:first-child):not(:last-child),
.childs-3.wizard ul li:not(:first-child):not(:last-child),
.childs-4.wizard ul li:not(:first-child):not(:last-child),
.childs-5.wizard ul li:not(:first-child):not(:last-child),
.childs-6.wizard ul li:not(:first-child):not(:last-child),
.childs-7.wizard ul li:not(:first-child):not(:last-child),
.childs-8.wizard ul li:not(:first-child):not(:last-child),
.childs-9.wizard ul li:not(:first-child):not(:last-child),
.childs-10.wizard ul li:not(:first-child):not(:last-child),
.childs-11.wizard ul li:not(:first-child):not(:last-child) {
  margin-right: 13px;
  margin-left: -22px;
}
.wizard ul li.first {
  margin-right: 13px;
  margin-left: 0 !important;
  /* /.wizard ul li:first-child a */
}
.wizard ul li.first a {
  margin-left: 0 !important;
  padding-left: 16px;
  /* /.wizard ul li:first-child a:before */
}
.wizard ul li.first a::before {
  left: 0 !important;
  width: 5px !important;
  background: url(../img/wizard/wizard-left-end-backgrounds.png) repeat-x scroll 0 0 transparent;
}
.wizard ul li.last {
  margin-right: 0;
  margin-left: -22px;
  /* /.wizard ul li:last-child a */
}
.wizard ul li.last a {
  margin-right: 0px;
  /* /.wizard ul li:last-child a:after */
}
.wizard ul li.last a::after {
  right: 0 !important;
  width: 5px !important;
  background: url(../img/wizard/wizard-right-end-backgrounds.png) repeat-x scroll 0 0 transparent;
}
/* /.wizard */
/* Normal */
.wizard ul li.normal {
  /* /.wizard ul li.normal a */
  /* Normal Hover */
  /* /.wizard ul li.normal a:hover,.wizard ul li.normal.hover a, */
}
.wizard ul li.normal a {
  z-index: 8;
  color: #282828;
}
.wizard ul li.normal a,
.wizard ul li.normal a::before,
.wizard ul li.normal a::after,
.wizard ul li.normal.first a::before,
.wizard ul li.normal.last a::after {
  background-position: 0 0px;
}
.wizard ul li.normal a:hover,
.wizard ul li.normal.hover a {
  z-index: 8;
  color: #282828;
}
.wizard ul li.normal a:hover,
.wizard ul li.normal.hover a,
.wizard ul li.normal a:hover::before,
.wizard ul li.normal.hover a::before,
.wizard ul li.normal a:hover::after,
.wizard ul li.normal.hover a::after,
.wizard ul li.normal.first a:hover::before,
.wizard ul li.normal.hover.first a::before,
.wizard ul li.normal.last a:hover::after,
.wizard ul li.normal.hover.last a::after {
  background-position: 0 -60px;
}
/* /.wizard ul li.normal */
/* Focus */
.wizard ul li.focus:not(.disabled):not(.visited) a,
.wizard ul li:not(.disabled):not(.visited) a:focus {
  z-index: 13;
  outline: none !important;
  color: #282828;
}
.wizard ul li.focus:not(.disabled):not(.visited) a,
.wizard ul li:not(.disabled):not(.visited) a:focus,
.wizard ul li.focus:not(.disabled):not(.visited) a::before,
.wizard ul li:not(.disabled):not(.visited) a:focus::before,
.wizard ul li.focus:not(.disabled):not(.visited) a::after,
.wizard ul li:not(.disabled):not(.visited) a:focus::after,
.wizard ul li.first.focus:not(.disabled):not(.visited) a:before,
.wizard ul li.first:not(.disabled):not(.visited) a:focus:before,
.wizard ul li.last.focus:not(.disabled):not(.visited) a:after,
.wizard ul li.last:not(.disabled):not(.visited) a:focus:after {
  background-position: 0 -300px;
}
/* Focus hover */
.wizard ul li.focus:not(.disabled):not(.visited) a:hover,
.wizard ul li:not(.disabled):not(.visited) a:hover:focus,
.wizard ul li.focus:not(.disabled):not(.visited) a.hover,
.wizard ul li:not(.disabled):not(.visited) a.hover:focus {
  z-index: 13;
  color: #282828;
}
.wizard ul li.focus:not(.disabled):not(.visited) a:hover,
.wizard ul li:not(.disabled):not(.visited) a:hover:focus,
.wizard ul li.focus:not(.disabled):not(.visited) a.hover,
.wizard ul li:not(.disabled):not(.visited) a.hover:focus,
.wizard ul li.focus:not(.disabled):not(.visited) a:hover::before,
.wizard ul li:not(.disabled):not(.visited) a:hover:focus::before,
.wizard ul li.focus:not(.disabled):not(.visited) a.hover::before,
.wizard ul li:not(.disabled):not(.visited) a.hover:focus::before,
.wizard ul li.focus:not(.disabled):not(.visited) a:hover::after,
.wizard ul li:not(.disabled):not(.visited) a:hover:focus::after,
.wizard ul li.focus:not(.disabled):not(.visited) a.hover::after,
.wizard ul li:not(.disabled):not(.visited) a.hover:focus::after,
.wizard ul li.first.focus:not(.disabled):not(.visited) a:hover::before,
.wizard ul li.first:not(.disabled):not(.visited) a:hover:focus::before,
.wizard ul li.first.focus:not(.disabled):not(.visited) a.hover::before,
.wizard ul li.first:not(.disabled):not(.visited) a.hover:focus::before,
.wizard ul li.last.focus:not(.disabled):not(.visited) a:hover::after,
.wizard ul li.last:not(.disabled):not(.visited) a:hover:focus::after,
.wizard ul li.last.focus:not(.disabled):not(.visited) a.hover::after,
.wizard ul li.last:not(.disabled):not(.visited) a.hover:focus::after {
  background-position: 0 -480px;
}
/* Pressed */
.wizard ul li.normal.pressed a,
.wizard ul li.normal.pressed a:focus,
.wizard ul li.normal.focus.pressed a,
.wizard ul li.normal.focus.pressed a:focus,
.wizard ul li.active.pressed a,
.wizard ul li.active.pressed a:focus,
.wizard ul li.active.focus.pressed:not(.disabled) a,
.wizard ul li.active.focus.pressed:not(.disabled) a:focus,
.wizard ul li.visited.pressed a,
.wizard ul li.visited.pressed a:focus {
  pointer-events: none;
  z-index: 8;
  color: #282828;
}
.wizard ul li.normal.pressed a,
.wizard ul li.normal.pressed a:focus,
.wizard ul li.normal.focus.pressed a,
.wizard ul li.normal.focus.pressed a:focus,
.wizard ul li.active.pressed a,
.wizard ul li.active.pressed a:focus,
.wizard ul li.active.focus.pressed:not(.disabled) a,
.wizard ul li.active.focus.pressed:not(.disabled) a:focus,
.wizard ul li.visited.pressed a,
.wizard ul li.visited.pressed a:focus,
.wizard ul li.normal.pressed a::before,
.wizard ul li.normal.pressed a:focus::before,
.wizard ul li.normal.focus.pressed a::before,
.wizard ul li.normal.focus.pressed a:focus::before,
.wizard ul li.active.pressed a::before,
.wizard ul li.active.pressed a:focus::before,
.wizard ul li.active.focus.pressed:not(.disabled) a::before,
.wizard ul li.active.focus.pressed:not(.disabled) a:focus::before,
.wizard ul li.visited.pressed a::before,
.wizard ul li.visited.pressed a:focus::before,
.wizard ul li.normal.pressed a::after,
.wizard ul li.normal.pressed a:focus::after,
.wizard ul li.normal.focus.pressed a::after,
.wizard ul li.normal.focus.pressed a:focus::after,
.wizard ul li.active.pressed a::after,
.wizard ul li.active.pressed a:focus::after,
.wizard ul li.active.focus.pressed:not(.disabled) a::after,
.wizard ul li.active.focus.pressed:not(.disabled) a:focus::after,
.wizard ul li.visited.pressed a::after,
.wizard ul li.visited.pressed a:focus::after,
.wizard ul li.normal.pressed.first a:before,
.wizard ul li.normal.pressed.first a:focus:before,
.wizard ul li.normal.focus.pressed.first a:before,
.wizard ul li.normal.focus.pressed.first a:focus:before,
.wizard ul li.active.pressed.first a:before,
.wizard ul li.active.pressed.first a:focus:before,
.wizard ul li.active.focus.pressed.first:not(.disabled) a:before,
.wizard ul li.active.focus.pressed.first:not(.disabled) a:focus:before,
.wizard ul li.visited.pressed.first a:before,
.wizard ul li.visited.pressed.first a:focus:before,
.wizard ul li.normal.pressed.last a:after,
.wizard ul li.normal.pressed.last a:focus:after,
.wizard ul li.normal.focus.pressed.last a:after,
.wizard ul li.normal.focus.pressed.last a:focus:after,
.wizard ul li.active.pressed.last a:after,
.wizard ul li.active.pressed.last a:focus:after,
.wizard ul li.active.focus.pressed.last:not(.disabled) a:after,
.wizard ul li.active.focus.pressed.last:not(.disabled) a:focus:after,
.wizard ul li.visited.pressed.last a:after,
.wizard ul li.visited.pressed.last a:focus:after {
  background-position: 0 -120px;
}
/* Active */
.wizard ul li.active {
  /* /.wizard ul li.active a */
  /* Active Focus */
}
.wizard ul li.active a {
  z-index: 11;
  color: #282828;
}
.wizard ul li.active a,
.wizard ul li.active a::before,
.wizard ul li.active a::after,
.wizard ul li.active.first a::before,
.wizard ul li.active.last a::after {
  background-position: 0 -180px;
}
.wizard ul li.active:not(.disabled):not(.visited) a:focus,
.wizard ul li.active.focus:not(.disabled):not(.visited) a {
  z-index: 15;
  outline: none;
  color: #282828;
}
.wizard ul li.active:not(.disabled):not(.visited) a:focus,
.wizard ul li.active.focus:not(.disabled):not(.visited) a,
.wizard ul li.active:not(.disabled):not(.visited) a:focus::before,
.wizard ul li.active.focus:not(.disabled):not(.visited) a::before,
.wizard ul li.active:not(.disabled):not(.visited) a:focus::after,
.wizard ul li.active.focus:not(.disabled):not(.visited) a::after,
.wizard ul li.active.first.focus:not(.disabled):not(.visited) a::before,
.wizard ul li.active.first:not(.disabled):not(.visited) a:focus::before,
.wizard ul li.active.last.focus:not(.disabled):not(.visited) a::after,
.wizard ul li.active.last:not(.disabled):not(.visited) a:focus::after {
  background-position: 0 -360px;
}
/* /.wizard ul li.active */
/* Visited */
.wizard ul li.visited {
  /* /.wizard ul li.visited a */
}
.wizard ul li.visited a {
  color: #fff;
}
.wizard ul li.visited a:focus {
  outline: 0px !important;
}
.wizard ul li.visited a,
.wizard ul li.visited a::before,
.wizard ul li.visited a::after,
.wizard ul li.visited.first a::before,
.wizard ul li.visited.last a::after {
  background-position: 0 -540px;
}
/* /.wizard ul li.visited */
/* Disabled */
.wizard ul li.disabled {
  /* /.wizard ul li.disabled a */
  /* /.wizard ul li.disabled.last a:after */
}
.wizard ul li.disabled a {
  cursor: default;
  z-index: 7;
  color: #a0a0a0;
}
.wizard ul li.disabled a:focus {
  outline: none !important;
}
.wizard ul li.disabled a,
.wizard ul li.disabled a::before,
.wizard ul li.disabled a::after,
.wizard ul li.disabled.first a::before,
.wizard ul li.disabled.last a::after {
  background-position: 0 -600px;
}
/* /.wizard ul li.disabled */
/* Wizard primary */
/* Active */
.wizard-primary ul li.active {
  /* /.wizard-primary ul li.active a */
  /* Active Focus */
}
.wizard-primary ul li.active a {
  color: #fff;
}
.wizard-primary ul li.active a,
.wizard-primary ul li.active a::before,
.wizard-primary ul li.active a::after,
.wizard-primary ul li.active.first a::before,
.wizard-primary ul li.active.last a::after {
  background-position: right -240px;
}
.wizard-primary ul li.active:not(.disabled):not(.visited) a:focus,
.wizard-primary ul li.active.focus:not(.disabled):not(.visited) a {
  z-index: 15;
  outline: none;
  color: #fff;
}
.wizard-primary ul li.active:not(.disabled):not(.visited) a:focus,
.wizard-primary ul li.active.focus:not(.disabled):not(.visited) a,
.wizard-primary ul li.active:not(.disabled):not(.visited) a:focus::before,
.wizard-primary ul li.active.focus:not(.disabled):not(.visited) a::before,
.wizard-primary ul li.active:not(.disabled):not(.visited) a:focus::after,
.wizard-primary ul li.active.focus:not(.disabled):not(.visited) a::after,
.wizard-primary ul li.active.first.focus:not(.disabled):not(.visited) a::before,
.wizard-primary ul li.active.first:not(.disabled):not(.visited) a:focus::before,
.wizard-primary ul li.active.last.focus:not(.disabled):not(.visited) a::after,
.wizard-primary ul li.active.last:not(.disabled):not(.visited) a:focus::after {
  background-position: 0 -420px;
}
/* /.wizard-primary ul li.active */
/* Wizard with icons */
.wizard-icon > ul > li.visited > a > span,
.wizard-icon > ul > li.active > a > span {
  position: relative;
  padding-right: 27px;
}
.wizard-icon > ul > li.visited > a > span:after,
.wizard-icon > ul > li.active > a > span:after {
  content: '';
  background: url(../img/wizard/wizard-icons.png) no-repeat 0 3px transparent;
  width: 24px;
  height: 23px;
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.wizard-icon > ul > li.visited.pressed > a > span:after {
  background-position: 0 -28px;
}
.wizard-icon > ul > li.active > a > span:after {
  background-position: 0 -104px;
}
.wizard-icon.wizard-primary > ul > li.active > a > span:after {
  background-position: 0 -67px;
}
/*
 * Carousel - Nordic Cool 3
 */
.carousel-control {
  opacity: 1;
}
.carousel-control.right,
.carousel-control.left {
  background: transparent;
}
.carousel-control:hover {
  opacity: 1;
}
.carousel-control span.vismaicon {
  width: 38px;
  height: 38px;
  top: 44%;
  border-radius: 2px;
}
.carousel-control.right span.vismaicon {
  position: absolute;
  right: 0;
}
.carousel-control.left span.vismaicon {
  position: absolute;
  left: 15px;
}
.carousel-control .vismaicon-arrow-left-circle:before,
.carousel-control .vismaicon-arrow-right-circle:before {
  content: "";
  overflow: hidden;
  width: 38px;
  height: 38px;
  padding: 6px 10px;
  outline: 0 none;
  text-indent: -9999px;
}
.carousel-control .vismaicon-arrow-left-circle:before {
  background: transparent url(../img/pager-img.png) no-repeat scroll 4px 16px;
}
.carousel-control .vismaicon-arrow-right-circle:before {
  background: transparent url(../img/pager-img.png) no-repeat scroll -137px 16px;
}
.carousel-control:hover .vismaicon-arrow-left-circle:before {
  background-position: 4px -68px;
}
.carousel-control:hover .vismaicon-arrow-right-circle:before {
  background-position: -137px -68px;
}
.carousel-control:focus .vismaicon-arrow-left-circle:before {
  background-position: 4px 16px;
}
.carousel-control:focus .vismaicon-arrow-right-circle:before {
  background-position: -137px 16px;
}
.carousel-control:active .vismaicon-arrow-left-circle:before {
  background-position: 4px -110px;
}
.carousel-control:active .vismaicon-arrow-right-circle:before {
  background-position: -137px -110px;
}
/* /.carousel-control */
/* /Carousel */
/**
* Collapse styles - Nordic Cool 3
*/
/* effects */
.collapsing {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.panel-group {
  border-width: 1px;
  border-style: solid;
  border-color: #dedede #dedede #d3d3d3;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgab(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgab(0, 0, 0, 0.1);
  /* /.panel */
}
.panel-group > .panel {
  margin: 0 !important;
  padding: 0 0 0px 0;
  border-width: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  /* /.panel-heading */
  /* /.panel-collapse .panel-body */
}
.panel-group > .panel:first-child > .panel-heading > .panel-title > a:first-child {
  border-top: 0px;
}
.panel-group > .panel > .panel-heading {
  padding: 0;
  border: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* /.panel-title */
}
.panel-group > .panel > .panel-heading > .panel-title {
  position: relative;
  color: #0974b3;
  font-size: 16px;
  font-weight: normal;
  /*  /a:first-child */
}
.panel-group > .panel > .panel-heading > .panel-title:hover {
  -webkit-box-shadow: 0 1px 0 #bfe7ff;
  box-shadow: 0 1px 0 #bfe7ff;
}
.panel-group > .panel > .panel-heading > .panel-title > a:first-child {
  display: block;
  position: relative;
  margin: 0 20px;
  padding: 12px 0px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e6e6e6 transparent transparent;
  line-height: 130%;
  text-decoration: none;
}
.panel-group > .panel > .panel-heading > .panel-title > a:first-child > .caret {
  display: inline-block;
  position: relative;
  top: 0px;
  right: -10px;
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) -39px 0 no-repeat;
}
.panel-group > .panel > .panel-heading > .panel-title > a:first-child:hover {
  background-color: #CCEBFF;
  position: relative;
  margin: 0;
  padding: 12px 20px;
  border-top-color: #ccebff;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #ccebff;
  box-shadow: 0 1px 0 #ccebff;
}
.panel-group > .panel > .panel-heading > .panel-title > a:first-child:focus {
  outline: none;
}
.panel-group > .panel > .panel-heading > .panel-title > a.collapsed > .caret {
  top: 0px;
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -40px 0 no-repeat;
}
.panel-group > .panel > .panel-collapse .panel-body {
  padding: 0px;
  border: 0px;
  /* /.panel */
}
.panel-group > .panel > .panel-collapse .panel-body > .panel {
  margin: 0px 0 0 !important;
  border: 0px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* /.panel-heading */
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* /.panel-title */
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title {
  color: #282828;
  font-size: 14px;
  /* /a:first-child */
  /* /a.collapsed */
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child {
  display: block;
  position: relative;
  margin: 0;
  margin-left: -1px;
  padding: 10px 15px 8px 35px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d7d7d7;
  background: #ebebeb;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.13) inset;
  font-weight: normal;
  text-decoration: none;
  /* Chrome and safari */
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 6px;
  height: 106%;
  border-style: solid;
  border-width: 0 0 0 7px;
  border-color: #4d8400;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover {
  background-color: #CCEBFF;
  border-bottom: 1px solid #ccebff;
  color: #282828;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child > .caret {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 20px;
  margin: 0;
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) 0 0 no-repeat;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:focus {
  outline: none;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link {
  cursor: default;
  pointer-event: none;
  position: relative;
  left: 49.5%;
  bottom: 0;
  outline: none;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-width: 8.5px 7px 0;
  border-style: solid;
  border-color: #fafafa transparent transparent;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2px;
  border-width: 9px 7px 0;
  border-style: solid;
  border-color: #c8c8c8 transparent transparent;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover + .anchorjs-link:before {
  border-color: #ddf2ff transparent transparent;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover + .anchorjs-link:after {
  bottom: -3px;
  border-color: #ccebff transparent transparent;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link {
    bottom: -6px;
  }
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed {
  color: #282828;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:before,
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:after {
  display: none;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed > .caret {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -1px 0 no-repeat;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:hover {
  background-color: #CCEBFF;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed + .anchorjs-link {
  display: none;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body {
  position: relative;
  padding: 15px 35px 10px;
  background: #fafafa;
  -webkit-box-shadow: 0 -1px 0 #ddd inset;
  box-shadow: 0 -1px 0 #ddd inset;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 6px;
  height: 100%;
  border-color: #4d8400;
  border-style: solid;
  border-width: 0 0 0 6px;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body h1,
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body h2,
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body h3,
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body h4,
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body h5,
.panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body h6 {
  color: #0974b3;
  border-bottom: 0;
}
.panel-group > .panel .panel-collapse.collapsing {
  overflow-x: hidden;
  overflow-y: visible;
}
.panel-group > .panel .panel-collapse.in {
  overflow-x: visible;
  overflow-y: hidden;
}
.panel-group > .panel .panel-collapse.in .panel-collapse.in {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.panel-group > .panel .panel-collapse.in .panel-collapse.in::after,
.panel-group > .panel .panel-collapse.in .panel-collapse.in::before {
  display: block;
  content: '';
  position: absolute;
  top: -5px;
  left: calc(45%);
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  transform: rotate(45deg);
}
.panel-group > .panel .panel-collapse.in .panel-collapse.in::before {
  top: -6px;
  background-color: #ebebeb;
  z-index: 2;
}
.panel-group > .panel .panel-collapse.in .panel-collapse.in .panel-body {
  background-color: #ebebeb;
}
.panel-group > .panel .panel-collapse.in .panel-heading {
  background-color: #ebebeb;
}
.panel-group > .panel .panel-collapse.in .panel-heading:hover + .panel-collapse.in::after,
.panel-group > .panel .panel-collapse.in .panel-heading:hover + .panel-collapse.in::before {
  background-color: #ccebff;
}
/* /.panel-group */
.panel-group.list-group {
  border-width: 1px;
  border-style: solid;
  border-color: #dedede #dedede #d3d3d3;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 0 0;
  /* .panel-collapse > .list-group */
}
.panel-group.list-group .list-group-item.list-group-title {
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #487b00 #346c00;
  color: #fff;
  background: #569400;
  background: -webkit-linear-gradient(top, #569400 0%, #487b00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487b00 100%);
  min-height: 48px;
  margin: 0;
  padding: 8px 25px;
  line-height: 130%;
  border-radius: 3px 3px 0 0;
}
.panel-group.list-group .list-group-item.list-group-title + .panel > .panel-heading > .panel-title > a:first-child {
  border-top-color: transparent;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title {
  color: #282828;
  font-size: 14px;
  font-weight: normal;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title:hover {
  color: #282828;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child {
  padding: 13px 0;
  margin: 0 15px;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child:hover {
  color: #282828;
  margin: 0 0px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #ccebff transparent transparent;
  background-color: #CCEBFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child:hover .badge {
  right: 15px;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child > .caret {
  right: 0;
  margin: 0 5px 0 0;
  top: -1px;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child:focus {
  background: #ebebeb;
  box-shadow: 0 1px 0 #e2e2e2;
  border-color: #e2e2e2 transparent transparent;
  color: #282828;
  margin-left: 0;
  margin-right: 0;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 1;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child:focus > .badge {
  right: 15px;
}
.panel-group.list-group .panel-default > .panel-heading a > .badge {
  position: absolute;
  top: 13px;
  right: 0;
  color: #737373;
  background: transparent;
}
.panel-group.list-group .panel-collapse > .list-group {
  margin: 0px 0 8px;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* .list-group-item */
}
.panel-group.list-group .panel-collapse > .list-group > .list-group-item {
  padding: 13px 10px 13px 12px;
  border: 0;
  min-height: 1%;
}
.panel-group.list-group .panel-collapse > .list-group > .list-group-item:hover {
  cursor: pointer;
  color: #282828;
  background-color: #CCEBFF;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group.list-group .panel-collapse > .list-group > .list-group-item > .badge {
  float: none;
  position: relative;
  top: -3px;
  min-width: auto;
  height: auto;
  padding: 0 0 0 6px;
  border: 0 none;
  color: #737373;
  background: transparent none repeat scroll 0 0;
}
.panel-group.list-group .panel-collapse > .list-group > .list-group-item:focus,
.panel-group.list-group .panel-collapse > .list-group > .list-group-item:active {
  background: #ebebeb;
  box-shadow: 0 1px 0 #e2e2e2 inset, 0 -1px 0 #e2e2e2 inset;
  color: #282828;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 18px;
}
/* .panel-group.list-group */
.panel-group.list-group .panel + .panel {
  margin-top: -1px !important;
}
/**
 * Modal styles - Nordic Cool 3
*/
.modal {
  z-index: 1050;
}
.modal-dialog {
  margin: 10vh auto 0;
}
.modal-content {
  border: 0px;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.modal-header {
  min-height: 48px;
  padding: 13px 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}
.modal-header .close {
  margin-top: 6px;
}
.modal-title {
  font-size: 16px;
  color: #282828;
}
.modal-title h1,
.modal-title h2,
.modal-title h3,
.modal-title h4,
.modal-title h5,
.modal-title h6,
.modal-title p {
  margin-bottom: 0;
}
h1.modal-title,
h2.modal-title,
h3.modal-title,
h4.modal-title,
h5.modal-title,
h6.modal-title,
p.modal-title {
  margin-bottom: 0;
}
.modal-body {
  overflow: hidden;
  overflow-y: auto;
  min-height: 55px;
  max-height: 60vh;
  margin: 30px 0px 20px;
  padding: 0 30px;
}
.modal-body h4 {
  margin-bottom: 5px;
  color: #323232;
  font-size: 14px;
}
.modal-body p {
  margin-bottom: 3px;
}
.modal-body p.text-disabled {
  color: #787878;
}
.modal-body .form-group {
  margin-bottom: 6px;
}
.modal-body .form-group textarea {
  min-height: 95px;
}
.modal-help .modal-body,
.modal-info .modal-body,
.modal-error .modal-body,
.modal-warning .modal-body {
  margin: 25px 0px 25px 20px;
  padding: 0 20px 0 70px;
}
.modal-help .modal-body:before,
.modal-info .modal-body:before,
.modal-error .modal-body:before,
.modal-warning .modal-body:before,
.modal-success .modal-body:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/vismaicons/informative-filled-icons/50_informative_icons.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.modal-help .modal-body:before {
  background-position: -220px 0;
}
.modal-info .modal-body:before {
  background-position: -165px 0;
}
.modal-error .modal-body:before {
  background-position: -55px 0;
}
.modal-warning .modal-body:before {
  background-position: -110px 0;
}
.modal-success .modal-body:before {
  background-position: 0px 0;
}
.modal-footer {
  padding: 11px 20px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.modal-footer .btn {
  margin-bottom: 0px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 1px;
}
.fade {
  opacity: 0;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.modal.fade .modal-dialog {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-backdrop.in {
  opacity: 0.51;
}
.modal-backdrop {
  z-index: 1040;
}
.modal .btn:not(.btn-lg) + .popover {
  margin-top: 28px;
}
.modal .btn.btn-lg + .popover {
  margin-top: 28px;
}
.ie11 .modal .btn.btn-primary,
.ie10 .modal .btn.btn-primary {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
}
.ie11 .modal .btn.btn-primary:hover,
.ie10 .modal .btn.btn-primary:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
}
.ie11 .modal .btn.btn-primary:active,
.ie10 .modal .btn.btn-primary:active {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
}
@media (min-width: 500px) {
  .modal-sm {
    width: 400px;
  }
}
/* min-width: 500px */
@media (max-width: 499px) {
  .modal-sm {
    width: 90%;
  }
}
/* max-width: 499px */
/**
 * Tooltip styles - Nordic Cool 3
*/
.tooltip {
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
}
.tooltip.left,
.tooltip.right,
.tooltip.top,
.tooltip.bottom {
  display: inline-block;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #f6dba6 #fddfa7 #f1c575;
  background-color: #fffaf2;
  min-width: 300px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
}
.tooltip.left.in,
.tooltip.right.in,
.tooltip.top.in,
.tooltip.bottom.in {
  opacity: 1;
}
.tooltip-inner {
  padding: 0px;
  color: #282828;
  font-size: 14px;
  text-indent: 0px;
  text-align: left;
  background: transparent;
  max-width: 300px;
}
.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
  text-align: left;
}
.tooltip-title {
  margin: 0;
  padding: 0px 0px 8px 0px;
  color: #0974b3;
  font-size: 16px;
  font-weight: normal;
}
.tooltip.left {
  margin-top: 0px;
  margin-left: -9px;
}
.tooltip.right {
  margin-top: 0px;
  margin-left: 9px;
}
.tooltip.top {
  margin-top: -10px;
}
.tooltip.bottom {
  margin-top: 10px;
}
.tooltip.left .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.tooltip.left .tooltip-arrow:after,
.tooltip.right .tooltip-arrow:after,
.tooltip.top .tooltip-arrow:after,
.tooltip.bottom .tooltip-arrow:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: transparent;
}
.tooltip.left .tooltip-arrow {
  right: -7px;
  margin-top: -7px !important;
  border-width: 7px 0 7px 7px;
  border-left-color: #fddfa7;
}
.tooltip.left .tooltip-arrow:after {
  top: -8px;
  left: -10px;
  border-width: 8px 0 8px 8px;
  border-left-color: #fffaf2;
}
.tooltip.right .tooltip-arrow {
  left: -7px;
  margin-top: -7px !important;
  border-width: 7px 7px 7px 0px;
  border-right-color: #fddfa7;
}
.tooltip.right .tooltip-arrow:after {
  top: -8px;
  right: -10px;
  border-width: 8px 8px 8px 0px;
  border-right-color: #fffaf2;
}
.tooltip.top .tooltip-arrow {
  bottom: -7px !important;
  border-width: 7px 7px 0px 7px;
  border-top-color: #f1c575;
}
.tooltip.top .tooltip-arrow:after {
  bottom: 2px;
  left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #fffaf2;
}
.tooltip.bottom .tooltip-arrow {
  top: -7px;
  border-width: 0px 7px 7px 7px;
  border-bottom-color: #f6dba6;
}
.tooltip.bottom .tooltip-arrow:after {
  top: 2px;
  left: -8px;
  border-width: 0px 8px 8px 8px;
  border-bottom-color: #fffaf2;
}
/* tooltip error */
.tooltip.tooltip-error {
  border: 2px solid #C72828;
  background-color: #fff;
  margin-top: -1px !important;
}
.tooltip.tooltip-error.left .tooltip-arrow {
  border-left-color: #C72828;
}
.tooltip.tooltip-error.right .tooltip-arrow {
  border-right-color: #C72828;
}
.tooltip.tooltip-error.top .tooltip-arrow {
  border-top-color: #C72828;
}
.tooltip.tooltip-error.bottom .tooltip-arrow {
  border-bottom-color: #C72828;
}
.tooltip.tooltip-error.left .tooltip-arrow:after {
  left: -11px;
}
.tooltip.tooltip-error.right .tooltip-arrow:after {
  right: -11px;
}
.tooltip.tooltip-error.top .tooltip-arrow:after {
  top: -11px;
}
.tooltip.tooltip-error.bottom .tooltip-arrow:after {
  top: 3px;
}
.tooltip.tooltip-error.left,
.tooltip.tooltip-error.right,
.tooltip.tooltip-error.top,
.tooltip.tooltip-error.bottom {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.tooltip.left,
.tooltip.right,
.tooltip.top,
.tooltip.bottom {
  min-width: 200px;
}
.tooltip.left .tooltip-inner,
.tooltip.right .tooltip-inner,
.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
  text-align: center;
}
/**
 * Popover styles - Nordic Cool 3
*/
.popover {
  min-width: 370px;
  padding: 0;
  background-color: #fffaf2;
  border-width: 1px;
  border-style: solid;
  border-color: #f6dba6 #fddfa7 #f1c575;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  font-size: 14px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
}
.popover-title {
  color: #0974b3;
  padding: 12px 20px 12px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  background: transparent;
  border-radius: 0;
}
.popover-content {
  padding: 12px 20px 20px 20px;
  line-height: 20px;
}
.popover-content h4 {
  margin: 0 0 5px 0;
  color: #323232;
  font-size: 14px;
}
.popover-content p {
  margin-bottom: 15px;
}
.popover-content *:last-child {
  margin-bottom: 0;
}
.popover-content .form-group {
  margin-bottom: 6px;
}
.popover-content .form-group textarea {
  min-height: 95px;
}
.popover-footer {
  border-top: 1px solid #e5e5e5;
  padding: 11px 20px;
  text-align: right;
}
.popover.top > .arrow:after,
.popover.bottom > .arrow:after {
  margin-left: -7px;
}
.popover.top > .arrow:after {
  border-top-color: #fffaf2;
  bottom: 2px;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #fffaf2;
  top: 2px;
}
.popover.left > .arrow:after {
  border-left-color: #fffaf2;
  bottom: -7px;
  right: 2px;
}
.popover.right > .arrow:after {
  border-right-color: #fffaf2;
  bottom: -7px;
  left: 2px;
}
.popover > .arrow:after {
  border-width: 7px;
}
.popover > .arrow {
  border-width: 7px;
}
.popover.top > .arrow {
  bottom: -8px;
  border-top-color: #f1c575;
}
button + .popover.left > .arrow,
a + .popover.left > .arrow {
  top: 29px !important;
  right: -7px;
  border-left-color: #fddfa7;
}
.popover.left > .arrow {
  top: 24px;
  right: -7px;
  margin-top: -7px;
  border-left-color: #fddfa7;
}
button + .popover.right > .arrow,
a + .popover.right > .arrow {
  top: 29px !important;
  left: -7px;
  border-right-color: #fddfa7;
}
.popover.right > .arrow {
  left: -7px;
  margin-top: -7px;
  /*top: 24px; */
  border-right-color: #fddfa7;
}
.popover.bottom > .arrow {
  top: -7px;
  border-bottom-color: #f6dba6;
}
.btn-lg + .popover.left,
.btn-lg + .popover.right {
  top: 50px !important;
}
.btn:not(.btn-lg) + .popover.left,
.btn:not(.btn-lg) + .popover.right {
  top: 36px !important;
}
.btn-lg + .popover.left > .arrow,
.btn-lg + .popover.right > .arrow {
  top: 25px !important;
}
/* IE */
.ie10 .btn-lg + .popover.left,
.ie10 .btn-lg + .popover.right,
.ie11 .btn-lg + .popover.left,
.ie11 .btn-lg + .popover.right {
  margin-top: 36px;
}
@supports (-ms-ime-align:auto) {
  .btn-lg + .popover.left,
  .btn-lg + .popover.right {
    margin-top: 36px;
  }
}
/**
 * Graphs & Charts - Nordic Cool 3
*/
.container-graph {
  min-height: 500px;
  width: 100%;
}
.highcharts-credits,
.highcharts-button.highcharts-contextbutton {
  display: none !important;
}
div.highcharts-container {
  background: #ffffff !important;
  border: 1px solid #ebebeb !important;
}
.multiple-graphs {
  background: #ffffff !important;
  border: 1px solid #ebebeb !important;
}
.multiple-graphs div.highcharts-container {
  border: 0px !important;
}
.highcharts-title {
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  font-weight: 200 !important;
  fill: #282828 !important;
  font-size: 24px !important;
}
.highcharts-subtitle {
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  fill: #737373 !important;
  font-size: 14px !important;
}
.highcharts-legend-item {
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
}
.highcharts-legend-item text {
  font-weight: normal !important;
  fill: #737373 !important;
  font-size: 14px !important;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
}
.highcharts-axis-labels text,
.highcharts-axis-title {
  font-weight: normal !important;
  fill: #737373 !important;
  font-size: 14px !important;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif !important;
}
.highcharts-tooltip > span {
  color: #282828 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif !important;
}
.solidgauge-data-label > span {
  color: #737373 !important;
  font-size: 14px !important;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif !important;
  font-weight: normal !important;
  text-align: center !important;
}
.solidgauge-data-label > span > span {
  display: block;
  color: #282828;
  font-size: 52px;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif;
  font-weight: 200;
  line-height: 1;
}
.solidgauge-data-label > span > span > span.percent {
  color: #737373;
  font-size: 32px;
  top: -15px;
  position: relative;
  margin-left: -12px;
}
#line-progress-graph {
  height: 400px;
  width: 600px;
}
.highcharts-data-label text {
  color: #282828 !important;
  fill: #282828 !important;
}
.highcharts-data-label tspan.highcharts-text-outline {
  display: none;
}
.highcharts-data-label tspan {
  color: #282828 !important;
  font-size: 14px !important;
  font-family: 'Open Sans', 'OpenSansFallback', sans-serif !important;
  font-weight: normal !important;
}
.legend-symbol-negative {
  display: block;
  width: 12px;
  height: 12px;
  background: #1687d9;
  border-radius: 25px;
  float: left;
}
/* Gauges */
.highcharts-gauge-series .highcharts-text-outline + tspan {
  font-size: 30px !important;
  font-weight: 300 !important;
}
/* Table charts */
.table div.highcharts-container {
  background: transparent !important;
  border: 0 !important;
  left: auto !important;
  text-align: center !important;
  width: 100% !important;
}
.table.table-line-chart .highcharts-grid-line {
  stroke: transparent !important;
}
.graph-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/graphs-arrows.png) transparent no-repeat;
}
.chart-ascending .graph-arrow {
  background-position: 0 0;
}
.chart-ascending .highcharts-series .highcharts-graph {
  stroke: #599900 !important;
}
.chart-symmetrical .graph-arrow {
  background-position: -17px 0;
}
.chart-symmetrical .highcharts-series .highcharts-graph {
  stroke: #f58f00 !important;
}
.chart-descending .graph-arrow {
  background-position: -34px 0;
}
.chart-descending .highcharts-series .highcharts-graph {
  stroke: #e6454a !important;
}
/* Login page - Nordic Cool 3 */
@font-face {
  font-family: 'pf_beausans_proxthin';
  src: url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-XThin.woff") format("woff"), url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-XThin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_beausans_prothin';
  src: url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.woff") format("woff"), url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_beausans_regular';
  src: url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Regular.woff") format("woff"), url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_beausans_bold';
  src: url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-SemiBold.woff") format("woff"), url("https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.login-page {
  background: url(../img/login_imgs/login-new-bk.jpg) center center no-repeat transparent;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 40px;
}
.login-page .app-footer {
  display: none;
}
.login-page .alert {
  background: rgba(255, 255, 255, 0.65);
  min-height: 1%;
  border-width: 0;
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  line-height: 1.45;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
}
.login-page .alert .vismaicon {
  margin-left: -45px;
  left: auto;
}
.login-page .alert .btn {
  min-width: 1%;
  margin: 0 7px;
}
.login-page .alert.login-footer-alert {
  bottom: 0;
  top: auto;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.07);
}
.login-page .alert.login-footer-alert ul {
  float: right;
  list-style: none;
  padding: 0 3%;
}
.login-page .alert.login-footer-alert ul > li {
  display: inline-block;
  padding: 0 10px;
}
.login-page .alert.login-footer-alert ul > li > a {
  text-decoration: none;
}
.login-page .alert.login-footer-alert ul > li > a:hover {
  text-decoration: underline;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown > a.dropdown-toggle {
  background: url(../img/login_imgs/flags.png) no-repeat 0px 5px transparent;
  padding-left: 20px;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a {
  background-image: url(../img/login_imgs/flags.png);
  background-repeat: no-repeat;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a.en {
  background-position: 16px 9px;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a.sw {
  background-position: 16px -21px;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a.no {
  background-position: 16px -51px;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a.dk {
  background-position: 16px -81px;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a.fi {
  background-position: 16px -111px;
}
.login-page .alert.login-footer-alert ul > li.language-dropdown .dropdown-menu li > a:hover {
  text-decoration: none;
}
.login-page .alert.login-footer-alert .dropdown-menu {
  border-color: rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  padding: 10px 0 8px;
  left: -15px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
}
.login-page .alert.login-footer-alert .dropdown-menu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
  bottom: -8px;
  left: 40%;
}
.login-page .alert.login-footer-alert .dropdown-menu > li {
  float: none;
  padding: 0;
  display: block;
}
.login-page .alert.login-footer-alert .dropdown-menu > li > a {
  display: block;
  padding-left: 45px;
}
.login-page .alert.login-footer-alert .dropdown-menu > li > a.active {
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-page .alert.login-footer-alert .dropdown-menu > li > a.active:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 18px;
  background: url(../img/login_imgs/check-mark.png) center center no-repeat transparent;
  top: 9px;
}
.login-page .alert.login-footer-alert .dropdown-menu > li > a.active:hover {
  background-color: #CCEBFF;
}
.login-page .popover {
  border-color: rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.09) rgba(0, 0, 0, 0.12);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  background: #fff;
  min-width: 275px;
}
.login-page .popover .popover-content {
  line-height: 2;
  padding: 20px 25px;
}
.login-page .popover .popover-content .vismaicon {
  top: 3px;
  margin-right: 15px;
}
.login-page .popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.06);
}
.login-page .popover.right > .arrow:after {
  border-right-color: #fff;
}
.login-page .popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.06);
}
.login-page .popover.left > .arrow:after {
  border-left-color: #fff;
}
.login-page .popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.06);
}
.login-page .popover.top > .arrow:after {
  border-top-color: #fff;
}
.login-page .popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.login-page .popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}
.login-box {
  max-width: 550px;
  margin: 0 auto;
  border: 1px solid rgba(0, 81, 128, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 81, 128, 0.08);
  box-shadow: 0 1px 1px rgba(0, 81, 128, 0.08);
  top: 12%;
  position: relative;
}
.login-box .login-header {
  background: rgba(255, 255, 255, 0.8);
  padding: 26px 30px 14px 30px;
  position: relative;
  overflow: hidden;
}
.login-box .login-header h1 {
  font-family: 'pf_beausans_prothin';
  background: -webkit-linear-gradient(#048bd9, #2ca4e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  color: #048bd9;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.login-box .login-header h1 small {
  font-size: 24px;
}
.login-box .login-header:after {
  content: '';
  background: #fefefe;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.2);
}
.login-box .login-content {
  background: #fff;
  padding: 30px 50px 20px;
}
.login-box .login-content .btn {
  width: 100%;
}
.login-box .login-content .alert {
  padding: 0 0 0 33px;
  margin-bottom: 25px;
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto 23px;
  padding-right: 0;
  position: relative;
  text-align: left;
  width: auto;
  top: auto;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-box .login-content .alert .vismaicon {
  margin: 0;
  left: 0;
}
.login-box .login-content .login-error.alert {
  color: #C72828;
}
.login-box .login-content .login-success.alert {
  color: #282828;
}
.login-box .login-footer {
  background: #fff;
  position: relative;
}
.login-box .login-footer .logo-footer {
  background: url(../img/visma-logo.svg) no-repeat center center transparent;
  display: block;
  text-indent: -9999px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-size: 112px 20px;
}
.login-box .login-footer:before {
  content: '';
  background: #fefefe;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e1e5e7 15%, #e1e5e7 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e1e5e7 15%, #e1e5e7 85%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.flag {
  padding-left: 26px;
  background: url(../img/login_imgs/flags.png) no-repeat transparent;
}
.flag.se-flag {
  background-position: 0 -25px;
}
.flag.no-flag {
  background-position: 0 -55px;
}
.flag.dk-flag {
  background-position: 0 -85px;
}
.flag.fi-flag {
  background-position: 0 -115px;
}
.flag.en-flag {
  background-position: 0 5px;
}
@media (max-width: 768px) {
  .login-box {
    max-width: 95%;
  }
  .login-page .alert.login-footer-alert {
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-page .alert.login-footer-alert > ul {
    margin: 0 auto;
    float: none;
  }
}
/* max-width: @screen-sm-max (768px) */
@media (max-width: 499px) {
  .login-page {
    background-size: inherit;
  }
  .login-page .alert {
    padding-left: 60px;
    padding-right: 45px;
    position: relative;
    top: -90px;
  }
  .login-page .alert.login-footer-alert {
    padding-left: 10px;
    padding-right: 10px;
  }
  .login-box {
    top: -12%;
  }
  .login-box .login-content {
    padding-left: 35px;
    padding-right: 35px;
  }
  .login-box .login-content .alert {
    top: auto;
  }
  .login-page .alert.login-footer-alert > ul {
    float: none;
  }
}
/* max-width: 499px */
/**
* Error page styles - Nordic Cool 3
*/
.errorPage-container {
  display: flex;
  height: 88vh;
  align-items: center;
  justify-content: center;
}
.errorPage-container .error-page {
  margin-top: -10%;
  align-items: center;
  display: flex;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.errorPage-container .error-page-content {
  padding: 0 20px 0 50px;
}
@media (max-width: 768px) {
  .errorPage-container .error-page {
    max-width: 95%;
    display: block;
    text-align: center;
  }
  .errorPage-container .error-page .error-page-content {
    padding: 0 20px;
  }
}
/* max-width: @screen-sm-max (768px) */
/*
 * Utilities - Nordic Cool 3
 */
/* Center content blocks */
.center-block {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
/* Helper classes */
.text-default {
  color: #282828;
}
.text-primary {
  color: #0974b3;
}
.text-secondary {
  color: #4D8400;
}
.text-disabled {
  color: #a0a0a0;
}
.text-error {
  color: #C72828;
}
.bg-default {
  background: #fff;
}
.bg-primary {
  background: #0974b3;
}
.bg-disabled {
  background: #f5f5f5;
}
.bg-error {
  background: #D6565A;
}
.extension-points {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-wrap {
  text-overflow: initial !important;
  white-space: nowrap !important;
}
.vertical-align > .vismaicon,
.vertical-align > img {
  display: inline-block;
  margin-right: 10px;
}
.vertical-align > div,
.vertical-align p,
.vertical-align span,
.vertical-align a,
.vertical-align i,
.vertical-align b {
  display: inline-block;
  vertical-align: middle;
}
/* Close */
button.close,
button.close:hover {
  opacity: 1;
  width: 11px;
  height: 11px;
}
button.close span,
button.close:hover span {
  display: block;
  overflow: hidden;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url(../img/close-icon.svg) no-repeat 0 -18px transparent;
}
.ie11 button.close span,
.ie10 button.close span,
.ie11 button.close:active span,
.ie10 button.close:active span,
.ie11 button.close:focus span,
.ie10 button.close:focus span {
  position: relative;
  top: 0px;
  left: 0px;
}
/* Caret */
.caret {
  display: inline-block;
  border: 0px;
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -45px 0 no-repeat;
}
.caret.caret-large-white {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -17px 0 no-repeat;
}
.caret.caret-side-large-white {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -18px 0 no-repeat;
}
.caret.caret-large-black {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -51px 0 no-repeat;
}
.caret.caret-side-large-black {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -52px 0 no-repeat;
}
.caret.caret-large-blue {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) 0 0 no-repeat;
}
.caret.caret-side-large-blue {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -1px 0 no-repeat;
}
.caret.caret-large-green {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -85px 0 no-repeat;
}
.caret.caret-side-large-green {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -86px 0 no-repeat;
}
.caret.caret-large-grey {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-large.svg) -102px 0 no-repeat;
}
.caret.caret-side-large-grey {
  height: 11px;
  width: 11px;
  background: url(../img/arrow-side-large.svg) -103px 0 no-repeat;
}
.caret.caret-medium-white {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -15px 0 no-repeat;
}
.caret.caret-side-medium-white {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-side-medium.svg) -16px 0 no-repeat;
}
.caret.caret-medium-black {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -45px 0 no-repeat;
}
.caret.caret-side-medium-black {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-side-medium.svg) -46px 0 no-repeat;
}
.caret.caret-medium-blue {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) 0px 0 no-repeat;
}
.caret.caret-side-medium-blue {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-side-medium.svg) -1px 0 no-repeat;
}
.caret.caret-medium-green {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -75px 0 no-repeat;
}
.caret.caret-side-medium-green {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-side-medium.svg) -76px 0 no-repeat;
}
.caret.caret-medium-grey {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-medium.svg) -90px 0 no-repeat;
}
.caret.caret-side-medium-grey {
  height: 9px;
  width: 9px;
  background: url(../img/arrow-side-medium.svg) -91px 0 no-repeat;
}
.caret.caret-small-white {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) -13px 0 no-repeat;
}
.caret.caret-side-small-white {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -14px 0 no-repeat;
}
.caret.caret-small-black {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) -39px 0 no-repeat;
}
.caret.caret-side-small-black {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -40px 0 no-repeat;
}
.caret.caret-small-blue {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) 0 0 no-repeat;
}
.caret.caret-side-small-blue {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -1px 0 no-repeat;
}
.caret.caret-small-green {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) -65px 0 no-repeat;
}
.caret.caret-side-small-green {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -66px 0 no-repeat;
}
.caret.caret-small-grey {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-small.svg) -78px 0 no-repeat;
}
.caret.caret-side-small-grey {
  height: 7px;
  width: 7px;
  background: url(../img/arrow-side-small.svg) -79px 0 no-repeat;
}
/* Clear */
.clear {
  clear: both;
  float: none;
}
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
.clear:after {
  clear: both;
}
/* Showing and hiding content */
.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
/* Quick floats */
.pull-right-xs {
  float: right !important;
}
.pull-left-xs {
  float: left !important;
}
@media (min-width: 769px) {
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
}
/* min-width: @screen-sm-min (769px) */
@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
}
/* min-width: @screen-md-min (992px) */
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
}
/* min-width: @screen-lg-min (1200px) */
/* Vertical divider */
.vertical-divider {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 2px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.vertical-divider:before,
.vertical-divider:after {
  content: '';
  height: 100%;
  position: absolute;
  width: 1px;
}
.vertical-divider:before {
  background: #b9b9b9;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 3%, #b9b9b9 50%, rgba(0, 0, 0, 0.03) 97%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 3%, #b9b9b9 50%, rgba(0, 0, 0, 0.03) 97%);
  left: 0;
  top: 0;
}
.vertical-divider:after {
  background: #ffffff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 3%, #ffffff 50%, rgba(255, 255, 255, 0.03) 97%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 3%, #ffffff 50%, rgba(255, 255, 255, 0.03) 97%);
  right: 0;
  top: 0;
}
/* margins, paddings and borders */
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0px !important;
}
.no-right-padding {
  padding-right: 0px !important;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}
.no-left-padding {
  padding-left: 0px !important;
}
.no-top-bottom-padding {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.no-side-padding,
.no-left-right-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0px !important;
}
.no-right-margin {
  margin-right: 0px !important;
}
.no-bottom-margin {
  margin-bottom: 0px !important;
}
.no-left-margin {
  margin-left: 0px !important;
}
.no-side-margin,
.no-left-right-margin {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.no-top-bottom-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.padding-top {
  padding-top: 20px !important;
}
.padding-right {
  padding-right: 20px !important;
}
.padding-bottom {
  padding-bottom: 20px !important;
}
.padding-left {
  padding-left: 20px !important;
}
.padding-side,
.side-padding,
.padding-left-right {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.padding-top-bottom {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.margin-top {
  margin-top: 20px !important;
}
.margin-right {
  margin-right: 20px !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.margin-left {
  margin-left: 20px !important;
}
.margin-side,
.side-margin,
.margin-left-right {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.margin-top-bottom {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.no-margin-xs {
  margin: 0 !important;
}
.no-top-margin-xs {
  margin-top: 0 !important;
}
.no-right-margin-xs {
  margin-right: 0 !important;
}
.no-bottom-margin-xs {
  margin-bottom: 0 !important;
}
.no-left-margin-xs {
  margin-left: 0 !important;
}
.no-top-bottom-margin-xs {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-side-margin-xs,
.no-left-right-margin-xs {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-padding-xs {
  padding: 0 !important;
}
.no-top-padding-xs {
  padding-top: 0 !important;
}
.no-right-padding-xs {
  padding-right: 0 !important;
}
.no-bottom-padding-xs {
  padding-bottom: 0 !important;
}
.no-left-padding-xs {
  padding-left: 0 !important;
}
.no-top-bottom-padding-xs {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-side-padding-xs,
.no-left-right-padding-xs {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.margin-top-xs {
  margin-top: 20px !important;
}
.margin-right-xs {
  margin-right: 20px !important;
}
.margin-bottom-xs {
  margin-bottom: 20px !important;
}
.margin-left-xs {
  margin-left: 20px !important;
}
.margin-top-bottom-xs {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-side-xs,
.side-margin-xs,
.margin-left-right-xs {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.padding-top-xs {
  padding-top: 20px !important;
}
.padding-right-xs {
  padding-right: 20px !important;
}
.padding-bottom-xs {
  padding-bottom: 20px !important;
}
.padding-left-xs {
  padding-left: 20px !important;
}
.padding-top-bottom-xs {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-side-xs,
.side-padding-xs,
.padding-left-right-xs {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (min-width: 769px) {
  .no-margin-sm {
    margin: 0 !important;
  }
  .no-top-margin-sm {
    margin-top: 0 !important;
  }
  .no-right-margin-sm {
    margin-right: 0 !important;
  }
  .no-bottom-margin-sm {
    margin-bottom: 0 !important;
  }
  .no-left-margin-sm {
    margin-left: 0 !important;
  }
  .no-top-bottom-margin-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-side-margin-sm,
  .no-left-right-margin-sm {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
  .no-top-padding-sm {
    padding-top: 0 !important;
  }
  .no-right-padding-sm {
    padding-right: 0 !important;
  }
  .no-left-padding-sm {
    padding-left: 0 !important;
  }
  .no-bottom-padding-sm {
    padding-bottom: 0 !important;
  }
  .no-top-bottom-padding-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-side-padding-sm,
  .no-left-right-padding-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .margin-top-sm {
    margin-top: 20px !important;
  }
  .margin-right-sm {
    margin-right: 20px !important;
  }
  .margin-bottom-sm {
    margin-bottom: 20px !important;
  }
  .margin-left-sm {
    margin-left: 20px !important;
  }
  .margin-top-bottom-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-side-sm,
  .side-margin-sm,
  .margin-left-right-sm {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .padding-top-sm {
    padding-top: 20px !important;
  }
  .padding-right-sm {
    padding-right: 20px !important;
  }
  .padding-bottom-sm {
    padding-bottom: 20px !important;
  }
  .padding-left-sm {
    padding-left: 20px !important;
  }
  .padding-top-bottom-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-side-sm,
  .side-padding-sm,
  .padding-left-right-sm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
/* min-width: @screen-sm-min (769px) */
@media (min-width: 992px) {
  .no-margin-md {
    margin: 0 !important;
  }
  .no-top-margin-md {
    margin-top: 0 !important;
  }
  .no-right-margin-md {
    margin-right: 0 !important;
  }
  .no-bottom-margin-md {
    margin-bottom: 0 !important;
  }
  .no-left-margin-md {
    margin-left: 0 !important;
  }
  .no-top-bottom-margin-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-side-margin-md,
  .no-left-right-margin-md {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-md {
    padding: 0 !important;
  }
  .no-top-padding-md {
    padding-top: 0 !important;
  }
  .no-right-padding-md {
    padding-right: 0 !important;
  }
  .no-bottom-padding-md {
    padding-bottom: 0 !important;
  }
  .no-left-padding-md {
    padding-left: 0 !important;
  }
  .no-top-bottom-padding-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-side-padding-md,
  .no-left-right-padding-md {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .margin-top-md {
    margin-top: 20px !important;
  }
  .margin-right-md {
    margin-right: 20px !important;
  }
  .margin-bottom-md {
    margin-bottom: 20px !important;
  }
  .margin-left-md {
    margin-left: 20px !important;
  }
  .margin-top-bottom-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-side-md,
  .side-margin-md,
  .margin-left-right-md {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .padding-top-md {
    padding-top: 20px !important;
  }
  .padding-right-md {
    padding-right: 20px !important;
  }
  .padding-bottom-md {
    padding-bottom: 20px !important;
  }
  .padding-left-md {
    padding-left: 20px !important;
  }
  .padding-top-bottom-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-side-md,
  .side-padding-md,
  .padding-left-right-md {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
/* min-width: @screen-sm-min (992px) */
@media (min-width: 1200px) {
  .no-margin-lg {
    margin: 0 !important;
  }
  .no-top-margin-lg {
    margin-top: 0 !important;
  }
  .no-right-margin-lg {
    margin-right: 0 !important;
  }
  .no-bottom-margin-lg {
    margin-bottom: 0 !important;
  }
  .no-left-margin-lg {
    margin-left: 0 !important;
  }
  .no-top-bottom-margin-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-side-margin-lg,
  .no-left-right-margin-lg {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-lg {
    padding: 0 !important;
  }
  .no-top-padding-lg {
    padding-top: 0 !important;
  }
  .no-right-padding-lg {
    padding-right: 0 !important;
  }
  .no-bottom-padding-lg {
    padding-bottom: 0 !important;
  }
  .no-left-padding-lg {
    padding-left: 0 !important;
  }
  .no-top-bottom-padding-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .no-side-padding-lg,
  .no-left-right-padding-lg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .margin-top-lg {
    margin-top: 20px !important;
  }
  .margin-right-lg {
    margin-right: 20px !important;
  }
  .margin-bottom-lg {
    margin-bottom: 20px !important;
  }
  .margin-left-lg {
    margin-left: 20px !important;
  }
  .margin-top-bottom-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-side-lg,
  .side-margin-lg,
  .margin-left-right-lg {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .padding-top-lg {
    padding-top: 20px !important;
  }
  .padding-right-lg {
    padding-right: 20px !important;
  }
  .padding-bottom-lg {
    padding-bottom: 20px !important;
  }
  .padding-left-lg {
    padding-left: 20px !important;
  }
  .padding-top-bottom-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .padding-side-lg,
  .side-padding-lg,
  .padding-left-right-lg {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
/* min-width: @screen-lg-min (1200px) */
/* alignments */
.right-bottom-align {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.left-bottom-align {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.right-top-align {
  position: absolute;
  top: 10px;
  right: 10px;
}
.left-top-align {
  position: absolute;
  top: 10px;
  left: 10px;
}
/* Well */
.well {
  width: 100%;
  min-height: 48px;
  padding: 14px 20px 10px;
  border-color: #d4d4d4 #e7e7e7 #dcdcdc;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  background: #fafafa;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}
.well.well-lg {
  min-height: 70px;
  padding: 25px 20px 22px;
}
.well.well-sm {
  min-height: 30px;
  padding: 4px 20px 2px;
}
