/**
 * @author      Dennis Claassen
 * @description Defines all variables for Uitzendbureau.nl
 */
/**
 * Define the brand variables
 */
/**
 * Define several default variables
 */
/**
 * Define the look of the tabbed menu (and submenu)
 */
/**
 * Define the media queries
 */
/**
 * Mixin to reverse the z-index of the children for an element
 */
/**
 * @author      Dennis Claassen
 * @description Defines the typography for Uitzendbureau.nl
 */
@font-face {
  font-family: 'OffensiveBold';
  src: url("/fonts/offensiveboldbold.eot");
  src: url("/fonts/offensiveboldbold.eot?#iefix") format("embedded-opentype"), url("/fonts/offensiveboldbold.woff") format("woff"), url("/fonts/offensiveboldbold.ttf") format("truetype"), url("/fonts/offensiveboldbold.svg#offensiveboldboldbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Define default typography
 */
h1 time, .h1 time, h2 time, .h2 time, h3 time, .h3 time, h4 time, .h4 time, h5 time, .h5 time, h6 time, .h6 time {
  color: #999999;
  font-size: small;
}

a.no-underline:hover, a.no-underline:focus {
  text-decoration: none;
}

.aquo {
  position: relative;
  top: -1px;
  display: inline-block;
}

.underline {
  border-bottom: 1px dotted black;
  cursor: pointer;
}

/**
 * @author      Dennis Claassen
 * @description Defines several utility classes which can be used on Uitzendbureau.nl
 */
/* Can get @extended, but will not show up in the final CSS itself */
.nav > ul > li, .nav > ul > li > a:hover, .nav > ul > li > a:active, .masthead-searchbar {
  behavior: url(/css/css-ext/pie.htc);
}

.smallSpace {
  margin-top: 20px;
}

.largeSpace {
  margin-top: 40px;
}

.largeSpace:first-child {
  margin-top: 0;
}

.smallSpaceLeft {
  margin-left: 10px;
}

.small-space-right {
  margin-right: 10px;
}

.small-space-bottom {
  margin-bottom: 10px;
}

.medium-space-right {
  margin-right: 30px;
}

.spacer {
  height: 20px;
}

.spacer-large {
  height: 40px;
}

.spacer-small {
  height: 10px;
}

.spacedText {
  line-height: 20px;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

/* Useful for vertical-aligning images inside a container */
.valign-middle {
  vertical-align: middle;
}

.valign-text-bottom {
  vertical-align: text-bottom;
}

.clear {
  clear: both;
}

.smallText {
  font-size: 8pt;
}

.largeText {
  font-size: 14pt;
}

.leftText {
  text-align: left;
}

.centerText {
  text-align: center;
}

.u {
  text-decoration: underline;
}

.i {
  font-style: italic;
}

.normal-weight {
  font-weight: normal;
}

span.hidden,
.hidden {
  display: none !important;
}

.inline {
  display: inline;
}

.float {
  float: right;
  margin: -1px 2px 0 2px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.default-width-pull-right {
  float: right;
}

/**
 * Mute an object by applying a lighter color.
 */
.muted, .glyphicons.muted:before,
.muted .glyphicons:before,
.glyphicons.glyphicons--muted:before,
.glyphicons.muted,
.muted .glyphicons, .reference-right-top .btn:after {
  color: #999999;
}

.muted-dark, .glyphicons.muted-dark:before,
.muted-dark .glyphicons:before,
.glyphicons.glyphicons--muted-dark:before,
.glyphicons.muted-dark,
.muted-dark .glyphicons {
  color: #666666;
}

.success, .glyphicons.success:before,
.success .glyphicons:before,
.glyphicons.glyphicons--success:before,
.glyphicons.success,
.success .glyphicons {
  color: #3A9615;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 * 
   <p class=proceed><a href=#>Read more...</a></p>
 * 
 */
.text-right,
.proceed {
  text-align: right;
}

.ajaxLoader {
  border: none !important;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 5px;
}

.ajaxLoader--small {
  width: 1.1em;
  height: 1.1em;
}

img.icon16 {
  vertical-align: -7px;
  margin: 0 0 4px;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

.textWithIcon {
  white-space: nowrap;
}

ul.unstyled,
ol.unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.visible-small-screen {
  display: none !important;
}

.width-270px {
  width: 270px;
}

.nowrap,
.dont-break {
  white-space: nowrap;
}

/*
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f74a77cca072cef5068b)
 * Config saved to config.json and https://gist.github.com/f74a77cca072cef5068b
 */
/* normalize.css v3.0.1 | 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,
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: 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 silver;
  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;
}

@media print {
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    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: white !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: white !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }

  .label {
    border: 1px solid black;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !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.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 {
  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";
}

* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4d90fe;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0161fd;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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: 10px;
  margin-bottom: 10px;
}

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: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #4d90fe;
}

a.text-primary:hover {
  color: #1a70fe;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #4d90fe;
}

a.bg-primary:hover {
  background-color: #1a70fe;
}

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 750px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.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';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  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: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

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: 750px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 950px) {
  .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: 750px) {
  .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: 950px) {
  .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;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.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 #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.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 #dddddd;
}

.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 #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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,
.success .table > thead > tr > td.glyphicons:before,
.table > thead > tr > td.glyphicons.glyphicons--success:before,
.success .table > thead > tr > td.glyphicons,
.table > tbody > tr > td.success,
.success .table > tbody > tr > td.glyphicons:before,
.table > tbody > tr > td.glyphicons.glyphicons--success:before,
.success .table > tbody > tr > td.glyphicons,
.table > tfoot > tr > td.success,
.success .table > tfoot > tr > td.glyphicons:before,
.table > tfoot > tr > td.glyphicons.glyphicons--success:before,
.success .table > tfoot > tr > td.glyphicons,
.table > thead > tr > th.success,
.success .table > thead > tr > th.glyphicons:before,
.table > thead > tr > th.glyphicons.glyphicons--success:before,
.success .table > thead > tr > th.glyphicons,
.table > tbody > tr > th.success,
.success .table > tbody > tr > th.glyphicons:before,
.table > tbody > tr > th.glyphicons.glyphicons--success:before,
.success .table > tbody > tr > th.glyphicons,
.table > tfoot > tr > th.success,
.success .table > tfoot > tr > th.glyphicons:before,
.table > tfoot > tr > th.glyphicons.glyphicons--success:before,
.success .table > tfoot > tr > th.glyphicons,
.table > thead > tr.success > td,
.success .table > thead > tr.glyphicons:before > td,
.table > thead > tr.glyphicons.glyphicons--success:before > td,
.success .table > thead > tr.glyphicons > td,
.table > tbody > tr.success > td,
.success .table > tbody > tr.glyphicons:before > td,
.table > tbody > tr.glyphicons.glyphicons--success:before > td,
.success .table > tbody > tr.glyphicons > td,
.table > tfoot > tr.success > td,
.success .table > tfoot > tr.glyphicons:before > td,
.table > tfoot > tr.glyphicons.glyphicons--success:before > td,
.success .table > tfoot > tr.glyphicons > td,
.table > thead > tr.success > th,
.success .table > thead > tr.glyphicons:before > th,
.table > thead > tr.glyphicons.glyphicons--success:before > th,
.success .table > thead > tr.glyphicons > th,
.table > tbody > tr.success > th,
.success .table > tbody > tr.glyphicons:before > th,
.table > tbody > tr.glyphicons.glyphicons--success:before > th,
.success .table > tbody > tr.glyphicons > th,
.table > tfoot > tr.success > th,
.success .table > tfoot > tr.glyphicons:before > th,
.table > tfoot > tr.glyphicons.glyphicons--success:before > th,
.success .table > tfoot > tr.glyphicons > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.success .table-hover > tbody > tr > td.glyphicons:hover:before,
.table-hover > tbody > tr > td.glyphicons.glyphicons--success:hover:before,
.success .table-hover > tbody > tr > td.glyphicons:hover,
.table-hover > tbody > tr > th.success:hover,
.success .table-hover > tbody > tr > th.glyphicons:hover:before,
.table-hover > tbody > tr > th.glyphicons.glyphicons--success:hover:before,
.success .table-hover > tbody > tr > th.glyphicons:hover,
.table-hover > tbody > tr.success:hover > td,
.success .table-hover > tbody > tr.glyphicons:hover:before > td,
.table-hover > tbody > tr.glyphicons.glyphicons--success:hover:before > td,
.success .table-hover > tbody > tr.glyphicons:hover > td,
.table-hover > tbody > tr:hover > .success,
.success .table-hover > tbody > tr:hover > .glyphicons:before,
.table-hover > tbody > tr:hover > .glyphicons.glyphicons--success:before,
.success .table-hover > tbody > tr:hover > .glyphicons,
.table-hover > tbody > tr.success:hover > th,
.success .table-hover > tbody > tr.glyphicons:hover:before > th,
.table-hover > tbody > tr.glyphicons.glyphicons--success:hover:before > th,
.success .table-hover > tbody > tr.glyphicons: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;
}

@media screen and (max-width: 749px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  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 {
  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;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 750px) {
  .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 .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 750px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 750px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 750px) {
  .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;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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 {
  color: #333333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default, .btn-default .glyphicons--addon:before {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover, .btn-default .glyphicons--addon:hover:before, .btn-default:hover .glyphicons--addon:before, .btn-default .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-default:focus,
.btn-default .glyphicons--addon:focus:before,
.btn-default:focus .glyphicons--addon:before,
.btn-default .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-default:active,
.btn-default .glyphicons--addon:active:before,
.btn-default:active .glyphicons--addon:before,
.btn-default .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-default.active,
.btn-default .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-default,
.btn-default .open > .dropdown-toggle.glyphicons--addon:before {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default .glyphicons--addon:active:before, .btn-default:active .glyphicons--addon:before, .btn-default .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-default.active,
.btn-default .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-default,
.btn-default .open > .dropdown-toggle.glyphicons--addon:before {
  background-image: none;
}

.btn-default.disabled, .btn-default .disabled.glyphicons--addon:before,
.btn-default[disabled],
.btn-default [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default .glyphicons--addon:before,
.btn-default fieldset[disabled] .glyphicons--addon:before,
.btn-default.disabled:hover,
.btn-default .disabled.glyphicons--addon:hover:before,
.btn-default:hover .disabled.glyphicons--addon:before,
.btn-default .glyphicons--addon:hover:before .disabled.glyphicons--addon:before,
.btn-default[disabled]:hover,
.btn-default [disabled].glyphicons--addon:hover:before,
.btn-default:hover [disabled].glyphicons--addon:before,
.btn-default .glyphicons--addon:hover:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default .glyphicons--addon:hover:before,
.btn-default fieldset[disabled] .glyphicons--addon:hover:before,
fieldset[disabled] .btn-default:hover .glyphicons--addon:before,
.btn-default:hover fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-default .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-default .glyphicons--addon:hover:before fieldset[disabled] .glyphicons--addon:before,
.btn-default.disabled:focus,
.btn-default .disabled.glyphicons--addon:focus:before,
.btn-default:focus .disabled.glyphicons--addon:before,
.btn-default .glyphicons--addon:focus:before .disabled.glyphicons--addon:before,
.btn-default[disabled]:focus,
.btn-default [disabled].glyphicons--addon:focus:before,
.btn-default:focus [disabled].glyphicons--addon:before,
.btn-default .glyphicons--addon:focus:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default .glyphicons--addon:focus:before,
.btn-default fieldset[disabled] .glyphicons--addon:focus:before,
fieldset[disabled] .btn-default:focus .glyphicons--addon:before,
.btn-default:focus fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-default .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-default .glyphicons--addon:focus:before fieldset[disabled] .glyphicons--addon:before,
.btn-default.disabled:active,
.btn-default .disabled.glyphicons--addon:active:before,
.btn-default:active .disabled.glyphicons--addon:before,
.btn-default .glyphicons--addon:active:before .disabled.glyphicons--addon:before,
.btn-default[disabled]:active,
.btn-default [disabled].glyphicons--addon:active:before,
.btn-default:active [disabled].glyphicons--addon:before,
.btn-default .glyphicons--addon:active:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default .glyphicons--addon:active:before,
.btn-default fieldset[disabled] .glyphicons--addon:active:before,
fieldset[disabled] .btn-default:active .glyphicons--addon:before,
.btn-default:active fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-default .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-default .glyphicons--addon:active:before fieldset[disabled] .glyphicons--addon:before,
.btn-default.disabled.active,
.btn-default .disabled.active.glyphicons--addon:before,
.btn-default[disabled].active,
.btn-default [disabled].active.glyphicons--addon:before,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default .active.glyphicons--addon:before,
.btn-default fieldset[disabled] .active.glyphicons--addon:before {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge, .btn-default .glyphicons--addon:before .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary, .btn-primary .glyphicons--addon:before {
  color: #ffffff;
  background-color: #4d90fe;
  border-color: #3480fe;
}

.btn-primary:hover, .btn-primary .glyphicons--addon:hover:before, .btn-primary:hover .glyphicons--addon:before, .btn-primary .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-primary:focus,
.btn-primary .glyphicons--addon:focus:before,
.btn-primary:focus .glyphicons--addon:before,
.btn-primary .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-primary:active,
.btn-primary .glyphicons--addon:active:before,
.btn-primary:active .glyphicons--addon:before,
.btn-primary .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-primary.active,
.btn-primary .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-primary,
.btn-primary .open > .dropdown-toggle.glyphicons--addon:before {
  color: #ffffff;
  background-color: #1a70fe;
  border-color: #015df3;
}

.btn-primary:active, .btn-primary .glyphicons--addon:active:before, .btn-primary:active .glyphicons--addon:before, .btn-primary .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-primary.active,
.btn-primary .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-primary,
.btn-primary .open > .dropdown-toggle.glyphicons--addon:before {
  background-image: none;
}

.btn-primary.disabled, .btn-primary .disabled.glyphicons--addon:before,
.btn-primary[disabled],
.btn-primary [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary .glyphicons--addon:before,
.btn-primary fieldset[disabled] .glyphicons--addon:before,
.btn-primary.disabled:hover,
.btn-primary .disabled.glyphicons--addon:hover:before,
.btn-primary:hover .disabled.glyphicons--addon:before,
.btn-primary .glyphicons--addon:hover:before .disabled.glyphicons--addon:before,
.btn-primary[disabled]:hover,
.btn-primary [disabled].glyphicons--addon:hover:before,
.btn-primary:hover [disabled].glyphicons--addon:before,
.btn-primary .glyphicons--addon:hover:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary .glyphicons--addon:hover:before,
.btn-primary fieldset[disabled] .glyphicons--addon:hover:before,
fieldset[disabled] .btn-primary:hover .glyphicons--addon:before,
.btn-primary:hover fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-primary .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-primary .glyphicons--addon:hover:before fieldset[disabled] .glyphicons--addon:before,
.btn-primary.disabled:focus,
.btn-primary .disabled.glyphicons--addon:focus:before,
.btn-primary:focus .disabled.glyphicons--addon:before,
.btn-primary .glyphicons--addon:focus:before .disabled.glyphicons--addon:before,
.btn-primary[disabled]:focus,
.btn-primary [disabled].glyphicons--addon:focus:before,
.btn-primary:focus [disabled].glyphicons--addon:before,
.btn-primary .glyphicons--addon:focus:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary .glyphicons--addon:focus:before,
.btn-primary fieldset[disabled] .glyphicons--addon:focus:before,
fieldset[disabled] .btn-primary:focus .glyphicons--addon:before,
.btn-primary:focus fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-primary .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-primary .glyphicons--addon:focus:before fieldset[disabled] .glyphicons--addon:before,
.btn-primary.disabled:active,
.btn-primary .disabled.glyphicons--addon:active:before,
.btn-primary:active .disabled.glyphicons--addon:before,
.btn-primary .glyphicons--addon:active:before .disabled.glyphicons--addon:before,
.btn-primary[disabled]:active,
.btn-primary [disabled].glyphicons--addon:active:before,
.btn-primary:active [disabled].glyphicons--addon:before,
.btn-primary .glyphicons--addon:active:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary .glyphicons--addon:active:before,
.btn-primary fieldset[disabled] .glyphicons--addon:active:before,
fieldset[disabled] .btn-primary:active .glyphicons--addon:before,
.btn-primary:active fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-primary .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-primary .glyphicons--addon:active:before fieldset[disabled] .glyphicons--addon:before,
.btn-primary.disabled.active,
.btn-primary .disabled.active.glyphicons--addon:before,
.btn-primary[disabled].active,
.btn-primary [disabled].active.glyphicons--addon:before,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary .active.glyphicons--addon:before,
.btn-primary fieldset[disabled] .active.glyphicons--addon:before {
  background-color: #4d90fe;
  border-color: #3480fe;
}

.btn-primary .badge, .btn-primary .glyphicons--addon:before .badge {
  color: #4d90fe;
  background-color: #ffffff;
}

.btn-success, .btn-success .glyphicons--addon:before {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success .glyphicons--addon:hover:before, .btn-success:hover .glyphicons--addon:before, .btn-success .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-success:focus,
.btn-success .glyphicons--addon:focus:before,
.btn-success:focus .glyphicons--addon:before,
.btn-success .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-success:active,
.btn-success .glyphicons--addon:active:before,
.btn-success:active .glyphicons--addon:before,
.btn-success .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-success.active,
.btn-success .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-success,
.btn-success .open > .dropdown-toggle.glyphicons--addon:before {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success .glyphicons--addon:active:before, .btn-success:active .glyphicons--addon:before, .btn-success .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-success.active,
.btn-success .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-success,
.btn-success .open > .dropdown-toggle.glyphicons--addon:before {
  background-image: none;
}

.btn-success.disabled, .btn-success .disabled.glyphicons--addon:before,
.btn-success[disabled],
.btn-success [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success .glyphicons--addon:before,
.btn-success fieldset[disabled] .glyphicons--addon:before,
.btn-success.disabled:hover,
.btn-success .disabled.glyphicons--addon:hover:before,
.btn-success:hover .disabled.glyphicons--addon:before,
.btn-success .glyphicons--addon:hover:before .disabled.glyphicons--addon:before,
.btn-success[disabled]:hover,
.btn-success [disabled].glyphicons--addon:hover:before,
.btn-success:hover [disabled].glyphicons--addon:before,
.btn-success .glyphicons--addon:hover:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success .glyphicons--addon:hover:before,
.btn-success fieldset[disabled] .glyphicons--addon:hover:before,
fieldset[disabled] .btn-success:hover .glyphicons--addon:before,
.btn-success:hover fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-success .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-success .glyphicons--addon:hover:before fieldset[disabled] .glyphicons--addon:before,
.btn-success.disabled:focus,
.btn-success .disabled.glyphicons--addon:focus:before,
.btn-success:focus .disabled.glyphicons--addon:before,
.btn-success .glyphicons--addon:focus:before .disabled.glyphicons--addon:before,
.btn-success[disabled]:focus,
.btn-success [disabled].glyphicons--addon:focus:before,
.btn-success:focus [disabled].glyphicons--addon:before,
.btn-success .glyphicons--addon:focus:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success .glyphicons--addon:focus:before,
.btn-success fieldset[disabled] .glyphicons--addon:focus:before,
fieldset[disabled] .btn-success:focus .glyphicons--addon:before,
.btn-success:focus fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-success .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-success .glyphicons--addon:focus:before fieldset[disabled] .glyphicons--addon:before,
.btn-success.disabled:active,
.btn-success .disabled.glyphicons--addon:active:before,
.btn-success:active .disabled.glyphicons--addon:before,
.btn-success .glyphicons--addon:active:before .disabled.glyphicons--addon:before,
.btn-success[disabled]:active,
.btn-success [disabled].glyphicons--addon:active:before,
.btn-success:active [disabled].glyphicons--addon:before,
.btn-success .glyphicons--addon:active:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success .glyphicons--addon:active:before,
.btn-success fieldset[disabled] .glyphicons--addon:active:before,
fieldset[disabled] .btn-success:active .glyphicons--addon:before,
.btn-success:active fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-success .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-success .glyphicons--addon:active:before fieldset[disabled] .glyphicons--addon:before,
.btn-success.disabled.active,
.btn-success .disabled.active.glyphicons--addon:before,
.btn-success[disabled].active,
.btn-success [disabled].active.glyphicons--addon:before,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success .active.glyphicons--addon:before,
.btn-success fieldset[disabled] .active.glyphicons--addon:before {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge, .btn-success .glyphicons--addon:before .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info, .btn-info .glyphicons--addon:before {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info .glyphicons--addon:hover:before, .btn-info:hover .glyphicons--addon:before, .btn-info .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-info:focus,
.btn-info .glyphicons--addon:focus:before,
.btn-info:focus .glyphicons--addon:before,
.btn-info .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-info:active,
.btn-info .glyphicons--addon:active:before,
.btn-info:active .glyphicons--addon:before,
.btn-info .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-info.active,
.btn-info .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-info,
.btn-info .open > .dropdown-toggle.glyphicons--addon:before {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info .glyphicons--addon:active:before, .btn-info:active .glyphicons--addon:before, .btn-info .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-info.active,
.btn-info .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-info,
.btn-info .open > .dropdown-toggle.glyphicons--addon:before {
  background-image: none;
}

.btn-info.disabled, .btn-info .disabled.glyphicons--addon:before,
.btn-info[disabled],
.btn-info [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info .glyphicons--addon:before,
.btn-info fieldset[disabled] .glyphicons--addon:before,
.btn-info.disabled:hover,
.btn-info .disabled.glyphicons--addon:hover:before,
.btn-info:hover .disabled.glyphicons--addon:before,
.btn-info .glyphicons--addon:hover:before .disabled.glyphicons--addon:before,
.btn-info[disabled]:hover,
.btn-info [disabled].glyphicons--addon:hover:before,
.btn-info:hover [disabled].glyphicons--addon:before,
.btn-info .glyphicons--addon:hover:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info .glyphicons--addon:hover:before,
.btn-info fieldset[disabled] .glyphicons--addon:hover:before,
fieldset[disabled] .btn-info:hover .glyphicons--addon:before,
.btn-info:hover fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-info .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-info .glyphicons--addon:hover:before fieldset[disabled] .glyphicons--addon:before,
.btn-info.disabled:focus,
.btn-info .disabled.glyphicons--addon:focus:before,
.btn-info:focus .disabled.glyphicons--addon:before,
.btn-info .glyphicons--addon:focus:before .disabled.glyphicons--addon:before,
.btn-info[disabled]:focus,
.btn-info [disabled].glyphicons--addon:focus:before,
.btn-info:focus [disabled].glyphicons--addon:before,
.btn-info .glyphicons--addon:focus:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info .glyphicons--addon:focus:before,
.btn-info fieldset[disabled] .glyphicons--addon:focus:before,
fieldset[disabled] .btn-info:focus .glyphicons--addon:before,
.btn-info:focus fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-info .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-info .glyphicons--addon:focus:before fieldset[disabled] .glyphicons--addon:before,
.btn-info.disabled:active,
.btn-info .disabled.glyphicons--addon:active:before,
.btn-info:active .disabled.glyphicons--addon:before,
.btn-info .glyphicons--addon:active:before .disabled.glyphicons--addon:before,
.btn-info[disabled]:active,
.btn-info [disabled].glyphicons--addon:active:before,
.btn-info:active [disabled].glyphicons--addon:before,
.btn-info .glyphicons--addon:active:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info .glyphicons--addon:active:before,
.btn-info fieldset[disabled] .glyphicons--addon:active:before,
fieldset[disabled] .btn-info:active .glyphicons--addon:before,
.btn-info:active fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-info .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-info .glyphicons--addon:active:before fieldset[disabled] .glyphicons--addon:before,
.btn-info.disabled.active,
.btn-info .disabled.active.glyphicons--addon:before,
.btn-info[disabled].active,
.btn-info [disabled].active.glyphicons--addon:before,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info .active.glyphicons--addon:before,
.btn-info fieldset[disabled] .active.glyphicons--addon:before {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge, .btn-info .glyphicons--addon:before .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning, .btn-warning .glyphicons--addon:before {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning .glyphicons--addon:hover:before, .btn-warning:hover .glyphicons--addon:before, .btn-warning .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-warning:focus,
.btn-warning .glyphicons--addon:focus:before,
.btn-warning:focus .glyphicons--addon:before,
.btn-warning .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-warning:active,
.btn-warning .glyphicons--addon:active:before,
.btn-warning:active .glyphicons--addon:before,
.btn-warning .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-warning.active,
.btn-warning .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-warning,
.btn-warning .open > .dropdown-toggle.glyphicons--addon:before {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning .glyphicons--addon:active:before, .btn-warning:active .glyphicons--addon:before, .btn-warning .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-warning.active,
.btn-warning .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-warning,
.btn-warning .open > .dropdown-toggle.glyphicons--addon:before {
  background-image: none;
}

.btn-warning.disabled, .btn-warning .disabled.glyphicons--addon:before,
.btn-warning[disabled],
.btn-warning [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning .glyphicons--addon:before,
.btn-warning fieldset[disabled] .glyphicons--addon:before,
.btn-warning.disabled:hover,
.btn-warning .disabled.glyphicons--addon:hover:before,
.btn-warning:hover .disabled.glyphicons--addon:before,
.btn-warning .glyphicons--addon:hover:before .disabled.glyphicons--addon:before,
.btn-warning[disabled]:hover,
.btn-warning [disabled].glyphicons--addon:hover:before,
.btn-warning:hover [disabled].glyphicons--addon:before,
.btn-warning .glyphicons--addon:hover:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning .glyphicons--addon:hover:before,
.btn-warning fieldset[disabled] .glyphicons--addon:hover:before,
fieldset[disabled] .btn-warning:hover .glyphicons--addon:before,
.btn-warning:hover fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-warning .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-warning .glyphicons--addon:hover:before fieldset[disabled] .glyphicons--addon:before,
.btn-warning.disabled:focus,
.btn-warning .disabled.glyphicons--addon:focus:before,
.btn-warning:focus .disabled.glyphicons--addon:before,
.btn-warning .glyphicons--addon:focus:before .disabled.glyphicons--addon:before,
.btn-warning[disabled]:focus,
.btn-warning [disabled].glyphicons--addon:focus:before,
.btn-warning:focus [disabled].glyphicons--addon:before,
.btn-warning .glyphicons--addon:focus:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning .glyphicons--addon:focus:before,
.btn-warning fieldset[disabled] .glyphicons--addon:focus:before,
fieldset[disabled] .btn-warning:focus .glyphicons--addon:before,
.btn-warning:focus fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-warning .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-warning .glyphicons--addon:focus:before fieldset[disabled] .glyphicons--addon:before,
.btn-warning.disabled:active,
.btn-warning .disabled.glyphicons--addon:active:before,
.btn-warning:active .disabled.glyphicons--addon:before,
.btn-warning .glyphicons--addon:active:before .disabled.glyphicons--addon:before,
.btn-warning[disabled]:active,
.btn-warning [disabled].glyphicons--addon:active:before,
.btn-warning:active [disabled].glyphicons--addon:before,
.btn-warning .glyphicons--addon:active:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning .glyphicons--addon:active:before,
.btn-warning fieldset[disabled] .glyphicons--addon:active:before,
fieldset[disabled] .btn-warning:active .glyphicons--addon:before,
.btn-warning:active fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-warning .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-warning .glyphicons--addon:active:before fieldset[disabled] .glyphicons--addon:before,
.btn-warning.disabled.active,
.btn-warning .disabled.active.glyphicons--addon:before,
.btn-warning[disabled].active,
.btn-warning [disabled].active.glyphicons--addon:before,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning .active.glyphicons--addon:before,
.btn-warning fieldset[disabled] .active.glyphicons--addon:before {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge, .btn-warning .glyphicons--addon:before .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger, .btn-danger .glyphicons--addon:before {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger .glyphicons--addon:hover:before, .btn-danger:hover .glyphicons--addon:before, .btn-danger .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-danger:focus,
.btn-danger .glyphicons--addon:focus:before,
.btn-danger:focus .glyphicons--addon:before,
.btn-danger .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-danger:active,
.btn-danger .glyphicons--addon:active:before,
.btn-danger:active .glyphicons--addon:before,
.btn-danger .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-danger.active,
.btn-danger .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-danger,
.btn-danger .open > .dropdown-toggle.glyphicons--addon:before {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger .glyphicons--addon:active:before, .btn-danger:active .glyphicons--addon:before, .btn-danger .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-danger.active,
.btn-danger .active.glyphicons--addon:before,
.open > .dropdown-toggle.btn-danger,
.btn-danger .open > .dropdown-toggle.glyphicons--addon:before {
  background-image: none;
}

.btn-danger.disabled, .btn-danger .disabled.glyphicons--addon:before,
.btn-danger[disabled],
.btn-danger [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger .glyphicons--addon:before,
.btn-danger fieldset[disabled] .glyphicons--addon:before,
.btn-danger.disabled:hover,
.btn-danger .disabled.glyphicons--addon:hover:before,
.btn-danger:hover .disabled.glyphicons--addon:before,
.btn-danger .glyphicons--addon:hover:before .disabled.glyphicons--addon:before,
.btn-danger[disabled]:hover,
.btn-danger [disabled].glyphicons--addon:hover:before,
.btn-danger:hover [disabled].glyphicons--addon:before,
.btn-danger .glyphicons--addon:hover:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger .glyphicons--addon:hover:before,
.btn-danger fieldset[disabled] .glyphicons--addon:hover:before,
fieldset[disabled] .btn-danger:hover .glyphicons--addon:before,
.btn-danger:hover fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-danger .glyphicons--addon:hover:before .glyphicons--addon:before,
.btn-danger .glyphicons--addon:hover:before fieldset[disabled] .glyphicons--addon:before,
.btn-danger.disabled:focus,
.btn-danger .disabled.glyphicons--addon:focus:before,
.btn-danger:focus .disabled.glyphicons--addon:before,
.btn-danger .glyphicons--addon:focus:before .disabled.glyphicons--addon:before,
.btn-danger[disabled]:focus,
.btn-danger [disabled].glyphicons--addon:focus:before,
.btn-danger:focus [disabled].glyphicons--addon:before,
.btn-danger .glyphicons--addon:focus:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger .glyphicons--addon:focus:before,
.btn-danger fieldset[disabled] .glyphicons--addon:focus:before,
fieldset[disabled] .btn-danger:focus .glyphicons--addon:before,
.btn-danger:focus fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-danger .glyphicons--addon:focus:before .glyphicons--addon:before,
.btn-danger .glyphicons--addon:focus:before fieldset[disabled] .glyphicons--addon:before,
.btn-danger.disabled:active,
.btn-danger .disabled.glyphicons--addon:active:before,
.btn-danger:active .disabled.glyphicons--addon:before,
.btn-danger .glyphicons--addon:active:before .disabled.glyphicons--addon:before,
.btn-danger[disabled]:active,
.btn-danger [disabled].glyphicons--addon:active:before,
.btn-danger:active [disabled].glyphicons--addon:before,
.btn-danger .glyphicons--addon:active:before [disabled].glyphicons--addon:before,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger .glyphicons--addon:active:before,
.btn-danger fieldset[disabled] .glyphicons--addon:active:before,
fieldset[disabled] .btn-danger:active .glyphicons--addon:before,
.btn-danger:active fieldset[disabled] .glyphicons--addon:before,
fieldset[disabled] .btn-danger .glyphicons--addon:active:before .glyphicons--addon:before,
.btn-danger .glyphicons--addon:active:before fieldset[disabled] .glyphicons--addon:before,
.btn-danger.disabled.active,
.btn-danger .disabled.active.glyphicons--addon:before,
.btn-danger[disabled].active,
.btn-danger [disabled].active.glyphicons--addon:before,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger .active.glyphicons--addon:before,
.btn-danger fieldset[disabled] .active.glyphicons--addon:before {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge, .btn-danger .glyphicons--addon:before .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #4d90fe;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.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: #0161fd;
  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: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4d90fe;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 750px) {
  .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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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 > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 3px;
}

.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: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4d90fe;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.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: 2px 2px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 750px) {
  .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: 2px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 750px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 2px;
}

.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: #ffffff;
  background-color: #4d90fe;
}

.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: 750px) {
  .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: 2px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 750px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 750px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 750px) {
  .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: 750px) {
  .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-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: 750px) {
  .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: 750px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 750px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 750px) {
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.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: 750px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 749px) {
  .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: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 750px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 750px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.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: 8px;
  margin-bottom: 8px;
}

@media (min-width: 750px) {
  .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 .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 749px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 750px) {
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 750px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.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: #555555;
}

@media (max-width: 749px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.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: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #777777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #777777;
}

.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.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: #ffffff;
}

@media (max-width: 749px) {
  .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: #777777;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #777777;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.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: #444444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}

.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: #4d90fe;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0161fd;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.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: #ffffff;
  background-color: #4d90fe;
  border-color: #4d90fe;
  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: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.pager {
  padding-left: 0;
  margin: 20px 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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #4d90fe;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1a70fe;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge, .twitter-typeahead .tt-suggestion.tt-is-under-cursor a.list-group-item > .badge,
.nav-pills > .active > a > .badge {
  color: #4d90fe;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron {
  border-radius: 3px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 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: #4d90fe;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.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: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #4d90fe;
  -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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.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,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group, .twitter-typeahead .tt-suggestions {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item,
.list-group-item.active:hover,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:hover,
.list-group-item.active:focus,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4d90fe;
  border-color: #4d90fe;
}

.list-group-item.active .list-group-item-heading, .twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.twitter-typeahead .tt-suggestion.tt-is-under-cursor .list-group-item:focus .list-group-item-text {
  color: #ffffff;
}

.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: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -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: 1px;
  border-top-left-radius: 1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .list-group, .twitter-typeahead .panel > .tt-suggestions {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .twitter-typeahead .panel > .tt-suggestions .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .twitter-typeahead .panel > .tt-suggestions:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel > .list-group:last-child .list-group-item:last-child, .twitter-typeahead .panel > .tt-suggestions:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel-heading + .list-group .list-group-item:first-child, .twitter-typeahead .panel-heading + .tt-suggestions .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer, .twitter-typeahead .tt-suggestions + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.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: 1px;
}

.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: 1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.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: 1px;
}

.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: 1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.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: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #4d90fe;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #4d90fe;
  border-color: #4d90fe;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4d90fe;
}

.panel-primary > .panel-heading .badge {
  color: #4d90fe;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4d90fe;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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: 3px;
}

.well-sm {
  padding: 9px;
  border-radius: 1px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  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: 750px) {
  .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: 950px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}

.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: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
  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;
}

.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%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  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;
  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 white;
  border-radius: 10px;
  cursor: pointer;
  background-color: black \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: 750px) {
  .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, .header-top-bar:before,
.clearfix:after,
.header-top-bar: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, .header-top-bar: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-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: 749px) {
  .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: 749px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 749px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 749px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 750px) and (max-width: 949px) {
  .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: 750px) and (max-width: 949px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 750px) and (max-width: 949px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 750px) and (max-width: 949px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 950px) 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: 950px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 950px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 950px) 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: 749px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 949px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 950px) 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;
  }
}
/* fancyBox v2.1.4 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;
}

.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 #222222;
  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, 0.8);
}

/******* JQuery DatePicker ********/
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* jQuery UI - v1.9.1 - 2012-11-20
* http://jqueryui.com
* Includes: jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: white url("/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid lightgrey;
  background: #e6e6e6 url("/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url("/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the footer on Uitzendbureau.nl
 */
#footer {
  clear: both;
  border-top: 1px solid #dddddd;
  padding: 2em 0;
  margin-top: 5em;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-block--facebook-like {
  text-align: right;
}

.map-overlay #footer {
  font-size: .9em;
  background: none;
  position: relative;
  bottom: initial;
  left: initial;
}
.map-overlay #footer .flexbox-small-width-stacked {
  display: block;
}
.map-overlay #footer .flexbox-small-width-stacked > .column {
  display: block;
  width: 100%;
}
.map-overlay #footer .flexbox-small-width-stacked > .column + .column {
  padding-left: 0 !important;
}
.map-overlay #footer .flexbox .flexbox .column {
  width: 50%;
}
.map-overlay #footer .container {
  max-width: none;
  min-width: 0;
  padding: 0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the header on Uitzendbureau.nl
 */
#header {
  /*  text-align: center; */
  /*  height: 70px; */
  margin: 50px 0 40px 0;
  text-align: center;
}

#header h3 {
  display: inline;
  color: #b4121c;
  font-size: 13pt;
  font-weight: normal;
  vertical-align: middle;
}

