﻿@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/static/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/static/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/static/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/static/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.menu-down-icon {
  float: right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 23px;
  height: 15px;
  margin-top: -15px;
  border: 0px;
  background: transparent; }
  .menu-down-icon > img {
    position: absolute;
    top: -292px;
    left: -366px; }

.menu-up-icon {
  float: right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 23px;
  height: 15px;
  margin-top: 0px;
  border: 0px;
  background: transparent; }
  .menu-up-icon > img {
    position: absolute;
    top: -292px;
    left: -327px; }

.contact-headphones {
  float: left;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 32px;
  margin-top: -10px;
  border: 0px;
  background: transparent; }
  .contact-headphones > img {
    position: absolute;
    top: -292px;
    left: -408px; }
    
button[disabled].disableOnClick {
    cursor: not-allowed;
    pointer-events:none;
    opacity: none;
    background-color:#a9a9a9!important;
}

.helpTextIcon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  color: #999999;
  top: 0px; }

.fileUpload {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 44px;
  height: 44px; }
  .fileUpload > img {
    position: absolute;
    top: -224px;
    left: -438px;
    cursor: pointer; }

li.inlineList {
  float: left;
  height: 30px;
  padding-left: 0px;
  padding-right: 0px; }

/** override color for dop-a.css **/
td {
  color: inherit; }

/** override color for vesta.css **/
ul {
  margin-left: 0;
  margin-top: 0;
  padding-top: 0; }

li {
  margin-left: 0;
  list-style: inherit; }

a:hover {
  text-decoration: underline; }

/******** Common styles ***********/
label.bold, .bold label, .automationInfoText {
  font-weight: bold !important; }

.readOnly {
  border: 0px;
  background-color: transparent; }

/** link with arrow in front ***/
.arrowLink {
  background-image: url("/static/images/arrow-small.gif");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 14px;
  padding: 0 15px 3px 0; }

#fadedBackground {
  background-color: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  height: 100%; }

#wait {
  position: fixed;
  display: block;
  left: 45%;right: 45%;
  top: 35%;
  font-size: 120px;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 101;
  color: #FFFFFF;
  width:40% }
  
#wait span{
	display:block;
	font-size:16px;
	text-align: center;
	width:50%;
}

#wait i{
	position:relative;
	left:15%;right:15%
	
}
/******** Common styles END ***********/
/******* END Product Chooser **********************/
/******** Produkt title *************/
#prisberegning #productTitleIcon {
  vertical-align: middle; }

#prisberegning #head {
  vertical-align: middle;
  display: inline-block;
  width: 960px; }

/******** Produkt title *************/
/******** Flag banner *************/
/** override dop-a.css **/
#prisberegning .flagBanner, #prisberegning .infoBanner, #prisberegning .infoPriorityBanner {
  background-image: url("/static/images/18x18_Vigtigt.png");
  background-repeat: no-repeat;
  background-position: 10px;
  background-color: #FFFFD7;
  border: 1px solid #D9D9D9;
  float: left;
  height: auto;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 6px;
  width: 700px;
  color: #F20403; }

#prisberegning .infoBanner, #prisberegning .infoPriorityBanner {
  border: 1px solid #D0ECF2;
  background-color: #D0ECF2;
  margin-top: 10px;
  font-size: 12px; }

#prisberegning #flagBanner #alertIcon, #prisberegning #infoBanner #alertIcon, #prisberegning #infoPriorityBanner #alertIcon {
  float: left;
  width: 28px;
  margin: 10px; }

#prisberegning #flagBanner #flagBannerMessages, #prisberegning #infoBanner .infoBannerMessage, #prisberegning #infoPriorityBanner .infoPriorityBannerMessage {
  float: left;
  width: 630px;
  margin: 16px 10px 10px 48px; }

#prisberegning #infoBanner .infoBannerMessage, #prisberegning #infoPriorityBanner .infoPriorityBannerMessage {
  color: #545454; }

#prisberegning #infoBanner #infoBannerMessage div, #prisberegning #infoPriorityBanner #infoPriorityBannerMessage div {
  margin-bottom: 10px; }

.fieldAlertIcon {
  float: left;
  height: 16px;
  width: 16px; }

.fieldInfoMessage {
  float: left;
  font-size: 10px;
  color: blue;
  width: 200px;
  margin-left: 5px; }

div.autocomplete {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #ffffff #999999 #999999;
  position: absolute;
  z-index: 8;
  border-radius: 0 0 3px 3px; }

div.autocomplete pre {
  font: inherit;
  margin: 0;
  padding: 0;
  font-size: 11px; }

div.autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

div.autocomplete ul li {
  cursor: pointer;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 0 5px;
  width: 260px; }

div.autocomplete ul li.selected {
  background-color: #F6F6F6;
  overflow: hidden; }

/************ START Error page *********************/
#generalErrorText {
  font-weight: bold; }

.stacktraceDetails {
  margin-top: 20px; }

/************ END Error page *********************/
/************ START Calendar popup ******************/
.calendar {
  background: white;
  border: none;
  font-size: 13px;
  box-shadow: 5px 5px 5px #aaaaaa;
  -moz-box-shadow: 5px 5px 5px #aaaaaa;
  width: 300px; }

.calendar td {
  padding: 5px;
  text-align: center;
  border: solid 1px #d9d3c2; }

.calendar .title {
  background-color: #f7f4ef; }

.calendar .day {
  background-color: #f7f4ef; }

.calendar .day:hover {
  background-color: #ca1921;
  color: #ffffff; }

.calendar .today {
  background-color: lightgreen;
  color: #ffffff; }

.calendar .wn {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  color: #000000; }

.calendar .combo {
  color: #000000;
  position: relative;
  top: 0; }

/***** Override .day **********/
.calendar .wn:hover {
  background-color: #ffffff;
  color: #000000; }

.calendar .name {
  background-color: #ffffff;
  color: #000000; }

.calendar .name:hover {
  background-color: #ffffff;
  color: #000000; }

.calendar .button {
  border: solid 1px #d9d3c2;
  background-color: #f7f4ef;
  color: black; }

/************ END Calendar popup ******************/
/********** Start Product Editor Styles ***************/
#prisberegning li.emailAddress input {
  width: 240px; }

#prisberegning li.wide input {
  width: 250px; }

/********** End Product Editor Styles ***************/
/********* Start Contact us box **************/
#contactUs {
  float: right;
  width: 230px; }

#contactUs #phoneNo {
  background-image: url("/static/images/contact_open.png");
  background-position: 53px 50%;
  background-repeat: no-repeat;
  height: 150px;
  padding-top: 10px;
  width: 205px; }

#contactUs.callcenterClosed #phoneNo {
  background-image: url("/static/images/contact_closed.png"); }

#contactUs #phoneNo h2 {
  width: 100px; }

#contactUs.callcenterClosed #phoneNo h1 {
  color: #999999; }

#contactUs #phoneNo p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #535353; }

#contactUs #timeOpen {
  font-size: 11px;
  border-top: 1px solid #D9D3C2;
  padding: 10px;
  width: 200px;
  margin-left: -15px; }

#contactUs #timeOpen div span.hours {
  display: inline-block;
  width: 80px; }

#contactUs #timeOpen div span.days {
  display: inline-block;
  width: 110px; }

/********* End Contact us box ****************/
/********* Start Chat with us box **************/
.infoContainerRow {
  float: right;
  width: 230px; }

.chatWithUs img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

/********* End Chat with us box ****************/
/*************** Product specific image classes *********************/
.p300 {
  background-image: url("/media/css/common/icon-c1/husforsikring.png");
  background-repeat: no-repeat; }

.p340 {
  background-image: url("/media/css/common/icon-c1/fritidshusforsikring.png");
  background-repeat: no-repeat; }

.p400 {
  background-image: url("/media/css/common/icon-c1/bilforsikring.png");
  background-repeat: no-repeat; }

.p500, .p503 {
  background-image: url("/media/css/common/icon-c1/motorbaatforsikring.png");
  background-repeat: no-repeat; }

.p540 {
  background-image: url("/media/css/common/icon-c1/ulykkesforsikring.png");
  background-repeat: no-repeat; }

.p542 {
  background-image: url("/media/css/common/icon-c1/boerneulykkesforsikring.png");
  background-repeat: no-repeat; }

.p593, .p573, .p571, .p570 {
  background-image: url("/media/css/common/icon-c1/rejseforsikring.png");
  background-repeat: no-repeat; }

.pHjemGruppe {
  background-image: url("/media/css/common/icon-c1/indboforsikring.png");
  background-repeat: no-repeat; }

.pYoungLiving {
  background-image: url("/media/css/common/icon-c1/indboforsikring.png");
  background-repeat: no-repeat; }

.p565 {
  background-image: url("/media/css/common/icon-c1/sundhedsforsikring.png");
  background-repeat: no-repeat; }

.pYoungLiving {
  background-image: url("/media/css/common/icon-c1/YoungLiving.png");
  background-repeat: no-repeat; }

/************************ c2 icons ********************************/
/*************** Product specific image classes *********************/
.c2_p300 {
  background-image: url("/media/css/common/icon-c2/Villa Hus.png");
  background-repeat: no-repeat; }

.c2_p300:hover {
  background-image: url("/media/css/common/icon-c2/Villa Hus-over.png");
  background-repeat: no-repeat; }

.c2_p340 {
  background-image: url("/media/css/common/icon-c2/Fritidshus.png");
  background-repeat: no-repeat; }

.c2_p340:hover {
  background-image: url("/media/css/common/icon-c2/Fritidshus-over.png");
  background-repeat: no-repeat; }

.c2_p400 {
  background-image: url("/media/css/common/icon-c2/Bil.png");
  background-repeat: no-repeat; }

.c2_p400:hover {
  background-image: url("/media/css/common/icon-c2/Bil-over.png");
  background-repeat: no-repeat; }

.c2_p500, .c2_p503 {
  background-image: url("/media/css/common/icon-c2/MotorBaad.png");
  background-repeat: no-repeat; }

.c2_p500:hover, .c2_p503:hover {
  background-image: url("/media/css/common/icon-c2/MotorBaad-over.png");
  background-repeat: no-repeat; }

.c2_p540 {
  background-image: url("/media/css/common/icon-c2/Ulykke.png");
  background-repeat: no-repeat; }

.c2_p540:hover {
  background-image: url("/media/css/common/icon-c2/Ulykke-over.png");
  background-repeat: no-repeat; }

.c2_p542 {
  background-image: url("/media/css/common/icon-c2/Borneulykke.png");
  background-repeat: no-repeat; }

.c2_p542:hover {
  background-image: url("/media/css/common/icon-c2/Borneulykke-over.png");
  background-repeat: no-repeat; }

.c2_p593, .c2_p573, .c2_p571, .c2_p570 {
  background-image: url("/media/css/common/icon-c2/Rejseforsikring (privat).png");
  background-repeat: no-repeat; }

.c2_p593:hover, .c2_p573:hover, .c2_p571:hover, .c2_p570:hover {
  background-image: url("/media/css/common/icon-c2/Rejseforsikring (privat)-over.png");
  background-repeat: no-repeat; }

.c2_pHjemGruppe {
  background-image: url("/media/css/common/icon-c2/Indbo Hjem (privat).png");
  background-repeat: no-repeat; }

.c2_pHjemGruppe:hover {
  background-image: url("/media/css/common/icon-c2/Indbo Hjem (privat)-over.png");
  background-repeat: no-repeat; }

.c2_pYoungLiving {
  background-image: url("/media/css/common/icon-c2/YoungLiving.png");
  background-repeat: no-repeat; }

.c2_pYoungLiving:hover {
  background-image: url("/media/css/common/icon-c2/YoungLiving-over.png");
  background-repeat: no-repeat; }

.c2_p565 {
  background-image: url("/media/css/common/icon-c2/sundhedsforsikring.png");
  background-repeat: no-repeat; }

.c2_p565:hover {
  background-image: url("/media/css/common/icon-c2/sundhedsforsikring-over.png");
  background-repeat: no-repeat; }

/*************** Product list icons (the smallest, *********************/
.pl300 {
  background-image: url("/media/css/common/icon-list/husforsikring.png");
  background-repeat: no-repeat; }

.pl340 {
  background-image: url("/media/css/common/icon-list/fritidshusforsikring.png");
  background-repeat: no-repeat; }

 .plAU,.pl400,.pl480,.pl414 {
  background-image: url("/media/css/common/icon-list/bilforsikring.png");
  background-repeat: no-repeat; }

.pl500, .pl503 {
  background-image: url("/media/css/common/icon-list/motorbaadforsikring.png");
  background-repeat: no-repeat; }

.pl540, .plUL {
  background-image: url("/media/css/common/icon-list/ulykkesforsikring.png");
  background-repeat: no-repeat; }

.pl542 {
  background-image: url("/media/css/common/icon-list/boerneulykkesforsikring.png");
  background-repeat: no-repeat; }

.pl593, .pl573, .pl571, .pl570, .plRF {
  background-image: url("/media/css/common/icon-list/rejseforsikring.png");
  background-repeat: no-repeat; }

.plHjemGruppe, .plPK {
  background-image: url("/media/css/common/icon-list/husforsikring.png");
  background-repeat: no-repeat; }

.plLB,.pl371 {
  background-image: url("/media/css/common/icon-list/dyreforsikring_big_red.png");
  background-repeat: no-repeat; }

.plYoungLiving {
  background-image: url("/media/css/common/icon-list/ungdomsforsikring.png");
  background-repeat: no-repeat; }

.pl565 {
  background: url("/static/images/claim_image_sprite.png") no-repeat -231px -113px;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px; }

.ui-state-default .ui-icon {
  background-image: none; }

.popupInfoText {
  background-image: url(../images/18x18_Vigtigt.png);
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 24px;
  padding-left: 40px; }

div.readMore ul li {
  list-style-type: disc; }

input[disabled='disabled'] + label, input[disabled='true'] + label {
  cursor: default; }

div.noScriptOrCookiesBanner {
  padding: 15px 15px;
  background-color: #FFFFD7;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  color: #F20403;
  position: absolute;
  left: 100px;
  top: 250px;
  width: 500px;
  z-index: 1; }

ul.ui-autocomplete li a strong {
  text-decoration: underline; }

.ui-autocomplete {
  height: 455px;
  overflow-y: scroll;
  overflow-x: hidden; }

#slider-rooms, #slider-residents, #slider-standard {
  height: 200px; }

ul.slider li {
  line-height: 20px; }

ul.slider {
  list-style-type: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 2px;
  font-size: 14px;
  text-align: center;
  width: 25px; }

ul.standard {
  padding-left: 6px;
  padding-bottom: 32px;
  text-align: left;
  width: 98px; }

ul.standard li {
  line-height: 31px; }

.info_text {
  padding-left: 20px;
  width: 450px; }

.slider-label {
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 10px; }

.label_boxed {
  width: 400px; }

.boxed {
  width: 165px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 28px;
  color: #D30707;
  float: left; }

#val_rooms, #val_residents, #val_standard, .val_sum {
  font-weight: bold;
  color: #D30707; }

.loginBankID {
  width: 700px; }

.loginBankID h3 {
  text-indent: -999px;
  overflow: hidden;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px; }

.loginBankID .loginAlternative {
  width: 210px;
  float: left;
  margin-right: 35px; }

.loginBankID .buypass {
  margin-right: auto; }

.loginBankID h3 a {
  display: block;
  height: 80px;
  width: 230px; }

.bankID h3 {
  background: url(/static/images/login-bankID.png) 24px 20px no-repeat; }

.bankIDmobil h3 {
  background: url(/static/images/login-bankID-mobil.png) 24px 26px no-repeat; }

.loginBankID .loginAlternative ul {
  list-style: none;
  padding: 0; }

.loginBankID .loginAlternative ul li a {
  background: url(/static/images/arrow-small.gif) left no-repeat;
  padding: 0 0 0 15px; }

.loginBankID {
  width: 700px; }

.loginBankID h3 {
  text-indent: -999px;
  overflow: hidden;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px; }

.loginBankID .loginAlternative {
  width: 210px;
  float: left;
  margin-right: 35px; }

.loginBankID .buypass {
  margin-right: auto; }

.loginBankID h3 a {
  display: block;
  height: 80px;
  width: 230px; }

.loginBankID .loginAlternative ul {
  list-style: none;
  padding: 0; }

.radioButton.active, .radioButton:hover {
  background-color: #b4e2bd !important; }
  
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

 .btn > .caret, button.tryg-button--secondary > .caret, button.tryg-button--logout > .caret, #tryg-nav button > .caret, button.attachmentRemove > .caret, button.itemRemove > .caret, button.itemAdd > .caret, button.itemOk > .caret,
  .dropup > .btn > .caret,
  .dropup > button.tryg-button--secondary > .caret,
  .dropup > button.tryg-button--logout > .caret,
  #tryg-nav .dropup > button > .caret,
  .dropup > button.attachmentRemove > .caret,
  .dropup > button.itemRemove > .caret,
  .dropup > button.itemAdd > .caret,
  .dropup > button.itemOk > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/static/fonts/glyphicons-halflings-regular.eot");
  src: url("/static/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/static/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #d30707;
  text-decoration: none; }
  a:hover, a:focus {
    color: #d30707;
    text-decoration: underline; }
  a:focus {
    outline: 0; }

figure {
  margin: 0; }

img {
  vertical-align: middle;}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .img-responsive {
      max-width: 70%; } }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .img-thumbnail {
      max-width: 70%; } }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #d30707; }

