/*!
 * Nordic Cool 3.0 (http://ux.visma.com/weblibrary/3.0/ReleaseNotes.php)
 */
/*
 * Scaffolding - Nordic Cool 3.0
 */

html,
body {
  height: 100%;
}

body {
  position: relative;
  /* For scrollyspy */
  background: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
/* Footer */
footer {
  clear: both;
  padding: 10px;
  font-size: 10px;
  text-align: center;
}
footer img {
  margin: 0 7px;
  vertical-align: bottom;
}
/*
 * Typography - Nordic Cool 3.0
 */
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: #0974b3;
  text-decoration: none;
}
a:focus {
  color: #0974b3;
  outline: 1px solid #0089d9;
  outline-offset: 1px;
}
body,
label,
button {
  margin: 0px;
  color: #282828;
  font-size: 14px;
  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: regular;
  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.0
*/
/* 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;
  /*background-size: 82px 24px; */
}
.vismaicon:hover:before {
  background-position: -58px 0;
}
.vismaicon:active:before {
  background-position: 0px 0;
}
.vismaicon.disabled:before {
  background-position: -29px 0;
}
.vismaicon.vismaicon-sm:before {
  width: 16px;
  height: 16px;
  /*background-size: 58px 16px; */
}
.vismaicon.vismaicon-sm:hover:before {
  background-position: -42px 0;
}
.vismaicon.vismaicon-sm:active:before,
.vismaicon.vismaicon-sm.active:before {
  background-position: 0px 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);
  /*background-size: 140px 24px;*/
}
.vismaicon.vismaicon-filled.vismaicon-sm:before {
  width: 16px;
  height: 16px;
  background-image: url(img/vismaicons/informative-filled-icons/16_informative_icons.svg);
  /*background-size: 100px 16px; */
}
.vismaicon.vismaicon-filled.vismaicon-lg:before {
  width: 50px;
  height: 50px;
  background-image: url(img/vismaicons/informative-filled-icons/50_informative_icons.svg);
  /*background-size: 270px 50px; */
}
.vismaicon.vismaicon-menu {
  top: 0;
  width: 43px;
  height: 42px;
  padding: 9px;
  border-left: 1px solid #1a85c3;
  color: #fff;
}
.vismaicon.vismaicon-menu:before {
  content: '';
  width: 42px;
  height: 42px;
  background-position: 0 0;
  /*background-size: 112px 24px; */
}
.vismaicon.vismaicon-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.vismaicon.vismaicon-menu.active,
.vismaicon.vismaicon-menu:active {
  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);
  -moz-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:active:before {
  background-position: -44px 0;
}
.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;
  -moz-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;
}
.dropdown.open .vismaicon.vismaicon-menu:before {
  background-position: -44px 0;
}
/**** Individual icons ****/
.vismaicon-vud-checklistIcon:before {
	background-image: url(img/VUD/ChecklistIcon.svg);
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	background-position-y: 0;
	background-position-x: 0;
	left: -1px;
}
.vismaicon-vud-checklistIcon:hover:before {
	background-position-y: 0;
	background-position-x: 0;
}
.vismaicon-vud-clipboard:before {
	background-image: url(img/VUD/Clipboard.svg);
	background-size: 75px 80px;
	width: 75px;
	height: 75px;
	background-position-y: 0;
	background-position-x: 0;
}
.vismaicon-vud-clipboard:hover:before {
	background-position-y: 0;
	background-position-x: 0;
}
.vismaicon-vud-hourglass:before {
	background-image: url(img/vismaicons/vud/Dyn-icon-24-hourglass.svg);
}
.vismaicon-vud-hourglass:hover:before {
	background-position: 0px 0px;
}
.vismaicon-document-info:before {
	background-image: url(img/vismaicons/worksurface/24_document_info.svg);
}
.vismaicon-document-info.vismaicon-sm:before {
	background-image: url(img/vismaicons/worksurface/16_document_info.svg);
}
.vismaicon-managers-time:before {
	background-image: url(img/vismaicons/custom/24_Managers_Time_Registration.svg);
}
.vismaicon-managers-time.vismaicon-sm:before {
	background-image: url(img/vismaicons/custom/16_Managers_Time_Registration.svg);
}
.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-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-secret-document:before {
	background-image: url(img/vismaicons/worksurface/24_secret_document.svg);
}
.vismaicon-secret-document.vismaicon-sm:before {
	background-image: url(img/vismaicons/worksurface/16_secret_document.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-alert:before {
	background-image: url(img/vismaicons/worksurface/24_alert.svg);
}
.vismaicon-content-edit:before {
  background-image: url(img/vismaicons/worksurface/24_content_edit.svg);
}
.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-alert:before {
	background-image: url(img/vismaicons/worksurface/24_alert.svg);
}

.vismaicon-alert.vismaicon-sm:before {
	background-image: url(img/vismaicons/worksurface/16_alert.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-archive:before {
  background-image: url(img/vismaicons/worksurface/24_archive_document.svg);
}
.vismaicon-archive.vismaicon-sm:before {
  background-image: url(img/vismaicons/worksurface/16_archive_document.svg);
}
.vismaicon-database:before {
  background-image: url(img/vismaicons/worksurface/24_database.svg);
}
.vismaicon-queue:before {
  background-image: url(img/vismaicons/worksurface/24_future.svg);
}
.vismaicon-rendering:before {
  background-image: url(img/vismaicons/worksurface/24_document_production.svg);
}
.vismaicon-document-information:before {
  background-image: url(img/vismaicons/worksurface/24_document_information.svg);
}
.vismaicon-hourglass:before {
  background-image: url(img/vismaicons/worksurface/24_hourglass.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-lg.vismaicon-filled.vismaicon-refresh:before {
	margin-top: 10px;
	background-image: url(img/vismaicons/worksurface/32_refresh.svg);
	background-position: 15px 0;
}

.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-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-add-user:before {
  background-image: url(img/vismaicons/worksurface/24_add_user.svg);
}
.vismaicon-add-user.vismaicon-sm:before {
  background-image: none;
}
.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-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-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-preview-off:before {
	background-image: url(img/vismaicons/worksurface/preview24_preview_off.svg);
}

.vismaicon-preview-off.vismaicon-sm:before {
	background-image: url(img/vismaicons/worksurface/preview24_preview_off.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-replace:before {
  background-image: url(img/vismaicons/worksurface/24_replace.svg);
}
.vismaicon-replace.vismaicon-sm:before {
  background-image: url(img/vismaicons/worksurface/16_replace.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-csv:before {
  background-image: url(img/vismaicons/worksurface/24_csv.svg);
}
.vismaicon-csv.vismaicon-sm:before {
  background-image: url(img/vismaicons/worksurface/16_csv.svg);
}
.vismaicon-xml:before {
  background-image: url(img/vismaicons/worksurface/24_xml.svg);
}
.vismaicon-xml-document:before {
  background-image: url(img/vismaicons/worksurface/24_xml_document.svg);
}
.vismaicon-text-document:before {
  background-image: url(img/vismaicons/worksurface/24_text_document.svg);
}
.vismaicon-text-document.vismaicon-sm:before {
  background-image: url(img/vismaicons/worksurface/16_text_document.svg);
}
.vismaicon-cancelled-document:before {
  background-image: url(img/vismaicons/worksurface/24_order_closed.svg);
}
.vismaicon-undefined-document:before {
  background-image: url(img/vismaicons/worksurface/24_undifined_document.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-settings:before {
  background-image: url(img/vismaicons/worksurface/24_settings.svg);
}
.vismaicon-user_settings:before {
  background-image: url(img/vismaicons/worksurface/24_user_settings.svg);
}
.vismaicon-date-picker:before {
	background-image: url(img/vismaicons/worksurface/24_date_picker.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-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-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-the-forbidden-one:before {
  background-image: url(img/vismaicons/action-icons/24_forbidden.svg);
}
.vismaicon-cancel-circle-grey:before {
  background-image: url(img/vismaicons/action-icons/24_cancel_grey.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-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);
}
/**** 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);
}
/**** 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-lg .vismaicon {
  top: -1px;
  left: -3px;
}
.btn-lg .vismaicon-sm {
  top: 0;
}
/* 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);
    -moz-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.0
 */
.row {
  margin-right: -20px;
  margin-left: -20px;
}
/* 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 {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}
.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%;
}
@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 {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  .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%;
  }
}
@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 {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  .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%;
  }
}
@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 {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  .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%;
  }
}
/* /Grid re-styles */
/**
 * Tables - Nordic Cool 3.0
*/
.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);
  -moz-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 #d0d0d0;
}
.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;
  -moz-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 {
  cursor: pointer;
  background: #ccebff;
}
.table.table-hover > thead > tr > td:hover,
.table.table-hover > thead > tr > th:hover,
.table.table-active > thead > tr > td:hover,
.table.table-active > thead > tr > th:hover,
.table.table-sorter > thead > tr > td:hover,
.table.table-sorter > thead > tr > th:hover {
  cursor: pointer;
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* 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 {
  background: #e6e6e6;
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #fafafa 9%, #fafafa 96%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #fafafa 9%, #fafafa 96%, #dcdcdc 100%);
  -webkit-box-shadow: 0px 1px 0 #d4d4d4 inset, 0px -1px 0 #d4d4d4 inset;
  -moz-box-shadow: 0px 1px 0 #d4d4d4 inset, 0px -1px 0 #d4d4d4 inset;
  box-shadow: 0px 1px 0 #d4d4d4 inset, 0px -1px 0 #d4d4d4 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;
  -moz-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 {
  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 {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 6px;
  height: 100%;
  background: #4d8400;
}
.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: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0 #e2e2e2 inset, 0px -1px 0 #e2e2e2 inset;
  -moz-box-shadow: 0px 1px 0 #e2e2e2 inset, 0px -1px 0 #e2e2e2 inset;
  box-shadow: 0px 1px 0 #e2e2e2 inset, 0px -1px 0 #e2e2e2 inset;
}
.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;
  -moz-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;
  -webkit-box-shadow: 6px 0 0 #4d8400 inset;
  -moz-box-shadow: 6px 0 0 #4d8400 inset;
  box-shadow: 6px 0 0 #4d8400 inset;
  /*> 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-active > thead > tr > th.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-active > thead > tr > th.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;
  -moz-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;
  -moz-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 > th:hover,
.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: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* 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;
  -moz-box-shadow: -1px 0 #0974b3;
  box-shadow: -1px 0 #0974b3;
}
.table.table-grey.table-active > thead > tr > td.pressed,
.table.table-grey.table-active > thead > tr > th.pressed,
.table.table-grey > thead > tr > td.pressed,
.table.table-grey > thead > tr > th.pressed {
  background: #e0e0e0;
  color: #282828;
}
/* Disabled table */
.table.disabled {
  border-color: #d0d0d0;
}
.table.disabled > tbody {
  background: #f5f5f5;
}
.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 #d0d0d0;
}
.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.0
*/
: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-size: 14px;
  font-weight: 400;
  line-height: 145%;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
}
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 5px 5px 10px;
}
input[type="number"].right-direction,
.form-group input[type="number"].right-direction {
  padding: 7px 10px 5px 0;
}
input[type="file"] {
  padding: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    cursor: pointer;
}
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;
  -moz-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: 2px solid #0089d9;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}
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;
  -webkit-box-shadow: none !important;
  -moz-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: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
input[type="file"].input-btn-attach:focus + .btn.btn-attach {
  outline: none;
  border-color: #0089d9;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-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[type="file"].input-btn-attach:active + .btn.btn-attach {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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[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;
  -moz-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;
  -moz-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 .radio input,
.ie11 .has-error .checkbox input {
  top: 9px;
}
.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;
  -moz-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;
  -moz-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 */
.form-group {
  margin-bottom: 6px;
}
.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;
}
/* Horizontal form */
.form-horizontal {
  margin-bottom: 36px;
}
.form-horizontal .form-group {
  min-height: 30px;
  margin-right: -20px;
  margin-left: -20px;
}
.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: 30px;
  margin-bottom: 6px;
  padding: 5px 0 0;
}
.form-horizontal .radio input,
.form-horizontal .checkbox input,
.form-horizontal .radio-inline input,
.form-horizontal .checkbox-inline input {
  top: 8px;
}
.form-horizontal input {
  float: left;
}
/* large form groups */
.form-group-lg .form-control,
.form-group-lg input {
  padding: 4px 10px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: 0 0 6px 0;
}
.checkbox,
.radio {
  padding-top: 4px;
}
.radio input,
.checkbox input {
  top: 7px;
  margin-top: 0;
}
.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;
}
.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;
}
/* 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 {
  display: inline-block;
  position: relative;
  top: 5px;
  min-width: auto;
  height: 28px;
  margin: -2px 0 4px;
  padding-top: 2px;
  padding-right: 28px;
  padding-left: 60px;
  border: 0 none;
  color: #282828;
  text-align: left;
  background: transparent url(img/toggles.svg) no-repeat 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
}
.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 {
  padding-right: 60px;
  padding-left: 0px;
  background-position: right 0px;
}
.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 -140px;
}
.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 -140px;
}
.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 -103px;
}
/* /.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 > 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: 2px;
  width: 20px;
  height: 28px;
  border: 0;
  opacity: 0.77;
  background: url(img/arrow-medium.svg);
  background-size: 39px 7px;
  background-position: -10px 12px;
  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-size: 14px;
  font-weight: 400;
  line-height: 145%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-box-shadow: none;
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.select-wrapper.hover:after,
.select-wrapper:hover:after {
  background-position: -25px 12px;
}
.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);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.select-wrapper.activeState:after,
.select-wrapper.activeState:hover:after {
  background-position: -10px 12px;
}
.select-wrapper select {
  cursor: pointer;
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
  line-height: 100%;
  outline: none;
  -khtml-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
/* disabled */
fieldset[disabled] .select-wrapper .holder,
.disabled .select-wrapper .holder,
fieldset[disabled] .select-wrapper:hover .holder,
.disabled .select-wrapper:hover .holder {
  border-color: #c8c8c8;
  color: #a0a0a0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-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 {
  background-position: -12px 9px;
  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: -10px 21px;
}
.select-wrapper-lg:hover:after {
  background-position: -25px 21px;
}
.select-wrapper-lg.activeState:after,
.select-wrapper-lg.activeState:hover:after {
  background-position: -10px 21px;
}
/* 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: #f5f5f5;
}
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: none;
  height: auto;
  min-height: 100%;
  padding: 4px 0 6px;
}
select[multiple="multiple"] option {
  padding-right: 10px;
  padding-left: 10px;
}
select[multiple="multiple"]:focus,
select[multiple="multiple"]:hover {
  background: none;
  color: #282828;
}
/* Disabled state */
.disabled select,
.disabled select.form-control {
  border: 1px solid #d0d0d0;
  color: #a0a0a0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-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: #f5f5f5;
}
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 #d0d0d0;
  background: #f5f5f5;
}
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;
  -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  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:hover {
  border-color: #becad1 #b9c5cb #969fa4 #b8c2c9;
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.search-group .form-control:focus + .btn.search-icon {
  border-color: #d1d1d1 #c8c8c8 #a5a5a5 #0089d9;
}
.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);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.search-group .form-control:focus {
  -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
}
.search-group .form-control:focus + .btn.search-icon {
  -webkit-box-shadow: -1px 0px 0 #0089d9;
  -moz-box-shadow: -1px 0px 0 #0089d9;
  box-shadow: -1px 0px 0 #0089d9;
}
.search-group.typing .form-control:focus {
  -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;
  -moz-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;
}
.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;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.search-group-lg .btn.search-icon {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  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;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 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;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-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 .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);
  -moz-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: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  border-color: #0089d9;
}
.search-group.search-group-primary .form-control:focus + .btn.search-icon {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-group.search-group-primary .form-control:focus + .btn.search-icon {
  border-color: #4f8800 #437400 #336b00 #417100;
}
.search-group.search-group-primary .btn.search-icon:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  border-color: #325700 #3b6500 #427000 #3f6c00;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-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;
}
/*
.no-padding-right-lg > .search-group .search-btn,
.no-padding-right-md > .search-group .search-btn,
.no-padding-right-sm > .search-group .search-btn,
.no-padding-right-xs > .search-group .search-btn,
.no-padding-right > .search-group .search-btn,
.no-padding > .search-group .search-btn,
.no-padding-right-lg  > form .search-group .search-btn,
.no-padding-right-md  > form .search-group .search-btn,
.no-padding-right-sm  > form .search-group .search-btn,
.no-padding-right-xs  > form .search-group .search-btn,
.no-padding-right  > form .search-group .search-btn,
.no-padding > form .search-group .search-btn { right: 0px; } */
/* Responsiveness */
@media (max-width: 769px) {
  .form-horizontal .form-group {
    /*margin-left: 0;
		margin-right: 0; */
  }
  .has-error .radio input,
  .has-error .checkbox input,
  .radio .focusState input,
  .checkbox .focusState input {
    top: 7px;
  }
  .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;
  }
  select[multiple="multiple"] {
    padding: 4px 10px 6px;
  }
}
/**
 * NC 3.0 styles for:
 *
 * Buttons
 * Button groups
 * Directional buttons
 * Split buttons
 * Dropdowns
 * 
*/
/* Buttons - default and primary */
.btn {
  min-width: 160px;
  height: 30px;
  margin-bottom: 6px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 145%;
  text-decoration: none;
}
.btn:not(.dropdown-toggle) {
  padding: 4px 15px;
}
.btn.dropdown-toggle {
  position: relative;
  padding-top: 4px;
  padding-right: 30px;
}
.ie11 .btn:not(.left):not(.right):active span:not(.caret),
.ie10 .btn:not(.left):not(.right):active span:not(.caret),
.ie11 .btn:not(.left):not(.right):focus span:not(.caret),
.ie10 .btn:not(.left):not(.right):focus span:not(.caret) {
  display: block;
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
}
.btn.btn-default {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0 #d2d2d2 #b6b6b6;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  color: #282828;
}
.btn.btn-default:hover,
.btn.btn-default.hover,
.btn-group.hover .btn.btn-default,
.input-group-btn.hover .btn.btn-default {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #282828;
}
.btn.btn-default.focus:hover,
.btn.btn-default:focus:hover {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  border-width: 1px;
  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);
  -moz-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);
}
.btn.btn-default.focus,
.btn.btn-default:focus {
  border-color: #0089d9;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-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);
  /*padding-top: 4px; */
  border-width: 1px;
  outline: none;
  z-index: 20;
}
.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default.active.focus,
.btn.btn-default.focus:active,
.btn.btn-default:focus:active,
.open > .btn-default,
.open > .btn-default:focus,
.btn-group.focus > .btn-default,
.btn-group.focus.hover > .btn-default,
.input-group-btn.focus > .btn-default,
.input-group-btn.focus.hover > .btn-default {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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);
  border-width: 1px;
}
.btn.btn-default:not(.btn-lg):active,
.btn.btn-default.active:not(.btn-lg),
.btn.btn-default.active.focus:not(.btn-lg),
.btn.btn-default.focus:not(.btn-lg):active,
.btn.btn-default:not(.btn-lg):focus:active,
.open > .btn-default:not(.btn-lg),
.open > .btn-default:not(.btn-lg):focus,
.btn-group.focus > .btn-default:not(.btn-lg),
.btn-group.focus.hover > .btn-default:not(.btn-lg),
.input-group-btn.focus > .btn-default:not(.btn-lg),
.input-group-btn.focus.hover > .btn-default:not(.btn-lg) {
  padding-top: 4px;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  opacity: 1;
  border-width: 1px !important;
  border-color: #d0d0d0 !important;
  color: #a0a0a0;
  background: #f5f5f5;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  cursor: default;
  pointer-events: none;
}
.btn-default.dropdown-toggle.disabled .caret,
.btn-default.dropdown-toggle[disabled] .caret,
fieldset[disabled] .btn-default.dropdown-toggle .caret,
.btn-default.dropdown-toggle.disabled:hover .caret,
.btn-default.dropdown-toggle[disabled]:hover .caret,
fieldset[disabled] .btn-default.dropdown-toggle:hover .caret,
.btn-default.dropdown-toggle.disabled:focus .caret,
.btn-default.dropdown-toggle[disabled]:focus .caret,
fieldset[disabled] .btn-default.dropdown-toggle:focus .caret,
.btn-default.dropdown-toggle.disabled:active .caret,
.btn-default.dropdown-toggle[disabled]:active .caret,
fieldset[disabled] .btn-default.dropdown-toggle:active .caret,
.btn-default.dropdown-toggle.disabled.active .caret,
.btn-default.dropdown-toggle.active[disabled] .caret,
fieldset[disabled] .btn-default.dropdown-toggle.active .caret {
  opacity: 0.5;
}
/*primary*/
.btn.btn-primary {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #437400 #2d5e00;
  color: #fff;
  background: #4d8500;
  background: -webkit-linear-gradient(top, #569400 0%, #487c00 40%, #477a00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487c00 40%, #477a00 100%);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.btn.btn-primary:not(.left):not(.right):hover,
.btn-group.hover .btn.btn-primary {
  border-width: 1px;
  border-color: #579400 #497c00 #316400;
  color: #fff;
  background: #5da000;
  background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
  background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, 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 #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
}
.btn.btn-primary:not(.left):not(.right).focus:hover,
.btn.btn-primary:not(.left):not(.right):focus:hover {
  border-color: #579400 #497c00 #316400;
  color: #fff;
  background: #5da000;
  background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
  background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, 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 #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7 #d7d7d7 #b1b1b1;
  -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
}
.btn.btn-primary:not(.left):not(.right).focus,
.btn.btn-primary:not(.left):not(.right):focus {
  position: relative;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7 #d7d7d7 #b8b8b8;
  background: #477a00;
  background: -webkit-linear-gradient(top, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
  background: linear-gradient(to bottom, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
  -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  z-index: 20;
}
.btn.btn-primary:not(.left):not(.right).focus:active,
.btn.btn-primary:not(.left):not(.right):focus:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
}
.btn.btn-primary:not(.left):not(.right):active,
.btn.btn-primary.active:not(.left):not(.right),
.btn-group.open:not(.btn-split) > .btn-primary:not(.left):not(.right),
.btn-group.open.hover:not(.btn-split) > .btn-primary:not(.left):not(.right),
.btn-group.open.hover:not(.btn-split) > .btn-primary:not(.left):not(.right):hover,
.btn-group.open:not(.btn-split) > .btn-primary:not(.left):not(.right):focus,
.btn-group.focus.open:not(.btn-split) > .btn-primary:not(.left):not(.right):focus,
.btn-group.focus > .btn-primary:not(.left):not(.right):focus,
.btn-group.focus > .btn-primary:not(.left):not(.right),
.btn-group.focus.hover > .btn-primary:not(.left):not(.right) {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
}
.btn-primary.disabled:not(.left):not(.right),
.btn-primary[disabled]:not(.left):not(.right),
fieldset[disabled] .btn-primary:not(.left):not(.right),
.btn-primary.disabled:not(.left):not(.right):hover,
.btn-primary[disabled]:not(.left):not(.right):hover,
fieldset[disabled] .btn-primary:not(.left):not(.right):hover,
.btn-primary.disabled:not(.left):not(.right):focus,
.btn-primary[disabled]:not(.left):not(.right):focus,
fieldset[disabled] .btn-primary:not(.left):not(.right):focus,
.btn-primary.disabled:not(.left):not(.right):active,
.btn-primary[disabled]:not(.left):not(.right):active,
fieldset[disabled] .btn-primary:not(.left):not(.right):active,
.btn-primary.disabled.active:not(.left):not(.right),
.btn-primary.active[disabled]:not(.left):not(.right),
fieldset[disabled] .btn-primary.active:not(.left):not(.right) {
  opacity: 1;
  border-width: 1px !important;
  border-color: #89a563;
  color: #dce6cf;
  background: #95b36b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
.btn[disabled],
.btn.disabled {
  opacity: 1;
}
.ie11 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]),
.ie10 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]) {
  -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;
  -moz-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.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):hover,
.ie10 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):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.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):active,
.ie10 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):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;
}
/*link*/
.btn.btn-link {
  min-width: 0;
  padding: 0px;
  outline: none;
  color: #0974b3;
}
/* Large buttons */
.btn:not(.dropdown-toggle).btn-lg,
.btn-group-lg > .btn:not(.dropdown-toggle) {
  height: 48px;
  padding: 7px 15px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.btn:not(.dropdown-toggle):not(.left):not(.right).btn-lg,
a.btn:not(.dropdown-toggle):not(.left):not(.right).btn-lg:hover {
  padding: 13px 15px;
}
.btn.dropdown-toggle.btn-lg {
  height: 48px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Attach button */
.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.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn.btn-attach:hover .attach-icon:before {
  background-position: -72px 0;
}
.btn.btn-attach:focus,
.btn.btn-attach.active:focus {
  padding-left: 32px !important;
  padding-right: 22px !important;
}
.btn.btn-attach:focus .attach-icon:before,
.btn.btn-attach.active:focus .attach-icon:before {
  background-position: -108px 0;
}
.btn.btn-attach:active .attach-icon:before {
  background-position: -108px 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;
}
/* Directional buttons */
.btn.left,
.btn.right,
.btn.left:hover,
.btn.right:hover,
.btn.left:focus,
.btn.right:focus,
.btn.left.focus,
.btn.right.focus {
  display: inline-block;
  min-width: 90px;
  height: 32px;
  padding-top: 0 !important;
  border: none;
  outline: none;
  color: #282828;
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.left span,
.btn.right span {
  display: inline-block;
  position: relative;
  min-width: 149px;
  height: 32px;
  padding-top: 9px;
  padding-bottom: 3px;
  line-height: 11px;
}
.btn.left {
  padding-right: 0;
  padding-left: 14px;
  background: url(img/directional-buttons/left-arrows-default.svg) no-repeat left top;
}
.btn.left:hover {
  background-position: left -72px;
}
.btn.left:focus,
.btn.left.focus {
  background-position: left -107px;
}
.btn.left:active,
.btn.left.active {
  background-position: left -144px;
}
.btn.left[disabled],
.btn.left.disabled {
  color: #a0a0a0;
  background-position: left -35px;
}
.btn.left span {
  margin-left: 0;
  padding-right: 25px;
  padding-left: 11px;
  background: url(img/directional-buttons/left-arrows-ends-default.svg) no-repeat right top;
}
.ie11 .btn.left span {
  margin-left: -1px;
}
.btn.left:hover span {
  background-position: right -72px;
}
.btn.left:focus span,
.btn.left.focus span {
  background-position: right -107px;
}
.btn.left:active span,
.btn.left.active span {
  background-position: right -144px;
}
.btn.left[disabled] span,
.btn.left.disabled span {
  background-position: right -35px;
}
.btn.right {
  margin-left: 0px;
  padding-right: 14px;
  padding-left: 0;
  background: url(img/directional-buttons/right-arrows-default.svg) no-repeat right top;
}
.btn.right:hover {
  background-position: right -72px;
}
.btn.right.focus,
.btn.right:focus {
  background-position: right -107px;
}
.btn.right:active,
.btn.right.active {
  background-position: right -144px;
}
.btn.right[disabled],
.btn.right.disabled {
  color: #a0a0a0;
  background-position: right -35px;
}
.btn.right span {
  margin-right: 0px;
  padding-right: 11px;
  padding-left: 25px;
  background: url(img/directional-buttons/right-arrows-ends-default.svg) no-repeat left top;
}
.ie11 .btn.right span {
  margin-right: -1px;
}
.btn.right:hover span {
  background-position: left -72px;
}
.btn.right:focus span,
.btn.right.focus span {
  background-position: left -107px;
}
.btn.right:active span,
.btn.right.active span {
  background-position: left -144px;
}
.btn.right[disabled] span,
.btn.right.disabled span {
  background-position: left -35px;
}
/* Arrow buttons - Primary */
.btn.left.btn-primary,
.btn.right.btn-primary,
.btn.left.btn-primary:hover,
.btn.right.btn-primary:hover,
.btn.left.btn-primary:focus,
.btn.right.btn-primary:focus,
.btn.left.btn-primary.focus,
.btn.right.btn-primary.focus {
  height: 34px;
  border: none;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.left span,
.btn.right span {
  height: 34px;
}
/* Left arrow */
.btn.left.btn-primary {
  color: #fff;
  background: url(img/directional-buttons/left-arrows-primary.svg) no-repeat scroll left top;
}
.btn.left.btn-primary:hover {
  background-position: left -72px;
}
.btn.left.btn-primary:focus,
.btn.left.btn-primary.focus {
  margin-top: -2px;
  background-position: left -107px;
}
.btn.left.btn-primary:active,
.btn.left.btn-primary.active {
  margin-top: 0px;
  background-position: left -144px;
}
.btn.left.btn-primary[disabled],
.btn.left.btn-primary.disabled {
  color: #d7e6c3;
  background-position: left -35px;
}
.btn.left.btn-primary span {
  background: url(img/directional-buttons/left-arrows-ends-primary.svg) no-repeat right top;
}
.btn.left.btn-primary:hover span {
  background-position: right -72px;
}
.btn.left.btn-primary:focus span,
.btn.left.btn-primary.focus span {
  padding-top: 10px;
  background-position: right -107px;
}
.btn.left.btn-primary:active span,
.btn.left.btn-primary.active span {
  padding-top: 9px;
  background-position: right -144px;
}
.btn.left.btn-primary[disabled] span,
.btn.left.btn-primary.disabled span {
  background-position: right -35px;
}
/* Right arrow */
.btn.right.btn-primary {
  background: url(img/directional-buttons/right-arrows-primary.svg) no-repeat scroll right top;
}
.btn.right.btn-primary:hover {
  background-position: right -72px;
}
.btn.right.btn-primary:focus,
.btn.right.btn-primary.focus {
  margin-top: -2px;
  background-position: right -107px;
}
.btn.right.btn-primary:active,
.btn.right.btn-primary.active {
  margin-top: 0px;
  background-position: right -144px;
}
.btn.right.btn-primary[disabled],
.btn.right.btn-primary.disabled {
  color: #d7e6c3;
  background-position: right -35px;
}
.btn.right.btn-primary span {
  background: url(img/directional-buttons/right-arrows-ends-primary.svg) no-repeat left top;
}
.btn.right.btn-primary:hover span {
  background-position: left -72px;
}
.btn.right.btn-primary:focus span,
.btn.right.btn-primary.focus span {
  padding-top: 10px;
  background-position: left -107px;
}
.btn.right.btn-primary:active span,
.btn.right.btn-primary.active span {
  padding-top: 9px;
  background-position: left -144px;
}
.btn.right.btn-primary[disabled] span,
.btn.right.btn-primary.disabled span {
  background-position: left -35px;
}
/* Dropdowns */
.dropdown-menu {
  min-width: 160px;
  left: auto;
  margin-top: -7px;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.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;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
}
.dropdown-menu > li > a:not(.btn):hover,
.dropdown li > a:not(.btn):hover {
  background: #ccebff;
  -webkit-box-shadow: 0 -1px 0 #ccebff;
  -moz-box-shadow: 0 -1px 0 #ccebff;
  box-shadow: 0 -1px 0 #ccebff;
}
.dropdown-menu > li > a:not(.btn):focus {
  outline: 2px solid #0089d9;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a:not(.btn):active,
.dropdown-menu > li > a.active:not(.btn),
.dropdown-menu > li > a.active:not(.btn):hover,
.dropdown li > a:not(.btn):active,
.dropdown li > a.active:not(.btn),
.dropdown li > a.active:not(.btn):hover {
  outline: none;
  background: #f0f0f0;
  -webkit-box-shadow: 0 -1px 0 #ccebff;
  -moz-box-shadow: 0 -1px 0 #ccebff;
  box-shadow: 0 -1px 0 #ccebff;
}
.dropdown-menu > .disabled > a:not(.btn):hover,
.dropdown-menu > .disabled > a:not(.btn):focus {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-header {
  margin: 0px 20px 3px;
  padding: 15px 0px 1px;
  border-bottom: 1px solid #ebebeb;
  color: #737373;
  font-size: 14px;
  font-weight: normal;
}
.dropdown-header:first-child {
  padding-top: 6px;
}
.dropdown-menu .divider {
  display: none;
}
/*.dropdown .dropdown-menu { 
	&:before {
		border-bottom: 7px solid rgba(0, 0, 0, 0.1);
		top: -15px;
		}
		
	&:after {
		border-bottom: 7px solid #fff;
		top: -13px; 
		}
		
	&:before, &:after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid transparent;
		content: "";
		height: 0;
		left: 40px;
		position: absolute;
		top: -13px;
		width: 0;
		}
	} */
/* Button Groups */
.btn-toolbar {
  margin-bottom: 6px;
}
.btn-toolbar .dropdown-menu {
  margin-top: -1px;
}
.btn-toolbar .btn-group .btn,
.btn-toolbar .btn-group .btn:first-child {
  height: 30px;
  min-width: 210px;
  margin-bottom: 0px;
  z-index: 3;
}
.btn-toolbar .btn-group-lg .btn,
.btn-toolbar .btn-group-lg .btn:first-child {
  height: 48px;
  font-size: 14px;
}
.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 .btn-group-lg .btn.dropdown-toggle .caret {
  top: 20px;
}
.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: 1px;
  left: -2px;
  width: 3px;
  height: 28px;
  background: url(img/default-btn-sep.png) no-repeat center center transparent;
}
.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: url(img/default-btn-lg-sep.png) no-repeat center center transparent;
}
.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:not(:first-child):not(:last-child) {
  border-left-width: 0;
  border-right-width: 0;
}
.btn-toolbar .btn-group .btn:not(:last-child):first-child {
  border-right-width: 0;
}
.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:not(:first-child):last-child {
  border-left-width: 0;
  border-right-width: 1px;
}
.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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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 .btn:focus {
  z-index: 22;
}
.btn-toolbar .btn-group .btn:focus,
.btn-toolbar .btn-group .btn.focus {
  outline: 1px solid #0089d9;
  -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
  -moz-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;
  -moz-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:only-child .btn:only-child:focus {
  -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
  -moz-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-width: 1px; */
  border-color: #cbcbcb #d9d9d9 #4d8400;
  color: #282828;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
}
.btn-toolbar .btn-group.open .btn.btn-default {
  border-color: #b1b1b1 #c5c5c5 #cecece;
  color: #282828;
  background: #e1e1e1;
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-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 .btn.btn-default.active:hover {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 -1px 0 #4d8400 inset;
  -moz-box-shadow: 0 -1px 0 #4d8400 inset;
  box-shadow: 0 -1px 0 #4d8400 inset;
}
.btn-toolbar .btn-group.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);
  -moz-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);
}
.btn-toolbar .btn-group.open .btn.btn-default:focus,
.btn-toolbar .btn-group.open .btn.btn-default.focus {
  outline: 1px solid #0089d9;
  -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
  -moz-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-default:active,
.btn-toolbar .btn-group .btn.btn-default.pressed {
  border-color: #b1b1b1 #c5c5c5 #cecece;
  color: #282828;
  background: #e1e1e1;
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-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;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
}
.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;
  -moz-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 .btn.btn-default.active:focus,
.btn-toolbar .btn-group .btn.btn-default.active.focus {
  /*border-width: 1px; */
  border-color: #cbcbcb #d9d9d9 #4d8400;
  color: #282828;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #0089d9 #0089d9 #4d8400 #0089d9;
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
  -moz-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 .btn.btn-default.active:focus:after,
.btn-toolbar .btn-group .btn.btn-default.active.focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #4d8400;
}
.btn-toolbar .btn-group:only-child .btn.active:focus:only-child,
.btn-toolbar .btn-group:only-child .btn.active.focus:only-child {
  -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
  -moz-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 .btn.btn-default.active:active {
  border-color: #b1b1b1 #c5c5c5 #cecece;
  color: #282828;
  background: #e1e1e1;
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-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;
  position: relative;
  border-color: #cbcbcb #d9d9d9 #4d8400;
  -webkit-box-shadow: 0 -1px 0 #4d8400 inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 0 #4d8400 inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 0 #4d8400 inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.btn-toolbar .btn-group .btn.btn-default.active:active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #4d8400;
}
.btn-toolbar .btn-group-justified .btn {
  height: 30px;
}
.btn-toolbar .btn-group-justified .btn + .btn-group .btn {
  height: 39px;
}
.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: transparent url(img/default-btn-lg-sep.png) no-repeat scroll center center;
}
.btn-toolbar .btn-group.btn-group-lg .btn.dropdown-toggle,
.btn-toolbar .btn-group.btn-group-lg .btn.dropdown-toggle.active,
.btn-toolbar .btn-group.btn-group-lg .btn.dropdown-toggle:active {
  padding-top: 0;
  padding-bottom: 0;
}
/* .btn-toolbar */
.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: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  color: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
  z-index: 20;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:hover,
.btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default:hover {
  border-width: 1px;
  color: #fff;
  background: #5da000;
  background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
  background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, 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 #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  border-color: #579400 #497c00 #316400;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:focus,
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.focus,
.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: #d7d7d7 #d7d7d7 #b8b8b8;
  background: #477a00;
  background: -webkit-linear-gradient(top, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
  background: linear-gradient(to bottom, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
  color: #fff;
  border-color: #d7d7d7 #d7d7d7 #b1b1b1;
  -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  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:focus,
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active.focus {
  z-index: 4;
  border-color: #d7d7d7 #d7d7d7 #b1b1b1;
  -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
}
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:focus:after,
.btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active.focus:after {
  display: none;
}
.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.btn-toolbar-primary */
.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,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus {
  outline: 0;
  -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 1px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
  -moz-box-shadow: inset -2px 1px 0px #0089d9, inset 1px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
  box-shadow: inset -2px 1px 0px #0089d9, inset 1px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
}
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:not(:first-child):not(:last-child):not(:active):focus,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:not(:first-child):not(:last-child):not(:active):focus,
.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) {
  -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
  -moz-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;
}
.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:active,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.pressed,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.pressed {
  /*border-color: #b1b1b1 #c5c5c5 #cecece; */
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-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;
}
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .active.btn-default.btn:focus,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .active.btn-default.btn:focus,
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .focus.active.btn-default.btn,
.ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .focus.active.btn-default.btn {
  -webkit-box-shadow: inset -1px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #4d8400;
  -moz-box-shadow: inset -1px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #4d8400;
  box-shadow: inset -1px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #4d8400;
}
.ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group:only-child .btn:only-child:not(:active):focus,
.ie11 .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;
  -moz-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 */
  /* Split button */
}
.input-group-btn.open .btn.btn-default:hover,
.btn-group.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);
  -moz-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,
.btn-group.open .btn.btn-default:focus {
  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);
  -moz-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-btn.open .btn.btn-default,
.btn-group.open .btn.btn-default,
.input-group-btn.open .btn.btn-default:active,
.btn-group.open .btn.btn-default:active {
  outline: none;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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);
  border-width: 1px;
  border-color: #b1b1b1 #c6c6c6 #cecece;
}
.input-group-btn.open .btn.btn-primary:focus,
.btn-group.open .btn.btn-primary:focus {
  position: relative;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7 #d7d7d7 #b8b8b8;
  background: #477a00;
  background: -webkit-linear-gradient(top, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
  background: linear-gradient(to bottom, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
  -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
}
.input-group-btn.open .btn.btn-primary:hover,
.btn-group.open .btn.btn-primary:hover {
  background: #345600;
  background: -webkit-linear-gradient(top, #345600 0%, #386000 6%, #437000 100%);
  background: linear-gradient(to bottom, #345600 0%, #386000 6%, #437000 100%);
}
.input-group-btn.btn-group-lg .btn,
.btn-group.btn-group-lg .btn {
  height: 48px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.input-group-btn.btn-group-lg .btn.dropdown-toggle,
.btn-group.btn-group-lg .btn.dropdown-toggle,
.input-group-btn.btn-group-lg .btn.dropdown-toggle.active,
.btn-group.btn-group-lg .btn.dropdown-toggle.active,
.input-group-btn.btn-group-lg .btn.dropdown-toggle:active,
.btn-group.btn-group-lg .btn.dropdown-toggle:active {
  padding-top: 10px;
}
.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.open > .btn-default.dropdown-toggle,
.btn-group.btn-split.open > .btn-default.dropdown-toggle {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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.btn-split.open.hover > .btn-default.dropdown-toggle,
.btn-group.btn-split.open.hover > .btn-default.dropdown-toggle,
.input-group-btn.btn-split.open.hover > .btn-default.dropdown-toggle:hover,
.btn-group.btn-split.open.hover > .btn-default.dropdown-toggle:hover,
.input-group-btn.btn-split.open > .btn-default.dropdown-toggle:hover,
.btn-group.btn-split.open > .btn-default.dropdown-toggle: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);
  -moz-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.btn-split.open > .btn-default.dropdown-toggle:focus,
.btn-group.btn-split.open > .btn-default.dropdown-toggle:focus,
.input-group-btn.btn-split.focus.open > .btn-default.dropdown-toggle:focus,
.btn-group.btn-split.focus.open > .btn-default.dropdown-toggle:focus {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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);
  outline: 0 none;
  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);
  -moz-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-btn.btn-split.open.hover > .btn-default.dropdown-toggle:active,
.btn-group.btn-split.open.hover > .btn-default.dropdown-toggle:active,
.input-group-btn.btn-split.open > .btn-default.dropdown-toggle:active,
.btn-group.btn-split.open > .btn-default.dropdown-toggle:active {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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.btn-split.open > .btn-default:first-child,
.btn-group.btn-split.open > .btn-default:first-child {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0 #d2d2d2 #b6b6b6;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
}
.input-group-btn.btn-split.open > .btn-default:first-child:hover,
.btn-group.btn-split.open > .btn-default:first-child:hover {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.input-group-btn.btn-split.open > .btn-default:first-child:active,
.btn-group.btn-split.open > .btn-default:first-child:active {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right),
.btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right) {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
}
.input-group-btn.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right),
.btn-group.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right),
.input-group-btn.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
.btn-group.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
.input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
.btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):hover {
  border-width: 1px;
  color: #fff;
  background: #5da000;
  background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
  background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, 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 #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  border-color: #579400 #497c00 #316400;
}
.input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
.btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
.input-group-btn.btn-split.focus.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
.btn-group.btn-split.focus.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus {
  outline: none;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7 #d7d7d7 #b1b1b1;
  -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
  box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
}
.input-group-btn.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
.btn-group.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
.input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
.btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
}
.input-group-btn.btn-split.open > .btn-primary:not(.left):not(.right):first-child,
.btn-group.btn-split.open > .btn-primary:not(.left):not(.right):first-child {
  *zoom: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #4f8800 #437400 #2d5e00;
  color: #fff;
  background: #4d8500;
  background: -webkit-linear-gradient(top, #569400 0%, #487c00 40%, #477a00 100%);
  background: linear-gradient(to bottom, #569400 0%, #487c00 40%, #477a00 100%);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-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.btn-split.open > .btn-primary:not(.left):not(.right):first-child:hover,
.btn-group.btn-split.open > .btn-primary:not(.left):not(.right):first-child:hover {
  border-width: 1px;
  border-color: #579400 #497c00 #316400;
  color: #fff;
  background: #5da000;
  background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
  background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, 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 #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
}
.input-group-btn.btn-split.open > .btn-primary:not(.left):not(.right):first-child:active,
.btn-group.btn-split.open > .btn-primary:not(.left):not(.right):first-child:active {
  outline: none;
  border-width: 1px;
  border-color: #325700 #3b6500 #427000;
  background: #3a6400;
  background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
  background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
}
@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 #497c00 #316400;
    color: #fff;
    background: #5da000;
    background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
    background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, 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 #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  }
  .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;
  }
}
.input-group-btn.btn-split .btn-default.dropdown-toggle.focus,
.btn-group.btn-split .btn-default.dropdown-toggle.focus,
.input-group-btn.btn-split .btn-default.dropdown-toggle:focus,
.btn-group.btn-split .btn-default.dropdown-toggle:focus {
  -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 2px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-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);
}
.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: #0089d9;
}
.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: #0089d9;
}
.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 {
  top: 22px;
  right: 15px;
}
.input-group-btn.btn-split.btn-group-lg.focus .btn .caret,
.btn-group.btn-split.btn-group-lg.focus .btn .caret {
  top: 22px;
  right: 15px;
}
.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 {
  top: 22px;
  right: 15px;
}
.btn-group-vertical {
  margin-bottom: 6px;
}
.btn-group-vertical .btn {
  margin-bottom: 0px;
}
.btn-group-vertical .dropdown-menu {
  margin-top: -1px;
}
/* Button dropdowns */
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle.active,
.btn.dropdown-toggle:active,
.open .btn.dropdown-toggle {
  padding-right: 30px !important;
}
.ie11 .btn.dropdown-toggle:not(.btn-lg) {
  padding-top: 3px;
}
.ie11 .btn-group-lg .btn.dropdown-toggle {
  padding-top: 6px;
}
.btn.dropdown-toggle.btn-primary .caret {
  background-position: 0 center;
}
.btn.dropdown-toggle .caret {
  background-position: -15px center;
  position: absolute;
  top: 11px;
  right: 9px;
}
.btn.btn-lg.dropdown-toggle .caret {
  top: 15px;
}
.open .btn.btn-lg.dropdown-toggle .caret,
.open .btn.btn-lg.dropdown-toggle:focus .caret {
  top: 15px;
}
.btn.btn-lg.dropdown-toggle:focus .caret {
  top: 14px;
}
.btn.btn-lg.dropdown-toggle:active .caret {
  top: 15px;
}
.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;
  z-index: 9;
}
.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: -2px;
  width: 3px;
  height: 28px;
  background: url(img/default-btn-sep.png) no-repeat center center transparent;
  background-size: cover;
}
.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;
  z-index: 9;
}
.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;
  background: url(img/default-btn-lg-sep.png) no-repeat center center transparent;
}
.btn-group-lg .btn + .btn.btn-default.dropdown-toggle.btn-default:focus,
.btn-group-lg .btn + .btn.btn-default.dropdown-toggle:hover.btn-default:focus {
  border-left-color: #0089d9;
}
.btn-group-lg .btn + .btn.btn-primary.dropdown-toggle,
.btn-group-lg .btn + .btn.btn-primary.dropdown-toggle:hover {
  width: 46px;
  min-width: 46px;
  padding: 15px !important;
  z-index: 9;
}
.btn-group-lg .btn + .btn.btn-primary.dropdown-toggle:before,
.btn-group-lg .btn + .btn.btn-primary.dropdown-toggle: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: 8px !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: #e0e0e0 #d2d2d2 #b6b6b6;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: -1px -1px 0 #f8f8f8 inset, 1px -1px 0 #f8f8f8 inset;
  -moz-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;
  /*top: 1px; */
  vertical-align: middle;
}
/*_::-webkit-full-page-media, _:future, .input-group-addon input[type="radio"] { top: 0 !important; } /* Safari only */
/*_::-webkit-full-page-media, _:future, .input-group-addon input[type="checkbox"] { top: 0 !important; } /* Safari only */
@-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: 40px;
  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);
  -moz-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);
  -moz-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);
  -moz-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: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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: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);
  -moz-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: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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);
  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);
  -moz-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 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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;
  -moz-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 {
  /*border-width: 1px; */
  border-color: #cbcbcb #d9d9d9 #4d8400;
  color: #282828;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
}
label.btn.btn-default.active:focus,
label.btn.btn-default.active.focus {
  /*border-width: 1px; */
  border-color: #cbcbcb #d9d9d9 #4d8400;
  color: #282828;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  border-width: 1px;
  border-style: solid;
  border-color: #0089d9 #0089d9 #4d8400 !important;
  -webkit-box-shadow: 0 -1px 0 #4d8400 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
  -moz-box-shadow: 0 -1px 0 #4d8400 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
  box-shadow: 0 -1px 0 #4d8400 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
}
/* /Checkboxes/Radio as buttons */
/* Responsive */
@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: 769px) {
  .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:before {
    display: none !important;
  }
  .btn-toolbar .btn-group .btn {
    padding-top: 4px !important;
  }
  .btn-toolbar .btn-group.btn-group-lg .btn {
    padding-top: 13px !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:first-child:not(:last-child) {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-right-width: 1px;
  }
  .btn-toolbar .btn-group .btn:last-child:not(:first-child) {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-left-width: 1px;
  }
  .btn-toolbar .btn-group .btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}
/* max-width: 769px */
/*!
 * Navs - Nordic Cool 3.0
 * Tabs
 * Pills
 */
/* Tabs  */
.nav-tabs:not(.navbar-nav) {
  display: inline-block;
  clear: both;
  position: relative;
  height: 30px;
  margin-bottom: -5px;
  padding: 0 49px 0 4px;
  border: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* /li */
  /* /li.active:not(.tabdrop) */
  /* /li.disabled */
  /* /li.tabdrop */
}
.nav-tabs:not(.navbar-nav).tabs-collapse {
  padding-right: 40px;
}
.nav-tabs:not(.navbar-nav) > li:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -2px;
  width: 1px;
  height: 9px;
  z-index: 21;
  -webkit-box-shadow: 4px -4px 3px #005180;
  -moz-box-shadow: 4px -4px 3px #005180;
  box-shadow: 4px -4px 3px #005180;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  transform: rotate(-27deg);
}
.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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li:first-child {
  margin-left: 0px;
}
.nav-tabs:not(.navbar-nav) > li {
  margin-right: -11px;
  padding: 0 18px;
}
.nav-tabs:not(.navbar-nav) > li > a {
  position: relative;
  min-width: 54px;
  height: 30px;
  margin: 1px 0px 0 0px;
  padding: 5px 10px 4px;
  border: 0px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: url(img/tabs/tab-middle-bk.png) 0 0 repeat-x;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li > a:hover {
  background: url(img/tabs/tab-hover-middle-bk.png) 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.png) 0 0 repeat-x;
}
.nav-tabs:not(.navbar-nav) > li > a.pressed {
  background: url(img/tabs/tab-pressed-middle-bk.png) 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: 19px;
  height: 30px;
}
.nav-tabs:not(.navbar-nav) > li > a:before {
  background: url(img/tabs/tab-side-bk.png) 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:after {
  background: url(img/tabs/tab-side2-bk.png) 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:hover:before {
  background: url(img/tabs/tab-hover-side-bk.png) 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a:hover:after {
  background: url(img/tabs/tab-hover-side2-bk.png) 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.png) 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.png) 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) > li > a.pressed:before {
  background: url(img/tabs/tab-pressed-side-bk.png) 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li > a.pressed:after {
  background: url(img/tabs/tab-pressed-side2-bk.png) 0 0 no-repeat !important;
}
.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: -18px;
}
.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: -18px;
  border-right: 1px solid transparent;
  /* .transform(rotateY(180deg)); */
}
.nav-tabs:not(.navbar-nav) > li > a:active,
.nav-tabs:not(.navbar-nav) > li > a:focus {
  outline: none;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:after,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:after {
  top: 0px;
  height: 32px;
}
.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.png) 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.png) 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:active,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:hover {
  cursor: pointer;
  top: -1px;
  height: 32px;
  margin-top: 0px;
  padding: 7px 10px 3px;
  z-index: 25 !important;
  outline: none;
  border: 0px;
  color: #282828;
  background: url(img/tabs/tab-active-middle-bk.png) 0 0 repeat-x !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus:before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus:before,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus:after,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus:after {
  top: 0px;
  height: 32px;
}
.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.png) 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.png) 0 0 no-repeat !important;
}
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:focus,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed.focus,
.nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus {
  cursor: pointer;
  top: 0;
  height: 32px;
  margin-top: 0px;
  padding: 6px 10px 3px;
  z-index: 25 !important;
  outline: none;
  border: 0px;
  color: #282828;
  background: url(img/tabs/tab-focus-selected-middle-bk.png) 0 0 repeat-x !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs:not(.navbar-nav) li.disabled a {
  background: url(img/tabs/tab-disabled-middle-bk.png) 0 0 repeat-x;
  color: #c3d9e6;
}
.nav-tabs:not(.navbar-nav) li.disabled a:before {
  background: url(img/tabs/tab-disabled-side-bk.png) 0 0 no-repeat;
}
.nav-tabs:not(.navbar-nav) li.disabled a:after {
  background: url(img/tabs/tab-disabled-side2-bk.png) 0 0 no-repeat;
}
.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: #c3d9e6;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop {
  overflow: visible;
  position: absolute;
  right: 2px;
  width: 46px;
  margin-right: 0px !important;
  margin-left: 0px;
  padding: 0 0 0 10px;
  border-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* /.dropdown-menu */
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .caret {
  display: none;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a {
  min-width: 100%;
  width: 34px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding: 0;
  text-indent: -9999px;
  background: url(img/tabs/more-tabs-btn.png) no-repeat -4px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a:hover {
  background-position: -44px top;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop.active > a {
  border: 0 !important;
  background: url(img/tabs/more-tabs-btn.png) no-repeat -4px 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.png) no-repeat -44px top transparent;
}
.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.png) no-repeat -124px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop > a:active,
.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.png) no-repeat -84px top transparent;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu {
  top: 38px;
  right: -7px;
  left: auto;
  margin-top: 0;
  border: 0px;
  background: #0974b3;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu:after {
  display: none;
}
.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: 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent #0975b3;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a {
  padding: 9px 15px 10px;
  color: #fff;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:hover {
  border: 0px;
  background: #2282bb;
  -webkit-box-shadow: none;
  -moz-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 {
  background: #0868a1;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li.active > a:not(.pressed) {
  background: #0868a1;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a.pressed {
  background: #0069a5;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
  outline: none;
  background: #0973b1;
  -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #ffffff inset, 0 1px 0 #075f92, 0 -1px 0 #075f92;
  -moz-box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #ffffff inset, 0 1px 0 #075f92, 0 -1px 0 #075f92;
  box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #ffffff inset, 0 1px 0 #075f92, 0 -1px 0 #075f92;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li.disabled > a {
  color: #c3d9e6;
  background-color: rgba(107, 152, 179, 0.9);
  background-image: none;
}
.nav-tabs:not(.navbar-nav) > li.tabdrop:after,
.nav-tabs:not(.navbar-nav) > li.tabdrop:before,
.nav-tabs:not(.navbar-nav) > li.tabdrop a:after,
.nav-tabs:not(.navbar-nav) > li.tabdrop a:before {
  display: none !important;
}
/* /.nav-tabs */
.ie11 .nav-tabs:not(.navbar-nav) {
  margin-bottom: -4px;
}
/* Primary */
.nav-tabs.nav-tabs-primary {
  height: 33px;
  margin-bottom: -6px;
  /* /li */
  /* /li.active:not(.tabdrop) */
  /* /li.tabdrop */
}
.nav-tabs.nav-tabs-primary + .tab-content {
  margin-top: -1px;
  border-top: 2px solid #599900;
}
.nav-tabs.nav-tabs-primary > li:after {
  right: 2px;
  height: 12px;
  bottom: -6px;
  -webkit-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.3);
}
.nav-tabs.nav-tabs-primary > li.active:after {
  right: 3px;
  bottom: -4px;
  height: 11px;
  opacity: 0.8;
}
.nav-tabs.nav-tabs-primary > li {
  margin-right: -7px;
}
.nav-tabs.nav-tabs-primary > li > a {
  height: 33px;
  margin: -2px 0px 0 0px;
  padding: 9px 10px 4px;
  color: #282828;
  background: url(img/tabs/tab-primary-middle-bk.png) 0 0 repeat-x;
}
.nav-tabs.nav-tabs-primary > li > a:hover {
  background-image: url(img/tabs/tab-primary-hover-middle-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a:focus,
.nav-tabs.nav-tabs-primary > li > a.focus {
  background-image: url(img/tabs/tab-primary-focus-middle-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a.pressed {
  background-image: url(img/tabs/tab-primary-pressed-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li > a:before,
.nav-tabs.nav-tabs-primary > li > a:after {
  width: 22px;
  height: 33px;
}
.nav-tabs.nav-tabs-primary > li > a:before {
  background-image: url(img/tabs/tab-primary-side-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a:after {
  background-image: url(img/tabs/tab-primary-side2-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a:hover:before {
  background-image: url(img/tabs/tab-primary-hover-side-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a:hover:after {
  background-image: url(img/tabs/tab-primary-hover-side2-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a:focus:before,
.nav-tabs.nav-tabs-primary > li > a.focus:before {
  background-image: url(img/tabs/tab-primary-focus-side-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a:focus:after,
.nav-tabs.nav-tabs-primary > li > a.focus:after {
  background-image: url(img/tabs/tab-primary-focus-side2-bk.png);
}
.nav-tabs.nav-tabs-primary > li > a.pressed:before {
  background-image: url(img/tabs/tab-primary-pressed-side-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li > a.pressed:after {
  background-image: url(img/tabs/tab-primary-pressed-side2-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li > a:before,
.nav-tabs.nav-tabs-primary > li > a:hover:before,
.nav-tabs.nav-tabs-primary > li > a:focus:before,
.nav-tabs.nav-tabs-primary > li > a.focus:before {
  left: -21px;
}
.nav-tabs.nav-tabs-primary > li > a:after,
.nav-tabs.nav-tabs-primary > li > a:hover:after,
.nav-tabs.nav-tabs-primary > li > a:focus:after,
.nav-tabs.nav-tabs-primary > li > a.focus:after {
  right: -21px;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:after {
  height: 33px;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:before {
  background-image: url(img/tabs/tab-primary-active-side-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:after {
  background-image: url(img/tabs/tab-primary-active-side2-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:active,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:hover {
  height: 33px;
  margin: 1px 0 0 0;
  padding: 7px 10px 4px;
  color: #282828;
  background-image: url(img/tabs/tab-primary-active-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:after {
  width: 25px;
  height: 34px;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:before {
  background-image: url(img/tabs/tab-primary-focus-selected-side-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:after {
  background-image: url(img/tabs/tab-primary-focus-selected-side2-bk.png) !important;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:before,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:before {
  left: -22px;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:after,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:after {
  right: -22px;
}
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus,
.nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus {
  top: 0px;
  height: 34px;
  margin: 0px;
  padding: 7px 10px 4px;
  color: #282828;
  background-image: url(img/tabs/tab-primary-focus-selected-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-primary li.disabled a {
  color: #a0a0a0;
  background-image: url(img/tabs/tab-primary-disabled-middle-bk.png);
}
.nav-tabs.nav-tabs-primary li.disabled a:before {
  background-image: url(img/tabs/tab-primary-disabled-side-bk.png);
}
.nav-tabs.nav-tabs-primary li.disabled a:after {
  background-image: url(img/tabs/tab-primary-disabled-side2-bk.png);
}
.nav-tabs.nav-tabs-primary > li.tabdrop {
  width: 48px;
  /* /.dropdown-menu */
}
.nav-tabs.nav-tabs-primary > li.tabdrop > a {
  width: 34px;
  margin-top: 4px;
  background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -3px top transparent;
}
.nav-tabs.nav-tabs-primary > li.tabdrop > a:hover {
  background-position: -43px top;
}
.nav-tabs.nav-tabs-primary > li.tabdrop.active > a {
  background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -3px top transparent;
}
.nav-tabs.nav-tabs-primary > li.tabdrop.active > a:hover {
  background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -43px top transparent;
}
.nav-tabs.nav-tabs-primary > li.tabdrop > a:focus,
.nav-tabs.nav-tabs-primary > li.tabdrop > a.focus {
  background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -124px top transparent;
}
.nav-tabs.nav-tabs-primary > li.tabdrop > a:active,
.nav-tabs.nav-tabs-primary > li.tabdrop.open > a,
.nav-tabs.nav-tabs-primary > li.tabdrop.open > a:hover,
.nav-tabs.nav-tabs-primary > li.tabdrop.active.open > a,
.nav-tabs.nav-tabs-primary > li.tabdrop.active.open > a:hover {
  background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -83px top transparent;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:before,
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:before {
  top: -15px;
  border-bottom: 7px solid #e4e4e4;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:after {
  border-bottom: 7px solid #fff;
  top: -14px;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li > a {
  color: #282828;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li > a:hover {
  background: #f2faff;
}
.nav-tabs.nav-tabs-primary > 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;
  -moz-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.nav-tabs-primary > li.tabdrop .dropdown-menu > li > a.pressed {
  background: #f5f5f5;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
  -moz-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
  box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
}
.nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li.disabled > a {
  background-color: #f5f5f5;
  background-image: none;
  color: #a0a0a0;
}
/* /.nav-tabs.nav-tabs-primary */
.ie11 .nav-tabs.nav-tabs-primary:not(.navbar-nav) {
  margin-bottom: -6px;
}
/* Secondary */
.nav-tabs.nav-tabs-secondary {
  margin-bottom: -5px;
  /* li */
  /* /li.tabdrop */
}
.nav-tabs.nav-tabs-secondary > li:after {
  right: 3px;
  bottom: -6px;
  height: 12px;
  -webkit-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.15);
}
.nav-tabs.nav-tabs-secondary > li.active:after {
  bottom: -5px;
  height: 11px;
  opacity: 0.8;
  right: 4px;
}
.nav-tabs.nav-tabs-secondary > li {
  margin-right: -11px;
  margin-top: -2px;
}
.nav-tabs.nav-tabs-secondary > li > a {
  height: 32px;
  padding: 7px 10px 4px;
  border: 0px;
  color: #282828;
  background-image: url(img/tabs/tab-secondary-middle-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:hover {
  background-image: url(img/tabs/tab-secondary-hover-middle-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:focus,
.nav-tabs.nav-tabs-secondary > li > a.focus {
  background-image: url(img/tabs/tab-secondary-focus-middle-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a.pressed {
  background-image: url(img/tabs/tab-secondary-pressed-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li > a:before,
.nav-tabs.nav-tabs-secondary > li > a:after {
  width: 21px;
  height: 32px;
}
.nav-tabs.nav-tabs-secondary > li > a:before {
  background-image: url(img/tabs/tab-secondary-side-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:after {
  background-image: url(img/tabs/tab-secondary-side2-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:hover:before {
  background-image: url(img/tabs/tab-secondary-hover-side-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:hover:after {
  background-image: url(img/tabs/tab-secondary-hover-side2-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:focus:before,
.nav-tabs.nav-tabs-secondary > li > a.focus:before {
  background-image: url(img/tabs/tab-secondary-focus-side-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a:focus:after,
.nav-tabs.nav-tabs-secondary > li > a.focus:after {
  background-image: url(img/tabs/tab-secondary-focus-side2-bk.png);
}
.nav-tabs.nav-tabs-secondary > li > a.pressed:before {
  background-image: url(img/tabs/tab-secondary-pressed-side-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li > a.pressed:after {
  background-image: url(img/tabs/tab-secondary-pressed-side2-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li > a:before,
.nav-tabs.nav-tabs-secondary > li > a:hover:before,
.nav-tabs.nav-tabs-secondary > li > a:focus:before,
.nav-tabs.nav-tabs-secondary > li > a.focus:before {
  left: -19px;
}
.nav-tabs.nav-tabs-secondary > li > a:after,
.nav-tabs.nav-tabs-secondary > li > a:hover:after,
.nav-tabs.nav-tabs-secondary > li > a:focus:after,
.nav-tabs.nav-tabs-secondary > li > a.focus:after {
  right: -19px;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) {
  margin-top: -2px;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:before,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:before {
  background-image: url(img/tabs/tab-secondary-active-side-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:after,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:after {
  background-image: url(img/tabs/tab-secondary-active-side2-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:active,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:hover {
  top: 1px;
  background-image: url(img/tabs/tab-secondary-active-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus:before,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:focus:before,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.focus:before,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed.focus:before {
  background-image: url(img/tabs/tab-secondary-focus-selected-side-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus:after,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:focus:after,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.focus:after,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed.focus:after {
  background-image: url(img/tabs/tab-secondary-focus-selected-side2-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:active,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:hover {
  top: 1px;
  background-image: url(img/tabs/tab-secondary-active-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:focus,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed.focus,
.nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.focus {
  top: 1px;
  padding-top: 7px;
  background-image: url(img/tabs/tab-secondary-focus-selected-middle-bk.png) !important;
}
.nav-tabs.nav-tabs-secondary li.disabled a {
  color: #a0a0a0;
  background-image: url(img/tabs/tab-secondary-disabled-middle-bk.png);
}
.nav-tabs.nav-tabs-secondary li.disabled a:before {
  background-image: url(img/tabs/tab-secondary-disabled-side-bk.png);
}
.nav-tabs.nav-tabs-secondary li.disabled a:after {
  background-image: url(img/tabs/tab-secondary-disabled-side2-bk.png);
}
.nav-tabs.nav-tabs-secondary > li.tabdrop {
  width: 48px;
  /* /.dropdown-menu */
}
.nav-tabs.nav-tabs-secondary > li.tabdrop > a {
  width: 34px;
  margin-top: 4px;
  background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -3px top transparent;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop > a:hover {
  background-position: -43px top;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop.active > a {
  background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -3px top transparent;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop.active > a:hover {
  background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -43px top transparent;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop > a:focus,
.nav-tabs.nav-tabs-secondary > li.tabdrop > a.focus {
  background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -124px top transparent;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop > a:active,
.nav-tabs.nav-tabs-secondary > li.tabdrop.open > a,
.nav-tabs.nav-tabs-secondary > li.tabdrop.open > a:hover,
.nav-tabs.nav-tabs-secondary > li.tabdrop.active.open > a,
.nav-tabs.nav-tabs-secondary > li.tabdrop.active.open > a:hover {
  background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -83px top transparent;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:before,
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:before {
  top: -15px;
  border-bottom: 7px solid #e4e4e4;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:after {
  top: -14px;
  border-bottom: 7px solid #fff;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li > a {
  color: #282828;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li > a:hover {
  background: #f2faff;
}
.nav-tabs.nav-tabs-secondary > 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;
  -moz-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.nav-tabs-secondary > li.tabdrop .dropdown-menu > li > a.pressed {
  background: #f5f5f5;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
  -moz-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
  box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
}
.nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li.disabled > a {
  color: #a0a0a0;
  background-color: #f5f5f5;
  background-image: none;
}
/* /.nav-tabs.nav-tabs-secondary */
.ie11 .nav-tabs.nav-tabs-secondary:not(.navbar-nav) {
  margin-bottom: -5px;
}
/* Justified tabs */
.nav-tabs.nav-justified {
  display: block;
  margin-bottom: 2px;
  padding: 0 4px 0 4px;
}
.nav-tabs.nav-justified li > a {
  margin-bottom: 0px;
  margin-left: -11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified li:first-child > a {
  margin-left: 0;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  top: -1px;
  height: 31px;
}
.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: 32px;
  border: 0px;
}
.nav-tabs.nav-justified li.active > a:focus,
.nav-tabs.nav-justified li.active > a.focus {
  top: -1px !important;
}
.nav-tabs.nav-justified li.tabdrop {
  display: none;
}
.nav-tabs.nav-justified + .tab-content {
  position: relative;
  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: #e0e0e0 #d2d2d2 #b6b6b6;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
  min-width: 120px;
  height: 24px;
  padding: 4px 15px 3px 15px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #282828;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
}
.nav-pills > li > a:hover {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.nav-pills > li > a:focus {
  outline: none;
  border-color: #0089d9;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
  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);
  -moz-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: #b1b1b1 #c6c6c6 #cecece;
  background: #dadada;
  background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-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);
  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;
  margin-left: 5px;
  padding: 0.1em 0.4em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #4d8400;
  border: 1px solid transparent;
}
.nav-pills > li > a:active .badge,
.nav-pills > li > a.active .badge {
  padding: 0.2em 0.4em;
  border: 0px;
  color: #282828;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
}
.nav-pills > li.active > a,
.nav-pills > li.dropdown.open > a {
  padding-top: 4px;
  /*border-width: 1px; */
  border-color: #cbcbcb #d9d9d9 #4d8400;
  color: #282828;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
  border-width: 1px;
  border-bottom-color: #d9d9d9 !important;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.55) !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.55) !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:before,
.nav-pills > li.dropdown.open > a:before {
  display: block;
  float: none;
  content: "";
  position: absolute;
  right: 7px;
  bottom: -1px;
  left: 7px;
  width: auto;
  height: 6px;
  margin: 0 auto;
  padding: 0 7px;
  z-index: 9;
  text-align: center;
  border-bottom: 2px solid #4d8400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nav-pills > li.active > a:hover {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #282828;
}
.nav-pills > li.active > a:focus {
  padding-top: 4px;
  color: #282828;
  border-width: 1px;
  border-top: 1px solid #0089d9 !important;
  border-right: 1px solid #0089d9 !important;
  border-bottom: 1px solid #0089d9 !important;
  border-left: 1px solid #0089d9 !important;
  -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
  -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
  box-shadow: 1px 1px 0 #0089d9 inset, -1px 0 0 #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: #d0d0d0 !important;
  color: #a0a0a0;
  background: #f5f5f5;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  cursor: default;
  padding-top: 4px;
  border-width: 1px;
  -webkit-box-shadow: none;
  -moz-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%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset !important;
  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;
  -webkit-box-shadow: 1px 1px #cecece, -1px -1px #cecece !important;
  -moz-box-shadow: 1px 1px #cecece, -1px -1px #cecece !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: #d0d0d0 !important;
  color: #a0a0a0;
  background: #f5f5f5;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
/* /.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: 769px) {
  .nav-pills > li {
    float: none;
  }
}
/**
 * Navbar - main navigation - Nordic Cool 3.0
*/
.active-on-mobile {
  display: none;
}
.navbar-collapse {
  padding-right: 0px;
}
.navbar-collapse.collapse {
  float: none;
  position: relative;
  width: 100%;
  height: 42px !important;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) 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: 35px;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* .navbar-brand */
  /* .nav */
  /* navbar-text */
  /* navbar-form */
  /* navbar-btn */
}
.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;
  -moz-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 #ffffff inset, -1px 1px 0 #ffffff inset;
  -moz-box-shadow: 1px 1px 0 #ffffff inset, -1px 1px 0 #ffffff inset;
  box-shadow: 1px 1px 0 #ffffff inset, -1px 1px 0 #ffffff inset;
}
.navbar .navbar-brand.dropdown .dropdown-toggle {
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-brand.dropdown .dropdown-menu {
  left: -1px;
  margin-top: -1px;
  min-width: 210px;
  border-top-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 200;
  padding: 8px 15px 9px 20px;
  text-align: left;
}
.navbar .navbar-brand.dropdown .dropdown-menu > li > a:active,
.navbar .navbar-brand.dropdown .dropdown-menu > li > a.active,
.navbar .navbar-brand.dropdown .dropdown-menu > li > a.active:hover {
  background: #f0f0f0;
  box-shadow: 0 -1px 0 #f0f0f0;
  outline: 0;
}
.navbar .navbar-brand.dropdown.open {
  background: #fff;
}
.navbar .navbar-brand.dropdown.open .dropdown-toggle {
  color: #282828;
}
.navbar .nav {
  display: block;
  /*position: initial;*/
  position: relative;
  height: auto;
  padding: 0;
  border: 0px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* li */
  /* li.active */
  /* li.dropdown */
  /* .icon */
  /* li.tabdrop */
}
.navbar .nav:not(.navbar-right) {
	/*This doesn't work with menues with more than a few menu items like the ux examples (becuase if you have to many they moves down to a second line when the page shrinks,
		and since the menu items are white like the background in Agda PS Webb it seems like they dissapera when they moves to a second line) , 
		so in future update of nc.css this display property has to be manually disabled.*/
  /*max-width: 60%;*/
  padding-left: 0;
  max-height: 42px;
}
.navbar .nav > li {
  margin-bottom: 0;
}
.navbar .nav > li > a {
  position: relative;
  height: auto;
  margin-right: 0px;
  padding: 9px 15px 8px;
  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;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 0 0 #3187b9;
  -moz-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;
  box-shadow: -1px 1px 0 #ffffff inset;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .nav > li.dropdown.open .dropdown-toggle {
  background-color: #fff;
  color: #282828;
}
.navbar .nav > li.dropdown .dropdown-menu {
  border-color: transparent #e9e9e9 #dedede #eaeaea;
  border-style: solid;
  border-width: 0 1px 1px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
  margin-left: 0;
  z-index: 2001;
}
.navbar .nav > li.dropdown .dropdown-menu > li > a,
.navbar .nav > li.dropdown .dropdown-menu > div > a {
  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:hover,
.navbar .nav > li.dropdown .dropdown-menu > div > a:hover {
  background-color: #ccebff;
}
.navbar .nav > li.dropdown .dropdown-menu > li > a:focus,
.navbar .nav > li.dropdown .dropdown-menu > div > a:focus {
  outline-offset: -1px;
}
.navbar .nav .icon > a {
  width: 42px;
  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 > 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;
  -moz-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 .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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-btn.btn {
  margin: 6px 15px 5px;
}
.navbar .nav li.new-window {
  position: relative;
}
.navbar .nav li.new-window > a:after {
  background: transparent url(img/16_export_white.svg) no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: 0;
  width: 16px;
}
.navbar .nav .dropdown-menu li.new-window > a:after {
  background-position: 0 0;
}
/* .navbar */
.navbar .navbar-right {
  margin: 0;
  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 .in.collapse.second-level {
  display: block;
}
.navbar.navbar-second-level .collapse.second-level:not(.in) {
  display: none;
}
.navbar.navbar-second-level .navbar-nav > li {
  position: initial;
}
.navbar.navbar-second-level .second-level {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  bottom: -37px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  left: 0;
  margin-bottom: 0;
  padding: 8px 5px;
  position: absolute;
  right: 0;
  visibility: visible;
  width: 100%;
  z-index: 2000;
  /* 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: -30px 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: -15px 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: -30px center;
}
.navbar.navbar-second-level .second-level > div.dropdown-element.open > a {
  background: transparent;
}
.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;
}
@media (min-width: 768px) {
  /* 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: -1px -3px 3px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: -1px -3px 3px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: -1px -3px 3px 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:before,
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle:after {
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    width: 22px;
    border-style: solid;
    border-color: #fff;
    background-image: none;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle:before {
    height: 7px;
    top: 15px;
    border-width: 2px 0;
  }
  .navbar .nav .dropdown.tabdrop > .dropdown-toggle:after {
    height: 3px;
    bottom: 15px;
    border-width: 0px 0 2px;
  }
  .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;
    box-shadow: none;
  }
  .navbar .nav .dropdown.tabdrop .dropdown-menu .dropdown > .dropdown-toggle .caret {
    background-position: -15px 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;
    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 #ffffff inset;
    -moz-box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #ffffff inset;
    box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #ffffff inset;
  }
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle:before,
  .navbar .nav .dropdown.tabdrop.open .dropdown-toggle:after {
    border-color: #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 */
}
/* Navbar toggle */
.navbar-header {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 99;
}
.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: #2684b9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
  -moz-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 {
  background-position: 0 center;
}
.open > .dropdown-toggle .caret {
  background-position: -15px center;
}
/* Badge */
.navbar a .badge {
  border: 1px solid #fff;
  color: #fff;
  background: #c72828;
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 18px;
  height: 15px;
  padding: 1px 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  z-index: 20;
}
.navbar a .badge.badge-primary {
  border: 0px;
  color: #282828;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  display: inline-block;
  min-width: 22px;
  height: 19px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  text-indent: 0;
  vertical-align: sub;
}
/* Responsive navbar */
@media (min-width: 768px) {
  .navbar .nav > li:not(.dropdown) > a.dropdown-toggle {
    /*This doesn't work with the Agda PS Webb menu, so in future update of nc.css this display property has to be manually disabled.*/
		/*/display: none;*/
  }
  .navbar .nav > li.active.first-level-item .second-level {
    display: none;
  }
  .navbar .nav.first-level > .active > .second-level.in {
    display: none !important;
  }
}
/* 768px */
/* 1200px */
/* 992px */
@media (max-width: 768px) {
  .navbar .navbar-collapse > .second-level {
    display: none !important;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative;
  }
  .navbar {
    /* .nav */
  }
  .navbar .navbar-collapse.collapse {
    height: 100% !important;
    box-shadow: 0 1px 0 #fff inset;
    max-height: 100% !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;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    height: 43px;
  }

	/*Fix for Agda PS Webb to get active level 2 links black and not white*/
	.navbar .nav li.first-level-item > a:focus {
		color : #000;
	}

  .navbar .nav li.first-level-item > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .navbar .nav li.first-level-item.active > a {
    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.1);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-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 .nav li.first-level-item.active > a,
  .navbar .nav li.first-level-item > a:hover,
  .navbar .nav li.first-level-item > a:focus {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    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;
    text-align: center;
    top: 0;
    width: 45px;
    margin: 0 !important;
    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 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: 45px !important;
    position: relative;
  }
  .navbar .nav li.first-level-item.icon > a .vismaicon.vismaicon-menu {
    left: 0px;
  }
  .navbar .nav li.first-level-item.icon > a:hover,
  .navbar .nav li.first-level-item.icon > a:focus {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 60px !important;
  }
  .navbar .nav li.first-level-item.icon > a:hover .vismaicon.vismaicon-menu,
  .navbar .nav li.first-level-item.icon > a:focus .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 {
    box-shadow: none;
  }
  .navbar .nav li.first-level-item:hover + .first-level-item:not(.active ) > a {
    box-shadow: none;
  }
  .navbar .nav .second-level.second-level-collapse {
    position: relative;
    bottom: auto;
    left: auto;
    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;
  }
  .navbar .nav li.second-level-item > a:hover,
  .navbar .nav div.second-level-item > a:hover {
    background: #ccebff !important;
  }
  .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;
    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;
  }
  .navbar .nav .third-level.third-level-collapse {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .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: 9px;
    padding-bottom: 9px;
    color: #282828;
    display: block;
    text-decoration: none;
  }
  .navbar .nav .third-level.third-level-collapse > .third-level-item > a:hover {
    box-shadow: none;
    color: #0974b3;
    text-decoration: underline;
    background: #ccebff;
  }
  .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;
    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;
    -moz-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-second-level .navbar-nav > li {
    position: relative;
  }

	.rightSideIcon
	{
		padding-right: 0;
		float: left;
	}
}


/* 768px */
/**
 * Vertical menu styles - Nordic Cool 3.0
*/
.affix {
  top: -1px;
  padding: 0px;
}
/*.affix-top[class*="col-md-"] { width: 100%; } */
.affix-top.sidenav .nav > li:first-child > a {
  padding-top: 12px;
}
.sidenav {
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px;
  /* /.inner-scroll */
}
.sidenav .inner-scroll {
  /* .nav .nav */
  /*.nav > li */
  /* /> .nav > li  */
}
.sidenav .inner-scroll .nav {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c8c8 #dddede #c8c8c8 #c8c8c8;
  background: #f0f0f0;
  -webkit-box-shadow: -1px 0 0 #ffffff inset;
  -moz-box-shadow: -1px 0 0 #ffffff inset;
  box-shadow: -1px 0 0 #ffffff inset;
}
.sidenav .inner-scroll .nav .nav {
  display: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0 0 1px 0;
  background: #f0f0f0;
  -webkit-box-shadow: 1px 0 0 #ffffff inset, -1px 0 0 #ffffff inset;
  -moz-box-shadow: 1px 0 0 #ffffff inset, -1px 0 0 #ffffff inset;
  box-shadow: 1px 0 0 #ffffff inset, -1px 0 0 #ffffff inset;
}
.sidenav .inner-scroll .nav .nav > li: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: 1px 0 0 #ffffff inset;
  -moz-box-shadow: 1px 0 0 #ffffff inset;
  box-shadow: 1px 0 0 #ffffff inset;
}
.sidenav .inner-scroll .nav .nav > li > a:hover {
  background: #CCEBFF;
  border: 0px;
  -webkit-box-shadow: 0px 1px 0 #ccebff inset, 0px -1px 0 #ccebff inset;
  -moz-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.active > a {
  color: #fff;
  background: #0974b3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidenav .inner-scroll .nav > .active > .nav {
  display: block;
}
.sidenav .inner-scroll .nav > li:hover {
  cursor: pointer;
}
.sidenav .inner-scroll .nav > li:not(.show-nav):after {
  display: block;
  content: '';
  position: absolute;
  top: 18px;
  right: 8px;
  width: 11px;
  height: 7px;
  opacity: 0.72;
  background: url(img/arrow-large.svg);
  background-size: 62px 8px;
  background-position: -17px 0px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset;
  -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset;
  box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #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: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
  -moz-box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
  box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
}
.sidenav .inner-scroll .nav > li > a:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.sidenav .inner-scroll .nav > li > a:hover {
  border-bottom: 1px solid #d9d9d9;
  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;
  -moz-box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
  box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
}
.sidenav .inner-scroll .nav > li:last-child > a {
  border-width: 1px 1px 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;
  -moz-box-shadow: 0 -1px 0 #0069a6;
  box-shadow: 0 -1px 0 #0069a6;
}
.sidenav .inner-scroll > .nav > li.active.active-child:after {
  /*top: 14px; */
  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):after {
  right: 11px;
  background-position: 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* .sidenav */
/* Badge */
.sidenav li a .badge,
.sidenav li a .label {
  position: absolute;
  top: 11px;
  right: 30px;
  padding: 2px 7px 0;
}
.sidenav li.active:not(.active-child) > a .badge,
.sidenav li.active:not(.active-child) > a .label {
  border: 0px;
  color: #282828;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  padding: 3px 7px 0;
}
/* 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;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Vertical menu - slides from the left - show/hide vertical menu */
.cbp-spmenu .show-nav {
  position: fixed;
  bottom: 5%;
  left: -1.5%;
  width: 75px;
  text-indent: -9999px;
}
.cbp-spmenu .show-nav:after {
  display: none;
}
.cbp-spmenu .show-nav > a:before {
  content: '';
  position: absolute;
  top: 8px;
  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 .show-nav > a:hover:before {
  background-position: -58px 0px;
}
.cbp-spmenu-open.cbp-spmenu .show-nav {
  border-right: 0px;
  box-shadow: none;
  position: relative;
  left: auto !important;
  bottom: auto;
  width: 100%;
}
.cbp-spmenu-open.cbp-spmenu .show-nav:after {
  display: none !important;
}
.cbp-spmenu-open.cbp-spmenu .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 .show-nav > a {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.cbp-spmenu:not(.cbp-spmenu-open) .show-nav > a {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #dddede;
  border-bottom: 1px solid #c8c8c8;
}
.cbp-spmenu {
  position: absolute;
  left: -30%;
  /*margin-top: -1px;*/
}
.cbp-spmenu-open.cbp-spmenu {
  position: relative;
  left: 0px;
  height: 100vh;
}
/* 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;
}
/* Vertical menu hidden scroll bar */
.affix-top .inner-scroll {
  width: 108%;
}
.affix .inner-scroll {
  width: 108%;
}
.inner-scroll {
  /*overflow-y: auto; */
  /*height: 96vh; */
  padding-right: 20px;
}
.ie11 .sidenav .inner-scroll > .nav > li:not(.active-child).active > a {
  -webkit-box-shadow: 0px -2px 0px #0069a6;
  -moz-box-shadow: 0px -2px 0px #0069a6;
  box-shadow: 0px -2px 0px #0069a6;
}
.ie11 .sidenav .inner-scroll .nav .nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* /Vertical menu hidden scroll bar */
/* Responsiveness */
@media (max-width: 1440px) {
  .sidenav .inner-scroll .nav > li.show-nav {
    left: -2.5%;
  }
}
@media (max-width: 992px) {
  .affix {
    position: relative;
  }
  .cbp-spmenu-open.cbp-spmenu {
    height: auto !important;
  }
  .sidenav .inner-scroll .nav > li.show-nav {
    display: none;
  }
}
@media (max-width: 769px) {
  .cbp-spmenu-open.cbp-spmenu,
  .affix .inner-scroll,
  .affix-top .inner-scroll {
    height: auto;
  }
  .cbp-spmenu {
    padding: 0;
  }
}
/*
 * Badges / Labels - Nordic Cool 3.0
 */
.badge,
.label {
  display: inline-block;
  min-width: 22px;
  height: 19px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  text-align: center;
  text-indent: 0px;
  vertical-align: sub;
  color: #fff;
  background: #4d8400;
  border: 1px solid transparent;
}
.label {
  padding: 0.1em 0.7em 0.2em;
}
.label.label-secondary {
  padding: 0.2em 0.7em;
}
.label.label-primary {
  padding: 0.2em 0.7em;
}
.badge {
  padding: 0.15em 0.4em 0.2em;
}
.badge.badge-primary {
  padding: 0.25em 0.4em 0.2em;
}
.badge.badge-secondary {
  padding: 0.25em 0.4em 0.2em;
}
.badge-primary,
.label-primary {
  border: 0px;
  color: #282828;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
}
.badge-secondary,
.label-secondary {
  border: 1px solid #fff;
  color: #fff;
  background: #c72828;
  height: 21px;
}
.badge.badge-sm {
  min-width: 22px;
  height: 15px;
  padding: 0.1em 0.4em 0.1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.badge.badge-sm.badge-primary {
  padding: 0.2em 0.4em 0.1em;
}
h1 .label,
h1 .badge {
  position: relative;
  top: -7px;
  padding-top: 0.1em;
}
h2 .label,
h2 .badge {
  position: relative;
  top: -6px;
  padding-top: 0.05em;
}
h3 .label,
h3 .badge {
  position: relative;
  top: -4px;
  padding-top: 0.1em;
}
a > .badge {
  position: relative;
  top: -4px;
  margin-left: 5px;
  padding: 0.2em 0.4em;
}
a > .label {
  margin-left: 5px;
  padding: 2px 7px;
}
.btn-default .badge {
  top: -3px;
  padding: 0.2em 0.4em;
}
.btn-default .label {
  top: -4px;
  padding: 0.1em 0.7em 0.2em;
}
.btn-primary .badge {
  top: -4px;
  padding: 0.2em 0.4em;
}
.btn-primary .label {
  top: -4px;
  padding: 0.2em 0.7em;
}
.btn-primary .badge,
.btn-primary .label {
  border: 0px;
  color: #282828;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
}
.btn-default .badge,
.btn-default .label {
  color: #fff;
  background: #4d8400;
  border: 1px solid transparent;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .badge.badge-default:not(.badge-sm) {
    padding: 0.2em 0.4em 0.2em;
  }
  .btn-primary .badge {
    padding: .25em .4em .2em .4em;
  }
}
/* only Chrome */
/*
 * Pagination / Pager - Nordic Cool 3.0
 */
.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-width: 1px;
  border-style: solid;
  border-color: #d8d8d8 #d1d1d1 #c6c6c6;
  background: #fdfdfd;
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f9f9f9 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.pagination > li > a.btn:hover {
  background: #e8f6ff;
  background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
  background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
  -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
}
.pagination > li > a.btn:focus {
  outline: none;
  border-color: #0089d9;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
  box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
}
.pagination > li > a.btn:active {
  outline: none;
  border-color: #b1b1b1 #c6c6c6 #cecece;
  background: #e1e1e1;
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #e5e5e5 100%);
  -webkit-box-shadow: 0px 1px 1px #cbcbcb inset, 0px 1px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 1px 1px #cbcbcb inset, 0px 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 1px #cbcbcb inset, 0px 1px 0 rgba(255, 255, 255, 0.7);
}
.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 {
  border-color: #d0d0d0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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.0
 */
.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;
  opacity: 0.8;
  background: url(img/arrow-small.svg);
  background-size: 33px 6px;
  background-position: -13px 0px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* /.breadcrumb */
/*
 * List group - Nordic Cool 3.0
 */
.list-group {
  border-width: 1px;
  border-style: solid;
  border-color: #dedede #dedede #d3d3d3;
  background: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.list-group.no-border {
  -webkit-box-shadow: none;
  -moz-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 25px 8px;
  z-index: 21;
  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%);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: -1px 0 0 #4f8800 inset;
  -moz-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 15px;
  padding: 13px 10px 13px;
  z-index: 20;
  border-width: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #282828;
  text-decoration: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: #CCEBFF;
  margin: 0;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 1px solid #b8def5;
  color: #282828;
  text-decoration: none;
  -webkit-box-shadow: 0 -1px 0 #b8def5;
  -moz-box-shadow: 0 -1px 0 #b8def5;
  box-shadow: 0 -1px 0 #b8def5;
}
.list-group > a.list-group-item:not(.disabled):hover:last-child:hover {
  border-bottom: 0;
}
.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: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 inset, 0 -1px 0 #e2e2e2 inset;
  -moz-box-shadow: 0 1px 0 #e2e2e2 inset, 0 -1px 0 #e2e2e2 inset;
  box-shadow: 0 1px 0 #e2e2e2 inset, 0 -1px 0 #e2e2e2 inset;
  margin: 0;
  padding-right: 25px;
  padding-left: 25px;
  color: #282828;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #e2e2e2 0 -1px 0 #e2e2e2;
  -moz-box-shadow: 0 1px 0 #e2e2e2 0 -1px 0 #e2e2e2;
  box-shadow: 0 1px 0 #e2e2e2 0 -1px 0 #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-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);
  -moz-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;
  color: #a0a0a0;
  background: transparent;
}
.list-group > .list-group-item .list-group-item-text,
.list-group > .list-group-item:hover .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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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 25px;
  border-color: transparent;
  background: #086499;
}
.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;
  margin: 0;
  padding: 15px 25px 14px;
  border-bottom: 0px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-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;
}
.list-group.list-group-primary > a.list-group-item:not(.disabled):hover {
  border-bottom: 0;
  color: #fff;
  text-decoration: none;
  background: #2282bb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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).active,
.list-group.list-group-primary > a.list-group-item:not(.disabled):active {
  color: #fff;
  text-indent: 0;
  background: #0868a1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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 {
  border-bottom: 0;
  color: #fff;
  text-decoration: none;
  background: #2282bb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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);
  -moz-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 {
  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;
  -moz-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.0
*/
.alert {
  position: relative;
  min-height: 90px;
  margin-bottom: 20px;
  padding: 20px 40px 20px 90px;
  border-width: 1px;
  border-color: #f0f0f0 #e9e9e9 #dedede;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  color: #282828;
  line-height: 50px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  /* /.alert > div */
  /* /.alert.alert-options */
  /* /.alert.alert-sm */
}
.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: #787878;
}
.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: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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: 130px;
}
.alert.alert-options .vismaicon {
  left: 40px;
}
.alert.alert-dismissible {
  padding-right: 50px;
}
.alert.alert-sm {
  min-height: 42px;
  padding: 12px 30px 12px 55px;
  line-height: 18px;
}
.alert.alert-sm .vismaicon {
  left: 10px;
}
/* /.alert */
/**
 * Progress bar - Nordic Cool 3.0
*/
.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;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.progress.progress-sm .percentage,
.progress.progress-sm .progress-bar .percentage {
  top: -5px;
}
.progress .progress-bar {
  overflow: hidden;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar:before {
  display: block;
  content: "";
  position: relative;
  width: 200px;
  height: 30px;
  z-index: 30;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0091e6;
  background: -webkit-linear-gradient(left, #0091e6 0%, #0081cc 100%);
  background: linear-gradient(to right, #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.0
*/
.panel {
  border-width: 1px;
  border-style: solid;
  border-color: #e7e7e7 #e7e7e7 #dbdbdb;
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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 #e0e0e0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 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);
  -moz-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;
  -moz-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);
  -moz-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);
  -moz-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;
  -moz-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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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.0
*/
.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.first a:hover,
.wizard ul li.first.hover a,
.wizard ul li.last a:hover,
.wizard ul li.last.hover a,
.wizard ul li.normal a:hover,
.wizard ul li.normal.hover a 
{
  z-index: 8;
  color: #282828;
}

/*
	Todo: här behöver vi uppdatera med samtliga direktiv för både first och last, för att få samma hoover känsla på de
	När det är gjort måste jag även uppdatera vårt confluence dokument, där vi skriver om ändringar som vi gjort.
*/ 
.wizard ul li.first a:hover,
.wizard ul li.last a:hover,
.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/wizzard-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.0
 */
.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.0
*/
/* 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);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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;
  -moz-box-shadow: none;
  box-shadow: none;
  /* /.panel-title */
}
.panel-group > .panel > .panel-heading > .panel-title {
  position: relative;
  color: #0974b3;
  font-size: 16px;
  /*  /a:first-child */
}
.panel-group > .panel > .panel-heading > .panel-title:hover {
  -webkit-box-shadow: 0 1px 0 #bfe7ff;
  -moz-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: 2px;
  right: -12px;
  width: 10px;
  height: 9px;
  background: url(img/arrow-small.svg);
  background-size: 33px 6px;
  background-position: -12px 0px;
  background-repeat: no-repeat;
}
.panel-group > .panel > .panel-heading > .panel-title > a:first-child:hover {
  background: #CCEBFF;
  position: relative;
  margin: 0;
  padding: 12px 20px;
  z-index: 999;
  border-top-color: #ccebff;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #ccebff;
  -moz-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: 1px;
  background-position: -11px 1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* /.panel-heading */
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-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 #d4d4d4;
  border-bottom: 1px solid #dcdcdc;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0 1px 2px 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 6px;
  border-color: #4d8400;
  z-index: 9;
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover {
  background: #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: 15px;
  left: 20px;
  width: 10px;
  height: 7px;
  margin: 0;
  background: url(img/arrow-small.svg);
  background-size: 33px 6px;
  background-position: -23px 0px;
  background-repeat: 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;
  z-index: 2;
}
.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;
  z-index: 1;
}
.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;
  -moz-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 {
  top: 14px;
  background: url(img/arrow-small.svg);
  background-size: 33px 6px;
  background-position: -24px 0px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:hover {
  background: #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 #dcdcdc inset;
  -moz-box-shadow: 0 -1px 0 #dcdcdc inset;
  box-shadow: 0 -1px 0 #dcdcdc 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;
  z-index: 9;
}
.panel-group > .panel .panel-collapse.collapsing {
  overflow-x: hidden;
  overflow-y: visible;
  /*overflow-y:  hidden; */
}
.panel-group > .panel .panel-collapse.in {
  overflow-x: visible;
  overflow-y: hidden;
}
/* /.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);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 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%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 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: #0089d9;
  text-decoration: underline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child:hover {
  margin: 0 20px;
  padding: 12px 0;
  border-color: #e6e6e6 transparent transparent;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child > .caret {
  right: 0;
  margin: 0 5px 0 0;
}
.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: -6px 0 8px;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* .list-group-item */
}
.panel-group.list-group .panel-collapse > .list-group > .list-group-item {
  padding: 3px 10px 5px 35px;
  border: 0;
  color: #0974b3;
  text-decoration: underline;
}
.panel-group.list-group .panel-collapse > .list-group > .list-group-item:hover {
  cursor: pointer;
  color: #0089d9;
  background: transparent;
}
.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 */
/**
 * Modal styles - Nordic Cool 3.0
*/
.modal {
  z-index: 9995;
}
.modal a {
  line-height: 21px;
}
.modal-content {
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -moz-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 #ffffff inset, -1px -1px 0 #ffffff inset;
  -moz-box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #ffffff inset;
  box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #ffffff 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 {
  min-height: 55px;
  margin: 18px 0px 20px;
  padding: 0 20px;
}
.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-transform: translate(0px, -1%);
  -moz-transform: translate(0px, -1%);
  -ms-transform: translate(0px, -1%);
  -o-transform: translate(0px, -1%);
  transform: translate(0px, -1%);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-backdrop.in {
  opacity: 0.51;
}
.modal-backdrop {
  z-index: 9990;
}
.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;
  -moz-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;
  -moz-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 {
  -webkit-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;
  -moz-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;
  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;
  }
}
@media (max-width: 500px) {
  .modal-sm {
    width: 90%;
  }
}
/**
 * Tooltip styles - Nordic Cool 3.0
*/
.tooltip {
  font-family: 'Open Sans';
}
.tooltip.left,
.tooltip.right,
.tooltip.top,
.tooltip.bottom {
  display: inline-block;
  padding: 6px 10px 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0 #e9e9e9 #dedede;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 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;
}
.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: -8px;
  margin-top: -8px !important;
  border-width: 8px 0 8px 8px;
  border-left-color: #efefef;
}
.tooltip.left .tooltip-arrow:after {
  top: -8px;
  left: -10px;
  border-width: 8px 0 8px 8px;
  border-left-color: #fff;
}
.tooltip.right .tooltip-arrow {
  left: -8px;
  margin-top: -8px !important;
  border-width: 8px 8px 8px 0px;
  border-right-color: #efefef;
}
.tooltip.right .tooltip-arrow:after {
  top: -8px;
  right: -10px;
  border-width: 8px 8px 8px 0px;
  border-right-color: #fff;
}
.tooltip.top .tooltip-arrow {
  bottom: -9px !important;
  border-width: 8px 8px 0px 8px;
  border-top-color: #e5e5e5;
}
.tooltip.top .tooltip-arrow:after {
  bottom: 2px;
  left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: -9px;
  border-width: 0px 8px 8px 8px;
  border-bottom-color: #f2f2f2;
}
.tooltip.bottom .tooltip-arrow:after {
  top: 2px;
  left: -8px;
  border-width: 0px 8px 8px 8px;
  border-bottom-color: #fff;
}
/* tooltip error */
.tooltip.tooltip-error {
  border: 2px solid #c72828;
}
.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 2px 3px rgba(0, 0, 0, 0.15);
}
/**
 * Popover styles - Nordic Cool 3.0
*/
.popover {
  min-width: 370px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0 #e8e8e8 #dddddd;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.popover-title {
  padding: 13px 20px 12px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover-content {
  padding: 14px 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 {
  bottom: 2px;
}
.popover.bottom > .arrow:after {
  top: 2px;
}
.popover.left > .arrow:after {
  border-left-color: #fff;
  bottom: -7px;
  right: 2px;
}
.popover.right > .arrow:after {
  border-right-color: #fff;
  bottom: -7px;
  left: 2px;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}
.popover > .arrow:after {
  border-width: 7px;
}
.popover > .arrow {
  border-width: 7px;
}
.popover.top > .arrow {
  bottom: -8px;
  border-top-color: #e4e4e4;
}
button + .popover.left > .arrow,
a + .popover.left > .arrow {
  top: 29px !important;
  right: -7px;
  border-left-color: rgba(0, 0, 0, 0.1);
}
.popover.left > .arrow {
  top: 24px;
  right: -7px;
  margin-top: -7px;
  border-left-color: #eeeeee;
}
button + .popover.right > .arrow,
a + .popover.right > .arrow {
  top: 29px !important;
  left: -7px;
  border-right-color: rgba(0, 0, 0, 0.07);
}
.popover.right > .arrow {
  border-right-color: #efefef;
  left: -7px;
  margin-top: -7px;
  top: 24px;
}
.popover.bottom > .arrow {
  top: -7px;
  border-bottom-color: #f1f1f1;
}
.btn-lg + .popover.left,
.btn-lg + .popover.right {
  margin-top: 12px;
}
.btn-lg + .popover.left > .arrow,
.btn-lg + .popover.right > .arrow {
  top: 25px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  .btn-lg + .popover.left,
  .btn-lg + .popover.right {
    margin-top: 38px;
  }
}
/* IE */
.ie10 .btn-lg + .popover.left,
.ie10 .btn-lg + .popover.right,
.ie11 .btn-lg + .popover.left,
.ie11 .btn-lg + .popover.right {
  margin-top: 38px;
}
/*
 * Utilities - Nordic Cool 3.0
 */
/* 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: normal !important;
}
/* 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;
  width: 11px;
  height: 11px;
  border: 0px;
  background: url(img/arrow-medium.svg);
  background-size: 39px 7px;
  background-position: -14px 0px;
  background-repeat: no-repeat;
}
/* Clear */
.clear {
  clear: both;
  float: none;
}
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
.clear:after {
  clear: both;
}
/* Showing and hiding content */
#dropdownCompanies.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;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
}
/* 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;
  }
}
@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;
  }
}
@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;
  }
}
/* 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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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;
  -moz-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;
}
/*# sourceMappingURL=nc.css.map */
.multiselect-container>.multiselect-filter{padding-right:10px;}


.vismaicon-sickleave.vismaicon-sickness:before {
  background-position: -29px 0;
}

.vismaicon.vismaicon-sickleave:before,
.vismaicon.vismaicon-sickleave:hover:before,
.vismaicon.vismaicon-sickleave:active:before,
.vismaicon.vismaicon-sickleave.disabled:before {
  background-image: url(../images/tiles/48_sickness.svg);
  /*background-size: 140px 24px;*/
  height:70px;
}

.company-settings-content {
  display: inline-block;
  width: 25%;
}

@media screen and (max-width: 420px) {
  .company-settings-content {
    width: 33%;
  }
}

@media screen and (min-width: 800px) {
  .company-settings-content {
    width: 23%;
  }
}

.company-settings-content-text {
  display: inline-block;
  width: 25%;
}

@media screen and (max-width: 420px) {
  .company-settings-content-text {
    width: 33%;
  }
}

@media screen and (min-width: 800px) {
  .company-settings-content-text {
    width: 30%;
  }
}