#header .field, #header .landingSearchJobForm input, .landingSearchJobForm #header input,
#header .landingSearchJobForm select,
.landingSearchJobForm #header select {
  margin: 0 10px;
}

/* Should be replaced by above rule, lives only on /personeel */
.uzbLogoTextSub {
  color: #888;
  font-size: 1.3em;
}

.header-top-bar {
  display: table;
  width: 100%;
}
.header-top-bar .loginInfo {
  display: table-cell;
  text-align: right;
}
.header-top-bar .loginInfo a {
  color: black;
}
.header-top-bar .loginInfo > a + a,
.header-top-bar .loginInfo > a + div,
.header-top-bar .loginInfo > a + .dropdown,
.header-top-bar .loginInfo > div + a,
.header-top-bar .loginInfo > div + div,
.header-top-bar .loginInfo > div + .dropdown {
  border-left: 1px solid #cccccc;
}
.header-top-bar .loginInfo .btn-link-orange {
  font-weight: bold;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the logo on Uitzendbureau.nl
 */
#logo {
  margin: 13px 0;
  width: 32.85714px;
  height: 32.85714px;
  vertical-align: middle;
}

#logo-div {
  display: table-cell;
  z-index: 2;
  margin-top: 0.5em;
}
#logo-div a {
  text-decoration: none;
}

