﻿@import url('https://use.typekit.net/tve5qas.css');
/*#region FX variables */
/*#endregion */
/*#region Bootstrap variables */
/*@link-hover-decoration: none;*/
/*#endregion */
/*  
    De standaard bootstrap variables laden we niet in, deze worden in de webshop less
    files ingevuld door webshop-variables
    @import "variables.less";
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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: 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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .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('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('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: rgba(0, 0, 0, 0);
}
body {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #1D2B1D;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1D2B1D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 12px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.38);
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgba(0, 0, 0, 0.38);
}
.text-primary {
  color: #80bd01;
}
a.text-primary:hover {
  color: #5e8a01;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #10B9EE;
}
a.text-info:hover {
  color: #0d94be;
}
.text-warning {
  color: #FFC61D;
}
a.text-warning:hover {
  color: #e9ae00;
}
.text-danger {
  color: #EE105C;
}
a.text-danger:hover {
  color: #be0d4a;
}
.bg-primary {
  color: #fff;
  background-color: #80bd01;
}
a.bg-primary:hover {
  background-color: #5e8a01;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
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: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 rgba(0, 0, 0, 0.38);
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid rgba(0, 0, 0, 0.12);
}
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.42857143;
  color: rgba(0, 0, 0, 0.38);
}
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 rgba(0, 0, 0, 0.12);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 8px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  position: relative;
  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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.38);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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: #f8f8f8;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 15.75px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.87);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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: 15px;
  line-height: 1.42857143;
  color: #1D2B1D;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #1D2B1D;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DEDEDE;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #80bd01;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 189, 1, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 189, 1, 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: rgba(0, 0, 0, 0.12);
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
select.form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 34px;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 12px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 12px;
}
select.form-group-lg .form-control {
  height: 48px;
  line-height: 48px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  min-height: 40px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.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: #FFC61D;
}
.has-warning .form-control {
  border-color: #FFC61D;
  -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: #e9ae00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe083;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe083;
}
.has-warning .input-group-addon {
  color: #FFC61D;
  border-color: #FFC61D;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #FFC61D;
}
.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: #EE105C;
}
.has-error .form-control {
  border-color: #EE105C;
  -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: #be0d4a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f56f9d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f56f9d;
}
.has-error .input-group-addon {
  color: #EE105C;
  border-color: #EE105C;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #EE105C;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #507750;
}
@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: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  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: 15px;
  line-height: 1.42857143;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  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,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #FFC61D;
  border-color: #ffc003;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e9ae00;
  border-color: #c59400;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #FFC61D;
  border-color: #ffc003;
}
.btn-primary .badge {
  color: #FFC61D;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1D2B1D;
  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: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 12px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
.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%;
}
.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-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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  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: #80bd01;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgba(0, 0, 0, 0.38);
}
.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: 13px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.38);
  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 solid;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn: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 > .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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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) > .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 {
  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 > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  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: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 12px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #1D2B1D;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.12);
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 12px;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: rgba(0, 0, 0, 0.12);
}
.nav > li.disabled > a {
  color: rgba(0, 0, 0, 0.38);
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: #1D2B1D;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 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.42857143;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12) #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: rgba(0, 0, 0, 0.54);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 8px;
}
.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: #80bd01;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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: 72px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: left;
  padding: 25.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 72px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
}
.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: 12.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    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: 21px;
  }
  .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;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25.5px;
    padding-bottom: 25.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 18.5px;
  margin-bottom: 18.5px;
}
@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 (min-width: 768px) {
  .navbar-form .control-label {
    margin-right: 2px;
  }
  .navbar-form .form-group {
    margin-right: 10px;
  }
}
.navbar-form .checkbox input[type=checkbox] {
  margin-right: 5px;
}
.navbar-form .form-control.form-control-small {
  width: 100px;
}
@media (min-width: 768px) {
  .navbar-form .form-control.form-control-medium {
    width: 200px;
  }
  .navbar-form .form-control.form-control-large {
    width: 350px;
  }
}
@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: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-sm {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-xs {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-text {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: rgba(38, 38, 38, 0.38);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgba(38, 38, 38, 0.38);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(38, 38, 38, 0.38);
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(38, 38, 38, 0.38);
  }
  .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: #080808;
  }
  .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: rgba(38, 38, 38, 0.38);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgba(38, 38, 38, 0.38);
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgba(0, 0, 0, 0.38);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 8px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1D2B1D;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.12);
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #80bd01;
  border-color: #80bd01;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgba(0, 0, 0, 0.38);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.12);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgba(0, 0, 0, 0.38);
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: rgba(0, 0, 0, 0.38);
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgba(0, 0, 0, 0.38);
}
.label-primary {
  background-color: #80bd01;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #5e8a01;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #10B9EE;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0d94be;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #EE105C;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #be0d4a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1D2B1D;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.12);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1D2B1D;
}
.thumbnail .caption {
  padding: 9px;
  color: #1D2B1D;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.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: #d9edf7;
  border-color: #bce8f1;
  color: #10B9EE;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #0d94be;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #FFC61D;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #e9ae00;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #EE105C;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #be0d4a;
}
@-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: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 8px;
  -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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #80bd01;
  -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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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: 8px;
  border-top-left-radius: 8px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
  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: rgba(0, 0, 0, 0.38);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #80bd01;
  border-color: #80bd01;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #d9fe8c;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #10B9EE;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #10B9EE;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #10B9EE;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #10B9EE;
  border-color: #10B9EE;
}
.list-group-item-warning {
  color: #FFC61D;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #FFC61D;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #FFC61D;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FFC61D;
  border-color: #FFC61D;
}
.list-group-item-danger {
  color: #EE105C;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #EE105C;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #EE105C;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #EE105C;
  border-color: #EE105C;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  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: 7px;
  border-bottom-left-radius: 7px;
}
.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: 7px;
  border-top-left-radius: 7px;
}
.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: 7px;
  border-bottom-left-radius: 7px;
}
.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: 7px;
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 7px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 7px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 7px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 7px;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
}
.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: transparent;
}
.panel-default > .panel-heading {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #80bd01;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #80bd01;
  border-color: #80bd01;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #80bd01;
}
.panel-primary > .panel-heading .badge {
  color: #80bd01;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #80bd01;
}
.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: #10B9EE;
  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: #10B9EE;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #FFC61D;
  background-color: #fff;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #FFC61D;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #EE105C;
  background-color: #fff;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #EE105C;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.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%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 12px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
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: 12px;
  -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 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 8050;
  display: block;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 8px;
}
.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: 'proxima-nova', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 11px 11px 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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
@font-face {
  font-family: 'fx-custom-font';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAxEAAAC8AAAAYGNtYXAaVsyTAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zt08hloAAAF4AAAQQGhlYWQGl8FBAAARuAAAADZoaGVhB8ID0gAAEfAAAAAkaG10eDoABJ8AABIUAAAARGxvY2EcHCCwAAASWAAAACRtYXhwACEBKQAAEnwAAAAgbmFtZWzGbMcAABKcAAAB2nBvc3QAAwAAAAAUeAAAACAAAwPbAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmDAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg5gz//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAP/wgP+A70AFAA/AGwAAAEiDgIVFB4CMzAyMSERNC4CIwE0Ji8BJiIHBhQfAR4BMyM4ASMiLgInOAExPAE1LgE9ATM1MhYXHgEdARc+ATU0LgIjIg4CFRQeAjMyNjcjDgEjIi4CNTQ+AjMyHgIVFAYHFQH/VpZvQUJwmFUBAZdAcJVWARsEAeYKGgkJCeYCBAHJASpNPi0KAwPyO2QhGRymHSFQirlqarmLUFGKumpBeTaBGzcdYKl+SUl+qWBgqX1IBgoDXEBvllZVlm9BAZlVl3BB/XUBBAHnCQkJGwnmAQQcMUMnAQIBDh0O8wEzKiBMK8kCNnlBabqLUFCLumlquYpQIR0KBkl+qWBgqH5JSX6pYB03G4EAAAQABP/BA/wDuQAMACIANwBMAAABFAYjIiY1NDYzMhYVByMiDgIHHgMzMj4CNy4DIwMiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMCm1pAQFtbQEBamAIyXUs0CRM7SFUuLlRJOhMGMkxgNANpuYpQUIq5aWm5ilBQirlpYap/SUl/qmFhqn9JSX+qYQIBQFtbQEBaWkDBDRAQBCY/LRkYLT4nAhASDgJ5UIq5aWm5ilBQirlpabmKUPwxSX+qYWGqfkpKfqphYap/SQAABgAH/8YEAAO/ABQAKQBSAHsAvQDLAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjAycmNDc2Mh8BMhYxNTQmJy4BIzEjFRQWFzAUMTgBMR4BMzgBMTMiJjEzNzY0JyYiDwEiFCM1NDY3PgEzMTMVFAYHIjAVOAExDgEjOAExIzI2MRcuASsBNT4BNTAmIyIGBy4BIyIGMRQWFxUjIgYHDgEVFBYXHgEzMhYfAR4BOwE6ATsBMjY/AT4BMzI2Nz4BNTQmJwM+ATcuASsBIgYHHgEXAgRquYpQUIq5amm5ilBQirlpYat/SUl/q2Fgq39JSX+rYElHAwMDCANGAQEJBwofEksBAQYpGj4BAZBHAwMDCAJHAQEJBwseEkwBAQEGKBs+AQFkBB0QcRpgAhsaSAIDSBobB1sZaxEcBAQGAwECEgMECQQYAxwQHhAvEBwQHAQYAwgDAwkEBAYGBKsCGhMHFxABEBcHEhsBA79QirlqabmKUFCKuWlquYpQ/DBJf6tgYat/SUl/q2Fgq39JAY5HAwgDAwNHAj4NGAkOD0sFCAUBGCABRwMIAwMDRwI+DRgJDg9LBQgFARggASECBqkISFdFRwMDR0VTSAqrBgICDwEBBwQEBhcQcxAUExB1EBYCAgIPAQEPAgFtAhoQDBcXDRAZAgAPAAT/zQPuA7cAFAApAD0AUQBlAHkAjQChALUAyQDdAPEBBQEZASYAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMRMhYzPgE1NCYxIzAGFRQWFz4BMxUqAScOARUUFjEzMDY1NCYnIgYjJz4BNz4BNy4BJyYGOQEwBhceARcXDgEHDgEHHgEXFjYxMzA2Jy4BJyUeARc+ATc+ATcuAScmBjEHMAYXBS4BJw4BBw4BBx4BFxY2MTUwNiclJjQ1PAE1LgEjIgYxFTAWMzI2NyU1MCYjIgYHFBYVFBYHHgEzMjYxBS4BJw4BBwYWOQEwFjc+ATcuASc3HgEXPgE3NiYxJzAmBw4BBx4BFwcOAQcGFjEXMBY3PgE3LgEnLgEnNz4BNzYmMSMwJgcOAQcyFhceARcXFAYjIiY1NDYzMhYVAflot4hOToi3aGi2iE9PiLZoYKh9SEh9qGBfqH1JSX2oXwIFAgkOIAEgDgoCBQICBQIKDiABIA4JAgUCMwIDAwIEAg09ERUhFxUQVh1mAgQCAgQCDD4QFSEBFhQRVhz+sh2GKAECAgECAh95HCQZAQckAjUchygBAgEBAwIfeR0kGQck/pABKJAhKQYGKSGQKQG3CCkhkikBAQEpkSEpCP5TAQIBJ4cdIwcZJBx5HwICApYCAgEohxwkBgEZJB15HwICAX0dVREVFwEgFRE9DQIFAgIEAWYcVhEUFgEhFBE+DAIEAgIEAg8mHBsnJxscJgO3T4i2aGi2iU5OibZoaLaIT/w+SH2oYF+ofUlJfahfYKd+SAInASmQISoHByohkikBAq4BKY8hKQcHKSGRKQOdAQMBAQIBKIccJAcZJB14H4wBAwEBAgEohx0kBxokHHkfwxA+DAIEAgIEAhxWEBUWASEV+xA+DQIEAgIFAR1WEBUWASEVdAMEAwIFAgkOIAEgDgkJASAOCQIFAgMEAwkOICsCBAIMPhAVIRcVEFYcAgQCVwIEAw0+EBUhARYVEFYdAQQCch55HSMZAQckHYYoAQIBAgIBjB95HSMaByQdhygCAQICAkUcJyccGycnGwAAAAMAI//VA+UDlwAUACkAdgAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CIxM8ATU0JiMqATEwNDU0JiMiBhUcATEqATEiBhUcARUiJjEiBhUUFjMyNjceATMyNjceARcWBjEzMCY3PgE3HgEzMjY3HgEzMjY1NCYnAgRkr4NLS4OvZGSvgkxMgq9kXKF4RkZ4oVxcoXhFRXihXNZALgEBQC4uQAEBLkABAS5AQC4PHA0MHBAPHQwFCwYKIW0iCgcOBwwdDw8bCwwbDy1BPywDl0yDr2Nkr4NLS4OvZGOvg0z8ZEZ4oVxboXlFRXmhW1yheEYCDwEBAS1BAQEtQUEtAQFBLQEBAQFBLi1BCAgICAgIAwUCNnFvNgIGBAgICAYGCEEtLUABAAADAAH/vwP6A7gAFAApADkAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMDFTMVIxUzFSMVMxUjFTMRAf5puopQUIq6aWm5ilBQirlpYap/Skp/qmFhqn9JSX+qYUtNTU1NTU2aA7hQirlqabmKUFCKuWlquYpQ/DBJf6tgYat/SUl/q2Fgq39JAwuAGZoamRqAAoAAAAAABAAL/88D9wO6ABQAKQA6AD8AAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMBFAYjISImPQE0NjMhMhYdAQUhEyETAgFotolPT4m2aGi3iE9PiLdoX6h+SEh+qF9gqH1JSX2oYAFMHRD91g8aGg8CKhAd/sH++koBc0sDuk+It2dot4hPT4i3aGe3iE/8PUl9qGBfqH5ISH6oX2CofUkCGw8QEA8DDxwcDwM4/rMBTQAAAAABAZoAKgJmA2oADwAAARUzFSMVMxUjFTMVIxUzEQGac3Nzc3NzzANqtDOmM5ozswNAAAAAAgBmAKYDjQLNABAAFQAAARQGIyEiJj0BNDYzITIWHQEFIRMhEwONHBP9NxMcHBMCyRMc/nD+r18B3l8CmhMhIRMDEx0dEwNN/lkBpwAAAAAEATkAMwMTA1oAKABRAHsAiQAAAScmNDc2Mh8BFBYxNTQmJy4BIzEjFRQWFzAUMzAUMR4BMzgBMTM0JjEzNzY0JyYiDwEUBjE1NDY3PgEzMTMVFAYHMBQjMBQxDgEjOAExIzQ2MRcjNT4BNTAmIyIGBy4BIyIGMRQWFxUjIgYdARQWOwEXMzczMjY9ATQmIwM+ATcuASsBIgYHHgEXAdVSAwMDCgNSAQkJDCQUVwEBAQcuH0cColIDAwMKA1IBCggMJBRXAQEBBy4fRwJorBN3Ax8eVAIDVB4eBGMnswkREQkTL/kuDwkLCwm6AR8VCBoTARIbCBUfAgF4UgMKAwMDUgEBRw8cCw8SVwUKBQEBHCUBAVIDCgMDA1IBAUcPHAsPElcFCgUBARwlAQEr0ApTYlBTAwNTUGFUCtAJCgQJE+fnEwkECgkBpwIkEg4gIA4TIwIADQBmACYDjQNNABcALwBDAFcAawB/AJcArwDDANcA6wD/AQwAAAEyFjM+AzU0JjkBMAYVFB4CFzIWMxUiJiMOAxUUFjkBMDY1NC4CJyImIyc+ATc+ATMuAScmBjkBMAYXHgEXFw4BBw4BBx4BFxY2OQEwNicuASclHgEXPgE3PgE3LgEnJgYxBzAGFwEuAScOAQcOAQceARcWNjE1MDYnJTQmNTQ2NS4DIyIGMRUwFjMyPgI3JTUwJiMiDgIHFgYVFAYVHgMzMjYxBS4BJw4BBwYWMRUwFjc+ATcuASc3HgEVPgE3NiY5ATAmBw4BBx4BFwcOAQcGFjEXMBY3PgE3LgEnLgEnNz4BNzYmMScwJgcOAQceARceARcXFAYjIiY1NDYzMhYVAfkDBQIFCQcEIyIEBgkFAwUCAgUDBQkGBCIjBAcJBQIFAzcCBQICBAMOQhEWJBgWEVwebQEEAgMEAw5CERYkGBYRXB/+nB+QKgECAgEDASGBHiYbAQcmAlwfkCsBAgEBAwIigR4mHAcm/nYBARZFSEESLBUVLBJBSEUWAfAWLBFAR0QWAQICFkVIQRIsFf4bAQIBKpAfJggbJh+AIQEDAqEBAyuQHyYHGycegiECAwGHHlsSFhgBIxYSQQ4DBAMCBAJuHlwRFhcBJBYRQg4DBAICBQIQKR4dKSkdHikCFwEWRUhBEiwVFSwSP0dEFQS6ARZFSUERLBYWLBFAR0QVBKcCAwEBAyuQHyYIGyYfgSGVAQMBAQMBKpAfJgcbJx6BIdESQQ4CBQIDAwIeXBIWGAEjFv7zEkINAgQCAgUCHlwSFhgBIxZ9AgUDAgUDBAkHBCIBIgQHCQUJASIEBwkEAwUCAwUCBQkHBCIuAwQCDUISFiMBGBYSXB4CBAJdAgUCDUISFiQYFhJcHgIEAnkhgR8mGgEHJh6QKwECAQICApUhgR8mGwEHJx6RKgECAQICAkodKiodHSoqHQAAAAABAD8AMwO3A14ATAAAATwBNTQmIyoBIzwBNTQmIyIGFRwBFSoBIyIGFRwBFSoBIyIGFRQWMzI2Nx4BMzI2Nx4BFxYGMTMwJjc+ATceATMyNjceATMyNjU0JicDKFY9AQEBVj0+VgEBAT1WAQEBPVZWPRUmEBEmFBUmEQYPCA4tki0NChMJECYVEyUPECQUPVZTPAIyAQEBPVYBAQE9VlY9AQEBVj0BAQFWPT5WCwoKCwsKBAcDUo2LUgMIBQoLCggIClY+PFUCAAUAgP/2A40DhwAiACcALAAxAFQAABM8ATU8AT0BPAE1PAE9ATQmIyIGFREUFjMyNjU8ATU8AT0BFSEVITURIRUhNREhFSE1JSIGHQEcARUcAR0BHAEVHAEdARwBFRwBFRQWMzI2NRE0JiPNFRIRFRUREhUCZv2aAmb9mgJm/ZoCkxEcHBERHBwRAUQXORESORddFzkREToXKRcgIBf83hchHhUVNhIRORddkVlZARpNTQEmWVmUIBcpFzoRETkXXRc5EhE5F10XORESNhUVHSAXAyIXIAAAAAEAAAABAACOKkKvXw889QALBAAAAAAA0bw+YwAAAADRvD5jAAD/vwQAA78AAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAABEEAAAAAAAAAAAAAAACAAAABAAAAwQAAAQEAAAHBAAABAQAACMEAAABBAAACwQAAZoEAABmBAABOQQAAGYEAAA/BAAAgAAAAAAACgAUAB4ArAEWAhYDrAREBJQE8gUMBTQF3gdQB7QIIAABAAAAEQEnAA8AAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIABwCfAAEAAAAAAAMADgBLAAEAAAAAAAQADgC0AAEAAAAAAAUACwAqAAEAAAAAAAYADgB1AAEAAAAAAAoAGgDeAAMAAQQJAAEAHAAOAAMAAQQJAAIADgCmAAMAAQQJAAMAHABZAAMAAQQJAAQAHADCAAMAAQQJAAUAFgA1AAMAAQQJAAYAHACDAAMAAQQJAAoANAD4ZngtY3VzdG9tLWZvbnQAZgB4AC0AYwB1AHMAdABvAG0ALQBmAG8AbgB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwZngtY3VzdG9tLWZvbnQAZgB4AC0AYwB1AHMAdABvAG0ALQBmAG8AbgB0ZngtY3VzdG9tLWZvbnQAZgB4AC0AYwB1AHMAdABvAG0ALQBmAG8AbgB0UmVndWxhcgBSAGUAZwB1AGwAYQByZngtY3VzdG9tLWZvbnQAZgB4AC0AYwB1AHMAdABvAG0ALQBmAG8AbgB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="fx-icon-"],
[class*=" fx-icon-"] {
  font-family: 'fx-custom-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fx-icon-deensekar:before {
  content: "\e60c";
}
.fx-icon-kamerplanten:before {
  content: "\e609";
}
.fx-icon-snijbloemen:before {
  content: "\e60a";
}
.fx-icon-buitenplanten:before {
  content: "\e60b";
}
.fx-icon-hoogte:before {
  content: "\e607";
}
.fx-icon-potmaat:before {
  content: "\e608";
}
.fx-icon-hoogte-circle:before {
  content: "\e605";
}
.fx-icon-potmaat-circle:before {
  content: "\e606";
}
.fx-icon-floraxchange:before {
  content: "\e600";
}
.fx-icon-user:before {
  content: "\e601";
}
.fx-icon-kamerplanten-circle:before {
  content: "\e602";
}
.fx-icon-snijbloemen-circle:before {
  content: "\e603";
}
.fx-icon-buitenplanten-circle:before {
  content: "\e604";
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #5cb85c;
}
.toast-error {
  background-color: #d9534f;
}
.toast-info {
  background-color: #5bc0de;
}
.toast-warning {
  background-color: #f0ad4e;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.datepicker {
  border-radius: 8px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.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-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.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.old,
.datepicker table tr td.new {
  color: #cccccc;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #cccccc;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #cccccc;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.today .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #afd9ee;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #d9edf7;
  color: #cccccc;
}
.datepicker table tr td.range {
  color: #000;
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.datepicker table tr td.range:hover,
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus,
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}
.datepicker table tr td.range .badge {
  color: rgba(0, 0, 0, 0.12);
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: rgba(0, 0, 0, 0.12);
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: rgba(0, 0, 0, 0.12);
  color: #cccccc;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: rgba(204, 223, 232, 0.56);
  border-color: rgba(134, 178, 201, 0.56);
}
.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: rgba(169, 201, 216, 0.56);
  border-color: rgba(91, 152, 182, 0.56);
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: rgba(204, 223, 232, 0.56);
  border-color: rgba(134, 178, 201, 0.56);
}
.datepicker table tr td.range.highlighted .badge {
  color: rgba(204, 223, 232, 0.56);
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: rgba(169, 201, 216, 0.56);
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: rgba(204, 223, 232, 0.56);
  color: #cccccc;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: rgba(240, 155, 0, 0.56);
  border-color: rgba(138, 89, 0, 0.56);
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: rgba(189, 122, 0, 0.56);
  border-color: rgba(76, 49, 0, 0.56);
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: rgba(240, 155, 0, 0.56);
  border-color: rgba(138, 89, 0, 0.56);
}
.datepicker table tr td.range.today .badge {
  color: rgba(240, 155, 0, 0.56);
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: rgba(240, 155, 0, 0.56);
  color: #cccccc;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.54);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.54);
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.highlighted.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.highlighted.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.54);
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: rgba(0, 0, 0, 0.38);
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #FFC61D;
  border-color: #ffc003;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #e9ae00;
  border-color: #c59400;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.highlighted,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.highlighted.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.highlighted.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #FFC61D;
  border-color: #ffc003;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #FFC61D;
  background-color: #fff;
}
.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,
.datepicker table tr td span.focused {
  background: rgba(0, 0, 0, 0.12);
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #cccccc;
  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: #FFC61D;
  border-color: #ffc003;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #e9ae00;
  border-color: #c59400;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #FFC61D;
  border-color: #ffc003;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #FFC61D;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #cccccc;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: rgba(0, 0, 0, 0.12);
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
/*.input-daterange {
    width: 100%;

    input {
        text-align: center;
    }

    input:first-child {
        border-radius: 3px 0 0 3px;
    }

    input:last-child {
        border-radius: 0 3px 3px 0;
    }

    .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: @line-height-base;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }
}*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *    Kyle Kemp
 *      - Twitter: @seiyria
 *      - Github:  seiyria
 *    Rohit Kalkur
 *      - Twitter: @Rovolutionary
 *      - Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  min-width: 600px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.8 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
            #COMMON STYLES
    \*------------------------------------*/
  /**
     * Search field in the Select2 dropdown.
     */
  /**
     * No outline for all search fields - in the dropdown
     * and inline in multi Select2s.
     */
  /**
     * Adjust Select2's choices hover and selected styles to match
     * Bootstrap 3's default dropdown styles.
     *
     * @see http://getbootstrap.com/components/#dropdowns
     */
  /**
     * Clear the selection.
     */
  /**
     * Address disabled Select2 styles.
     *
     * @see https://select2.github.io/examples.html#disabled
     * @see http://getbootstrap.com/css/#forms-control-disabled
     */
  /*------------------------------------*\
            #DROPDOWN
    \*------------------------------------*/
  /**
     * Dropdown border color and box-shadow.
     */
  /**
     * Limit the dropdown height.
     */
  /*------------------------------------*\
            #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
        #MULTIPLE SELECT2
    \*------------------------------------*/
  /**
     * Address Bootstrap control sizing classes
     *
     * 1. Reset Bootstrap defaults.
     * 2. Adjust the dropdown arrow button icon position.
     *
     * @see http://getbootstrap.com/css/#forms-control-sizes
     */
  /* 1 */
  /*------------------------------------*\
        #RTL SUPPORT
    \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  color: #1D2B1D;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 15px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 8px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  color: #1D2B1D;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 15px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
         * Firefox 19+
         *
         * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
         */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
         * Disabled results.
         *
         * @see https://select2.github.io/examples.html#disabled-results
         */
  /**
         * Hover state.
         */
  /**
         * Selected state.
         */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #80bd01;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: rgba(0, 0, 0, 0.38);
  display: block;
  padding: 6px 2px;
  font-size: 13px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: none, 0 0 8px rgba(128, 189, 1, 0.6);
  box-shadow: none, 0 0 8px rgba(128, 189, 1, 0.6);
  -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;
  border-color: #80bd01;
}
.select2-container--bootstrap.select2-container--open {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
  /**
         * Handle border radii of the container when the dropdown is showing.
         */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 5px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #DEDEDE;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.12);
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #80bd01;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 400px;
  }
}
.select2-container--bootstrap .select2-selection--single {
  height: 35px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
         * Adjust the single Select2's dropdown arrow button appearance.
         */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -4px/2;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1D2B1D;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 35px;
  padding: 0;
  height: auto;
  /**
         * Make Multi Select2's choices match Bootstrap 3's default button styles.
         */
  /**
         * Minus 2px borders.
         */
  /**
         * Clear the selection.
         */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #1D2B1D;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 12px/2;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 33px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 6px / 2;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 4px;
  font-size: 13px;
  height: 31px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 31px;
  border-radius: 4px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 13px;
  line-height: 1.5;
  margin: 4px 0 0 10px/2;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 13px;
  height: 29px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 12px;
  font-size: 19px;
  height: 48px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -5px/2;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 48px;
  border-radius: 12px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 16px/2;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 19px;
  height: 46px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
         * Single Select2
         *
         * 1. Makes sure that .select2-selection__placeholder is positioned
         *    correctly.
         */
  /**
         * Multiple Select2
         */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 12px/2;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #FFC61D;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe083;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe083;
  border-color: #e9ae00;
}
.has-warning.select2-drop-active {
  border-color: #e9ae00;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #e9ae00;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #EE105C;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f56f9d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f56f9d;
  border-color: #be0d4a;
}
.has-error.select2-drop-active {
  border-color: #be0d4a;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #be0d4a;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -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;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
     * Adjust z-index like Bootstrap does to show the focus-box-shadow
     * above appended buttons in .input-group and .form-group.
     */
}
.input-group .select2-container--bootstrap.select2-container--open,
.input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.less-gutter {
  margin-right: -8px;
  margin-left: -8px;
}
.row.less-gutter > [class^="col-"],
.row.less-gutter > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.image-gradient {
  position: relative;
}
.image-gradient:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 5;
  height: 60%;
  width: 100%;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.38) 75%, rgba(0, 0, 0, 0.55) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.38)), color-stop(100%, rgba(0, 0, 0, 0.55)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.38) 75%, rgba(0, 0, 0, 0.55) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.38) 75%, rgba(0, 0, 0, 0.55) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.38) 75%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.38) 75%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=0);
}
@media (max-width: 1199px) {
  .image-gradient:after {
    height: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
  }
}
ul.dl {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #DEDEDE;
}
ul.dl li {
  padding: 3px 0;
  border-bottom: 1px solid #DEDEDE;
  color: #677067;
}
ul.dl li i.fa-fw {
  margin: 0 8px;
  color: #899089;
}
ul.dl li .caption {
  width: 25%;
  padding-right: 5px;
  display: inline-block;
  text-align: right;
  font-weight: 500;
  color: #29b4c1;
}
ul.dl li.li-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.no-margin-top {
  margin-top: 0 !important;
}
.margin-top-5p {
  margin-top: 5px;
}
.margin-top-10p {
  margin-top: 10px;
}
.margin-top-15p {
  margin-top: 15px;
}
.margin-top-20p {
  margin-top: 20px;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-5p {
  margin-bottom: 5px;
}
.margin-bottom-10p {
  margin-bottom: 10px;
}
.margin-bottom-15p {
  margin-bottom: 15px;
}
.margin-bottom-20p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .small-xs {
    font-size: 86%;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
.clear-both {
  clear: both;
}
a {
  cursor: pointer;
}
.btn .fa {
  margin: 0 5px;
}
.well {
  border-radius: 8px;
  border-color: #DEDEDE;
  background-color: #fff;
}
.well h1:first-child,
.well h2:first-child,
.well h3:first-child,
.well h4:first-child {
  margin-top: 0;
}
.well .form-group {
  margin-bottom: 10px;
}
.well.well-no-margins .form-group {
  margin-bottom: 0;
}
.form-group .control-label {
  font-weight: 500;
}
.form-group .form-control {
  box-shadow: none;
}
.form-group .form-control:focus {
  box-shadow: none;
}
.form-group .help-block {
  margin-top: 3px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .control-label {
    margin-right: 2px;
  }
  .form-inline .form-group {
    margin-right: 10px;
  }
}
.form-inline .checkbox input[type=checkbox] {
  margin-right: 5px;
}
.form-inline .form-control.form-control-small {
  width: 100px;
}
@media (min-width: 768px) {
  .form-inline .form-control.form-control-medium {
    width: 200px;
  }
  .form-inline .form-control.form-control-large {
    width: 350px;
  }
}
.page-header .btn.btn-task {
  margin-top: 10px;
  float: right;
}
.page-header .btn-group .btn {
  float: left;
}
@media (min-width: 992px) {
  .panel-body.contactpersoon-body {
    min-height: 408px;
  }
}
.actie-button {
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #80bd01;
  opacity: 0.5;
}
.actie-button.active {
  opacity: 1;
}
.actie-button:hover {
  color: #fff;
  background-color: #6fa401;
}
.cnr_aanbod .prijs {
  font-size: 19px;
  color: #80bd01;
  margin-bottom: 10px;
}
.cnr_aanbod .actie-button {
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px !important;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #80bd01;
  opacity: 0.5;
}
.cnr_aanbod .actie-button.active {
  opacity: 1;
}
.cnr_aanbod .actie-button:hover {
  color: #fff;
  background-color: #6fa401;
}
.panel-item-card {
  position: relative;
  margin-bottom: 16px;
}
.panel-item-card .labels {
  position: absolute;
  top: 8px;
  left: 8px;
}
.panel-item-card .foto img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.panel-item-card a {
  text-decoration: none;
}
.panel-item-card h3 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-item-card .artikel-prijs {
  color: #80bd01;
  font-size: 18px;
  margin-bottom: 10px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-item-card .panel-body {
  padding: 10px !important;
  border-top: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .panel-item-card .panel-body {
    padding: 8px !important;
  }
}
.panel-item-card .panel-body .eigenschappen {
  color: rgba(0, 0, 0, 0.38);
}
.panel-item-card .panel-body .eigenschappen .list-inline {
  min-height: 23px;
}
.panel-item-card .panel-body .eigenschappen .fx-icon {
  font-size: 22px;
  vertical-align: middle;
}
.cnr-task-menu {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .cnr-task-menu {
    z-index: 1000;
  }
  .cnr-task-menu .list-group {
    margin-bottom: 0;
  }
}
.cnr-task-menu .list-group {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cnr-task-menu .list-group .list-group-item {
  border: 0;
  right: 0;
  color: #fff;
  padding: 12px 16px;
  background-color: #899089;
}
.cnr-task-menu .list-group .list-group-item:hover {
  background-color: #818981;
}
.cnr-task-menu .list-group .list-group-item i {
  font-size: 120%;
  margin-right: 16px;
  opacity: 0.75;
}
.cnr-task-menu .list-group .list-group-item:last-child,
.cnr-task-menu .list-group .list-group-item:first-child {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cnr-task-menu .list-group .list-group-header {
  display: block;
  color: #fff;
  padding: 12px 22px;
  background-color: #6f776f;
}
.cnr-task-menu .list-group .list-group-header:hover {
  background-color: #6f776f;
}
.btn-group-task-items.button-with-dropdown {
  min-width: 61px;
}
.btn-group-task-items .btn-task {
  padding: 6px 10px;
}
.btn-group-task-items .btn-task.dropdown-toggle {
  color: #fff;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background-color: #6f776f;
}
.btn-group-task-items .dropdown-menu {
  padding: 0;
  border: 1px solid #818981;
}
.btn-group-task-items .dropdown-menu li a {
  border: 0;
  color: #fff;
  padding: 12px 16px;
  background-color: #899089;
}
.btn-group-task-items .dropdown-menu li a:hover {
  color: #fff;
  background-color: #818981;
}
.btn-group-task-items .dropdown-menu li a i {
  color: #fff;
  font-size: 120%;
  margin-right: 16px;
  opacity: 0.75;
}
.btn-task .fa {
  margin: 0;
}
.dropdown-menu {
  border: 1px solid #DEDEDE;
  border-radius: 0;
}
.dropdown-menu li a {
  color: #1D2B1D;
  padding: 12px 16px;
}
.dropdown-menu li a i {
  color: #838383;
  margin-right: 16px;
  font-size: 120%;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #80bd01;
  background-color: #ececec;
}
aside .panel.cnr-aside-user {
  position: relative;
}
aside .panel.cnr-aside-user .omslag-foto {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
  z-index: 1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
aside .panel.cnr-aside-user .panel-body {
  position: relative;
  z-index: 2;
}
aside .panel.cnr-aside-user .text-center .image {
  margin-bottom: 15px;
}
aside .panel.cnr-aside-user .text-center a h3 {
  color: #80bd01;
}
aside .panel.cnr-aside-user h3 {
  display: block;
  margin-bottom: 5px;
}
aside .panel.cnr-aside-user .user-relatie {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
#wpr-artikel-fotos {
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#wpr-artikel-fotos .artikel-acties {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
#wpr-artikel-fotos .artikel-acties i {
  margin: 0;
}
#wpr-artikel-fotos #artikelFoto {
  margin-bottom: 0;
}
#wpr-artikel-fotos #artikel-fotos {
  width: 100%;
  background: #fff;
  margin-top: 0;
  padding: 10px;
}
#wpr-artikel-fotos #artikel-fotos .cnr_artikelfoto {
  position: relative;
  height: 75px;
  width: 75px;
  margin-right: 5px;
  float: left;
}
.slider .slider-track .slider-handle {
  background: #899089;
}
#cnr-seizoen-slider {
  margin: 10px 0 5px;
}
.cnr-foto-weeknummer-balk {
  min-width: 483px;
  height: 25px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.cnr-foto-weeknummer-strip {
  height: 25px;
  display: block;
  float: left;
}
.cnr-seizoen-icon {
  position: absolute;
  top: 2px;
  right: 2px;
}
.table-favorieten .ddlBelading {
  width: 154px;
}
.table-favorieten .prijs-per-stuk {
  width: 220px;
}
.wpr-aanbod-artikelprijzen .panel {
  margin-bottom: 0px;
}
.wpr-aanbod-artikelprijzen .artikel-calendar-button {
  border-bottom: 1px solid #DEDEDE;
}
.wpr-aanbod-artikelprijzen .panel-body {
  border-bottom: 1px solid #DEDEDE;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.wpr-aanbod-artikelprijzen .panel-body.actief {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.wpr-aanbod-artikelprijzen .panel-body .cnr-prijs {
  padding: 10px 0;
}
.wpr-aanbod-artikelprijzen .panel-body .cnr-prijs h3 {
  padding-top: 8px;
}
.wpr-aanbod-artikelprijzen .panel-body .cnr-prijs .prijs {
  color: #29b4c1;
  display: inline-block;
  font: 600 30px/1 'roboto-slab', serif;
}
.wpr-aanbod-artikelprijzen .panel-body .cnr-prijs .prijs .sup {
  top: -15px;
}
.wpr-aanbod-artikelprijzen .panel-body .cnr-prijs .prijs .sup a {
  padding: 0;
}
@media (max-width: 767px) {
  .cnr-task-menu {
    width: 200px;
    right: -155px;
    top: 20%;
    position: fixed;
  }
  .cnr-task-menu .list-group-item {
    padding-top: 10px !important;
    border-bottom: 2px solid #899089 !important;
    transition: all 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .cnr-task-menu .list-group-item i {
    opacity: 0;
  }
  .cnr-task-menu .list-group-item:hover,
  .cnr-task-menu .list-group-item:last-child:hover {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    right: 155px;
    border-bottom: 2px solid #666c66 !important;
  }
}
.loadingAjaxContent {
  color: rgba(0, 0, 0, 0.38);
}
.loadingAjaxContent .form-control,
.loadingAjaxContent .pagination > li > a {
  color: rgba(0, 0, 0, 0.38);
}
.loadingAjaxContent .btn-group-task-items {
  visibility: hidden;
}
.loadingAjaxContent .cnr-zoekbalk-2016 .form-control,
.loadingAjaxContent .cnr-zoekbalk-2016 .select2-selection {
  background-color: rgba(0, 0, 0, 0.12);
}
.table-hover tr:hover > td {
  cursor: pointer;
}
.iconTable .icon-cell,
.smallIconTable .icon-cell {
  color: #666666;
  text-align: center;
}
.iconTable td,
.smallIconTable td {
  padding: 2px 5px 2px 0;
  vertical-align: middle;
}
.iconTable .icon-cell {
  font-size: 14px;
  width: 18px;
}
.smallIconTable {
  font-size: 11px;
}
.smallIconTable .icon-cell {
  font-size: 12px;
}
.smallIconTable td {
  padding: 1px 3px 1px 0;
}
div.cnr_contentPaginaKolom {
  min-height: 50px;
}
div.cnr_FotoAlbum {
  clear: both;
}
div.cnr_FotoAlbum div.FotoAlbumfoto {
  float: left;
  padding: 5px;
}
div.cnr_FotoAlbum div.nav {
  clear: both;
  float: none;
  display: block;
  margin: 10px 0 10px 0;
}
div.cnr_FotoAlbum div.nav a.highlight {
  text-decoration: underline;
}
.field-validation-error,
label.error {
  color: #EE105C;
  font-size: 12px;
}
a.field-validation-error:hover,
alabel.error:hover {
  color: #be0d4a;
}
@media (min-width: 992px) {
  #toast-container > div {
    width: 600px;
  }
}
.ui-widget.ui-autocomplete {
  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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -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;
  border: 1px solid #DEDEDE;
  border-radius: 0;
}
.ui-widget.ui-autocomplete.pull-right {
  right: 0;
  left: auto;
}
.ui-widget.ui-autocomplete .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ui-widget.ui-autocomplete > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
}
.ui-widget.ui-autocomplete li a {
  color: #1D2B1D;
  padding: 12px 16px;
}
.ui-widget.ui-autocomplete li a i {
  color: #838383;
  margin-right: 16px;
  font-size: 120%;
}
.ui-widget.ui-autocomplete .ui-menu-item {
  padding: 2px 6px;
  cursor: pointer;
}
.ui-widget.ui-autocomplete .ui-menu-item:hover,
.ui-widget.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #F9F9F9;
}
.datepicker .cw {
  color: #10B9EE;
  font-size: 11px;
}
a.datepicker .cw:hover {
  color: #0d94be;
}
.datepicker .day.focused {
  font-weight: bold;
}
.datepicker .disabled {
  cursor: not-allowed !important;
}
img.move {
  cursor: move;
}
img.movesubsubmenu,
img.movesubmenu,
img.movemenu {
  cursor: n-resize;
}
.dragbox {
  position: relative;
  margin: 0 auto;
}
div.cnr_laatstBekekenAanbodItem {
  float: left;
  width: 220px;
  margin: 5px;
}
.eigenschap-beheer-artikel-niet-ingevuld {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.eigenschap-beheer-artikel-niet-ingevuld:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.eigenschap-beheer-artikel {
  position: relative;
  float: left;
  margin: 10px;
  width: 218px;
  height: 218px;
  text-align: center;
  overflow: hidden;
  color: #333333;
  -webkit-text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
}
.eigenschap-beheer-artikel div {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-foto {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  padding: 0;
  width: 218px;
  height: 218px;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-titel {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 5px;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-titel a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-voorschrift {
  top: 20px;
  padding: 4px;
  font-size: 11px;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-feedback {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  filter: alpha(opacity=75);
  top: 50px;
  background-color: #fff;
  padding: 5px;
  display: none;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-invoer {
  position: absolute;
  bottom: 40px;
  left: 2px;
  padding: 5px 0;
}
.eigenschap-beheer-artikel .eigenschap-beheer-artikel-invoer select {
  width: 210px;
  font-size: 14px;
  padding: 6px;
}
.eigenschap-beheer-artikel-advies .eigenschap-beheer-artikel-voorschrift {
  color: #ff6c00;
}
.eigenschap-beheer-artikel-verplicht .eigenschap-beheer-artikel-voorschrift {
  color: #BF232D;
}
div.prijs .sup {
  position: relative;
  top: -5px;
}
div.prijs .sup a {
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px;
}
tr.tr_aanbod td {
  font-size: 13px;
  padding: 2px 2px;
}
tr.tr_aanbod td .btn-beheer,
tr.tr_aanbod td .btn-beheer.actief {
  display: inline-block;
  width: 14px;
  overflow: hidden;
  color: #666 !important;
  margin: 0 1px;
  padding: 0;
  background: none;
  border: 0 none !important;
}
tr.tr_aanbod td .btn-beheer .fa,
tr.tr_aanbod td .btn-beheer.actief .fa {
  margin: 0;
  padding: 0;
}
tr.tr_aanbod td .cnr_aanbod_buttons img {
  width: 17px;
  height: 17px;
  margin: 0 2px;
}
tr.tr_aanbod td.td_aanbieding {
  font-weight: bold;
}
.opacity-overlay-background {
  /* Deze div krijgt via inline style een background-image */
  position: relative;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  color: #ffffff;
}
.opacity-overlay-background h2,
.opacity-overlay-background h3,
.opacity-overlay-background a,
.opacity-overlay-background div.cnr_aanbod_prijs,
.opacity-overlay-background ul li,
.opacity-overlay-background td,
.opacity-overlay-background p {
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 1px #444444;
  text-shadow: 1px 1px 1px #444444;
  letter-spacing: -1px;
}
.opacity-overlay-background .opacity-overlay {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  padding: 8px 10px;
  /*height: 100px;*/
  background-color: rgba(10, 10, 10, 0.45);
}
.opacity-overlay-background .opacity-overlay .iconTable .fa,
.opacity-overlay-background .opacity-overlay .smallIconTable .fa {
  color: white;
}
.opacity-overlay-background .opacity-overlay a {
  text-decoration: none;
  color: #ffffff;
}
.opacity-overlay-background .opacity-overlay p {
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
}
.opacity-overlay-background .opacity-overlay h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.opacity-overlay-background .opacity-overlay h3 {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 0.85em;
}
.opacity-overlay-background .opacity-overlay h3 a:hover {
  color: #8DC63F;
}
.opacity-overlay-background:hover .opacity-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(10, 10, 10, 0.55);
}
.opacity-overlay-background:hover a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #CEE0EF;
}
.paging-extra {
  margin: 21px 0;
}
tr.geannuleerdeTransactie {
  text-decoration: line-through;
  color: #999999;
}
tr.indirecteTransactie td {
  color: #999999;
}
tr.indirecteTransactie td a {
  color: #666666;
}
@media (max-width: 440px) {
  .cnr_toepassingfilter .btn {
    padding: 4px 8px;
  }
}
.cnr_toepassingfilter .btn i {
  font-size: 26px;
}
.cnr_toepassingfilter .btn.btn-default {
  color: #ccc;
}
.cnr_zoekbalk {
  margin: 10px auto;
}
.cnr_zoekbalk .form-group {
  margin-bottom: 2px !important;
}
.cnr_zoekbalk input.heeftFilterWaarde,
.cnr_zoekbalk select.heeftFilterWaarde {
  font-weight: bold;
}
.cnr_zoekbalk a.btnAlleFilterOpties {
  display: none;
}
.cnr_zoekbalk div.cnr_zoekbalk_box {
  margin-top: 20px;
}
.cnr_zoekbalk div.cnr_zoekbalk_box h3 span {
  color: #999999;
  font-weight: normal;
}
.cnr_zoekbalk div.cnr_zoekbalk_box a {
  text-decoration: none;
}
.cnr_zoekbalk div.cnr_zoekbalk_box a span {
  color: #999999;
}
.cnr_zoekbalk div.cnr_zoekbalk_box li a.btnMeerFilterOpties {
  color: #666666;
}
.cnr_zoekbalk div.cnr_zoekbalk_box li.extraOptie {
  display: none;
}
.cnr_zoekbalk div.cnr_zoekbalk_box_active li.extraOptie {
  display: block;
}
@media (max-width: 991px) {
  .cnr_zoekbalk #btnGeavanceerdZoeken {
    font-size: 11px;
  }
}
#txtVrijeZoektermAutoComplete {
  display: none;
  position: absolute;
  width: 760px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #bbb;
  font-size: 14px;
  z-index: 20;
}
.cnr-zoekbalk-2016 {
  padding-bottom: 10px;
}
.cnr-zoekbalk-2016 .slider.slider-horizontal {
  width: 100%;
  min-width: 50px;
}
.cnr-zoekbalk-2016 .form-group {
  margin-bottom: 8px;
}
.cnr-zoekbalk-2016 .form-group .fx-icon {
  font-size: 16px;
  margin-right: 10px;
}
.cnr-zoekbalk-2016 .cnr_toepassingfilter {
  margin-top: -10px;
  margin-bottom: 5px;
}
.cnr-zoekbalk-2016 .filter-container {
  position: relative;
}
.cnr-zoekbalk-2016 .filter-container.gericht-zoeken-container .clear-filter {
  position: absolute;
  right: 12px;
  top: 6px;
}
.cnr-zoekbalk-2016 .filter-container.filter-container-expanded > .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cnr-zoekbalk-2016 .filter-container .clear-filter {
  font-weight: bold;
  color: #999;
  cursor: pointer;
}
.cnr-zoekbalk-2016 .filter-container .filter-expander {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.cnr-zoekbalk-2016 .filter-container .filter-expander .clear-filter {
  float: right;
}
.cnr-zoekbalk-2016 .filter-container.has-no-value .filter-expander {
  color: #999;
}
.cnr-zoekbalk-2016 .filter-container .expanded-filter {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1px;
  z-index: 900;
  background: #fff;
  border: 1px solid #80bd01;
  border-top: 0 none;
  text-align: center;
  padding: 10px 20px 20px 20px;
  display: none;
}
.cnr-zoekbalk-2016 .filter-container .expanded-filter button {
  margin-top: 10px;
}
.cnr-zoekbalk-2016 .filter-container.filter-container-expanded .expanded-filter {
  display: block;
}
.cnr-zoekbalk-2016 .filter-container.filter-container-expanded .filter-expander {
  border-color: #80bd01;
}
@media (max-width: 767px) {
  .cnr-zoekbalk-2016 .filter-container .expanded-filter {
    padding: 8px;
  }
  .cnr-zoekbalk-2016 .form-control,
  .cnr-zoekbalk-2016 .select2-selection {
    font-size: 0.9em;
  }
  .cnr-zoekbalk-2016 .form-control .fa,
  .cnr-zoekbalk-2016 .select2-selection .fa,
  .cnr-zoekbalk-2016 .form-control .fx-icon,
  .cnr-zoekbalk-2016 .select2-selection .fx-icon {
    display: none;
  }
}
input.checkbox-icon[type=checkbox] {
  width: 32px;
  height: 32px;
}
input.checkbox-icon[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAJ1BMVEX///8AAAAxMTEyMjIzMzMzMzPMzMzS0tJQUFAzMzPx8fEzMzP///9ulyMjAAAAC3RSTlMAARpls7/Y2t3m7PGbblMAAABjSURBVHhe7ZKxDUZgAEQvVhC9FdQmEJXaCBZQ6DVKnQ1Ex/8ncgMQMZTuyyVXar3ylfcOiAsGxgyIagq/FAn7OdCyQv6/hWZFOag4N0ydimMHFxUXX4tP2MiWwUJZSottd3gAQQV42iGc+UkAAAAASUVORK5CYII=') /*/Content/Images/Iconen/icon_unchecked_checkbox.png*/ no-repeat;
}
input.checkbox-icon[type=checkbox]:checked:before {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA4VBMVEX///8AAAAxMTEyMjIzMzPDw8MzMzO5ubmvr6+lpaXNzc3Hx8e+vr6jo6POzs7KysrNzc2lpaXQ0NDR0dGamprU1NTZ2dmRkZGVlZXa2tre3t6GhoaIiIji4uLk5OTq6up5eXnu7u5ycnJqamry8vJlZWViYmL19fX29vZaWlr5+fn5+flWVlb5+flUVFT6+vozMzP8/PxOTk4zMzNKSkr9/f39/f1FRUX9/f1BQUH+/v49PT3+/v47Ozv///85OTk4ODj///82Njb///82NjYzMzM1NTX///8zMzMzMzP///+7drB4AAAASXRSTlMAARpls7+/v7/AwMDAwcHBwcHBwcLCw8TExMXHx8fHysvOz9LS1tfX2Nzc3d7f4ODh4+Tm6Ojp7O3w8PP09fX3+Pn6+/v7/f3+beJD9gAAAQVJREFUeF6F08lWwkAUhOEOSdCg4IwKTjiiRhwCznNQU/X+D2TfA1nQp+/Jv+hNfdnlGmOCMMrgKYvCwNhqdajVa/Z7u6dJ7ClJrQhMCDRzesubQGgipHZXRIrIZEjo6fJe3gSZAWLP3ik+lkjGgB+MngBs6YAHsA10sAGpo4LbF9l3qIJD2R8eVdCCtEcNXL/JvkkN/B3JPnx2Qf9qChYg7dMBDYx3KV18yr5OB7SBichPZL97dcEppmIRtqJHF7SLieh/w7ZCF5BrkH5u5B28ewBXUfZ7TB9gqwTz9INSnH9pgA3Zx2dUAZcBzNEBMz9tr7vNmRJklb995eFUnl7l8Vae/z8Z9PSojWr6mAAAAABJRU5ErkJggg==') /*/Content/Images/Iconen/icon_checked_checkbox.png*/ no-repeat;
}
.verlopen {
  color: red;
}
.prijsgroepprijs {
  color: #569df5;
}
.productkalender {
  padding-top: 20px;
}
.productkalender .nonselected {
  opacity: 0.3;
}
.productkalender .opengeklapt {
  background-image: url("/Content/Images/Iconen/openpijl.png");
}
.productkalender .dichtgeklapt {
  background-image: url("/Content/Images/Iconen/dichtpijl.png");
}
.productkalender .kalenderkop {
  float: left;
  display: block;
  width: 300px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: solid 1px;
  border-left: solid 1px;
  border-color: white;
}
.productkalender .kalenderkop.totaal {
  font-size: 12px;
  vertical-align: top;
  padding-bottom: 10px;
  text-transform: uppercase;
  background-color: white;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: left top 3px;
}
.productkalender .kalenderkop.artikelgroep {
  font-size: 12px;
  background-color: #DEE2E5;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.productkalender .kalenderkop.product {
  background-color: #ECF0F1;
  font-size: 10px;
}
.productkalender .kalenderblokje {
  border-top: solid 1px;
  border-left: solid 1px;
  border-color: white;
  width: 11px;
  height: 16px;
  float: left;
}
.productkalender .kalenderblokje.weeknummer {
  height: 12px;
  text-align: center;
  font-size: 0.5em;
  font-family: Tahoma, sans-serif;
}
.productkalender .sliders {
  float: left;
  width: 636px;
}
.cnr-karopbouw .karren {
  width: 100%;
}
.cnr-karopbouw .cnr-kar {
  padding: 15px 15px 0;
  display: inline-block;
  margin: 30px 15px 15px;
}
.cnr-karopbouw .kar {
  width: 180px;
  padding: 0 0 3px;
  min-height: 270px;
  position: relative;
  border-right: 6px solid #899089;
  border-left: 6px solid #899089;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
.cnr-karopbouw .kar::before,
.cnr-karopbouw .kar::after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #899089;
  position: absolute;
  bottom: -16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cnr-karopbouw .kar::before {
  left: 10px;
}
.cnr-karopbouw .kar::after {
  right: 10px;
}
.cnr-karopbouw .laag {
  width: 100%;
  color: black;
  border-bottom: 5px solid #899089;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.cnr-karopbouw .blok {
  flex-grow: 0;
  background-color: #80bd01;
  border: 2px solid #5e8a01;
}
.cnr-karopbouw .rest {
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: #ffacac;
  font: 400 1.1em/1.3 'Open Sans', arial, verdana;
}
.cnr-karopbouw .vulling {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  font: 700 1.1em/1.3 "Open Sans", arial, verdana;
}
.selectedtransactie {
  background: rgba(0, 0, 0, 0.2) !important;
}
div#tabs-mijn-fx-relatie input.colorpicker {
  display: block;
  float: left;
}
div#tabs-mijn-fx-relatie span.bedrijfskleur-preview {
  display: inline-block;
  width: 20px;
  height: 18px;
  border: 1px #eee solid;
  margin-left: 10px;
}
.btn-pagina-vertalen {
  position: fixed;
  z-index: 1080;
  left: 10px;
  top: 40px;
}
.fancybox-skin {
  border-radius: 0 !important;
  border: 1px solid #DEDEDE;
  background-color: #F9F9F9 !important;
}
.fancybox-skin .fancybox-item {
  top: 0;
  right: -35px;
  width: 30px;
  height: 30px;
  background-image: none !important;
  background-color: #899089;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fancybox-skin .fancybox-item:before {
  color: #fff;
  line-height: 30px;
}
.fancybox-skin .fancybox-item:hover,
.fancybox-skin .fancybox-item:focus {
  text-decoration: none;
  background-color: #666c66;
}
.fancybox-skin .fancybox-item.fancybox-close:before {
  content: "\f00d";
}
.fancybox-skin .fancybox-nav span {
  width: 30px;
  height: 30px;
  background-image: none !important;
  background-color: #899089;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fancybox-skin .fancybox-nav span:before {
  color: #fff;
  line-height: 30px;
}
.fancybox-skin .fancybox-nav span:hover,
.fancybox-skin .fancybox-nav span:focus {
  text-decoration: none;
  background-color: #666c66;
}
.fancybox-skin .fancybox-nav span:before {
  line-height: 30px;
}
.fancybox-skin .fancybox-nav.fancybox-next span:before {
  content: "\f054";
}
.fancybox-skin .fancybox-nav.fancybox-prev span:before {
  content: "\f053";
}
.fancybox-inner .page-header h1 {
  color: #1D2B1D;
  font-size: 24px;
}
.fancybox-inner .form-group {
  margin-bottom: 10px;
}
.fancybox-inner .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.fancybox-inner p {
  margin-bottom: 0.8em;
  line-height: 1.4em;
}
.fancybox-inner .datepicker {
  z-index: 8040 !important;
}
@media (min-width: 768px) {
  .fancybox-inner .fancybox-sm {
    width: 400px;
  }
  .fancybox-inner .fancybox-md {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .fancybox-inner .fancybox-lg {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .fancybox-inner .fancybox-lg {
    width: 980px;
  }
}
.select2-container--open {
  z-index: 8035;
}
.select2-container span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container--bootstrap .select2-selection {
  font-family: 'proxima-nova', Arial, sans-serif;
}
.select2-selection__placeholder .fa,
.select2-selection__placeholder .fx-icon {
  color: #999;
  margin-right: 8px;
}
.select2-selection__choice {
  font-size: 86%;
}
.relatie-tooltip {
  position: relative;
  margin-left: -7px;
  width: 398px;
}
.relatie-tooltip .omslag-foto {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
  z-index: 1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.relatie-tooltip .panel-body {
  position: relative;
  z-index: 2;
}
.pulse-scale-2x {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: pulse-scale;
  animation-name: pulse-scale;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
@-moz-keyframes pulse-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes alarm-rotate {
  0% {
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 * 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(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{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;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;overflow:visible;margin:0;padding:0;z-index:auto;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;bottom:auto;left:auto;right:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";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:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.btn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.btn.active:focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-block{display:block;width:100%}.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:700;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;-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,.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:0!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(.8,.8);-moz-transform:scale(.8,.8);-ms-transform:scale(.8,.8);-o-transform:scale(.8,.8);transform:scale(.8,.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:.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,.25)}.clockpicker-canvas line{stroke:#0095dd;stroke-width:1;stroke-linecap:round}.clockpicker-button.am-button{margin:1px;padding:5px;border:1px solid rgba(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,.2);border-radius:4px}
html {
  height: 100%;
  position: relative;
}
body {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: #F9F9F9;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.wpr-all {
  min-height: 70%;
  padding-top: 100px;
}
.wpr-all:after {
  content: '';
  display: block;
  height: 50px;
}
@media (max-width: 767px) {
  .wpr-all {
    padding-top: 90px;
  }
}
h1,
h2 {
  font-size: 20px;
  font: 700 20px/1 'roboto-slab', serif;
}
h3,
h4 {
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.95);
  font: 600 16px/1 'proxima-nova', Arial, sans-serif;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
.page-header {
  color: rgba(0, 0, 0, 0.95);
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: none;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header h1 {
  margin-top: 10px;
  font: 700 30px/1 'roboto-slab', serif;
  float: left;
}
.page-header h1 small {
  font-size: 18px;
  color: #677067;
}
@media (max-width: 767px) {
  .page-header h1 {
    font: 700 22px/1 'roboto-slab', serif;
  }
  .page-header h1 small {
    display: block;
    margin-top: 5px;
  }
}
.page-header p.lead {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  clear: both;
}
a {
  font-weight: bold;
  /*text-decoration: underline;*/
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1630px;
  }
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn {
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}
.btn:active,
.btn.active,
.btn:focus {
  background-image: none;
}
.btn.btn-sm {
  padding: 6px 6px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-group .btn {
    font-size: 12px;
    padding: 6px;
  }
  .btn-group-task-items.button-with-dropdown {
    min-width: 49px;
  }
}
.input-group-btn .btn {
  padding: 6px 12px;
}
.input-group-btn .btn-default {
  background-color: rgba(8, 8, 8, 0.12);
  border-color: #DEDEDE;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.95);
  background-repeat: repeat-x;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.12);
}
.btn-default:hover,
.btn-default:focus {
  background-color: #DEDEDE;
  border-color: #DEDEDE;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-image: none;
}
.btn-primary {
  color: #1D2B1D;
}
.btn-primary:hover {
  background-color: #E8B41B;
  border-color: #E8B41B;
}
.btn-floriday-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-width: 2px;
}
.btn-group-task-items .btn-task {
  padding: 6px 10px;
  border: 1px solid #DEDEDE;
}
.btn-group-task-items .btn-task.dropdown-toggle {
  color: #1D2B1D;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.btn-group-task-items.button-with-dropdown {
  min-width: 61px;
}
.btn-group-task-items.button-with-dropdown .btn-task.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-task-items .dropdown-menu {
  padding: 0;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
}
.btn-group-task-items .dropdown-menu li a {
  border: 0;
  color: #1D2B1D;
  padding: 12px 16px;
  background-color: transparent;
}
.btn-group-task-items .dropdown-menu li a:hover {
  color: #1D2B1D;
  background-color: #d9d9d9;
}
.btn-group-task-items .dropdown-menu li a i {
  color: #1D2B1D;
  font-size: 120%;
  margin-right: 16px;
  opacity: 0.75;
}
.btn-success {
  color: #fff;
  background-repeat: repeat-x;
  background-color: #5cb85c;
  border-color: #4eb24e;
  border-top-color: #55b555;
}
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  border-color: #3e8f3e;
  background-color: #4cae4c;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  color: #fff;
  background-repeat: repeat-x;
  background-color: #5bc0de;
  border-color: #4ab9db;
  border-top-color: #53bddc;
}
.btn-info:hover,
.btn-info:focus {
  color: #fff;
  border-color: #28a4c9;
  background-color: #46b8da;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  color: #fff;
  background-repeat: repeat-x;
  background-color: #f0ad4e;
  border-color: #eea43b;
  border-top-color: #efa945;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  border-color: #e38d13;
  background-color: #eea236;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  color: #fff;
  background-repeat: repeat-x;
  background-color: #d9534f;
  border-color: #d5433e;
  border-top-color: #d74b47;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  border-color: #b92c28;
  background-color: #d43f3a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.btn-floriday {
  color: #fff;
  background-repeat: repeat-x;
  background-color: #1ec78d;
  border-color: #1bb580;
  border-top-color: #1dbe87;
}
.btn-floriday:hover,
.btn-floriday:focus {
  color: #fff;
  border-color: #158961;
  background-color: #1bb17d;
  background-position: 0 -15px;
}
.btn-floriday:active,
.btn-floriday.active {
  background-color: #169267;
  border-color: #158961;
}
.btn-floriday.disabled,
.btn-floriday:disabled,
.btn-floriday[disabled] {
  background-color: #169267;
  background-image: none;
}
.btn-floriday-purple {
  color: #fff;
  background-repeat: repeat-x;
  background-color: #3f0991;
  border-color: #37087e;
  border-top-color: #3b0887;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.btn-floriday-purple:hover,
.btn-floriday-purple:focus {
  color: #fff;
  border-color: #22054e;
  background-color: #350879;
  background-position: 0 -15px;
}
.btn-floriday-purple:active,
.btn-floriday-purple.active {
  background-color: #260557;
  border-color: #22054e;
}
.btn-floriday-purple.disabled,
.btn-floriday-purple:disabled,
.btn-floriday-purple[disabled] {
  background-color: #260557;
  background-image: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #F9F9F9;
}
.dropdown-menu > li > a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1D2B1D;
  font-weight: bold;
}
.label {
  font-weight: normal;
  font-size: 85%;
}
.label.label-default {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #899089;
}
.text-weight-bold {
  font-weight: bold;
}
.badge-success {
  background-color: #dff0d8;
  color: #3c763d;
}
a.badge-success:hover {
  background-color: #c1e2b3;
}
a.badge-success:hover {
  color: #2b542c;
}
.badge-danger {
  background-color: #f2dede;
  color: #EE105C;
}
a.badge-danger:hover {
  background-color: #e4b9b9;
}
a.badge-danger:hover {
  color: #be0d4a;
}
.badge-info {
  background-color: #d9edf7;
  color: #10B9EE;
}
a.badge-info:hover {
  background-color: #afd9ee;
}
a.badge-info:hover {
  color: #0d94be;
}
.well {
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well.well-no-margins .btn.btn-default {
  padding: 6px 20px;
}
@media (min-width: 768px) {
  .navbar-header {
    width: 100%;
  }
}
.navbar-header .cnr-logo {
  height: 72px;
  width: 72px;
  line-height: 72px;
  float: left;
}
@media (max-width: 767px) {
  .navbar-header .cnr-logo {
    margin-left: 15px;
  }
}
.navbar-header .cnr-logo .logo-beeldmerk {
  margin-right: 3px;
}
.navbar-header .navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar-header .wpr-user {
  float: right;
}
.navbar-header .wpr-user .btn-navbar {
  padding: 25px 15px 26px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.95);
}
.navbar-header .wpr-user .btn-navbar i {
  color: rgba(0, 0, 0, 0.38);
}
.navbar-header .wpr-user #taalkeuze-label {
  padding: 25px 15px 26px;
}
.navbar-header .wpr-user .user-name {
  margin-top: 7px;
}
.navbar-header .wpr-user .user-relatie {
  margin-top: 5px;
  font-size: 86%;
  color: rgba(0, 0, 0, 0.38);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-header .wpr-user .dropdown-menu li.active a {
  color: #1D2B1D;
}
@media (max-width: 767px) {
  .navbar-header .wpr-user .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .navbar-header .wpr-user {
    width: 220px;
  }
  .navbar-header .wpr-user .user-dropdown {
    max-width: 11em;
  }
  .navbar-header .wpr-user .dropdown-user img {
    margin-right: 10px;
  }
  .navbar-header .dropdown-menu {
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  .navbar-header .wpr-user {
    width: 170px;
  }
  .navbar-header .wpr-user .user-dropdown {
    max-width: 7em;
  }
}
@media (min-width: 1200px) {
  .navbar-header .wpr-user {
    width: 263px;
  }
  .navbar-header .wpr-user .user-dropdown {
    max-width: 12em;
  }
  .navbar-header .dropdown-user {
    width: 200px;
  }
}
.navbar-header .dropdown-user {
  padding: 12px 15px;
  color: rgba(0, 0, 0, 0.95);
  font: 500 15px/1 'proxima-nova', Arial, sans-serif;
}
.navbar-header .dropdown-user img {
  width: 48px !important;
  height: 48px !important;
  float: left;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.navbar-header .cnr-navbar-notifications {
  float: right;
}
@media (min-width: 768px) {
  .navbar-header .cnr-navbar-notifications {
    margin-right: 15px;
  }
}
.navbar-header .cnr-notification {
  padding: 0;
  position: relative;
  display: none;
  margin: 23px 8px;
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  color: #1D2B1D;
}
.navbar-header .cnr-notification:hover {
  color: #81b936;
}
@media (min-width: 768px) {
  .navbar-header .cnr-notification {
    display: inline-block;
    font-size: 20px !important;
  }
}
.navbar-header .cnr-notification.show-always {
  display: inline-block;
}
.navbar-header .cnr-notification.active {
  color: #80bd01;
  display: inline-block;
}
.navbar-header .cnr-notification.active i {
  color: #1D2B1D;
}
.navbar-header .cnr-notification > span.label {
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  right: -8px;
  top: 16px;
}
.navbar-default {
  background-color: #fff;
  border-color: #DEDEDE;
}
.navbar-default .navbar-nav > li > a {
  color: #80bd01;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand {
  background-color: #fff !important;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #80bd01 0%, #6fa401 100%);
    background-image: -o-linear-gradient(top, #80bd01 0%, #6fa401 100%);
    background-image: linear-gradient(to bottom, #80bd01 0%, #6fa401 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80bd01', endColorstr='#ff6fa401', GradientType=0);
  }
}
.alert {
  padding: 24px;
  color: #fff;
  border: 0;
}
.alert a {
  color: #fff;
  border-bottom: 1px dotted;
}
.alert a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.alert h1:first-child,
.alert h2:first-child,
.alert h3:first-child,
.alert h4:first-child {
  margin-top: 0;
}
.alert-success {
  background-color: #82BC00;
}
.alert-info {
  background-color: #677067;
}
.alert-warning {
  background-color: #FFC61D;
  color: #1D2B1D;
}
.alert-danger {
  background-color: #EE105C;
}
.progress {
  margin-bottom: 0 0 20px;
  border-radius: 0;
  background-color: #F9F9F9;
}
.progress .progress-bar {
  color: #fff;
  box-shadow: none;
  background-image: none;
  transition: width 1500ms ease-out;
  text-align: right;
  padding-right: 5px;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #80bd01 0%, #5e8a01 100%);
  background-image: -o-linear-gradient(top, #80bd01 0%, #5e8a01 100%);
  background-image: linear-gradient(to bottom, #80bd01 0%, #5e8a01 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80bd01', endColorstr='#ff5e8a01', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #8dc63f 0%, #72a230 100%);
  background-image: -o-linear-gradient(top, #8dc63f 0%, #72a230 100%);
  background-image: linear-gradient(to bottom, #8dc63f 0%, #72a230 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc63f', endColorstr='#ff72a230', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.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);
}
.list-group {
  border-radius: 8px;
}
.list-group .list-group-item {
  border: 0 none;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #5e8a01;
  background-image: -webkit-linear-gradient(top, #80bd01 0%, #669701 100%);
  background-image: -o-linear-gradient(top, #80bd01 0%, #669701 100%);
  background-image: linear-gradient(to bottom, #80bd01 0%, #669701 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80bd01', endColorstr='#ff669701', GradientType=0);
  border-color: #669701;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
aside {
  /*
    @breakpoint-afzender: 1720px; 
    .netpromotorscore {
        position: relative;
        color: #000;
        border-radius: @border-radius-base;

        a {
            margin: 0 3px;
        }

        &:after {
            @media (min-width: @breakpoint-afzender) {
                content: "";
                position: absolute;
                bottom: -15px;
                left: 50px;
                border-width: 15px 15px 0;
                border-style: solid;
                border-color: black transparent;
                display: block;
                width: 0;
                top: 57px;
                right: -18px;
                bottom: auto;
                left: auto;
                border-width: 15px 0 15px 18px;
                border-color: transparent #fff;
            }
        }

        &:before {
            @media (min-width: @breakpoint-afzender) {
                content: "";
                position: absolute;
                bottom: -15px;
                left: 50px;
                border-width: 15px 15px 0;
                border-style: solid;
                border-color: black transparent;
                display: block;
                width: 0;
                top: 56px;
                right: -19px;
                bottom: auto;
                left: auto;
                border-width: 17px 0 17px 19px;
                border-color: transparent #ddd;
            }
        }

        #afzender {
            position: absolute;
            left: 335px;
            top: auto;

            @media (max-width: @breakpoint-afzender) {
                display: none;
            }
        }
    }*/
}
aside .panel p {
  color: #677067;
}
aside .panel .btn-group .btn-default:nth-of-type(1) {
  border-right: 0;
}
aside .panel.cnr-aside-user .crop-photo-link img {
  animation: pulse-scale 0.5s ease 2 normal;
}
aside .panel.cnr-aside-floriday {
  background-color: #3f0991;
  border-radius: 5px;
}
aside .panel.cnr-aside-floriday img {
  max-width: 120px;
}
aside .panel.cnr-aside-floriday div {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 17px;
}
aside .panel.cnr-aside-floriday div.floriday-groen {
  color: #1ec78d;
}
.tabbable {
  margin-bottom: 20px;
}
.tabbable .nav {
  margin-bottom: -2px;
}
.tabbable .tab-content {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.tabbable .tab-content .tab-pane {
  padding: 20px;
  min-height: 350px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
}
.tabbable .tab-content .tab-pane .panel,
.tabbable .tab-content .tab-pane .thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabbable .nav-tabs {
  border-bottom: 1px solid #DEDEDE;
}
.tabbable .nav-tabs li {
  margin-right: 12px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.tabbable .nav-tabs li a {
  padding: 14px 20px;
  color: #899089;
  font: bold 18px/1 'proxima-nova', Arial, sans-serif;
}
.tabbable .nav-tabs li a .badge {
  background-color: #f6f6f6;
  padding: 2px 4px;
  margin-left: 2px;
  vertical-align: top;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.tabbable .nav-tabs li a:hover {
  background-color: #f0f0f0;
}
.tabbable .nav-tabs li.active {
  background-color: #eeeeee;
}
.tabbable .nav-tabs li.active a {
  min-height: 37px;
  color: #1D2B1D;
  border-color: #DEDEDE;
  border-bottom-color: transparent;
}
.tabbable .nav-tabs li.active a:hover {
  background-color: #fff;
}
.cnr-task-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cnr-task-menu .list-group {
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.cnr-task-menu .list-group .list-group-item {
  font-weight: normal;
  color: #F9F9F9;
}
.cnr-task-menu .list-group .list-group-item i {
  opacity: 1;
  color: #fff;
}
.cnr-task-menu .list-group .list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cnr-task-menu .list-group .list-group-header {
  background-color: #899089;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.cnr-task-menu .list-group .list-group-header:hover {
  background-color: #899089 !important;
}
.panel {
  border-color: #DEDEDE;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  font-size: 15px;
}
.panel .panel-heading .panel-title {
  margin-top: 10px;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 15px;
}
.panel .panel-body {
  padding: 10px;
  color: #1D2B1D;
}
@media (min-width: 992px) {
  .panel .panel-body {
    padding: 20px;
  }
}
.panel .panel-footer {
  background-color: transparent;
}
ul.dl {
  border-top: 0;
}
ul.dl li {
  border-bottom: 0;
}
ul.dl li .caption {
  color: #1D2B1D;
  font-weight: bold;
}
ul.dl li .fa {
  font-size: 18px;
}
dl.dl-horizontal dt {
  font-weight: normal;
  color: #899089;
}
@media (min-width: 768px) {
  dl.dl-horizontal dd,
  dl.dl-horizontal dt {
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  dl.dl-horizontal dd {
    margin-bottom: 3px;
  }
}
#wpr-content {
  padding-bottom: 40px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
  vertical-align: middle;
}
.table .table {
  background-color: transparent;
}
.table-vertical-top > tbody > tr > td,
.table-vertical-top > tbody > tr > th,
.table-vertical-top > tfoot > tr > td,
.table-vertical-top > tfoot > tr > th,
.table-vertical-top > thead > tr > td,
.table-vertical-top > thead > tr > th {
  vertical-align: top;
}
.cnr-primaire-navigatie {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cnr-primaire-navigatie li .fa:before {
  content: "\f0da";
}
.cnr-primaire-navigatie li.open .fa:before {
  content: "\f0d7";
}
.cnr-primaire-navigatie li.open > a > .label {
  display: none;
}
.cnr-primaire-navigatie li.active > a {
  font-weight: 600;
  color: #000;
}
.cnr-primaire-navigatie li.active > a:hover {
  color: #000;
}
.cnr-primaire-navigatie li.active > i {
  color: rgba(0, 0, 0, 0.38);
}
.cnr-primaire-navigatie li a {
  color: #465146;
  display: block;
  text-decoration: none;
  font: 500 18px/1 'proxima-nova', Arial, sans-serif;
  padding: 8px 0;
}
@media (min-width: 1200px) {
  .cnr-primaire-navigatie li a {
    font-size: 18px;
    padding: 12px 0;
  }
}
.cnr-primaire-navigatie li a .label {
  padding: 1px 4px;
  color: #fff;
  font-size: 10px;
  position: relative;
  bottom: 2px;
  left: 2px;
  border-radius: 2px;
}
.cnr-primaire-navigatie li a:hover {
  color: #1D2B1D;
}
.cnr-primaire-navigatie li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cnr-primaire-navigatie li ul li {
  margin-left: 25px;
}
.cnr-primaire-navigatie li ul li a {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.75);
}
.cnr-primaire-navigatie li ul li a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.cnr-primaire-navigatie li ul li.active {
  font-weight: 600;
}
.push-menu {
  max-width: 420px;
  width: 300px;
  max-width: 300px !important;
  left: -300px;
  height: 100%;
  z-index: 1020;
  top: 72px !important;
  padding: 15px 30px 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
  background-color: #eee;
  position: fixed !important;
}
.push-menu .cnr-primaire-navigatie li a {
  font-size: 16px;
}
.push-menu.pushmenu-open {
  left: 0;
}
.cnr-sidebar-left {
  width: 100%;
  position: fixed;
  top: 100px;
  z-index: 1000;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .cnr-sidebar-left {
    max-width: 135px;
  }
}
@media (min-height: 200px) and (max-height: 800px) and (min-width: 800px) {
  .cnr-sidebar-left {
    position: initial;
  }
}
@media (min-width: 1200px) {
  .cnr-sidebar-left {
    max-width: 214px;
  }
}
@media (max-width: 991px) {
  .cnr-sidebar-left {
    max-width: 420px;
    width: 300px;
    max-width: 300px !important;
    left: -300px;
    height: 100%;
    z-index: 1020;
    top: 72px !important;
    padding: 15px 30px 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
    background-color: #eee;
    position: fixed !important;
  }
  .cnr-sidebar-left .cnr-primaire-navigatie li a {
    font-size: 16px;
  }
  .cnr-sidebar-left.pushmenu-open {
    left: 0;
  }
}
#push-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
}
#btn-sidebar-left {
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  margin: 21px 15px;
  display: block;
  border: 0;
  background-color: #899089;
}
#btn-sidebar-left:hover {
  background-color: #818981;
}
#btn-sidebar-left .icon-bar {
  width: 18px;
  background-color: #fff;
  margin: 3px auto;
  position: relative;
  transition: all 150ms ease;
}
#btn-sidebar-left .icon-bar:nth-of-type(2) {
  top: 0px;
}
#btn-sidebar-left .icon-bar:nth-of-type(3) {
  top: 0px;
}
#btn-sidebar-left.active img {
  opacity: 0.8;
  margin-top: 2px;
}
#btn-sidebar-left.active .icon-bar:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
}
#btn-sidebar-left.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
#btn-sidebar-left.active .icon-bar:nth-of-type(3) {
  top: -5px;
  transform: rotate(-45deg);
}
.cnr-footer {
  text-align: center;
  padding: 10px 0 20px;
  min-height: 50px;
  width: 100%;
}
.cnr-footer ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
.cnr-footer ul li {
  display: inline-block;
}
.cnr-footer ul li a {
  color: #838383;
  padding: 8px 16px;
}
.cnr-footer ul li a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
.cnr-footer ul li.actief a {
  font-weight: bold;
  color: #80bd01;
}
@media (max-width: 480px) {
  .cnr-footer {
    line-height: 24px !important;
  }
  .cnr-footer ul {
    margin: 10px 0 !important;
  }
  .cnr-footer ul li a {
    font-size: 13px;
    padding: 6px 10px;
  }
}
#wpr-catalogus-filter {
  margin-bottom: 15px;
}
#wpr-catalogus-filter .input-group .input-group-addon:first-child {
  background-color: transparent;
  color: #999;
}
#wpr-catalogus-filter .input-group .form-control {
  border-left: 0 none;
  border-right: 0 none;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.cnr-hoofdfilter {
  width: 100%;
  font-size: 20px;
  padding: 0 0 25px 0;
  color: #1D2B1D;
  text-align: center;
}
.cnr-hoofdfilter select {
  margin: 0;
  font-size: 20px;
  color: #8dc63f;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 3px 15px 3px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: baseline !important;
  border-bottom: 1px solid #81b936;
  background: transparent url("/Content/Images/select-arrow-down.gif") no-repeat right 55%;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .cnr-hoofdfilter select {
    margin: 0 10px;
  }
}
.cnr-hoofdfilter select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cnr-hoofdfilter select option,
.cnr-hoofdfilter select optgroup {
  padding: 10px;
  color: #555;
  font: 300 16px/1 'proxima-nova', Arial, sans-serif !important;
  background: #fff;
}
.cnr-hoofdfilter select optgroup {
  padding: 0;
  background: inherit;
}
.cnr-hoofdfilter span {
  margin: 0 10px;
  display: inline-block;
  text-transform: lowercase;
}
ul.pagination {
  margin: 10px 0;
}
ul.pagination li a.active {
  background-color: #eee;
  color: #1D2B1D;
}
.cnr-kweker-panel .kweker-buttons {
  margin-top: 10px;
}
.cnr-kweker-panel .kweker-buttons .btn,
.cnr-kweker-panel .kweker-buttons .btnVolgConnectie {
  text-align: center;
  display: block;
}
.exporteur-catalogus-artikelen {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .exporteur-catalogus-artikelen {
    overflow-x: auto;
  }
}
.exporteur-catalogus-artikelen h2 {
  font-size: 20px;
  font-family: 'proxima-nova', Arial, sans-serif;
  margin: 0 !important;
}
.exporteur-catalogus-artikelen h2 a.btn-kweker-info i {
  font-size: 85%;
}
.exporteur-catalogus-artikelen .artikel {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 767px) {
  .exporteur-catalogus-artikelen .artikel {
    width: 585px;
  }
}
@media (min-width: 1420px) {
  .exporteur-catalogus-artikelen .artikel {
    width: 50% !important;
  }
}
.cnr-catalogus-artikel {
  width: 100%;
  height: 165px;
  margin: 0 0 10px;
  margin-bottom: 25px;
}
.cnr-catalogus-artikel:hover .cnr-artikel-foto .foto-aantal {
  display: block;
}
.cnr-catalogus-artikel.actief .cnr-artikel-foto {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.75);
}
.cnr-catalogus-artikel.actief .flip .front,
.cnr-catalogus-artikel.actief .flip .back {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.75);
}
.cnr-catalogus-artikel a {
  font-weight: normal;
}
.cnr-catalogus-artikel .cnr-artikel-foto {
  float: left;
  position: relative;
}
.cnr-catalogus-artikel .cnr-artikel-foto img {
  width: 165px;
  height: 165px;
}
.cnr-catalogus-artikel .cnr-artikel-foto .foto-aantal {
  width: 29px;
  height: 30px;
  display: none;
  font-size: 11px;
  color: #81b936;
  text-align: right;
  position: absolute;
  padding: 0 5px 0 0;
  bottom: 35px;
  left: 5px;
  z-index: 10;
  background: transparent url("/Content/Images/icon-aantal-fotos.png") no-repeat 0 0;
}
.cnr-catalogus-artikel .cnr-artikel-foto .artikel-code {
  width: auto;
  height: 20px;
  color: #fff;
  font-size: 12px;
  padding: 1px 7px;
  background: #aaa;
  position: absolute;
  text-decoration: none;
  bottom: 10px;
  left: -3px;
}
.cnr-catalogus-artikel .cnr-artikel-foto .artikel-vbn-code {
  width: auto;
  height: 16px;
  color: #fff;
  position: absolute;
  bottom: 12px;
  right: 0;
  padding: 0 4px 0 4px;
  background: #8dc63f;
  font-size: 85%;
}
.cnr-catalogus-artikel .cnr-artikel-foto .artikel-referentie {
  width: auto;
  color: #fff;
  font-size: 12px;
  background: #aaa;
  position: absolute;
  top: -3px;
  left: -3px;
  padding: 1px 7px;
}
.cnr-catalogus-artikel .cnr-artikel-foto .artikel-referentie:empty {
  display: none;
}
.cnr-catalogus-artikel.geblokkeerd .artikel-code {
  background-color: #d9534f;
}
.cnr-catalogus-artikel h3 {
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 5px 0;
  height: 32px;
  overflow: hidden;
}
.cnr-catalogus-artikel h3 a {
  color: #8dc63f;
}
.cnr-catalogus-artikel .sub-kop {
  color: #1D2B1D;
  font-size: 12px;
}
.aanboddiagram {
  overflow: hidden;
  width: 90%;
}
.aanboddiagram .diagramregel {
  width: 90%;
  margin: 4px 0 4px;
  overflow: hidden;
  background: white;
}
.aanboddiagram .diagramregel .kop {
  width: 30%;
  float: left;
  height: 20px;
  text-align: right;
  background: white;
  padding-right: 10px;
}
.aanboddiagram .diagramregel .item,
.aanboddiagram .diagramregel .weeknummer {
  float: left;
  height: 20px;
  text-align: center;
}
.aanboddiagram .diagramregel .item {
  font-size: 10px;
  border: 1px solid #c5d3d1;
}
.aanboddiagram .diagramregel .weeknummer {
  font-size: 11px;
  width: 7%;
  border: 1px dashed #c5d3d1;
  background: white;
}
.aanboddiagram .diagramregel .leverbaar {
  background: #8dc63f;
  border: 1px solid #aaa;
}
.aanboddiagram .diagramregel .leeg {
  background: white;
  border: 0;
}
.aanboddiagram .diagramregel .nietgeldig {
  background: #c5d3d1;
  border: 1px solid #aaa;
  border-width: 1px 0 1px 1px;
}
.aanboddiagram .diagramregel .nietleverbaar {
  background: red;
  border-color: darkred;
}
.wpr-artikel-info {
  float: left;
  height: 165px;
}
.wpr-artikel-info a {
  font-weight: normal;
}
.wpr-artikel-info .card {
  margin: 0 auto;
  width: 390px;
  height: 165px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.wpr-artikel-info .card .front,
.wpr-artikel-info .card .back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wpr-artikel-info .card .front {
  position: absolute;
  top: 0;
  z-index: 900;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateX(0) rotateY(0);
  -moz-transform: rotateX(0) rotateY(0);
  -ms-transform: rotateX(0) rotateY(0);
  -o-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
}
.wpr-artikel-info .card.flip .front {
  z-index: 900;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.wpr-artikel-info .card .back {
  position: absolute;
  top: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.wpr-artikel-info .card.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0) rotateY(0);
  -moz-transform: rotateX(0) rotateY(0);
  -ms-transform: rotateX(0) rotateY(0);
  -o-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
}
.wpr-artikel-info .cnr-artikel-info {
  width: 100%;
  max-width: 225px;
  height: 165px;
  overflow-y: auto;
  padding: 10px;
  padding-right: 22px;
  /* om ruimte voor icon buttons over te laten */
  float: left;
  display: block;
  background: #fff;
  border-right: 1px solid #dddddd;
  position: relative;
  line-height: 1.1;
}
.wpr-artikel-info .cnr-artikel-info .form-group {
  margin-bottom: 3px;
}
.wpr-artikel-info .cnr-artikel-info .btn-artikelfoto {
  margin: 0 2px 2px 0;
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  position: relative;
  box-sizing: content-box;
  text-align: center;
}
.wpr-artikel-info .cnr-artikel-info .btn-artikelfoto:hover {
  text-decoration: none;
}
.wpr-artikel-info .cnr-artikel-info .btn-artikelfoto img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.wpr-artikel-info .cnr-artikel-info .btn-artikelfoto span {
  position: absolute;
  left: 0;
  width: 80px;
  -webkit-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.wpr-artikel-info .cnr-artikel-info .btn-artikelfoto span.caption {
  top: 5px;
  font-size: 10px;
}
.wpr-artikel-info .cnr-artikel-info .btn-artikelfoto span.fa-stack {
  bottom: 6px;
  font-size: 20px;
}
.wpr-artikel-info .cnr-artikel-info .gekozen-artikelfoto {
  border: 1px solid #81b936;
}
.wpr-artikel-info .cnr-artikel-info .button-group {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.wpr-artikel-info .cnr-artikel-info .button-group a {
  float: right;
  margin: 0 0 0 10px;
}
.wpr-artikel-info .cnr-artikel-info span.aangepast::after {
  display: inline-block;
  color: #aaa;
  content: "\"";
}
.wpr-artikel-info .cnr-artikel-info span.aangepast::before {
  display: inline-block;
  color: #aaa;
  padding: 0;
  content: "\"";
}
.wpr-artikel-info .cnr-artikel-info a.btn-tegel-feature {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 5px;
  color: #aaa;
}
.wpr-artikel-info .cnr-artikel-info a.btn-tegel-feature.btn-overige-acties {
  top: 7px;
}
.wpr-artikel-info .cnr-artikel-info a.btn-tegel-feature:hover {
  color: #81b936;
}
.wpr-artikel-info .cnr-artikel-info a.btn-tegel-feature.btn-weeklijstartikel-prijshistorie {
  top: 28px;
}
.wpr-artikel-info .cnr-artikel-info a.btn-tegel-feature.btn-artikel-aanbod {
  top: 49px;
}
.wpr-artikel-info .cnr-artikel-info a.btn-tegel-feature.btn-artikel-marktgroep {
  top: 70px;
}
.wpr-artikel-info .cnr-artikel-info .cnr-artikel-labels {
  position: absolute;
  bottom: 10px;
}
.wpr-artikel-info .cnr-artikel-info .cnr-artikel-labels p {
  margin: 0;
  float: left;
  display: block;
  margin-right: 10px;
}
.wpr-artikel-info .cnr-artikel-info .cnr-artikel-labels p label {
  width: 45px;
  display: inline-block;
  margin: 0;
  color: #aaa;
  font-size: 10px;
}
.wpr-artikel-info .cnr-artikel-info .cnr-artikel-labels p label.btn-flip {
  color: #8dc63f;
  cursor: pointer;
}
.wpr-artikel-info .cnr-artikel-info .cnr-artikel-labels p label.btn-flip:hover {
  text-decoration: underline;
}
.wpr-artikel-info .cnr-artikel-info .cnr-artikel-labels p span {
  display: inline-block;
  color: #1D2B1D;
  font-size: 12px;
}
.wpr-artikel-info .cnr-artikel-info.cnr-back-flip {
  max-width: 390px;
}
.wpr-artikel-info .cnr-artikel-info.cnr-overige-acties .panel {
  font-size: 11px;
  /*margin-bottom: 5px;*/
}
.wpr-artikel-info .cnr-artikel-info.cnr-overige-acties .panel .panel-body {
  padding: 5px 10px;
  min-height: 45px;
}
.wpr-artikel-info .cnr-artikel-info.cnr-overige-acties .panel .panel-body .fa {
  font-size: 16px;
}
.wpr-artikel-info .cnr-artikel-info.cnr-overige-acties .panel .panel-body span.titel {
  font-size: 13px;
  margin-left: 6px;
}
.wpr-artikel-info .cnr-artikel-info.cnr-overige-acties .cnr-extra-info {
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 360px;
}
.wpr-artikel-info .cnr-lever-info {
  width: 100%;
  max-width: 165px;
  padding: 2px 10px;
  height: 165px;
  float: left;
  background: #fff;
}
.wpr-artikel-info .cnr-lever-info .leverweken {
  margin-top: -3px;
  font-size: 11px;
  color: #aaa;
}
.wpr-artikel-info .cnr-lever-info .cnr-aanvraag-details {
  top: 47px;
  width: 135px;
  height: 75px;
  position: absolute;
}
.wpr-artikel-info .cnr-lever-info .cnr-aanvraag-details .btn-artikel-marktgroep {
  position: absolute;
  bottom: 0;
  right: -16px;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen {
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 77px;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .fa {
  width: 14px;
  text-align: center;
  display: inline-block;
  color: #aaa;
  margin: 1px 3px 0 0;
  cursor: help;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen div.prijs,
.wpr-artikel-info .cnr-lever-info .cnr-prijzen p {
  font-size: 12px;
  color: #1D2B1D;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen div.prijs {
  display: inline-block;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .prijsblok {
  padding: 2px;
  background-color: #eaf5dc;
  height: 20px;
  position: absolute;
  width: 80px;
  font-size: 12px;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .prijsblok div.prijs .sup a {
  padding: 0 !important;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .aanvraagreactie1 {
  top: 3px;
  border-right: 1px solid #81b936;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .aanvraagreactie2 {
  top: 20px;
  border-right: 1px solid #81b936;
  border-bottom: 1px solid #81b936;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .weeklijstprijs {
  top: 25px;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .termijnprijs {
  top: 48px;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .reguliereprijs {
  top: 71px;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen .prijserror {
  background-color: #f9e2e2;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen p {
  margin: 0;
  font-size: 12px;
  color: #1D2B1D;
}
.wpr-artikel-info .cnr-lever-info .cnr-prijzen p span.euro {
  margin-right: 3px;
}
.wpr-artikel-info .cnr-lever-info .icon-thumb {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 69px;
  right: -3px;
  background: #8dc63f;
}
.wpr-artikel-info .cnr-lever-info .icon-thumb:hover {
  color: #1D2B1D;
}
.wpr-artikel-info .cnr-lever-info .cnr-belading {
  width: 165px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  border-top: 1px solid #ddd;
  padding: 2px 10px;
}
.wpr-artikel-info .cnr-lever-info .cnr-belading a {
  color: black;
}
.wpr-artikel-info .cnr-lever-info .naar-beladingen {
  position: absolute;
  bottom: 0px;
  right: 40px;
  font-size: 24px;
  color: #aaa;
}
.wpr-artikel-info .cnr-lever-info .cnr-artikel-aanvraag {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.wpr-artikel-info .cnr-artikel-back {
  width: 390px;
  height: 165px;
  background: #fff;
}
.wpr-artikel-info .cnr-artikel-back .wpr-flip-buttons {
  position: absolute;
  right: 8px;
  top: 8px;
}
.wpr-artikel-info .cnr-artikel-back .wpr-flip-buttons .btn-flip-back-ok {
  margin-right: 2px;
}
.wpr-artikel-info .cnr-lijst-keuze {
  position: absolute;
  right: 0px;
  top: 2px;
}
.wpr-artikel-info .cnr-lijst-keuze a,
.wpr-artikel-info .cnr-lijst-keuze span {
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  clear: both;
  line-height: 20px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 11px;
  color: white;
  background-color: #8dc63f;
  text-transform: uppercase;
  position: absolute;
  right: -20px;
}
.wpr-artikel-info .cnr-lijst-keuze a:hover,
.wpr-artikel-info .cnr-lijst-keuze span:hover {
  text-decoration: none;
}
.wpr-artikel-info .cnr-lijst-keuze a.actief,
.wpr-artikel-info .cnr-lijst-keuze span.actief {
  padding: 0 3px;
  text-align: right;
  width: 80px;
  margin-right: 17px;
}
.wpr-artikel-info .cnr-lijst-keuze a.actief.aanvraagartikel,
.wpr-artikel-info .cnr-lijst-keuze span.actief.aanvraagartikel {
  background-color: #8dc63f;
}
.wpr-artikel-info .cnr-lijst-keuze a.weeklijst,
.wpr-artikel-info .cnr-lijst-keuze span.weeklijst {
  top: 23px;
}
.wpr-artikel-info .cnr-lijst-keuze a.termijnlijst,
.wpr-artikel-info .cnr-lijst-keuze span.termijnlijst {
  top: 45px;
}
.wpr-artikel-info .cnr-lijst-keuze a.aanvraagartikel,
.wpr-artikel-info .cnr-lijst-keuze span.aanvraagartikel {
  top: 1px;
}
.wpr-artikel-info .cnr-lijst-keuze a.uit,
.wpr-artikel-info .cnr-lijst-keuze span.uit {
  background-color: #aaa;
  cursor: default;
  width: 20px;
}
.wpr-artikel-info .cnr-lijst-keuze a.niet-gevolgd,
.wpr-artikel-info .cnr-lijst-keuze span.niet-gevolgd {
  background-color: #aaa;
  pointer-events: none;
  cursor: default;
}
.cnr-zoeken {
  padding: 20px;
  background: white;
}
.cnr-zoeken .form-group {
  margin-bottom: 8px;
}
select.form-control option[value=''] {
  color: #999;
}
.cnr-artikel-beladingen {
  padding: 0px 0 0;
}
.cnr-artikel-beladingen ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.cnr-artikel-beladingen ul li {
  width: 50%;
  display: block;
  float: left;
}
.cnr-artikel-beladingen ul li input[type=checkbox] {
  margin-right: 3px;
}
.cnr-artikel-beladingen .cnr-artikel-belading-items {
  overflow: hidden;
}
.cnr-artikel-beladingen .cnr-artikel-belading-items li {
  margin: 0 0 2px;
}
.cnr-artikel-beladingen .cnr-artikel-belading-items li a {
  min-height: 17px;
  font-size: 12px;
  color: #1D2B1D;
  display: block;
  padding: 0 0 0 28px;
  background: transparent url("/Content/Images/checkbox-sprite.png") no-repeat 0 0;
}
.cnr-artikel-beladingen .cnr-artikel-belading-items li a:hover {
  color: #81b936;
}
.cnr-artikel-beladingen .cnr-artikel-belading-items li.selected a {
  color: #81b936;
  background-position: 0 -34px;
}
ul.cnr-artikel-belading-items {
  padding-left: 0;
}
ul.cnr-artikel-belading-items li.selected {
  font-weight: bold;
}
div.cnr-details-kweker {
  display: none;
}
div.cnr-naam-kweker h2 a {
  text-decoration: none;
  color: #80bd01;
}
div.cnr-naam-kweker h2 a i {
  color: #899089;
}
div.cnr-naam-kweker h2 a span.kweker-gevolgd {
  display: none;
}
.cnr-actie-filter {
  background: #e7e7e7;
  padding: 5px 10px 15px 10px;
  margin-bottom: 15px;
  border-top: 1px solid #d2d2d2;
  text-align: center;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(170, 170, 170, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(170, 170, 170, 0.75);
}
.cnr-actie-filter .btn-actie {
  display: inline-block;
  width: 100px;
  margin-right: 8px;
  margin-bottom: 4px;
  text-align: center;
  color: #1D2B1D;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  position: relative;
}
@media (min-width: 992px) {
  .cnr-actie-filter .btn-actie {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cnr-actie-filter .btn-actie {
    margin-right: 12px;
  }
}
.cnr-actie-filter .btn-actie i {
  font-size: 30px;
  padding: 13px 20px;
}
.cnr-actie-filter .btn-actie .description {
  display: block;
}
.cnr-actie-filter .btn-actie .label {
  position: absolute;
  top: 7px;
  right: 17px;
}
.cnr-actie-filter .btn-actie:hover,
.cnr-actie-filter .btn-actie.active {
  text-decoration: none;
}
.cnr-actie-filter .btn-actie:hover .description,
.cnr-actie-filter .btn-actie.active .description {
  color: #000;
}
.cnr-actie-filter .btn-actie:hover i,
.cnr-actie-filter .btn-actie.active i {
  background: transparent url('/Content/Images/actie-filter-hover-bg.png') no-repeat center center;
}
.wpr-activiteiten-melding {
  padding: 30px 0;
  margin: 25px 0 0;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .wpr-activiteiten-melding {
    display: flex;
  }
}
.wpr-activiteiten-melding .img-circle {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .wpr-activiteiten-melding .img-circle {
    margin: 0 auto;
  }
}
.wpr-activiteiten-melding .cnr-melding-header h2 {
  color: #1D2B1D;
  font: 300 30px/1 'roboto-slab', serif;
  margin-bottom: 15px;
  display: inline-block;
}
.wpr-activiteiten-melding .cnr-melding-header .cnr-alarm {
  min-width: 30px;
  min-height: 30px;
  top: 5px;
  position: relative;
  display: inline-block;
}
.wpr-activiteiten-melding .cnr-melding-header .cnr-alarm i {
  position: absolute;
  font-size: 25px;
  transform: rotate(30deg);
}
.wpr-activiteiten-melding p {
  font: 300 16px/1.4 'proxima-nova', Arial, sans-serif;
  margin-bottom: 25px;
}
.wpr-activiteiten-melding p .bold {
  color: #81b936;
  font: 600 16px/1 'roboto-slab', serif;
}
.wpr-activiteiten-melding .progress {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #aaa;
}
.wpr-activiteiten-melding .progress .progress-bar {
  color: #fff;
  box-shadow: none;
  background-image: none;
  background-color: #8dc63f;
  transition: width 1500ms ease-out;
  text-align: right;
  padding-right: 5px;
}
.wpr-activiteiten-melding .wpr-activiteiten-percentage {
  display: flex;
}
.wpr-activiteiten-melding .wpr-activiteiten-percentage .cnr-activiteiten-percentage {
  color: #81b936;
  align-self: flex-end;
  opacity: 0;
  animation-name: fade-in;
  animation-delay: 1500ms;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-in;
  -webkit-animation-delay: 1500ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fade-in;
  -moz-animation-delay: 1500ms;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: 1;
}
.wpr-activiteiten-melding .wpr-activiteiten-percentage .cnr-activiteiten-percentage .percentage {
  font: 600 75px/1 'roboto-slab', serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wpr-activiteiten-melding .wpr-activiteiten-percentage .cnr-activiteiten-percentage .percentage {
    font-size: 50px;
  }
}
.cnr-divider {
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}
#wpr-activiteiten-overzicht {
  position: relative;
}
#wpr-activiteiten-overzicht::before {
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 33px;
  width: 1px;
  background: #bbb;
}
@media (max-width: 767px) {
  #wpr-activiteiten-overzicht::before {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #wpr-activiteiten-overzicht::before {
    left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #wpr-activiteiten-overzicht::before {
    left: 26px;
  }
}
@media (min-width: 1200px) {
  #wpr-activiteiten-overzicht::before {
    left: 40px;
  }
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge {
  margin-bottom: 30px;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge.locked .cnr-activiteiten-badge {
  opacity: 0.5;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .wpr-status {
  height: 100%;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .wpr-status .cnr-status {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: 1px solid #bbb;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .wpr-status .cnr-status.hidden {
  display: none;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .wpr-status .cnr-status i {
  font-size: 16px;
  color: #848484;
}
@media (max-width: 767px) {
  #wpr-activiteiten-overzicht .wpr-activiteiten-badge .wpr-status .cnr-status {
    margin-left: 0;
  }
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge {
  padding: 15px 5px;
  background-color: #fff;
  position: relative;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge.bounce-in {
  display: block;
  animation-name: fade-in;
  animation-delay: 1500ms;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-in;
  -webkit-animation-delay: 1500ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fade-in;
  -moz-animation-delay: 1500ms;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: 1;
}
@media (min-width: 768px) {
  #wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge {
    padding: 30px 20px;
  }
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge h2 {
  margin-bottom: 15px;
  font: 600 18px/1 'proxima-nova', Arial, sans-serif;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge p {
  font-size: 14px;
  margin-bottom: 20px;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge .cnr-button .plus-activiteit {
  margin-left: 10px;
  color: #81b936;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-activiteiten-badge .cnr-button .btn {
  font-size: 16px;
  min-width: 140px;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-image {
  text-align: center;
}
#wpr-activiteiten-overzicht .wpr-activiteiten-badge .cnr-image i {
  color: #A9A9AA;
  font-size: 80px;
  margin-top: 40px;
}
#dashboard-getting-started .page-header {
  margin-bottom: 0;
}
#dashboard-getting-started .step {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
  background-color: #b3b3b3;
}
@media (min-width: 992px) {
  #dashboard-getting-started .dashboard-tip p {
    font-size: 16px;
    margin-left: 40px;
  }
}
#dashboard-getting-started .dashboard-tip .cnr-image {
  padding: 10px 0;
}
#dashboard-getting-started .dashboard-tip .panel-footer {
  padding: 20px 0;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.statusbericht {
  position: relative;
}
.statusbericht textarea {
  padding: 20px 20px 0 20px;
  border: 0;
  font-size: 18px;
  border-bottom: 1px solid #DEDEDE;
  height: 80px;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.statusbericht textarea:focus {
  margin: -1px -1px 0 -1px;
  border: 1px solid #80bd01;
  height: 125px;
}
.statusbericht #char-indicator {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 86%;
}
.statusbericht #txtStatusBericht {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.statusbericht #txtStatusBericht-error {
  visibility: hidden;
}
.statusbericht .form-group {
  margin-bottom: 0;
}
.panel-feature-promotie {
  border-bottom: 2px solid #81b936;
}
.panel-floriday {
  border-radius: 5px;
  background-color: #3f0991;
  padding: 15px 20%;
}
.panel-floriday.panel-horizontal {
  padding: 15px 8px;
}
.panel-floriday.panel-horizontal .btn-floriday {
  border-radius: 32px;
}
.panel-floriday .panel-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.panel-floriday img {
  max-width: 120px;
}
.panel-floriday span,
.panel-floriday h1,
.panel-floriday h2 {
  color: #FFFFFF;
  font-weight: bolder;
  font-family: 'proxima-nova', Arial, sans-serif;
}
.panel-floriday span.floriday-groen,
.panel-floriday h1.floriday-groen,
.panel-floriday h2.floriday-groen {
  color: #1ec78d;
}
.panel-floriday h1 {
  font-size: 26px;
  line-height: 28px;
}
.panel-floriday h2 {
  font-size: 22px;
  line-height: 26px;
}
.panel-floriday h2.compact {
  font-size: 20px;
  margin: 2px 0;
}
.panel-floriday .description {
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'proxima-nova', Arial, sans-serif;
}
.panel-floriday .description.compact {
  font-size: 16px;
  font-weight: 500;
  font-family: 'proxima-nova', Arial, sans-serif;
}
.floriday-floriday-onderhoud-banner {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
}
.floriday-floriday-onderhoud-banner.en {
  background-image: url('/Content/Images/floriday-onderhoud-29-03-23-EN.png');
  padding-top: 90%;
}
.floriday-floriday-onderhoud-banner.nl {
  background-image: url('/Content/Images/floriday-onderhoud-29-03-23-NL.png');
  padding-top: 90%;
}
.floriday-floriday-onderhoud-banner.de {
  background-image: url('/Content/Images/floriday-onderhoud-29-03-23-DE.png');
  padding-top: 90%;
}
.banner-aanvragen-floriday {
  background-color: #3f0991;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-aanvragen-floriday h4 {
  color: white;
  font-size: 22px;
  margin: 4px 0;
}
.banner-aanvragen-floriday i {
  font-size: 14px;
  color: white;
}
.banner-aanvragen-floriday i a {
  color: white;
  font-weight: 200;
}
.banner-aanvragen-floriday .btn-floriday {
  border-radius: 32px;
  margin-left: 16px;
}
.floriday-explorer-dashboard-banner {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
}
.floriday-explorer-dashboard-banner.en {
  background-image: url('/Content/Images/floriday-explorer-banner-dashboard-EN.png');
  padding-top: 109%;
}
.floriday-explorer-dashboard-banner.nl {
  background-image: url('/Content/Images/floriday-explorer-banner-dashboard-NL.png');
  padding-top: 109%;
}
.floriday-explorer-dashboard-banner.de {
  background-image: url('/Content/Images/floriday-explorer-banner-dashboard-DE.png');
  padding-top: 109%;
}
.floriday-explorer-catalogus-banner {
  width: 100%;
  display: flex;
  position: relative;
  background-color: white;
  overflow: hidden;
  font-family: GorditaBold, Lato, Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .floriday-explorer-catalogus-banner {
    display: none;
  }
}
.floriday-explorer-catalogus-banner .orange-circle-background {
  background-color: #f5ae0f;
  position: absolute;
  left: -20%;
  top: -50%;
  width: 65%;
  height: 200%;
  border-radius: 500px;
}
.floriday-explorer-catalogus-banner .column-left {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 32px 32px 32px 64px;
  align-items: flex-start;
  justify-content: center;
  color: white;
  z-index: 99;
}
.floriday-explorer-catalogus-banner .column-left img {
  height: 40px;
}
.floriday-explorer-catalogus-banner .column-left .explorer-title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 24px 0 12px 0;
}
.floriday-explorer-catalogus-banner .column-left .explorer-title-container h1 {
  font-size: 42px;
  margin: 0;
  font-family: GorditaBold, Lato, Arial, Helvetica, sans-serif;
}
.floriday-explorer-catalogus-banner .column-left .explorer-title-container .explorer-version {
  margin-left: 12px;
  background-color: #3f0991;
  border-radius: 200px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 100;
}
.floriday-explorer-catalogus-banner .column-left .subtext {
  color: #ffffffe0;
  font-weight: 500;
  font-size: 19px;
}
.floriday-explorer-catalogus-banner .column-left .btn-floriday {
  margin-top: 38px;
  background-color: #3f0991;
  border-color: #3f0991;
  border-radius: 32px;
}
.floriday-explorer-catalogus-banner .column-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  align-items: flex-start;
  justify-content: space-around;
}
.floriday-explorer-catalogus-banner .column-right .item {
  display: flex;
}
.floriday-explorer-catalogus-banner .column-right .item .icon-container {
  margin: 0 24px 0 12px;
  background-color: #e4e4e4;
  border-radius: 200px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floriday-explorer-catalogus-banner .column-right .item .icon-container img {
  height: 28px;
}
.floriday-explorer-catalogus-banner .column-right .item .text-container {
  max-width: 70%;
}
.fx-explorer-end-banner {
  padding: 32px;
  background-color: #1D2B1D;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-color: #7FBC03;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 16px;
}
.fx-explorer-end-banner i {
  color: #7FBC03;
  font-size: 4em;
  margin-right: 48px;
}
.fx-explorer-end-banner span {
  color: #fffffff2;
  font-size: 24px;
  font-family: 'roboto-slab', serif;
  max-width: 60%;
  display: inline;
}
@media (max-width: 1500px) {
  .fx-explorer-end-banner span {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  .fx-explorer-end-banner span {
    max-width: 90%;
  }
}
.fx-explorer-end-banner span i {
  font-size: 1em;
  margin-right: 0;
}
.banner-floraxchange-valse-mail {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
}
.banner-floraxchange-valse-mail.en {
  background-image: url('/Content/Images/fx-banner-valse-mail-en.png');
  padding-top: 40%;
}
.banner-floraxchange-valse-mail.nl {
  background-image: url('/Content/Images/fx-banner-valse-mail-nl.png');
  padding-top: 40%;
}
.banner-floraxchange {
  padding: 15px;
  text-align: center;
}
.banner-floraxchange h1 {
  margin-top: 0;
  font-size: 32px;
}
.banner-floraxchange h1.fx-groen {
  color: #81b936;
}
.banner-floraxchange p {
  margin-top: 20px;
}
.banner-floraxchange .btn-fx-banner {
  border-radius: 24px;
  background-color: #81b936;
  color: white;
  font-size: 20px;
}
.banner-floraxchange .btn-fx-banner.btn-purple {
  background-color: #3f0991;
}
@media (min-width: 992px) {
  .banner-floraxchange {
    background-image: url('/Content/Images/bgFloraXchangeBanner.png');
    background-size: cover;
    background-position: center;
    padding: 70px 30px;
    min-height: 320px;
  }
  .banner-floraxchange p {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .banner-floraxchange {
    padding: 70px 160px;
  }
}
#timeline-results .panel.panel-koper,
#statusbericht-preview .panel.panel-koper {
  border-bottom: 2px solid #03a9f4;
}
#timeline-results .panel.panel-kweker,
#statusbericht-preview .panel.panel-kweker {
  border-bottom: 2px solid #81b936;
}
#timeline-results .panel.panel-redactioneel,
#statusbericht-preview .panel.panel-redactioneel {
  border-bottom: 2px solid #f44336;
}
#timeline-results blockquote,
#statusbericht-preview blockquote {
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #timeline-results blockquote,
  #statusbericht-preview blockquote {
    font-size: 13px;
  }
}
#timeline-results .item-thumbs img,
#statusbericht-preview .item-thumbs img {
  border: 1px solid #e0e0e0;
  margin: 1px;
}
#timeline-results .iconTable .icon-cell,
#statusbericht-preview .iconTable .icon-cell,
#timeline-results .smallIconTable .icon-cell,
#statusbericht-preview .smallIconTable .icon-cell {
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
#timeline-results .hashtag-foto,
#statusbericht-preview .hashtag-foto {
  margin-right: 10px;
}
h3.timeline-kop {
  text-align: center;
  font: 600 14px/1 'proxima-nova', Arial, sans-serif !important;
  margin: 0 0 20px;
}
#timeline-footer {
  margin-bottom: 15px;
}
.cnr-dashboard-profielsterkte p {
  margin-bottom: 20px;
  color: #899089;
}
.cnr-dashboard-profielsterkte .progress {
  margin-bottom: 30px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .cnr-dashboard-profielsterkte .progress .progress-bar {
    padding-right: 0;
  }
  .cnr-dashboard-profielsterkte .progress .progress-bar span {
    font-size: 14px;
    padding: 0 5px;
    color: #fff;
    position: relative;
  }
}
.cnr-call-to-action {
  margin: 20px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .cnr-call-to-action {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.cnr-call-to-action .page-header {
  margin-bottom: 0;
}
.cnr-call-to-action .image {
  padding: 20px 0;
}
.bedrijfskleur-preview {
  width: 16px;
  height: 16px;
  display: block;
}
.opacity-overlay-background {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.opacity-overlay-background h2,
.opacity-overlay-background h3,
.opacity-overlay-background a,
.opacity-overlay-background div.cnr_aanbod_prijs,
.opacity-overlay-background ul li,
.opacity-overlay-background td,
.opacity-overlay-background p {
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 1px #444444;
  text-shadow: 1px 1px 1px #444444;
  letter-spacing: -1px;
}
.opacity-overlay-background .opacity-overlay {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  padding: 8px 10px;
  /*height: 100px;*/
  background-color: rgba(10, 10, 10, 0.45);
}
.opacity-overlay-background .opacity-overlay .iconTable .fa,
.opacity-overlay-background .opacity-overlay .smallIconTable .fa {
  color: white;
}
.opacity-overlay-background .opacity-overlay a {
  text-decoration: none;
  color: #ffffff;
}
.opacity-overlay-background .opacity-overlay p {
  line-height: 1.1em !important;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.opacity-overlay-background .opacity-overlay h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.opacity-overlay-background .opacity-overlay h3 {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 0.85em;
}
.opacity-overlay-background .opacity-overlay h3 a:hover {
  color: #8DC63F;
}
.opacity-overlay-background:hover .opacity-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(10, 10, 10, 0.55);
}
.opacity-overlay-background:hover a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #CEE0EF;
}
.Aanbod.Index .pagination,
.Aanbod.Index .paging-extra {
  margin: 0 0 10px 0;
}
.aanbod-sorteerbalk li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.aanbod-sorteerbalk li > a .fa {
  margin-right: 4px;
}
.alert-floriday-catalogus {
  background-color: #f5ae0f;
  padding: 8px 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnr_zoekbalk .netwerk-filter,
.cnr-zoekbalk-2016 .netwerk-filter {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .cnr_zoekbalk .netwerk-filter label.radio-inline,
  .cnr-zoekbalk-2016 .netwerk-filter label.radio-inline {
    display: block;
    margin: 0 !important;
    max-width: 50%;
  }
}
.loadingAjaxContent .cnr-catalogus-artikel .cnr-artikel-info,
.loadingAjaxContent .cnr-catalogus-artikel .cnr-lever-info {
  background-color: rgba(0, 0, 0, 0.12);
}
.cnr-zoekbalk-2016 .filter-container .clear-filter:hover {
  color: #1D2B1D;
}
/* Zal wsl door Toast worden vervangen */
.validation-summary {
  padding: 10px;
  margin: 10px 0;
}
.validation-summary.jem-succes {
  border: 1px solid rgba(141, 199, 63, 0.55);
  background: rgba(141, 199, 63, 0.3);
}
.validation-summary.jem-succes span {
  color: #5E9612 !important;
  text-shadow: 1px 1px rgba(254, 254, 254, 0.25);
}
.validation-summary.jem-error {
  color: #990000;
  background: rgba(153, 0, 0, 0.25);
  border: 1px solid rgba(153, 0, 0, 0.35);
}
.validation-summary.jem-error span {
  font-weight: bold;
}
.table-lijsten tbody tr td {
  vertical-align: middle;
}
.cnr-contacten .list-group .fa {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .cnr-contacten .netwerk-filter {
    margin-top: 5px;
  }
}
.panel-artikel {
  margin-bottom: 10px;
}
.panel-artikel .panel-heading {
  padding-right: 4px;
}
.panel-artikel .panel-heading .panel-title {
  font-size: 14px;
}
@media (max-width: 767px) {
  .panel-artikel .panel-heading .panel-title {
    font-size: 13px;
  }
}
.panel-artikel .panel-heading .btn-group-task-items,
.panel-artikel .panel-heading .checkbox-custom {
  min-width: 0;
  margin: -8px 0;
}
.panel-artikel .panel-body {
  padding: 0;
}
.panel-artikel .panel-body .artikel-foto {
  position: relative;
}
.panel-artikel .panel-body .artikel-foto .artikel-code {
  position: absolute;
  bottom: 7px;
  left: -3px;
  color: #fff;
  padding: 1px 7px;
  background: #aaa;
}
.panel-artikel .panel-body .dl {
  border-top: 0;
  margin: 5px;
}
.panel-artikel .panel-body .dl li {
  border-bottom: 0;
}
.panel-artikel .panel-body .dl i {
  width: 11px;
  text-align: center;
}
.panel-artikel .panel-body .lijsten h4 {
  color: rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
  font-size: 86%;
  margin-top: 8px;
  margin-bottom: 4px;
}
.panel-artikel .panel-body .lijsten .badge {
  font-weight: normal;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#cnr-artikelen.selectiemodus .panel-artikel a {
  pointer-events: none;
  cursor: default;
}
#cnr-artikelen.selectiemodus .panel-artikel .panel-heading .btn-group-task-items {
  display: none;
}
.fancybox-image-bewerken {
  position: relative;
}
.fancybox-image-bewerken .panel {
  margin-bottom: 0;
  padding-bottom: 54px;
}
.fancybox-image-bewerken #cnr-image {
  text-align: center;
  position: static;
}
.fancybox-image-bewerken .jcrop-holder {
  margin: 0 auto;
}
.fancybox-image-bewerken .btn-bar-fancybox {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wpr-image-task-menu {
  height: 100%;
  background-color: #899089;
}
.wpr-image-task-menu .cnr-task-menu {
  box-shadow: none;
}
.wpr-image-task-menu .cnr-task-menu .list-group {
  margin-bottom: 0;
  box-shadow: none;
}
.wpr-image-task-menu .cnr-image-details {
  padding: 15px 10px;
  margin-top: 15px;
  background-color: #a3a9a3;
}
.panel-foto-beheren {
  margin-bottom: 8px;
}
.panel-foto-beheren .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.panel-foto-beheren .panel-body .cnr_artikelfoto {
  margin: 0 10px 10px 0;
}
.panel-foto-beheren .dropzone {
  padding: 15px 5px;
}
@media (max-width: 767px) {
  .panel-foto-beheren {
    text-align: center;
  }
  .panel-foto-beheren h2 {
    margin: 0;
  }
  .panel-foto-beheren .foto-thumbs {
    margin-top: 10px;
  }
  .panel-foto-beheren .dropzone {
    padding: 8px 5px;
  }
}
.cnr_artikelfoto {
  text-align: center;
  float: left;
  margin: 5px;
  border: 1px solid #eee;
  display: block;
  position: relative;
}
.cnr_artikelfoto.klein {
  width: 100px;
  height: 100px;
}
.cnr_artikelfoto.groot {
  width: 180px;
  height: 180px;
}
.cnr_artikelfoto .artikelfoto.klein {
  width: 100px;
  height: 100px;
}
.cnr_artikelfoto .artikelfoto.groot {
  width: 180px;
  height: 180px;
}
.cnr_artikelfoto.active {
  box-shadow: 0 0 4px #aaa;
  border: 1px solid #aaa;
}
.dropzone {
  border: 1px solid #DEDEDE !important;
  background: #F9F9F9 !important;
  min-height: 0 !important;
}
.dropzone .dz-message {
  margin: 0 !important;
}
.dropzone.dropzone-transparent {
  border: 0 none !important;
  background: transparent !important;
}
.cnr-artikelfoto-tasks {
  padding: 1px 0;
  left: 0;
  bottom: -1px;
  position: absolute;
  background-color: rgba(137, 144, 137, 0.9);
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.cnr-artikelfoto-tasks.klein {
  width: 100px;
}
.cnr-artikelfoto-tasks.groot {
  width: 180px;
}
.cnr-artikelfoto-tasks .btnTaskItem {
  color: #fff;
  font-size: 15px;
  margin: 0 8px;
}
.cnr-artikelfoto-tasks .btnTaskItem.active {
  color: #838383;
}
.cnr-artikelfoto-tasks .btnTaskItem:hover {
  color: #1D2B1D;
}
div.cnr_artikelfoto_standaard {
  -webkit-box-shadow: 0 0 12px #8dc63f;
  box-shadow: 0 0 12px #8dc63f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.cnr_artikelfotobeschrijving {
  position: absolute;
  top: 0;
  padding: 4px;
  height: 69px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  -webkit-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
div.cnr_artikelfotobeschrijving i.fa {
  color: rgba(0, 0, 0, 0.54);
}
div.cnr_artikelfotobeschrijving.klein {
  width: 100px;
}
div.cnr_artikelfotobeschrijving.groot {
  width: 180px;
}
.table-aanvraag-invullen td {
  vertical-align: middle;
}
.table-aanvraag-invullen .prijs {
  display: inline-block;
  margin-left: 10px;
}
#cnr_extraEigenschappen {
  margin-bottom: 15px;
}
#cnr_extraEigenschappen .form-group {
  margin-bottom: 5px;
}
.Aanbod.Bewerken #cnr_prijsgroepprijzen .input-group-btn .btn {
  width: 110px;
}
#frmWeeklijstVullen tr.nietIngevuld input {
  color: #a0a0a0;
}
#frmWeeklijstVullen input[type="text"] {
  width: 80px;
}
/* Voorraad tooltip, bv vanuit /Aanbod/WeeklijstVullen/.. */
div.cnr_klant_voorraad_balk {
  height: 17px;
  width: 280px;
  overflow: hidden;
}
div.cnr_klant_voorraad_balk div.cnr_rode_balk,
div.cnr_klant_voorraad_balk div.cnr_groene_balk {
  position: absolute;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
  height: 17px;
}
div.cnr_klant_voorraad_balk div.cnr_rode_balk {
  background: url('/content/images/bgRedStripes.png');
}
div.cnr_klant_voorraad_balk div.cnr_groene_balk {
  background: url('/content/images/bgGreenStripes.png');
  text-align: center;
  vertical-align: central;
}
div.cnr_klant_voorraad_balk div.cnr_startkap {
  border-left: solid 1px #555;
}
div.cnr_klant_voorraad_balk div.cnr_eindkap {
  border-right: solid 1px #555;
}
div.cnr_klant_voorraad_balk div.cnr_voorraad_pointer {
  position: absolute;
  margin-top: -14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #555 transparent transparent transparent;
}
div.cnr_klant_voorraad_balk div.cnr_voorraad_pointer div.cnr_voorraad_pointer_label {
  border: solid 1px black;
  background-color: #ddd;
  margin-top: -30px;
  margin-left: -40px;
  width: 80px;
  text-align: center;
}
.table-groeischema img {
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  margin-right: 10px;
}
.table-groeischema thead tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-groeischema .cell {
  width: 42px;
  min-width: 42px;
  padding: 4px 2px;
}
.table-groeischema .active {
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-color: #81b936;
}
.levertijd-regel {
  margin: 4px 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
}
.bio {
  color: #677067;
  font: 400 18px/1.4 'proxima-nova', Arial, sans-serif;
}
.relatie-google-map {
  width: 100%;
  height: 334px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.profiel-banner {
  height: 300px;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.profiel-banner .profiel-overlay {
  position: absolute;
  width: 100%;
  z-index: 6;
}
.profiel-banner .profiel-overlay .btn-default {
  background-color: #fff;
}
.profiel-banner .profiel-overlay .omslagfoto-button {
  position: absolute;
  right: 20px;
  top: 0;
}
.panel-item-card {
  position: relative;
}
.panel-item-card .kweker {
  margin-bottom: 5px;
  font-size: 86%;
  color: rgba(0, 0, 0, 0.38);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-item-card .panel-body h3 i {
  font-size: 11px;
}
.panel-item-card .panel-body .artikel-prijs {
  letter-spacing: -1px;
  font-size: 18px;
  color: #1D2B1D;
  margin-top: 5px;
}
.panel-item-card .panel-body .eigenschappen {
  color: #899089;
  font-size: 14px;
}
.panel-item-card .panel-body .eigenschappen .list-inline > li {
  padding-right: 0;
}
.panel-item-card .panel-body .btn-group-task-items {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .panel-item-card .panel-body .artikel-prijs {
    margin-top: 5px;
    float: none;
    letter-spacing: normal;
  }
  .panel-item-card .panel-body .eigenschappen .fx-icon {
    font-size: 14px;
  }
}
.btnVolgConnectie {
  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;
  line-height: 1.42857143;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  border-color: #ccc;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.95);
  background-repeat: repeat-x;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.12);
}
.btnVolgConnectie:focus,
.btnVolgConnectie:active:focus,
.btnVolgConnectie.active:focus,
.btnVolgConnectie.focus,
.btnVolgConnectie:active.focus,
.btnVolgConnectie.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btnVolgConnectie:hover,
.btnVolgConnectie:focus,
.btnVolgConnectie.focus {
  color: #333;
  text-decoration: none;
}
.btnVolgConnectie:active,
.btnVolgConnectie.active {
  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);
}
.btnVolgConnectie.disabled,
.btnVolgConnectie[disabled],
fieldset[disabled] .btnVolgConnectie {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btnVolgConnectie:active,
.btnVolgConnectie.active,
.btnVolgConnectie:focus {
  background-image: none;
}
.btnVolgConnectie.btn-sm {
  padding: 6px 6px;
  font-size: 14px;
}
.btnVolgConnectie:hover,
.btnVolgConnectie:focus,
.btnVolgConnectie.focus,
.btnVolgConnectie:active,
.btnVolgConnectie.active,
.open > .dropdown-toggle.btnVolgConnectie {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btnVolgConnectie:active,
.btnVolgConnectie.active,
.open > .dropdown-toggle.btnVolgConnectie {
  background-image: none;
}
.btnVolgConnectie.disabled,
.btnVolgConnectie[disabled],
fieldset[disabled] .btnVolgConnectie,
.btnVolgConnectie.disabled:hover,
.btnVolgConnectie[disabled]:hover,
fieldset[disabled] .btnVolgConnectie:hover,
.btnVolgConnectie.disabled:focus,
.btnVolgConnectie[disabled]:focus,
fieldset[disabled] .btnVolgConnectie:focus,
.btnVolgConnectie.disabled.focus,
.btnVolgConnectie[disabled].focus,
fieldset[disabled] .btnVolgConnectie.focus,
.btnVolgConnectie.disabled:active,
.btnVolgConnectie[disabled]:active,
fieldset[disabled] .btnVolgConnectie:active,
.btnVolgConnectie.disabled.active,
.btnVolgConnectie[disabled].active,
fieldset[disabled] .btnVolgConnectie.active {
  background-color: #fff;
  border-color: #ccc;
}
.btnVolgConnectie .badge {
  color: #fff;
  background-color: #333;
}
.btnVolgConnectie:active,
.btnVolgConnectie.active {
  -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);
}
.btnVolgConnectie .badge {
  text-shadow: none;
}
.btnVolgConnectie:hover,
.btnVolgConnectie:focus {
  background-color: #DEDEDE;
  border-color: #DEDEDE;
  background-position: 0 -15px;
}
.btnVolgConnectie:active,
.btnVolgConnectie.active {
  border-color: rgba(0, 0, 0, 0.38);
}
.btnVolgConnectie.disabled,
.btnVolgConnectie:disabled,
.btnVolgConnectie[disabled] {
  background-image: none;
}
a.btnOntvolgen {
  border-color: #4cae4c;
  color: #fff;
  background-repeat: repeat-x;
  background-color: #5cb85c;
  border-color: #4eb24e;
  border-top-color: #55b555;
}
a.btnOntvolgen:hover,
a.btnOntvolgen:focus,
a.btnOntvolgen.focus,
a.btnOntvolgen:active,
a.btnOntvolgen.active,
.open > .dropdown-togglea.btnOntvolgen {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
a.btnOntvolgen:active,
a.btnOntvolgen.active,
.open > .dropdown-togglea.btnOntvolgen {
  background-image: none;
}
a.btnOntvolgen.disabled,
a.btnOntvolgen[disabled],
fieldset[disabled] a.btnOntvolgen,
a.btnOntvolgen.disabled:hover,
a.btnOntvolgen[disabled]:hover,
fieldset[disabled] a.btnOntvolgen:hover,
a.btnOntvolgen.disabled:focus,
a.btnOntvolgen[disabled]:focus,
fieldset[disabled] a.btnOntvolgen:focus,
a.btnOntvolgen.disabled.focus,
a.btnOntvolgen[disabled].focus,
fieldset[disabled] a.btnOntvolgen.focus,
a.btnOntvolgen.disabled:active,
a.btnOntvolgen[disabled]:active,
fieldset[disabled] a.btnOntvolgen:active,
a.btnOntvolgen.disabled.active,
a.btnOntvolgen[disabled].active,
fieldset[disabled] a.btnOntvolgen.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
a.btnOntvolgen .badge {
  color: #5cb85c;
  background-color: #fff;
}
a.btnOntvolgen:active,
a.btnOntvolgen.active {
  -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);
}
a.btnOntvolgen .badge {
  text-shadow: none;
}
a.btnOntvolgen:hover,
a.btnOntvolgen:focus {
  color: #fff;
  border-color: #3e8f3e;
  background-color: #4cae4c;
  background-position: 0 -15px;
}
a.btnOntvolgen:active,
a.btnOntvolgen.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
a.btnOntvolgen.disabled,
a.btnOntvolgen:disabled,
a.btnOntvolgen[disabled] {
  background-color: #419641;
  background-image: none;
}
a.btnOntvolgen span {
  position: absolute;
}
a.btnOntvolgen .spnOntvolgen {
  position: static;
  visibility: hidden;
}
a.btnOntvolgen:hover {
  border-color: #d43f3a;
  color: #fff;
  background-repeat: repeat-x;
  background-color: #d9534f;
  border-color: #d5433e;
  border-top-color: #d74b47;
}
a.btnOntvolgen:hover:hover,
a.btnOntvolgen:hover:focus,
a.btnOntvolgen:hover.focus,
a.btnOntvolgen:hover:active,
a.btnOntvolgen:hover.active,
.open > .dropdown-togglea.btnOntvolgen:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
a.btnOntvolgen:hover:active,
a.btnOntvolgen:hover.active,
.open > .dropdown-togglea.btnOntvolgen:hover {
  background-image: none;
}
a.btnOntvolgen:hover.disabled,
a.btnOntvolgen:hover[disabled],
fieldset[disabled] a.btnOntvolgen:hover,
a.btnOntvolgen:hover.disabled:hover,
a.btnOntvolgen:hover[disabled]:hover,
fieldset[disabled] a.btnOntvolgen:hover:hover,
a.btnOntvolgen:hover.disabled:focus,
a.btnOntvolgen:hover[disabled]:focus,
fieldset[disabled] a.btnOntvolgen:hover:focus,
a.btnOntvolgen:hover.disabled.focus,
a.btnOntvolgen:hover[disabled].focus,
fieldset[disabled] a.btnOntvolgen:hover.focus,
a.btnOntvolgen:hover.disabled:active,
a.btnOntvolgen:hover[disabled]:active,
fieldset[disabled] a.btnOntvolgen:hover:active,
a.btnOntvolgen:hover.disabled.active,
a.btnOntvolgen:hover[disabled].active,
fieldset[disabled] a.btnOntvolgen:hover.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
a.btnOntvolgen:hover .badge {
  color: #d9534f;
  background-color: #fff;
}
a.btnOntvolgen:hover:active,
a.btnOntvolgen:hover.active {
  -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);
}
a.btnOntvolgen:hover .badge {
  text-shadow: none;
}
a.btnOntvolgen:hover:hover,
a.btnOntvolgen:hover:focus {
  color: #fff;
  border-color: #b92c28;
  background-color: #d43f3a;
  background-position: 0 -15px;
}
a.btnOntvolgen:hover:active,
a.btnOntvolgen:hover.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
a.btnOntvolgen:hover.disabled,
a.btnOntvolgen:hover:disabled,
a.btnOntvolgen:hover[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
a.btnOntvolgen:hover span {
  visibility: hidden;
}
a.btnOntvolgen:hover .spnOntvolgen {
  visibility: visible;
}
table a.btnVolgConnectie {
  padding: 2px 4px;
}
table a.btnVolgConnectie span b {
  display: none;
}
#kweker-tabs .nav-tabs {
  margin-bottom: 20px;
  border: 0 none;
}
#kweker-tabs .nav-tabs li {
  float: none;
  display: inline-block;
}
#kweker-tabs .nav-tabs li a {
  border: 0 none;
  background-color: transparent;
  color: #838383;
}
#kweker-tabs .nav-tabs li a:hover {
  color: #1D2B1D;
}
@media (max-width: 767px) {
  #kweker-tabs .nav-tabs li a {
    padding: 10px 6px;
    font: normal 14px/1 'proxima-nova', Arial, sans-serif;
  }
  #kweker-tabs .nav-tabs li a .badge {
    font-weight: normal;
    font-size: 10px;
    padding: 1px;
  }
}
#kweker-tabs .nav-tabs li.active a {
  color: #1D2B1D;
}
#kweker-tabs .tab-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#kweker-tabs .tab-content .tab-pane {
  padding: 0;
  border: 0 none;
  background-color: transparent;
}
.well-noviteiten {
  background: #fff no-repeat right 80px center url('/Content/Images/noviteiten-star.png');
  padding: 50px 20px;
}
.well-noviteiten h2 {
  font: bold 24px 'proxima-nova', Arial, sans-serif;
}
.well-noviteiten .aantal {
  color: #81b936;
}
.panel-noviteit {
  min-height: 424px;
}
@media (min-width: 768px) {
  .panel-noviteit .col-links {
    height: 100%;
    border-right: 1px solid #DEDEDE;
  }
}
.panel-noviteit .foto img {
  border-top-left-radius: 8px;
}
.panel-noviteit .details {
  padding: 20px;
}
.panel-noviteit .beschrijving {
  color: #899089;
  padding: 20px;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .panel-noviteit .beschrijving {
    padding: 50px 90px;
  }
}
.relatie-overzicht .panel {
  height: 280px;
  overflow-y: hidden;
}
.relatie-overzicht .panel .panel-body {
  padding: 15px;
}
.relatie-overzicht .panel .omslagfoto {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #DEDEDE;
  height: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.relatie-overzicht .panel .omslagfoto .kweker-certificaten {
  text-align: right;
  padding: 5px;
}
.relatie-overzicht .panel .omslagfoto .kweker-certificaten .label {
  display: inline-block;
  margin: 0 0 2px 2px;
  white-space: nowrap;
  padding: 2px 3px;
}
.relatie-overzicht .panel .relatie-bio {
  color: #899089;
  font-size: 14px;
}
.relatie-overzicht .panel .logo-en-adres {
  margin-top: 15px;
  font-size: 14px;
  color: #899089;
  height: 50px;
  overflow: hidden;
}
.relatie-overzicht .panel .logo-en-adres .logo {
  float: left;
  margin-right: 16px;
  border: 1px solid #F9F9F9;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.relatie-overzicht .panel .logo-en-adres .logo img {
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.relatie-overzicht .panel .logo-en-adres .adres {
  margin-top: 5px;
}
.netwerk-exporteur .netwerk-exporteur-omslag {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  height: 155px;
  padding: 25px;
}
.netwerk-exporteur .netwerk-exporteur-omslag.netwerk-exporteur-omslag-blank {
  background-image: -webkit-linear-gradient(top, #c5d3d1 0%, white 100%);
  background-image: -o-linear-gradient(top, #c5d3d1 0%, white 100%);
  background-image: linear-gradient(to bottom, #c5d3d1 0%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5d3d1', endColorstr='#ffffffff', GradientType=0);
}
.reactie-thread .media {
  padding: 5px 10px;
  margin: 5px 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}
.reactie-thread .media p {
  margin-bottom: 2px !important;
}
.reactie-thread .media.niet-gelezen .media-heading {
  font-weight: bold;
}
#cnr_onderwerpen tr.currentThread {
  background-color: #e2e9e8;
}
#cnr_onderwerpen tr.ongelezen {
  font-weight: bold;
}
#wpr-index-bezoeker .page-header {
  margin: 60px 0;
  border-bottom: 0;
}
#wpr-index-bezoeker .page-header h1 {
  font: 600 36px/1.2 'roboto-slab', serif;
  color: #fff;
  margin-bottom: 20px;
}
#wpr-index-bezoeker .page-header h1 small {
  color: #c5d3d1 !important;
}
#wpr-index-bezoeker .page-header p {
  color: #fff;
  font: 300 25px/1.2 'proxima-nova', Arial, sans-serif;
}
@media (max-width: 480px) {
  #wpr-index-bezoeker .page-header {
    margin: 10px 0;
  }
  #wpr-index-bezoeker .page-header h1 {
    font-size: 18px;
  }
  #wpr-index-bezoeker .page-header p {
    font-size: 15px;
  }
}
#wpr-index-bezoeker .wpr-feature-highlights .feature-highlight {
  margin-bottom: 40px;
}
#wpr-index-bezoeker .wpr-feature-highlights h3 {
  color: #fff;
  font: 600 18px/1.2 'roboto-slab', serif;
  margin: 0 0 15px 0;
}
#wpr-index-bezoeker .wpr-feature-highlights p {
  color: #fff;
  font: 300 15px/1.2 'proxima-nova', Arial, sans-serif;
}
#wpr-index-bezoeker .wpr-feature-highlights p a {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px dotted #fff;
}
#wpr-index-bezoeker .wpr-feature-highlights p a:hover {
  text-decoration: none;
  border-bottom: 0;
}
#wpr-index-bezoeker aside.cnr-bezoeker-inloggen {
  margin-top: 60px;
}
#wpr-index-bezoeker aside .panel h2 {
  color: #1D2B1D;
  font: 600 18px/1 'roboto-slab', serif;
  margin: 0 0 20px 0;
}
body.Bezoeker .cnr-footer {
  line-height: 49px;
  padding: 0;
  position: relative;
  z-index: 1;
}
body.Bezoeker .cnr-footer ul {
  margin: 0;
  padding: 0;
}
body.ContentPagina {
  background-image: none;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  body.ContentPagina #cnr_Left50Bezoek {
    padding-left: 0;
  }
  body.ContentPagina #cnr_Right50Bezoe {
    padding-right: 0;
  }
}
body.ContentPagina .cnr_contentPart {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
body.ContentPagina .cnr_contentPart:before,
body.ContentPagina .cnr_contentPart:after {
  content: " ";
  display: table;
}
body.ContentPagina .cnr_contentPart:after {
  clear: both;
}
body.ContentPagina .cnr_contentPart:before,
body.ContentPagina .cnr_contentPart:after {
  content: " ";
  display: table;
}
body.ContentPagina .cnr_contentPart:after {
  clear: both;
}
body.ContentPagina .cnr_contentPart h2 {
  margin-bottom: 20px;
}
body.ContentPagina .cnr_contentPart h2:first-child {
  margin-top: 0;
}
.cnr_fotoAlbumBeheerFoto {
  width: 150px;
  height: 150px;
  margin: 5px;
  float: left;
  background-size: cover;
  background-position: center center;
}
.cnr_fotoAlbumBeheerFoto .inline-omschrijving-edit input {
  width: 150px;
  color: #000;
}
.cnr-webshops .panel-body {
  height: 195px;
}
.cnr-webshops .panel-body img {
  margin: 0 auto;
  max-height: 105px;
}
ul#cnr_gestructureerdeDataBeheerMenu {
  margin-top: 50px !important;
}
.onoffswitch {
  position: relative;
  width: 45px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onoffswitch.disabled .onoffswitch-label {
  cursor: not-allowed;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 23px;
  padding: 0;
  line-height: 23px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 9px;
  background-color: #5cb85c;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 9px;
  background-color: #d9534f;
  color: #999999;
  text-align: right;
}
.loadingAjaxContent .onoffswitch-inner:before,
.loadingAjaxContent .onoffswitch-inner:after {
  background-color: rgba(0, 0, 0, 0.38);
}
.onoffswitch-switch {
  display: block;
  width: 14px;
  margin: 4.5px;
  background: #FFFFFF;
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}
.onoffswitch-checkbox.checked + .onoffswitch-label .onoffswitch-inner,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox.checked + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.orders-verwerken h2 {
  margin: 5px 0 10px 0;
}
.orders-verwerken .levertijd-header .btn-group-task-items {
  margin-bottom: 4px;
}
.orders-verwerken .panel-exporteur-groep {
  margin-bottom: 10px;
}
.orders-verwerken .panel-exporteur-groep > .panel-heading {
  background-color: #fff;
  border: 0 none;
}
.orders-verwerken .panel-exporteur-groep > .panel-heading ul.groep-samenvatting {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
}
.orders-verwerken .panel-exporteur-groep > .panel-heading ul.groep-samenvatting.groep-samenvatting-primary {
  font-size: 13px;
}
.orders-verwerken .panel-exporteur-groep > .panel-heading ul.groep-samenvatting .fa,
.orders-verwerken .panel-exporteur-groep > .panel-heading ul.groep-samenvatting .fx-icon {
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  display: inline-block;
  margin-right: 3px;
}
.orders-verwerken .panel-exporteur-groep > .panel-heading .panel-body {
  margin-top: 1px solid #DEDEDE;
}
.orders-verwerken .panel-exporteur-groep .table-transacties {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.orders-verwerken .panel-exporteur-groep .panel-body-dragers {
  background-color: #fbfbfb;
  padding-bottom: 0;
}
.drager-regels-sortable:hover {
  cursor: move;
}
.checkbox-custom[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #808080;
  content: "";
  background: #FFF;
}
.checkbox-custom[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 2px;
  top: -11px;
  width: 7px;
  height: 7px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-custom[type="checkbox"]:checked:after {
  background-position: center 1px;
  background-image: url('/Content/Images/csscheckbox.png');
}
.checkbox-custom[type="checkbox"]:disabled:after {
  -webkit-filter: opacity(0.4);
}
.checkbox-custom[type="checkbox"]:not(:disabled):hover:after {
  border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
}
.checkbox-custom[type="checkbox"]:not(:disabled):hover:before {
  border-color: #3D7591;
}
.checkbox-custom {
  height: 22px;
  width: 22px;
}
.checkbox-custom[type="checkbox"]:before {
  width: 20px;
  height: 20px;
}
.checkbox-custom[type="checkbox"]:after {
  top: -20px;
  width: 16px;
  height: 16px;
}
.wpr-empty-state {
  text-align: center;
  margin-bottom: 30px;
}
.wpr-empty-state img {
  display: inline-block;
}
.wpr-empty-state h2 {
  display: block;
  color: #1D2B1D;
  font: 300 18px/1 'roboto-slab', serif;
  margin-bottom: 10px;
}
.wpr-empty-state span {
  color: #838383;
  font: 300 14px/1 'proxima-nova', Arial, sans-serif;
}
.wpr-empty-state .empty-state-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wpr-empty-state h2 {
    font-size: 30px;
  }
  .wpr-empty-state span {
    font-size: 16px;
  }
}
.whatsapp-preview {
  background: url("/Content/Images/whatsapp-background.png");
  clear: both;
  width: 100%;
  padding: 20px 10px;
}
.whatsapp-preview img {
  float: left;
  margin: 0 10px 0 0;
  display: block;
}
.whatsapp-preview .link-preview-container {
  border-radius: 6px;
  background: #DCF8C6;
  padding: 3px;
  width: 400px;
  height: 150px;
  float: right;
  margin-right: 30px;
  position: relative;
}
.whatsapp-preview .link-preview-container:after {
  position: absolute;
  right: -8px;
  bottom: 10px;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #DCF8C6;
}
.whatsapp-preview .link-preview-body {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.08);
}
.whatsapp-preview .link-preview-body-text {
  padding: 15px 0;
}
.whatsapp-preview .link-preview-body p {
  margin-bottom: 3px;
}
.whatsapp-preview .link-preview-title {
  font-size: 16px;
}
.whatsapp-preview .link-preview-source {
  font-size: 14px;
}
.whatsapp-preview .link-preview-description {
  font-size: 12px;
}
.whatsapp-preview .link {
  color: dodgerblue;
  margin-left: 5px;
}