@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -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: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #2c3e50;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #18bc9c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #18bc9c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ecf0f1;
}
.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: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  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: #b4bcc2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #f39c12;
  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: #b4bcc2;
}
.text-primary {
  color: #2c3e50;
}
a.text-primary:hover {
  color: #1a242f;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #2c3e50;
}
a.bg-primary:hover {
  background-color: #1a242f;
}
.bg-success {
  background-color: #18bc9c;
}
a.bg-success:hover {
  background-color: #128f76;
}
.bg-info {
  background-color: #3498db;
}
a.bg-info:hover {
  background-color: #217dbb;
}
.bg-warning {
  background-color: #f39c12;
}
a.bg-warning:hover {
  background-color: #c87f0a;
}
.bg-danger {
  background-color: #e74c3c;
}
a.bg-danger:hover {
  background-color: #d62c1a;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid transparent;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b4bcc2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #ecf0f1;
}
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.428571429;
  color: #b4bcc2;
}
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 #ecf0f1;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429;
}
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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #7b8a8b;
  background-color: #ecf0f1;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b4bcc2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
}
.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 #ecf0f1;
}
.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 #ecf0f1;
}
.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 #ecf0f1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #ecf0f1;
}
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: #ecf0f1;
}
.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: #dde4e6;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #18bc9c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #15a589;
}
.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: #3498db;
}
.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: #258cd1;
}
.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: #f39c12;
}
.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: #e08e0b;
}
.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: #e74c3c;
}
.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: #e43725;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ecf0f1;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #2c3e50;
  border: 0;
  border-bottom: 1px solid transparent;
}
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: 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #2c3e50;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #2c3e50;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
}
.form-control::-moz-placeholder {
  color: #acb6c0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #acb6c0;
}
.form-control::-webkit-input-placeholder {
  color: #acb6c0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ecf0f1;
  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: 43px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 64px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.428571429;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 33px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 64px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 64px;
  line-height: 64px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #18bc9c;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f39c12;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #e74c3c;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #597ea2;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 24.94px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  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 {
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #798d8f;
  border-color: #74898a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.btn-default .badge {
  color: #95a5a6;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn-primary .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #18bc9c;
  border-color: #18bc9c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18bc9c;
  border-color: #18bc9c;
}
.btn-success .badge {
  color: #18bc9c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #217dbb;
  border-color: #2077b2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: #be780a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.btn-link {
  color: #18bc9c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #18bc9c;
  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: #b4bcc2;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px 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: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #7b8a8b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2c3e50;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2c3e50;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b4bcc2;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #b4bcc2;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn: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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  line-height: 64px;
}
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: 33px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
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: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #2c3e50;
  text-align: center;
  background-color: #ecf0f1;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 18px 27px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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: #ecf0f1;
}
.nav > li.disabled > a {
  color: #b4bcc2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b4bcc2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ecf0f1;
  border-color: #18bc9c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ecf0f1;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ecf0f1 #ecf0f1 #ecf0f1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2c3e50;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ecf0f1;
    border-radius: 4px 4px 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: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2c3e50;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ecf0f1;
    border-radius: 4px 4px 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;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 19.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #2c3e50;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #18bc9c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #18bc9c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1a242f;
}
.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: #1a242f;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1a242f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1a242f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #18bc9c;
    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: #ffffff;
    background-color: #1a242f;
  }
  .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: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #18bc9c;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #18bc9c;
}
.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: #2c3e50;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #18bc9c;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #18bc9c;
  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: #233140;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #1a242f;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #1a242f;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1f2c39;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #233140;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #18bc9c;
    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: #233140;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #18bc9c;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #18bc9c;
}
.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: #cccccc;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #ecf0f1;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #95a5a6;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #7b8a8b;
  background-color: #ecf0f1;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #c0cdd1;
  border-color: transparent;
}
.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: #a3b6bb;
  border-color: transparent;
  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: #ecf0f1;
  background-color: #fbfcfc;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 27px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 9px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ecf0f1;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #c0cdd1;
}
.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: #ffffff;
  background-color: #ecf0f1;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .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: #95a5a6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #798d8f;
}
.label-primary {
  background-color: #2c3e50;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1a242f;
}
.label-success {
  background-color: #18bc9c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #128f76;
}
.label-info {
  background-color: #3498db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #217dbb;
}
.label-warning {
  background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #2c3e50;
  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,
.nav-pills > .active > a > .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ecf0f1;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cfd9db;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #18bc9c;
}
.thumbnail .caption {
  padding: 9px;
  color: #2c3e50;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #18bc9c;
  border-color: #18bc9c;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #15a589;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #258cd1;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #ecf0f1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #2c3e50;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #18bc9c;
}
.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: #3498db;
}
.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: #f39c12;
}
.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: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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: #ecf0f1;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ecf0f1;
  color: #b4bcc2;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #b4bcc2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #8aa4be;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #18bc9c;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #15a589;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #3498db;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #258cd1;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #f39c12;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #e08e0b;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #e74c3c;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #e43725;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ecf0f1;
  border-top: 1px solid #ecf0f1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ecf0f1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ecf0f1;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ecf0f1;
}
.panel-default {
  border-color: #ecf0f1;
}
.panel-default > .panel-heading {
  color: #2c3e50;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ecf0f1;
}
.panel-default > .panel-heading .badge {
  color: #ecf0f1;
  background-color: #2c3e50;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ecf0f1;
}
.panel-primary {
  border-color: #2c3e50;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2c3e50;
}
.panel-primary > .panel-heading .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2c3e50;
}
.panel-success {
  border-color: #18bc9c;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #18bc9c;
  border-color: #18bc9c;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #18bc9c;
}
.panel-success > .panel-heading .badge {
  color: #18bc9c;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #18bc9c;
}
.panel-info {
  border-color: #3498db;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3498db;
}
.panel-info > .panel-heading .badge {
  color: #3498db;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3498db;
}
.panel-warning {
  border-color: #f39c12;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f39c12;
}
.panel-warning > .panel-heading .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f39c12;
}
.panel-danger {
  border-color: #e74c3c;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e74c3c;
}
.panel-danger > .panel-heading .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e74c3c;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.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: #ecf0f1;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 13px;
  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: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.428571429;
  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: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #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: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.navbar {
  border-width: 0;
}
.navbar-default .badge {
  background-color: #fff;
  color: #2c3e50;
}
.navbar-inverse .badge {
  background-color: #fff;
  color: #2c3e50;
}
.navbar-brand {
  padding: 18.5px 15px 20.5px;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-primary,
.text-primary:hover {
  color: #2c3e50;
}
.text-success,
.text-success:hover {
  color: #18bc9c;
}
.text-danger,
.text-danger:hover {
  color: #e74c3c;
}
.text-warning,
.text-warning:hover {
  color: #f39c12;
}
.text-info,
.text-info:hover {
  color: #3498db;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
  color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
  color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}
.form-control,
input {
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #f39c12;
}
.has-warning .input-group-addon {
  border-color: #f39c12;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #e74c3c;
}
.has-error .input-group-addon {
  border-color: #e74c3c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #18bc9c;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #18bc9c;
}
.has-success .input-group-addon {
  border-color: #18bc9c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.pager a,
.pager a:hover {
  color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #fbfcfc;
}
.close {
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.close:hover,
.close:focus {
  color: #fff;
  opacity: 1;
}
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 10px;
  line-height: 10px;
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-default .close {
  color: #2c3e50;
}
.modal .close {
  color: #2c3e50;
}
.popover {
  color: #2c3e50;
}

/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
@-moz-keyframes spin{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-wekbit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-wekbit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.modal-backdrop{background-color:#ffffff;z-index:1000}.modal-backdrop.in{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}@media (min-width: 768px){.modal-content{-webkit-box-shadow:0 0px 55px rgba(30,30,30,0.2);-moz-box-shadow:0 0px 55px rgba(30,30,30,0.2);box-shadow:0 0px 55px rgba(30,30,30,0.2);border:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}}@media (min-width: 960px){.modal-dialog{width:900px}}.scrollbar-measure{height:100px;overflow:scroll;position:absolute;top:-9999px}.wizard-card{min-height:410px;-webkit-transition:0.2s;-moz-transition:0.2s;-o-transition:0.2s;transition:0.2s}.wizard-card .tab-content{min-height:340px;padding:10px 10px}.wizard-card .wizard-footer{padding:0 10px}.wizard-card .disabled{display:none}.wizard-card .wizard-header h2{font-weight:200;text-align:center;margin-bottom:30px}.wizard-card>ul>li{text-align:center}.wizard-card>ul>li a{border:0 !important;text-transform:uppercase;background-color:#b4bcc2;color:#FFFFFF !important;font-size:12px}.wizard-card.ct-wizard-green>ul>li.active a{background-color:#18bc9c}.wizard-card.ct-wizard-blue>ul>li.active a{background-color:#3498db}.wizard-card.ct-wizard-orange>ul>li.active a{background-color:#f39c12}.wizard-card.ct-wizard-red>ul>li.active a{background-color:#e74c3c}.wizard-card>ul>li>a:hover,.wizard-card>ul>li>a:focus{background-color:#b4bcc2;cursor:default}.wizard-card .nav-pills>li>a{border-radius:0;margin:0}.wizard-card .nav-pills>li+li{margin-left:0}.wizard-card .info-text{text-align:center;font-weight:300;margin:10px 0}.wizard-card p.info-text{text-align:left;margin-bottom:30px;padding:0 20px}.wizard-card .choice{text-align:center;cursor:pointer;margin-top:20px}.wizard-card .choice .icon{text-align:center;vertical-align:middle;height:116px;width:116px;border-radius:50%;background-color:#999999;color:#FFFFFF;margin:0 auto 20px;border:4px solid #CCCCCC;transition:all 0.2s;-webkit-transition:all 0.2s}.wizard-card .choice i{font-size:30px;line-height:111px}.wizard-card .choice:hover .icon,.wizard-card .choice.active .icon{border-color:#2ca8ff}.wizard-card.ct-wizard-blue .choice:hover .icon,.wizard-card.ct-wizard-blue .choice.active .icon{border-color:#3498db}.wizard-card.ct-wizard-green .choice:hover .icon,.wizard-card.ct-wizard-green .choice.active .icon{border-color:#18bc9c}.wizard-card.ct-wizard-orange .choice:hover .icon,.wizard-card.ct-wizard-orange .choice.active .icon{border-color:#f39c12}.wizard-card.ct-wizard-red .choice:hover .icon,.wizard-card.ct-wizard-red .choice.active .icon{border-color:#e74c3c}.wizard-card .choice input[type="radio"]{position:absolute;left:-10000px;z-index:-1}.wizard-card .btn-finish{display:none}.wizard-card .description{color:#999999;font-size:14px}.wizard-card .tab-pane .onboard-pane-icon{position:relative;width:0;height:0;margin:-10px auto 30px;border:12px solid #dee2e4;-webkit-border-radius:120px;-moz-border-radius:120px;-ms-border-radius:120px;-o-border-radius:120px;border-radius:120px;padding:70px;font-size:6em;line-height:0}.wizard-card .tab-pane .onboard-pane-icon span.glyphicon{line-height:0;margin-left:-44px;color:#dee2e4}.wizard-card .tab-pane .onboard-pane-icon.group-icon{font-size:4em}.wizard-card .tab-pane .onboard-pane-icon.group-icon span.glyphicon{margin:0;position:absolute;top:40%}.wizard-card .tab-pane .onboard-pane-icon.group-icon span.glyphicon.user-group-icon-1{color:#eceef0}.wizard-card .tab-pane .onboard-pane-icon.group-icon span.glyphicon.user-group-icon-2{margin-left:-60px;color:#d0d5d9}.wizard-card .tab-pane .onboard-pane-icon.group-icon span.glyphicon.user-group-icon-3{color:#b4bcc2;margin-left:-30px;top:60%}.wizard-card .tab-pane .form-horizontal{clear:both}.wizard-card .tab-pane .onboard-group-roles .row,.wizard-card .tab-pane .available-role{margin-bottom:4px}.wizard-card .tab-pane .loader-container{width:100%;text-align:center}#onboard-wizard .btn.btn-circle{margin-top:0.3em}#onboard-wizard .role-list .role-name,#onboard-wizard .role-list .role-remove{background:#eceef0;border:1px solid #dee2e4;height:42px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#onboard-wizard .role-list .role-name{border-right:none;border-radius:4px 0 0 4px}#onboard-wizard .role-list .role-name p{margin:0.6em 0 0}#onboard-wizard .role-list .role-remove{border-left:none;border-radius:0 4px 4px 0;padding-right:44px}#onboard-wizard .available-role-list .remove-icon,#onboard-wizard .required-role-list .remove-icon{position:absolute;right:14px;top:11px}#onboard-wizard .available-role-list .role-name,#onboard-wizard .required-role-list .role-name{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:42px;border-radius:4px;cursor:pointer;-webkit-transition:background,0.3s;-moz-transition:background,0.3s;-o-transition:background,0.3s;transition:background,0.3s}#onboard-wizard .available-role-list .role-name p,#onboard-wizard .required-role-list .role-name p{margin:0.6em 0 0}#onboard-wizard .available-role-list .remove-icon{display:none}#onboard-wizard .available-role-list .role-name{background:#fafbfb;border:1px solid #d0d5d9;color:#98a3ab}#onboard-wizard .available-role-list .role-name:hover{background:#eceef0}#onboard-wizard .required-role-list .role-name{background:#3498db;color:#fff}#onboard-wizard .required-role-list .role-name:hover{background:#5faee3}body.groupresources .loading.circles i{background:#3498db}body.groupresources .loading.circles i:first-child{background:#18bc9c}body.groupresources .loading.circles i:last-child{background:#f39c12}.loading.circles{position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px}.loading.circles i{position:absolute;top:24px;left:24px;display:block;width:24px;height:24px;background:#2c3e50;border-radius:24px;-webkit-animation:circles-spin2 1.5s ease-in-out infinite}.loading.circles i:first-child{top:-24px;left:0;background:#18bc9c;-webkit-animation:circles-spin 1.5s ease-in-out infinite}.loading.circles i:last-child{top:24px;left:-24px;background:#f39c12;-webkit-animation:circles-spin3 1.5s ease-in-out infinite}.loading.ring{display:block;position:absolute;height:3em;width:3em;top:50%;left:50%;margin-top:-2em;margin-left:-2em;border-radius:2.5em;background-color:#fff;border-top:2px solid #2C3E50;border-left:2px solid #2C3E50;border-bottom:2px solid #18BC9C;border-right:2px solid #18BC9C;animation:ring-roto 1s infinite linear}@keyframes ring-roto{0%{transform:rotateZ(0deg)}100%{transform:rotateZ(360deg)}}@keyframes circles-spin{0%{top:-24px;left:0;-webkit-transform:scale(1)}17%{-webkit-transform:scale(0.5)}33%{top:24px;left:24px;-webkit-transform:scale(1)}50%{-webkit-transform:scale(0.5)}66%{top:24px;left:-24px;-webkit-transform:scale(1)}83%{-webkit-transform:scale(0.5)}100%{top:-24px;left:0;-webkit-transform:scale(1)}}@keyframes circles-spin2{0%{top:24px;left:24px;-webkit-transform:scale(1)}17%{-webkit-transform:scale(0.5)}33%{top:24px;left:-24px;-webkit-transform:scale(1)}50%{-webkit-transform:scale(0.5)}66%{top:-24px;left:0;-webkit-transform:scale(1)}83%{-webkit-transform:scale(0.5)}100%{top:24px;left:24px;-webkit-transform:scale(1)}}@keyframes circles-spin3{0%{top:24px;left:-24px;-webkit-transform:scale(1)}17%{-webkit-transform:scale(0.5)}33%{top:-24px;left:0;-webkit-transform:scale(1)}50%{-webkit-transform:scale(0.5)}66%{top:24px;left:24px;-webkit-transform:scale(1)}83%{-webkit-transform:scale(0.5)}100%{top:24px;left:-24px;-webkit-transform:scale(1)}}.navbar-default{background:#f2f3f4}.navbar-default .navbar-nav li a{color:#2c3e50 !important;-webkit-transition:color,0.3s;-moz-transition:color,0.3s;-o-transition:color,0.3s;transition:color,0.3s}.navbar-default .navbar-nav li a:hover{color:#3498db !important}.navbar-default .navbar-nav li a.navbar-header{font-size:19px;background:#fafbfb;margin-top:16px}.navbar-default .navbar-nav li.active a{background:#dee2e4 !important}@media (min-width: 768px){.navbar-vertical{max-width:300px;margin-right:0;margin-left:0}.navbar-vertical hr{margin:4px 0;border-top-color:#d6dadd}.navbar-vertical.navbar-default .navbar-nav li.first-header{margin-top:14px}.navbar-vertical.navbar-default .navbar-nav li a{padding-top:10px;padding-bottom:10px}.navbar-vertical .navbar-collapse{height:auto;border-top:0;box-shadow:none;max-height:none;padding-left:0;padding-right:0}.navbar-vertical .navbar-collapse.collapse{display:block !important;width:auto !important;padding-bottom:0;overflow:visible !important}.navbar-vertical .navbar-collapse.in{overflow-x:visible}.navbar-vertical .navbar-nav,.navbar-vertical .navbar-nav>li,.navbar-vertical .navbar-left,.navbar-vertical .navbar-right,.navbar-vertical .navbar-header{float:none !important}.navbar-vertical .navbar-right .dropdown-menu{left:0;right:auto}.navbar-vertical .navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:0}}.daypart-color-1{color:#449d44}.daypart-color-1.daypart-bgd,.daypart-color-1 .daypart-bgd{background:#5cb85c}.daypart-color-1.daypart-border,.daypart-color-1 .daypart-border{border-color:#5cb85c}.daypart-color-1.daypart-border [data-daypart-border-left-piece],.daypart-color-1.daypart-border [data-daypart-border-right-piece],.daypart-color-1 .daypart-border [data-daypart-border-left-piece],.daypart-color-1 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-1:hover [data-daypart-border-left-piece],.daypart-color-1:hover [data-daypart-border-right-piece],.daypart-color-1.hover [data-daypart-border-left-piece],.daypart-color-1.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-1:hover [data-daypart-border-right-piece],.daypart-color-1.hover [data-daypart-border-right-piece]{background-color:#d8eed8}.daypart-color-2{color:#31b0d5}.daypart-color-2.daypart-bgd,.daypart-color-2 .daypart-bgd{background:#5bc0de}.daypart-color-2.daypart-border,.daypart-color-2 .daypart-border{border-color:#5bc0de}.daypart-color-2.daypart-border [data-daypart-border-left-piece],.daypart-color-2.daypart-border [data-daypart-border-right-piece],.daypart-color-2 .daypart-border [data-daypart-border-left-piece],.daypart-color-2 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-2:hover [data-daypart-border-left-piece],.daypart-color-2:hover [data-daypart-border-right-piece],.daypart-color-2.hover [data-daypart-border-left-piece],.daypart-color-2.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-2:hover [data-daypart-border-right-piece],.daypart-color-2.hover [data-daypart-border-right-piece]{background-color:#f0f9fc}.daypart-color-3{color:#ec971f}.daypart-color-3.daypart-bgd,.daypart-color-3 .daypart-bgd{background:#f0ad4e}.daypart-color-3.daypart-border,.daypart-color-3 .daypart-border{border-color:#f0ad4e}.daypart-color-3.daypart-border [data-daypart-border-left-piece],.daypart-color-3.daypart-border [data-daypart-border-right-piece],.daypart-color-3 .daypart-border [data-daypart-border-left-piece],.daypart-color-3 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-3:hover [data-daypart-border-left-piece],.daypart-color-3:hover [data-daypart-border-right-piece],.daypart-color-3.hover [data-daypart-border-left-piece],.daypart-color-3.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-3:hover [data-daypart-border-right-piece],.daypart-color-3.hover [data-daypart-border-right-piece]{background-color:#fef9f3}.daypart-color-4{color:#c9302c}.daypart-color-4.daypart-bgd,.daypart-color-4 .daypart-bgd{background:#d9534f}.daypart-color-4.daypart-border,.daypart-color-4 .daypart-border{border-color:#d9534f}.daypart-color-4.daypart-border [data-daypart-border-left-piece],.daypart-color-4.daypart-border [data-daypart-border-right-piece],.daypart-color-4 .daypart-border [data-daypart-border-left-piece],.daypart-color-4 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-4:hover [data-daypart-border-left-piece],.daypart-color-4:hover [data-daypart-border-right-piece],.daypart-color-4.hover [data-daypart-border-left-piece],.daypart-color-4.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-4:hover [data-daypart-border-right-piece],.daypart-color-4.hover [data-daypart-border-right-piece]{background-color:#f9e2e2}.daypart-color-5{color:#3071a9}.daypart-color-5.daypart-bgd,.daypart-color-5 .daypart-bgd{background:#428bca}.daypart-color-5.daypart-border,.daypart-color-5 .daypart-border{border-color:#428bca}.daypart-color-5.daypart-border [data-daypart-border-left-piece],.daypart-color-5.daypart-border [data-daypart-border-right-piece],.daypart-color-5 .daypart-border [data-daypart-border-left-piece],.daypart-color-5 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-5:hover [data-daypart-border-left-piece],.daypart-color-5:hover [data-daypart-border-right-piece],.daypart-color-5.hover [data-daypart-border-left-piece],.daypart-color-5.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-5:hover [data-daypart-border-right-piece],.daypart-color-5.hover [data-daypart-border-right-piece]{background-color:#cde1f1}.daypart-color-6{color:#b12cc9}.daypart-color-6.daypart-bgd,.daypart-color-6 .daypart-bgd{background:#c44fd9}.daypart-color-6.daypart-border,.daypart-color-6 .daypart-border{border-color:#c44fd9}.daypart-color-6.daypart-border [data-daypart-border-left-piece],.daypart-color-6.daypart-border [data-daypart-border-right-piece],.daypart-color-6 .daypart-border [data-daypart-border-left-piece],.daypart-color-6 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-6:hover [data-daypart-border-left-piece],.daypart-color-6:hover [data-daypart-border-right-piece],.daypart-color-6.hover [data-daypart-border-left-piece],.daypart-color-6.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-6:hover [data-daypart-border-right-piece],.daypart-color-6.hover [data-daypart-border-right-piece]{background-color:#f5e2f9}.daypart-color-7{color:#919191}.daypart-color-7.daypart-bgd,.daypart-color-7 .daypart-bgd{background:#ababab}.daypart-color-7.daypart-border,.daypart-color-7 .daypart-border{border-color:#ababab}.daypart-color-7.daypart-border [data-daypart-border-left-piece],.daypart-color-7.daypart-border [data-daypart-border-right-piece],.daypart-color-7 .daypart-border [data-daypart-border-left-piece],.daypart-color-7 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-7:hover [data-daypart-border-left-piece],.daypart-color-7:hover [data-daypart-border-right-piece],.daypart-color-7.hover [data-daypart-border-left-piece],.daypart-color-7.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-7:hover [data-daypart-border-right-piece],.daypart-color-7.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-8{color:#449d44}.daypart-color-8.daypart-bgd,.daypart-color-8 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #5cb85c}.daypart-color-8.daypart-border,.daypart-color-8 .daypart-border{border-color:#5cb85c}.daypart-color-8.daypart-border [data-daypart-border-left-piece],.daypart-color-8.daypart-border [data-daypart-border-right-piece],.daypart-color-8 .daypart-border [data-daypart-border-left-piece],.daypart-color-8 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-8:hover [data-daypart-border-left-piece],.daypart-color-8:hover [data-daypart-border-right-piece],.daypart-color-8.hover [data-daypart-border-left-piece],.daypart-color-8.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-8:hover [data-daypart-border-right-piece],.daypart-color-8.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-15{color:#449d44}.daypart-color-15.daypart-bgd,.daypart-color-15 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #5cb85c}.daypart-color-15.daypart-border,.daypart-color-15 .daypart-border{border-color:#5cb85c}.daypart-color-15.daypart-border [data-daypart-border-left-piece],.daypart-color-15.daypart-border [data-daypart-border-right-piece],.daypart-color-15 .daypart-border [data-daypart-border-left-piece],.daypart-color-15 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-15:hover [data-daypart-border-left-piece],.daypart-color-15:hover [data-daypart-border-right-piece],.daypart-color-15.hover [data-daypart-border-left-piece],.daypart-color-15.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-15:hover [data-daypart-border-right-piece],.daypart-color-15.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-22{color:#449d44}.daypart-color-22.daypart-bgd,.daypart-color-22 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #5cb85c}.daypart-color-22.daypart-border,.daypart-color-22 .daypart-border{border-color:#5cb85c}.daypart-color-22.daypart-border [data-daypart-border-left-piece],.daypart-color-22.daypart-border [data-daypart-border-right-piece],.daypart-color-22 .daypart-border [data-daypart-border-left-piece],.daypart-color-22 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-22:hover [data-daypart-border-left-piece],.daypart-color-22:hover [data-daypart-border-right-piece],.daypart-color-22.hover [data-daypart-border-left-piece],.daypart-color-22.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-22:hover [data-daypart-border-right-piece],.daypart-color-22.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-29{color:#449d44}.daypart-color-29.daypart-bgd,.daypart-color-29 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #5cb85c}.daypart-color-29.daypart-border,.daypart-color-29 .daypart-border{border-color:#5cb85c}.daypart-color-29.daypart-border [data-daypart-border-left-piece],.daypart-color-29.daypart-border [data-daypart-border-right-piece],.daypart-color-29 .daypart-border [data-daypart-border-left-piece],.daypart-color-29 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-29:hover [data-daypart-border-left-piece],.daypart-color-29:hover [data-daypart-border-right-piece],.daypart-color-29.hover [data-daypart-border-left-piece],.daypart-color-29.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-29:hover [data-daypart-border-right-piece],.daypart-color-29.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-36{color:#449d44}.daypart-color-36.daypart-bgd,.daypart-color-36 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #5cb85c}.daypart-color-36.daypart-border,.daypart-color-36 .daypart-border{border-color:#5cb85c}.daypart-color-36.daypart-border [data-daypart-border-left-piece],.daypart-color-36.daypart-border [data-daypart-border-right-piece],.daypart-color-36 .daypart-border [data-daypart-border-left-piece],.daypart-color-36 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-36:hover [data-daypart-border-left-piece],.daypart-color-36:hover [data-daypart-border-right-piece],.daypart-color-36.hover [data-daypart-border-left-piece],.daypart-color-36.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-36:hover [data-daypart-border-right-piece],.daypart-color-36.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-43{color:#449d44}.daypart-color-43.daypart-bgd,.daypart-color-43 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #5cb85c}.daypart-color-43.daypart-border,.daypart-color-43 .daypart-border{border-color:#5cb85c}.daypart-color-43.daypart-border [data-daypart-border-left-piece],.daypart-color-43.daypart-border [data-daypart-border-right-piece],.daypart-color-43 .daypart-border [data-daypart-border-left-piece],.daypart-color-43 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-43:hover [data-daypart-border-left-piece],.daypart-color-43:hover [data-daypart-border-right-piece],.daypart-color-43.hover [data-daypart-border-left-piece],.daypart-color-43.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-43:hover [data-daypart-border-right-piece],.daypart-color-43.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-50{color:#449d44}.daypart-color-50.daypart-bgd,.daypart-color-50 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #5cb85c}.daypart-color-50.daypart-border,.daypart-color-50 .daypart-border{border-color:#5cb85c}.daypart-color-50.daypart-border [data-daypart-border-left-piece],.daypart-color-50.daypart-border [data-daypart-border-right-piece],.daypart-color-50 .daypart-border [data-daypart-border-left-piece],.daypart-color-50 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-50:hover [data-daypart-border-left-piece],.daypart-color-50:hover [data-daypart-border-right-piece],.daypart-color-50.hover [data-daypart-border-left-piece],.daypart-color-50.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-50:hover [data-daypart-border-right-piece],.daypart-color-50.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-57{color:#449d44}.daypart-color-57.daypart-bgd,.daypart-color-57 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #5cb85c}.daypart-color-57.daypart-border,.daypart-color-57 .daypart-border{border-color:#5cb85c}.daypart-color-57.daypart-border [data-daypart-border-left-piece],.daypart-color-57.daypart-border [data-daypart-border-right-piece],.daypart-color-57 .daypart-border [data-daypart-border-left-piece],.daypart-color-57 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-57:hover [data-daypart-border-left-piece],.daypart-color-57:hover [data-daypart-border-right-piece],.daypart-color-57.hover [data-daypart-border-left-piece],.daypart-color-57.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-57:hover [data-daypart-border-right-piece],.daypart-color-57.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-64{color:#449d44}.daypart-color-64.daypart-bgd,.daypart-color-64 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #5cb85c}.daypart-color-64.daypart-border,.daypart-color-64 .daypart-border{border-color:#5cb85c}.daypart-color-64.daypart-border [data-daypart-border-left-piece],.daypart-color-64.daypart-border [data-daypart-border-right-piece],.daypart-color-64 .daypart-border [data-daypart-border-left-piece],.daypart-color-64 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-64:hover [data-daypart-border-left-piece],.daypart-color-64:hover [data-daypart-border-right-piece],.daypart-color-64.hover [data-daypart-border-left-piece],.daypart-color-64.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-64:hover [data-daypart-border-right-piece],.daypart-color-64.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-71{color:#449d44}.daypart-color-71.daypart-bgd,.daypart-color-71 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #5cb85c}.daypart-color-71.daypart-border,.daypart-color-71 .daypart-border{border-color:#5cb85c}.daypart-color-71.daypart-border [data-daypart-border-left-piece],.daypart-color-71.daypart-border [data-daypart-border-right-piece],.daypart-color-71 .daypart-border [data-daypart-border-left-piece],.daypart-color-71 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-71:hover [data-daypart-border-left-piece],.daypart-color-71:hover [data-daypart-border-right-piece],.daypart-color-71.hover [data-daypart-border-left-piece],.daypart-color-71.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-71:hover [data-daypart-border-right-piece],.daypart-color-71.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-78{color:#449d44}.daypart-color-78.daypart-bgd,.daypart-color-78 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #5cb85c}.daypart-color-78.daypart-border,.daypart-color-78 .daypart-border{border-color:#5cb85c}.daypart-color-78.daypart-border [data-daypart-border-left-piece],.daypart-color-78.daypart-border [data-daypart-border-right-piece],.daypart-color-78 .daypart-border [data-daypart-border-left-piece],.daypart-color-78 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-78:hover [data-daypart-border-left-piece],.daypart-color-78:hover [data-daypart-border-right-piece],.daypart-color-78.hover [data-daypart-border-left-piece],.daypart-color-78.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-78:hover [data-daypart-border-right-piece],.daypart-color-78.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-85{color:#449d44}.daypart-color-85.daypart-bgd,.daypart-color-85 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #5cb85c}.daypart-color-85.daypart-border,.daypart-color-85 .daypart-border{border-color:#5cb85c}.daypart-color-85.daypart-border [data-daypart-border-left-piece],.daypart-color-85.daypart-border [data-daypart-border-right-piece],.daypart-color-85 .daypart-border [data-daypart-border-left-piece],.daypart-color-85 .daypart-border [data-daypart-border-right-piece]{border-color:#5cb85c;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-85:hover [data-daypart-border-left-piece],.daypart-color-85:hover [data-daypart-border-right-piece],.daypart-color-85.hover [data-daypart-border-left-piece],.daypart-color-85.hover [data-daypart-border-right-piece]{border-color:#91cf91}.daypart-color-85:hover [data-daypart-border-right-piece],.daypart-color-85.hover [data-daypart-border-right-piece]{background-color:#c7e6c7}.daypart-color-9{color:#31b0d5}.daypart-color-9.daypart-bgd,.daypart-color-9 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #5bc0de}.daypart-color-9.daypart-border,.daypart-color-9 .daypart-border{border-color:#5bc0de}.daypart-color-9.daypart-border [data-daypart-border-left-piece],.daypart-color-9.daypart-border [data-daypart-border-right-piece],.daypart-color-9 .daypart-border [data-daypart-border-left-piece],.daypart-color-9 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-9:hover [data-daypart-border-left-piece],.daypart-color-9:hover [data-daypart-border-right-piece],.daypart-color-9.hover [data-daypart-border-left-piece],.daypart-color-9.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-9:hover [data-daypart-border-right-piece],.daypart-color-9.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-16{color:#31b0d5}.daypart-color-16.daypart-bgd,.daypart-color-16 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #5bc0de}.daypart-color-16.daypart-border,.daypart-color-16 .daypart-border{border-color:#5bc0de}.daypart-color-16.daypart-border [data-daypart-border-left-piece],.daypart-color-16.daypart-border [data-daypart-border-right-piece],.daypart-color-16 .daypart-border [data-daypart-border-left-piece],.daypart-color-16 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-16:hover [data-daypart-border-left-piece],.daypart-color-16:hover [data-daypart-border-right-piece],.daypart-color-16.hover [data-daypart-border-left-piece],.daypart-color-16.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-16:hover [data-daypart-border-right-piece],.daypart-color-16.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-23{color:#31b0d5}.daypart-color-23.daypart-bgd,.daypart-color-23 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #5bc0de}.daypart-color-23.daypart-border,.daypart-color-23 .daypart-border{border-color:#5bc0de}.daypart-color-23.daypart-border [data-daypart-border-left-piece],.daypart-color-23.daypart-border [data-daypart-border-right-piece],.daypart-color-23 .daypart-border [data-daypart-border-left-piece],.daypart-color-23 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-23:hover [data-daypart-border-left-piece],.daypart-color-23:hover [data-daypart-border-right-piece],.daypart-color-23.hover [data-daypart-border-left-piece],.daypart-color-23.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-23:hover [data-daypart-border-right-piece],.daypart-color-23.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-30{color:#31b0d5}.daypart-color-30.daypart-bgd,.daypart-color-30 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #5bc0de}.daypart-color-30.daypart-border,.daypart-color-30 .daypart-border{border-color:#5bc0de}.daypart-color-30.daypart-border [data-daypart-border-left-piece],.daypart-color-30.daypart-border [data-daypart-border-right-piece],.daypart-color-30 .daypart-border [data-daypart-border-left-piece],.daypart-color-30 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-30:hover [data-daypart-border-left-piece],.daypart-color-30:hover [data-daypart-border-right-piece],.daypart-color-30.hover [data-daypart-border-left-piece],.daypart-color-30.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-30:hover [data-daypart-border-right-piece],.daypart-color-30.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-37{color:#31b0d5}.daypart-color-37.daypart-bgd,.daypart-color-37 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #5bc0de}.daypart-color-37.daypart-border,.daypart-color-37 .daypart-border{border-color:#5bc0de}.daypart-color-37.daypart-border [data-daypart-border-left-piece],.daypart-color-37.daypart-border [data-daypart-border-right-piece],.daypart-color-37 .daypart-border [data-daypart-border-left-piece],.daypart-color-37 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-37:hover [data-daypart-border-left-piece],.daypart-color-37:hover [data-daypart-border-right-piece],.daypart-color-37.hover [data-daypart-border-left-piece],.daypart-color-37.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-37:hover [data-daypart-border-right-piece],.daypart-color-37.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-44{color:#31b0d5}.daypart-color-44.daypart-bgd,.daypart-color-44 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #5bc0de}.daypart-color-44.daypart-border,.daypart-color-44 .daypart-border{border-color:#5bc0de}.daypart-color-44.daypart-border [data-daypart-border-left-piece],.daypart-color-44.daypart-border [data-daypart-border-right-piece],.daypart-color-44 .daypart-border [data-daypart-border-left-piece],.daypart-color-44 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-44:hover [data-daypart-border-left-piece],.daypart-color-44:hover [data-daypart-border-right-piece],.daypart-color-44.hover [data-daypart-border-left-piece],.daypart-color-44.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-44:hover [data-daypart-border-right-piece],.daypart-color-44.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-51{color:#31b0d5}.daypart-color-51.daypart-bgd,.daypart-color-51 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #5bc0de}.daypart-color-51.daypart-border,.daypart-color-51 .daypart-border{border-color:#5bc0de}.daypart-color-51.daypart-border [data-daypart-border-left-piece],.daypart-color-51.daypart-border [data-daypart-border-right-piece],.daypart-color-51 .daypart-border [data-daypart-border-left-piece],.daypart-color-51 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-51:hover [data-daypart-border-left-piece],.daypart-color-51:hover [data-daypart-border-right-piece],.daypart-color-51.hover [data-daypart-border-left-piece],.daypart-color-51.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-51:hover [data-daypart-border-right-piece],.daypart-color-51.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-58{color:#31b0d5}.daypart-color-58.daypart-bgd,.daypart-color-58 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #5bc0de}.daypart-color-58.daypart-border,.daypart-color-58 .daypart-border{border-color:#5bc0de}.daypart-color-58.daypart-border [data-daypart-border-left-piece],.daypart-color-58.daypart-border [data-daypart-border-right-piece],.daypart-color-58 .daypart-border [data-daypart-border-left-piece],.daypart-color-58 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-58:hover [data-daypart-border-left-piece],.daypart-color-58:hover [data-daypart-border-right-piece],.daypart-color-58.hover [data-daypart-border-left-piece],.daypart-color-58.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-58:hover [data-daypart-border-right-piece],.daypart-color-58.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-65{color:#31b0d5}.daypart-color-65.daypart-bgd,.daypart-color-65 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #5bc0de}.daypart-color-65.daypart-border,.daypart-color-65 .daypart-border{border-color:#5bc0de}.daypart-color-65.daypart-border [data-daypart-border-left-piece],.daypart-color-65.daypart-border [data-daypart-border-right-piece],.daypart-color-65 .daypart-border [data-daypart-border-left-piece],.daypart-color-65 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-65:hover [data-daypart-border-left-piece],.daypart-color-65:hover [data-daypart-border-right-piece],.daypart-color-65.hover [data-daypart-border-left-piece],.daypart-color-65.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-65:hover [data-daypart-border-right-piece],.daypart-color-65.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-72{color:#31b0d5}.daypart-color-72.daypart-bgd,.daypart-color-72 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #5bc0de}.daypart-color-72.daypart-border,.daypart-color-72 .daypart-border{border-color:#5bc0de}.daypart-color-72.daypart-border [data-daypart-border-left-piece],.daypart-color-72.daypart-border [data-daypart-border-right-piece],.daypart-color-72 .daypart-border [data-daypart-border-left-piece],.daypart-color-72 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-72:hover [data-daypart-border-left-piece],.daypart-color-72:hover [data-daypart-border-right-piece],.daypart-color-72.hover [data-daypart-border-left-piece],.daypart-color-72.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-72:hover [data-daypart-border-right-piece],.daypart-color-72.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-79{color:#31b0d5}.daypart-color-79.daypart-bgd,.daypart-color-79 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #5bc0de}.daypart-color-79.daypart-border,.daypart-color-79 .daypart-border{border-color:#5bc0de}.daypart-color-79.daypart-border [data-daypart-border-left-piece],.daypart-color-79.daypart-border [data-daypart-border-right-piece],.daypart-color-79 .daypart-border [data-daypart-border-left-piece],.daypart-color-79 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-79:hover [data-daypart-border-left-piece],.daypart-color-79:hover [data-daypart-border-right-piece],.daypart-color-79.hover [data-daypart-border-left-piece],.daypart-color-79.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-79:hover [data-daypart-border-right-piece],.daypart-color-79.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-86{color:#31b0d5}.daypart-color-86.daypart-bgd,.daypart-color-86 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #5bc0de}.daypart-color-86.daypart-border,.daypart-color-86 .daypart-border{border-color:#5bc0de}.daypart-color-86.daypart-border [data-daypart-border-left-piece],.daypart-color-86.daypart-border [data-daypart-border-right-piece],.daypart-color-86 .daypart-border [data-daypart-border-left-piece],.daypart-color-86 .daypart-border [data-daypart-border-right-piece]{border-color:#5bc0de;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-86:hover [data-daypart-border-left-piece],.daypart-color-86:hover [data-daypart-border-right-piece],.daypart-color-86.hover [data-daypart-border-left-piece],.daypart-color-86.hover [data-daypart-border-right-piece]{border-color:#9bd8eb}.daypart-color-86:hover [data-daypart-border-right-piece],.daypart-color-86.hover [data-daypart-border-right-piece]{background-color:#daf1f8}.daypart-color-10{color:#ec971f}.daypart-color-10.daypart-bgd,.daypart-color-10 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #f0ad4e}.daypart-color-10.daypart-border,.daypart-color-10 .daypart-border{border-color:#f0ad4e}.daypart-color-10.daypart-border [data-daypart-border-left-piece],.daypart-color-10.daypart-border [data-daypart-border-right-piece],.daypart-color-10 .daypart-border [data-daypart-border-left-piece],.daypart-color-10 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-10:hover [data-daypart-border-left-piece],.daypart-color-10:hover [data-daypart-border-right-piece],.daypart-color-10.hover [data-daypart-border-left-piece],.daypart-color-10.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-10:hover [data-daypart-border-right-piece],.daypart-color-10.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-17{color:#ec971f}.daypart-color-17.daypart-bgd,.daypart-color-17 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #f0ad4e}.daypart-color-17.daypart-border,.daypart-color-17 .daypart-border{border-color:#f0ad4e}.daypart-color-17.daypart-border [data-daypart-border-left-piece],.daypart-color-17.daypart-border [data-daypart-border-right-piece],.daypart-color-17 .daypart-border [data-daypart-border-left-piece],.daypart-color-17 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-17:hover [data-daypart-border-left-piece],.daypart-color-17:hover [data-daypart-border-right-piece],.daypart-color-17.hover [data-daypart-border-left-piece],.daypart-color-17.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-17:hover [data-daypart-border-right-piece],.daypart-color-17.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-24{color:#ec971f}.daypart-color-24.daypart-bgd,.daypart-color-24 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #f0ad4e}.daypart-color-24.daypart-border,.daypart-color-24 .daypart-border{border-color:#f0ad4e}.daypart-color-24.daypart-border [data-daypart-border-left-piece],.daypart-color-24.daypart-border [data-daypart-border-right-piece],.daypart-color-24 .daypart-border [data-daypart-border-left-piece],.daypart-color-24 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-24:hover [data-daypart-border-left-piece],.daypart-color-24:hover [data-daypart-border-right-piece],.daypart-color-24.hover [data-daypart-border-left-piece],.daypart-color-24.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-24:hover [data-daypart-border-right-piece],.daypart-color-24.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-31{color:#ec971f}.daypart-color-31.daypart-bgd,.daypart-color-31 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #f0ad4e}.daypart-color-31.daypart-border,.daypart-color-31 .daypart-border{border-color:#f0ad4e}.daypart-color-31.daypart-border [data-daypart-border-left-piece],.daypart-color-31.daypart-border [data-daypart-border-right-piece],.daypart-color-31 .daypart-border [data-daypart-border-left-piece],.daypart-color-31 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-31:hover [data-daypart-border-left-piece],.daypart-color-31:hover [data-daypart-border-right-piece],.daypart-color-31.hover [data-daypart-border-left-piece],.daypart-color-31.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-31:hover [data-daypart-border-right-piece],.daypart-color-31.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-38{color:#ec971f}.daypart-color-38.daypart-bgd,.daypart-color-38 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #f0ad4e}.daypart-color-38.daypart-border,.daypart-color-38 .daypart-border{border-color:#f0ad4e}.daypart-color-38.daypart-border [data-daypart-border-left-piece],.daypart-color-38.daypart-border [data-daypart-border-right-piece],.daypart-color-38 .daypart-border [data-daypart-border-left-piece],.daypart-color-38 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-38:hover [data-daypart-border-left-piece],.daypart-color-38:hover [data-daypart-border-right-piece],.daypart-color-38.hover [data-daypart-border-left-piece],.daypart-color-38.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-38:hover [data-daypart-border-right-piece],.daypart-color-38.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-45{color:#ec971f}.daypart-color-45.daypart-bgd,.daypart-color-45 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #f0ad4e}.daypart-color-45.daypart-border,.daypart-color-45 .daypart-border{border-color:#f0ad4e}.daypart-color-45.daypart-border [data-daypart-border-left-piece],.daypart-color-45.daypart-border [data-daypart-border-right-piece],.daypart-color-45 .daypart-border [data-daypart-border-left-piece],.daypart-color-45 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-45:hover [data-daypart-border-left-piece],.daypart-color-45:hover [data-daypart-border-right-piece],.daypart-color-45.hover [data-daypart-border-left-piece],.daypart-color-45.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-45:hover [data-daypart-border-right-piece],.daypart-color-45.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-52{color:#ec971f}.daypart-color-52.daypart-bgd,.daypart-color-52 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #f0ad4e}.daypart-color-52.daypart-border,.daypart-color-52 .daypart-border{border-color:#f0ad4e}.daypart-color-52.daypart-border [data-daypart-border-left-piece],.daypart-color-52.daypart-border [data-daypart-border-right-piece],.daypart-color-52 .daypart-border [data-daypart-border-left-piece],.daypart-color-52 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-52:hover [data-daypart-border-left-piece],.daypart-color-52:hover [data-daypart-border-right-piece],.daypart-color-52.hover [data-daypart-border-left-piece],.daypart-color-52.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-52:hover [data-daypart-border-right-piece],.daypart-color-52.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-59{color:#ec971f}.daypart-color-59.daypart-bgd,.daypart-color-59 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #f0ad4e}.daypart-color-59.daypart-border,.daypart-color-59 .daypart-border{border-color:#f0ad4e}.daypart-color-59.daypart-border [data-daypart-border-left-piece],.daypart-color-59.daypart-border [data-daypart-border-right-piece],.daypart-color-59 .daypart-border [data-daypart-border-left-piece],.daypart-color-59 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-59:hover [data-daypart-border-left-piece],.daypart-color-59:hover [data-daypart-border-right-piece],.daypart-color-59.hover [data-daypart-border-left-piece],.daypart-color-59.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-59:hover [data-daypart-border-right-piece],.daypart-color-59.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-66{color:#ec971f}.daypart-color-66.daypart-bgd,.daypart-color-66 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #f0ad4e}.daypart-color-66.daypart-border,.daypart-color-66 .daypart-border{border-color:#f0ad4e}.daypart-color-66.daypart-border [data-daypart-border-left-piece],.daypart-color-66.daypart-border [data-daypart-border-right-piece],.daypart-color-66 .daypart-border [data-daypart-border-left-piece],.daypart-color-66 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-66:hover [data-daypart-border-left-piece],.daypart-color-66:hover [data-daypart-border-right-piece],.daypart-color-66.hover [data-daypart-border-left-piece],.daypart-color-66.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-66:hover [data-daypart-border-right-piece],.daypart-color-66.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-73{color:#ec971f}.daypart-color-73.daypart-bgd,.daypart-color-73 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #f0ad4e}.daypart-color-73.daypart-border,.daypart-color-73 .daypart-border{border-color:#f0ad4e}.daypart-color-73.daypart-border [data-daypart-border-left-piece],.daypart-color-73.daypart-border [data-daypart-border-right-piece],.daypart-color-73 .daypart-border [data-daypart-border-left-piece],.daypart-color-73 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-73:hover [data-daypart-border-left-piece],.daypart-color-73:hover [data-daypart-border-right-piece],.daypart-color-73.hover [data-daypart-border-left-piece],.daypart-color-73.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-73:hover [data-daypart-border-right-piece],.daypart-color-73.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-80{color:#ec971f}.daypart-color-80.daypart-bgd,.daypart-color-80 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #f0ad4e}.daypart-color-80.daypart-border,.daypart-color-80 .daypart-border{border-color:#f0ad4e}.daypart-color-80.daypart-border [data-daypart-border-left-piece],.daypart-color-80.daypart-border [data-daypart-border-right-piece],.daypart-color-80 .daypart-border [data-daypart-border-left-piece],.daypart-color-80 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-80:hover [data-daypart-border-left-piece],.daypart-color-80:hover [data-daypart-border-right-piece],.daypart-color-80.hover [data-daypart-border-left-piece],.daypart-color-80.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-80:hover [data-daypart-border-right-piece],.daypart-color-80.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-87{color:#ec971f}.daypart-color-87.daypart-bgd,.daypart-color-87 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #f0ad4e}.daypart-color-87.daypart-border,.daypart-color-87 .daypart-border{border-color:#f0ad4e}.daypart-color-87.daypart-border [data-daypart-border-left-piece],.daypart-color-87.daypart-border [data-daypart-border-right-piece],.daypart-color-87 .daypart-border [data-daypart-border-left-piece],.daypart-color-87 .daypart-border [data-daypart-border-right-piece]{border-color:#f0ad4e;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-87:hover [data-daypart-border-left-piece],.daypart-color-87:hover [data-daypart-border-right-piece],.daypart-color-87.hover [data-daypart-border-left-piece],.daypart-color-87.hover [data-daypart-border-right-piece]{border-color:#f6ce95}.daypart-color-87:hover [data-daypart-border-right-piece],.daypart-color-87.hover [data-daypart-border-right-piece]{background-color:#fceedb}.daypart-color-11{color:#c9302c}.daypart-color-11.daypart-bgd,.daypart-color-11 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #d9534f}.daypart-color-11.daypart-border,.daypart-color-11 .daypart-border{border-color:#d9534f}.daypart-color-11.daypart-border [data-daypart-border-left-piece],.daypart-color-11.daypart-border [data-daypart-border-right-piece],.daypart-color-11 .daypart-border [data-daypart-border-left-piece],.daypart-color-11 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-11:hover [data-daypart-border-left-piece],.daypart-color-11:hover [data-daypart-border-right-piece],.daypart-color-11.hover [data-daypart-border-left-piece],.daypart-color-11.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-11:hover [data-daypart-border-right-piece],.daypart-color-11.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-18{color:#c9302c}.daypart-color-18.daypart-bgd,.daypart-color-18 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #d9534f}.daypart-color-18.daypart-border,.daypart-color-18 .daypart-border{border-color:#d9534f}.daypart-color-18.daypart-border [data-daypart-border-left-piece],.daypart-color-18.daypart-border [data-daypart-border-right-piece],.daypart-color-18 .daypart-border [data-daypart-border-left-piece],.daypart-color-18 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-18:hover [data-daypart-border-left-piece],.daypart-color-18:hover [data-daypart-border-right-piece],.daypart-color-18.hover [data-daypart-border-left-piece],.daypart-color-18.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-18:hover [data-daypart-border-right-piece],.daypart-color-18.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-25{color:#c9302c}.daypart-color-25.daypart-bgd,.daypart-color-25 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #d9534f}.daypart-color-25.daypart-border,.daypart-color-25 .daypart-border{border-color:#d9534f}.daypart-color-25.daypart-border [data-daypart-border-left-piece],.daypart-color-25.daypart-border [data-daypart-border-right-piece],.daypart-color-25 .daypart-border [data-daypart-border-left-piece],.daypart-color-25 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-25:hover [data-daypart-border-left-piece],.daypart-color-25:hover [data-daypart-border-right-piece],.daypart-color-25.hover [data-daypart-border-left-piece],.daypart-color-25.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-25:hover [data-daypart-border-right-piece],.daypart-color-25.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-32{color:#c9302c}.daypart-color-32.daypart-bgd,.daypart-color-32 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #d9534f}.daypart-color-32.daypart-border,.daypart-color-32 .daypart-border{border-color:#d9534f}.daypart-color-32.daypart-border [data-daypart-border-left-piece],.daypart-color-32.daypart-border [data-daypart-border-right-piece],.daypart-color-32 .daypart-border [data-daypart-border-left-piece],.daypart-color-32 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-32:hover [data-daypart-border-left-piece],.daypart-color-32:hover [data-daypart-border-right-piece],.daypart-color-32.hover [data-daypart-border-left-piece],.daypart-color-32.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-32:hover [data-daypart-border-right-piece],.daypart-color-32.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-39{color:#c9302c}.daypart-color-39.daypart-bgd,.daypart-color-39 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #d9534f}.daypart-color-39.daypart-border,.daypart-color-39 .daypart-border{border-color:#d9534f}.daypart-color-39.daypart-border [data-daypart-border-left-piece],.daypart-color-39.daypart-border [data-daypart-border-right-piece],.daypart-color-39 .daypart-border [data-daypart-border-left-piece],.daypart-color-39 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-39:hover [data-daypart-border-left-piece],.daypart-color-39:hover [data-daypart-border-right-piece],.daypart-color-39.hover [data-daypart-border-left-piece],.daypart-color-39.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-39:hover [data-daypart-border-right-piece],.daypart-color-39.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-46{color:#c9302c}.daypart-color-46.daypart-bgd,.daypart-color-46 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #d9534f}.daypart-color-46.daypart-border,.daypart-color-46 .daypart-border{border-color:#d9534f}.daypart-color-46.daypart-border [data-daypart-border-left-piece],.daypart-color-46.daypart-border [data-daypart-border-right-piece],.daypart-color-46 .daypart-border [data-daypart-border-left-piece],.daypart-color-46 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-46:hover [data-daypart-border-left-piece],.daypart-color-46:hover [data-daypart-border-right-piece],.daypart-color-46.hover [data-daypart-border-left-piece],.daypart-color-46.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-46:hover [data-daypart-border-right-piece],.daypart-color-46.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-53{color:#c9302c}.daypart-color-53.daypart-bgd,.daypart-color-53 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #d9534f}.daypart-color-53.daypart-border,.daypart-color-53 .daypart-border{border-color:#d9534f}.daypart-color-53.daypart-border [data-daypart-border-left-piece],.daypart-color-53.daypart-border [data-daypart-border-right-piece],.daypart-color-53 .daypart-border [data-daypart-border-left-piece],.daypart-color-53 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-53:hover [data-daypart-border-left-piece],.daypart-color-53:hover [data-daypart-border-right-piece],.daypart-color-53.hover [data-daypart-border-left-piece],.daypart-color-53.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-53:hover [data-daypart-border-right-piece],.daypart-color-53.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-60{color:#c9302c}.daypart-color-60.daypart-bgd,.daypart-color-60 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #d9534f}.daypart-color-60.daypart-border,.daypart-color-60 .daypart-border{border-color:#d9534f}.daypart-color-60.daypart-border [data-daypart-border-left-piece],.daypart-color-60.daypart-border [data-daypart-border-right-piece],.daypart-color-60 .daypart-border [data-daypart-border-left-piece],.daypart-color-60 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-60:hover [data-daypart-border-left-piece],.daypart-color-60:hover [data-daypart-border-right-piece],.daypart-color-60.hover [data-daypart-border-left-piece],.daypart-color-60.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-60:hover [data-daypart-border-right-piece],.daypart-color-60.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-67{color:#c9302c}.daypart-color-67.daypart-bgd,.daypart-color-67 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #d9534f}.daypart-color-67.daypart-border,.daypart-color-67 .daypart-border{border-color:#d9534f}.daypart-color-67.daypart-border [data-daypart-border-left-piece],.daypart-color-67.daypart-border [data-daypart-border-right-piece],.daypart-color-67 .daypart-border [data-daypart-border-left-piece],.daypart-color-67 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-67:hover [data-daypart-border-left-piece],.daypart-color-67:hover [data-daypart-border-right-piece],.daypart-color-67.hover [data-daypart-border-left-piece],.daypart-color-67.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-67:hover [data-daypart-border-right-piece],.daypart-color-67.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-74{color:#c9302c}.daypart-color-74.daypart-bgd,.daypart-color-74 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #d9534f}.daypart-color-74.daypart-border,.daypart-color-74 .daypart-border{border-color:#d9534f}.daypart-color-74.daypart-border [data-daypart-border-left-piece],.daypart-color-74.daypart-border [data-daypart-border-right-piece],.daypart-color-74 .daypart-border [data-daypart-border-left-piece],.daypart-color-74 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-74:hover [data-daypart-border-left-piece],.daypart-color-74:hover [data-daypart-border-right-piece],.daypart-color-74.hover [data-daypart-border-left-piece],.daypart-color-74.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-74:hover [data-daypart-border-right-piece],.daypart-color-74.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-81{color:#c9302c}.daypart-color-81.daypart-bgd,.daypart-color-81 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #d9534f}.daypart-color-81.daypart-border,.daypart-color-81 .daypart-border{border-color:#d9534f}.daypart-color-81.daypart-border [data-daypart-border-left-piece],.daypart-color-81.daypart-border [data-daypart-border-right-piece],.daypart-color-81 .daypart-border [data-daypart-border-left-piece],.daypart-color-81 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-81:hover [data-daypart-border-left-piece],.daypart-color-81:hover [data-daypart-border-right-piece],.daypart-color-81.hover [data-daypart-border-left-piece],.daypart-color-81.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-81:hover [data-daypart-border-right-piece],.daypart-color-81.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-88{color:#c9302c}.daypart-color-88.daypart-bgd,.daypart-color-88 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #d9534f}.daypart-color-88.daypart-border,.daypart-color-88 .daypart-border{border-color:#d9534f}.daypart-color-88.daypart-border [data-daypart-border-left-piece],.daypart-color-88.daypart-border [data-daypart-border-right-piece],.daypart-color-88 .daypart-border [data-daypart-border-left-piece],.daypart-color-88 .daypart-border [data-daypart-border-right-piece]{border-color:#d9534f;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-88:hover [data-daypart-border-left-piece],.daypart-color-88:hover [data-daypart-border-right-piece],.daypart-color-88.hover [data-daypart-border-left-piece],.daypart-color-88.hover [data-daypart-border-right-piece]{border-color:#e7908e}.daypart-color-88:hover [data-daypart-border-right-piece],.daypart-color-88.hover [data-daypart-border-right-piece]{background-color:#f4cecd}.daypart-color-12{color:#3071a9}.daypart-color-12.daypart-bgd,.daypart-color-12 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #428bca}.daypart-color-12.daypart-border,.daypart-color-12 .daypart-border{border-color:#428bca}.daypart-color-12.daypart-border [data-daypart-border-left-piece],.daypart-color-12.daypart-border [data-daypart-border-right-piece],.daypart-color-12 .daypart-border [data-daypart-border-left-piece],.daypart-color-12 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-12:hover [data-daypart-border-left-piece],.daypart-color-12:hover [data-daypart-border-right-piece],.daypart-color-12.hover [data-daypart-border-left-piece],.daypart-color-12.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-12:hover [data-daypart-border-right-piece],.daypart-color-12.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-19{color:#3071a9}.daypart-color-19.daypart-bgd,.daypart-color-19 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #428bca}.daypart-color-19.daypart-border,.daypart-color-19 .daypart-border{border-color:#428bca}.daypart-color-19.daypart-border [data-daypart-border-left-piece],.daypart-color-19.daypart-border [data-daypart-border-right-piece],.daypart-color-19 .daypart-border [data-daypart-border-left-piece],.daypart-color-19 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-19:hover [data-daypart-border-left-piece],.daypart-color-19:hover [data-daypart-border-right-piece],.daypart-color-19.hover [data-daypart-border-left-piece],.daypart-color-19.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-19:hover [data-daypart-border-right-piece],.daypart-color-19.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-26{color:#3071a9}.daypart-color-26.daypart-bgd,.daypart-color-26 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #428bca}.daypart-color-26.daypart-border,.daypart-color-26 .daypart-border{border-color:#428bca}.daypart-color-26.daypart-border [data-daypart-border-left-piece],.daypart-color-26.daypart-border [data-daypart-border-right-piece],.daypart-color-26 .daypart-border [data-daypart-border-left-piece],.daypart-color-26 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-26:hover [data-daypart-border-left-piece],.daypart-color-26:hover [data-daypart-border-right-piece],.daypart-color-26.hover [data-daypart-border-left-piece],.daypart-color-26.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-26:hover [data-daypart-border-right-piece],.daypart-color-26.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-33{color:#3071a9}.daypart-color-33.daypart-bgd,.daypart-color-33 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #428bca}.daypart-color-33.daypart-border,.daypart-color-33 .daypart-border{border-color:#428bca}.daypart-color-33.daypart-border [data-daypart-border-left-piece],.daypart-color-33.daypart-border [data-daypart-border-right-piece],.daypart-color-33 .daypart-border [data-daypart-border-left-piece],.daypart-color-33 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-33:hover [data-daypart-border-left-piece],.daypart-color-33:hover [data-daypart-border-right-piece],.daypart-color-33.hover [data-daypart-border-left-piece],.daypart-color-33.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-33:hover [data-daypart-border-right-piece],.daypart-color-33.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-40{color:#3071a9}.daypart-color-40.daypart-bgd,.daypart-color-40 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #428bca}.daypart-color-40.daypart-border,.daypart-color-40 .daypart-border{border-color:#428bca}.daypart-color-40.daypart-border [data-daypart-border-left-piece],.daypart-color-40.daypart-border [data-daypart-border-right-piece],.daypart-color-40 .daypart-border [data-daypart-border-left-piece],.daypart-color-40 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-40:hover [data-daypart-border-left-piece],.daypart-color-40:hover [data-daypart-border-right-piece],.daypart-color-40.hover [data-daypart-border-left-piece],.daypart-color-40.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-40:hover [data-daypart-border-right-piece],.daypart-color-40.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-47{color:#3071a9}.daypart-color-47.daypart-bgd,.daypart-color-47 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #428bca}.daypart-color-47.daypart-border,.daypart-color-47 .daypart-border{border-color:#428bca}.daypart-color-47.daypart-border [data-daypart-border-left-piece],.daypart-color-47.daypart-border [data-daypart-border-right-piece],.daypart-color-47 .daypart-border [data-daypart-border-left-piece],.daypart-color-47 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-47:hover [data-daypart-border-left-piece],.daypart-color-47:hover [data-daypart-border-right-piece],.daypart-color-47.hover [data-daypart-border-left-piece],.daypart-color-47.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-47:hover [data-daypart-border-right-piece],.daypart-color-47.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-54{color:#3071a9}.daypart-color-54.daypart-bgd,.daypart-color-54 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #428bca}.daypart-color-54.daypart-border,.daypart-color-54 .daypart-border{border-color:#428bca}.daypart-color-54.daypart-border [data-daypart-border-left-piece],.daypart-color-54.daypart-border [data-daypart-border-right-piece],.daypart-color-54 .daypart-border [data-daypart-border-left-piece],.daypart-color-54 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-54:hover [data-daypart-border-left-piece],.daypart-color-54:hover [data-daypart-border-right-piece],.daypart-color-54.hover [data-daypart-border-left-piece],.daypart-color-54.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-54:hover [data-daypart-border-right-piece],.daypart-color-54.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-61{color:#3071a9}.daypart-color-61.daypart-bgd,.daypart-color-61 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #428bca}.daypart-color-61.daypart-border,.daypart-color-61 .daypart-border{border-color:#428bca}.daypart-color-61.daypart-border [data-daypart-border-left-piece],.daypart-color-61.daypart-border [data-daypart-border-right-piece],.daypart-color-61 .daypart-border [data-daypart-border-left-piece],.daypart-color-61 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-61:hover [data-daypart-border-left-piece],.daypart-color-61:hover [data-daypart-border-right-piece],.daypart-color-61.hover [data-daypart-border-left-piece],.daypart-color-61.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-61:hover [data-daypart-border-right-piece],.daypart-color-61.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-68{color:#3071a9}.daypart-color-68.daypart-bgd,.daypart-color-68 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #428bca}.daypart-color-68.daypart-border,.daypart-color-68 .daypart-border{border-color:#428bca}.daypart-color-68.daypart-border [data-daypart-border-left-piece],.daypart-color-68.daypart-border [data-daypart-border-right-piece],.daypart-color-68 .daypart-border [data-daypart-border-left-piece],.daypart-color-68 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-68:hover [data-daypart-border-left-piece],.daypart-color-68:hover [data-daypart-border-right-piece],.daypart-color-68.hover [data-daypart-border-left-piece],.daypart-color-68.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-68:hover [data-daypart-border-right-piece],.daypart-color-68.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-75{color:#3071a9}.daypart-color-75.daypart-bgd,.daypart-color-75 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #428bca}.daypart-color-75.daypart-border,.daypart-color-75 .daypart-border{border-color:#428bca}.daypart-color-75.daypart-border [data-daypart-border-left-piece],.daypart-color-75.daypart-border [data-daypart-border-right-piece],.daypart-color-75 .daypart-border [data-daypart-border-left-piece],.daypart-color-75 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-75:hover [data-daypart-border-left-piece],.daypart-color-75:hover [data-daypart-border-right-piece],.daypart-color-75.hover [data-daypart-border-left-piece],.daypart-color-75.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-75:hover [data-daypart-border-right-piece],.daypart-color-75.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-82{color:#3071a9}.daypart-color-82.daypart-bgd,.daypart-color-82 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #428bca}.daypart-color-82.daypart-border,.daypart-color-82 .daypart-border{border-color:#428bca}.daypart-color-82.daypart-border [data-daypart-border-left-piece],.daypart-color-82.daypart-border [data-daypart-border-right-piece],.daypart-color-82 .daypart-border [data-daypart-border-left-piece],.daypart-color-82 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-82:hover [data-daypart-border-left-piece],.daypart-color-82:hover [data-daypart-border-right-piece],.daypart-color-82.hover [data-daypart-border-left-piece],.daypart-color-82.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-82:hover [data-daypart-border-right-piece],.daypart-color-82.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-89{color:#3071a9}.daypart-color-89.daypart-bgd,.daypart-color-89 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #428bca}.daypart-color-89.daypart-border,.daypart-color-89 .daypart-border{border-color:#428bca}.daypart-color-89.daypart-border [data-daypart-border-left-piece],.daypart-color-89.daypart-border [data-daypart-border-right-piece],.daypart-color-89 .daypart-border [data-daypart-border-left-piece],.daypart-color-89 .daypart-border [data-daypart-border-right-piece]{border-color:#428bca;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-89:hover [data-daypart-border-left-piece],.daypart-color-89:hover [data-daypart-border-right-piece],.daypart-color-89.hover [data-daypart-border-left-piece],.daypart-color-89.hover [data-daypart-border-right-piece]{border-color:#7eb0db}.daypart-color-89:hover [data-daypart-border-right-piece],.daypart-color-89.hover [data-daypart-border-right-piece]{background-color:#b9d4ec}.daypart-color-13{color:#b12cc9}.daypart-color-13.daypart-bgd,.daypart-color-13 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #c44fd9}.daypart-color-13.daypart-border,.daypart-color-13 .daypart-border{border-color:#c44fd9}.daypart-color-13.daypart-border [data-daypart-border-left-piece],.daypart-color-13.daypart-border [data-daypart-border-right-piece],.daypart-color-13 .daypart-border [data-daypart-border-left-piece],.daypart-color-13 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-13:hover [data-daypart-border-left-piece],.daypart-color-13:hover [data-daypart-border-right-piece],.daypart-color-13.hover [data-daypart-border-left-piece],.daypart-color-13.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-13:hover [data-daypart-border-right-piece],.daypart-color-13.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-20{color:#b12cc9}.daypart-color-20.daypart-bgd,.daypart-color-20 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #c44fd9}.daypart-color-20.daypart-border,.daypart-color-20 .daypart-border{border-color:#c44fd9}.daypart-color-20.daypart-border [data-daypart-border-left-piece],.daypart-color-20.daypart-border [data-daypart-border-right-piece],.daypart-color-20 .daypart-border [data-daypart-border-left-piece],.daypart-color-20 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-20:hover [data-daypart-border-left-piece],.daypart-color-20:hover [data-daypart-border-right-piece],.daypart-color-20.hover [data-daypart-border-left-piece],.daypart-color-20.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-20:hover [data-daypart-border-right-piece],.daypart-color-20.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-27{color:#b12cc9}.daypart-color-27.daypart-bgd,.daypart-color-27 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #c44fd9}.daypart-color-27.daypart-border,.daypart-color-27 .daypart-border{border-color:#c44fd9}.daypart-color-27.daypart-border [data-daypart-border-left-piece],.daypart-color-27.daypart-border [data-daypart-border-right-piece],.daypart-color-27 .daypart-border [data-daypart-border-left-piece],.daypart-color-27 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-27:hover [data-daypart-border-left-piece],.daypart-color-27:hover [data-daypart-border-right-piece],.daypart-color-27.hover [data-daypart-border-left-piece],.daypart-color-27.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-27:hover [data-daypart-border-right-piece],.daypart-color-27.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-34{color:#b12cc9}.daypart-color-34.daypart-bgd,.daypart-color-34 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #c44fd9}.daypart-color-34.daypart-border,.daypart-color-34 .daypart-border{border-color:#c44fd9}.daypart-color-34.daypart-border [data-daypart-border-left-piece],.daypart-color-34.daypart-border [data-daypart-border-right-piece],.daypart-color-34 .daypart-border [data-daypart-border-left-piece],.daypart-color-34 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-34:hover [data-daypart-border-left-piece],.daypart-color-34:hover [data-daypart-border-right-piece],.daypart-color-34.hover [data-daypart-border-left-piece],.daypart-color-34.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-34:hover [data-daypart-border-right-piece],.daypart-color-34.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-41{color:#b12cc9}.daypart-color-41.daypart-bgd,.daypart-color-41 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #c44fd9}.daypart-color-41.daypart-border,.daypart-color-41 .daypart-border{border-color:#c44fd9}.daypart-color-41.daypart-border [data-daypart-border-left-piece],.daypart-color-41.daypart-border [data-daypart-border-right-piece],.daypart-color-41 .daypart-border [data-daypart-border-left-piece],.daypart-color-41 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-41:hover [data-daypart-border-left-piece],.daypart-color-41:hover [data-daypart-border-right-piece],.daypart-color-41.hover [data-daypart-border-left-piece],.daypart-color-41.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-41:hover [data-daypart-border-right-piece],.daypart-color-41.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-48{color:#b12cc9}.daypart-color-48.daypart-bgd,.daypart-color-48 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #c44fd9}.daypart-color-48.daypart-border,.daypart-color-48 .daypart-border{border-color:#c44fd9}.daypart-color-48.daypart-border [data-daypart-border-left-piece],.daypart-color-48.daypart-border [data-daypart-border-right-piece],.daypart-color-48 .daypart-border [data-daypart-border-left-piece],.daypart-color-48 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-48:hover [data-daypart-border-left-piece],.daypart-color-48:hover [data-daypart-border-right-piece],.daypart-color-48.hover [data-daypart-border-left-piece],.daypart-color-48.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-48:hover [data-daypart-border-right-piece],.daypart-color-48.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-55{color:#b12cc9}.daypart-color-55.daypart-bgd,.daypart-color-55 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #c44fd9}.daypart-color-55.daypart-border,.daypart-color-55 .daypart-border{border-color:#c44fd9}.daypart-color-55.daypart-border [data-daypart-border-left-piece],.daypart-color-55.daypart-border [data-daypart-border-right-piece],.daypart-color-55 .daypart-border [data-daypart-border-left-piece],.daypart-color-55 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-55:hover [data-daypart-border-left-piece],.daypart-color-55:hover [data-daypart-border-right-piece],.daypart-color-55.hover [data-daypart-border-left-piece],.daypart-color-55.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-55:hover [data-daypart-border-right-piece],.daypart-color-55.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-62{color:#b12cc9}.daypart-color-62.daypart-bgd,.daypart-color-62 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #c44fd9}.daypart-color-62.daypart-border,.daypart-color-62 .daypart-border{border-color:#c44fd9}.daypart-color-62.daypart-border [data-daypart-border-left-piece],.daypart-color-62.daypart-border [data-daypart-border-right-piece],.daypart-color-62 .daypart-border [data-daypart-border-left-piece],.daypart-color-62 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-62:hover [data-daypart-border-left-piece],.daypart-color-62:hover [data-daypart-border-right-piece],.daypart-color-62.hover [data-daypart-border-left-piece],.daypart-color-62.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-62:hover [data-daypart-border-right-piece],.daypart-color-62.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-69{color:#b12cc9}.daypart-color-69.daypart-bgd,.daypart-color-69 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #c44fd9}.daypart-color-69.daypart-border,.daypart-color-69 .daypart-border{border-color:#c44fd9}.daypart-color-69.daypart-border [data-daypart-border-left-piece],.daypart-color-69.daypart-border [data-daypart-border-right-piece],.daypart-color-69 .daypart-border [data-daypart-border-left-piece],.daypart-color-69 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-69:hover [data-daypart-border-left-piece],.daypart-color-69:hover [data-daypart-border-right-piece],.daypart-color-69.hover [data-daypart-border-left-piece],.daypart-color-69.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-69:hover [data-daypart-border-right-piece],.daypart-color-69.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-76{color:#b12cc9}.daypart-color-76.daypart-bgd,.daypart-color-76 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #c44fd9}.daypart-color-76.daypart-border,.daypart-color-76 .daypart-border{border-color:#c44fd9}.daypart-color-76.daypart-border [data-daypart-border-left-piece],.daypart-color-76.daypart-border [data-daypart-border-right-piece],.daypart-color-76 .daypart-border [data-daypart-border-left-piece],.daypart-color-76 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-76:hover [data-daypart-border-left-piece],.daypart-color-76:hover [data-daypart-border-right-piece],.daypart-color-76.hover [data-daypart-border-left-piece],.daypart-color-76.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-76:hover [data-daypart-border-right-piece],.daypart-color-76.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-83{color:#b12cc9}.daypart-color-83.daypart-bgd,.daypart-color-83 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #c44fd9}.daypart-color-83.daypart-border,.daypart-color-83 .daypart-border{border-color:#c44fd9}.daypart-color-83.daypart-border [data-daypart-border-left-piece],.daypart-color-83.daypart-border [data-daypart-border-right-piece],.daypart-color-83 .daypart-border [data-daypart-border-left-piece],.daypart-color-83 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-83:hover [data-daypart-border-left-piece],.daypart-color-83:hover [data-daypart-border-right-piece],.daypart-color-83.hover [data-daypart-border-left-piece],.daypart-color-83.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-83:hover [data-daypart-border-right-piece],.daypart-color-83.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-90{color:#b12cc9}.daypart-color-90.daypart-bgd,.daypart-color-90 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #c44fd9}.daypart-color-90.daypart-border,.daypart-color-90 .daypart-border{border-color:#c44fd9}.daypart-color-90.daypart-border [data-daypart-border-left-piece],.daypart-color-90.daypart-border [data-daypart-border-right-piece],.daypart-color-90 .daypart-border [data-daypart-border-left-piece],.daypart-color-90 .daypart-border [data-daypart-border-right-piece]{border-color:#c44fd9;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-90:hover [data-daypart-border-left-piece],.daypart-color-90:hover [data-daypart-border-right-piece],.daypart-color-90.hover [data-daypart-border-left-piece],.daypart-color-90.hover [data-daypart-border-right-piece]{border-color:#d98ee7}.daypart-color-90:hover [data-daypart-border-right-piece],.daypart-color-90.hover [data-daypart-border-right-piece]{background-color:#eecdf4}.daypart-color-14{color:#919191}.daypart-color-14.daypart-bgd,.daypart-color-14 .daypart-bgd{background:url(i/patterns/dark-diagonal-r.png) repeat #ababab}.daypart-color-14.daypart-border,.daypart-color-14 .daypart-border{border-color:#ababab}.daypart-color-14.daypart-border [data-daypart-border-left-piece],.daypart-color-14.daypart-border [data-daypart-border-right-piece],.daypart-color-14 .daypart-border [data-daypart-border-left-piece],.daypart-color-14 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-14:hover [data-daypart-border-left-piece],.daypart-color-14:hover [data-daypart-border-right-piece],.daypart-color-14.hover [data-daypart-border-left-piece],.daypart-color-14.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-14:hover [data-daypart-border-right-piece],.daypart-color-14.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-21{color:#919191}.daypart-color-21.daypart-bgd,.daypart-color-21 .daypart-bgd{background:url(i/patterns/light-vertical-stripes.png) repeat #ababab}.daypart-color-21.daypart-border,.daypart-color-21 .daypart-border{border-color:#ababab}.daypart-color-21.daypart-border [data-daypart-border-left-piece],.daypart-color-21.daypart-border [data-daypart-border-right-piece],.daypart-color-21 .daypart-border [data-daypart-border-left-piece],.daypart-color-21 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-21:hover [data-daypart-border-left-piece],.daypart-color-21:hover [data-daypart-border-right-piece],.daypart-color-21.hover [data-daypart-border-left-piece],.daypart-color-21.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-21:hover [data-daypart-border-right-piece],.daypart-color-21.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-28{color:#919191}.daypart-color-28.daypart-bgd,.daypart-color-28 .daypart-bgd{background:url(i/patterns/dark-dots.png) repeat #ababab}.daypart-color-28.daypart-border,.daypart-color-28 .daypart-border{border-color:#ababab}.daypart-color-28.daypart-border [data-daypart-border-left-piece],.daypart-color-28.daypart-border [data-daypart-border-right-piece],.daypart-color-28 .daypart-border [data-daypart-border-left-piece],.daypart-color-28 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-28:hover [data-daypart-border-left-piece],.daypart-color-28:hover [data-daypart-border-right-piece],.daypart-color-28.hover [data-daypart-border-left-piece],.daypart-color-28.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-28:hover [data-daypart-border-right-piece],.daypart-color-28.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-35{color:#919191}.daypart-color-35.daypart-bgd,.daypart-color-35 .daypart-bgd{background:url(i/patterns/light-diagonal-l.png) repeat #ababab}.daypart-color-35.daypart-border,.daypart-color-35 .daypart-border{border-color:#ababab}.daypart-color-35.daypart-border [data-daypart-border-left-piece],.daypart-color-35.daypart-border [data-daypart-border-right-piece],.daypart-color-35 .daypart-border [data-daypart-border-left-piece],.daypart-color-35 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-35:hover [data-daypart-border-left-piece],.daypart-color-35:hover [data-daypart-border-right-piece],.daypart-color-35.hover [data-daypart-border-left-piece],.daypart-color-35.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-35:hover [data-daypart-border-right-piece],.daypart-color-35.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-42{color:#919191}.daypart-color-42.daypart-bgd,.daypart-color-42 .daypart-bgd{background:url(i/patterns/dark-horizontal-stripes.png) repeat #ababab}.daypart-color-42.daypart-border,.daypart-color-42 .daypart-border{border-color:#ababab}.daypart-color-42.daypart-border [data-daypart-border-left-piece],.daypart-color-42.daypart-border [data-daypart-border-right-piece],.daypart-color-42 .daypart-border [data-daypart-border-left-piece],.daypart-color-42 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-42:hover [data-daypart-border-left-piece],.daypart-color-42:hover [data-daypart-border-right-piece],.daypart-color-42.hover [data-daypart-border-left-piece],.daypart-color-42.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-42:hover [data-daypart-border-right-piece],.daypart-color-42.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-49{color:#919191}.daypart-color-49.daypart-bgd,.daypart-color-49 .daypart-bgd{background:url(i/patterns/light-grid.png) repeat #ababab}.daypart-color-49.daypart-border,.daypart-color-49 .daypart-border{border-color:#ababab}.daypart-color-49.daypart-border [data-daypart-border-left-piece],.daypart-color-49.daypart-border [data-daypart-border-right-piece],.daypart-color-49 .daypart-border [data-daypart-border-left-piece],.daypart-color-49 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-49:hover [data-daypart-border-left-piece],.daypart-color-49:hover [data-daypart-border-right-piece],.daypart-color-49.hover [data-daypart-border-left-piece],.daypart-color-49.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-49:hover [data-daypart-border-right-piece],.daypart-color-49.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-56{color:#919191}.daypart-color-56.daypart-bgd,.daypart-color-56 .daypart-bgd{background:url(i/patterns/light-diagonal-r.png) repeat #ababab}.daypart-color-56.daypart-border,.daypart-color-56 .daypart-border{border-color:#ababab}.daypart-color-56.daypart-border [data-daypart-border-left-piece],.daypart-color-56.daypart-border [data-daypart-border-right-piece],.daypart-color-56 .daypart-border [data-daypart-border-left-piece],.daypart-color-56 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-56:hover [data-daypart-border-left-piece],.daypart-color-56:hover [data-daypart-border-right-piece],.daypart-color-56.hover [data-daypart-border-left-piece],.daypart-color-56.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-56:hover [data-daypart-border-right-piece],.daypart-color-56.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-63{color:#919191}.daypart-color-63.daypart-bgd,.daypart-color-63 .daypart-bgd{background:url(i/patterns/dark-vertical-stripes.png) repeat #ababab}.daypart-color-63.daypart-border,.daypart-color-63 .daypart-border{border-color:#ababab}.daypart-color-63.daypart-border [data-daypart-border-left-piece],.daypart-color-63.daypart-border [data-daypart-border-right-piece],.daypart-color-63 .daypart-border [data-daypart-border-left-piece],.daypart-color-63 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-63:hover [data-daypart-border-left-piece],.daypart-color-63:hover [data-daypart-border-right-piece],.daypart-color-63.hover [data-daypart-border-left-piece],.daypart-color-63.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-63:hover [data-daypart-border-right-piece],.daypart-color-63.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-70{color:#919191}.daypart-color-70.daypart-bgd,.daypart-color-70 .daypart-bgd{background:url(i/patterns/light-dots.png) repeat #ababab}.daypart-color-70.daypart-border,.daypart-color-70 .daypart-border{border-color:#ababab}.daypart-color-70.daypart-border [data-daypart-border-left-piece],.daypart-color-70.daypart-border [data-daypart-border-right-piece],.daypart-color-70 .daypart-border [data-daypart-border-left-piece],.daypart-color-70 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-70:hover [data-daypart-border-left-piece],.daypart-color-70:hover [data-daypart-border-right-piece],.daypart-color-70.hover [data-daypart-border-left-piece],.daypart-color-70.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-70:hover [data-daypart-border-right-piece],.daypart-color-70.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-77{color:#919191}.daypart-color-77.daypart-bgd,.daypart-color-77 .daypart-bgd{background:url(i/patterns/dark-diagonal-l.png) repeat #ababab}.daypart-color-77.daypart-border,.daypart-color-77 .daypart-border{border-color:#ababab}.daypart-color-77.daypart-border [data-daypart-border-left-piece],.daypart-color-77.daypart-border [data-daypart-border-right-piece],.daypart-color-77 .daypart-border [data-daypart-border-left-piece],.daypart-color-77 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-77:hover [data-daypart-border-left-piece],.daypart-color-77:hover [data-daypart-border-right-piece],.daypart-color-77.hover [data-daypart-border-left-piece],.daypart-color-77.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-77:hover [data-daypart-border-right-piece],.daypart-color-77.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-84{color:#919191}.daypart-color-84.daypart-bgd,.daypart-color-84 .daypart-bgd{background:url(i/patterns/light-horizontal-stripes.png) repeat #ababab}.daypart-color-84.daypart-border,.daypart-color-84 .daypart-border{border-color:#ababab}.daypart-color-84.daypart-border [data-daypart-border-left-piece],.daypart-color-84.daypart-border [data-daypart-border-right-piece],.daypart-color-84 .daypart-border [data-daypart-border-left-piece],.daypart-color-84 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-84:hover [data-daypart-border-left-piece],.daypart-color-84:hover [data-daypart-border-right-piece],.daypart-color-84.hover [data-daypart-border-left-piece],.daypart-color-84.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-84:hover [data-daypart-border-right-piece],.daypart-color-84.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.daypart-color-91{color:#919191}.daypart-color-91.daypart-bgd,.daypart-color-91 .daypart-bgd{background:url(i/patterns/dark-grid.png) repeat #ababab}.daypart-color-91.daypart-border,.daypart-color-91 .daypart-border{border-color:#ababab}.daypart-color-91.daypart-border [data-daypart-border-left-piece],.daypart-color-91.daypart-border [data-daypart-border-right-piece],.daypart-color-91 .daypart-border [data-daypart-border-left-piece],.daypart-color-91 .daypart-border [data-daypart-border-right-piece]{border-color:#ababab;-webkit-transition:background-color,0.2s,border-color,0.2s;-moz-transition:background-color,0.2s,border-color,0.2s;-o-transition:background-color,0.2s,border-color,0.2s;transition:background-color,0.2s,border-color,0.2s}.daypart-color-91:hover [data-daypart-border-left-piece],.daypart-color-91:hover [data-daypart-border-right-piece],.daypart-color-91.hover [data-daypart-border-left-piece],.daypart-color-91.hover [data-daypart-border-right-piece]{border-color:#d1d1d1}.daypart-color-91:hover [data-daypart-border-right-piece],.daypart-color-91.hover [data-daypart-border-right-piece]{background-color:#f7f7f7}.glyphicon.glyphicon-dot{margin-top:-0.8em;margin-bottom:-0.8em;overflow:hidden;font-size:160%;font-weight:bold;margin-left:-2px;margin-right:-2px}.glyphicon.glyphicon-dot:before{content:"\25cf"}.glyphicon.glyphicon-empty-dot{margin-top:-0.8em;margin-bottom:-0.8em;overflow:hidden;font-size:160%;font-weight:bold;margin-left:-2px;margin-right:-2px}.glyphicon.glyphicon-empty-dot:before{content:"\25cb"}.btn .glyphicon.glyphicon-dot,.btn .glyphicon.glyphicon-empty-dot{margin-bottom:inherit}html{position:relative;min-height:100%}body{padding-bottom:20px;margin-bottom:60px}h5{font-style:oblique;font-size:17px}.vertical-span span{display:block}.navbar-btn .popover{width:300px}.btn{-webkit-transition:background-color,0.3s,border-color,0.3s,opacity,0.3s;-moz-transition:background-color,0.3s,border-color,0.3s,opacity,0.3s;-o-transition:background-color,0.3s,border-color,0.3s,opacity,0.3s;transition:background-color,0.3s,border-color,0.3s,opacity,0.3s}.btn[disabled='disabled']{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:0.4}.btn.btn-circle{width:30px;height:30px;text-align:center;padding:6px 0;line-height:1em;border-radius:15px}.btn.btn-circle .glyphicon{left:1px}.btn.btn-circle.btn-role-remove .glyphicon{left:0}.btn.btn-xxlg{padding:1em;font-size:1.5em;line-height:1.5em;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px}.btn.btn-xxlg.btn-link{padding:1em 0;text-align:left;display:block}.btn.btn-faded{color:#b4bcc2;background-color:#fafbfb;border-color:#fafbfb}.btn.btn-faded:not(.btn-no-hover):hover,.btn.btn-faded:focus,.btn.btn-faded.focus,.btn.btn-faded:active,.btn.btn-faded.active,.open>.dropdown-toggle .btn.btn-faded{color:#b4bcc2;background-color:#dee2e4;border-color:#d9dde0}.btn.btn-faded:active,.btn.btn-faded.active,.open>.dropdown-toggle .btn.btn-faded{background-image:none}.btn.btn-faded.disabled,.btn.btn-faded.disabled:hover,.btn.btn-faded.disabled:focus,.btn.btn-faded.disabled.focus,.btn.btn-faded.disabled:active,.btn.btn-faded.disabled.active,.btn.btn-faded[disabled],.btn.btn-faded[disabled]:hover,.btn.btn-faded[disabled]:focus,.btn.btn-faded[disabled].focus,.btn.btn-faded[disabled]:active,.btn.btn-faded[disabled].active,fieldset[disabled] .btn.btn-faded,fieldset[disabled] .btn.btn-faded:hover,fieldset[disabled] .btn.btn-faded:focus,fieldset[disabled] .btn.btn-faded.focus,fieldset[disabled] .btn.btn-faded:active,fieldset[disabled] .btn.btn-faded.active{background-color:#fafbfb;border-color:#fafbfb}.btn.btn-faded .badge{color:#fafbfb;background-color:#b4bcc2}.glyphicon-left{margin-right:5px}.glyphicon-right{margin-right:0;margin-left:5px}.fixed-width.width-20{width:20px !important}.fixed-width.width-40{width:40px !important}.fixed-width.width-60{width:60px !important}.fixed-width.width-80{width:80px !important}.fixed-width.width-100{width:100px !important}.fixed-width.width-120{width:120px !important}.fixed-width.width-140{width:140px !important}.fixed-width.width-160{width:160px !important}.fixed-width.width-180{width:180px !important}.fixed-width.width-200{width:200px !important}.fixed-width.width-220{width:220px !important}.fixed-width.width-240{width:240px !important}.fixed-width.width-260{width:260px !important}.fixed-width.width-280{width:280px !important}.fixed-width.width-300{width:300px !important}.fixed-width.width-320{width:320px !important}.fixed-width.width-340{width:340px !important}.fixed-width.width-360{width:360px !important}.fixed-width.width-380{width:380px !important}.fixed-width.width-400{width:400px !important}.fixed-width.width-420{width:420px !important}.fixed-width.width-440{width:440px !important}.fixed-width.width-460{width:460px !important}.fixed-width.width-480{width:480px !important}.fixed-width.width-500{width:500px !important}.fixed-width.width-520{width:520px !important}.fixed-width.width-540{width:540px !important}.fixed-width.width-560{width:560px !important}.fixed-width.width-580{width:580px !important}.fixed-width.width-600{width:600px !important}.fixed-width.width-620{width:620px !important}.fixed-width.width-640{width:640px !important}.fixed-width.width-660{width:660px !important}.fixed-width.width-680{width:680px !important}.fixed-width.width-700{width:700px !important}.fixed-width.width-720{width:720px !important}.fixed-width.width-740{width:740px !important}.fixed-width.width-760{width:760px !important}.fixed-width.width-780{width:780px !important}.fixed-width.width-800{width:800px !important}.fixed-width.width-820{width:820px !important}.fixed-width.width-840{width:840px !important}.fixed-width.width-860{width:860px !important}.fixed-width.width-880{width:880px !important}.fixed-width.width-900{width:900px !important}.fixed-width.width-920{width:920px !important}.fixed-width.width-940{width:940px !important}.fixed-width.width-960{width:960px !important}.fixed-width.width-980{width:980px !important}.opacity.opacity-10{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);opacity:0.1}.opacity.opacity-20{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}.opacity.opacity-30{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.opacity.opacity-40{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:0.4}.opacity.opacity-50{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.opacity.opacity-60{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.opacity.opacity-70{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.opacity.opacity-80{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.opacity.opacity-90{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.opacity.opacity-100{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.vertical-spacer.space-10{margin-top:10px}.vertical-spacer.space-20{margin-top:20px}.vertical-spacer.space-30{margin-top:30px}.vertical-spacer.space-40{margin-top:40px}.vertical-spacer.space-50{margin-top:50px}.vertical-spacer.space-60{margin-top:60px}.vertical-spacer.space-70{margin-top:70px}.vertical-spacer.space-80{margin-top:80px}.full-width{width:100%}.full-height{height:100%}.fixed{position:fixed;top:0;left:0}.absolute{position:absolute;top:0;left:0}.center-vertical{position:absolute;display:table}.center-vertical .center-vertical-item{display:table-cell;vertical-align:middle}input.datepicker[type=text]{padding:inherit}#map-container{margin-bottom:20px}#map-canvas{height:300px}#notices .row{margin-bottom:10px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}#notices .row *{color:#fff}#notices .row .col-sm-12{padding:1em 1.5em}#notices .row .col-sm-12 p{margin:0}#notices .row .col-sm-12 a{text-decoration:underline}#interval-price-list tr td{-webkit-transition:background,0.2s;-moz-transition:background,0.2s;-o-transition:background,0.2s;transition:background,0.2s}#interval-price-list tr.default-interval{font-style:oblique}.form-in-table:hover.not-editing .btn.btn-circle.btn-remove{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.form-in-table .bootstrap-select{margin-top:-0.2em}.form-in-table input[type='text']{display:inline-block}.form-in-table .btn.btn-circle{-webkit-transition:opacity,0.2s;-moz-transition:opacity,0.2s;-o-transition:opacity,0.2s;transition:opacity,0.2s;margin-top:0.5em}.form-in-table .btn.btn-circle .glyphicon{left:0;top:2px}.form-in-table .btn.btn-circle.btn-save{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.form-in-table .btn.btn-circle.btn-remove .glyphicon-minus{display:block;top:1px;left:-1px}.form-in-table .btn.btn-circle.btn-remove .glyphicon-remove{display:none}.form-in-table input[type='text'],.form-in-table .input-group-addon,.form-in-table .bootstrap-select .btn{-webkit-transition:background,0.2s,padding,0;-moz-transition:background,0.2s,padding,0;-o-transition:background,0.2s,padding,0;transition:background,0.2s,padding,0}.form-in-table .input-group{margin-left:-48px}.form-in-table.not-editing{cursor:pointer}.form-in-table.not-editing .input-group-addon{padding:0;margin:0}.form-in-table.not-editing .input-group{margin-left:0}.form-in-table.not-editing input[type='text']{padding-left:0;padding-right:0}.form-in-table.not-editing input[type='text'],.form-in-table.not-editing .input-group-addon,.form-in-table.not-editing .bootstrap-select .btn{background:transparent;border:none;color:#2c3e50;cursor:pointer}.form-in-table.not-editing input[type='text'] .caret,.form-in-table.not-editing .input-group-addon .caret,.form-in-table.not-editing .bootstrap-select .btn .caret{display:none}.form-in-table.not-editing .btn.btn-circle{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.form-in-table.not-editing .btn.btn-circle.btn-remove .glyphicon-minus{display:none}.form-in-table.not-editing .btn.btn-circle.btn-remove .glyphicon-remove{display:block}.body-content{padding-left:15px;padding-right:15px}.footer{position:absolute;bottom:0;width:100%;height:60px;background-color:#f5f5f5}.footer .container .text-muted{margin:20px 0}input,select{max-width:280px}.field-validation-error{color:#b94a48}.field-validation-valid{display:none}input.input-validation-error{border:1px solid #b94a48}input[type="checkbox"].input-validation-error{border:0 none}.validation-summary-errors{color:#b94a48}.validation-summary-valid{display:none}.fc-event{z-index:1}.fc-bootstrap-button{display:inline-block;line-height:1em}.fc-bootstrap-button:first-child{margin-right:2px}.form-group p{padding-top:0.7em;font-weight:bold}.form-group p.pad-left{padding-left:1em}.navbar-collapse{padding-left:0}.datepicker.dropdown-menu,.bootstrap-timepicker-widget.dropdown-menu{z-index:9998}.form-signin{max-width:330px;padding:15px;margin:0 auto}.form-signin .form-signin-heading,.form-signin .checkbox{margin-bottom:10px}.form-signin .checkbox{font-weight:normal}.form-signin .form-control{position:relative;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:initial;padding:10px;font-size:16px}.form-signin .form-control:focus{z-index:2}.form-signin .first-name{border-bottom-right-radius:0;border-bottom-left-radius:0}.form-signin .last-name{border-top-right-radius:0;border-top-left-radius:0;margin-top:-2px;margin-bottom:30px}.form-signin input[type="email"]{margin-bottom:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0}.form-signin input[type="password"]{margin-bottom:30px}.form-signin input[type="password"].first-password{margin-bottom:0;border-radius:0}.form-signin input.confirm-password{border-top-right-radius:0;border-top-left-radius:0;margin-top:-2px}body.signup .plan-container{display:table;width:100%}body.signup .plan-container h2,body.signup .plan-container h3{margin:8px 0}body.signup .plan-container h4,body.signup .plan-container h5{margin:4px 0}body.signup .plan-container hr{margin:6px 0}body.signup .plan-container.first{margin-top:20px}body.signup .plan-container.first .plan{border-top-width:1px}body.signup .plan-container.last .plan{border-bottom-width:1px;background:#eceef0}body.signup .plan-container.last .plan p{margin:10.5px 0}body.signup .plan-container.beta-container{background:#18bc9c}body.signup .plan-container.beta-container .plan{padding:8px 0;border-color:#128f76}body.signup .plan-container.beta-container .plan h4{color:#fff !important}body.signup .plan-container .plan{display:table-cell;float:none;border:1px solid #ccc;border-width:0 1px;padding:0 3%}body.signup .plan-container .plan:first-child{border-right-width:0}body.signup .plan-container .plan:last-child{border-left-width:0}body.signup .plan-container .plan.title-container{background:#3498db;border-color:#217dbb;color:#fff}body.signup .plan-container .plan.description-container{background:#fafbfb;display:table-cell;vertical-align:middle}body.signup .plan-container .plan.plan-cost{padding:8px 0 1px}body.signup .plan-container .plan.plan-cost.annual{padding:1px 0 0}body.signup .plan-container .plan.plan-cost.annual h4{margin-bottom:8px}body.signup .plan-container .plan.plan-cost.is-beta{background:#d0d5d9;color:#b4bcc2;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}body.signup .plan-container .plan.plan-cost.is-beta hr{display:none}body.signup .plan-container .plan.bullet-container{display:table-cell;vertical-align:middle}body.signup .plan-container .plan h4{text-align:center;font-size:22px;color:#666}body.signup .plan-container .plan h4 .crossed-out{color:#aaa;display:inline-block;position:relative}body.signup .plan-container .plan h4 .crossed-out .strikeout{position:absolute;width:100%;height:100%;left:0;top:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}body.signup .plan-container .plan h5.description{font-style:normal;text-align:center;color:#3498db;margin:10px;line-height:1.3em}body.signup .plan-container .plan ul,body.signup .plan-container .plan li{list-style:none;margin:0;padding:0}body.signup .plan-container .plan ul{margin:8px}body.signup .plan-container .plan ul.key-difference{font-size:18px}body.signup .plan-container .plan ul li{text-align:center}body.signup .plan-container .plan ul li strong{color:#3498db}body.account.manage input[type="password"]{margin-bottom:30px;width:100%;max-width:inherit}body.account.manage input[type="password"]#NewPassword{margin-bottom:0;border-radius:0}body.account.manage input[type="password"]#ConfirmPassword{border-top-right-radius:0;border-top-left-radius:0;margin-top:0}body.account.manage .progress{margin-bottom:0;height:18px;border-radius:0}body.account.manage .progress .progress-bar{line-height:18px}body.account.manage .progress .progress-bar.progress-bar-danger{min-width:30%}body.area-resource.home.index .event-list h2,body.area-resource.home.index .event-list h3,body.area-resource.home.invitations .event-list h2,body.area-resource.home.invitations .event-list h3{margin-top:0}body.area-resource.home.index #calendar,body.area-resource.home.invitations #calendar{width:100%;height:65%;margin:0 auto;background-color:#fff}body.area-resource.home.index #calendar .fc-event:hover,body.area-resource.home.invitations #calendar .fc-event:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}body.area-resource.home.index #calendar a.fc-event:hover,body.area-resource.home.index #calendar a.fc-event:focus,body.area-resource.home.invitations #calendar a.fc-event:hover,body.area-resource.home.invitations #calendar a.fc-event:focus{color:#fff}body.area-resource.home.index .form-inline .form-group,body.area-resource.home.invitations .form-inline .form-group{margin-left:0;margin-right:0}body.area-resource.home.index .form-inline .form-group .date-container,body.area-resource.home.invitations .form-inline .form-group .date-container{display:inline-block}body.area-resource.home.index .input-append.bootstrap-timepicker,body.area-resource.home.invitations .input-append.bootstrap-timepicker{display:inline-block}body.area-resource.home.index .agenda.available-events table,body.area-resource.home.invitations .agenda.available-events table{margin-bottom:0}body.area-resource.home.index .agenda.available-events td,body.area-resource.home.index .agenda.available-events th,body.area-resource.home.invitations .agenda.available-events td,body.area-resource.home.invitations .agenda.available-events th{padding:10px}body.area-resource.home.index .agenda.available-events .agenda-detail,body.area-resource.home.invitations .agenda.available-events .agenda-detail{font-size:18px;line-height:1em}body.area-resource.home.index .agenda.available-events .agenda-detail.dayofmonth,body.area-resource.home.invitations .agenda.available-events .agenda-detail.dayofmonth{font-size:24px;font-weight:bold;white-space:nowrap}body.area-resource.home.index .agenda.available-events .agenda-date .shortdate,body.area-resource.home.invitations .agenda.available-events .agenda-date .shortdate{font-size:0.85em}body.area-resource.home.index .agenda.available-events .agenda-events,body.area-resource.home.invitations .agenda.available-events .agenda-events{width:35%}body.area-resource.home.index .agenda.available-events .agenda-events .agenda-description,body.area-resource.home.invitations .agenda.available-events .agenda-events .agenda-description{font-size:0.85em;margin-top:0.5em}body.area-resource.home.index .agenda.available-events .agenda-revenues .revenue-total,body.area-resource.home.invitations .agenda.available-events .agenda-revenues .revenue-total{font-size:24px;font-weight:bold}body.area-resource.home.index .agenda.available-events .agenda-revenues .revenue-breakdown,body.area-resource.home.invitations .agenda.available-events .agenda-revenues .revenue-breakdown{font-size:0.85em}body.area-resource.home.index .agenda.available-events .agenda-buttons,body.area-resource.home.invitations .agenda.available-events .agenda-buttons{padding:10px;text-align:center;white-space:nowrap}body.area-resource.home.index .agenda.available-events .agenda-buttons .btn:nth-of-type(1),body.area-resource.home.index .agenda.available-events .agenda-buttons .btn:nth-of-type(2),body.area-resource.home.invitations .agenda.available-events .agenda-buttons .btn:nth-of-type(1),body.area-resource.home.invitations .agenda.available-events .agenda-buttons .btn:nth-of-type(2){margin-right:3px}body.area-resource.home.index .agenda.available-events .agenda-buttons .btn,body.area-resource.home.invitations .agenda.available-events .agenda-buttons .btn{-webkit-transition:opacity,0.5s;-moz-transition:opacity,0.5s;-o-transition:opacity,0.5s;transition:opacity,0.5s;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.area-resource.home.index .agenda.available-events .agenda-buttons.working .btn.working,body.area-resource.home.invitations .agenda.available-events .agenda-buttons.working .btn.working{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.area-resource.home.index .agenda.available-events .agenda-buttons.working .btn:not(.working),body.area-resource.home.invitations .agenda.available-events .agenda-buttons.working .btn:not(.working){filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.area-resource.home.index .agenda.available-events .agenda-time,body.area-resource.home.invitations .agenda.available-events .agenda-time{white-space:nowrap}body.area-resource.home.index .agenda.available-events .agenda-time .time-info,body.area-resource.home.invitations .agenda.available-events .agenda-time .time-info{font-size:1em;margin-top:0.5em}.status .panel-title{font-family:'Oswald', sans-serif;font-size:62px;font-weight:bold;color:#fff;line-height:75px;letter-spacing:-0.8px}.row-pad-20{padding:20px 0}.navbar-brand{padding:11px 15px 0}.fc-past{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}body.account.register .progress,body.account.resetpassword .progress{height:1.5em;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;margin-bottom:0}body.account.register .progress .progress-bar-danger,body.account.resetpassword .progress .progress-bar-danger{min-width:40%}body.account.register .progress .password-verdict,body.account.resetpassword .progress .password-verdict{font-size:1.2em;line-height:1.7em}.glyphicon-spin{font-size:18px;font-weight:bold;-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}body.area-manager.gigs.index a.fc-event,body.area-manager.gigs.create a.fc-event,body.area-manager.home.index a.fc-event,body.area-manager.home.create a.fc-event{padding:4px 6px}body.area-manager.gigs.index .fc-event-time,body.area-manager.gigs.index .fc-event-title,body.area-manager.gigs.create .fc-event-time,body.area-manager.gigs.create .fc-event-title,body.area-manager.home.index .fc-event-time,body.area-manager.home.index .fc-event-title,body.area-manager.home.create .fc-event-time,body.area-manager.home.create .fc-event-title{display:block}body.area-manager.gigs.index a.active-gig,body.area-manager.gigs.create a.active-gig,body.area-manager.home.index a.active-gig,body.area-manager.home.create a.active-gig{color:#fff;background-color:#3498db;border-color:#3498db}body.area-manager.gigs.index a.pending-gig,body.area-manager.gigs.create a.pending-gig,body.area-manager.home.index a.pending-gig,body.area-manager.home.create a.pending-gig{background-color:#e1f0fa;border-color:#e1f0fa}body.area-manager.gigs.index a.pending-gig.fc-event,body.area-manager.gigs.create a.pending-gig.fc-event,body.area-manager.home.index a.pending-gig.fc-event,body.area-manager.home.create a.pending-gig.fc-event{color:#3498db}body.area-manager.gigs.index #quick-gig-edit,body.area-manager.gigs.create #quick-gig-edit,body.area-manager.home.index #quick-gig-edit,body.area-manager.home.create #quick-gig-edit{display:none}body.area-manager.gigs.index #quick-gig-edit h3.event-name,body.area-manager.gigs.index #create-event h3.event-name,body.area-manager.gigs.create #quick-gig-edit h3.event-name,body.area-manager.gigs.create #create-event h3.event-name,body.area-manager.home.index #quick-gig-edit h3.event-name,body.area-manager.home.index #create-event h3.event-name,body.area-manager.home.create #quick-gig-edit h3.event-name,body.area-manager.home.create #create-event h3.event-name{margin-top:0}body.area-manager.gigs.index #quick-gig-edit.visible,body.area-manager.gigs.index #create-event.visible,body.area-manager.gigs.create #quick-gig-edit.visible,body.area-manager.gigs.create #create-event.visible,body.area-manager.home.index #quick-gig-edit.visible,body.area-manager.home.index #create-event.visible,body.area-manager.home.create #quick-gig-edit.visible,body.area-manager.home.create #create-event.visible{display:block}body.area-manager.gigs.index #quick-gig-edit h4,body.area-manager.gigs.index #create-event h4,body.area-manager.gigs.create #quick-gig-edit h4,body.area-manager.gigs.create #create-event h4,body.area-manager.home.index #quick-gig-edit h4,body.area-manager.home.index #create-event h4,body.area-manager.home.create #quick-gig-edit h4,body.area-manager.home.create #create-event h4{margin:2em 0 0.5em;border-bottom:1px dotted #ccc;padding-bottom:0.5em}body.area-manager.gigs.index #quick-gig-edit .btn[data-method],body.area-manager.gigs.index #create-event .btn[data-method],body.area-manager.gigs.create #quick-gig-edit .btn[data-method],body.area-manager.gigs.create #create-event .btn[data-method],body.area-manager.home.index #quick-gig-edit .btn[data-method],body.area-manager.home.index #create-event .btn[data-method],body.area-manager.home.create #quick-gig-edit .btn[data-method],body.area-manager.home.create #create-event .btn[data-method]{padding-left:35px;padding-right:35px;position:relative}body.area-manager.gigs.index #quick-gig-edit .btn[data-method].disabled,body.area-manager.gigs.index #create-event .btn[data-method].disabled,body.area-manager.gigs.create #quick-gig-edit .btn[data-method].disabled,body.area-manager.gigs.create #create-event .btn[data-method].disabled,body.area-manager.home.index #quick-gig-edit .btn[data-method].disabled,body.area-manager.home.index #create-event .btn[data-method].disabled,body.area-manager.home.create #quick-gig-edit .btn[data-method].disabled,body.area-manager.home.create #create-event .btn[data-method].disabled{padding-left:25px;padding-right:25px}body.area-manager.gigs.index #quick-gig-edit .glyphicon-spin,body.area-manager.gigs.index #create-event .glyphicon-spin,body.area-manager.gigs.create #quick-gig-edit .glyphicon-spin,body.area-manager.gigs.create #create-event .glyphicon-spin,body.area-manager.home.index #quick-gig-edit .glyphicon-spin,body.area-manager.home.index #create-event .glyphicon-spin,body.area-manager.home.create #quick-gig-edit .glyphicon-spin,body.area-manager.home.create #create-event .glyphicon-spin{font-size:16px;margin-top:-10px;line-height:16px;position:absolute;left:10px;top:50%;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity,0.6s;-moz-transition:opacity,0.6s;-o-transition:opacity,0.6s;transition:opacity,0.6s}body.area-manager.gigs.index #quick-gig-edit .working .glyphicon-spin,body.area-manager.gigs.index #create-event .working .glyphicon-spin,body.area-manager.gigs.create #quick-gig-edit .working .glyphicon-spin,body.area-manager.gigs.create #create-event .working .glyphicon-spin,body.area-manager.home.index #quick-gig-edit .working .glyphicon-spin,body.area-manager.home.index #create-event .working .glyphicon-spin,body.area-manager.home.create #quick-gig-edit .working .glyphicon-spin,body.area-manager.home.create #create-event .working .glyphicon-spin{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.area-manager.gigs.index #quick-gig-edit input,body.area-manager.gigs.index #quick-gig-edit select,body.area-manager.gigs.index #create-event input,body.area-manager.gigs.index #create-event select,body.area-manager.gigs.create #quick-gig-edit input,body.area-manager.gigs.create #quick-gig-edit select,body.area-manager.gigs.create #create-event input,body.area-manager.gigs.create #create-event select,body.area-manager.home.index #quick-gig-edit input,body.area-manager.home.index #quick-gig-edit select,body.area-manager.home.index #create-event input,body.area-manager.home.index #create-event select,body.area-manager.home.create #quick-gig-edit input,body.area-manager.home.create #quick-gig-edit select,body.area-manager.home.create #create-event input,body.area-manager.home.create #create-event select{max-width:initial}body.area-manager.gigs.index #quick-gig-edit .checked,body.area-manager.gigs.index #create-event .checked,body.area-manager.gigs.create #quick-gig-edit .checked,body.area-manager.gigs.create #create-event .checked,body.area-manager.home.index #quick-gig-edit .checked,body.area-manager.home.index #create-event .checked,body.area-manager.home.create #quick-gig-edit .checked,body.area-manager.home.create #create-event .checked{display:none}body.area-manager.gigs.index #quick-gig-edit .disabled .checked,body.area-manager.gigs.index #create-event .disabled .checked,body.area-manager.gigs.create #quick-gig-edit .disabled .checked,body.area-manager.gigs.create #create-event .disabled .checked,body.area-manager.home.index #quick-gig-edit .disabled .checked,body.area-manager.home.index #create-event .disabled .checked,body.area-manager.home.create #quick-gig-edit .disabled .checked,body.area-manager.home.create #create-event .disabled .checked{display:inline-block}body.area-manager.gigs.index #quick-gig-edit .resource-combo-list,body.area-manager.gigs.index #create-event .resource-combo-list,body.area-manager.gigs.create #quick-gig-edit .resource-combo-list,body.area-manager.gigs.create #create-event .resource-combo-list,body.area-manager.home.index #quick-gig-edit .resource-combo-list,body.area-manager.home.index #create-event .resource-combo-list,body.area-manager.home.create #quick-gig-edit .resource-combo-list,body.area-manager.home.create #create-event .resource-combo-list{display:none}body.area-manager.gigs.index #quick-gig-edit #btn-save-event,body.area-manager.gigs.index #create-event #btn-save-event,body.area-manager.gigs.create #quick-gig-edit #btn-save-event,body.area-manager.gigs.create #create-event #btn-save-event,body.area-manager.home.index #quick-gig-edit #btn-save-event,body.area-manager.home.index #create-event #btn-save-event,body.area-manager.home.create #quick-gig-edit #btn-save-event,body.area-manager.home.create #create-event #btn-save-event{-webkit-transition:background-color 0.5s,border-color 0.5s;-moz-transition:background-color 0.5s,border-color 0.5s;-o-transition:background-color 0.5s,border-color 0.5s;transition:background-color 0.5s,border-color 0.5s}body.area-manager.gigs.index .gig-icon,body.area-manager.gigs.create .gig-icon,body.area-manager.home.index .gig-icon,body.area-manager.home.create .gig-icon{font-size:10px;float:right;margin-left:4px}body.area-manager.gigs.index #activity-list,body.area-manager.gigs.create #activity-list,body.area-manager.home.index #activity-list,body.area-manager.home.create #activity-list{max-height:400px;overflow-y:scroll;border-bottom:1px solid #ecf0f1}body.area-manager.gigs.index #activity-list p.list-group-item-text,body.area-manager.gigs.create #activity-list p.list-group-item-text,body.area-manager.home.index #activity-list p.list-group-item-text,body.area-manager.home.create #activity-list p.list-group-item-text{font-size:90%}body.area-manager.gigs.index #activity-list .col-xs-9,body.area-manager.gigs.create #activity-list .col-xs-9,body.area-manager.home.index #activity-list .col-xs-9,body.area-manager.home.create #activity-list .col-xs-9{padding-left:0}body.area-manager.gigs.resources .panel-heading,body.area-manager.home.resources .panel-heading{white-space:nowrap}body.area-manager.gigs.resources .panel-body,body.area-manager.home.resources .panel-body{padding:0}body.area-manager.gigs.resources [data-action='save-resources'],body.area-manager.home.resources [data-action='save-resources']{position:relative;padding-left:35px;padding-right:35px}body.area-manager.gigs.resources .glyphicon-spin,body.area-manager.home.resources .glyphicon-spin{font-size:16px;margin-top:-10px;line-height:16px;position:absolute;left:15px;top:50%;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity,0.6s;-moz-transition:opacity,0.6s;-o-transition:opacity,0.6s;transition:opacity,0.6s}body.area-manager.gigs.resources .working .glyphicon-spin,body.area-manager.home.resources .working .glyphicon-spin{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.area-manager.gigs.resources [data-resource-container] .panel-body{position:relative}body.area-manager.gigs.resources [data-resource-container] .panel-body .resource-earnings{display:inline-block;background:rgba(255,255,255,0.9);position:absolute;top:0;right:0;padding:4px 7px;width:100%;font-size:0.9em;text-align:right}body.area-manager.gigs.resources [data-resource-container] .panel-body .resource-earnings span.divider{color:#aaa}body.area-manager.gigs.resources [data-resource-container] .panel-body .conflict-gig{display:inline-block;background:rgba(255,255,255,0.9);position:absolute;bottom:0;left:0;width:100%;padding:4px 7px;font-size:0.8em}body.area-manager.gigs.resources .role-select .btn-group.bootstrap-select{width:100%}body.area-manager.gigs.resources .needed-role{margin-left:4px}body.area-manager.home #quick-edit-tabs{margin-bottom:2em}body.signup.register .form-signup-customer{padding:0;margin:0 auto}body.signup.register .form-signup-customer .form-signin-heading,body.signup.register .form-signup-customer .checkbox{margin-bottom:10px}body.signup.register .form-signup-customer .checkbox{font-weight:normal}body.signup.register .form-signup-customer .form-control{position:relative;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:initial;padding:10px;font-size:16px}body.signup.register .form-signup-customer .form-control:focus{z-index:2}body.signup.register .form-signup-customer .company-name{margin-bottom:30px}body.signup.register .form-signup-customer .first-name{border-bottom-right-radius:0;border-bottom-left-radius:0}body.signup.register .form-signup-customer .last-name{border-top-right-radius:0;border-top-left-radius:0;margin-top:-2px;margin-bottom:30px}body.signup.register .form-signup-customer input[type="email"]{margin-bottom:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0}body.signup.register .form-signup-customer input[type="password"]{margin-bottom:30px}body.signup.register .form-signup-customer input[type="password"].first-password{margin-bottom:0;border-radius:0}body.signup.register .form-signup-customer input.confirm-password{border-top-right-radius:0;border-top-left-radius:0;margin-top:0}body.signup.register .form-signup-customer .progress{margin-bottom:0;height:18px;border-radius:0}body.signup.register .form-signup-customer .progress .progress-bar{line-height:18px}body.signup.register .form-signup-customer .progress .progress-bar.progress-bar-danger{min-width:30%}.tour-box .bg-warning{background-color:#fdfaec;padding:15px}.tour-box .glyphicon{margin-right:5px}.tour-box .glyphicon.glyphicon-right{margin-right:0;margin-left:5px}.tour-box p{margin:1em 0;line-height:1.5em}.glyphicon-spin{font-size:18px;font-weight:bold;-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity,0.6s;-moz-transition:opacity,0.6s;-o-transition:opacity,0.6s;transition:opacity,0.6s}.glyphicon-spin.lg{font-size:80px}.glyphicon-spin.quote-spinner{position:absolute;left:25px;top:50%;margin-top:-10px;line-height:20px}.working .glyphicon-spin{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}@-moz-keyframes spin{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-wekbit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.working-overlay .loading,.working-overlay .glyphicon,.working-overlay .error-state{z-index:1001}.working-overlay .loading.microscopic,.working-overlay .glyphicon.microscopic,.working-overlay .error-state.microscopic{font-size:0px}.working-overlay .loading.xxlg.active,.working-overlay .glyphicon.xxlg.active,.working-overlay .error-state.xxlg.active{font-size:280px}.working-overlay .loading.xlg.active,.working-overlay .glyphicon.xlg.active,.working-overlay .error-state.xlg.active{font-size:140px}.working-overlay .loading.animate,.working-overlay .glyphicon.animate,.working-overlay .error-state.animate{-webkit-transition:font-size,0.3s;-moz-transition:font-size,0.3s;-o-transition:font-size,0.3s;transition:font-size,0.3s}.working-overlay .error-state{position:relative;display:none}.working-overlay .error-state .glyphicon{display:block;margin:0 auto}.working-overlay .error-state.active{display:block}.fade.working-overlay{z-index:-1}.fade.working-overlay.in{z-index:1000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.btn-toggle-help{display:none}.help-description{-webkit-transition:max-height,1.5s;-moz-transition:max-height,1.5s;-o-transition:max-height,1.5s;transition:max-height,1.5s;position:relative;padding-top:3.1em;margin-top:-3.1em}.help-description .btn.btn-toggle-help{display:inline-block;position:absolute;right:0;top:0;background-color:#eee;color:#999;padding-left:2px;padding-right:7px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.help-description .btn.btn-toggle-help:hover{background-color:#ddd;color:#777}.help-description .btn.btn-toggle-help:hover .help-action-text{max-width:200px;padding-left:5px}.help-description .btn.btn-toggle-help .glyphicon{margin-left:5px;font-size:0.8em;vertical-align:top;top:0.5em}.help-description .btn.btn-toggle-help .help-action-text{-webkit-transition:max-width,0.3s,padding-left,0.3s;-moz-transition:max-width,0.3s,padding-left,0.3s;-o-transition:max-width,0.3s,padding-left,0.3s;transition:max-width,0.3s,padding-left,0.3s;max-width:0;overflow:hidden;display:inline-block;line-height:1em;padding-top:0.3em;padding-left:0}.help-description.show{max-height:1000px}body.settings .form-custom-urls input[type=text]{max-width:100%}body.settings .tokenfield{height:43px;min-height:43px}body.settings #available-variable-container .no-border,body.settings #available-variable-container .tokenfield{border-color:transparent;padding-left:0}body.settings #available-variable-container .no-border#available-variables,body.settings #available-variable-container .tokenfield#available-variables{background:transparent;cursor:default}body.settings #available-variable-container .tokenfield{height:34px;min-height:34px}body.settings #available-variable-container .token-input{display:none}body.settings #available-variable-container .token.is-dragging{z-index:9999}body.settings #available-variable-container .token-label{padding-right:4px}body.settings #available-variable-container .close{display:none}body.settings .token{padding:2px 4px;cursor:pointer;background:#dce4ec;color:#597ea2;border-color:#bbcada;height:auto}body.settings .token:hover{background:#bbcada}body.settings .custom-url .token{margin:-3px 3px;padding:0 2px}body.settings .custom-url .token .close{color:#597ea2}body.settings .custom-url .token:hover{background:#dce4ec}body.settings .custom-url .token:hover .close{color:#2c3e50}body.settings .text-you,body.settings .text-manager{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;vertical-align:top;font-weight:bold;font-size:12px;color:#fff;padding:3px 4px;text-transform:uppercase;margin-left:4px}body.settings .text-you{background:#f39c12}body.settings .text-manager{background:#3498db}body.settings.resources hr.resource-divider{margin-top:0}body.settings.resources .panel.panel-less-padding .panel-body,body.settings.resources .panel.panel-less-padding .panel-heading{padding:3px 6px}body.settings.resources .panel.panel-less-padding .panel-body.resource-image-container,body.settings.resources .panel.panel-less-padding .panel-heading.resource-image-container{padding:0}body.settings.resources a small{display:inline-block}body.settings.resources a:hover small{text-decoration:none !important}body.settings.resources .resource-group-listing .group-name{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;width:100%;display:block}body.settings.groupresources .btn-role.btn-empty,body.settings.combinations .btn-role.btn-empty,body.settings.roles .btn-role.btn-empty{margin-top:1px;margin-bottom:1px}body.settings.groupresources .btn-group.bootstrap-select,body.settings.combinations .btn-group.bootstrap-select,body.settings.roles .btn-group.bootstrap-select{margin-bottom:3px;margin-top:1px}body.settings.groupresources .btn.btn-empty,body.settings.combinations .btn.btn-empty,body.settings.roles .btn.btn-empty{background:transparent;border:2px dotted #b4bcc2;color:#b4bcc2}body.settings.groupresources .btn.btn-empty:hover,body.settings.combinations .btn.btn-empty:hover,body.settings.roles .btn.btn-empty:hover{background:#c2c9cd;color:#fff}body.settings.groupresources .popover,body.settings.combinations .popover,body.settings.roles .popover{width:300px;max-width:300px}body.settings.groupresources .popover .popover-title,body.settings.combinations .popover .popover-title,body.settings.roles .popover .popover-title{line-height:1.4em}body.settings.groupresources .popover i.glyphicon,body.settings.combinations .popover i.glyphicon,body.settings.roles .popover i.glyphicon{display:inline-block !important}body.settings.groupresources #available-resources .btn,body.settings.groupresources #available-roles .btn{margin-bottom:4px}body.settings.groupresources .btn-group.bootstrap-select{display:none}body.settings.groupresources #available-resources .resource-card-column{display:none}body.settings.groupresources #resources-container .resource-card-container .button-checkbox{display:none}body.settings.groupresources .resource-card{box-sizing:border-box;position:relative;padding:4px;margin-bottom:2em;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}body.settings.groupresources .resource-card a[data-remove-resource]{position:absolute;right:-14px;top:-14px}body.settings.groupresources .resource-card h4{color:#fff;margin:0;padding:0.3em 0.3em 0.5em;font-size:1.1em}body.settings.groupresources .resource-card div[data-role-image-uploading]{display:block;position:absolute;top:0;left:0;width:100%;height:100%}body.settings.groupresources .resource-card div[data-role-image-uploading].in{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.settings.groupresources .resource-card .resource-image{cursor:pointer;position:relative}body.settings.groupresources .resource-card .resource-image .instructions,body.settings.groupresources .resource-card .resource-image img{-webkit-transition:opacity,0.3s;-moz-transition:opacity,0.3s;-o-transition:opacity,0.3s;transition:opacity,0.3s}body.settings.groupresources .resource-card .resource-image .instructions.uploading,body.settings.groupresources .resource-card .resource-image img.uploading{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.groupresources .resource-card .resource-image .instructions.uploading:hover,body.settings.groupresources .resource-card .resource-image img.uploading:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.groupresources .resource-card .resource-image .instructions.uploading.no-image,body.settings.groupresources .resource-card .resource-image img.uploading.no-image{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.groupresources .resource-card .resource-image .instructions.uploading.no-image:hover,body.settings.groupresources .resource-card .resource-image img.uploading.no-image:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.groupresources .resource-card .resource-image .instructions{position:absolute;display:block;bottom:0;font-size:1.3em;color:#fff;text-align:center;width:100%;box-sizing:border-box}body.settings.groupresources .resource-card .resource-image img{position:relative}body.settings.groupresources .resource-card .resource-image img:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}body.settings.groupresources .resource-card .resource-image img.no-image{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}body.settings.groupresources .resource-card .resource-image img.no-image:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}body.settings.groupresources .resource-card .file-input{width:1%;height:0px;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.groupresources .resource-card .resource-roles{margin-top:4px}body.settings.groupresources .resource-card .resource-roles .btn-role{margin-bottom:3px;display:block}body.settings.groupresources .resource-card .resource-roles .btn-group.bootstrap-select{margin-bottom:3px;margin-top:1px}body.settings.groupresources div[data-role-image-uploading]{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity,0.4s;-moz-transition:opacity,0.4s;-o-transition:opacity,0.4s;transition:opacity,0.4s;display:none}body.settings.embed .colorpicker-2x .colorpicker-saturation{width:200px;height:200px}body.settings.embed .colorpicker-2x .colorpicker-hue,body.settings.embed .colorpicker-2x .colorpicker-alpha{width:30px;height:200px}body.settings.embed .colorpicker-2x .colorpicker-color,body.settings.embed .colorpicker-2x .colorpicker-color div{height:30px}body.settings.embed .group-image{cursor:pointer;position:relative}body.settings.embed .group-image .instructions,body.settings.embed .group-image img{-webkit-transition:opacity,0.3s;-moz-transition:opacity,0.3s;-o-transition:opacity,0.3s;transition:opacity,0.3s}body.settings.embed .group-image .instructions.uploading,body.settings.embed .group-image img.uploading{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.embed .group-image .instructions.uploading:hover,body.settings.embed .group-image img.uploading:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.embed .group-image .instructions.uploading.no-image,body.settings.embed .group-image img.uploading.no-image{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.embed .group-image .instructions.uploading.no-image:hover,body.settings.embed .group-image img.uploading.no-image:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.embed .group-image .instructions{position:absolute;display:block;bottom:0;font-size:1.3em;color:#fff;text-align:left;width:100%;box-sizing:border-box;padding-left:1em;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.embed .group-image:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);opacity:0.2}body.settings.embed .group-image:hover .instructions{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.settings.embed .group-image img{position:relative}body.settings.embed .file-input{width:1%;height:0px;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}body.settings.embed div[data-role-image-uploading]{display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity,0.4s;-moz-transition:opacity,0.4s;-o-transition:opacity,0.4s;transition:opacity,0.4s;top:0;left:0;width:100%;height:100%}body.settings.embed div[data-role-image-uploading].in{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.settings.hours [data-daypart-template],body.settings.hours [data-daypart-no-rows-item],body.settings.hours [data-day-checkbox-template]{display:none}body.settings.hours #dayparts-container{position:relative}body.settings.hours #dayparts-edit{-webkit-transition:opacity,0.3s;-moz-transition:opacity,0.3s;-o-transition:opacity,0.3s;transition:opacity,0.3s;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;z-index:-1;background:rgba(255,255,255,0.8);position:absolute;left:0;right:0}body.settings.hours #dayparts-edit .daypart-edit-panel{margin:58px auto 0;-webkit-box-shadow:0 0 22px rgba(0,0,0,0.3);-moz-box-shadow:0 0 22px rgba(0,0,0,0.3);box-shadow:0 0 22px rgba(0,0,0,0.3);width:90%}body.settings.hours #dayparts-edit.active{z-index:10;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.settings.hours #dayparts-edit [data-daypart-conflict]{-webkit-transition:max-height,0.3s,opacity 0.3s;-moz-transition:max-height,0.3s,opacity 0.3s;-o-transition:max-height,0.3s,opacity 0.3s;transition:max-height,0.3s,opacity 0.3s;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;margin-top:1.4em;max-height:0px;overflow:hidden}body.settings.hours #dayparts-edit [data-daypart-conflict].active{max-height:500px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.settings.hours #dayparts-view #standard-week-container{position:relative}body.settings.hours #dayparts-view #standard-week-container #standard-week{border-width:0}body.settings.hours #dayparts-view #standard-week-container #standard-week th,body.settings.hours #dayparts-view #standard-week-container #standard-week td{width:12.5%;padding:0.5em 1em;box-sizing:border-box}body.settings.hours #dayparts-view #standard-week-container #standard-week th{text-align:center}body.settings.hours #dayparts-view #standard-week-container #standard-week th.daypart-calendar-header-empty{border-width:0 1px 1px 0}body.settings.hours #dayparts-view #standard-week-container #standard-week td{font-size:10px;text-align:right}body.settings.hours #dayparts-view #standard-week-container #standard-week td.daypart-calendar-hour-empty{border-width:0 1px 0 0}body.settings.hours #dayparts-view #standard-week-container #standard-week td.daypart-calendar-day-cell-header{background:#f7f7f7}body.settings.hours #dayparts-view #standard-week-container #standard-week-dayparts{position:absolute;top:0;left:0}body.settings.hours #dayparts-view #standard-week-container #standard-week-dayparts .standard-week-item{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5;-webkit-transition:opacity,0.1s;-moz-transition:opacity,0.1s;-o-transition:opacity,0.1s;transition:opacity,0.1s;position:absolute;box-sizing:border-box;cursor:pointer}body.settings.hours #dayparts-view #standard-week-container #standard-week-dayparts .standard-week-item.hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body.settings.hours #dayparts-view .daypart-row{margin-bottom:6px}body.settings.hours #dayparts-view .daypart-row .daypart-mini-square{width:30px;height:30px;display:inline-block}body.settings.hours #dayparts-view .daypart-row [data-daypart-name]{display:inline-block;margin:0;padding:0;line-height:30px;vertical-align:top;padding:0 10px 0 8px;margin-left:-3px}body.settings.hours #dayparts-view .daypart-row .daypart-border [data-daypart-border-left-piece],body.settings.hours #dayparts-view .daypart-row .daypart-border [data-daypart-border-right-piece]{cursor:pointer;border-width:2px;border-style:solid}body.settings.hours #dayparts-view .daypart-row .daypart-border .daypart-mini-square[data-daypart-border-left-piece]{width:32px;height:34px;box-sizing:border-box}body.settings.hours #dayparts-view .daypart-row .daypart-border [data-daypart-border-left-piece]{border-right-width:0;border-radius:6px 0 0 6px}body.settings.hours #dayparts-view .daypart-row .daypart-border [data-daypart-border-right-piece]{border-radius:0 6px 6px 0}body.settings.combinations #combination-list-table tr.combo-row:nth-child(1n+1) .combination-quantity{border-left:4px solid #5cb85c}body.settings.combinations #combination-list-table tr.combo-row:nth-child(1n+1) .combination-configure{border-right:4px solid #5cb85c}body.settings.combinations #combination-list-table tr.combo-row:nth-child(2n+1) .combination-quantity{border-left:4px solid #5bc0de}body.settings.combinations #combination-list-table tr.combo-row:nth-child(2n+1) .combination-configure{border-right:4px solid #5bc0de}body.settings.combinations #combination-list-table tr.combo-row:nth-child(3n+1) .combination-quantity{border-left:4px solid #f0ad4e}body.settings.combinations #combination-list-table tr.combo-row:nth-child(3n+1) .combination-configure{border-right:4px solid #f0ad4e}body.settings.combinations #combination-list-table tr.combo-row:nth-child(4n+1) .combination-quantity{border-left:4px solid #d9534f}body.settings.combinations #combination-list-table tr.combo-row:nth-child(4n+1) .combination-configure{border-right:4px solid #d9534f}body.settings.combinations #combination-list-table tr.combo-row:nth-child(5n+1) .combination-quantity{border-left:4px solid #428bca}body.settings.combinations #combination-list-table tr.combo-row:nth-child(5n+1) .combination-configure{border-right:4px solid #428bca}body.settings.combinations #combination-list-table tr.combo-row:nth-child(6n+1) .combination-quantity{border-left:4px solid #c44fd9}body.settings.combinations #combination-list-table tr.combo-row:nth-child(6n+1) .combination-configure{border-right:4px solid #c44fd9}body.settings.combinations #combination-list-table tr.combo-row:nth-child(7n+1) .combination-quantity{border-left:4px solid #ababab}body.settings.combinations #combination-list-table tr.combo-row:nth-child(7n+1) .combination-configure{border-right:4px solid #ababab}body.settings.combinations .combination-quantity,body.settings.combinations .combination-configure{border-bottom:1px solid #d0d5d9}body.settings.combinations .combination-add-new-quantity{border:1px solid #d0d5d9;border-top:none}body.settings.combinations .combination-configure{padding:0 !important}body.settings.combinations .combination-configure .table{width:100%;margin-bottom:0 !important}body.settings.combinations .combination-configure .table tr{border-bottom:1px solid #d0d5d9;border-left:1px solid #d0d5d9}body.settings.combinations .combination-configure .table tr:last-child{border-bottom:none}body.settings.combinations .combination-configure .table tr .combination-list-cell{width:90%}body.settings.combinations .combination-configure .table .btn-group.bootstrap-select{display:none}body.settings.combinations .combination-quantity{width:20%;position:relative;padding-bottom:0 !important}body.settings.combinations .combination-quantity h3.quantity-number{margin:2px 5px 0 !important;font-size:36px;color:#2c3e50}body.settings.roles #role-list td.edit-buttons{width:100px;border-left:none !important}body.settings.roles #role-list td.role-item{border-right:none !important}body.area-manager.gigs.view .panel-body.contains-resource-image,body.area-resource.home.event .panel-body.contains-resource-image,body.gigs.view .panel-body.contains-resource-image{padding:0}body.area-manager.gigs.view .internal-info .panel-heading,body.area-resource.home.event .internal-info .panel-heading,body.gigs.view .internal-info .panel-heading{padding-left:30px;position:relative}body.area-manager.gigs.view .internal-info .panel-heading .internal-icon,body.area-resource.home.event .internal-info .panel-heading .internal-icon,body.gigs.view .internal-info .panel-heading .internal-icon{position:absolute;left:3px;top:0.4em;padding:4px 6px;-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;-ms-border-radius:0 0 4px 0;-o-border-radius:0 0 4px 0;border-radius:0 0 4px 0}body.area-manager.gigs.view .actions .btn,body.area-resource.home.event .actions .btn,body.gigs.view .actions .btn{display:block;text-align:left}body.area-manager.gigs.view .actions .btn.btn-complete-action,body.area-resource.home.event .actions .btn.btn-complete-action,body.gigs.view .actions .btn.btn-complete-action{margin:0 auto}