.brand-name {
  font-size: 20px;
  vertical-align: middle;
  font-family: "OffensiveBold", arial, sans-serif;
}

.brand-primary {
  color: #141ab4;
}

.brand-secondary {
  color: #b4121c;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the menu on Uitzendbureau.nl
 */
.nav > ul {
  list-style-type: none;
  padding: 10px 20px 0 20px;
  margin: 0;
  z-index: 50;
}
.nav > ul > .item-1 {
  z-index: 5;
}
.nav > ul > .item-2 {
  z-index: 4;
}
.nav > ul > .item-3 {
  z-index: 3;
}
.nav > ul > .item-4 {
  z-index: 2;
}
.nav > ul > .item-5 {
  z-index: 1;
}
.nav > ul > li {
  position: relative;
  /* Hides the box-shadow at the bottom in IE */
  bottom: -4px;
  vertical-align: bottom;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: -10px;
  border-radius: 2px 2px 0 0;
  /* Shadow can't be too big, it shows at the bottom in IE */
  box-shadow: 0 -1px 4px 0px #cccccc;
}
.nav > ul > li > a {
  border-radius: 2px 2px 0 0;
  display: block;
  padding: 3px 40px;
  color: #04085E;
  text-decoration: none;
  line-height: 2em;
}
.nav > ul > li > a:hover, .nav > ul > li > a:active {
  border-radius: 2px 2px 0 0;
  background: #e9e9f5;
  background: -moz-linear-gradient(top, #e9e9f5, #dbdbef);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9f5), color-stop(100%, #dbdbef));
  background: -webkit-linear-gradient(top, #e9e9f5, #dbdbef);
  background: -o-linear-gradient(top, #e9e9f5, #dbdbef);
  background: -ms-linear-gradient(top, #e9e9f5, #dbdbef);
  background: linear-gradient(top, #e9e9f5, #dbdbef);
  -pie-background: linear-gradient(#e9e9f5, #dbdbef);
  /*ie 6-9 via PIE*/
}
.nav > ul > li:after {
  content: " ";
  height: 8px;
  background-color: white;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.nav > ul > li.active {
  z-index: 6 !important;
  box-shadow: 0 -2px 10px -2px #aaaaaa;
}
.nav > ul > li.active > a {
  font-size: 15px;
}
.nav > ul > li > a,
.nav > ul > li.active > a:hover,
.nav > ul > li.active > a:focus {
  background: #f7f7fb;
  background: -moz-linear-gradient(top, #f7f7fb, #e9e9f5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7fb), color-stop(100%, #e9e9f5));
  background: -webkit-linear-gradient(top, #f7f7fb, #e9e9f5);
  background: -o-linear-gradient(top, #f7f7fb, #e9e9f5);
  background: -ms-linear-gradient(top, #f7f7fb, #e9e9f5);
  background: linear-gradient(top, #f7f7fb, #e9e9f5);
  -pie-background: linear-gradient(#f7f7fb, #e9e9f5);
  /*ie 6-9 via PIE*/
}

.nav-right ul {
  text-align: right;
}

.nav-secondary > ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-secondary > ul > li.active > a,
.nav-secondary > ul > li.active > a:hover,
.nav-secondary > ul > li.active > a:focus {
  background: white;
  /** CSS3PIE will still render the gradient if this property is not reset */
  -pie-background: white;
}

/** Used for the left-side menu at /over-ons */
#menu {
  -webkit-box-shadow: 0 -1px 1px 0px #666666;
  -moz-box-shadow: 0 -1px 1px 0px #666666;
  box-shadow: 0 -1px 1px 0px #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 0;
}

/** Primary menu is the left-side menu at /over-ons */
.primary {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
}

.primary li {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
}

.primary li a {
  display: block;
  padding: 7px 3px;
  margin: 1px 0;
  color: #000;
}

.primary li a:hover {
  background: url(../images/menu-background-hover.gif);
  color: #000;
}

.primary li a:visited {
  /*  color: #551a8b; */
  color: #881199;
}

.primary li.active a {
  background: url(../images/menu-background-hover.gif);
}

/* used in the primary menu */
.activeAboutUs {
  font-weight: bold;
}

/**
 * @author      Dennis Claassen
 * @description Defines the general look of every page on Uitzendbureau.nl
 */
html {
  height: 100%;
  background-color: #f8f8f8;
}

body {
  position: relative;
  text-align: center;
  min-height: 100%;
  min-width: 750px;
  margin: 0;
  padding: 0 0 350px;
  background-color: white;
}

#container,
.container {
  width: 950px;
  text-align: left;
  margin: 0 auto;
}

.responsive #container,
.responsive .container {
  max-width: 1200px;
  min-width: 750px;
  width: inherit;
  padding: 0 10px;
}

#contentWide,
#contentWide404,
.contentWide {
  float: left;
  width: 740px;
  margin: 0 10px 20px 10px;
  text-align: left;
}

#contentWideFull,
#contentWideFullWithSpace {
  float: left;
  width: 920px;
  margin: 0 10px 20px 10px;
  text-align: left;
}

.responsive #contentWideFull,
.responsive #contentWideFullWithSpace {
  float: none;
  width: inherit;
}

#contentWideFullWithSpace {
  margin-left: 50px;
  margin-top: 80px;
}

#contentLower {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
}

#contentNarrow {
  float: left;
  width: 559px;
  margin: 0 10px;
  display: inline;
  line-height: 18px;
}

#contentNarrow li {
  margin-left: 20px;
}

#contentNarrow ul li {
  margin-left: 0;
}

#contentNarrow p,
#contentNarrow ul,
#contentWide p,
#contentWide ul {
  line-height: 18px;
  /*  text-align: justify;*/
}

.contentSide {
  float: left;
  width: 175px;
  margin: 0 5px 20px 5px;
  display: inline;
}

#contentSideLeft {
  margin-right: 8px;
  margin-left: 2px;
}

#contentSideRight {
  margin-right: 2px;
  margin-left: 8px;
}

.contentSide .banner {
  padding: 0 20px 10px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

.contentSide .banner a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 20px;
}

.contentSide table tr td div {
  margin-right: 7px;
  margin-bottom: 4px;
}

.contentSide table tr td a {
  display: block;
  float: left;
  margin-right: 7px;
}

.contentSideRight {
  width: 760px;
  float: left;
}

.affix {
  position: fixed;
}

.contentSide .affix {
  top: 10px;
}

/** IS this one used? can't find it */
.contentSide #share {
  background-position: -48px 0;
}

/** IS this one used? can't find it */
.contentSide #print {
  background-position: -16px 0;
}

.small-width-overlay-toggles {
  display: none;
}

aside.float-left {
  margin: 1em 2em 1em 0;
}

aside.float-right {
  margin: 1em 0 1em 2em;
}

.modal {
  text-align: left;
}

.modal-backdrop + .modal {
  z-index: 1070;
}
.modal-backdrop + .modal + .modal-backdrop {
  z-index: 1060;
}

.modal-body {
  zoom: 1;
  /* For IE7 (trigger hasLayout) */
}
.modal-body:after {
  clear: both;
}
.modal-body:before, .modal-body:after {
  content: "";
  display: table;
}

.modal-body > :first-child {
  margin-top: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.popUp {
  margin-top: 20px;
  position: absolute;
  background-color: #ffffff;
  border: 3px solid #888888;
  z-index: 11;
  left: 0;
  min-width: 300px;
  top: 0;
}

.popUpTitle {
  background-color: #888888;
  color: #ffffff;
  padding: 3px;
  cursor: move;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.popUp h2 {
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 8px;
}

/* CSS for pop-up in the large margins/large buttons style, as seen on the CV-download page. */
.popUp.largeStyle {
  margin-top: 0;
  min-width: 0;
  display: none;
}

.popUp.largeStyle .title {
  font-weight: bold;
  background-color: #888888;
  color: #ffffff;
  padding: 3px;
  cursor: move;
  font-size: 14px;
}

.popUp.largeStyle .title a {
  float: right;
  cursor: pointer;
  color: white;
}

.popUp.largeStyle .content {
  padding: 1em 8em;
}

.popUp.largeStyle .buttonContainer {
  text-align: right;
  margin-top: 3em;
}

.popUp.largeStyle .buttonContainer input[type=button] {
  height: 35px;
  padding: 0 2em;
}

.popUpTitle span {
  float: left;
}

.popUpTitle a, .popUpTitle a:visited {
  float: right;
  text-decoration: none;
  color: #ffffff;
}

div.popUpContent {
  text-align: left;
  margin: 0;
  padding: 25px;
}

.popUpContent .answerButtons {
  text-align: right;
  margin-top: 25px;
}

.popUpContent .answerButtons input {
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

#transparentOverlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #dddddd;
  position: fixed;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  z-index: 2;
}

#popupAccountActivation .content .email {
  font-weight: bold;
}

/**
 * Sizes in human readable format. These are taken from inuit.css
 * See https://github.com/csswizardry/inuit.css for more info about them
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Could easily be made responsive by calling the grid setup for different sizes
 *
 * `<div class="one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 *

@if $responsive == true{

@include media-query(palm){
  @include grid-setup("palm-");
}

@include media-query(lap){
  @include grid-setup("lap-");
}

@include media-query(portable){
  @include grid-setup("portable-");
}

@include media-query(desk){
  @include grid-setup("desk-");
}

@include media-query(desk-wide){
  @include grid-setup("deskwide-");
}

}
*/
/**
 * @author      Dennis Claassen
 * @description Defines the look of the ads on Uitzendbureau.nl
 */
#jobPage .google_ad_link {
  border-bottom: none;
}

#jobPage .google_ad_link a {
  text-decoration: underline;
}