a.text-primary:hover,
a.text-primary:focus {
  color: #a20505; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #d30707; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a20505; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #545454;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  border:none; }

legend {
border:none; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > button.form-control-static.tryg-button--secondary,
  .input-group-lg > .input-group-btn > button.form-control-static.tryg-button--logout,
  #tryg-nav .input-group-lg > .input-group-btn > button.form-control-static,
  .input-group-lg > .input-group-btn > button.form-control-static.attachmentRemove,
  .input-group-lg > .input-group-btn > button.form-control-static.itemRemove,
  .input-group-lg > .input-group-btn > button.form-control-static.itemAdd, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > button.form-control-static.tryg-button--secondary,
  .input-group-sm > .input-group-btn > button.form-control-static.tryg-button--logout,
  #tryg-nav .input-group-sm > .input-group-btn > button.form-control-static,
  .input-group-sm > .input-group-btn > button.form-control-static.attachmentRemove,
  .input-group-sm > .input-group-btn > button.form-control-static.itemRemove,
  .input-group-sm > .input-group-btn > button.form-control-static.itemAdd {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > button.tryg-button--secondary,
.input-group-sm > .input-group-btn > button.tryg-button--logout,
#tryg-nav .input-group-sm > .input-group-btn > button,
.input-group-sm > .input-group-btn > button.attachmentRemove,
.input-group-sm > .input-group-btn > button.itemRemove,
.input-group-sm > .input-group-btn > button.itemAdd,
.input-group-sm > .input-group-btn > button.itemOk {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > button.tryg-button--secondary,
.input-group-lg > .input-group-btn > button.tryg-button--logout,
#tryg-nav .input-group-lg > .input-group-btn > button,
.input-group-lg > .input-group-btn > button.attachmentRemove,
.input-group-lg > .input-group-btn > button.itemRemove,
.input-group-lg > .input-group-btn > button.itemAdd,
.input-group-lg > .input-group-btn > button.itemOk {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > button.tryg-button--secondary + .form-control-feedback,
.input-group-lg > .input-group-btn > button.tryg-button--logout + .form-control-feedback,
#tryg-nav .input-group-lg > .input-group-btn > button + .form-control-feedback,
.input-group-lg > .input-group-btn > button.attachmentRemove + .form-control-feedback,
.input-group-lg > .input-group-btn > button.itemRemove + .form-control-feedback,
.input-group-lg > .input-group-btn > button.itemAdd + .form-control-feedback,
.input-group-lg > .input-group-btn > button.itemOk + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > button.tryg-button--secondary + .form-control-feedback,
.input-group-sm > .input-group-btn > button.tryg-button--logout + .form-control-feedback,
#tryg-nav .input-group-sm > .input-group-btn > button + .form-control-feedback,
.input-group-sm > .input-group-btn > button.attachmentRemove + .form-control-feedback,
.input-group-sm > .input-group-btn > button.itemRemove + .form-control-feedback,
.input-group-sm > .input-group-btn > button.itemAdd + .form-control-feedback,
.input-group-sm > .input-group-btn > button.itemOk + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, button.tryg-button--secondary, button.tryg-button--logout, #tryg-nav button, button.attachmentRemove, button.itemRemove, button.itemAdd, button.itemOk {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
 .btn:focus, button.tryg-button--secondary:focus, button.tryg-button--logout:focus, #tryg-nav button:focus, button.attachmentRemove:focus, button.itemRemove:focus, button.itemAdd:focus, button.itemOk:focus, .btn.focus, button.focus.tryg-button--secondary, button.focus.tryg-button--logout, #tryg-nav button.focus, button.focus.attachmentRemove, button.focus.itemRemove, button.focus.itemAdd, button.focus.itemOk, .btn:active:focus, button.tryg-button--secondary:active:focus, button.tryg-button--logout:active:focus, #tryg-nav button:active:focus, button.attachmentRemove:active:focus, button.itemRemove:active:focus, button.itemAdd:active:focus, button.itemOk:active:focus, .btn:active.focus, button.tryg-button--secondary:active.focus, button.tryg-button--logout:active.focus, #tryg-nav button:active.focus, button.attachmentRemove:active.focus, button.itemRemove:active.focus, button.itemAdd:active.focus, button.itemOk:active.focus, .btn.active:focus, button.active.tryg-button--secondary:focus, button.active.tryg-button--logout:focus, #tryg-nav button.active:focus, button.active.attachmentRemove:focus, button.active.itemRemove:focus, button.active.itemAdd:focus, button.active.itemOk:focus, .btn.active.focus, button.active.focus.tryg-button--secondary, button.active.focus.tryg-button--logout, #tryg-nav button.active.focus, button.active.focus.attachmentRemove, button.active.focus.itemRemove, button.active.focus.itemAdd, button.active.focus.itemOk {
    outline: 0; }
  .btn:hover, button.tryg-button--secondary:hover, button.tryg-button--logout:hover, #tryg-nav button:hover, button.attachmentRemove:hover, button.itemRemove:hover, button.itemAdd:hover, button.itemOk:hover, .btn:focus, button.tryg-button--secondary:focus, button.tryg-button--logout:focus, #tryg-nav button:focus, button.attachmentRemove:focus, button.itemRemove:focus, button.itemAdd:focus, button.itemOk:focus, .btn.focus, button.focus.tryg-button--secondary, button.focus.tryg-button--logout, #tryg-nav button.focus, button.focus.attachmentRemove, button.focus.itemRemove, button.focus.itemAdd, button.focus.itemOk {
    color: #333;
    text-decoration: none; }
  .btn:active, button.tryg-button--secondary:active, button.tryg-button--logout:active, #tryg-nav button:active, button.attachmentRemove:active, button.itemRemove:active, button.itemAdd:active, button.itemOk:active, .btn.active, button.active.tryg-button--secondary, button.active.tryg-button--logout, #tryg-nav button.active, button.active.attachmentRemove, button.active.itemRemove, button.active.itemAdd, button.active.itemOk {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, button.disabled.tryg-button--secondary, button.disabled.tryg-button--logout, #tryg-nav button.disabled, button.disabled.attachmentRemove, button.disabled.itemRemove, button.disabled.itemAdd, button.disabled.itemOk, .btn[disabled], button[disabled].tryg-button--secondary, button[disabled].tryg-button--logout, #tryg-nav button[disabled], button[disabled].attachmentRemove, button[disabled].itemRemove, button[disabled].itemAdd, button[disabled].itemOk, fieldset[disabled] .btn, fieldset[disabled] button.tryg-button--secondary, fieldset[disabled] button.tryg-button--logout, fieldset[disabled] #tryg-nav button, #tryg-nav fieldset[disabled] button, fieldset[disabled] button.attachmentRemove, fieldset[disabled] button.itemRemove, fieldset[disabled] button.itemAdd, fieldset[disabled] button.itemOk {
    cursor: not-allowed;
    pointer-events:none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default, button.tryg-button--secondary, button.tryg-button--logout, #tryg-nav button, button.attachmentRemove, button.itemRemove, button.itemAdd, button.itemOk {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, button.tryg-button--secondary:focus, button.tryg-button--logout:focus, #tryg-nav button:focus, button.attachmentRemove:focus, button.itemRemove:focus, button.itemAdd:focus, button.itemOk:focus, .btn-default.focus, button.focus.tryg-button--secondary, button.focus.tryg-button--logout, #tryg-nav button.focus, button.focus.attachmentRemove, button.focus.itemRemove, button.focus.itemAdd, button.focus.itemOk {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, button.tryg-button--secondary:hover, button.tryg-button--logout:hover, #tryg-nav button:hover, button.attachmentRemove:hover, button.itemRemove:hover, button.itemAdd:hover, button.itemOk:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, button.tryg-button--secondary:active, button.tryg-button--logout:active, #tryg-nav button:active, button.attachmentRemove:active, button.itemRemove:active, button.itemAdd:active, button.itemOk:active, .btn-default.active, button.active.tryg-button--secondary, button.active.tryg-button--logout, #tryg-nav button.active, button.active.attachmentRemove, button.active.itemRemove, button.active.itemAdd, button.active.itemOk, .open > .btn-default.dropdown-toggle, .open > button.dropdown-toggle.tryg-button--secondary, .open > button.dropdown-toggle.tryg-button--logout, #tryg-nav .open > button.dropdown-toggle, .open > button.dropdown-toggle.attachmentRemove, .open > button.dropdown-toggle.itemRemove, .open > button.dropdown-toggle.itemAdd, .open > button.dropdown-toggle.itemOk {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, button.tryg-button--secondary:active:hover, button.tryg-button--logout:active:hover, #tryg-nav button:active:hover, button.attachmentRemove:active:hover, button.itemRemove:active:hover, button.itemAdd:active:hover, button.itemOk:active:hover, .btn-default:active:focus, button.tryg-button--secondary:active:focus, button.tryg-button--logout:active:focus, #tryg-nav button:active:focus, button.attachmentRemove:active:focus, button.itemRemove:active:focus, button.itemAdd:active:focus, button.itemOk:active:focus, .btn-default:active.focus, button.tryg-button--secondary:active.focus, button.tryg-button--logout:active.focus, #tryg-nav button:active.focus, button.attachmentRemove:active.focus, button.itemRemove:active.focus, button.itemAdd:active.focus, button.itemOk:active.focus, .btn-default.active:hover, button.active.tryg-button--secondary:hover, button.active.tryg-button--logout:hover, #tryg-nav button.active:hover, button.active.attachmentRemove:hover, button.active.itemRemove:hover, button.active.itemAdd:hover, button.active.itemOk:hover, .btn-default.active:focus, button.active.tryg-button--secondary:focus, button.active.tryg-button--logout:focus, #tryg-nav button.active:focus, button.active.attachmentRemove:focus, button.active.itemRemove:focus, button.active.itemAdd:focus, button.active.itemOk:focus, .btn-default.active.focus, button.active.focus.tryg-button--secondary, button.active.focus.tryg-button--logout, #tryg-nav button.active.focus, button.active.focus.attachmentRemove, button.active.focus.itemRemove, button.active.focus.itemAdd, button.active.focus.itemOk, .open > .btn-default.dropdown-toggle:hover, .open > button.dropdown-toggle.tryg-button--secondary:hover, .open > button.dropdown-toggle.tryg-button--logout:hover, #tryg-nav .open > button.dropdown-toggle:hover, .open > button.dropdown-toggle.attachmentRemove:hover, .open > button.dropdown-toggle.itemRemove:hover, .open > button.dropdown-toggle.itemAdd:hover, .open > button.dropdown-toggle.itemOk:hover, .open > .btn-default.dropdown-toggle:focus, .open > button.dropdown-toggle.tryg-button--secondary:focus, .open > button.dropdown-toggle.tryg-button--logout:focus, #tryg-nav .open > button.dropdown-toggle:focus, .open > button.dropdown-toggle.attachmentRemove:focus, .open > button.dropdown-toggle.itemRemove:focus, .open > button.dropdown-toggle.itemAdd:focus, .open > button.dropdown-toggle.itemOk:focus, .open > .btn-default.dropdown-toggle.focus, .open > button.dropdown-toggle.focus.tryg-button--secondary, .open > button.dropdown-toggle.focus.tryg-button--logout, #tryg-nav .open > button.dropdown-toggle.focus, .open > button.dropdown-toggle.focus.attachmentRemove, .open > button.dropdown-toggle.focus.itemRemove, .open > button.dropdown-toggle.focus.itemAdd, .open > button.dropdown-toggle.focus.itemOk {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, button.tryg-button--secondary:active, button.tryg-button--logout:active, #tryg-nav button:active, button.attachmentRemove:active, button.itemRemove:active, button.itemAdd:active, button.itemOk:active, .btn-default.active, button.active.tryg-button--secondary, button.active.tryg-button--logout, #tryg-nav button.active, button.active.attachmentRemove, button.active.itemRemove, button.active.itemAdd, button.active.itemOk, .open > .btn-default.dropdown-toggle, .open > button.dropdown-toggle.tryg-button--secondary, .open > button.dropdown-toggle.tryg-button--logout, #tryg-nav .open > button.dropdown-toggle, .open > button.dropdown-toggle.attachmentRemove, .open > button.dropdown-toggle.itemRemove, .open > button.dropdown-toggle.itemAdd, .open > button.dropdown-toggle.itemOk {
    background-image: none; }
  .btn-default.disabled, button.disabled.tryg-button--secondary, button.disabled.tryg-button--logout, #tryg-nav button.disabled, button.disabled.attachmentRemove, button.disabled.itemRemove, button.disabled.itemAdd, button.disabled.itemOk, .btn-default.disabled:hover, button.disabled.tryg-button--secondary:hover, button.disabled.tryg-button--logout:hover, #tryg-nav button.disabled:hover, button.disabled.attachmentRemove:hover, button.disabled.itemRemove:hover, button.disabled.itemAdd:hover, button.disabled.itemOk:hover, .btn-default.disabled:focus, button.disabled.tryg-button--secondary:focus, button.disabled.tryg-button--logout:focus, #tryg-nav button.disabled:focus, button.disabled.attachmentRemove:focus, button.disabled.itemRemove:focus, button.disabled.itemAdd:focus, button.disabled.itemOk:focus, .btn-default.disabled.focus, button.disabled.focus.tryg-button--secondary, button.disabled.focus.tryg-button--logout, #tryg-nav button.disabled.focus, button.disabled.focus.attachmentRemove, button.disabled.focus.itemRemove, button.disabled.focus.itemAdd, button.disabled.focus.itemOk, .btn-default.disabled:active, button.disabled.tryg-button--secondary:active, button.disabled.tryg-button--logout:active, #tryg-nav button.disabled:active, button.disabled.attachmentRemove:active, button.disabled.itemRemove:active, button.disabled.itemAdd:active, button.disabled.itemOk:active, .btn-default.disabled.active, button.disabled.active.tryg-button--secondary, button.disabled.active.tryg-button--logout, #tryg-nav button.disabled.active, button.disabled.active.attachmentRemove, button.disabled.active.itemRemove, button.disabled.active.itemAdd, button.disabled.active.itemOk, .btn-default[disabled], button[disabled].tryg-button--secondary, button[disabled].tryg-button--logout, #tryg-nav button[disabled], button[disabled].attachmentRemove, button[disabled].itemRemove, button[disabled].itemAdd, button[disabled].itemOk, .btn-default[disabled]:hover, button[disabled].tryg-button--secondary:hover, button[disabled].tryg-button--logout:hover, #tryg-nav button[disabled]:hover, button[disabled].attachmentRemove:hover, button[disabled].itemRemove:hover, button[disabled].itemAdd:hover, button[disabled].itemOk:hover, .btn-default[disabled]:focus, button[disabled].tryg-button--secondary:focus, button[disabled].tryg-button--logout:focus, #tryg-nav button[disabled]:focus, button[disabled].attachmentRemove:focus, button[disabled].itemRemove:focus, button[disabled].itemAdd:focus, button[disabled].itemOk:focus, .btn-default[disabled].focus, button[disabled].focus.tryg-button--secondary, button[disabled].focus.tryg-button--logout, #tryg-nav button[disabled].focus, button[disabled].focus.attachmentRemove, button[disabled].focus.itemRemove, button[disabled].focus.itemAdd, button[disabled].focus.itemOk, .btn-default[disabled]:active, button[disabled].tryg-button--secondary:active, button[disabled].tryg-button--logout:active, #tryg-nav button[disabled]:active, button[disabled].attachmentRemove:active, button[disabled].itemRemove:active, button[disabled].itemAdd:active, button[disabled].itemOk:active, .btn-default[disabled].active, button[disabled].active.tryg-button--secondary, button[disabled].active.tryg-button--logout, #tryg-nav button[disabled].active, button[disabled].active.attachmentRemove, button[disabled].active.itemRemove, button[disabled].active.itemAdd, button[disabled].active.itemOk, fieldset[disabled] .btn-default, fieldset[disabled] button.tryg-button--secondary, fieldset[disabled] button.tryg-button--logout, fieldset[disabled] #tryg-nav button, #tryg-nav fieldset[disabled] button, fieldset[disabled] button.attachmentRemove, fieldset[disabled] button.itemRemove, fieldset[disabled] button.itemAdd, fieldset[disabled] button.itemOk, fieldset[disabled] .btn-default:hover, fieldset[disabled] button.tryg-button--secondary:hover, fieldset[disabled] button.tryg-button--logout:hover, fieldset[disabled] #tryg-nav button:hover, #tryg-nav fieldset[disabled] button:hover, fieldset[disabled] button.attachmentRemove:hover, fieldset[disabled] button.itemRemove:hover, fieldset[disabled] button.itemAdd:hover, fieldset[disabled] button.itemOk:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] button.tryg-button--secondary:focus, fieldset[disabled] button.tryg-button--logout:focus, fieldset[disabled] #tryg-nav button:focus, #tryg-nav fieldset[disabled] button:focus, fieldset[disabled] button.attachmentRemove:focus, fieldset[disabled] button.itemRemove:focus, fieldset[disabled] button.itemAdd:focus, fieldset[disabled] button.itemOk:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] button.focus.tryg-button--secondary, fieldset[disabled] button.focus.tryg-button--logout, fieldset[disabled] #tryg-nav button.focus, #tryg-nav fieldset[disabled] button.focus, fieldset[disabled] button.focus.attachmentRemove, fieldset[disabled] button.focus.itemRemove, fieldset[disabled] button.focus.itemAdd, fieldset[disabled] button.focus.itemOk, fieldset[disabled] .btn-default:active, fieldset[disabled] button.tryg-button--secondary:active, fieldset[disabled] button.tryg-button--logout:active, fieldset[disabled] #tryg-nav button:active, #tryg-nav fieldset[disabled] button:active, fieldset[disabled] button.attachmentRemove:active, fieldset[disabled] button.itemRemove:active, fieldset[disabled] button.itemAdd:active, fieldset[disabled] button.itemOk:active, fieldset[disabled] .btn-default.active, fieldset[disabled] button.active.tryg-button--secondary, fieldset[disabled] button.active.tryg-button--logout, fieldset[disabled] #tryg-nav button.active, #tryg-nav fieldset[disabled] button.active, fieldset[disabled] button.active.attachmentRemove, fieldset[disabled] button.active.itemRemove, fieldset[disabled] button.active.itemAdd, fieldset[disabled] button.active.itemOk {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, button.tryg-button--secondary .badge, button.tryg-button--logout .badge, #tryg-nav button .badge, button.attachmentRemove .badge, button.itemRemove .badge, button.itemAdd .badge, button.itemOk .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #d30707;
  border-color: #ba0606; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a20505;
    border-color: #3f0202; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a20505;
    border-color: #7f0404; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a20505;
    border-color: #7f0404; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #7f0404;
      border-color: #3f0202; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #d30707;
    border-color: #ba0606; }
  .btn-primary .badge {
    color: #d30707;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #d30707;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #d30707;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button.tryg-button--secondary, .btn-group-lg > button.tryg-button--logout, #tryg-nav .btn-group-lg > button, .btn-group-lg > button.attachmentRemove, .btn-group-lg > button.itemRemove, .btn-group-lg > button.itemAdd, .btn-group-lg > button.itemOk {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button.tryg-button--secondary, .btn-group-sm > button.tryg-button--logout, #tryg-nav .btn-group-sm > button, .btn-group-sm > button.attachmentRemove, .btn-group-sm > button.itemRemove, .btn-group-sm > button.itemAdd, .btn-group-sm > button.itemOk {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > button.tryg-button--secondary, .btn-group-xs > button.tryg-button--logout, #tryg-nav .btn-group-xs > button, .btn-group-xs > button.attachmentRemove, .btn-group-xs > button.itemRemove, .btn-group-xs > button.itemAdd, .btn-group-xs > button.itemOk {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.menu-down-icon {
  float: right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 23px;
  height: 15px;
  margin-top: -15px;
  border: 0px;
  background: transparent; }
  .menu-down-icon > img {
    position: absolute;
    top: -292px;
    left: -366px; }

.menu-up-icon {
  float: right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 23px;
  height: 15px;
  margin-top: 0px;
  border: 0px;
  background: transparent; }
  .menu-up-icon > img {
    position: absolute;
    top: -292px;
    left: -327px; }

.contact-headphones {
  float: left;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 32px;
  margin-top: -10px;
  border: 0px;
  background: transparent; }
  .contact-headphones > img {
    position: absolute;
    top: -292px;
    left: -408px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d30707; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
 .btn-group > .btn, .btn-group > button.tryg-button--secondary, .btn-group > button.tryg-button--logout, #tryg-nav .btn-group > button, .btn-group > button.attachmentRemove, .btn-group > button.itemRemove, .btn-group > button.itemAdd, .btn-group > button.itemOk,
  .btn-group-vertical > .btn,
  .btn-group-vertical > button.tryg-button--secondary,
  .btn-group-vertical > button.tryg-button--logout,
  #tryg-nav .btn-group-vertical > button,
  .btn-group-vertical > button.attachmentRemove,
  .btn-group-vertical > button.itemRemove,
  .btn-group-vertical > button.itemAdd,
  .btn-group-vertical > button.itemOk {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > button.tryg-button--secondary:hover, .btn-group > button.tryg-button--logout:hover, #tryg-nav .btn-group > button:hover, .btn-group > button.attachmentRemove:hover, .btn-group > button.itemRemove:hover, .btn-group > button.itemAdd:hover, .btn-group > button.itemOk:hover, .btn-group > .btn:focus, .btn-group > button.tryg-button--secondary:focus, .btn-group > button.tryg-button--logout:focus, #tryg-nav .btn-group > button:focus, .btn-group > button.attachmentRemove:focus, .btn-group > button.itemRemove:focus, .btn-group > button.itemAdd:focus, .btn-group > button.itemOk:focus, .btn-group > .btn:active, .btn-group > button.tryg-button--secondary:active, .btn-group > button.tryg-button--logout:active, #tryg-nav .btn-group > button:active, .btn-group > button.attachmentRemove:active, .btn-group > button.itemRemove:active, .btn-group > button.itemAdd:active, .btn-group > button.itemOk:active, .btn-group > .btn.active, .btn-group > button.active.tryg-button--secondary, .btn-group > button.active.tryg-button--logout, #tryg-nav .btn-group > button.active, .btn-group > button.active.attachmentRemove, .btn-group > button.active.itemRemove, .btn-group > button.active.itemAdd, .btn-group > button.active.itemOk,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > button.tryg-button--secondary:hover,
    .btn-group-vertical > button.tryg-button--logout:hover,
    #tryg-nav .btn-group-vertical > button:hover,
    .btn-group-vertical > button.attachmentRemove:hover,
    .btn-group-vertical > button.itemRemove:hover,
    .btn-group-vertical > button.itemAdd:hover,
    .btn-group-vertical > button.itemOk:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > button.tryg-button--secondary:focus,
    .btn-group-vertical > button.tryg-button--logout:focus,
    #tryg-nav .btn-group-vertical > button:focus,
    .btn-group-vertical > button.attachmentRemove:focus,
    .btn-group-vertical > button.itemRemove:focus,
    .btn-group-vertical > button.itemAdd:focus,
    .btn-group-vertical > button.itemOk:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > button.tryg-button--secondary:active,
    .btn-group-vertical > button.tryg-button--logout:active,
    #tryg-nav .btn-group-vertical > button:active,
    .btn-group-vertical > button.attachmentRemove:active,
    .btn-group-vertical > button.itemRemove:active,
    .btn-group-vertical > button.itemAdd:active,
    .btn-group-vertical > button.itemOk:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > button.active.tryg-button--secondary,
    .btn-group-vertical > button.active.tryg-button--logout,
    #tryg-nav .btn-group-vertical > button.active,
    .btn-group-vertical > button.active.attachmentRemove,
    .btn-group-vertical > button.active.itemRemove,
    .btn-group-vertical > button.active.itemAdd,
    .btn-group-vertical > button.active.itemOk {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group button.tryg-button--secondary + .btn, .btn-group button.tryg-button--logout + .btn, .btn-group #tryg-nav button + .btn, #tryg-nav .btn-group button + .btn, .btn-group button.attachmentRemove + .btn, .btn-group button.itemRemove + .btn, .btn-group button.itemAdd + .btn, .btn-group button.itemOk + .btn, .btn-group .btn + button.tryg-button--secondary, .btn-group button.tryg-button--secondary + button.tryg-button--secondary, .btn-group button.tryg-button--logout + button.tryg-button--secondary, .btn-group button.attachmentRemove + button.tryg-button--secondary, .btn-group button.itemRemove + button.tryg-button--secondary, .btn-group button.itemAdd + button.tryg-button--secondary, .btn-group button.itemOk + button.tryg-button--secondary, .btn-group .btn + button.tryg-button--logout, .btn-group button.tryg-button--secondary + button.tryg-button--logout, .btn-group button.tryg-button--logout + button.tryg-button--logout, .btn-group button.attachmentRemove + button.tryg-button--logout, .btn-group button.itemRemove + button.tryg-button--logout, .btn-group button.itemAdd + button.tryg-button--logout, .btn-group button.itemOk + button.tryg-button--logout, .btn-group #tryg-nav .btn + button, #tryg-nav .btn-group .btn + button, .btn-group #tryg-nav button + button, #tryg-nav .btn-group button + button, .btn-group .btn + button.attachmentRemove, .btn-group button.tryg-button--secondary + button.attachmentRemove, .btn-group button.tryg-button--logout + button.attachmentRemove, .btn-group button.attachmentRemove + button.attachmentRemove, .btn-group button.itemRemove + button.attachmentRemove, .btn-group button.itemAdd + button.attachmentRemove, .btn-group button.itemOk + button.attachmentRemove, .btn-group .btn + button.itemRemove, .btn-group button.tryg-button--secondary + button.itemRemove, .btn-group button.tryg-button--logout + button.itemRemove, .btn-group button.attachmentRemove + button.itemRemove, .btn-group button.itemRemove + button.itemRemove, .btn-group button.itemAdd + button.itemRemove, .btn-group button.itemOk + button.itemRemove, .btn-group .btn + button.itemAdd, .btn-group button.tryg-button--secondary + button.itemAdd, .btn-group button.tryg-button--logout + button.itemAdd, .btn-group button.attachmentRemove + button.itemAdd, .btn-group button.itemRemove + button.itemAdd, .btn-group button.itemAdd + button.itemAdd, .btn-group button.itemOk + button.itemAdd, .btn-group .btn + button.itemOk, .btn-group button.tryg-button--secondary + button.itemOk, .btn-group button.tryg-button--logout + button.itemOk, .btn-group button.attachmentRemove + button.itemOk, .btn-group button.itemRemove + button.itemOk, .btn-group button.itemAdd + button.itemOk, .btn-group button.itemOk + button.itemOk,
.btn-group .btn + .btn-group,
.btn-group button.tryg-button--secondary + .btn-group,
.btn-group button.tryg-button--logout + .btn-group,
.btn-group #tryg-nav button + .btn-group,
#tryg-nav .btn-group button + .btn-group,
.btn-group button.attachmentRemove + .btn-group,
.btn-group button.itemRemove + .btn-group,
.btn-group button.itemAdd + .btn-group,
.btn-group button.itemOk + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + button.tryg-button--secondary,
.btn-group .btn-group + button.tryg-button--logout,
.btn-group #tryg-nav .btn-group + button,
#tryg-nav .btn-group .btn-group + button,
.btn-group .btn-group + button.attachmentRemove,
.btn-group .btn-group + button.itemRemove,
.btn-group .btn-group + button.itemAdd,
.btn-group .btn-group + button.itemOk,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar button.tryg-button--secondary, .btn-toolbar button.tryg-button--logout, .btn-toolbar #tryg-nav button, #tryg-nav .btn-toolbar button, .btn-toolbar button.attachmentRemove, .btn-toolbar button.itemRemove, .btn-toolbar button.itemAdd, .btn-toolbar button.itemOk,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > button.tryg-button--secondary, .btn-toolbar > button.tryg-button--logout, #tryg-nav .btn-toolbar > button, .btn-toolbar > button.attachmentRemove, .btn-toolbar > button.itemRemove, .btn-toolbar > button.itemAdd, .btn-toolbar > button.itemOk,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.tryg-button--secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.tryg-button--logout:not(:first-child):not(:last-child):not(.dropdown-toggle), #tryg-nav .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.attachmentRemove:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.itemRemove:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.itemAdd:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.tryg-button--secondary:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.tryg-button--logout:not(:first-child):not(:last-child):not(.dropdown-toggle), #tryg-nav .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.attachmentRemove:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.itemRemove:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.itemAdd:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button.itemOk:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > button.tryg-button--secondary:first-child, .btn-group > button.tryg-button--logout:first-child, #tryg-nav .btn-group > button:first-child, .btn-group > button.attachmentRemove:first-child, .btn-group > button.itemRemove:first-child, .btn-group > button.itemAdd:first-child, .btn-group > button.itemOk:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button.tryg-button--secondary:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button.tryg-button--logout:first-child:not(:last-child):not(.dropdown-toggle), #tryg-nav .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button.attachmentRemove:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button.itemRemove:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button.itemAdd:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button.itemOk:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > button.tryg-button--secondary:last-child:not(:first-child), .btn-group > button.tryg-button--logout:last-child:not(:first-child), #tryg-nav .btn-group > button:last-child:not(:first-child), .btn-group > button.attachmentRemove:last-child:not(:first-child), .btn-group > button.itemRemove:last-child:not(:first-child), .btn-group > button.itemAdd:last-child:not(:first-child), .btn-group > button.itemOk:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > button.tryg-button--secondary, .btn-group > .btn-group:not(:first-child):not(:last-child) > button.tryg-button--logout, #tryg-nav .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .btn-group:not(:first-child):not(:last-child) > button.attachmentRemove, .btn-group > .btn-group:not(:first-child):not(:last-child) > button.itemRemove, .btn-group > .btn-group:not(:first-child):not(:last-child) > button.itemAdd, .btn-group > .btn-group:not(:first-child):not(:last-child) > button.itemOk {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button.tryg-button--secondary:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button.tryg-button--logout:last-child, #tryg-nav .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button.attachmentRemove:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button.itemRemove:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button.itemAdd:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button.itemOk:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button.tryg-button--secondary:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button.tryg-button--logout:first-child, #tryg-nav .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button.attachmentRemove:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button.itemRemove:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button.itemAdd:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button.itemOk:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > button.tryg-button--secondary + .dropdown-toggle, .btn-group > button.tryg-button--logout + .dropdown-toggle, #tryg-nav .btn-group > button + .dropdown-toggle, .btn-group > button.attachmentRemove + .dropdown-toggle, .btn-group > button.itemRemove + .dropdown-toggle, .btn-group > button.itemAdd + .dropdown-toggle, .btn-group > button.itemOk + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > button.tryg-button--secondary + .dropdown-toggle, .btn-group-lg.btn-group > button.tryg-button--logout + .dropdown-toggle, #tryg-nav .btn-group-lg.btn-group > button + .dropdown-toggle, .btn-group-lg.btn-group > button.attachmentRemove + .dropdown-toggle, .btn-group-lg.btn-group > button.itemRemove + .dropdown-toggle, .btn-group-lg.btn-group > button.itemAdd + .dropdown-toggle, .btn-group-lg.btn-group > button.itemOk + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, button.tryg-button--secondary .caret, button.tryg-button--logout .caret, #tryg-nav button .caret, button.attachmentRemove .caret, button.itemRemove .caret, button.itemAdd .caret, button.itemOk .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > button.tryg-button--secondary .caret, .btn-group-lg > button.tryg-button--logout .caret, #tryg-nav .btn-group-lg > button .caret, .btn-group-lg > button.attachmentRemove .caret, .btn-group-lg > button.itemRemove .caret, .btn-group-lg > button.itemAdd .caret, .btn-group-lg > button.itemOk .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > button.tryg-button--secondary .caret, .dropup .btn-group-lg > button.tryg-button--logout .caret, .dropup #tryg-nav .btn-group-lg > button .caret, #tryg-nav .dropup .btn-group-lg > button .caret, .dropup .btn-group-lg > button.attachmentRemove .caret, .dropup .btn-group-lg > button.itemRemove .caret, .dropup .btn-group-lg > button.itemAdd .caret, .dropup .btn-group-lg > button.itemOk .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > button.tryg-button--secondary, .btn-group-vertical > button.tryg-button--logout, #tryg-nav .btn-group-vertical > button, .btn-group-vertical > button.attachmentRemove, .btn-group-vertical > button.itemRemove, .btn-group-vertical > button.itemAdd, .btn-group-vertical > button.itemOk,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > button.tryg-button--secondary,
.btn-group-vertical > .btn-group > button.tryg-button--logout,
#tryg-nav .btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-group > button.attachmentRemove,
.btn-group-vertical > .btn-group > button.itemRemove,
.btn-group-vertical > .btn-group > button.itemAdd,
.btn-group-vertical > .btn-group > button.itemOk {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > button.tryg-button--secondary, .btn-group-vertical > .btn-group > button.tryg-button--logout, #tryg-nav .btn-group-vertical > .btn-group > button, .btn-group-vertical > .btn-group > button.attachmentRemove, .btn-group-vertical > .btn-group > button.itemRemove, .btn-group-vertical > .btn-group > button.itemAdd, .btn-group-vertical > .btn-group > button.itemOk {
  float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > button.tryg-button--secondary + .btn, .btn-group-vertical > button.tryg-button--logout + .btn, #tryg-nav .btn-group-vertical > button + .btn, .btn-group-vertical > button.attachmentRemove + .btn, .btn-group-vertical > button.itemRemove + .btn, .btn-group-vertical > button.itemAdd + .btn, .btn-group-vertical > button.itemOk + .btn, .btn-group-vertical > .btn + button.tryg-button--secondary, .btn-group-vertical > button.tryg-button--secondary + button.tryg-button--secondary, .btn-group-vertical > button.tryg-button--logout + button.tryg-button--secondary, .btn-group-vertical > button.attachmentRemove + button.tryg-button--secondary, .btn-group-vertical > button.itemRemove + button.tryg-button--secondary, .btn-group-vertical > button.itemAdd + button.tryg-button--secondary, .btn-group-vertical > button.itemOk + button.tryg-button--secondary, .btn-group-vertical > .btn + button.tryg-button--logout, .btn-group-vertical > button.tryg-button--secondary + button.tryg-button--logout, .btn-group-vertical > button.tryg-button--logout + button.tryg-button--logout, .btn-group-vertical > button.attachmentRemove + button.tryg-button--logout, .btn-group-vertical > button.itemRemove + button.tryg-button--logout, .btn-group-vertical > button.itemAdd + button.tryg-button--logout, .btn-group-vertical > button.itemOk + button.tryg-button--logout, #tryg-nav .btn-group-vertical > .btn + button, #tryg-nav .btn-group-vertical > button + button, .btn-group-vertical > .btn + button.attachmentRemove, .btn-group-vertical > button.tryg-button--secondary + button.attachmentRemove, .btn-group-vertical > button.tryg-button--logout + button.attachmentRemove, .btn-group-vertical > button.attachmentRemove + button.attachmentRemove, .btn-group-vertical > button.itemRemove + button.attachmentRemove, .btn-group-vertical > button.itemAdd + button.attachmentRemove, .btn-group-vertical > button.itemOk + button.attachmentRemove, .btn-group-vertical > .btn + button.itemRemove, .btn-group-vertical > button.tryg-button--secondary + button.itemRemove, .btn-group-vertical > button.tryg-button--logout + button.itemRemove, .btn-group-vertical > button.attachmentRemove + button.itemRemove, .btn-group-vertical > button.itemRemove + button.itemRemove, .btn-group-vertical > button.itemAdd + button.itemRemove, .btn-group-vertical > button.itemOk + button.itemRemove, .btn-group-vertical > .btn + button.itemAdd, .btn-group-vertical > button.tryg-button--secondary + button.itemAdd, .btn-group-vertical > button.tryg-button--logout + button.itemAdd, .btn-group-vertical > button.attachmentRemove + button.itemAdd, .btn-group-vertical > button.itemRemove + button.itemAdd, .btn-group-vertical > button.itemAdd + button.itemAdd, .btn-group-vertical > button.itemOk + button.itemAdd, .btn-group-vertical > .btn + button.itemOk, .btn-group-vertical > button.tryg-button--secondary + button.itemOk, .btn-group-vertical > button.tryg-button--logout + button.itemOk, .btn-group-vertical > button.attachmentRemove + button.itemOk, .btn-group-vertical > button.itemRemove + button.itemOk, .btn-group-vertical > button.itemAdd + button.itemOk, .btn-group-vertical > button.itemOk + button.itemOk,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > button.tryg-button--secondary + .btn-group,
.btn-group-vertical > button.tryg-button--logout + .btn-group,
#tryg-nav .btn-group-vertical > button + .btn-group,
.btn-group-vertical > button.attachmentRemove + .btn-group,
.btn-group-vertical > button.itemRemove + .btn-group,
.btn-group-vertical > button.itemAdd + .btn-group,
.btn-group-vertical > button.itemOk + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + button.tryg-button--secondary,
.btn-group-vertical > .btn-group + button.tryg-button--logout,
#tryg-nav .btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + button.attachmentRemove,
.btn-group-vertical > .btn-group + button.itemRemove,
.btn-group-vertical > .btn-group + button.itemAdd,
.btn-group-vertical > .btn-group + button.itemOk,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > button.tryg-button--secondary:not(:first-child):not(:last-child), .btn-group-vertical > button.tryg-button--logout:not(:first-child):not(:last-child), #tryg-nav .btn-group-vertical > button:not(:first-child):not(:last-child), .btn-group-vertical > button.attachmentRemove:not(:first-child):not(:last-child), .btn-group-vertical > button.itemRemove:not(:first-child):not(:last-child), .btn-group-vertical > button.itemAdd:not(:first-child):not(:last-child), .btn-group-vertical > button.itemOk:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > button.tryg-button--secondary:first-child:not(:last-child), .btn-group-vertical > button.tryg-button--logout:first-child:not(:last-child), #tryg-nav .btn-group-vertical > button:first-child:not(:last-child), .btn-group-vertical > button.attachmentRemove:first-child:not(:last-child), .btn-group-vertical > button.itemRemove:first-child:not(:last-child), .btn-group-vertical > button.itemAdd:first-child:not(:last-child), .btn-group-vertical > button.itemOk:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > button.tryg-button--secondary:last-child:not(:first-child), .btn-group-vertical > button.tryg-button--logout:last-child:not(:first-child), #tryg-nav .btn-group-vertical > button:last-child:not(:first-child), .btn-group-vertical > button.attachmentRemove:last-child:not(:first-child), .btn-group-vertical > button.itemRemove:last-child:not(:first-child), .btn-group-vertical > button.itemAdd:last-child:not(:first-child), .btn-group-vertical > button.itemOk:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.tryg-button--secondary, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.tryg-button--logout, #tryg-nav .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.attachmentRemove, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.itemRemove, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.itemAdd, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button.itemOk {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.tryg-button--secondary:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.tryg-button--logout:last-child, #tryg-nav .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.attachmentRemove:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.itemRemove:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.itemAdd:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button.itemOk:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.tryg-button--secondary:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.tryg-button--logout:first-child, #tryg-nav .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.attachmentRemove:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.itemRemove:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.itemAdd:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button.itemOk:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > button.tryg-button--secondary, .btn-group-justified > button.tryg-button--logout, #tryg-nav .btn-group-justified > button, .btn-group-justified > button.attachmentRemove, .btn-group-justified > button.itemRemove, .btn-group-justified > button.itemAdd, .btn-group-justified > button.itemOk,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group button.tryg-button--secondary, .btn-group-justified > .btn-group button.tryg-button--logout, .btn-group-justified > .btn-group #tryg-nav button, #tryg-nav .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group button.attachmentRemove, .btn-group-justified > .btn-group button.itemRemove, .btn-group-justified > .btn-group button.itemAdd, .btn-group-justified > .btn-group button.itemOk {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > button.tryg-button--secondary input[type="radio"], [data-toggle="buttons"] > button.tryg-button--logout input[type="radio"], #tryg-nav [data-toggle="buttons"] > button input[type="radio"], [data-toggle="buttons"] > button.attachmentRemove input[type="radio"], [data-toggle="buttons"] > button.itemRemove input[type="radio"], [data-toggle="buttons"] > button.itemAdd input[type="radio"], [data-toggle="buttons"] > button.itemOk input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > button.tryg-button--secondary input[type="checkbox"],
[data-toggle="buttons"] > button.tryg-button--logout input[type="checkbox"],
#tryg-nav [data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] > button.attachmentRemove input[type="checkbox"],
[data-toggle="buttons"] > button.itemRemove input[type="checkbox"],
[data-toggle="buttons"] > button.itemAdd input[type="checkbox"],
[data-toggle="buttons"] > button.itemOk input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.tryg-button--secondary input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.tryg-button--logout input[type="radio"],
#tryg-nav [data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.attachmentRemove input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.itemRemove input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.itemAdd input[type="radio"],
[data-toggle="buttons"] > .btn-group > button.itemOk input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.tryg-button--secondary input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.tryg-button--logout input[type="checkbox"],
#tryg-nav [data-toggle="buttons"] > .btn-group > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.attachmentRemove input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.itemRemove input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.itemAdd input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button.itemOk input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: block;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 15px; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > button.input-group-addon.tryg-button--secondary,
  .input-group-sm > .input-group-btn > button.input-group-addon.tryg-button--logout,
  #tryg-nav .input-group-sm > .input-group-btn > button.input-group-addon,
  .input-group-sm > .input-group-btn > button.input-group-addon.attachmentRemove,
  .input-group-sm > .input-group-btn > button.input-group-addon.itemRemove,
  .input-group-sm > .input-group-btn > button.input-group-addon.itemAdd,
   .input-group-sm > .input-group-btn > button.input-group-addon.itemOk  {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > button.input-group-addon.tryg-button--secondary,
  .input-group-lg > .input-group-btn > button.input-group-addon.tryg-button--logout,
  #tryg-nav .input-group-lg > .input-group-btn > button.input-group-addon,
  .input-group-lg > .input-group-btn > button.input-group-addon.attachmentRemove,
  .input-group-lg > .input-group-btn > button.input-group-addon.itemRemove,
  .input-group-lg > .input-group-btn > button.input-group-addon.itemAdd,
  .input-group-lg > .input-group-btn > button.input-group-addon.itemOk {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > button.tryg-button--secondary,
.input-group-btn:first-child > button.tryg-button--logout,
#tryg-nav .input-group-btn:first-child > button,
.input-group-btn:first-child > button.attachmentRemove,
.input-group-btn:first-child > button.itemRemove,
.input-group-btn:first-child > button.itemAdd,
.input-group-btn:first-child > button.itemOk,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > button.tryg-button--secondary,
.input-group-btn:first-child > .btn-group > button.tryg-button--logout,
#tryg-nav .input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .btn-group > button.attachmentRemove,
.input-group-btn:first-child > .btn-group > button.itemRemove,
.input-group-btn:first-child > .btn-group > button.itemAdd,
.input-group-btn:first-child > .btn-group > button.itemOk,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.tryg-button--secondary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.tryg-button--logout:not(:last-child):not(.dropdown-toggle),
#tryg-nav .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.attachmentRemove:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.itemRemove:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.itemAdd:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button.itemOk:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.tryg-button--secondary,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.tryg-button--logout,
#tryg-nav .input-group-btn:last-child > .btn-group:not(:last-child) > button,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.attachmentRemove,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.itemRemove,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.itemAdd,
.input-group-btn:last-child > .btn-group:not(:last-child) > button.itemOk {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > button.tryg-button--secondary,
.input-group-btn:last-child > button.tryg-button--logout,
#tryg-nav .input-group-btn:last-child > button,
.input-group-btn:last-child > button.attachmentRemove,
.input-group-btn:last-child > button.itemRemove,
.input-group-btn:last-child > button.itemAdd,
.input-group-btn:last-child > button.itemOk,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > button.tryg-button--secondary,
.input-group-btn:last-child > .btn-group > button.tryg-button--logout,
#tryg-nav .input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .btn-group > button.attachmentRemove,
.input-group-btn:last-child > .btn-group > button.itemRemove,
.input-group-btn:last-child > .btn-group > button.itemAdd,
.input-group-btn:last-child > .btn-group > button.itemOk,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > button.tryg-button--secondary:not(:first-child),
.input-group-btn:first-child > button.tryg-button--logout:not(:first-child),
#tryg-nav .input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child > button.attachmentRemove:not(:first-child),
.input-group-btn:first-child > button.itemRemove:not(:first-child),
.input-group-btn:first-child > button.itemAdd:not(:first-child),
.input-group-btn:first-child > button.itemOk:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.tryg-button--secondary,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.tryg-button--logout,
#tryg-nav .input-group-btn:first-child > .btn-group:not(:first-child) > button,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.attachmentRemove,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.itemRemove,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.itemAdd,
.input-group-btn:first-child > .btn-group:not(:first-child) > button.itemOk {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > button.tryg-button--secondary, .input-group-btn > button.tryg-button--logout, #tryg-nav .input-group-btn > button, .input-group-btn > button.attachmentRemove, .input-group-btn > button.itemRemove, .input-group-btn > button.itemAdd, .input-group-btn > button.itemOk {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > button.tryg-button--secondary + .btn, .input-group-btn > button.tryg-button--logout + .btn, #tryg-nav .input-group-btn > button + .btn, .input-group-btn > button.attachmentRemove + .btn, .input-group-btn > button.itemRemove + .btn, .input-group-btn > button.itemAdd + .btn, .input-group-btn > button.itemOk + .btn, .input-group-btn > .btn + button.tryg-button--secondary, .input-group-btn > button.tryg-button--secondary + button.tryg-button--secondary, .input-group-btn > button.tryg-button--logout + button.tryg-button--secondary, .input-group-btn > button.attachmentRemove + button.tryg-button--secondary, .input-group-btn > button.itemRemove + button.tryg-button--secondary, .input-group-btn > button.itemAdd + button.tryg-button--secondary, .input-group-btn > button.itemOk + button.tryg-button--secondary, .input-group-btn > .btn + button.tryg-button--logout, .input-group-btn > button.tryg-button--secondary + button.tryg-button--logout, .input-group-btn > button.tryg-button--logout + button.tryg-button--logout, .input-group-btn > button.attachmentRemove + button.tryg-button--logout, .input-group-btn > button.itemRemove + button.tryg-button--logout, .input-group-btn > button.itemAdd + button.tryg-button--logout, .input-group-btn > button.itemOk + button.tryg-button--logout, #tryg-nav .input-group-btn > .btn + button, #tryg-nav .input-group-btn > button + button, .input-group-btn > .btn + button.attachmentRemove, .input-group-btn > button.tryg-button--secondary + button.attachmentRemove, .input-group-btn > button.tryg-button--logout + button.attachmentRemove, .input-group-btn > button.attachmentRemove + button.attachmentRemove, .input-group-btn > button.itemRemove + button.attachmentRemove, .input-group-btn > button.itemAdd + button.attachmentRemove, .input-group-btn > button.itemOk + button.attachmentRemove, .input-group-btn > .btn + button.itemRemove, .input-group-btn > button.tryg-button--secondary + button.itemRemove, .input-group-btn > button.tryg-button--logout + button.itemRemove, .input-group-btn > button.attachmentRemove + button.itemRemove, .input-group-btn > button.itemRemove + button.itemRemove, .input-group-btn > button.itemAdd + button.itemRemove, .input-group-btn > button.itemOk + button.itemRemove, .input-group-btn > .btn + button.itemAdd, .input-group-btn > button.tryg-button--secondary + button.itemAdd, .input-group-btn > button.tryg-button--logout + button.itemAdd, .input-group-btn > button.attachmentRemove + button.itemAdd, .input-group-btn > button.itemRemove + button.itemAdd, .input-group-btn > button.itemAdd + button.itemAdd, .input-group-btn > button.itemOk + button.itemAdd, .input-group-btn > .btn + button.itemOk, .input-group-btn > button.tryg-button--secondary + button.itemOk, .input-group-btn > button.tryg-button--logout + button.itemOk, .input-group-btn > button.attachmentRemove + button.itemOk, .input-group-btn > button.itemRemove + button.itemOk, .input-group-btn > button.itemAdd + button.itemOk, .input-group-btn > button.itemOk + button.itemOk {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > button.tryg-button--secondary:hover, .input-group-btn > button.tryg-button--logout:hover, #tryg-nav .input-group-btn > button:hover, .input-group-btn > button.attachmentRemove:hover, .input-group-btn > button.itemRemove:hover, .input-group-btn > button.itemAdd:hover, .input-group-btn > button.itemOk:hover, .input-group-btn > .btn:focus, .input-group-btn > button.tryg-button--secondary:focus, .input-group-btn > button.tryg-button--logout:focus, #tryg-nav .input-group-btn > button:focus, .input-group-btn > button.attachmentRemove:focus, .input-group-btn > button.itemRemove:focus, .input-group-btn > button.itemAdd:focus, .input-group-btn > button.itemOk:focus, .input-group-btn > .btn:active, .input-group-btn > button.tryg-button--secondary:active, .input-group-btn > button.tryg-button--logout:active, #tryg-nav .input-group-btn > button:active, .input-group-btn > button.attachmentRemove:active, .input-group-btn > button.itemRemove:active, .input-group-btn > button.itemAdd:active, .input-group-btn > button.itemOk:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > button.tryg-button--secondary, .input-group-btn:first-child > button.tryg-button--logout, #tryg-nav .input-group-btn:first-child > button, .input-group-btn:first-child > button.attachmentRemove, .input-group-btn:first-child > button.itemRemove, .input-group-btn:first-child > button.itemAdd, .input-group-btn:first-child > button.itemOk,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > button.tryg-button--secondary, .input-group-btn:last-child > button.tryg-button--logout, #tryg-nav .input-group-btn:last-child > button, .input-group-btn:last-child > button.attachmentRemove, .input-group-btn:last-child > button.itemRemove, .input-group-btn:last-child > button.itemAdd, .input-group-btn:last-child > button.itemOk,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #d30707; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

ul.nav-pills {
	margin-bottom: 5px;
}

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #d30707; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (max-width: 768px) {
  .navbar-header {
    float: left;
    margin-top: 0px;
    margin-left: 0px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (max-width: 768px) {
    .navbar-collapse {
      clear: left; } }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: right;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  width: 100%; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  .navbar-brand > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 55px; }
    .navbar-brand > a > img {
      position: absolute;
      top: -110px;
      left: -277px; }
  @media (max-width: 768px) {
    .navbar-brand {
      width: auto;
      padding: 0px;
      height: auto; }
      .navbar-brand a {
        width: 80px;
        height: 33px; }
        .navbar-brand a img {
          top: -119px;
          left: -435px; } }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: 0px; } }

.navbar-toggle {
  position: relative;
  float: left;
  margin-right: 0px;
  padding: 1px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 0px 0px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 15px;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
      margin-top: 15px; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 0px;
          padding-bottom: 0px; } }

.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
 .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > button.navbar-btn.tryg-button--secondary, .btn-group-sm > button.navbar-btn.tryg-button--logout, #tryg-nav .btn-group-sm > button.navbar-btn, .btn-group-sm > button.navbar-btn.attachmentRemove, .btn-group-sm > button.navbar-btn.itemRemove, .btn-group-sm > button.navbar-btn.itemAdd, .btn-group-sm > button.navbar-btn.itemOk {
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > button.navbar-btn.tryg-button--secondary, .btn-group-xs > button.navbar-btn.tryg-button--logout, #tryg-nav .btn-group-xs > button.navbar-btn, .btn-group-xs > button.navbar-btn.attachmentRemove, .btn-group-xs > button.navbar-btn.itemRemove, .btn-group-xs > button.navbar-btn.itemAdd, .btn-group-xs > button.navbar-btn.itemOk {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .navbar-text {
      margin-top: 5px;
      float: right; } }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 0px;
      margin-right: 0px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: 0px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #d30707; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #a20505;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #d30707; }
  .navbar-default .navbar-nav > li > a {
    color: #d30707; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #d30707;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d30707;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #d30707; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #d30707; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #d30707; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #d30707;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #d30707;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #d30707; }
    .navbar-default .navbar-link:hover {
      color: #d30707; }
  .navbar-default .btn-link {
    color: #d30707; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #d30707; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

li.dropdown a.dropdown-toggle {
  background: url("/static/images/claim_image_sprite.png") no-repeat -231px -164px;
  border-bottom: 2px;
  border-bottom-style: solid;
  padding-bottom: 1px;
  text-decoration: none;
  text-indent: 5px; }
  @media (max-width: 767px) {
    li.dropdown a.dropdown-toggle {
      background: transparent;
      border: 0px;
      text-indent: 0px; } }

span.arrow-down {
  background: url(/media/css/common/menu-arrow-down-red.png) no-repeat;
  background-position: center 30px;
  padding-left: 7px;
  padding-bottom: 18px;
  padding-top: 7px;
  position: relative; }
  @media (max-width: 767px) {
    span.arrow-down {
      background: transparent;
      border: 0px; } }

.dropdown-menu {
  min-width: 200px; }

.dropdown-menu.columns-2 {
  min-width: 400px; }

.dropdown-menu.columns-3 {
  min-width: 600px; }

ul.dropdown-menu.columns-4 {
  width: 900px;
  background-color: #EEEEEE;
  margin-top: 8px;
  border-radius: 0 5px 5px 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  ul.dropdown-menu.columns-4-sm {
    width: 700px !important;
    font-size: 13px; } }
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300; }

.multi-column-dropdown {
  list-style: none;
  padding-left: 0px; }

.multi-column-dropdown h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  .multi-column-dropdown h2 {
    font-size: 13px; } }
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 0.8645;
  color: #d30707;
  white-space: normal; }

.multi-column-dropdown li a:hover {
  text-decoration: underline;
  color: #d30707;
  background-color: inherit; }

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden; } }
.dropdown-menu.columns-4 li.col-sm-3, .dropdown-menu.columns-4 li.col-sm-2,
.dropdown-menu.columns-4 li.col-sm-4 {
  padding-right: 0px;
  padding-left: 0px; }

.dropdown-menu .panel {
  background-color: #CCCBC9;
  padding: 10px 70px 10px 10px;
  border-radius: 15px;
  position: absolute;
  margin-left: 500px;
  margin-top: 140px; }

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu .panel {
    margin-left: 400px; } }
.dropdown-menu .panel h2, .dropdown-menu .panel p {
  color: #545454;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 0px; }

.dropdown-menu .panel h2 {
  font-weight: bold;
  margin-bottom: 2px; }

.dropdown-menu .btn-success {
  margin-top: 50px;
  float: left;
  margin-left: 14px;
  margin-right: 20px; }

.dropdown-menu .help-image {
  position: absolute;
  background: url("/static/images/claim_image_sprite.png") no-repeat -91px -110px;
  margin-top: 40px;
  margin-left: 0px;
  width: 137px;
  height: 237px; }

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu .help-image {
    margin-left: 40px; } }
.clearLeft {
  clear: left; }

.shadow-border {
  -webkit-box-shadow: 0 0 0.2px 0.2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.2px 0.2px rgba(0, 0, 0, 0.3); }

#presentationTree ul.pager {
  padding-left: 0;
  margin: 30px 0;
  margin-left: 0px;
  list-style: none;
  text-align: center; }
  #presentationTree ul.pager:before, #presentationTree ul.pager:after {
    content: " ";
    display: table; }
  #presentationTree ul.pager:after {
    clear: both; }
  #presentationTree ul.pager li {
    display: inline; }
    #presentationTree ul.pager li > a,
    #presentationTree ul.pager li > span {
      color: #B0B0B0;
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border-radius: 0px;
      margin-top: 15px;
      text-decoration: underline; }
    #presentationTree ul.pager li > a:hover,
    #presentationTree ul.pager li > a:focus {
      text-decoration: none;
      background-color: transparent;
      color: #B0B0B0;
      text-decoration: underline; }
  #presentationTree ul.pager .next > a,
  #presentationTree ul.pager .next > span {
    float: right; }
  #presentationTree ul.pager .previous > a,
  #presentationTree ul.pager .previous > span {
    float: left; }
  #presentationTree ul.pager .disabled > a,
  #presentationTree ul.pager .disabled > a:hover,
  #presentationTree ul.pager .disabled > a:focus,
  #presentationTree ul.pager .disabled > span {
    color: #777777;
    background-color: transparent;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, button.tryg-button--secondary .label, button.tryg-button--logout .label, #tryg-nav button .label, button.attachmentRemove .label, button.itemRemove .label, button.itemAdd .label, button.itemOk .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #d30707; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #a20505; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      .thumbnail > img,
      .thumbnail a > img {
        max-width: 70%; } }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d30707; }