#jobPage .google_ad_head, #jobPage .google_ad_head a {
  font-size: 12px;
  text-decoration: none;
  color: #666666;
}

#jobPage .google_ad_title a {
  color: #CC0000;
  font-weight: bold;
}

.adContainer {
  background-color: #F8F8F8;
  margin-top: 24px;
  padding: 5px;
}

.adContainer img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#adContainerBottom .google_ad_description {
  color: #666666;
}

#adContainerBottom .google_ad_link a, #adContainerRight .google_ad_link a {
  font-size: 10px;
  color: #000099;
}

#adContainerRight .google_ad_title a, #adContainerBottom .google_ad_title a {
  font-size: 13px;
}

#adContainerRight .google_ad_description {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
}

#adContainerBottom .line2, #adContainerBottom .line3 {
  float: left;
}

#adContainerBottom .line3 {
  margin-right: 5px;
}

.googleAdContainer:last-child {
  margin-bottom: 0;
}

.google_ad_header {
  padding-bottom: 7px;
  font-size: 10px;
}

.google_ad_header_wide {
  padding-bottom: 7px;
  font-size: 10px;
  text-align: right;
}

.google_ad_line1 {
  font-size: 13px;
}

.google_ad_text {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

.google_ad_url {
  color: #008000;
  font-size: 11px;
  margin-bottom: 12px;
  text-decoration: none;
}

.google_ad_url_wide {
  color: #008000;
  font-size: 13px;
  margin-bottom: 12px;
  text-decoration: none;
}

.google_ad_wide {
  padding: 10px;
  background: #f3f3f5;
  margin-top: 20px;
}

.google_ad_narrow {
  padding: 10px;
}

.google_narrow {
  overflow: hidden;
  width: 175px;
}

.google_ad_link {
  color: #2228b5;
  border-bottom: 1px dotted #aaaaaa;
}

.google_ad_link:hover {
  border-bottom: 1px solid #2228b5;
}

.google_ad_link:visited {
  color: #881199;
}

.googleAdContainer {
  margin-bottom: 20px;
}

/* CSS specific for the search-job page ads */
.search-job-page .googleAdContainer {
  margin-top: 14px;
}

.search-job-page .google_ad_title a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  color: #2228b5;
  border-bottom: 1px dotted #aaaaaa;
}

.search-job-page .google_ad_title a:hover {
  border-bottom: 1px solid #2228b5;
}

.search-job-page .google_ad_title a:visited {
  color: #881199;
}

.search-job-page .google_ad_description {
  color: black;
  font-size: 11px;
  text-decoration: none;
}

.search-job-page .google_ad_link, .search-job-page .google_ad_link:hover {
  border-bottom: none;
}

.search-job-page .google_ad_link a {
  color: #008000;
  font-size: 11px;
  margin-bottom: 12px;
  text-decoration: none;
  border-bottom: none;
}

.search-job-page .google_ad_description div {
  display: inline;
}

#bottom_ad_unit {
  width: 760px;
  float: right;
  padding-left: 10px;
  /* < IE7 */
  *width: 750px;
  *margin-top: 20px;
}

/*#bottom_ad_unit .googleAdContainer
{
  float: left;
  width: 200px;
}*/
#bottom_ad_unit.wide {
  width: 100%;
}

#bottom_ad_unit .google_ad_header_container {
  margin-bottom: 5px;
}

#bottom_ad_unit .googleAdContainer {
  margin: 0 0 5px 0;
  width: 100%;
  float: none;
}

#bottom_ad_unit .googleAdContainer .google_ad_title {
  display: inline;
  margin-right: 10px;
}

#bottom_ad_unit .googleAdContainer .google_ad_description {
  display: inline;
  margin-right: 10px;
  font-size: 1em;
}

#bottom_ad_unit .googleAdContainer .google_ad_description div {
  display: inline;
}

#bottom_ad_unit .googleAdContainer .google_ad_link {
  display: inline;
}

.job-result--ad div {
  max-width: 468px;
  margin: 0 auto;
  text-align: left;
}
.job-result--ad div .google_ad_header_container {
  margin-bottom: 0;
}
.job-result--ad div .googleAdContainer {
  margin-top: 5px;
  margin-bottom: 3px;
}
.job-result--ad div .googleAdContainer .google_ad_title {
  display: inline;
  margin-right: 5px;
}
.job-result--ad div .googleAdContainer .google_ad_description {
  display: inline;
  margin-right: 5px;
}
.job-result--ad div .googleAdContainer .google_ad_description div {
  display: inline;
}
.job-result--ad div .googleAdContainer .google_ad_link {
  display: inline;
}

.ad-mobile-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 50px;
}