.alert {
  padding: 15px 15px 15px 0px;
  margin-bottom: 0px!important;
  border: 1px solid transparent;
  border-radius: 4px;
  float:left;
  width:100%; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #f3faef;
  border-color: #bce8f1;
  color: #325e1C;
  clear: both; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
	border-color: #faebcc;
	color: #8a6d3b;
	font-weight: bold !important;
}

.alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 3px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #008a00;
  text-align: center;
  background-color: #008a00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d30707;
  border-color: #d30707; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fcaaaa; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #d30707; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #d30707;
    border-color: #d30707; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d30707; }
    .panel-primary > .panel-heading .badge {
      color: #d30707;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d30707; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  text-shadow: 0 1px 0 #fff;
  margin:5px;
  }
  .close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px 15px 5px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 15px 15px 5px 15px1.42857;
  background-color: #F8F8F8; }

.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 999;
  visibility:initial;
  display:block; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }
  .modal-title label {
    font-weight: normal !important; }

.modal-body {
  position: relative;
  padding: 15px; }
  .modal-body label {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10px; }
  .modal-body a {
    text-decoration: underline;
    font-size: 13px; }
  .modal-body ul {
    margin: 10px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer button.tryg-button--secondary + .btn, .modal-footer button.tryg-button--logout + .btn, .modal-footer #tryg-nav button + .btn, #tryg-nav .modal-footer button + .btn, .modal-footer button.attachmentRemove + .btn, .modal-footer button.itemRemove + .btn, .modal-footer button.itemAdd + .btn, .modal-footer button.itemOk + .btn, .modal-footer .btn + button.tryg-button--secondary, .modal-footer button.tryg-button--secondary + button.tryg-button--secondary, .modal-footer button.tryg-button--logout + button.tryg-button--secondary, .modal-footer button.attachmentRemove + button.tryg-button--secondary, .modal-footer button.itemRemove + button.tryg-button--secondary, .modal-footer button.itemAdd + button.tryg-button--secondary, .modal-footer button.itemOk + button.tryg-button--secondary, .modal-footer .btn + button.tryg-button--logout, .modal-footer button.tryg-button--secondary + button.tryg-button--logout, .modal-footer button.tryg-button--logout + button.tryg-button--logout, .modal-footer button.attachmentRemove + button.tryg-button--logout, .modal-footer button.itemRemove + button.tryg-button--logout, .modal-footer button.itemAdd + button.tryg-button--logout, .modal-footer button.itemOk + button.tryg-button--logout, .modal-footer #tryg-nav .btn + button, #tryg-nav .modal-footer .btn + button, .modal-footer #tryg-nav button + button, #tryg-nav .modal-footer button + button, .modal-footer .btn + button.attachmentRemove, .modal-footer button.tryg-button--secondary + button.attachmentRemove, .modal-footer button.tryg-button--logout + button.attachmentRemove, .modal-footer button.attachmentRemove + button.attachmentRemove, .modal-footer button.itemRemove + button.attachmentRemove, .modal-footer button.itemAdd + button.attachmentRemove, .modal-footer button.itemOk + button.attachmentRemove, .modal-footer .btn + button.itemRemove, .modal-footer button.tryg-button--secondary + button.itemRemove, .modal-footer button.tryg-button--logout + button.itemRemove, .modal-footer button.attachmentRemove + button.itemRemove, .modal-footer button.itemRemove + button.itemRemove, .modal-footer button.itemAdd + button.itemRemove, .modal-footer button.itemOk + button.itemRemove, .modal-footer .btn + button.itemAdd, .modal-footer button.tryg-button--secondary + button.itemAdd, .modal-footer button.tryg-button--logout + button.itemAdd, .modal-footer button.attachmentRemove + button.itemAdd, .modal-footer button.itemRemove + button.itemAdd, .modal-footer button.itemAdd + button.itemAdd, .modal-footer button.itemOk + button.itemAdd, .modal-footer .btn + button.itemOk, .modal-footer button.tryg-button--secondary + button.itemOk, .modal-footer button.tryg-button--logout + button.itemOk, .modal-footer button.attachmentRemove + button.itemOk, .modal-footer button.itemRemove + button.itemOk, .modal-footer button.itemAdd + button.itemOk, .modal-footer button.itemOk + button.itemOk {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group button.tryg-button--secondary + .btn, .modal-footer .btn-group button.tryg-button--logout + .btn, .modal-footer .btn-group #tryg-nav button + .btn, #tryg-nav .modal-footer .btn-group button + .btn, .modal-footer .btn-group button.attachmentRemove + .btn, .modal-footer .btn-group button.itemRemove + .btn, .modal-footer .btn-group button.itemAdd + .btn, .modal-footer .btn-group button.itemOk + .btn, .modal-footer .btn-group .btn + button.tryg-button--secondary, .modal-footer .btn-group button.tryg-button--secondary + button.tryg-button--secondary, .modal-footer .btn-group button.tryg-button--logout + button.tryg-button--secondary, .modal-footer .btn-group button.attachmentRemove + button.tryg-button--secondary, .modal-footer .btn-group button.itemRemove + button.tryg-button--secondary, .modal-footer .btn-group button.itemAdd + button.tryg-button--secondary, .modal-footer .btn-group button.itemOk + button.tryg-button--secondary, .modal-footer .btn-group .btn + button.tryg-button--logout, .modal-footer .btn-group button.tryg-button--secondary + button.tryg-button--logout, .modal-footer .btn-group button.tryg-button--logout + button.tryg-button--logout, .modal-footer .btn-group button.attachmentRemove + button.tryg-button--logout, .modal-footer .btn-group button.itemRemove + button.tryg-button--logout, .modal-footer .btn-group button.itemAdd + button.tryg-button--logout, .modal-footer .btn-group button.itemOk + button.tryg-button--logout, .modal-footer .btn-group #tryg-nav .btn + button, #tryg-nav .modal-footer .btn-group .btn + button, .modal-footer .btn-group #tryg-nav button + button, #tryg-nav .modal-footer .btn-group button + button, .modal-footer .btn-group .btn + button.attachmentRemove, .modal-footer .btn-group button.tryg-button--secondary + button.attachmentRemove, .modal-footer .btn-group button.tryg-button--logout + button.attachmentRemove, .modal-footer .btn-group button.attachmentRemove + button.attachmentRemove, .modal-footer .btn-group button.itemRemove + button.attachmentRemove, .modal-footer .btn-group button.itemAdd + button.attachmentRemove, .modal-footer .btn-group button.itemOk + button.attachmentRemove, .modal-footer .btn-group .btn + button.itemRemove, .modal-footer .btn-group button.tryg-button--secondary + button.itemRemove, .modal-footer .btn-group button.tryg-button--logout + button.itemRemove, .modal-footer .btn-group button.attachmentRemove + button.itemRemove, .modal-footer .btn-group button.itemRemove + button.itemRemove, .modal-footer .btn-group button.itemAdd + button.itemRemove, .modal-footer .btn-group button.itemOk + button.itemRemove, .modal-footer .btn-group .btn + button.itemAdd, .modal-footer .btn-group button.tryg-button--secondary + button.itemAdd, .modal-footer .btn-group button.tryg-button--logout + button.itemAdd, .modal-footer .btn-group button.attachmentRemove + button.itemAdd, .modal-footer .btn-group button.itemRemove + button.itemAdd, .modal-footer .btn-group button.itemAdd + button.itemAdd, .modal-footer .btn-group button.itemOk + button.itemAdd, .modal-footer .btn-group .btn + button.itemOk, .modal-footer .btn-group button.tryg-button--secondary + button.itemOk, .modal-footer .btn-group button.tryg-button--logout + button.itemOk, .modal-footer .btn-group button.attachmentRemove + button.itemOk, .modal-footer .btn-group button.itemRemove + button.itemOk, .modal-footer .btn-group button.itemAdd + button.itemOk, .modal-footer .btn-group button.itemOk + button.itemOk {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-footer-header {
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 15px 15px 5px 15px1.42857;
  background-color: transparent; }
  .modal-footer-header .modal-title {
    text-indent: 20px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
[data-toggle="modal"] {
  text-decoration: none; }

.modal-body li {
  width: 100%; }
  .modal-body li label.composite {
    width: 60%;
    float: left;
    margin-top: 2px; }
  .modal-body li input.composite {
    width: 40%; }

#groupModal li.btn-next {
  margin-left: 40% !important; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Ashley Novak
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/ }
  .datepicker.datepicker-inline {
    width: 220px; }
  .datepicker.datepicker-dropdown {
    position: absolute;
    left: 0;
    z-index: 9999; }
    .datepicker.datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker.datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker.datepicker-dropdown.datepicker-orient-left:before {
      left: 107px; }
    .datepicker.datepicker-dropdown.datepicker-orient-left:after {
      left: 108px; }
    .datepicker.datepicker-dropdown.datepicker-orient-right:before {
      right: 107px; }
    .datepicker.datepicker-dropdown.datepicker-orient-right:after {
      right: 108px; }
    .datepicker.datepicker-dropdown.datepicker-orient-top:before {
      top: -7px; }
    .datepicker.datepicker-dropdown.datepicker-orient-top:after {
      top: -6px; }
    .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #999; }
    .datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker > div {
    display: none; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .datepicker table tr td, .datepicker table tr th {
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #777777; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #333333;
    background-color: #5bc0de;
    border-color: #2390b0; }
    .datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
      color: #333333;
      background-color: #5bc0de;
      border-color: #19667d; }
    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover {
      color: #333333;
      background-color: #39b3d7;
      border-color: #19667d; }
  .datepicker table tr td.today:hover:hover {
    color: #000; }
  .datepicker table tr td.today.active:hover {
    color: #fff; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0; }
  .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #5bc0de;
    border-color: #2390b0;
    border-radius: 0; }
    .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active {
      color: #000;
      background-color: #5bc0de;
      border-color: #19667d; }
    .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover {
      color: #000;
      background-color: #39b3d7;
      border-color: #19667d; }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active {
      color: #fff;
      background-color: #777777;
      border-color: #373737; }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover {
      color: #fff;
      background-color: #636363;
      border-color: #373737; }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #d30707;
    border-color: #d30707;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
      color: #fff;
      background-color: #d30707;
      border-color: #980505; }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover {
      color: #fff;
      background-color: #ac0606;
      border-color: #980505; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover {
      background: #eeeeee; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #777777;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #fff;
      background-color: #d30707;
      border-color: #ba0606;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
        color: #fff;
        background-color: #d30707;
        border-color: #7f0404; }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
        color: #fff;
        background-color: #ac0606;
        border-color: #7f0404; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #777777; }
  .datepicker .currentMonth {
    width: 145px; }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer;
    color: #d30707; }
    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
      background: #eeeeee; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent; }

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
#presentationTree {
  /*max-width: 520px;*/ }

html {
  font-family:sans-serif;
  font-size: 62.5%; }

body {
  font-family: Tahoma, Geneva, sans-serif;
  color: #545454; }

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, sans-serif; }

#presentationTree h4 {
  background-color: #fcf8e3;
  padding: 6px 10px 6px 10px;
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 16px; }

label {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border: 1px solid #ede8e0;
  border-radius: 4px;
  display: block;
  max-width: 100%;
  min-height: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 5px 12px 6px 12px;
  padding: 0.5rem 1.2rem 0.6rem 1.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-shadow: 1px 1px 1px 0 #9e998f inset;
  box-shadow: 1px 1px 1px 0 #9e998f inset;
  background-color: #fafafa; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #e0e0e0; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999999; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  background: #fff;
  box-shadow: none;
  outline: none; }

textarea{
width:100%;
}

ul {
  padding: 0; }

#presentationTree {
  max-width: auto;
   }
  #presentationTree:before, #presentationTree:after {
    content: " ";
    display: table; }
  #presentationTree:after {
    clear: both; }

.confirmation__header {
  font-size: 16px;
  font-size: 1.6rem; }

.confirmation__text {
  font-size: 16px;
  font-size: 1.6rem; }

.italicFont{
font-style:italic;
}
.container {
  max-width: 1000px;
  }

.tryg-form-group, fieldset.tryg-form-group {
  display: block;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  padding-top: 12px;
  padding-top: 1.2rem;
  margin-top: 10px;
  padding: 12px 0px 12px 0px;
  }
  .tryg-form-group:before, .tryg-form-group:after {
    content: " ";
    display: table; }
  .tryg-form-group:after {
    clear: both; }
  .tryg-form-group .tryg-label {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%;
    margin-right: 0;
    z-index: 1;
    word-break: keep-all; }
    .tryg-form-group .tryg-label:last-child {
      margin-right: 0; }
  .tryg-form-group input[type="color"], .tryg-form-group input[type="date"], .tryg-form-group input[type="datetime"], .tryg-form-group input[type="datetime-local"], .tryg-form-group input[type="email"], .tryg-form-group input[type="month"], .tryg-form-group input[type="number"], .tryg-form-group input[type="password"], .tryg-form-group input[type="search"], .tryg-form-group input[type="tel"], .tryg-form-group input[type="text"], .tryg-form-group input[type="time"], .tryg-form-group input[type="url"], .tryg-form-group input[type="week"], .tryg-form-group input:not([type]), .tryg-form-group textarea, .tryg-form-group .tryg-select {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 61.61588%;
    margin-right: 0;}
    .tryg-form-group input[type="color"]:last-child, .tryg-form-group input[type="date"]:last-child, .tryg-form-group input[type="datetime"]:last-child, .tryg-form-group input[type="datetime-local"]:last-child, .tryg-form-group input[type="email"]:last-child, .tryg-form-group input[type="month"]:last-child, .tryg-form-group input[type="number"]:last-child, .tryg-form-group input[type="password"]:last-child, .tryg-form-group input[type="search"]:last-child, .tryg-form-group input[type="tel"]:last-child, .tryg-form-group input[type="text"]:last-child, .tryg-form-group input[type="time"]:last-child, .tryg-form-group input[type="url"]:last-child, .tryg-form-group input[type="week"]:last-child, .tryg-form-group input:not([type]):last-child, .tryg-form-group textarea:last-child, .tryg-form-group .tryg-select:last-child {
      margin-right: 0; }
  .tryg-form-group .tryg-datepicker {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 61.61588%;}
    .tryg-form-group .tryg-datepicker:last-child {
      margin-right: 0; }
    .tryg-form-group .tryg-datepicker input {
      display: block;
      width: 100%; }
  @media screen and (max-width: 500px) {
    .tryg-form-group .tryg-label, .tryg-form-group input[type="color"], .tryg-form-group input[type="date"], .tryg-form-group input[type="datetime"], .tryg-form-group input[type="datetime-local"], .tryg-form-group input[type="email"], .tryg-form-group input[type="month"], .tryg-form-group input[type="number"], .tryg-form-group input[type="password"], .tryg-form-group input[type="search"], .tryg-form-group input[type="tel"], .tryg-form-group input[type="text"], .tryg-form-group input[type="time"], .tryg-form-group input[type="url"], .tryg-form-group input[type="week"], .tryg-form-group input:not([type]), .tryg-form-group textarea, .tryg-form-group .tryg-select, .tryg-form-group textarea, .tryg-form-group .tryg-datepicker {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0; }
      .tryg-form-group .tryg-label:last-child, .tryg-form-group input[type="color"]:last-child, .tryg-form-group input[type="date"]:last-child, .tryg-form-group input[type="datetime"]:last-child, .tryg-form-group input[type="datetime-local"]:last-child, .tryg-form-group input[type="email"]:last-child, .tryg-form-group input[type="month"]:last-child, .tryg-form-group input[type="number"]:last-child, .tryg-form-group input[type="password"]:last-child, .tryg-form-group input[type="search"]:last-child, .tryg-form-group input[type="tel"]:last-child, .tryg-form-group input[type="text"]:last-child, .tryg-form-group input[type="time"]:last-child, .tryg-form-group input[type="url"]:last-child, .tryg-form-group input[type="week"]:last-child, .tryg-form-group input:not([type]):last-child, .tryg-form-group textarea:last-child, .tryg-form-group .tryg-select:last-child, .tryg-form-group textarea:last-child, .tryg-form-group .tryg-datepicker:last-child {
        margin-right: 0; } }

.tryg-progress {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .tryg-progress:last-child {
    margin-right: 0; }

.trygg-page {
  position: relative;
  border-radius: 4px 4px 0px 0px;
  display: block;
  min-height: 100px;
  width: 100%;
  float: left;
  height: auto;
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.16);
  margin: 32px auto 10px auto;
  margin: 3.2rem auto 1rem auto;
  padding: 22px 20px 10px 20px;
  padding: 2.2rem 2rem 1rem 2rem; }
  @media screen and (max-width: 500px) {
    .trygg-page {
      padding: 0px 0px 0px 0px;
      box-shadow: none;
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 720px) {
    .trygg-page {
      box-shadow: none;
      padding: 0px 0px 0px 0px; } }
  .trygg-page .validation-message {
    float: left;
    padding: 5px 40px;
    border-radius: 4px;
    margin: 5px 0px;
    border-style: solid;
    border-width: 1px; }

.tryg-navigation {
  width: 100%;
  -webkit-box-shadow: #666666 0 0 10px;
  box-shadow: #666666 0 0 10px;
  background: white; }
  .tryg-navigation .btn-group {
    display: block; }
    .tryg-navigation .btn-group :hover {
      color: #F20403; }
  .tryg-navigation button {
    padding: 10px 24px 11px 24px;
    padding: 1rem 2.4rem 1.1rem 2.4rem;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease; }

.tryg-navigation.tiny {
  background: #eee; }
  .tryg-navigation.tiny button {
    padding: 3px 24px 4px 24px;
    padding: 0.3rem 2.4rem 0.4rem 2.4rem; }

/**
 * SASS file for none bootstrap default button styles
 */
button.tryg-button, button.tryg-button--default, button.tryg-button--confirm, .pager button.next, .pager button.next--text, .tryg-modal--attachment .modal-body button, button.tryg-button--action, .pager button.previous {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px !important;
  white-space: nowrap;
  position: relative;
  padding: 5px 24px 6px 24px;
  padding: 0.5rem 2.4rem 0.6rem 2.4rem; }
  button.tryg-button:hover:not(:disabled), button.tryg-button--default:hover:not(:disabled), button.tryg-button--confirm:hover:not(:disabled), .pager button.next:hover:not(:disabled), .pager button.next--text:hover:not(:disabled), .tryg-modal--attachment .modal-body button:hover:not(:disabled), button.tryg-button--action:hover:not(:disabled), .pager button.previous:hover:not(:disabled) {
    opacity: 0.85; }
  button.tryg-button:focus, button.tryg-button--default:focus, button.tryg-button--confirm:focus, .pager button.next:focus, .pager button.next--text:focus, .tryg-modal--attachment .modal-body button:focus, button.tryg-button--action:focus, .pager button.previous:focus {
    box-shadow: 0px 0px 6px #ffffff;
    outline: none; }
  button.tryg-button.focus, button.focus.tryg-button--default, button.focus.tryg-button--confirm, .pager button.focus.next, .pager button.focus.next--text, .tryg-modal--attachment .modal-body button.focus, button.focus.tryg-button--action, .pager button.focus.previous {
    box-shadow: 0px 0px 6px #ffffff;
    outline: none; }
  button.tryg-button--default {
    background: -webkit-linear-gradient(#E1E1E1, #999999);
    background: linear-gradient(#E1E1E1, #999999);
    background-color: #E1E1E1;
    border: 1px solid #999999;
    color: #545454;
    text-shadow: 0px 1px 1px #fff; }
  button.tryg-button--confirm, .pager button.next, .pager button.next--text, .tryg-modal--attachment .modal-body button, button.tryg-button--action {
    color: #009B00 !important;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24); }
  button.tryg-button--confirm, .pager button.next, .pager button.next--text, .tryg-modal--attachment .modal-body button {
    background: none;
    background-color: transparent; }
  button.tryg-button--secondary {
    width: 50%; }
    @media screen and (max-width: 500px) {
      button.tryg-button--secondary {
        width: 100%; } }
  button.tryg-button--menu {
    width: 25%;
    margin-left: 0; }
    @media screen and (max-width: 500px) {
      button.tryg-button--menu .desktop-only {
        display: none; } }
  button.tryg-button--logout {
    border: 1px solid #fe9190;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #F20403; }
    button.tryg-button--logout:hover {
      background: #e6e6e6; }

div.tryg-button--secondary {
  text-align: center; }

button#navigateToChooseProduct {
  float: right;
  background: transparent;
  border: none;
  text-shadow: none;
  color:#00ce00;
  width:30%; }

.next-button {
  border: none;
  background: transparent;
  color: #666666; }
  .next-button:hover:not(:disabled) {
    opacity: 0.85; }
  .next-button:focus {
    box-shadow: 0px 0px 6px #3399ff;
    outline: none; }
  .next-button.focus {
    box-shadow: 0px 0px 6px #3399ff;
    outline: none; }
  .next-button .next-button__icon {
    color: #009B00;
    position: relative;
    display: inline-block; }
  .next-button .next-button__arrowIcon {
    font-size: 0.8em !important; }

#tryg-nav {
  float: right; }
  #tryg-nav button {
    border: 1px solid #fe9190;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #F20403;
    margin-top: 30px;
    margin-top: 3rem;
    right: 0px; }
    #tryg-nav button:hover {
      background: #e6e6e6; }
  #tryg-nav .dropdown-menu {
    left: -85px;
    left: -8.5rem;
    min-width: 170px;
    min-width: 17rem; }

div.primaryAction {
  margin-bottom: 12px; }

/*
 * Style for labels and help icons related to the label.
 * For widget label.tag
 */
.tryg-label {
  position: relative;
  padding-right: 26px;
  display: block; }
  .tryg-label:before, .tryg-label:after {
    content: " ";
    display: table; }
  .tryg-label:after {
    clear: both; }
  .tryg-label label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: left; }
  .tryg-label__help {
    position: relative;
    top: -3px;
    display: inline-block;
    text-align: left;
    vertical-align: -webkit-baseline-middle;
    width: 5%;
    padding-left: 5px; }
  .tryg-label__help-icon {
    display: inline-block;
    top: 3px;
    position: relative;
    width: 18px;
    height: 18px;
    background: url("/static/images/help.png") no-repeat;
    background-size: 100% 100%; }

.tryg-link-list + .tryg-label {
  border-top: 2px solid yellow; }

.optionalInput {
  vertical-align: -webkit-baseline-middle;
  font-size: 0.9em;
  color: darkgray;
  width: 10%;
  padding-left: 5px; }

.optionalInputOpaque {
	vertical-align: -webkit-baseline-middle;
	font-size: 0.9em;
	padding-left: 5px;
}

.tryg-datepicker, .tryg-timepicker {
  display: block;
  position: relative; }
  .tryg-datepicker__input, .tryg-timepicker__input {
    position: relative;
    width: 100%;
    height: 44px;
    height: 4.4rem;
    line-height: 36px;
    line-height: 3.6rem; }
  .tryg-datepicker__icon, .tryg-timepicker__icon {
    font-size: 16px;
    font-size: 1.6rem;
    color: #545454;
    position: absolute;
    right: 0px;
    width:35px;
    height:35px;
    pointer-events: none; }

.tryg-timepicker__icon {
  display: none; }

.tryg-link-list {
  display: block;
  width: 100%;
  clear: both;
  position: relative; }
  .tryg-link-list__item {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    position: relative; }
    .tryg-link-list__item:hover {
      cursor: pointer;
      background-color: #f0f0f0; }
    .tryg-link-list__item:focus {
      cursor: pointer;
      background-color: #E0E0E0; }
    .tryg-link-list__item:first-child {
      border-top: 1px solid #e1e1e1; }
  .tryg-link-list__icon {
    color: #00ce00;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
    position: absolute;
    top: 8px;
    right: 0px; }
  .tryg-link-list__text {
    font-size: 18px;
    font-size: 1.8rem; }
  .tryg-link-list input[type="radio"] {
    left: -9999px;
    opacity: 0;
    position: absolute; }
    .tryg-link-list input[type="radio"] + label {
      margin-bottom: 0px; }
      .tryg-link-list input[type="radio"] + label:before {
        content: "\e250";
        width: 20px;
        font-family: 'Glyphicons Halflings';
        color: #009B00;
        opacity: 0;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
    .tryg-link-list input[type="radio"]:checked + label:before, .tryg-link-list .active input[type="radio"] + label:before {
      opacity: 1; }
  .tryg-link-list input[type="radio"]:focus + label {
    outline: 2px solid lightblue; }
  .tryg-link-list label {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-left: 27px;
    text-indent: -20px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }

.fa-stack2 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* Style for buttons in the pager */
.pager {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  clear: both; }
  .pager div.previous, .pager div.next, .pager div.store {
    display: inline-block;
    width: 23%;
    margin-left: 5%;
    margin-right: 5%; }
  @media screen and (max-width: 500px) {
  #wait span{
	width:100%;
	}
    .pager {
      width: 100%;
      position: relative; }
      .pager div.previous, .pager div.next {
        display: inline-block;
        width: 40%;
        margin-left: 5%;
        margin-right: 5%; }
      .pager div.store {
        display: inline-block;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  .pager div.previous {
    float: left;cursor: pointer; }
  .pager div.next {
    float: right;
    text-align: right; cursor: pointer;}
  .pager button.store:focus {
    box-shadow: 0px 0px 6px #3399ff; }
  .pager button.previous {
    padding-left: 32px;
    padding-left: 3.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10%;
    background: transparent;
    border: none;
    text-shadow: none; }
    .pager button.previous:before {
      content: "\e079";
      display: inline-block;
      width: 18px;
      padding-right: 10px;
      font-family: 'glyphicons halflings';
      position: absolute;
      top: 6px;
      left: 14px;
      font-size: 14px;
      font-size: 1.4rem; }
    @media screen and (max-width: 500px) {
      .pager button.previous {
        top: 10px;
        left: 10px;
        position: absolute;
        margin-top: 8%; } }
  .pager button.next, .pager button.next--text {
    padding: 5px 32px 6px 24px;
    padding: 0.5rem 3.2rem 0.6rem 2.4rem;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0px;
    padding: 1.2rem 3.2rem 0.6rem 2.4rem;
    color: transparent !important;
    text-shadow: none; }
    @media screen and (max-width: 500px) {
      .pager button.next, .pager button.next--text {
        top: 15px;
        right: 5px;
        position: absolute; } }
    .pager button.next:disabled, .pager button.next--text:disabled {
      opacity: 0.3;
      border: 0px; }
    .pager button.next .fa-lg, .pager button.next--text .fa-lg {
      color: #00ce00; }
  .pager button.next--text {
    padding: 0.8rem 2.4rem 0.6rem 2.4rem;
    left: 30px; }
    @media screen and (max-width: 500px) {
      .pager button.next--text {
        position: relative;
        right: 0px; } }
  .pager div.store {
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 500px) {
      .pager div.store {
        margin-top: 24px;
        margin-top: 2.4rem; } }
    .pager div.store button.store {
      border: 0;
      background: transparent;
      color: #ce0303;
      margin-top: 10%; }
      .pager div.store button.store:hover {
        text-decoration: underline; }
      @media screen and (max-width: 500px) {
        .pager div.store button.store {
          border: 1px solid #e9e9e9;
          border-radius: 4px;
          display: block;
          top: 60px;
          width: 95%;
          position: absolute;
          left: 10px;
          right: 10px; } }
  .pager span.buttonText, .pager span.buttonConfirmationText {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    margin-top: 1.2em;
    text-align: center;
    width: auto;
    border-radius: 1px; }
    @media screen and (max-width: 500px) {
      .pager span.buttonText, .pager span.buttonConfirmationText {
        margin-top: 13%;
        position: absolute; } }
  .pager span.buttonConfirmationText {
    margin-left: -6em; }
    @media screen and (max-width: 500px) {
      .pager span.buttonConfirmationText {
        margin-top: 8%; } }
  .pager span.buttonNextText {
    visibility: hidden !important; }
    @media screen and (max-width: 500px) {
      .pager span.buttonNextText {
        visibility: hidden !important;
        margin-top: 8%; } }

   #navigateToChooseProduct span.buttonNextText {
  padding-left: 1em;
  visibility: hidden !important; }
  @media screen and (max-width: 500px) {
    #navigateToChooseProduct span.buttonNextText {
      visibility: hidden !important;
      margin-top: 8%; } }
   .greenButton{
	background-color: #00ce00;
    	-webkit-border-radius: 4;
    	-moz-border-radius: 4;
    	border-radius: 4px;
    	padding: 8px;
    	text-decoration: none;
 	width:200px;
 	color: #fff;
    	font-weight: bold;
   	left: 30px;
	display:inline-block;
 	text-align:center;
	}
.tryg-attachments {
  display: block; }
  .tryg-attachments:before, .tryg-attachments:after {
    content: " ";
    display: table; }
  .tryg-attachments:after {
    clear: both; }
  .tryg-attachments__add {
    display: block;
    width: 100%;
    max-width: 320px;
    background-color: transparent;
    border: 2px solid #009B00;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
    background: -webkit-linear-gradient(#00C24A, #009B00), #009B00;
    background: linear-gradient(#00C24A, #009B00), #009B00;
    padding: 5px 12px 6px 12px;
    padding: 0.5rem 1.2rem 0.6rem 1.2rem;
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0px 24px 0px;
    margin: 2.4rem 0px 2.4rem 0px; }
    .tryg-attachments__add .glyphicon {
      position: relative;
      float: right;
      margin-top: 3px;
      text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24); }
  .tryg-attachments__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .tryg-attachments__list:before, .tryg-attachments__list:after {
      content: " ";
      display: table; }
    .tryg-attachments__list:after {
      clear: both; }
  .tryg-attachments__item {
    display: block;
    position: relative;
    border: 2px solid transparent;
    border-bottom: 2px solid #999999;
    border-radius: 0;
    display: block;
    padding: 12px 0px 12px 0;
    padding: 1.2rem 0px 1.2rem 0;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    .tryg-attachments__item:before, .tryg-attachments__item:after {
      content: " ";
      display: table; }
    .tryg-attachments__item:after {
      clear: both; }
    .tryg-attachments__item a {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0px 6px 6px 6px;
      margin: 0px 0.6rem 0.6rem 0.6rem;
      display: block; }
    .tryg-attachments__item textarea {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border: 2px solid transparent;
      border-top: 2px solid #e9e9e9; }
      .tryg-attachments__item textarea:last-child {
        margin-right: 0; }

button.attachmentRemove, button.itemRemove, button.itemAdd, button.itemOk {
  font-size: 16px;
  font-size: 1.6rem;
  top: 0px;
  right: 0px;
  text-align: center;
  border-color: #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px; }
  button.attachmentRemove:hover, button.itemRemove:hover, button.itemAdd:hover, button.itemOk:hover {
    background: #e6e6e6; }
  @media screen and (max-width: 500px) {
    button.attachmentRemove, button.itemRemove, button.itemAdd, button.itemOk {
      position: relative;
      top: 0px; } }

button.attachmentRemove, button.itemRemove {
  color: #F20403; }
  button.attachmentRemove:before, button.itemRemove:before {
    content: "\e014";
    width: 20px;
    font-family: 'Glyphicons Halflings';
    color: #F20403;
    vertical-align: middle; }

button.itemAdd {
  color: #009B00; }
  button.itemAdd:before {
    content: "\002b";
    width: 20px;
    font-family: 'Glyphicons Halflings';
    color: #009B00;
    vertical-align: middle; }

button.itemOk {
  background-color: #a9a9a9;
  color: #fff; }

button.attachmentRemove {
  position: absolute; }

.tryg-modal--attachment .modal-body textarea {
  display: block;
  width: 100%; }
.tryg-modal--attachment .modal-body button {
  display: block;
  width: 100%;
  border-radius: 3px !important;
  text-decoration: none !important;
  position: relative;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24);
  background: -webkit-linear-gradient(#00C24A, #009B00), #009B00;
  background: linear-gradient(#00C24A, #009B00), #009B00;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 24px 6px 24px;
  padding: 0.5rem 2.4rem 0.6rem 2.4rem;
  margin-top: 24px;
  margin-top: 2.4rem; }

.tryg-file {
  position: relative;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
  width: 48%;
  padding: 0; }
  @media screen and (max-width: 500px) {
    .tryg-file {
      width: 100%; } }
  .tryg-file input[type="file"] {
    display: none;
    width: 100%;
    height: 42px;
    background: pink; }
  .tryg-file__caption {
    display: block;
    width: 100%;
    pointer-events: none;
    text-align: center;
    line-height: 42px;
    line-height: 4.2rem;
    font-size: 18px;
    font-size: 1.8rem; }
    .tryg-file__caption * {
      pointer-events: none; }
  .tryg-file .glyphicon {
    margin-left: 8px; }
  .tryg-file--capture {
    display: none; }

.captureMediaSupport .tryg-file--capture {
  display: block; }

.tryg-claimants__item, .tryg-subjects__item {
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 0;
  padding: 10px 0px; }

.tryg-claimants__item, .tryg-attachments__item, .tryg-subjects__item {
  border-bottom: 1px solid #e1e1e1 !important; }

.tryg-claimants__item:last-child {
  border-bottom: none !important; }

.tryg-file-upload {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden; }

.tryg-claimants__item button.itemAdd {
	margin:5px 5px 5px -15px!important;
}
.tryg-subjects__item button.itemAdd {
	margin:5px 5px 5px 0px!important;
}

.tryg-claimants__item:last-child, .tryg-claimants__item:nth-last-child(2){
border-bottom:none!important;
margin:0px!important;
padding:0px!important;
}

.tryg-select .select2-container, .tryg-select select {
  display: block;
  width: 100% !important; }
.tryg-select .select2-selection {
  border: 1px solid #e1e1e1;
  display: block;
  height: 42px !important;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 12px 6px 12px;
  padding: 0.5rem 1.2rem 0.6rem 1.2rem; }
  .tryg-select .select2-selection__arrow {
    height: 42px !important;
    right: 10px !important; }
.tryg-select select {
  display: block;
  height: 42px !important;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 12px 6px 12px;
  padding: 0.5rem 1.2rem 0.6rem 1.2rem; }

.select2-results {
  font-size: 16px;
  font-size: 1.6rem; }

input.readOnly, textarea.readOnly {
  box-shadow: none !important;
  background-color: #f6f6f6;
  color: #999; }

.alert-danger:before {
  content: "\e107";
  font-family: "Glyphicons Halflings";
  display: inline-block;
  width: 20px;
  height: 20px; }

/* Styling for country selection */
.tryg-test__land {
  margin: 20px 0px 10px 0px;
  margin: 2rem 0px 1rem 0px;
  position: relative; }
  .tryg-test__land .dropdown-menu {
    max-height: 400px;
    overflow: auto; }
    .tryg-test__land .dropdown-menu li {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 4px 10px 5px 10px;
      padding: 0.4rem 1rem 0.5rem 1rem; }
      .tryg-test__land .dropdown-menu li:hover {
        cursor: pointer;
        background-color: #e1e1e1; }

.validation-message {
  float: left;
  padding: 5px 40px;
  border-radius: 4px;
  margin: 2px 10px;
  border-style: solid;
  border-width: 1px; }

.label-heading {
  background-color: #ffffff;
  padding-left: 0px !important;
  margin-bottom:0px!important;
   }

.ListItem-heading {
  background-color: #ffffff;
  padding: 0px !important;
  margin-bottom: 0px !important;
  font-size: 1.6rem;
  list-style-type: disc !important; }

ul.removePadding {
  padding-left: 15px !important; }

.label-Paragraph {
	background-color: #ffffff;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	font-size: 1.6rem;
}

.tryg-form-group .tryg-radio-wrappe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 61.61588%;
  margin-right: 0;
  }
  .tryg-radio-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 500px) {
    .tryg-radio-wrapper {
      display: block;
      float: left;
      width: auto; } }
  .tryg-radio-wrapper--block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .tryg-radio-wrapper--block:last-child {
      margin-right: 0; }
.tryg-radio-wrapper label{border: 1px solid #D7D7D7;font-size:16px;min-width: 60px;padding: 6px 12px;/* border-radius: 4px; */font-size: 14px;text-align: center;}
.tryg-radio-wrapper input[type="radio"]{position: absolute;
    clip: rect(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: 999;}

.tryg-radio input[type="radio"]:checked+label, .tryg-radio input[type="radio"].active+label, .tryg-radio-wrapper input[type="radio"]:checked+label, .tryg-radio-wrapper .active input[type="radio"]+label, .tryg-radio label.active{-webkit-box-shadow: 0 0 2px 0px #0050A5;box-shadow: 0 0 2px 0px #0050A5;background:#b4e2bd;border: 1px solid #ccc;}
label.radioButton, .radio-group {
  min-width: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  }
  label.radioButton.focus {
    background: white;
    box-shadow: 0px 0px 6px #3399ff;
    outline: none; }
.radio-group label:hover,.tryg-radio-wrapper label:hover::before {
    background-color: #b4e2bd !important;
}
.tryg-radio-wrapper input[type="radio"]:focus+label, .tryg-radio input[type="radio"]:focus+label{
    box-shadow: 0 0 4px 0px #0050A5;
    -webkit-box-shadow: 0 0 4px 0px #0050A5;
}

.tryg-radio {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 2; }
  .tryg-radio:last-child {
    margin-right: 0; }
  .tryg-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: -9999px; }
  .tryg-radio label {
    display: block;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 46px 15px 59px;
    padding: 1.5rem 4.6rem 1.5rem 5.9rem; }
    .tryg-radio label:hover {
      cursor: pointer; }
      .tryg-radio label:hover:before {
        opacity: 0.5;
        border: 3px solid #009B00;
        background-color: #fff; }
      .tryg-radio label:hover:after {
        opacity: 0.5;
        background-color: #009B00; }
    .tryg-radio label:before {
      background-color: #f2f2f2;
      content: "";
      display: block;
      position: absolute;
      border: 3px solid #f2f2f2;
      left: 10px;
      top: 15px;
      top: 1.5rem;
      height: 29px;
      height: 2.9rem;
      width: 29px;
      width: 2.9rem;
      border-radius: 14.5px;
      border-radius: 1.45rem;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .tryg-radio label:after {
      background-color: #d2d2d2;
      content: "";
      display: inline-block;
      position: absolute;
      left: 16px;
      top: 20.5px;
      top: 2.05rem;
      height: 17px;
      height: 1.7rem;
      width: 17px;
      width: 1.7rem;
      border-radius: 9px;
      border-radius: 0.9rem;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .tryg-radio input[type="radio"]:checked + label:before, .tryg-radio .active input[type="radio"] + label:before, .tryg-radio input[type="radio"].active + label:before,{
    opacity: 1;
    border: 3px solid #009B00;
    background-color: #fff; }
  .tryg-radio input[type="radio"]:checked + label:after, .tryg-radio .active input[type="radio"].active + label:after, .tryg-radio input[type="radio"].active + label:after, {
    opacity: 1;
    background-color: #009B00; }
  .tryg-radio input[type="radio"]:focus + label {
    outline: 2px solid lightblue; }

.tryg-checkbox-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0; }
  .tryg-checkbox-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 500px) {
    .tryg-checkbox-wrapper {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 314.84594%; }
      .tryg-checkbox-wrapper:last-child {
        margin-right: 0; } }
  .tryg-checkbox-wrapper--block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .tryg-checkbox-wrapper--block:last-child {
      margin-right: 0; }

.tryg-checkbox {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 2;
  margin: 5px 0px 5px 0;
  margin: 0.5rem 0px 0.5rem 0; }
  .tryg-checkbox:last-child {
    margin-right: 0; }
  .tryg-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 80%;
    height: 80%;
    z-index: 999; }
    .tryg-checkbox input[type="checkbox"]:checked + label::before, .tryg-checkbox input[type="checkbox"].active + label::before{
      background-color: #009B00; }
    .tryg-checkbox input[type="checkbox"]:checked + label::after, .tryg-checkbox input[type="checkbox"].active + label::after{
      opacity: 1.0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .tryg-checkbox input[type="checkbox"]:focus + label {
      outline: 2px solid lightblue; }
  .tryg-checkbox label {
    display: block;
    position: relative;
    font-size: 1.6rem;
    padding: 15px 46px 15px 44px;
    padding: 1.5rem 4.6rem 1.5rem 4.4rem; }
    .tryg-checkbox label::before {
      background-color: #f6f6f6;
      border: 1px solid #999999;
      border-radius: 4px;
      content: "";
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 15px;
      top: 1.5rem;
      height: 22px;
      height: 2.2rem;
      width: 22px;
      width: 2.2rem;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .tryg-checkbox label::after {
      color: #fff;
      content: "\e013";
      display: inline-block;
      font-family: "Glyphicons Halflings";
      position: absolute;
      opacity: 0;
      left: 15px;
      top: 16px;
      top: 1.6rem;
      font-size: 14px;
      font-size: 1.4rem;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
      -o-transition: transform 0.3s ease, opacity 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease; }
    .tryg-checkbox label:hover {
      cursor: pointer; }

.SRNO .PK .checkbox-wrapper{
	float: left;
    display: block;
    width: 33.33%;
}
.SRNO .PK .checkbox-wrapper .tryg-checkbox{
	border-bottom:none;
}

#summaryPage {
  overflow: hidden;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 6px gray;
  margin-top: 24px;
  margin-bottom: 10px;
  width: 100%; }
 #summaryPage p {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin: 10px 10px 10px 0px;
  left: 10px;
  white-space: pre-line;
  word-wrap:break-word;
   }
  @media screen and (max-width: 500px) {
    #summaryPage {
      box-shadow: none;
      padding: 5px;
      margin-top: 5px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 720px) {
    #summaryPage {
      box-shadow: none;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 10px; } }
.tryg-summary .iconList .tryg-label {
   float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%;
    margin-right: 0;
    z-index: 1;
    word-break: keep-all;
   }
.tryg-summary p {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin: 10px 10px 10px 0px;
  left: 10px;
  white-space: pre-line;
  word-wrap:break-word;
   }
  .tryg-summary h5 {
    font-size: 16px;
    font-size: 1.6rem; }
  .tryg-summary .form-border {
    border-bottom: 1px solid #e1e1e1; }
  .tryg-summary .presTreeElementHeader {
    border-top: 1px solid #e1e1e1; }
  .tryg-summary__edit {
    width: 16px;
    height: 16px;
    right: 0px;
    top: 12px;
    position: absolute; }
    .tryg-summary__edit a {
      position: relative; }
  .tryg-summary .tryg-attachments__item {
    box-shadow: none; }
    .tryg-summary .tryg-attachments__item button {
      display: none; }
  .tryg-summary .validation-message {
    float: left;
    padding: 5px 40px;
    border-radius: 4px;
    margin: 2px 10px;
    border-style: solid;
    border-width: 1px; }

.trygg-summary-page {
  position: relative;
  display: block !important; }

#toggleSummaryLink {
  font-size: 16px;
  font-size: 1.6rem;
  color: #F20403; }

.tryg-textarea {
  width: 50%; }

.summaryLink{
clear:both;
 position: relative;
}
@media screen and (max-width: 500px) {
    .summaryLink {
      clear:both;
      top:-50px;
      position: relative; }
}

.tryg-kundesenter {
  display: block;
  padding: 15px;
  padding: 1.5rem; }
  .tryg-kundesenter.no-show {
    display: none; }

.tryg-contactmodal__footer {
  display: block; }
  .tryg-contactmodal__footer:before, .tryg-contactmodal__footer:after {
    content: " ";
    display: table; }
  .tryg-contactmodal__footer:after {
    clear: both; }
  .tryg-contactmodal__footer .modal-title {
    text-indent: 0; }
  .tryg-contactmodal__footer h5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .tryg-contactmodal__footer h5:last-child {
      margin-right: 0; }
  .tryg-contactmodal__footer .tryg-contact-toggle {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: right; }
    .tryg-contactmodal__footer .tryg-contact-toggle:last-child {
      margin-right: 0; }
  .tryg-contactmodal__footer button {
    border: none;
    background: transparent;
    box-shadow: none;
    height: auto;
    overflow: hidden; }

h4.modal-title {
  background: none !important; }

.modal-body {
  font-size: 16px;
  font-size: 1.6rem; }

/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */
.clockpicker .input-group-addon {
  cursor: pointer; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-align-left.popover > .arrow {
  left: 25px; }

.clockpicker-align-top.popover > .arrow {
  top: 17px; }

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px; }

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px; }

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }

.clockpicker-popover .popover-title span {
  cursor: pointer; }

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px; }

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer; }

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25); }

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0; }

.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb; }

.clockpicker-button:focus {
  outline: none !important; }

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd; }

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7; }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25); }

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/ }

.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.alert {
  font-size: 16px;
  font-size: 1.6rem; }

.error404:hover {
  font-size: 300%;
  vertical-align: top;
  margin: 10px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s; }

.trygg-modal-attachment .modal-content {
  height: auto !important;
  overflow: hidden; }
.trygg-modal-attachment .modal-body {
  height: auto;
  overflow: hidden; }

.tryg-datepicker .disabled.day {
  color: #dedede; }

.tryg-chat {
  position: fixed;
  top: 0;
  right: -20px;
  z-index: 5;
  width: 75%;
  padding-top: 40px;
  height: 100%;
  max-width: 300px;
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
  padding-left: 32px;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform ease 0.5s;
  -o-transition: transform ease 0.5s;
  transition: transform ease 0.5s; }
  .tryg-chat .hover {
    right: 0px; }
  .tryg-chat #chatIndicatorLine {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 5px;
    height: 100%;
    background: #F20403;
    height: 100%; }
  .tryg-chat-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
    background-color: yellow;
    opacity: 0; }
    .tryg-chat-overlay.shown {
      display: block; }
  .tryg-chat iframe {
    width: 100%;
    min-height: 100%;
    outline: none;
    border: none;
    margin-left: 10px; }
  .tryg-chat__ubercloser {
    position: absolute;
    top: 0px;
    right: 6px;
    width: 30px;
    height: 50px;
    background-color: #fff;
    display: block; }
    .tryg-chat__ubercloser button {
      position: relative;
      margin: 5px auto 0px auto;
      background: none;
      border: none;
      color: #F20403;
      display: block;
      font-size: 20px;
      font-size: 2rem; }
  .tryg-chat__border-switch {
    width: 10%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #F20403; }
    .tryg-chat__border-switch:hover {
      cursor: pointer;
      background-color: #c00302; }
  .tryg-chat__border-label {
    position: relative;
    color: #fff;
    writing-mode: tb-rl;
    height: 100%;
    top: 50%;
    width: 26px;
    left: 0px;
    font-size: 15px;
    font-size: 1.5rem; }
  .tryg-chat.slide-out {
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -ms-transform: translateX(90%);
    -o-transform: translateX(90%);
    transform: translateX(90%);
    box-shadow: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important; }
  @media screen and (max-width: 500px) {
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 240px !important; } }

.alert, .alert-info {
  border: none !important; }
  .alert h4, .alert-info h4 {
    background-color: transparent !important; }

.animate-show {
  -webkit-animation: slideIn ease-out 0.75s;
  -o-animation: slideIn ease-out 0.75s;
  animation: slideIn ease-out 0.75s; }

.animate-hide {
  -webkit-animation: slideOut ease-out 0.75s;
  -o-animation: slideOut ease-out 0.75s;
  animation: slideOut ease-out 0.75s; }

@-webkit-keyframes slideIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@-moz-keyframes slideIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@keyframes slideIn {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@-webkit-keyframes slideOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes slideOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes slideOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
div.chat {
  position: fixed;
  top: 80px;
  right: -15px;
  width: 45px;
  background: #ce0303;
  height: 35px;
  border: 1px solid darkred;
  border-radius: 17px;
  color: white;
  opacity: 0.8;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px;
  display: none;
  box-shadow: 0 0 12px #666666;
  box-sizing: content-box;
  z-index: 1;
  font-size: 1.5em; }
  /*div.chat.hover {
    width: 45px;
    opacity: 0.8;
    z-index: 1000; }*/
    @media screen and (max-width: 500px) {
      /*div.chat.hover {
        width: 45px; } */}
    div.chat.hover:active {
      background: #c00302; }
  @media screen and (max-width: 500px) {
    div.chat {
      width: 45px;
      height: 25px;
      padding-top: 0;
      font-size: 1.3em;
      top:80px;
      } }

div.chat.init {
  width: 45px;
  opacity: 0; }

span.chatText {
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  overflow: hidden;
  margin-left: 10px; }

.chatIcon {
  margin: 5px; }

.tryg-header {
  display: block; }
  .tryg-header:before, .tryg-header:after {
    content: " ";
    display: table; }
  .tryg-header:after {
    clear: both; }
  .tryg-header .tryg-header__title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    text-overflow: ellipsis;
    overflow: hidden; }
    .tryg-header .tryg-header__title:last-child {
      margin-right: 0; }
    @media screen and (max-width: 720px) {
      .tryg-header .tryg-header__title {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%; }
        .tryg-header .tryg-header__title:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .tryg-header .tryg-header__title {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%; }
        .tryg-header .tryg-header__title:last-child {
          margin-right: 0; } }
    .tryg-header .tryg-header__title h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 54px;
      line-height: 5.4rem;
      padding-left: 40px;
      padding-left: 5rem;
      background-position: 0% 60%;
      margin-bottom: 0;
      margin-top: 0;
      display: inline-block; }
      @media screen and (max-width: 500px) {
        .tryg-header .tryg-header__title h1 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 25px;
          line-height: 2.8rem;
          margin-bottom: 20px;
          margin-bottom: 2rem;
          height: 38px;
          height: 3.8rem; } }
  .tryg-header .tryg-header__logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .tryg-header .tryg-header__logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 720px) {
      .tryg-header .tryg-header__logo {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 22.316%; }
        .tryg-header .tryg-header__logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .tryg-header .tryg-header__logo {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 19.43277%; }
        .tryg-header .tryg-header__logo:last-child {
          margin-right: 0; } }
    .tryg-header .tryg-header__logo #tryg-logo {
      float: left;
      margin: 5px; }
      .tryg-header .tryg-header__logo #tryg-logo .header-logo {
        max-height: 100%;
        width: 70px; }

.menuButton {
  background: white;
  border: 1px solid transparent;
  padding: 6px 14px;
  color: #F20403;
  font-size: 1.3em;
  border-bottom: none;
  margin: 10px; }
  .menuButton.open {
    border: 1px solid gray;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    background: #DDDDDD; }
  .menuButton:hover {
    background: #EEEEEE; }
  .menuButton:active {
    background: #DDDDDD; }

.dropDownTopMenu {
  position: absolute;
  background: white;
  width: 200px;
  border: 1px solid gray;
  line-height: 2em;
  z-index: 5;
  border-radius: 4px;
  border-top-left-radius: 0;
  margin-top: -1px;
  -webkit-box-shadow: 3px 3px 5px #999999;
  box-shadow: 3px 3px 5px #999999; }
  .dropDownTopMenu ul.dropDownMenuList {
    margin: 0; }
    .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuHeader,
    .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuItem {
      border-bottom: 1px solid lightgray;
      list-style-type: none; }
      .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuHeader a,
      .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuItem a {
        display: block;
        padding: 5px; }
        .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuHeader a:hover,
        .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuItem a:hover {
          background: #EEEEEE; }
        .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuHeader a:active,
        .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuItem a:active {
          background: #DDDDDD; }
    .dropDownTopMenu ul.dropDownMenuList li.dropDownMenuHeader {
      font-weight: bold;
      font-size: 1.1em;
      list-style-type: none; }

.headerMenuIcon {
  display: inline-block;
  float: right;
  font-size: 1.2em; }
  .headerMenuIcon a {
    padding: 10px;
    color: #666666;
    margin: 4px;
    display: inline-block; }
    .headerMenuIcon a:hover {
      color: #999999; }
    .headerMenuIcon a:active {
      border-radius: 4px;
      color: #999999;
      background: #DDDDDD; }
  @media screen and (max-width: 500px) {
    .headerMenuIcon {
      display: none;
      visibility: hidden; } }

span.menuIconText, .customername {
  font-size: 0.9em;
  margin-left: 10px; }
  @media screen and (max-width: 720px) {
    span.menuIconText, .customername {
      display: none;
      visibility: hidden; } }

.customername {
  color: #666666; }

div.noteIndicator {
    position: fixed;
    top: 155px;
    right: -12px;
    width: 45px;
    background-color: #5bc0de;
    height: 35px;
    border: 1px solid #5bc0de;
    border-radius: 17px;
    color: white;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px;
    display: none;
    box-shadow: 0 0 12px #666666;
    box-sizing: content-box;
    z-index: 1;
    font-size: 1.5em; }
  div.noteIndicator.hover {
    opacity: 0.8;
    z-index: 1000; }

    div.noteIndicator.hover:active,div.noteIndicator.hover:hover {
      background-color: #27a9d0; }
  @media screen and (max-width: 500px) {
    div.noteIndicator {
      width: 40px;
      height: 25px;
      padding-top: 0;
      font-size: 1.3em; } }
div.noteIndicator .chatIcon {
	margin:8px;
}

button.tryg-button--confirm, .pager button.next, .pager button.next--text, .tryg-modal--attachment .modal-body button, .pager button.next, .pager button.next--text, .tryg-modal--attachment .modal-body button, button.tryg-button--action {
  color: green; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	font-weight: bold;
}
button.tryg-button--confirm, .pager button.next, .tryg-modal--attachment .modal-body button, button.tryg-button--action{
	color: green !important;
}

.SkN .nav-tabs > li > a {
  font-weight: normal;
  border-radius: none; }
.SkN .nav-tabs > li.active > a, .SkN .nav-tabs > li.active > a:hover, .SkN .nav-tabs > li.active > a:focus {
  background: #EEEEEE !important;
  font-weight: bold; }
.SkN .nav-tabs > li > a:hover, .SkN .nav-tabs > li > a:focus {
  color: #555555;
  background: #EEEEEE !important; }
.SkN .nav-tabs > li.disabled > a {
  color: #d30707; }
 .SkN .nav-tabs > li.disabled > a:hover, .SkN .nav-tabs > li.disabled > a:focus{
  color: #555555; }

.SkN .tryg-select select, .SkN .tryg-form-group input[type="color"], .SkN .tryg-form-group input[type="date"], .SkN .tryg-form-group input[type="datetime"],
.SkN .tryg-form-group input[type="datetime-local"], .SkN .tryg-form-group input[type="email"], .SkN .tryg-form-group input[type="month"],
.SkN .tryg-form-group input[type="number"], .SkN .tryg-form-group input[type="password"], .SkN .tryg-form-group input[type="search"], .SkN .tryg-form-group input[type="tel"],
.SkN .tryg-form-group input[type="text"], .SkN .tryg-form-group input[type="time"],
.SkN .tryg-form-group input[type="url"], .SkN .tryg-form-group input[type="week"], .SkN .tryg-form-group input:not([type]), .SkN .tryg-form-group .tryg-select {
  font-size: 14px !important;
  height:auto !important;
  background-color:#fff;
  border-radius:4px; }

#presentationTree.SkN {
  box-shadow: 0px -4px 19px rgba(0, 0, 0, 0.16);
  margin: 10px auto 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: auto !important;
  border-radius:4px; }


img.key{
	display: block;
  	width: 169px;
  	float:right;
  	height:70px;
}

.topBanner {
  padding: 7px 0 0 14px !important;
  border-bottom: solid #ffffff 1px;
  background: #A9A9A9;
  min-height: 35px;
  height:auto;
  font-size: 12px;
  color: #fff;
  position: relative;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  border-radius:4px;
 }

.topBannerItem {
  padding: 0px;
  margin-left: 0px;
  float: left; }

.topBannerField {
  font-weight: bold;
  float: left;
  padding: 0px 5px 0px 2px; }

.topBannerLabelSmall, .topBannerLabelMedium {
  width: auto;
  display: inline-block;
  margin: 0px;
  float: left; }

.SkN .tryg-label label, fieldset legend {
  font-size: 14px !important;
  float: left;
  }
.SkN .border__yellow , .SkN .border__red, .SkN  .border__green{
  padding:0 0 0 10px;
  }
.SkN .tryg-summary p{
  left:0px;
  }

.headerClassLarge{
	color:#fff;
	font-weight:bold;
	background-color:#A9A9A9;
	border-bottom:2px solid #000; }

@media (max-width: 400px) {
  .topBanner {
    font-size: 10px;
    margin: 0px; }

  img.key {
    padding-top:5px;
    }
}

.loginView{
  border-radius: 4px 4px 0px 0px;
  box-shadow: -1px -4px 17px rgba(0, 0, 0, 0.16);
  height: auto;
  min-height: 425px;
  top:1%;
  margin:50px 0 0 0 ;
  padding: 2rem;
  position: absolute;
  width: 100%;
  z-index: 15;
  font-size:14px;
}
  .loginView .key {
	display:block;
	float:none;
	height:auto;
	margin:auto;
	}
  .loginView .key img{
		display:block;
		margin:auto;
		margin-bottom:10px;
	}
  .loginView .form-group {
    margin-right: 0px;
    margin-top:18px;
   }
  .loginView .control-label {
 	font-weight: normal !important;
 	text-align:left;
 	 }


.SkN .table{
border-top:2px solid #000;
border-bottom:2px solid #000;
margin: 15px 0px 10px 0px;
}

.SkN .tryg-summary .tryg-form-group .tryg-label {
  width: 50%; }

.SkN .tryg-summary .tryg-form-group .tryg-radio-wrapper {
  width: auto; }

.SkN .tryg-summary .tryg-form-group .tryg-textarea {
  width: 48%; }

.SkN button.attachmentRemove, .SkN button.itemRemove, .SkN button.itemOk{
	margin: 10px!important;
}

.SkN .trygg-page{
	margin:0px!important;
	padding:22px 5px 10px 10px!important;
}

.SkN .tryg-form-group, fieldset.tryg-form-group{
padding:1rem auto 1rem auto!important;
}

.SkN .alert {
  padding: 10px;
  margin: 10px 5px 10px 5px;
  font-size: 14px !important;
  clear:both; }

.SkN .tryg-datepicker__input, .SkN .tryg-timepicker__input{
line-height:2rem;
height:2rem;
}

.SkN textarea:read-only,.SkN input:read-only, .SkN select[readonly],.SkN .tryg-datepicker__input:read-only, .SkN .tryg-timepicker__input:read-only {
	cursor: not-allowed;
    background-color: #eeeeee!important;
}

.SkN label.radioButton{
font-size:14px;
}
.SkN .tryg-claimants__item, .tryg-subjects__item{
margin:0px !important;
}
.SkN .tryg-claimants__item button.itemAdd{
margin:5px 5px 5px 9px!important;
}

@media screen and (max-width: 720px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float:left;
	width:auto; } }

.SkN input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.SkN .tryg-select select::-ms-expand {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:-1px;
  border: none;
  color:transparent;
  background: url("/static/images/br_down.png") no-repeat right;

}

.container-fluid .tryg-summary .summaryContent {
  border: 1px solid #ddd;
  border-radius: 19px;
  margin: 10px 0 0 0;
  }

  .container-fluid .tryg-summary .summaryContent .tryg-summary .presTreeElementHeader {
    border: 0px;
    margin: 0; }
  .container-fluid .tryg-summary .summaryContent .tryg-summary h5 {
    font-size: 1.4rem;
    padding: 0px 10px 0px 0px; }
  .container-fluid .tryg-summary .summaryContent .tryg-summary p {
    font-size: 1.4rem;}
  .container-fluid .tryg-summary .summaryContent .alert {
    font-size: 1.4rem; }
  .container-fluid .tryg-summary .summaryContent .tryg-form-group {
    padding: 0px; }


.SkN .tryg-checkbox {
  border: none;
  display: flex; }

.SkN .tryg-checkbox label{
	margin:0px!important;
	padding:0px 0px 5px 44px;
}
.SkN .tryg-checkbox label::before{
	top:0px!important;
}
.SkN .tryg-checkbox label::after{
	top:2px!important;
}
.claimColor__yellow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
  background-color: yellow;
  float:none;
	left:80%;
	position:relative; }
.claimColor__red {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
  background-color: red;
  float:none;
	left:80%;
	position:relative; }
.claimColor__green {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
  background-color: green;
  float:none;
	left:80%;
	position:relative; }

.border__yellow {
  border: 2px solid yellow;
  border-radius: 19px;
  margin:15px 0px 15px 0px;
  clear:both; }
  .border__red{
  border: 2px solid red;
  border-radius: 19px;
  margin:15px 0px 15px 0px;
  clear:both; }
  .border__green {
  border: 2px solid green;
  border-radius: 19px;
  margin:15px 0px 15px 0px;
  clear:both; }

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative; }
  ul.topnav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: -2px 0 0 0;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
    font-weight: bold;
    top: 2px;
    position: relative; }

ul.topnav a:hover {
  background-color: none; }

ul.topnav li.icon {
  display: none; }
.hamburger{
	font-size:15px;
	color:gray;
	position: absolute;
	top: 21px;
	left:-14px;
	margin: 0 10px;
}
@media (max-width: 1024px) {

	.container-fluid .pager span.buttonText,
	 .container-fluid .pager span.buttonConfirmationText,
	 .container-fluid .pager span.buttonNextText,
	 .container-fluid .pager #navigateToChooseProduct span.buttonNextText,
	 #navigateToChooseProduct .container-fluid .pager span.buttonNextText
	{
	    position:static\0/;
	    top:0px\0/;
	    left:0px\0/;
	}

	.pager div.previous, .pager div.next, .pager div.store{
		width:auto;
	}

	.container-fluid .pager span.buttonText, .container-fluid .pager span.buttonConfirmationText, .container-fluid .pager span.buttonNextText, .container-fluid .pager #navigateToChooseProduct span.buttonNextText, #navigateToChooseProduct .container-fluid .pager span.buttonNextText {
    margin: 0; }
.topBannerItem {
    font-size: 12px;
    width:28%;}

  .email {
    margin: 0px 0px 0px 10px !important; }

  ul.topnav {
    top: 10px;
    min-height:60px; }

  ul.topnav li:not(:nth-child(-n+3)) {
    display: none; }

  .topBannerField {
    font-weight: bold;
    float: none !important;
    height: 56px; }

  .topBanner {
    padding: 0px 0px 0px 5px !important; }

  ul.topnav li.icon {
    float: right;
    display: inline-block;
     margin: 0 10px;}

  ul.topnav.responsive {
    position: relative;
    top: 10px; }

  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0; }

  ul.topnav.responsive li {
    float: none;
    display: inline; }

  ul.topnav.responsive li a {
    display: block;
    text-align: left; }

  .topBannerItem {
    margin: 0 0 0 0; }
     img.key {
    padding-top:5px;
    width:110px;
    height:60px;
   }
   .container-fluid .tryg-datepicker__icon, .container-fluid .tryg-timepicker__icon {
    display:none;
	}
    }
@media (max-width: 400px) {
  .topBanner {
    font-size: 10px;
    margin: 0px; }

  ul .topnav.responsive li {
    font-size: 10px; }

  .topBannerLabelSmall, .topBannerLabelMedium {
    font-size: 10px; } }
@media (max-width: max-width 500px 4) {
  .topBannerItem {
    font-size: 10px;
    width: 94px;
    margin: 0 10px 0 12px !important; }

	}
.container-fluid .pager span.buttonText, .container-fluid .pager span.buttonConfirmationText, .container-fluid .pager span.buttonNextText, .container-fluid .pager #navigateToChooseProduct span.buttonNextText, #navigateToChooseProduct .container-fluid .pager span.buttonNextText {
  margin: 31px 0 0 0; }

.container-fluid .pager button.next--text {
  padding: 0.8rem 2.4rem 0.6rem 2.4rem;
  left: 0px;
  top: 11px; }
.container-fluid .tryg-summary__edit a:focus {
	outline: 1px solid #27a9d0; }

.container-fluid .pager div a {
	padding: 0.2rem 6.8rem 2.6rem 0.2rem; }

.container-fluid .pager div a:focus {
	outline: 1px solid #27a9d0; }

.container-fluid .pager .fa-stack-1x, .container-fluid .pager .fa-stack-2x {
	width: 42%; }

.btn-navigation,.SkN .nav-tabs li.btn-navigation > a:hover{
background-color:#5bc0de!important;
border:1px solid #5bc0de;
border-radius:5px;
color:#fff;
}

 ul.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.nav-tabs li {
    float: left;
    margin:10px;
}
.nav-tabs li:nth-last-child(2),.nav-tabs li:nth-last-child(3),.nav-tabs li:nth-last-child(4),.nav-tabs li:nth-last-child(5),
.nav-tabs li:nth-last-child(6) {
    float: none;
    display: inline-block;
    width:auto;
}
.nav-tabs li:last-child{
	display:none;
}
.nav-tabs li.btn-navigation > a,.SkN .nav-tabs > li.btn-navigation.disabled > a{
	color:white;
}
@media only screen and (max-width: 1024px) {
.nav-tabs li:last-child{
	display:inline-block;
	}
 	.nav-tabs li:nth-child(4),.nav-tabs li:nth-child(5),.nav-tabs li:nth-child(6),.nav-tabs li:nth-child(7){
	display:none;
}
}
.container-fluid .trygg-label__skadetype {
    margin: 0 0 0 10px;
}
.container-fluid .largeLabel{
   font-size:1.4rem;
}
.container-fluid .trygg-summary-page {
  margin: 10px 0 0 0; }

input[disabled='disabled'] + label:before, input[disabled='true'] + label:before{
	cursor:not-allowed !important;
	background-color: #C0C0C0;
}

.conclusionFaded {
  color: #e4dcdc; }
  .conclusionFaded .claimColor__red, .conclusionFaded .claimColor__yellow, .conclusionFaded .claimColor__green {
    opacity: 0.3; }
.SkN .tryg-form-group textarea{
	font-size: 14px !important;
	background-color:#fff;
	border-radius:4px; }
.SkN .textToRight{
	font-weight:bold;
	float:right; }
.container-fluid .clear {
  clear: both; }
.container-fluid .noClear {
  clear: none; }
.callerInfo
{
	display:none;
}
.SkN .nav-tabs > li.btn-navigation.active > a,.SkN .nav-tabs > li.btn-navigation > a:focus,.SkN .nav-tabs > li.btn-navigation > a:hover {
background-color:#27a9d0!important;
border:none;
margin-right:0px!important;
color:#fff;
}
.tryg-summary.SkN .tryg-form-group {
padding:10px!important;
}
.tryg-summary.SkN .tryg-checkbox{
	margin:0px!important;
}
.tryg-summary.SkN .summaryContent .tryg-form-group {
    padding:0px!important;
}
.tryg-summary.SkN .summaryContent .tryg-form-group a{
    line-height:14px;
}
.container-fluid .tryg-checkbox input[type="checkbox"]:checked + label::before, .container-fluid .tryg-checkbox input[type="checkbox"].active + label::before {
  background-color: #b4e2bd;
  cursor: pointer; }

.dottedBorder{
	border-style: none;
    border-bottom-style: dashed;
    padding: 0 0 23px 0;
}

.container-fluid .tryg-summary.SkN .tryg-checkbox label {
  cursor: auto; }

.container-fluid .tryg-checkbox input[type="checkbox"]:checked + label::before,.container-fluid .tryg-checkbox input[type="checkbox"].active + label::before,
.container-fluid .tryg-checkbox label::after,
.container-fluid .tryg-checkbox label::before {
  cursor: pointer; }
.helptextHeader {
  padding: 10px;
  margin: 10px 10px 10px 0px;
  font-size: 14px !important;
  clear: both;
  background: #D9EDF7;
  border-radius: 4px; }
.modal-body label{
font-size:1.6rem;
}
.container-fluid .modal-body .form-border .tryg-label{
	width:auto;
}
.container-fluid .modal-body .tryg-label-modal{
	 border: none;
	 background-color: transparent;
	 color: black;
	 padding-left: 0px;
}
.container-fluid .modal-body input[type="text"]:disabled{
  margin-left: 10px;
   margin-top: -8px;
   font-weight:bold;
}
@media screen and (max-width: 720px) {
  .hideBanner {
    display: none; }
  img.key {
    padding-top:5px;
    width:100px;
    height:50px;
   }
   .container-fluid .tryg-label{
    	padding-right: 16px;
   } }
.tryg-summary .headerClassLarge{
margin-bottom:10px;
}
.container-fluid .tryg-form-group .tryg-label, fieldset.tryg-form-group legend{
	width: 35.99%;
	padding: 0px;
}

h4.modal-title .trygg-label__text {
	font-size:18px;
	}
.SkN .tryg-claimants__item:last-child, .tryg-subjects__item:last-child,.SkN .tryg-claimants__item:nth-last-child(2), .tryg-subjects__item:nth-last-child(2){
border-bottom:none!important;
margin:0px!important;
padding:0px!important;
}
.SkN .tryg-claimants__item:last-child, .tryg-subjects__item:last-child{
border-bottom:1px solid #e1e1e1!important;
margin:0px!important;
padding:0px!important;
}
.container-fluid .tryg-label__help{
	width: inherit;
	padding-left:0;
}
.container-fluid .optionalInput{
	position: relative;
}
.container-fluid .optionalInput {
  vertical-align: initial;
 }
 .container-fluid .tryg-summary .tryg-form-group{
  height: auto;
 }
 .container-fluid .tryg-label__help-icon {
  	margin:0 0 0 7px;
}
.bulletPointList{
	padding-left: 35px !important;
    background-color: #ffffff;
    font-size: 1.6rem;
    list-style-type: disc !important;
}
.SkN .pager button.previous:focus,.SkN .pager button.next:focus {
    box-shadow: 0px 0px 6px #3399ff; }
.container-fluid .pager div.store button.store{
    color: #27a9d0;
}
.pager button.previous:focus, .pager button.next:focus, .pager button.store:focus{
    outline: 1px solid #27a9d0;
}
.container-fluid .pager span.buttonText,
.container-fluid .pager span.buttonConfirmationText,
.container-fluid .pager span.buttonNextText,
.container-fluid .pager #navigateToChooseProduct span.buttonNextText,
#navigateToChooseProduct .container-fluid .pager span.buttonNextText
{
    position:relative\0/;
    top:21px\0/;
    left:60px\0/;
}
.container-fluid .pager button.next--text{
    top:14px\0/;
}
.container-fluid .tryg-label label.gryFrameContent{
border: none;
padding: 0px;
margin:0;
box-shadow: none;
background: none;
}
.container-fluid  .gryFrameContent{
padding: 10px;
margin:5px 0;
background: #fcf8e3;
}
.container-fluid  .tryg-summary a{
line-height:30px;
}

.SkN .tryg-summary .modal-header .close{
   visibility:visible!important;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}
.tryg-summary.SkN .summaryContent .tryg-form-group .tryg-label {
    width: 50%;
}

.container-fluid .tryg-summary .summaryContent .tryg-form-group h5 {
    font-size: 1.4rem;
    padding: 0px 10px 0px 0px;
}
.tryg-summary.SkN .summaryContent .tryg-form-group .tryg-radio-wrapper {
    width: auto;
}
.tryg-summary.SkN .summaryContent .tryg-form-group p {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    left: 10px;
    white-space: pre-line;
    word-wrap: break-word;
}
.tryg-summary.SkN .summaryContent .tryg-form-group .tryg-textarea{
    width: auto;
}
.tryg-summary.SkN .tryg-form-group {
    min-height: auto;
    margin: 10px 0px 0px 10px;
    padding:0px!important;
}
.tryg-summary.SkN .summaryContent .tryg-form-group {
    min-height: auto;
    margin:0px!important;
 }
.SkN .tryg-claimants__list .tryg-form-group,.SkN .tryg-subject__list .tryg-form-group,.SkN .tryg-attachment__list .tryg-form-group {
    min-height: auto;
    margin:10px!important;
 }
  #summaryPage .summaryContent{
width:100%!important;
 }

  /* Visual Marker CSS */

 .back-red {
  background-color: rgba(255, 0, 0, 0.8);
  opacity: 0.6;
  color: red;
  text-align: center;
  border: 1px solid #000; }

.thirdLeft:active, .thirdRight:active {
  background-color: rgba(255, 0, 0, 0.6);
  opacity: 0.6;
  width: 100px; }

.carWrapper {
	height: auto;
	width: 312px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url("/static/images/bil.png");
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(90deg);
	margin: -100px 100px 0px 150px;
	padding: 0px 15px 0px 15px;
	position: relative;
	bottom: -90px;
	clear: both;
}

.carWrapper .firstLeft {
	height: 153px;
	width: 110px;
	margin: 0px 0px 0px 17px !important;
	border-top-left-radius: 6em;
}

.carWrapper .firstLeft:hover {
	background-color: #565198;
	opacity: 0.6;
	border-top-left-radius: 6em;
	width: 110px;
	margin: 0px 0px 0px 0px;
}

.carWrapper .firstRight {
	height: 153px;
	width: 104px;
	margin: 0px 0px 0px 1px !important;
	padding: 10px;
	border-top-right-radius: 6em;
}

.carWrapper .firstRight:hover {
	background-color: #565198;
	opacity: 0.6;
	border-top-right-radius: 6em;
	width: 103px;
	margin: 0px 0px 0px 0px;
}

.carWrapper .secondLeft {
	height: 276px;
	width: 110px;
	margin: 1px 0px 0px 17px !important;
}

.carWrapper .secondLeft:hover {
	background-color: #565198;
	opacity: 0.6;
	width: 110px;
}

.carWrapper .secondRight {
	height: 276px;
	margin: 1px 0px 0px 1px !important;
	width: 104px;
}

.carWrapper .secondRight:hover {
	width: 104px;
	background-color: #565198;
	opacity: 0.6;
}

.carWrapper .thirdLeft {
	height: 138px;
	width: 110px;
	margin: 1px 0px 0px 17px;
	padding: 10px;
	right: -22px;
	border-bottom-left-radius: 6em;
}

.carWrapper .thirdLeft:hover {
	background-color: #565198;
	opacity: 0.6;
	width: 111px;
	margin: 1px 0 0 17px;
}

.carWrapper .thirdRight {
	height: 138px;
	width: 104px;
	margin: 1px 0px 0px 1px !important;
	border-bottom-right-radius: 6em;
}

.carWrapper .thirdRight:hover {
	background-color: #565198;
	opacity: 0.6;
	width: 104px;
}

.caravanWrapper{
	background-image: url("/static/images/camping.png");
    height: auto;
    width: 220px;
	background-repeat:no-repeat;
	cursor:pointer;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin: -150px 100px 0px 170px;
    padding:0px 15px 0px 15px;
    position:relative;
    bottom:-90px;
    clear:both;
}

.caravanWrapper .firstLeft{
    height: 180px;
    width: 108px;
    margin: 0px 0px 0px 2px !important;
    border-top-left-radius: 6em;
}
.caravanWrapper .firstLeft:hover{
    background-color: #565198;opacity:0.6;
	border-top-left-radius: 6em;
    height: 180px;
    width: 108px;
	margin: 0 0 0 0;
}
.caravanWrapper .firstRight{
    height: 180px;
    width: 107px;
    margin: 0px 0 0 1px !important;
    padding: 10px;
    border-top-right-radius: 6em;
}
.caravanWrapper .firstRight:hover{
    background-color: #565198;opacity:0.6;
	border-top-right-radius: 6em;
    height: 180px;
    width: 107px;
	margin: 0 0 0 0;
}
.caravanWrapper .secondLeft{
    height: 180px;
    width: 107px !important;
    margin: 1px 0 0 2px;

}
.caravanWrapper .secondLeft:hover{
	background-color: #565198;
    opacity: 0.6;
    height: 180px;
    width: 107px !important;
}

.caravanWrapper .secondRight{
    height: 180px;
    margin: 1px 0 0 2px;
    width: 108px !important;

}
.caravanWrapper .secondRight:hover{
    width:  108px !important;
    background-color: #565198;
    opacity: 0.6;
}
.caravanWrapper .thirdLeft{
	width: 108px;
	height: 192px;
    margin: 1px 0 0 1px;
	border-radius:  0px 0px 0px 34px;
	-moz-border-radius:  0px 0px 0px 34px;
    -webkit-border-radius: 0px 0px 0px 34px;
	border: 0px solid #000000;}

.caravanWrapper .thirdLeft:hover {
	background-color: #565198;
    opacity: 0.6;
	height: 192px;
	width: 110px;
}
 .caravanWrapper .thirdRight{
    opacity: 0.6;
	height: 192px;
    width: 108px;
    margin: 2px 0 0 1px;
	border-radius: 0px 0px 28px 0px;
	-moz-border-radius: 0px 0px 28px 0px;
	-webkit-border-radius: 0px 0px 28px 0px;

}
.caravanWrapper .thirdRight:hover {
     background-color: #565198;
    opacity: 0.6;
	height: 192px;
    width: 108px;
}

.mcWrapper{
	background-image: url("/static/images/mc.png");
	height:auto;
	width:116px;
	background-repeat:no-repeat;
	cursor:pointer;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin: -100px 100px 0px 150px;
    padding:0px 15px 0px 15px;
    position:relative;
    bottom:-90px;
    clear:both;
}

.mcWrapper .firstLeft{
	height: 72px;
	width: 58px;
    margin:0px 0px 0px 0px !important;
    border-top-left-radius: 6em;
}
.mcWrapper .firstLeft:hover{
    background-color: #565198;opacity:0.6;
	border-top-left-radius: 6em;
	width: 58px;
	margin: 0 0 0 0;
}
.mcWrapper .firstRight{
    height: 71px;
	width:55px;
    margin: 0px 0 0 1px !important;
    padding: 10px;
    border-top-right-radius: 6em;
}
.mcWrapper .firstRight:hover{
    background-color: #565198;opacity:0.6;
	border-top-right-radius: 6em;
	width:56px;
	margin: 0 0 0 0;
}
.mcWrapper .secondLeft{
    height: 148px;
	width: 56px !important;
    margin: 0px 0 0 1px !important;

}
.mcWrapper .secondLeft:hover{
	background-color: #565198;
    opacity: 0.6;
    width: 56px;
}

.mcWrapper .secondRight{
	height: 148px;
    margin: 0px 0 0 1px !important;
    width: 56px !important;

}
.mcWrapper .secondRight:hover{
    width: 56px !important;
    background-color: #565198;
    opacity: 0.6;

}
.mcWrapper .thirdLeft{
	height: 81px;
    width: 56px;
    margin: 0px 0 0 1px !important;
    padding: 10px;
    border-bottom-left-radius: 6em;

}
.mcWrapper .thirdLeft:hover {
	background-color: #565198;
    opacity: 0.6;
	height: 81px;
    width: 56px;
}
.mcWrapper .thirdRight{
    height: 81px;
    width: 56px;
    margin: 0px 0 0 1px !important;
    border-bottom-right-radius: 6em;

}
.mcWrapper .thirdRight:hover {
   background-color: #565198;
    opacity: 0.6;
	height: 81px;
    width: 56px;
	margin: 0px 0 0 1px !important;
}

.trygg-summary-page .tryg-maps,  table.tableList > tbody > tr > td:first-child{
	display:none;
}
.tryg-maps{
width:100%!important;
min-height:350px;
margin-bottom:20px;
top:10px;
}

.register_link{
	font-family: inherit;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    color: green;
    cursor: pointer;
    margin: 0 0 0 -3px;
    width: 100%;
    display: inline-block;
    float: left;
   }
 .register_btn{
    cursor: pointer;
    display: inline-block;
    color: green;
    font-size: 16px;
    margin: 0px 0 0 10px!important;
    position:relative;
 }
 p.itemization {
  width: 100%;
 }
 .registrere_header{
  float: left;
  width: 100%;
  margin-bottom: 0px
 }
  .register_link:link, .register_link:active ,.register_link:hover , .register_link:visited{
  color: green;
 }

.tableList{
	margin-top:10px;
}
.highlightRow{
	background-color:#b4e2bd!important;
	font-weight:bold;
}
table.tableList > tbody > tr{
	 cursor: pointer;
}
.table > tbody > tr:hover	{
	background-color:#b4e2bd!important;
}

.table-responsive{
	margin-left:-15px;
	max-height:400px;
	clear:both;
}

#summaryPage .carWrapper,#summaryPage .caravanWrapper,#summaryPage .mcWrapper{
  pointer-events: none; }

#summaryPage .table-responsive{
	margin-left:0px;
}

#summaryPage .toggleMap{
	display:none;
}

.tryg-label-image,.tryg-label-image label{
float:none!important;
width:100%!important;
}

#unionProduct tr, #unionInsuredObject tr {
	display: table;
	width: 100%;
}

#unionProduct td.tableRow, #unionInsuredObject td.tableRow {
	display: table-row;
}
.freetext {
	position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index:999;
    width: 400px;
    height: auto;
    border:8px solid #cecece;
    border-top:20px solid #cecece;
    right:34px;
    cursor:move;
    display:none;
}
textarea.note,textarea.noteDisabled,.noteDisabled,.note  {
width:100%;
padding:0px!important;
}

.table#ua > tbody > tr:hover	{
	background-color:transparent!important;
}

.pdf-img {
	width: 20px!important;
	height: 20px!important;
}

.pdf-img:hover {
	cursor: pointer;
}

pre.confirmation__text{
    font-size: 1.6rem;
    font-family: Tahoma, Geneva, sans-serif;
    color: #545454;
    white-space:pre-line;
}
.container .pager button.next--text{
	display:block;
	margin-top: 10%;
	background-color: #00ce00;
  	-webkit-border-radius: 4;
  	-moz-border-radius: 4;
 	border-radius: 4px;
  	padding: 8px;
  	text-decoration: none;}
.container .pager span.buttonNextText{
	visibility: visible !important;
	color: #ffffff;
	font-weight:bold;}
 @media screen and (max-width: 500px) {
	.container .pager button.next--text{
	    margin-top: 20%;
	    left:0;
	} }
.presTreeElementHeader {
	clear:both;
}
#summaryPage.iconListHeader  {
	font-weight:bold;
	color:#8a6d3b;
}
.iconListHeader  {
	margin-top:20px;
	clear:both;
}
.iconListHeader .tryg-label label  {
	color: #8a6d3b;
    font-weight: 900!important;
}

h1.h1, h2.h2, h3.h3{
border-color: #faebcc;
    color: #8a6d3b;
    font-weight: bold !important;
    padding: 10px;
    margin: 10px 5px 10px 5px;
    font-size: 14px !important;
    clear: both;
}

.datepickerDropdown .datepickerNavigation, .datepickerDropdown table.datepicker-grid th, .datepickerDropdown table.datepicker-grid td.day,
.datepickerDropdown table.datepicker-grid td.old, .datepickerDropdown table.datepicker-grid td.new, .datepickerDropdown table tr td, .datepickerDropdown table tr th,
.datepicker-button, .datepicker-weekdays{height:30px!important;}
.datepickerDropdown div.datepicker-month{font-size:16px;}
.datepickerDropdown{margin-top:0px;border: 1px solid #222222;position:absolute;top:35px!important;z-index:999;right: 10px;width: 62%;}
.addFocusBorder{border: 1px solid #222222!important;}
.relPosition{position:relative;}