.ad-centered {
  text-align: center;
}
.ad-centered > * {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.ad-inline {
  margin: 1em;
}

.ad-inline--right {
  float: right;
  margin-right: 0;
  margin-left: 2em;
}

.ad-unit300 {
  max-width: 300px;
}

.alert-default-text {
  color: inherit;
}

.input-group .twitter-typeahead-container {
  display: table-cell !important;
  vertical-align: middle;
}

.twitter-typeahead {
  display: block !important;
}
.twitter-typeahead .form-control {
  float: none;
}
.twitter-typeahead .tt-hint {
  color: #BBBBBB;
}
.twitter-typeahead .tt-dropdown-menu {
  min-width: 100%;
  margin-top: .5em;
}
.twitter-typeahead .tt-suggestion + .tt-suggestion .list-group-item {
  border-top: 0;
}
.twitter-typeahead .tt-suggestion .list-group-item:first-child, .twitter-typeahead .tt-suggestion .list-group-item:last-child {
  border-radius: 0;
}
.twitter-typeahead .tt-suggestion:first-child > .list-group-item {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.twitter-typeahead .tt-suggestion:last-child > .list-group-item {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the breadcrumbs on Uitzendbureau.nl
 */
#breadcrumbs {
  font-size: 8pt;
  text-align: left;
  margin: 0 15px 25px;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #666666;
  margin-right: 10px;
  margin-left: 5px;
}
.breadcrumbs .aquo {
  margin-right: 0;
  margin-left: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the buttons on Uitzendbureau.nl
 */
.btn-link-orange, .header-top-bar .loginInfo .btn-link-orange {
  color: #f89406;
}

.btn-wide {
  padding-left: 24px;
  padding-right: 24px;
}

.btn-wider {
  padding-left: 32px;
  padding-right: 32px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of jCarousel plugin used on Uitzendbureau.nl
 */
.jcarousel-skin-home {
  margin: 6em 12px 0;
}

.jcarousel-skin-home img {
  margin: 8px 5px 0;
  width: 151px;
  height: 50px;
}

.jcarousel-skin-default .jcarousel {
  position: relative;
  overflow: hidden;
  height: 75px;
}

.jcarousel-skin-default ul {
  width: 20000px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel-skin-default li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

*[dir=rtl] .jcarousel-skin-default li {
  float: right;
  margin: 0 0 0 10px;
}

.jcarousel-skin-default a:hover, .jcarousel-skin-default a:focus {
  text-decoration: none;
}

.jcarousel-skin-default .jcarousel-vertical,
.jcarousel-skin-default .ver-ti-cal {
  position: relative;
  overflow: hidden;
  height: 150px;
}
.jcarousel-skin-default .jcarousel-vertical ul,
.jcarousel-skin-default .ver-ti-cal ul {
  height: 20000px;
  width: 100%;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel-skin-default .jcarousel-vertical li,
.jcarousel-skin-default .ver-ti-cal li {
  height: 150px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.jcarousel-skin-default .jcarousel-vertical .logo4,
.jcarousel-skin-default .jcarousel-vertical .logo5,
.jcarousel-skin-default .ver-ti-cal .logo4,
.jcarousel-skin-default .ver-ti-cal .logo5 {
  float: left;
  width: 50%;
  text-align: center;
}
.jcarousel-skin-default .jcarousel-vertical div,
.jcarousel-skin-default .ver-ti-cal div {
  text-align: justify;
}
.jcarousel-skin-default .jcarousel-vertical div:after,
.jcarousel-skin-default .ver-ti-cal div:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of xml code on Uitzendbureau.nl
 */
/**
 * Code in general.
*/
pre span.code {
  background-color: #E0E0E0;
  padding: 1px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of php code on Uitzendbureau.nl
 */
/**
 * Auto-generated by GeSHi.
 */
.php-code .imp {
  font-weight: bold;
  color: red;
}

.php-code .kw1 {
  color: #b1b100;
}

.php-code .kw2 {
  color: #000000;
  font-weight: bold;
}

.php-code .kw3 {
  color: #990000;
}

.php-code .co1 {
  color: #666666;
  font-style: italic;
}

.php-code .co2 {
  color: #666666;
  font-style: italic;
}

.php-code .coMULTI {
  color: #666666;
  font-style: italic;
}

.php-code .es0 {
  color: #000099;
  font-weight: bold;
}

.php-code .br0 {
  color: #009900;
}

.php-code .sy0 {
  color: #339933;
}

.php-code .st0 {
  color: #0000ff;
}

.php-code .nu0 {
  color: #cc66cc;
}

.php-code .me1 {
  color: #004000;
}

.php-code .me2 {
  color: #004000;
}

.php-code .re0 {
  color: #000033;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of xml code on Uitzendbureau.nl
 */
/**
 * Auto-generated by GeSHi.
 */
.xml-code {
  color: green;
}

.xml-code .coMULTI {
  color: #808080;
  font-style: italic;
}

.xml-code .imp {
  font-weight: bold;
  color: red;
}

.xml-code .es0 {
  color: #000099;
  font-weight: bold;
}

.xml-code .br0 {
  color: #66cc66;
}

.xml-code .sy0 {
  color: #66cc66;
}

.xml-code .st0 {
  color: #ff0000;
}

.xml-code .nu0 {
  color: #cc66cc;
}

.xml-code .sc0 {
  color: #00bbdd;
}

.xml-code .sc1 {
  color: #ddbb00;
}

.xml-code .sc2 {
  color: #339933;
}

.xml-code .sc3 {
  color: #009900;
}

.xml-code .re0 {
  color: #000066;
}

.xml-code .re1 {
  font-weight: bold;
  color: black;
}

.xml-code .re2 {
  font-weight: bold;
  color: black;
}

/** Could be changed to CSS border-radius http://caniuse.com/#feat=border-radius */
.contactInfoTopSmall {
  background: #dddddd url(/images/rounded_corner_top_small.jpg) top left no-repeat;
  height: 10px;
  width: 429px;
}

.contactInfoBottomSmall {
  background: url(/images/rounded_corner_bottom_small.jpg) top left no-repeat;
  height: 10px;
  width: 429px;
  margin-bottom: 20px;
}

.contactInfoSmall {
  width: 429px;
  background-color: #DDD;
  padding: 0 20px 0 20px;
}

.dl-spaced dt {
  margin-top: 1em;
}
.dl-spaced dt:first-child {
  margin-top: 0;
}

.dropdown.dropdown--hover > ul.dropdown-menu {
  margin: 0;
}

.dropdown.dropdown--hover:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-menu.pull-right li {
  text-align: left;
}

/**
 * The flexbox. Allows for a multi-column layout. 
 * Can have many columns, but they will always be in the same row.
 * Order of columns can be reversed by adding flexbox-rtl
 * Columns can be vertically aligned in the middle
 * Columns can be divided with lines between them

  <div class=flexbox>
    <div class=column> First column </div>
    <div class=column column-divider> Middle column, with divider </div>
    <div class=column column-middle> Last column </div>
  </div>
 */
.flexbox {
  display: table;
  width: 100%;
}
.flexbox > * {
  border-spacing: 0;
}
.flexbox .column {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.flexbox .column + .column:not(.column--no-spacing) {
  padding-left: 30px !important;
}
.flexbox .column--middle {
  vertical-align: middle;
}
.flexbox .column--divider {
  border-right: 1px solid #222222;
}

.flexbox-rtl {
  direction: rtl;
}
.flexbox-rtl .column {
  direction: ltr;
}
.flexbox-rtl .column + .column:not(.column--no-spacing) {
  padding-left: 0 !important;
  padding-right: 30px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of forms used on Uitzendbureau.nl
 */
.modal > form {
  margin-bottom: 0;
}

input.radio {
  vertical-align: baseline;
}

.xml label {
  float: left;
  display: block;
  width: 14em;
  font-weight: bold;
}

.nameField {
  vertical-align: middle;
  font-size: 11pt;
  padding: 3px;
  _height: 24px;
  border: 1px solid #888888;
}

/**
  <div class="formField">
    <label>The label</label>
    <div class="formFieldControls">
      <input type="text" />
      <div class="suggestions"></div>
    </div>
  </div>

  <div class="formFieldLast">
    <input type="submit" />
  </div>
 */
.formFieldLast {
  min-height: 20px;
  text-align: right;
}

.formField {
  margin-bottom: 5px;
  min-height: 20px;
}

/**
 * Can be used next to the label to keep several controls aligned
 */
.formFieldControls {
  margin-left: 180px;
}

.formField label,
.formFieldLast label {
  width: 180px;
}

.formField select,
.formFieldLast select,
td.contractType select {
  width: 150px;
}

.formField textarea,
.formFieldLast textarea {
  width: 400px;
  border: 1px solid #aaaaaa;
}

input.hiddenSubmit {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

/**
 * Remove outline in IE on input fields, because we already have bootstrap's blue shadow
 */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline-style: none;
}

.form-labels-left .control-label {
  text-align: left;
}

.mutedInactiveCheckbox:not(:checked) + span {
  color: #999999;
}

.radio--parent input[type="radio"] ~ .radio__child,
.radio--parent input[type="radio"] ~ .checkbox__child,
.checkbox--parent input[type="checkbox"] ~ .radio__child,
.checkbox--parent input[type="checkbox"] ~ .checkbox__child {
  display: none;
}
.radio--parent input[type="radio"]:checked ~ .radio__child, .radio--parent input[type="radio"]:checked ~ .checkbox__child,
.checkbox--parent input[type="checkbox"]:checked ~ .radio__child,
.checkbox--parent input[type="checkbox"]:checked ~ .checkbox__child {
  display: block;
}

.radio--parent,
.checkbox--parent {
  margin-left: 20px;
}
.radio--parent > label,
.checkbox--parent > label {
  padding-left: 0;
}

.help-block:empty {
  margin: 0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the feedback button and form on Uitzendbureau.nl
 */
/**
 * CSS for the feedback button that is always positioned right/center.
 */
#feedbackButton {
  width: 32px;
  height: 123px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -61px;
  /* Half of the elements height to center it */
  background-image: url("/images/feedback.png");
  cursor: pointer;
  background-position: -96px 0;
}

#feedbackButton:hover {
  background-position: -32px 0;
}

#feedbackButton:active {
  background-position: -64px 0;
}

#feedbackPopupForm .loaderImage {
  display: none;
}

.googlem {
  background: url(../images/voor-uitzendbureaus/google_m.jpg) center center no-repeat;
  height: 234px;
  margin: 10px 0;
}

.googlem form {
  text-align: center;
  padding-top: 175px;
}

.googlem form input[type="text"] {
  width: 250px;
  margin: 0 10px;
}

/*
  On the search job pages adds the radius selection field to the place input.

#rad.searchAdvancedField
{
  width: auto;
  height: 25px;
  margin-left: -5px;
}
#p.searchAdvancedField
{
  width: 120px;
}

#p.fieldSearchJobHomeText
{
  width: 135px;
}
#rad.fieldSearchJobHomeText
{
  width: auto;
  height: 27px;
  margin-left: -5px;
}

#rad.field
{
  width: auto;
  margin-left: -15px;
  height: 25px;
  border-left: none;
}
#p.field
{
  margin-right: none;
  width: 127px;
}
/* Fixes the positioning of the radius select field in inside the place field for Firefox. 
@-moz-document url-prefix()
{ 
  #rad.field
  {
    margin-top: -1px;
    height: 26px;
  }
  #rad.searchAdvancedField
  {
    height: 26px;
  }
}*/
.searchJobForm #p.field, .searchJobForm .landingSearchJobForm input#p, .landingSearchJobForm .searchJobForm input#p,
.searchJobForm .landingSearchJobForm select#p,
.landingSearchJobForm .searchJobForm select#p {
  width: 185px;
}

.searchJobForm #rad.field, .searchJobForm .landingSearchJobForm input#rad, .landingSearchJobForm .searchJobForm input#rad,
.searchJobForm .landingSearchJobForm select#rad,
.landingSearchJobForm .searchJobForm select#rad {
  margin: 0;
  padding: 0;
}

.searchJobForm {
  zoom: 1;
  /* For IE7 (trigger hasLayout) */
  text-align: left;
  zoom: 1;
  /* Triggers hasLayout for IE6 */
  position: relative;
  z-index: 20;
}
.searchJobForm:after {
  clear: both;
}
.searchJobForm:before, .searchJobForm:after {
  content: "";
  display: table;
}

.searchJobForm--small {
  display: inline-block;
}

.searchJobFormJobDetailPage {
  margin-left: 135px;
}

.headerSearchBox {
  float: left;
  margin: 0 3px 3px 0;
  width: 215px;
}

.headerSearchBox--large {
  width: 305px;
}

.headerSearchBox--button {
  width: auto;
}

.headerSearchBox h3 {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  font-weight: bold;
  clear: both;
  margin-top: 0;
}

.headerSearchBox.no-header {
  padding-top: 24px;
}

.headerSearchBox.no-field {
  padding-top: 6px;
}

.headerSearchBox .field, .headerSearchBox .landingSearchJobForm input, .landingSearchJobForm .headerSearchBox input,
.headerSearchBox .landingSearchJobForm select,
.landingSearchJobForm .headerSearchBox select {
  margin-bottom: 0;
  display: block;
  width: 320px;
  border-right-color: #111;
  border-bottom-color: #111;
  clear: both;
  font-size: 12pt;
  padding: 6px;
}

/** Overwrites .field:focus{ padding: 3px } */
.headerSearchBox .field:focus, .headerSearchBox .landingSearchJobForm input:focus, .landingSearchJobForm .headerSearchBox input:focus,
.headerSearchBox .landingSearchJobForm select:focus,
.landingSearchJobForm .headerSearchBox select:focus {
  padding: 6px;
}

.headerSearchBox .fieldSmall {
  width: 200px;
}

.searchJobForm .headerSearchBox .radius-indicator {
  width: 55px;
}

.headerSearchBox input,
.headerSearchBox .input-append {
  margin-bottom: 0;
}

.headerSearchBox #p.notEmpty {
  color: #888888;
}

.quickLinks {
  clear: both;
  position: relative;
  z-index: 20;
}

/* Extends .searchJobForm
 * Provides alignment with the searchresults
 */
.searchJobFormAboveResults {
  margin-left: 205px;
  _margin-left: inherit;
  /* IE6 fix */
}

.searchJobFormAboveResults .field, .searchJobFormAboveResults .landingSearchJobForm input, .landingSearchJobForm .searchJobFormAboveResults input,
.searchJobFormAboveResults .landingSearchJobForm select,
.landingSearchJobForm .searchJobFormAboveResults select {
  width: 250px;
}

.landingSearchJobForm div {
  /*margin-bottom: 5px;*/
}
.landingSearchJobForm label {
  width: 250px;
  font-weight: bold;
}
.landingSearchJobForm input,
.landingSearchJobForm select {
  width: 250px;
  display: inline;
}
.landingSearchJobForm select {
  width: 258px;
}
.landingSearchJobForm input.btn {
  width: 150px;
  margin-left: 10px;
}
.landingSearchJobForm .suggestionsPlace {
  margin-left: 250px;
}

.rateit {
  margin-right: 15px;
  margin-top: 5px;
}

/*-- CSS styles for +Job Seeker Registration page --*/
.registrationForm {
  padding: 1.5em 2em;
  background-color: #F0F0F0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the AJAX suggestions on Uitzendbureau.nl
 */
.suggestion {
  background-color: #FFF;
  margin: 1px;
  cursor: pointer;
}

/**
 * Base suggestions box. Can be extended by other classes.
 *
 * <div class="suggestionsPlace suggestionsExtension"></div>
 */
.suggestionsPlace {
  position: absolute;
  border: 1px solid black;
  background-color: #fff;
  display: none;
}

.suggestionsError {
  color: #F00;
  display: none;
  margin-left: 5px;
}

.suggestionsErrorJobApplicationBox {
  color: #F00;
  display: none;
  margin: -5px 0 0 18em;
}

.suggestionsErrorHeader {
  color: #FF0000;
  display: none;
}

.suggestionsErrorHeaderSearchJob {
  color: #F00;
  display: none;
  text-align: left;
}

.suggestionsJobApplicationBox {
  padding: 3px;
  min-width: 200px;
  z-index: 99;
}

.suggestionsHeaderSearchJobPlace {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 254px;
  z-index: 99;
}

.suggestionsNormal {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  z-index: 99;
}

.suggestionsRecruiter {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  z-index: 99;
  margin: 25px 0 0 0;
}

.suggestionsRegister {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  z-index: 99;
  margin: 22px 0 0 18em;
}

.suggestionsProfile {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  z-index: 99;
  margin-left: 180px;
  margin-top: -1px;
}

.suggestionsJobAlertEdit {
  padding: 3px;
  min-width: 200px;
  z-index: 99;
}

.suggestionsSearchJobAdvanced {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  margin: 27px 0 0 246px;
  min-width: 208px;
  z-index: 99;
}

.suggestionsSearchJobHome {
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 319px;
  z-index: 99;
}

.suggestionsSearchBranch {
  margin-top: 23px;
  padding: 3px;
  border: 1px solid black;
  background-color: #FFF;
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  z-index: 99;
}

.suggestionSelected {
  border: 1px dotted black;
  background-color: #CCF;
  cursor: pointer;
}

/**
 * Extends Bootstrap dropdowns
 */
.dropdown-menu {
  text-align: left;
}
.dropdown-menu small {
  color: #999;
  font-size: 11px;
}

.hero-graphic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.hero-graphic--rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.hero-graphic--callcenter {
  background-image: url("/images/pictures/default/callcenter.jpg");
}

.hero-graphic--consultant {
  background-image: url("/images/pictures/default/consultant.jpg");
}

.hero-graphic--heftruck {
  background-image: url("/images/pictures/default/heftruck.jpg");
}

.hero-graphic--street-workers {
  background-image: url("/images/pictures/default/street-workers.jpg");
}

.hero-graphic--yy-team {
  background-image: url("/images/pictures/default/yy-team.jpg");
}

.glyphicons {
  min-height: 24px;
}

.glyphicons.inline,
.glyphicons.inline:before {
  line-height: 16px;
  display: inline-block;
}

.glyphicons--mutedUntilHover:before {
  color: #888888;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.glyphicons--mutedUntilHover:hover:before {
  color: #000000;
}

.glyphicons--no-space {
  padding-left: 24px;
}

.glyphicons--small-space {
  padding-left: 32px;
}

.glyphicons--small {
  min-height: 16px;
  padding-left: 32px;
}
.glyphicons--small.glyphicons--no-space {
  padding-left: 16px;
}
.glyphicons--small.glyphicons--small-space {
  padding-left: 24px;
}
.glyphicons--small:before {
  font-size: 16px;
}
.glyphicons--small .glyphicons--addon {
  min-height: 16px;
}

.glyphicons--large {
  min-height: 48px;
  padding-left: 96px;
}
.glyphicons--large.glyphicons--no-space {
  padding-left: 48px;
}
.glyphicons--large.glyphicons--small-space {
  padding-left: 72px;
}
.glyphicons--large:before {
  font-size: 48px;
}
.glyphicons--large .glyphicons--addon {
  min-height: 48px;
}

.glyphicons--xlarge {
  min-height: 56px;
  padding-left: 112px;
}
.glyphicons--xlarge.glyphicons--no-space {
  padding-left: 56px;
}
.glyphicons--xlarge.glyphicons--small-space {
  padding-left: 84px;
}
.glyphicons--xlarge:before {
  font-size: 56px;
}
.glyphicons--xlarge .glyphicons--addon {
  min-height: 56px;
}

.glyphicons--xxlarge {
  min-height: 64px;
  padding-left: 128px;
}
.glyphicons--xxlarge.glyphicons--no-space {
  padding-left: 64px;
}
.glyphicons--xxlarge.glyphicons--small-space {
  padding-left: 96px;
}
.glyphicons--xxlarge:before {
  font-size: 64px;
}
.glyphicons--xxlarge .glyphicons--addon {
  min-height: 64px;
}

.glyphicons--xxxlarge {
  min-height: 72px;
  padding-left: 144px;
}
.glyphicons--xxxlarge.glyphicons--no-space {
  padding-left: 72px;
}
.glyphicons--xxxlarge.glyphicons--small-space {
  padding-left: 108px;
}
.glyphicons--xxxlarge:before {
  font-size: 72px;
}
.glyphicons--xxxlarge .glyphicons--addon {
  min-height: 72px;
}

.glyphicons--success:before {
  color: #5cb85c;
}

.glyphicons--warning:before {
  color: #ff7a00;
}

.glyphicons--error:before {
  color: #cf2a27;
}

.glyphicons.glyphicons--addon {
  position: static;
  padding-left: 0;
  vertical-align: text-top;
}
.glyphicons.glyphicons--addon:before {
  font-size: inherit;
  border-radius: 50%;
  left: 12px;
  top: -6px;
}

.glyphicons--small .glyphicons--addon:before {
  left: 8px;
  top: -4px;
  font-size: 12px;
}

.glyphicons--large .glyphicons--addon:before {
  left: 24px;
  top: -12px;
  font-size: 36px;
}

.glyphicons--xlarge .glyphicons--addon:before {
  left: 28px;
  top: -14px;
  font-size: 42px;
}

.glyphicons--xxlarge .glyphicons--addon:before {
  left: 32px;
  top: -16px;
  font-size: 48px;
}

.glyphicons--xxxlarge .glyphicons--addon:before {
  left: 36px;
  top: -18px;
  font-size: 54px;
}

/*ul,ol*/
.image-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.image-list > li {
  margin-bottom: .8em;
}

.image-list__image {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the general style of images used on Uitzendbureau.nl
 */
a img {
  border: none;
}

img.bordered {
  border: 1px solid black;
}

img.bordered-muted {
  border: 1px solid #cccccc;
}

img.recruiterLogo {
  width: 151px;
  heigth: 50px;
}

.island,
.islet,
.island-large {
  display: block;
}
.island > :last-child,
.islet > :last-child,
.island-large > :last-child {
  margin-bottom: 0;
}

.island {
  padding: 24px;
}

.island-large {
  padding: 48px;
}

.islet {
  padding: 12px;
}

.job__action__loader-image {
  height: 1.1em;
  width: 1.1em;
  margin-right: .5em;
  vertical-align: middle;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the job alerts on Uitzendbureau.nl
 */
/* The Job Alert */
.job-alert {
  margin-bottom: 6px;
}

.job-alert .job-alert-header {
  cursor: pointer;
}

.job-alert .job-alert-header a {
  color: inherit;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search job results on Uitzendbureau.nl
 */
.results th {
  text-align: left;
  padding: 7px 7px;
  margin: 0;
  border-bottom: 1px solid #bbbbbb;
  color: #2228b5;
  font-size: 14px;
}

.results th a {
  color: #2228b5;
  border-bottom: 1px dotted #aaaaaa;
}

.results th a:hover {
  border-bottom: 1px solid #2228b5;
}

.results th a:visited {
  /*  color: #551a8b; */
  color: #881199;
}

.results td {
  padding: 3px 5px;
  border-bottom: 1px dotted #cccccc;
  text-align: left;
}

.results td a {
  text-decoration: none;
}

.results td a:hover {
  text-decoration: underline;
}

.results td a:visited {
  /*  color: #551a8b; */
  /*  color: #881199; */
  color: #881199;
}

.results td span {
  display: block;
  margin: 0 0 0 10px;
  font-size: 8pt;
  color: #3a9615;
}

.results .even td {
  background: #fcfcfc;
  background: #f3f3f5;
}

.results .odd td {
  background: #ffffff;
}

/**********************/
/* Search job results */
/**********************/
/* General page holder */
.jobResultsPage {
  position: relative;
}

.jobResultsPage .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 200px;
  background: #DDDDDD;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE6 fixes below */
  width: 100%;
  height: 100%;
  text-align: center;
}

.jobResultsPage .overlay img {
  margin-top: 100px;
  left: 50%;
  right: 50%;
}

/* List of results */
.job-result {
  cursor: pointer;
  padding: 9px 3px;
  line-height: 1.5;
}
.job-result .job-result__type {
  float: right;
}

.job-result + .job-result {
  border-top: 1px solid #cccccc;
}

.job-result:hover {
  background-color: #F4F4FF;
}

.job-result__title {
  display: block;
  font-weight: bold;
}
.job-result__title:visited {
  color: #881199;
}

.job-result__place {
  float: none;
  display: block;
}

.job-result__description {
  display: none;
  margin: 4px 0;
}

.job-result__footer {
  color: #3A9615;
  font-size: .9em;
}

.job-result--in-campaign {
  background-color: #FFFFDD;
  border: 2px solid #f3f3c0;
}
.job-result--in-campaign:hover {
  background-color: #FFFFCC;
}
.job-result--in-campaign + .job-result {
  border-top: 0;
}
.job-result--in-campaign .job-result__type {
  color: #b4121c;
}

.job-result--archived {
  cursor: default;
}
.job-result--archived:hover {
  background-color: none;
}
.job-result--archived .job-result__title:hover {
  text-decoration: none;
}
.job-result--archived .job-result__type {
  color: #b4121c;
}

.job-result .job__action {
  color: #666666;
  display: none;
  margin-left: 1em;
}

.job-result:hover .job__action {
  display: inline-block;
}

.job-result a.job__action:hover,
.job-result .job__action a:hover {
  text-decoration: underline;
}

.job-result .job__action--in-progress,
.job-result .job__action--just-done {
  display: inline-block;
}

/* Caption above the list of results */
.jobResultsHeader {
  margin-bottom: 6px;
}

.jobResultsHeader .resultxofx {
  font-size: 8pt;
}

.jobResultsHeader .sortresults {
  font-size: 8pt;
  color: #666;
  font-weight: normal;
  float: right;
}

.jobResultsHeader .sortresults a {
  color: #666;
  padding-left: 8px;
}

/**
 * A .job-result--ad is always added, for small screens. But it should not be shown, if it is empty (on large screens)
 * So we remove the padding and the border, and add the border back to the first child of the .job-result--ad
 */
.job-result--ad {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
}
.job-result--ad:hover {
  background-color: #FFFFFF;
}

.job-result + .job-result--ad {
  border-top: 0;
}

.job-result--ad .google_ad_header_container {
  padding-top: 9px;
  border-top: 1px solid #cccccc;
}

.job-result--ad > .job-result__body {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  max-width: none;
}

.link-list__item {
  display: block;
  padding: 0.2em 0;
}

.link-list__link:hover {
  text-decoration: underline;
}

.logo-list {
  zoom: 1;
  /* For IE7 (trigger hasLayout) */
}
.logo-list:after {
  clear: both;
}
.logo-list:before, .logo-list:after {
  content: "";
  display: table;
}

.logo-list__item {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}
.logo-list__item img {
  max-width: 100%;
}

.map {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.map-recruiter {
  width: 300px;
  height: 300px;
}

.map-branch {
  width: 346px;
  height: 346px;
  margin-top: 28px;
}

.map-branch-small {
  height: 200px;
}

.map-branch-large {
  width: 590px;
  height: 500px;
}

.arrowContainer {
  position: relative;
}
.arrowContainer .arrow {
  width: 25%;
  max-width: 350px;
  right: 330px;
  z-index: 6;
  position: absolute;
  margin: 30px 0 0 0;
}

.map-branch-sales {
  width: 400px;
  height: 400px;
}

.map-jobdetail {
  width: 100%;
  height: 200px;
}

.map-background {
  position: fixed !important;
  top: 59px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.map-background > div {
  width: 100%;
  height: 100%;
}

.map-overlay {
  text-align: left;
  position: absolute;
  left: 30px;
  width: 300px;
  z-index: 10;
  bottom: 30px;
  top: 152px;
}

.map-overlay-content {
  padding: 1em;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.map-overlay-content > * {
  z-index: 10;
  position: relative;
}
.map-overlay-content > .search-form {
  z-index: 11;
}
.map-overlay-content .map-overlay-background {
  z-index: 5;
}
.map-overlay-content .map-background {
  z-index: -1;
}

.map-overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

.map-overlay-header {
  background: #FFFFFF;
  margin: -1em -1em 1em;
  padding: 1em;
  box-shadow: 0px 0px 50px -18px;
}
.map-overlay-header h1 {
  margin-top: 0;
}

.map-overlay-centered {
  position: absolute;
  z-index: 5;
}
.map-overlay-centered > div {
  position: absolute;
  top: 50%;
  height: 5em;
  margin: -2.5em 0 0 0;
  width: 100%;
  text-align: center;
}
.map-overlay-centered > div > div {
  display: inline-block;
  text-align: left;
}
.map-overlay-centered .whiteShadow {
  text-shadow: 0px 0px 1px white;
}

.masthead {
  width: 100%;
}

.masthead p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.masthead .close {
  font-size: 12px;
  margin-right: 12px;
  float: right;
  cursor: pointer;
}
.masthead .close, .masthead .close a {
  border-bottom: none;
}

.masthead-notification {
  background-color: #FFFFCC;
  border-bottom: 1px dotted black;
  padding: 8px 30px;
}

.masthead-message {
  margin-bottom: 3px;
  padding: 2px;
  box-shadow: 0 0 10px #888888;
}

.masthead-message-notify {
  background-color: #FFFFCC;
  border-bottom: 1px dotted #ffcc33;
}

.masthead-tagline {
  color: #b4121c;
  font-size: 14pt;
  font-weight: 100;
}

.masthead-options {
  margin-top: 10px;
  margin-left: 10px;
  white-space: nowrap;
}

.masthead-top-bar {
  background: white;
}

.masthead-searchbar {
  background: #e9e9f5;
  background: -moz-linear-gradient(top, #e9e9f5, #fafaff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9f5), color-stop(100%, #fafaff));
  background: -webkit-linear-gradient(top, #e9e9f5, #fafaff);
  background: -o-linear-gradient(top, #e9e9f5, #fafaff);
  background: -ms-linear-gradient(top, #e9e9f5, #fafaff);
  background: linear-gradient(top, #e9e9f5, #fafaff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFE9E9F5', endColorstr='#FFFAFAFF');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFE9E9F5', endColorstr='#FFFAFAFF')";
  /* IE8 */
  border-top: 1px solid #dddddd;
  margin-bottom: 1em;
  padding: 1em 0 1px;
}

.masthead-searchbar--home {
  padding: 1em 0 1em;
}

.masthead-breadcrumbs {
  border-top: 1px solid #eeeeee;
  margin: -1em 0 1em;
  padding: 0.5em 0;
  background-color: #FFFFFF;
}

.masthead-transparent {
  background: transparent;
  border-bottom: none;
}

/**
 * The media object as described on http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
 * Floats an image left, with the text on a block aside of it. Can be reversed with .media--reversed
 *
  <div class=media>
    <div class=media__img>
      <img />
    </div>

    <div class=media__body>
      ...
    </div>
  </div>
 */
.media {
  padding: 10px;
  padding-right: 0;
  zoom: 1;
  /* For IE7 (trigger hasLayout) */
}
.media:after {
  clear: both;
}
.media:before, .media:after {
  content: "";
  display: table;
}

.media--large .media__img {
  max-width: 200px;
}

.media--reversed {
  padding-right: 10px;
  padding-left: 0;
}
.media--reversed .media__img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.media__img {
  float: left;
  margin-right: 20px;
}

.media__title {
  padding-top: 0px;
  margin-bottom: 3px;
}

.media__body {
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the messages on Uitzendbureau.nl
 */
.captchaError {
  color: red;
  font-weight: bold;
}

/* Mainly used on profile, but also on job-alert form if place does not exist */
.redText {
  color: red;
}

/**
 * Component to enable previews
 * Default html:

<div class="previewer">
  <div class="empty">..</div>
  <div class="body hidden">
    <div class="preview">..</div>
  </div>
</div>
 */
.previewer .empty {
  border: 2px solid #cccccc;
  padding: 15% 25%;
}
.previewer .copied-input {
  white-space: pre-wrap;
}

/**
 * Adds highlight functionality to the previewer. Default text will be muted,
 * special .highlight parts will be highlighted.
 * Default html:

<div class="previewer previewer--highlighted">
  <div class="empty">..</div>
  <div class="body hidden">
    <div class="preview">
      <p>..</p>
      <p class="highlight">..</p>
      <p>..</p>
    </div>
  </div>
</div>
 */
.previewer--highlighted .preview {
  color: #999999;
}
.previewer--highlighted .highlight {
  color: #333;
}

#cvDatabaseEnabledBlock {
  /**
   * <div class="percentage-stacked">
   *   <div> 85% </div>
   *   <div id="percentageBarContainer">
   *     <div class="percentageBar" style="width: 85%" />
   *   </div>
   * </div>
   */
}
#cvDatabaseEnabledBlock .percentage {
  float: left;
  font-size: 18px;
  width: 60px;
}
#cvDatabaseEnabledBlock #percentageBarContainer {
  height: 16px;
  border: solid gray 1px;
}
#cvDatabaseEnabledBlock #percentageBar,
#cvDatabaseEnabledBlock .percentageBar {
  height: 14px;
}
#cvDatabaseEnabledBlock .percentage-stacked {
  width: 85px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
}
#cvDatabaseEnabledBlock .percentage-stacked + div {
  margin-left: 90px;
}
#cvDatabaseEnabledBlock .next-to-percentage {
  margin-left: 60px;
}

#cvDatabaseDisabledBlock img {
  width: 48px;
  height: 48px;
}

.percentageBar-green {
  background-image: url("/images/progressbg_green.gif");
}

.percentageBar-orange {
  background-image: url("/images/progressbg_orange.gif");
}

.percentageBar-red {
  background-image: url("/images/progressbg_red.gif");
}

.cvDatabaseSuggestions {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

.boldRed {
  font-weight: bold;
  color: red;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the progress bar used on Uitzendbureau.nl
 */
.progress-steps {
  margin: 0 0 25px;
  padding: 0;
  cursor: default;
}

.progress-steps > * {
  font-size: 12px;
  line-height: 18px;
}

.progress-steps li {
  display: inline-block;
  /* For IE7 */
  *display: inline;
  *zoom: 1;
  list-style: none;
  padding: 1px 15px;
  background-color: #66aaff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #FFFFFF;
}

/* #006dcc
   #0044cc */
.progress-steps li.active {
  background-color: #0044CC;
  opacity: 1;
  filter: alpha(opacity=100);
}

.progress-steps li.arrow {
  height: 0;
  width: 0;
  background-color: transparent;
  padding: 0;
  border: 10px solid transparent;
  border-left-color: #66aaff;
  vertical-align: bottom;
}

.progress-steps li.active + .arrow {
  border-left-color: #0044CC;
  opacity: 1;
  filter: alpha(opacity=100);
}

/**
 * @author      Dennis Claassen
 * @description Defines social share icons used on Uitzendbureau.nl
 */
.socialNetworkLinks {
  margin-top: 20px;
}
.socialNetworkLinks .socialNetworkIcon {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: linear opacity 0.3s;
  -moz-transition: linear opacity 0.3s;
  -ms-transition: linear opacity 0.3s;
  -o-transition: linear opacity 0.3s;
  transition: linear opacity 0.3s;
}
.socialNetworkLinks .socialNetworkIcon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.socialNetworkLinks .socialNetworkIcon + .socialNetworkIcon {
  margin-left: 29px;
}

.social-buttons {
  line-height: 20px;
}
.social-buttons > * {
  vertical-align: top;
}

.social-buttons--right {
  text-align: right;
}

.social-buttons__twitter,
.social-buttons__gplus {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.social-buttons__facebook {
  margin-right: 5px;
}

.social-buttons__twitter {
  width: 93px !important;
}

.social-buttons__gplus {
  width: 60px !important;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the tables on Uitzendbureau.nl
 */
/** /vacature-mailing styles. Should be transformed to general table style */
#jobAlertTable td {
  padding-top: 15px;
}

.jobAlertFormDiv {
  background-color: #F3F3F5;
  padding: 12px 10px 10px 10px;
  border: 1px #dddddd solid;
  line-height: 20px;
}

.jobAlertFormDiv table {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.jobAlertFormDiv table tr td {
  padding: 0;
}

.form-inline .jobAlertFormDiv input {
  margin-left: 2px;
  margin-right: 5px;
}

table.jaResults {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 2em;
}
table.jaResults th {
  text-align: left;
}
table.jaResults th.th-top {
  border-bottom: 1px solid #bbbbbb;
  color: #2228b5;
}
table.jaResults td,
table.jaResults th {
  padding: 5px;
  border-bottom: 1px dotted #cccccc;
  text-align: left;
}
table.jaResults td a {
  text-decoration: none;
}
table.jaResults td a:hover {
  text-decoration: underline;
}
table.jaResults td a:visited {
  color: #881199;
}
table.jaResults .even {
  background-color: #f3f3f5;
}
table.jaResults .odd {
  background-color: #ffffff;
}
table.jaResults form {
  display: inline;
  margin-right: 10px;
}

/** entities table found on /xml_faq.php */
.entitiesTable {
  border: 1px solid black;
  border-collapse: collapse;
}

.entitiesTable td, .entitiesTable th {
  border: 1px solid black;
  padding: 5px;
}

.results {
  margin: 10px 0;
  padding: 0;
  border-collapse: collapse;
}

.results {
  width: 100%;
}

.resultsSpaced {
  margin-top: 20px;
  margin-bottom: 20px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the tag cloud on Uitzendbureau.nl
 */
.tagCloud {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 25px;
}

.tagCloud li {
  display: inline;
}

.tagCloud li a {
  color: #111111;
  padding: 0;
  margin: 4px 6px 4px 0;
  vertical-align: middle;
  display: inline-block;
}

.tagCloud li .tagCloud1 {
  font-size: 12px;
}

.tagCloud li .tagCloud2 {
  font-size: 14px;
}

.tagCloud li .tagCloud3 {
  font-size: 16px;
}

.tagCloud li .tagCloud4 {
  font-size: 18px;
}

.tagCloud li .tagCloud5 {
  font-size: 19px;
}

.tagCloud li .tagCloud6 {
  font-size: 20px;
}

.tagCloud li .tagCloud7 {
  font-size: 16px;
  color: #222222;
}

.tagCloud li a:hover {
  background-color: #d5d1e9;
  color: #111188;
}

.tagCloud li a:visited {
  color: #755a9b;
}

.tagCloudContainer {
  padding: 12px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the look of the tell-a-friend on Uitzendbureau.nl
 */
/*
.tellAFriendText
{
  color: #aaaaaa;
}
*/
#tellAFriendTable {
  margin-top: 20px;
}

#tellAFriendTable td {
  padding-right: 5px;
}

.tellAFriendError {
  color: #b4121c;
  font-weight: bold;
}

/** For the error message on the job detail page */
div.errorMessageContainer {
  color: red;
}

div.messageContainer, div.errorMessageContainer {
  font-weight: bold;
}

#tellAFriendContainer {
  overflow: hidden;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the testimonials on Uitzendbureau.nl
 */
.quote {
  border-left: 3px solid #cccccc;
  margin: 5px 20px;
  line-height: 14pt;
  padding: 5px 20px;
  color: #656565;
  text-align: justify;
}

.testimonial {
  text-align: center;
  line-height: 22px;
  position: relative;
  background-color: #ffffff;
  /*#f3f3f3;*/
  padding: 0 15px;
}
.testimonial span {
  position: relative;
  z-index: 2;
}

.quoted-text {
  position: relative;
  z-index: 2;
}

.quote-source {
  text-align: right;
  color: #666;
  margin-top: -5px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}

.quote-author {
  color: #b4121c;
  font-weight: bold;
}

.quote-logo {
  float: right;
  margin-top: -2px;
  margin-left: 10px;
}

.quote-company {
  color: #999;
}

.quote-left {
  text-align: left;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.quote-left img {
  margin-bottom: -20px;
}

.quote-right {
  text-align: right;
  z-index: 1;
}
.quote-right img {
  margin-top: -20px;
}

/**
 * Variant of the testimonial, used for intros to large testimonials
 */
.testimonial-intro {
  border: 1px solid gray;
  margin: 0 30px 30px 0;
  padding: 20px;
}
.testimonial-intro .quoted-text {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-intro .quote-source {
  text-align: left;
  margin-bottom: 0;
}
.testimonial-intro .proceed {
  float: right;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Looks a lot like #faq */
#noReply_404 {
  background-color: #fafafa;
  border: 1px #cccccc solid;
  width: 600px;
  margin: 20px 0 20px 0;
  padding: 20px;
  line-height: 20px;
}

#noReply_404 b {
  font-size: 14px;
}

.popupReject .jobContact {
  overflow: hidden;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the menu of /info on Uitzendbureau.nl
 */
.menu-info > ul {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: whiteSmoke;
  border: 1px solid #e3e3e3;
}
.menu-info ul {
  list-style: none;
  text-indent: 0;
  padding: 0 0 0 10px;
  margin: 0;
}
.menu-info ul li {
  list-style: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.menu-info ul li a {
  display: block;
  padding: 4px 10px;
  margin-left: -10px;
  text-decoration: none;
}
.menu-info ul li a:hover {
  background-color: #E7E7E7;
}
.menu-info ul li.active > a {
  background-color: #343AD4;
  color: white;
}
.menu-info ul li.active > ul {
  background-color: #E7E7E7;
}
.menu-info ul li.active li a:hover {
  background-color: #E0E0E0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style for the job detail page on Uitzendbureau.nl
 */
div.jobContainer {
  overflow: hidden;
}
div.jobContainer .btn {
  margin-top: 15px;
  margin-left: 3px;
  margin-bottom: 15px;
}

.backToResultsLink {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.backToResultsLink:first-child {
  margin-top: 0;
}

.backToResultsLink:last-child {
  margin-bottom: 0;
}

#jobContent {
  line-height: 18px;
}
#jobContent a {
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
#jobContent *:not(:hover) > a {
  color: inherit;
}
#jobContent h3 {
  margin-top: 2em;
}

#jobPage .contentSideIcon {
  background-image: url("/images/icons/job-page-icons.gif");
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#jobPage .smallerText {
  font-size: 11px;
}

#jobPage .icon {
  width: 16px;
  height: 16px;
}

#jobPage #tellafriend {
  background-position: -32px 0;
}

#jobPage #mail {
  background-position: 0 0;
}

#categoryContainer {
  margin: 20px 0;
}

.jobPageMeta {
  width: 330px;
}

.recruiterLogo {
  margin-top: 40px;
}

.jobContactData {
  padding: 12px;
}

.expandableContentContainer .titleLink {
  line-height: 16px;
  margin-left: 5px;
}

.activeExpandableContentLink {
  color: black;
  font-weight: bold;
  cursor: default;
}

.expandableContentContainer .error {
  border-color: red;
}

.expandableContent {
  display: none;
}

.expanded .expandableContent {
  display: block;
  margin-top: 20px;
}

.expanded:last-child {
  margin-bottom: 0;
}

.expanded .title {
  color: black;
  font-weight: bold;
}

/* hides the contact information */
.hiddenContent {
  display: none;
}

div.printContactInformation {
  display: none;
}

div.tellAFriend,
div.jobContact,
div.popUpFrameContent {
  text-align: left;
  margin: 0;
  padding: 25px;
}

.tellAFriendTitle,
.jobContactTitle,
.popUpFrameTitle {
  background-color: #888888;
  color: #ffffff;
  padding: 3px;
  cursor: move;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.tellAFriendTitle a,
.jobContactTitle a,
.popUpFrameTitle a {
  float: right;
  color: #ffffff;
}

.tellAFriendTitle a:visited,
.jobContactTitle a:visited {
  color: #ffffff;
}

#jobContactNotify,
#tellAFriendNotify {
  display: none;
}

.recruiterLogo,
.jobContactData {
  margin-top: 1em;
}

.jobContactData {
  margin-bottom: 1em;
  padding: 0;
}

.similarJobs {
  margin-top: 20px;
}

.jobContactForm {
  margin: 12px 0 0;
}

.jobContact h2 {
  margin-bottom: 0;
}

.jobContact h3 {
  font-weight: normal;
}

.jobContact .buttonbar {
  height: 20px;
  margin-bottom: 5px;
}

.jobContact .buttonbar form {
  float: right;
  margin: 0;
  padding: 0;
}

/* Extend .popUp */
.jobApplicationFrame,
.jobApplicationTopFrame {
  width: 600px;
}

.jobApplicationTopFrame {
  z-index: 13;
  width: 540px;
}

.jobApplicationFrame,
.jobApplicationTopFrame {
  box-shadow: 0 0 10px black;
  border-radius: 4px;
}

div.jobContact {
  overflow: hidden;
}

.horRule {
  width: 100%;
  height: 2px;
  background-color: #CCC;
  margin-bottom: 20px;
}

.profileBlocks {
  width: 300px;
}

.profileBlock {
  margin-bottom: 3em;
}
.profileBlock > h2 {
  margin-top: 0;
}
.profileBlock > :last-child {
  margin-bottom: 0;
}

.profileBlockLeft {
  min-height: 20px;
  width: 80px;
  float: left;
  text-align: center;
  padding-right: 10px;
}

.profileBlockRight {
  min-height: 20px;
  width: 248px;
  float: left;
}

#profilePicture {
  width: 120px;
  float: left;
  margin-right: 20px;
}

#profilePicture #profilePictureImage {
  width: 120px;
  height: 120px;
  background-color: gray;
}

#profileContentBlocks h2 {
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 4px;
  color: #888;
}
#profileContentBlocks h2:hover + .profileContentBlockSingle {
  background-color: #F4F4FF;
}

.profileContentForm {
  background-color: #FFA;
  padding: 10px 10px;
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}
.profileContentForm > :first-child {
  margin-top: 0;
}

.profileContentBlock {
  padding: 0 0 10px 0;
  margin-bottom: 0;
  /*  border-bottom: 1px dotted #CCC;*/
}
.profileContentBlock ~ .profileContentBlock {
  padding-top: 10px;
}

.profileContentBlockLast {
  margin-bottom: 10px;
  padding: 10px 80px 0 0;
}

.profileContentBlockLast.addNew {
  text-align: right;
  position: relative;
  height: 0;
  overflow: visible;
  margin-bottom: 0;
}

.profileContentBlockLast.addNew a {
  position: relative;
  right: -80px;
}

.profileContentBlockEdit {
  float: right;
  margin: 1px 0 1px 5px;
}

.editProfileLink {
  text-decoration: underline;
  border-bottom: 0;
}

.editProfileLink.disabled {
  text-decoration: none;
  color: black;
  cursor: default;
}

td.language {
  width: 150px;
}

td.remove {
  vertical-align: top;
}

td.socialNetworkProfileName {
  padding-left: 8px;
  padding-right: 8px;
  width: 180px;
}

.socialNetworkLogo {
  height: 18px;
  width: 18px;
}

.boldGreen {
  font-weight: bold;
  color: green;
}

.bigText {
  font-size: 2em;
}

.profileDeleteOption label {
  width: 100%;
}
.profileDeleteOption .glyphicons {
  margin-top: -.5em;
  margin-left: 1em;
}
.profileDeleteOption input:not(:checked) ~ .glyphicons:before {
  color: #888888;
}

#passwordErrorMessage {
  display: none;
}

.cv-preview {
  border: 1px solid #dddddd;
  outline: 1px solid #eeeeee;
  box-shadow: 0 0 2px 1px #dddddd;
  text-align: center;
  margin-right: 30px;
}
.cv-preview img {
  max-width: 100%;
}

.branch-logo {
  text-align: center;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search history on Uitzendbureau.nl
 */
.searchHistory .newResults {
  color: #c09853;
  font-size: 8pt;
  padding-left: 6px;
}

.searchHistory .searchHistoryErase {
  cursor: pointer;
  font-size: 8pt;
}

#headerSearchJob .searchHistory,
#headerSearchJob .searchHistoryKeywords {
  font-size: 11px;
  color: #888888;
  overflow: hidden;
}

#headerSearchJob .searchHistoryKeywords:hover {
  text-decoration: underline;
}

.searchHistoryHome {
  position: relative;
  top: -.5em;
  margin-bottom: -.5em;
  width: 500px;
}
.searchHistoryHome .searchHistoryEntry {
  margin: 8px 0 7px 17px;
}
.searchHistoryHome .searchHistoryEntry .searchHistoryKeywords {
  font-size: 12pt;
  color: #888888;
}
.searchHistoryHome .searchHistoryEntry a:hover {
  text-decoration: underline;
}

.searchHistoryLeftColumn {
  font-size: 13px;
}
.searchHistoryLeftColumn .h6 {
  margin-top: 43px;
  font-weight: 700;
}
.searchHistoryLeftColumn .newResults {
  padding-left: 0;
  white-space: nowrap;
}
.searchHistoryLeftColumn .searchHistoryErase {
  margin: 1em 0;
  display: block;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search results on Uitzendbureau.nl
 */
.resultxofx {
  font-size: 7pt;
  color: #666;
  font-weight: normal;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search on Uitzendbureau.nl
 */
.searchJobFormHome .headerSearchBox {
  margin-right: 0;
}
.searchJobFormHome .headerSearchBox + .headerSearchBox {
  margin-left: 8px;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search branch results on Uitzendbureau.nl
 */
.recruiterName {
  margin: 0;
  line-height: 1.1;
}
.recruiterName a {
  color: #b4121c;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the advanced job search on Uitzendbureau.nl
 */
.searchAdvanced table tr td h3 {
  line-height: 20px;
  margin: 0;
  font-size: 12px;
  margin-left: 10px;
}

.searchAdvanced table {
  border-spacing: 0;
}

.searchAdvanced table, .searchAdvanced table tr, .searchAdvanced table tr td {
  margin: 0;
  padding: 0;
}

.searchAdvanced .searchAdvancedBlock {
  background-color: #fdfdfd;
  border: 1px #dddddd solid;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
}

.searchAdvanced .suggestionsError {
  margin-left: 0;
}

.searchAdvancedButton {
  padding: 5px;
  width: 150px;
  margin: 10px 0 10px 0;
}

.searchAdvancedHoursField {
  vertical-align: middle;
  font-size: 9pt;
  padding: 0;
  _height: 24px;
  width: 40px;
  border: 1px solid #888888;
}

#showHours {
  display: none;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search job home on Uitzendbureau.nl
 */
.fieldSearchJobHomeText, .fieldSearchJobHomeSelect {
  vertical-align: middle;
  /*  font-family: tahoma; */
  font-size: 16px;
  font-weight: 100;
  padding: 3px;
  _height: 24px;
  border: 1px solid #888888;
}

.fieldSearchJobHomeText {
  /*  color: #888888; */
  width: 210px;
}

/* ###############  - Personal homePage - ############### */
.job-application {
  margin-bottom: 1em;
  cursor: pointer;
  position: relative;
}

.job-application:hover {
  background-color: #EFF9FF;
}

.job-application--removed {
  color: #000099;
  cursor: default;
}
.job-application--removed:hover {
  background: #FFFFFF;
}
.job-application--removed .job-removed-img {
  position: absolute;
  left: 45px;
  top: -5px;
  width: 138px;
  height: 49px;
}
.job-application--removed .job-application__title,
.job-application--removed .job-application__place,
.job-application--removed .job-application__time-ago {
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.job-application__time-ago {
  color: #009900;
}

#cvDatabaseEnabledBlock {
  margin-left: 5px;
}

.search-job-advanced-home {
  height: 0px;
  width: 0px;
  float: right;
  overflow: visible;
  direction: rtl;
  white-space: nowrap;
  position: static;
  top: 0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the search job refinements on Uitzendbureau.nl
 */
/** The new Search Refinements */
.searchRefinements {
  margin-bottom: 1em;
}

.searchRefinements .refinement-erase {
  opacity: 0;
  filter: alpha(opacity=0);
}

.searchRefinements .refinement-erase .header {
  padding-top: 2px;
  padding-bottom: 2px;
}

.searchRefinements .refinement-erase a {
  color: #666666;
}

.searchRefinements .panel-heading {
  cursor: pointer;
}
.searchRefinements .panel-heading .arrow {
  content: '';
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  border: 5px solid transparent;
  position: relative;
  margin-right: 5px;
  border-top-color: black;
  top: 3px;
}
.searchRefinements .panel-heading.collapsed .arrow {
  border-top-color: transparent;
  border-left-color: black;
  left: 3px;
  top: 0;
}

.searchRefinements .refinement .content a {
  color: inherit;
}

.searchRefinements .refinement .content .collapsed {
  display: none;
}

.searchRefinements .refinement input[type="checkbox"] {
  /**
   * The font-size for the label is 14px, the line-height is 20px. This leaves 3 unused pixels at the top and bottom.
   * Normally the checkbox has margin-left -20px. Applying the 3px spacing gives us margin-left -17px
   */
  margin-left: -17px;
}

.searchRefinements .refinement .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
  min-height: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.searchRefinements .refinement .total {
  color: #BBBBBB;
}

.searchRefinements .content .checkbox:hover {
  background-color: #EEEEEE;
}

.searchRefinements .refinement-erase .checkbox {
  margin: 0;
}

.searchRefinements .refinement-erase .checkbox,
.searchRefinements .refinement .content .checkbox {
  cursor: pointer;
}

.searchRefinements .refinement .disabled,
.searchRefinements .refinement .disabled a,
.searchRefinements .refinement .disabled .total {
  color: #DDDDDD;
}

.searchRefinements .refinement .checked .total {
  display: none;
}

.searchRefinements .refinement .checked, .searchRefinements .refinement .checked:hover {
  background-color: #D8D8D8;
}

/**
 * Alterations on the search refinements
 */
.affix .searchRefinements {
  margin-top: -30px;
}

/**
 * The current refinements bar below the search header
 */
.currentRefinements {
  width: auto;
  margin-right: 115px;
  line-height: 1.6em;
  clear: both;
  float: none;
  overflow: hidden;
}

.currentRefinements .currentRefinement {
  display: inline;
  background-color: #E3E3E3;
  padding: 1px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.refinementClose img {
  width: 10px;
}

.media-logo {
  width: 100px;
}

.btn-tempagencies-top {
  position: relative;
  left: 80px;
  bottom: 120px;
}

.reference-right-top .btn {
  position: relative;
  bottom: 50px;
  left: 10px;
}
.reference-right-top .btn:after {
  content: 'Of bel: 0478-640204';
  position: absolute;
  font-size: 11pt;
  width: 270px;
  left: 0;
  bottom: -20px;
  text-shadow: none;
  font-weight: bold;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of the menu of /xml on Uitzendbureau.nl
 */
/**
 * XML.
 */
#xmlSide {
  float: right;
  width: 160px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #eeeeee;
  background-color: #F9F9F9;
  padding: 6px;
}

#xmlSide ul {
  margin: 4px;
  padding: 0;
  list-style-type: none;
}

#xmlSide p {
  margin-bottom: 2px;
  padding-bottom: 0;
}

/**
 * @author      Dennis Claassen
 * @description Defines the style of /xml on Uitzendbureau.nl
 */
/**
 * XML.
 */
#XMLErrors {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#XMLErrors li {
  margin: 10px 0;
}

#XMLErrors pre {
  margin: 4px 0 0 2px;
}

#hideBox {
  display: none;
}

@media (max-width: 480px) {
  .responsive {
    /**
     * @author      Dennis Claassen
     * @description Defines the general look of the small pages on Uitzendbureau.nl
     */
    /**
    * Whole
    */
    /**
    * Halves
    */
    /**
    * Thirds
    */
    /**
    * Quarters
    */
    /**
    * Fifths
    */
    /**
    * Sixths
    */
    /**
    * Eighths
    */
    /**
    * Tenths
    */
    /**
    * Twelfths
    */
    /**
     * On a small screen, flexbox will behave the same with columns next to each other.
     * This is not always the desired behavior. Therefore, .flexbox-small-width-stacked can be added
     * This will make sure all columns come directly below each other. 
     * Reversing the column order with flexbox-rtl will no longer work.
    
      <div class=flexbox flexbox-small-width-stacked>
        <div class=column> .. </div>
        <div class=column> .. </div>
        <div class=column> .. </div>
      </div>
     */
    /**
     * A flexbox columns that spans the whole width, does not need a divider
     */
  }
  .responsive h1,
  .responsive .h1,
  .responsive h2,
  .responsive .h2,
  .responsive h3 {
    font-size: 2em;
  }
  .responsive .visible-small-screen {
    display: inherit !important;
  }
  .responsive .visible-default-screen {
    display: none !important;
  }
  .responsive .hidden-small-screen {
    display: none !important;
  }
  .responsive .small-screen-centerText {
    text-align: center;
  }
  .responsive .default-width-pull-right {
    float: none;
  }
  .responsive #footer {
    font-size: .9em;
    position: initial;
    bottom: auto;
    left: auto;
    overflow: hidden;
  }
  .responsive #footer .container {
    max-width: none;
    min-width: 0;
  }
  .responsive .header-top-bar .loginInfo {
    width: 1px;
  }
  .responsive .header-top-bar .loginInfo > a + a.visible-small-screen,
  .responsive .header-top-bar .loginInfo > a + div.visible-small-screen,
  .responsive .header-top-bar .loginInfo > a + .dropdown.visible-small-screen,
  .responsive .header-top-bar .loginInfo > div + a.visible-small-screen,
  .responsive .header-top-bar .loginInfo > div + div.visible-small-screen,
  .responsive .header-top-bar .loginInfo > div + .dropdown.visible-small-screen {
    border-left: 0;
  }
  .responsive .header-top-bar .loginInfo .glyphicons {
    padding-left: 24px;
  }
  .responsive .header-top-bar .button {
    padding-left: 32px;
    outline: none;
  }
  .responsive .header-top-bar .button:before {
    color: #505050;
  }
  .responsive .header-top-bar .button.active:before, .responsive .header-top-bar .button:active:before, .responsive .header-top-bar .button:hover:before {
    color: #000000;
  }
  .responsive #logo-div {
    width: auto;
    margin-bottom: 1em;
  }
  .responsive .nav:not(.nav--not-hidden-small-screen) ul {
    display: none;
  }
  .responsive .nav-secondary > ul > li > a {
    padding: 0 6px;
    font-size: 10pt;
  }
  .responsive .nav ul .active > a > .caret {
    top: 4px;
  }
  .responsive .nav > ul {
    padding: 0;
    margin: 0;
  }
  .responsive #menu {
    background-image: none;
  }
  .responsive body {
    padding-bottom: 0;
    min-width: 320px;
  }
  .responsive #container,
  .responsive .container {
    width: 100%;
    min-width: 320px;
    padding: 0 10px;
  }
  .responsive .contentSide {
    float: none;
    width: auto;
    margin: 20px 0;
    display: block;
  }
  .responsive .contentSide .banner {
    border-bottom: 0;
    border-top: 0;
  }
  .responsive .contentSide .banner + .banner {
    border-top: 1px solid #cccccc;
  }
  .responsive #contentLower {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive #contentLower .island {
    padding: 0 0 24px;
  }
  .responsive #contentNarrow {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
    clear: both;
  }
  .responsive #contentWideFull {
    width: 100%;
    margin: 0;
    float: none;
  }
  .responsive .small-width-overlay {
    display: none;
    margin: 0;
    padding: 0 10px;
    background: #FFFFFF;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  .responsive .small-width-overlay-toggles {
    display: table-cell;
    text-align: right;
  }
  .responsive .small-width-overlay-toggles .button {
    height: 24px;
  }
  .responsive .small-width-one-whole {
    width: 100%;
  }
  .responsive .small-width-one-half, .responsive .small-width-two-quarters, .responsive .small-width-three-sixths, .responsive .small-width-four-eighths, .responsive .small-width-five-tenths, .responsive .small-width-six-twelfths {
    width: 50%;
  }
  .responsive .small-width-one-third, .responsive .small-width-two-sixths, .responsive .small-width-four-twelfths {
    width: 33.333%;
  }
  .responsive .small-width-two-thirds, .responsive .small-width-four-sixths, .responsive .small-width-eight-twelfths {
    width: 66.666%;
  }
  .responsive .small-width-one-quarter, .responsive .small-width-two-eighths, .responsive .small-width-three-twelfths {
    width: 25%;
  }
  .responsive .small-width-three-quarters, .responsive .small-width-six-eighths, .responsive .small-width-nine-twelfths {
    width: 75%;
  }
  .responsive .small-width-one-fifth, .responsive .small-width-two-tenths {
    width: 20%;
  }
  .responsive .small-width-two-fifths, .responsive .small-width-four-tenths {
    width: 40%;
  }
  .responsive .small-width-three-fifths, .responsive .small-width-six-tenths {
    width: 60%;
  }
  .responsive .small-width-four-fifths, .responsive .small-width-eight-tenths {
    width: 80%;
  }
  .responsive .small-width-one-sixth, .responsive .small-width-two-twelfths {
    width: 16.666%;
  }
  .responsive .small-width-five-sixths, .responsive .small-width-ten-twelfths {
    width: 83.333%;
  }
  .responsive .small-width-one-eighth {
    width: 12.5%;
  }
  .responsive .small-width-three-eighths {
    width: 37.5%;
  }
  .responsive .small-width-five-eighths {
    width: 62.5%;
  }
  .responsive .small-width-seven-eighths {
    width: 87.5%;
  }
  .responsive .small-width-one-tenth {
    width: 10%;
  }
  .responsive .small-width-three-tenths {
    width: 30%;
  }
  .responsive .small-width-seven-tenths {
    width: 70%;
  }
  .responsive .small-width-nine-tenths {
    width: 90%;
  }
  .responsive .small-width-one-twelfth {
    width: 8.333%;
  }
  .responsive .small-width-five-twelfths {
    width: 41.666%;
  }
  .responsive .small-width-seven-twelfths {
    width: 58.333%;
  }
  .responsive .small-width-eleven-twelfths {
    width: 91.666%;
  }
  .responsive .google_narrow {
    width: auto;
    overflow: initial;
  }
  .responsive .job-result--ad .ad-mobile-banner {
    display: block;
  }
  .responsive .ad-inline {
    margin: 1em 0;
  }
  .responsive .ad-inline--right {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .responsive .flexbox-small-width-stacked {
    display: block;
  }
  .responsive .flexbox-small-width-stacked > .column {
    display: block;
  }
  .responsive .flexbox-small-width-stacked > .column + .column {
    padding-left: 0 !important;
  }
  .responsive .flexbox .column--small-width-no-spacing + .column--small-width-no-spacing {
    padding-left: 0 !important;
  }
  .responsive .flexbox-rtl .column + .column {
    padding-right: 0;
  }
  .responsive .flexbox .column--divider.small-width-one-whole {
    border-right: 0;
  }
  .responsive #feedbackButton {
    display: none;
  }
  .responsive .headerSearchBox {
    float: none;
    width: 100%;
  }
  .responsive .headerSearchBox.no-header {
    padding-top: 0;
  }
  .responsive .headerSearchBox h3 {
    font-size: 12px;
  }
  .responsive .searchJobForm.small {
    width: 100%;
  }
  .responsive .searchJobFormHome .headerSearchBox {
    margin-left: 0;
    margin-bottom: 1em;
  }
  .responsive .registrationForm {
    padding: 0.75em 0.5em;
  }
  .responsive .input-small,
  .responsive .input-medium {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive input[type="text"],
  .responsive input[type="password"],
  .responsive textarea {
    font-size: 16px;
  }
  .responsive .hero-graphic {
    min-height: 200px;
  }
  .responsive .hero-graphic--rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .responsive .hero-graphic--callcenter {
    background-image: url("/images/pictures/small/callcenter.jpg");
  }
  .responsive .hero-graphic--consultant {
    background-image: url("/images/pictures/small/consultant.jpg");
  }
  .responsive .hero-graphic--heftruck {
    background-image: url("/images/pictures/small/heftruck.jpg");
  }
  .responsive .hero-graphic--street-workers {
    background-image: url("/images/pictures/small/street-workers.jpg");
  }
  .responsive .hero-graphic--yy-team {
    background-image: url("/images/pictures/small/yy-team.jpg");
  }
  .responsive .glyphicons--small-width-small {
    min-height: 16px;
    padding-left: 32px;
  }
  .responsive .glyphicons--small-width-small.glyphicons--no-space {
    padding-left: 16px;
  }
  .responsive .glyphicons--small-width-small.glyphicons--small-space {
    padding-left: 24px;
  }
  .responsive .glyphicons--small-width-small:before {
    font-size: 16px;
  }
  .responsive .glyphicons--small-width-large {
    min-height: 48px;
    padding-left: 96px;
  }
  .responsive .glyphicons--small-width-large.glyphicons--no-space {
    padding-left: 48px;
  }
  .responsive .glyphicons--small-width-large.glyphicons--small-space {
    padding-left: 72px;
  }
  .responsive .glyphicons--small-width-large:before {
    font-size: 48px;
  }
  .responsive .glyphicons--small-width-xlarge {
    min-height: 56px;
    padding-left: 112px;
  }
  .responsive .glyphicons--small-width-xlarge.glyphicons--no-space {
    padding-left: 56px;
  }
  .responsive .glyphicons--small-width-xlarge.glyphicons--small-space {
    padding-left: 84px;
  }
  .responsive .glyphicons--small-width-xlarge:before {
    font-size: 56px;
  }
  .responsive .glyphicons--small-width-xxlarge {
    min-height: 64px;
    padding-left: 128px;
  }
  .responsive .glyphicons--small-width-xxlarge.glyphicons--no-space {
    padding-left: 64px;
  }
  .responsive .glyphicons--small-width-xxlarge.glyphicons--small-space {
    padding-left: 96px;
  }
  .responsive .glyphicons--small-width-xxlarge:before {
    font-size: 64px;
  }
  .responsive .glyphicons--small-width-xxxlarge {
    min-height: 72px;
    padding-left: 144px;
  }
  .responsive .glyphicons--small-width-xxxlarge.glyphicons--no-space {
    padding-left: 72px;
  }
  .responsive .glyphicons--small-width-xxxlarge.glyphicons--small-space {
    padding-left: 108px;
  }
  .responsive .glyphicons--small-width-xxxlarge:before {
    font-size: 72px;
  }
  .responsive .islet,
  .responsive .island {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .job-alert {
    margin-bottom: 12px;
  }
  .responsive .job-result + .job-result,
  .responsive .job-result--ad > .job-result__body {
    border-top-color: #EEEEEE;
  }
  .responsive .job-result__place {
    float: none;
    display: block;
    margin: 2px 0;
  }
  .responsive .job-result__description {
    display: none;
  }
  .responsive .jobResultsHeader {
    margin-bottom: 12px;
  }
  .responsive .job-result--ad .google_ad_header_container {
    border-top: 0;
  }
  .responsive .job-result .job__action {
    display: inline-block;
  }
  .responsive .map-background {
    position: static !important;
    top: 0;
    z-index: 0;
  }
  .responsive .map-background > div {
    width: 100%;
    height: 300px;
  }
  .responsive .map-overlay {
    text-align: left;
    position: static;
    width: auto;
  }
  .responsive .map-overlay-background {
    display: none;
  }
  .responsive .map-branch-sales {
    width: 100%;
  }
  .responsive .arrowContainer .arrow {
    display: none;
  }
  .responsive .media {
    padding-left: 0;
  }
  .responsive .jobAlertFormDiv {
    padding: 5px;
  }
  .responsive .jobAlertFormDiv .form-group,
  .responsive .jobAlertFormDiv form {
    margin: 0;
  }
  .responsive .jobAlertFormDiv input {
    margin: 0;
    margin-bottom: 1em;
  }
  .responsive .jobAlertFormDiv input[type=submit] {
    margin: 0;
  }
  .responsive .jaResults {
    display: block;
    clear: both;
  }
  .responsive .jaResults thead {
    display: none;
    visibility: hidden;
  }
  .responsive .jaResults tbody,
  .responsive .jaResults tr,
  .responsive .jaResults th,
  .responsive .jaResults td {
    display: block;
    float: left;
    clear: both;
  }
  .responsive .jaResults tr {
    margin-bottom: 1.5em;
  }
  .responsive .jaResults th[data-title]:before,
  .responsive .jaResults td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: bold;
  }
  .responsive .jaResults th:not([data-title]) {
    font-weight: bold;
  }
  .responsive .jaResults td:empty {
    display: none;
  }
  .responsive .jaResults th,
  .responsive .jaResults td,
  .responsive .jaResults tr {
    background-color: transparent;
    border: 0;
    font-size: 1em;
    line-height: 2em;
    font-weight: normal;
  }
  .responsive .tagCloud li {
    margin-right: 10px;
  }
  .responsive .tagCloudContainer {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive #jobPage {
    margin: 0;
  }
  .responsive #jobPage .contentSideIcon {
    margin-right: 1em;
  }
  .responsive div.jobContainer {
    width: auto;
  }
  .responsive div.jobContainer .btn {
    margin-top: 1em;
  }
  .responsive .jobPageMeta {
    width: auto;
    float: none;
  }
  .responsive .searchHistory .searchHistoryEntry:last-child {
    /*  margin-top: 1em;*/
    margin-bottom: 1em;
  }
  .responsive .searchHistoryHome {
    margin-top: 0;
    width: 100%;
    z-index: 0;
    position: static;
  }
  .responsive .searchHistoryHome:before {
    content: 'Zoekgeschiedenis';
    font-size: 1.1em;
  }
  .responsive .searchHistoryLeftColumn h6 {
    margin-top: 0;
  }
  .responsive span.jobApplicationTitle,
  .responsive div.jobApplicationPlace {
    float: none;
    margin-left: 0;
  }
  .responsive .jobApplication br {
    display: none;
  }
  .responsive .btn-tempagencies-top {
    position: static;
    margin: 20px 0;
    left: auto;
    bottom: auto;
  }
}
@media (min-width: 950px) {
  .responsive {
    /**
    * Whole
    */
    /**
    * Halves
    */
    /**
    * Thirds
    */
    /**
    * Quarters
    */
    /**
    * Fifths
    */
    /**
    * Sixths
    */
    /**
    * Eighths
    */
    /**
    * Tenths
    */
    /**
    * Twelfths
    */
    /**
     * @author      Dennis Claassen
     * @description Defines the style of the search on Uitzendbureau.nl
     */
  }
  .responsive .large-width-one-whole {
    width: 100%;
  }
  .responsive .large-width-one-half, .responsive .large-width-two-quarters, .responsive .large-width-three-sixths, .responsive .large-width-four-eighths, .responsive .large-width-five-tenths, .responsive .large-width-six-twelfths {
    width: 50%;
  }
  .responsive .large-width-one-third, .responsive .large-width-two-sixths, .responsive .large-width-four-twelfths {
    width: 33.333%;
  }
  .responsive .large-width-two-thirds, .responsive .large-width-four-sixths, .responsive .large-width-eight-twelfths {
    width: 66.666%;
  }
  .responsive .large-width-one-quarter, .responsive .large-width-two-eighths, .responsive .large-width-three-twelfths {
    width: 25%;
  }
  .responsive .large-width-three-quarters, .responsive .large-width-six-eighths, .responsive .large-width-nine-twelfths {
    width: 75%;
  }
  .responsive .large-width-one-fifth, .responsive .large-width-two-tenths {
    width: 20%;
  }
  .responsive .large-width-two-fifths, .responsive .large-width-four-tenths {
    width: 40%;
  }
  .responsive .large-width-three-fifths, .responsive .large-width-six-tenths {
    width: 60%;
  }
  .responsive .large-width-four-fifths, .responsive .large-width-eight-tenths {
    width: 80%;
  }
  .responsive .large-width-one-sixth, .responsive .large-width-two-twelfths {
    width: 16.666%;
  }
  .responsive .large-width-five-sixths, .responsive .large-width-ten-twelfths {
    width: 83.333%;
  }
  .responsive .large-width-one-eighth {
    width: 12.5%;
  }
  .responsive .large-width-three-eighths {
    width: 37.5%;
  }
  .responsive .large-width-five-eighths {
    width: 62.5%;
  }
  .responsive .large-width-seven-eighths {
    width: 87.5%;
  }
  .responsive .large-width-one-tenth {
    width: 10%;
  }
  .responsive .large-width-three-tenths {
    width: 30%;
  }
  .responsive .large-width-seven-tenths {
    width: 70%;
  }
  .responsive .large-width-nine-tenths {
    width: 90%;
  }
  .responsive .large-width-one-twelfth {
    width: 8.333%;
  }
  .responsive .large-width-five-twelfths {
    width: 41.666%;
  }
  .responsive .large-width-seven-twelfths {
    width: 58.333%;
  }
  .responsive .large-width-eleven-twelfths {
    width: 91.666%;
  }
  .responsive .jcarousel-skin-default .jcarousel-vertical,
  .responsive .jcarousel-skin-default .ver-ti-cal {
    height: 75px;
  }
  .responsive .jcarousel-skin-default .jcarousel-vertical li,
  .responsive .jcarousel-skin-default .ver-ti-cal li {
    height: 75px;
  }
  .responsive .jcarousel-skin-default .jcarousel-vertical .logo4,
  .responsive .jcarousel-skin-default .jcarousel-vertical .logo5,
  .responsive .jcarousel-skin-default .ver-ti-cal .logo4,
  .responsive .jcarousel-skin-default .ver-ti-cal .logo5 {
    float: none;
  }
  .responsive .searchJobFormHome .headerSearchBox + .headerSearchBox {
    margin-left: 20px;
  }
  .responsive .headerSearchBox {
    width: 305px;
  }
  .responsive .headerSearchBox--large {
    width: 410px;
  }
  .responsive .headerSearchBox--button {
    width: auto;
  }
  .responsive .hero-graphic {
    min-height: 400px;
  }
  .responsive .hero-graphic--callcenter {
    background-image: url("/images/pictures/large/callcenter.jpg");
  }
  .responsive .hero-graphic--consultant {
    background-image: url("/images/pictures/large/consultant.jpg");
  }
  .responsive .hero-graphic--heftruck {
    background-image: url("/images/pictures/large/heftruck.jpg");
  }
  .responsive .hero-graphic--street-workers {
    background-image: url("/images/pictures/large/street-workers.jpg");
  }
  .responsive .hero-graphic--yy-team {
    background-image: url("/images/pictures/large/yy-team.jpg");
  }
  .responsive .job-result__description {
    display: block;
  }
}
