/*!
 * 
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*
//@gray-base:              #100;
//@gray-darker:            lighten(@gray-base, 13.5%); // #222
//@gray-dark:              lighten(@gray-base, 20%);   // #333
//@gray:                   lighten(@gray-base, 33.5%); // #555
//@gray-light:             lighten(@gray-base, 46.7%); // #777
//@gray-lighter:           lighten(@gray-base, 92.5%); // #eee
//@gray-bg:           	 lighten(@gray-base, 96.5%); // #f5f5f5;
*/
#datefix {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
}
#datefix html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#datefix body {
  margin: 0;
}
#datefix article,
#datefix aside,
#datefix details,
#datefix figcaption,
#datefix figure,
#datefix footer,
#datefix header,
#datefix hgroup,
#datefix main,
#datefix nav,
#datefix section,
#datefix summary {
  display: block;
}
#datefix audio,
#datefix canvas,
#datefix progress,
#datefix video {
  display: inline-block;
  vertical-align: baseline;
}
#datefix audio:not([controls]) {
  display: none;
  height: 0;
}
#datefix [hidden],
#datefix template {
  display: none;
}
#datefix a {
  background: transparent;
}
#datefix a:active,
#datefix a:hover {
  outline: 0;
}
#datefix abbr[title] {
  border-bottom: 1px dotted;
}
#datefix b,
#datefix strong {
  font-weight: bold;
}
#datefix dfn {
  font-style: italic;
}
#datefix h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#datefix mark {
  background: #ff0;
  color: #000;
}
#datefix small {
  font-size: 80%;
}
#datefix sub,
#datefix sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#datefix sup {
  top: -0.5em;
}
#datefix sub {
  bottom: -0.25em;
}
#datefix img {
  border: 0;
}
#datefix svg:not(:root) {
  overflow: hidden;
}
#datefix figure {
  margin: 1em 40px;
}
#datefix hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#datefix pre {
  overflow: auto;
}
#datefix code,
#datefix kbd,
#datefix pre,
#datefix samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#datefix button,
#datefix input,
#datefix optgroup,
#datefix select,
#datefix textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#datefix button {
  overflow: visible;
}
#datefix button,
#datefix select {
  text-transform: none;
}
#datefix button,
#datefix html input[type="button"],
#datefix input[type="reset"],
#datefix input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#datefix button[disabled],
#datefix html input[disabled] {
  cursor: default;
}
#datefix button::-moz-focus-inner,
#datefix input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#datefix input {
  line-height: normal;
}
#datefix input[type="checkbox"],
#datefix input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
#datefix input[type="number"]::-webkit-inner-spin-button,
#datefix input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#datefix input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#datefix input[type="search"]::-webkit-search-cancel-button,
#datefix input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#datefix fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#datefix legend {
  border: 0;
  padding: 0;
}
#datefix textarea {
  overflow: auto;
}
#datefix optgroup {
  font-weight: bold;
}
#datefix table {
  border-collapse: collapse;
  border-spacing: 0;
}
#datefix td,
#datefix th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
#datefix * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#datefix *:before,
#datefix *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#datefix html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#datefix body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 12;
  line-height: 1.644;
  color: #1e6a88;
  background-color: #ffffff;
}
#datefix input,
#datefix button,
#datefix select,
#datefix textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#datefix a {
  color: #b3176b;
  text-decoration: none;
}
#datefix a:hover,
#datefix a:focus {
  color: #555555;
  text-decoration: underline;
}
#datefix a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#datefix figure {
  margin: 0;
}
#datefix img {
  vertical-align: middle;
}
#datefix .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#datefix .img-rounded {
  border-radius: 4px;
}
#datefix .img-thumbnail {
  padding: 4px;
  line-height: 1.644;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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;
}
#datefix .img-circle {
  border-radius: 50%;
}
#datefix hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eaeaea;
}
#datefix .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#datefix h1,
#datefix h2,
#datefix h3,
#datefix h4,
#datefix h5,
#datefix h6,
#datefix .h1,
#datefix .h2,
#datefix .h3,
#datefix .h4,
#datefix .h5,
#datefix .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
#datefix h1 small,
#datefix h2 small,
#datefix h3 small,
#datefix h4 small,
#datefix h5 small,
#datefix h6 small,
#datefix .h1 small,
#datefix .h2 small,
#datefix .h3 small,
#datefix .h4 small,
#datefix .h5 small,
#datefix .h6 small,
#datefix h1 .small,
#datefix h2 .small,
#datefix h3 .small,
#datefix h4 .small,
#datefix h5 .small,
#datefix h6 .small,
#datefix .h1 .small,
#datefix .h2 .small,
#datefix .h3 .small,
#datefix .h4 .small,
#datefix .h5 .small,
#datefix .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #818181;
}
#datefix h1,
#datefix .h1,
#datefix h2,
#datefix .h2,
#datefix h3,
#datefix .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
#datefix h1 small,
#datefix .h1 small,
#datefix h2 small,
#datefix .h2 small,
#datefix h3 small,
#datefix .h3 small,
#datefix h1 .small,
#datefix .h1 .small,
#datefix h2 .small,
#datefix .h2 .small,
#datefix h3 .small,
#datefix .h3 .small {
  font-size: 65%;
}
#datefix h4,
#datefix .h4,
#datefix h5,
#datefix .h5,
#datefix h6,
#datefix .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
#datefix h4 small,
#datefix .h4 small,
#datefix h5 small,
#datefix .h5 small,
#datefix h6 small,
#datefix .h6 small,
#datefix h4 .small,
#datefix .h4 .small,
#datefix h5 .small,
#datefix .h5 .small,
#datefix h6 .small,
#datefix .h6 .small {
  font-size: 75%;
}
#datefix h1,
#datefix .h1 {
  font-size: 31;
}
#datefix h2,
#datefix .h2 {
  font-size: 25;
}
#datefix h3,
#datefix .h3 {
  font-size: 21;
}
#datefix h4,
#datefix .h4 {
  font-size: 15;
}
#datefix h5,
#datefix .h5 {
  font-size: 12;
}
#datefix h6,
#datefix .h6 {
  font-size: 11;
}
#datefix p {
  margin: 0 0 11.5px;
}
#datefix .lead {
  margin-bottom: 23px;
  font-size: 13;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #datefix .lead {
    font-size: 18;
  }
}
#datefix small,
#datefix .small {
  font-size: 91%;
}
#datefix mark,
#datefix .mark {
  background-color: transparent;
  color: #b3176b;
  font-weight: bolder;
  padding: 2px;
}
#datefix .text-left {
  text-align: left;
}
#datefix .text-right {
  text-align: right;
}
#datefix .text-center {
  text-align: center;
}
#datefix .text-justify {
  text-align: justify;
}
#datefix .text-nowrap {
  white-space: nowrap;
}
#datefix .text-lowercase {
  text-transform: lowercase;
}
#datefix .text-uppercase {
  text-transform: uppercase;
}
#datefix .text-capitalize {
  text-transform: capitalize;
}
#datefix .text-muted {
  color: #818181;
}
#datefix .text-primary {
  color: #b3176b;
}
a#datefix .text-primary:hover {
  color: #861150;
}
#datefix .text-success {
  color: #468847;
}
a#datefix .text-success:hover {
  color: #356635;
}
#datefix .text-info {
  color: #3a87ad;
}
a#datefix .text-info:hover {
  color: #2d6987;
}
#datefix .text-warning {
  color: #c09853;
}
a#datefix .text-warning:hover {
  color: #a47e3c;
}
#datefix .text-danger {
  color: #b94a48;
}
a#datefix .text-danger:hover {
  color: #953b39;
}
#datefix .bg-primary {
  color: #fff;
  background-color: #b3176b;
}
a#datefix .bg-primary:hover {
  background-color: #861150;
}
#datefix .bg-success {
  background-color: #dff0d8;
}
a#datefix .bg-success:hover {
  background-color: #c1e2b3;
}
#datefix .bg-info {
  background-color: #d9edf7;
}
a#datefix .bg-info:hover {
  background-color: #afd9ee;
}
#datefix .bg-warning {
  background-color: #fcf8e3;
}
a#datefix .bg-warning:hover {
  background-color: #f7ecb5;
}
#datefix .bg-danger {
  background-color: #f2dede;
}
a#datefix .bg-danger:hover {
  background-color: #e4b9b9;
}
#datefix .page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eaeaea;
}
#datefix ul,
#datefix ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
#datefix ul ul,
#datefix ol ul,
#datefix ul ol,
#datefix ol ol {
  margin-bottom: 0;
}
#datefix .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#datefix .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#datefix .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#datefix dl {
  margin-top: 0;
  margin-bottom: 23px;
}
#datefix dt,
#datefix dd {
  line-height: 1.644;
}
#datefix dt {
  font-weight: bold;
}
#datefix dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  #datefix .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #datefix .dl-horizontal dd {
    margin-left: 180px;
  }
}
#datefix abbr[title],
#datefix abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818181;
}
#datefix .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
#datefix blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 15;
  border-left: 5px solid #eaeaea;
}
#datefix blockquote p:last-child,
#datefix blockquote ul:last-child,
#datefix blockquote ol:last-child {
  margin-bottom: 0;
}
#datefix blockquote footer,
#datefix blockquote small,
#datefix blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.644;
  color: #818181;
}
#datefix blockquote footer:before,
#datefix blockquote small:before,
#datefix blockquote .small:before {
  content: '\2014 \00A0';
}
#datefix .blockquote-reverse,
#datefix blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eaeaea;
  border-left: 0;
  text-align: right;
}
#datefix .blockquote-reverse footer:before,
#datefix blockquote.pull-right footer:before,
#datefix .blockquote-reverse small:before,
#datefix blockquote.pull-right small:before,
#datefix .blockquote-reverse .small:before,
#datefix blockquote.pull-right .small:before {
  content: '';
}
#datefix .blockquote-reverse footer:after,
#datefix blockquote.pull-right footer:after,
#datefix .blockquote-reverse small:after,
#datefix blockquote.pull-right small:after,
#datefix .blockquote-reverse .small:after,
#datefix blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
#datefix blockquote:before,
#datefix blockquote:after {
  content: "";
}
#datefix address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.644;
}
#datefix code,
#datefix kbd,
#datefix pre,
#datefix samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
#datefix code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
#datefix kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#datefix kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
#datefix pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 11;
  line-height: 1.644;
  word-break: break-all;
  word-wrap: break-word;
  color: #3d3d3d;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
#datefix pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
#datefix .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
#datefix .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #datefix .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #datefix .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #datefix .container {
    width: 1170px;
  }
}
#datefix .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#datefix .row {
  margin-left: -15px;
  margin-right: -15px;
}
#datefix .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;
}
#datefix .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;
}
#datefix .col-xs-12 {
  width: 100%;
}
#datefix .col-xs-11 {
  width: 91.66666667%;
}
#datefix .col-xs-10 {
  width: 83.33333333%;
}
#datefix .col-xs-9 {
  width: 75%;
}
#datefix .col-xs-8 {
  width: 66.66666667%;
}
#datefix .col-xs-7 {
  width: 58.33333333%;
}
#datefix .col-xs-6 {
  width: 50%;
}
#datefix .col-xs-5 {
  width: 41.66666667%;
}
#datefix .col-xs-4 {
  width: 33.33333333%;
}
#datefix .col-xs-3 {
  width: 25%;
}
#datefix .col-xs-2 {
  width: 16.66666667%;
}
#datefix .col-xs-1 {
  width: 8.33333333%;
}
#datefix .col-xs-pull-12 {
  right: 100%;
}
#datefix .col-xs-pull-11 {
  right: 91.66666667%;
}
#datefix .col-xs-pull-10 {
  right: 83.33333333%;
}
#datefix .col-xs-pull-9 {
  right: 75%;
}
#datefix .col-xs-pull-8 {
  right: 66.66666667%;
}
#datefix .col-xs-pull-7 {
  right: 58.33333333%;
}
#datefix .col-xs-pull-6 {
  right: 50%;
}
#datefix .col-xs-pull-5 {
  right: 41.66666667%;
}
#datefix .col-xs-pull-4 {
  right: 33.33333333%;
}
#datefix .col-xs-pull-3 {
  right: 25%;
}
#datefix .col-xs-pull-2 {
  right: 16.66666667%;
}
#datefix .col-xs-pull-1 {
  right: 8.33333333%;
}
#datefix .col-xs-pull-0 {
  right: auto;
}
#datefix .col-xs-push-12 {
  left: 100%;
}
#datefix .col-xs-push-11 {
  left: 91.66666667%;
}
#datefix .col-xs-push-10 {
  left: 83.33333333%;
}
#datefix .col-xs-push-9 {
  left: 75%;
}
#datefix .col-xs-push-8 {
  left: 66.66666667%;
}
#datefix .col-xs-push-7 {
  left: 58.33333333%;
}
#datefix .col-xs-push-6 {
  left: 50%;
}
#datefix .col-xs-push-5 {
  left: 41.66666667%;
}
#datefix .col-xs-push-4 {
  left: 33.33333333%;
}
#datefix .col-xs-push-3 {
  left: 25%;
}
#datefix .col-xs-push-2 {
  left: 16.66666667%;
}
#datefix .col-xs-push-1 {
  left: 8.33333333%;
}
#datefix .col-xs-push-0 {
  left: auto;
}
#datefix .col-xs-offset-12 {
  margin-left: 100%;
}
#datefix .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#datefix .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#datefix .col-xs-offset-9 {
  margin-left: 75%;
}
#datefix .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#datefix .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#datefix .col-xs-offset-6 {
  margin-left: 50%;
}
#datefix .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#datefix .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#datefix .col-xs-offset-3 {
  margin-left: 25%;
}
#datefix .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#datefix .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#datefix .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  #datefix .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;
  }
  #datefix .col-sm-12 {
    width: 100%;
  }
  #datefix .col-sm-11 {
    width: 91.66666667%;
  }
  #datefix .col-sm-10 {
    width: 83.33333333%;
  }
  #datefix .col-sm-9 {
    width: 75%;
  }
  #datefix .col-sm-8 {
    width: 66.66666667%;
  }
  #datefix .col-sm-7 {
    width: 58.33333333%;
  }
  #datefix .col-sm-6 {
    width: 50%;
  }
  #datefix .col-sm-5 {
    width: 41.66666667%;
  }
  #datefix .col-sm-4 {
    width: 33.33333333%;
  }
  #datefix .col-sm-3 {
    width: 25%;
  }
  #datefix .col-sm-2 {
    width: 16.66666667%;
  }
  #datefix .col-sm-1 {
    width: 8.33333333%;
  }
  #datefix .col-sm-pull-12 {
    right: 100%;
  }
  #datefix .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #datefix .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #datefix .col-sm-pull-9 {
    right: 75%;
  }
  #datefix .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #datefix .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #datefix .col-sm-pull-6 {
    right: 50%;
  }
  #datefix .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #datefix .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #datefix .col-sm-pull-3 {
    right: 25%;
  }
  #datefix .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #datefix .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #datefix .col-sm-pull-0 {
    right: auto;
  }
  #datefix .col-sm-push-12 {
    left: 100%;
  }
  #datefix .col-sm-push-11 {
    left: 91.66666667%;
  }
  #datefix .col-sm-push-10 {
    left: 83.33333333%;
  }
  #datefix .col-sm-push-9 {
    left: 75%;
  }
  #datefix .col-sm-push-8 {
    left: 66.66666667%;
  }
  #datefix .col-sm-push-7 {
    left: 58.33333333%;
  }
  #datefix .col-sm-push-6 {
    left: 50%;
  }
  #datefix .col-sm-push-5 {
    left: 41.66666667%;
  }
  #datefix .col-sm-push-4 {
    left: 33.33333333%;
  }
  #datefix .col-sm-push-3 {
    left: 25%;
  }
  #datefix .col-sm-push-2 {
    left: 16.66666667%;
  }
  #datefix .col-sm-push-1 {
    left: 8.33333333%;
  }
  #datefix .col-sm-push-0 {
    left: auto;
  }
  #datefix .col-sm-offset-12 {
    margin-left: 100%;
  }
  #datefix .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #datefix .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #datefix .col-sm-offset-9 {
    margin-left: 75%;
  }
  #datefix .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #datefix .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #datefix .col-sm-offset-6 {
    margin-left: 50%;
  }
  #datefix .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #datefix .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #datefix .col-sm-offset-3 {
    margin-left: 25%;
  }
  #datefix .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #datefix .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #datefix .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  #datefix .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;
  }
  #datefix .col-md-12 {
    width: 100%;
  }
  #datefix .col-md-11 {
    width: 91.66666667%;
  }
  #datefix .col-md-10 {
    width: 83.33333333%;
  }
  #datefix .col-md-9 {
    width: 75%;
  }
  #datefix .col-md-8 {
    width: 66.66666667%;
  }
  #datefix .col-md-7 {
    width: 58.33333333%;
  }
  #datefix .col-md-6 {
    width: 50%;
  }
  #datefix .col-md-5 {
    width: 41.66666667%;
  }
  #datefix .col-md-4 {
    width: 33.33333333%;
  }
  #datefix .col-md-3 {
    width: 25%;
  }
  #datefix .col-md-2 {
    width: 16.66666667%;
  }
  #datefix .col-md-1 {
    width: 8.33333333%;
  }
  #datefix .col-md-pull-12 {
    right: 100%;
  }
  #datefix .col-md-pull-11 {
    right: 91.66666667%;
  }
  #datefix .col-md-pull-10 {
    right: 83.33333333%;
  }
  #datefix .col-md-pull-9 {
    right: 75%;
  }
  #datefix .col-md-pull-8 {
    right: 66.66666667%;
  }
  #datefix .col-md-pull-7 {
    right: 58.33333333%;
  }
  #datefix .col-md-pull-6 {
    right: 50%;
  }
  #datefix .col-md-pull-5 {
    right: 41.66666667%;
  }
  #datefix .col-md-pull-4 {
    right: 33.33333333%;
  }
  #datefix .col-md-pull-3 {
    right: 25%;
  }
  #datefix .col-md-pull-2 {
    right: 16.66666667%;
  }
  #datefix .col-md-pull-1 {
    right: 8.33333333%;
  }
  #datefix .col-md-pull-0 {
    right: auto;
  }
  #datefix .col-md-push-12 {
    left: 100%;
  }
  #datefix .col-md-push-11 {
    left: 91.66666667%;
  }
  #datefix .col-md-push-10 {
    left: 83.33333333%;
  }
  #datefix .col-md-push-9 {
    left: 75%;
  }
  #datefix .col-md-push-8 {
    left: 66.66666667%;
  }
  #datefix .col-md-push-7 {
    left: 58.33333333%;
  }
  #datefix .col-md-push-6 {
    left: 50%;
  }
  #datefix .col-md-push-5 {
    left: 41.66666667%;
  }
  #datefix .col-md-push-4 {
    left: 33.33333333%;
  }
  #datefix .col-md-push-3 {
    left: 25%;
  }
  #datefix .col-md-push-2 {
    left: 16.66666667%;
  }
  #datefix .col-md-push-1 {
    left: 8.33333333%;
  }
  #datefix .col-md-push-0 {
    left: auto;
  }
  #datefix .col-md-offset-12 {
    margin-left: 100%;
  }
  #datefix .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #datefix .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #datefix .col-md-offset-9 {
    margin-left: 75%;
  }
  #datefix .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #datefix .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #datefix .col-md-offset-6 {
    margin-left: 50%;
  }
  #datefix .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #datefix .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #datefix .col-md-offset-3 {
    margin-left: 25%;
  }
  #datefix .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #datefix .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #datefix .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  #datefix .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;
  }
  #datefix .col-lg-12 {
    width: 100%;
  }
  #datefix .col-lg-11 {
    width: 91.66666667%;
  }
  #datefix .col-lg-10 {
    width: 83.33333333%;
  }
  #datefix .col-lg-9 {
    width: 75%;
  }
  #datefix .col-lg-8 {
    width: 66.66666667%;
  }
  #datefix .col-lg-7 {
    width: 58.33333333%;
  }
  #datefix .col-lg-6 {
    width: 50%;
  }
  #datefix .col-lg-5 {
    width: 41.66666667%;
  }
  #datefix .col-lg-4 {
    width: 33.33333333%;
  }
  #datefix .col-lg-3 {
    width: 25%;
  }
  #datefix .col-lg-2 {
    width: 16.66666667%;
  }
  #datefix .col-lg-1 {
    width: 8.33333333%;
  }
  #datefix .col-lg-pull-12 {
    right: 100%;
  }
  #datefix .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #datefix .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #datefix .col-lg-pull-9 {
    right: 75%;
  }
  #datefix .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #datefix .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #datefix .col-lg-pull-6 {
    right: 50%;
  }
  #datefix .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #datefix .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #datefix .col-lg-pull-3 {
    right: 25%;
  }
  #datefix .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #datefix .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #datefix .col-lg-pull-0 {
    right: auto;
  }
  #datefix .col-lg-push-12 {
    left: 100%;
  }
  #datefix .col-lg-push-11 {
    left: 91.66666667%;
  }
  #datefix .col-lg-push-10 {
    left: 83.33333333%;
  }
  #datefix .col-lg-push-9 {
    left: 75%;
  }
  #datefix .col-lg-push-8 {
    left: 66.66666667%;
  }
  #datefix .col-lg-push-7 {
    left: 58.33333333%;
  }
  #datefix .col-lg-push-6 {
    left: 50%;
  }
  #datefix .col-lg-push-5 {
    left: 41.66666667%;
  }
  #datefix .col-lg-push-4 {
    left: 33.33333333%;
  }
  #datefix .col-lg-push-3 {
    left: 25%;
  }
  #datefix .col-lg-push-2 {
    left: 16.66666667%;
  }
  #datefix .col-lg-push-1 {
    left: 8.33333333%;
  }
  #datefix .col-lg-push-0 {
    left: auto;
  }
  #datefix .col-lg-offset-12 {
    margin-left: 100%;
  }
  #datefix .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #datefix .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #datefix .col-lg-offset-9 {
    margin-left: 75%;
  }
  #datefix .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #datefix .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #datefix .col-lg-offset-6 {
    margin-left: 50%;
  }
  #datefix .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #datefix .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #datefix .col-lg-offset-3 {
    margin-left: 25%;
  }
  #datefix .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #datefix .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #datefix .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#datefix table {
  background-color: transparent;
}
#datefix caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818181;
  text-align: left;
}
#datefix th {
  text-align: left;
}
#datefix .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
#datefix .table > thead > tr > th,
#datefix .table > tbody > tr > th,
#datefix .table > tfoot > tr > th,
#datefix .table > thead > tr > td,
#datefix .table > tbody > tr > td,
#datefix .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.644;
  vertical-align: top;
  border-top: 1px solid #bbbbbb;
}
#datefix .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #bbbbbb;
}
#datefix .table > caption + thead > tr:first-child > th,
#datefix .table > colgroup + thead > tr:first-child > th,
#datefix .table > thead:first-child > tr:first-child > th,
#datefix .table > caption + thead > tr:first-child > td,
#datefix .table > colgroup + thead > tr:first-child > td,
#datefix .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#datefix .table > tbody + tbody {
  border-top: 1px solid #bbbbbb;
}
#datefix .table .table {
  background-color: #ffffff;
}
#datefix .table-condensed > thead > tr > th,
#datefix .table-condensed > tbody > tr > th,
#datefix .table-condensed > tfoot > tr > th,
#datefix .table-condensed > thead > tr > td,
#datefix .table-condensed > tbody > tr > td,
#datefix .table-condensed > tfoot > tr > td {
  padding: 5px;
}
#datefix .table-bordered {
  border: 1px solid #bbbbbb;
}
#datefix .table-bordered > thead > tr > th,
#datefix .table-bordered > tbody > tr > th,
#datefix .table-bordered > tfoot > tr > th,
#datefix .table-bordered > thead > tr > td,
#datefix .table-bordered > tbody > tr > td,
#datefix .table-bordered > tfoot > tr > td {
  border: 1px solid #bbbbbb;
}
#datefix .table-bordered > thead > tr > th,
#datefix .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
#datefix .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f4acd3;
}
#datefix .table-hover > tbody > tr:hover {
  background-color: #f4acd3;
}
#datefix table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
#datefix table td[class*="col-"],
#datefix table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
#datefix .table > thead > tr > td.active,
#datefix .table > tbody > tr > td.active,
#datefix .table > tfoot > tr > td.active,
#datefix .table > thead > tr > th.active,
#datefix .table > tbody > tr > th.active,
#datefix .table > tfoot > tr > th.active,
#datefix .table > thead > tr.active > td,
#datefix .table > tbody > tr.active > td,
#datefix .table > tfoot > tr.active > td,
#datefix .table > thead > tr.active > th,
#datefix .table > tbody > tr.active > th,
#datefix .table > tfoot > tr.active > th {
  background-color: #b3176b;
}
#datefix .table-hover > tbody > tr > td.active:hover,
#datefix .table-hover > tbody > tr > th.active:hover,
#datefix .table-hover > tbody > tr.active:hover > td,
#datefix .table-hover > tbody > tr:hover > .active,
#datefix .table-hover > tbody > tr.active:hover > th {
  background-color: #9c145d;
}
#datefix .table > thead > tr > td.success,
#datefix .table > tbody > tr > td.success,
#datefix .table > tfoot > tr > td.success,
#datefix .table > thead > tr > th.success,
#datefix .table > tbody > tr > th.success,
#datefix .table > tfoot > tr > th.success,
#datefix .table > thead > tr.success > td,
#datefix .table > tbody > tr.success > td,
#datefix .table > tfoot > tr.success > td,
#datefix .table > thead > tr.success > th,
#datefix .table > tbody > tr.success > th,
#datefix .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
#datefix .table-hover > tbody > tr > td.success:hover,
#datefix .table-hover > tbody > tr > th.success:hover,
#datefix .table-hover > tbody > tr.success:hover > td,
#datefix .table-hover > tbody > tr:hover > .success,
#datefix .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
#datefix .table > thead > tr > td.info,
#datefix .table > tbody > tr > td.info,
#datefix .table > tfoot > tr > td.info,
#datefix .table > thead > tr > th.info,
#datefix .table > tbody > tr > th.info,
#datefix .table > tfoot > tr > th.info,
#datefix .table > thead > tr.info > td,
#datefix .table > tbody > tr.info > td,
#datefix .table > tfoot > tr.info > td,
#datefix .table > thead > tr.info > th,
#datefix .table > tbody > tr.info > th,
#datefix .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
#datefix .table-hover > tbody > tr > td.info:hover,
#datefix .table-hover > tbody > tr > th.info:hover,
#datefix .table-hover > tbody > tr.info:hover > td,
#datefix .table-hover > tbody > tr:hover > .info,
#datefix .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
#datefix .table > thead > tr > td.warning,
#datefix .table > tbody > tr > td.warning,
#datefix .table > tfoot > tr > td.warning,
#datefix .table > thead > tr > th.warning,
#datefix .table > tbody > tr > th.warning,
#datefix .table > tfoot > tr > th.warning,
#datefix .table > thead > tr.warning > td,
#datefix .table > tbody > tr.warning > td,
#datefix .table > tfoot > tr.warning > td,
#datefix .table > thead > tr.warning > th,
#datefix .table > tbody > tr.warning > th,
#datefix .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
#datefix .table-hover > tbody > tr > td.warning:hover,
#datefix .table-hover > tbody > tr > th.warning:hover,
#datefix .table-hover > tbody > tr.warning:hover > td,
#datefix .table-hover > tbody > tr:hover > .warning,
#datefix .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
#datefix .table > thead > tr > td.danger,
#datefix .table > tbody > tr > td.danger,
#datefix .table > tfoot > tr > td.danger,
#datefix .table > thead > tr > th.danger,
#datefix .table > tbody > tr > th.danger,
#datefix .table > tfoot > tr > th.danger,
#datefix .table > thead > tr.danger > td,
#datefix .table > tbody > tr.danger > td,
#datefix .table > tfoot > tr.danger > td,
#datefix .table > thead > tr.danger > th,
#datefix .table > tbody > tr.danger > th,
#datefix .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
#datefix .table-hover > tbody > tr > td.danger:hover,
#datefix .table-hover > tbody > tr > th.danger:hover,
#datefix .table-hover > tbody > tr.danger:hover > td,
#datefix .table-hover > tbody > tr:hover > .danger,
#datefix .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  #datefix .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bbbbbb;
    -webkit-overflow-scrolling: touch;
  }
  #datefix .table-responsive > .table {
    margin-bottom: 0;
  }
  #datefix .table-responsive > .table > thead > tr > th,
  #datefix .table-responsive > .table > tbody > tr > th,
  #datefix .table-responsive > .table > tfoot > tr > th,
  #datefix .table-responsive > .table > thead > tr > td,
  #datefix .table-responsive > .table > tbody > tr > td,
  #datefix .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  #datefix .table-responsive > .table-bordered {
    border: 0;
  }
  #datefix .table-responsive > .table-bordered > thead > tr > th:first-child,
  #datefix .table-responsive > .table-bordered > tbody > tr > th:first-child,
  #datefix .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  #datefix .table-responsive > .table-bordered > thead > tr > td:first-child,
  #datefix .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #datefix .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  #datefix .table-responsive > .table-bordered > thead > tr > th:last-child,
  #datefix .table-responsive > .table-bordered > tbody > tr > th:last-child,
  #datefix .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  #datefix .table-responsive > .table-bordered > thead > tr > td:last-child,
  #datefix .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #datefix .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  #datefix .table-responsive > .table-bordered > tbody > tr:last-child > th,
  #datefix .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  #datefix .table-responsive > .table-bordered > tbody > tr:last-child > td,
  #datefix .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#datefix fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#datefix legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 18;
  line-height: inherit;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#datefix label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#datefix input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#datefix input[type="radio"],
#datefix input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
#datefix input[type="file"] {
  display: block;
}
#datefix input[type="range"] {
  display: block;
  width: 100%;
}
#datefix select[multiple],
#datefix select[size] {
  height: auto;
}
#datefix input[type="file"]:focus,
#datefix input[type="radio"]:focus,
#datefix input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#datefix output {
  display: block;
  padding-top: 4px;
  font-size: 12;
  line-height: 1.644;
  color: #1e6a88;
}
#datefix .form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 3px 8px;
  font-size: 12;
  line-height: 1.644;
  color: #1e6a88;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
}
#datefix .form-control:focus {
  border-color: rgba(179, 23, 107, 0.5);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 23, 107, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 23, 107, 0.6);
}
#datefix .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#datefix .form-control:-ms-input-placeholder {
  color: #999999;
}
#datefix .form-control::-webkit-input-placeholder {
  color: #999999;
}
#datefix .form-control[disabled],
#datefix .form-control[readonly],
fieldset[disabled] #datefix .form-control {
  cursor: not-allowed;
  background-color: #eaeaea;
  opacity: 1;
}
textarea#datefix .form-control {
  height: auto;
}
#datefix input[type="search"] {
  -webkit-appearance: none;
}
#datefix input[type="date"],
#datefix input[type="time"],
#datefix input[type="datetime-local"],
#datefix input[type="month"] {
  line-height: 31px;
  line-height: 1.644 \0;
}
#datefix input[type="date"].input-sm,
#datefix input[type="time"].input-sm,
#datefix input[type="datetime-local"].input-sm,
#datefix input[type="month"].input-sm {
  line-height: 22px;
  line-height: 1.5 \0;
}
#datefix input[type="date"].input-lg,
#datefix input[type="time"].input-lg,
#datefix input[type="datetime-local"].input-lg,
#datefix input[type="month"].input-lg {
  line-height: 34px;
  line-height: 1.33 \0;
}
#datefix .form-group {
  margin-bottom: 15px;
}
#datefix .radio,
#datefix .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#datefix .radio label,
#datefix .checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#datefix .radio input[type="radio"],
#datefix .radio-inline input[type="radio"],
#datefix .checkbox input[type="checkbox"],
#datefix .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
#datefix .radio + .radio,
#datefix .checkbox + .checkbox {
  margin-top: -5px;
}
#datefix .radio-inline,
#datefix .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#datefix .radio-inline + .radio-inline,
#datefix .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#datefix input[type="radio"][disabled],
#datefix input[type="checkbox"][disabled],
#datefix input[type="radio"].disabled,
#datefix input[type="checkbox"].disabled,
fieldset[disabled] #datefix input[type="radio"],
fieldset[disabled] #datefix input[type="checkbox"] {
  cursor: not-allowed;
}
#datefix .radio-inline.disabled,
#datefix .checkbox-inline.disabled,
fieldset[disabled] #datefix .radio-inline,
fieldset[disabled] #datefix .checkbox-inline {
  cursor: not-allowed;
}
#datefix .radio.disabled label,
#datefix .checkbox.disabled label,
fieldset[disabled] #datefix .radio label,
fieldset[disabled] #datefix .checkbox label {
  cursor: not-allowed;
}
#datefix .form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
#datefix .form-control-static.input-lg,
#datefix .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
#datefix .input-sm,
#datefix .form-group-sm .form-control {
  height: 22px;
  padding: 2px 6px;
  font-size: 11;
  line-height: 1.5;
  border-radius: 2px;
}
select#datefix .input-sm,
select#datefix .form-group-sm .form-control {
  height: 22px;
  line-height: 22px;
}
textarea#datefix .input-sm,
textarea#datefix .form-group-sm .form-control,
select[multiple]#datefix .input-sm,
select[multiple]#datefix .form-group-sm .form-control {
  height: auto;
}
#datefix .input-lg,
#datefix .form-group-lg .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 15;
  line-height: 1.33;
  border-radius: 4px;
}
select#datefix .input-lg,
select#datefix .form-group-lg .form-control {
  height: 34px;
  line-height: 34px;
}
textarea#datefix .input-lg,
textarea#datefix .form-group-lg .form-control,
select[multiple]#datefix .input-lg,
select[multiple]#datefix .form-group-lg .form-control {
  height: auto;
}
#datefix .has-feedback {
  position: relative;
}
#datefix .has-feedback .form-control {
  padding-right: 38.75px;
}
#datefix .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
#datefix .input-lg + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#datefix .input-sm + .form-control-feedback {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
#datefix .has-success .help-block,
#datefix .has-success .control-label,
#datefix .has-success .radio,
#datefix .has-success .checkbox,
#datefix .has-success .radio-inline,
#datefix .has-success .checkbox-inline,
#datefix .has-success.radio label,
#datefix .has-success.checkbox label,
#datefix .has-success.radio-inline label,
#datefix .has-success.checkbox-inline label {
  color: #468847;
}
#datefix .has-success .form-control {
  border-color: #468847;
  -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);
}
#datefix .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
#datefix .has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
#datefix .has-success .form-control-feedback {
  color: #468847;
}
#datefix .has-warning .help-block,
#datefix .has-warning .control-label,
#datefix .has-warning .radio,
#datefix .has-warning .checkbox,
#datefix .has-warning .radio-inline,
#datefix .has-warning .checkbox-inline,
#datefix .has-warning.radio label,
#datefix .has-warning.checkbox label,
#datefix .has-warning.radio-inline label,
#datefix .has-warning.checkbox-inline label {
  color: #c09853;
}
#datefix .has-warning .form-control {
  border-color: #c09853;
  -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);
}
#datefix .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
#datefix .has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
#datefix .has-warning .form-control-feedback {
  color: #c09853;
}
#datefix .has-error .help-block,
#datefix .has-error .control-label,
#datefix .has-error .radio,
#datefix .has-error .checkbox,
#datefix .has-error .radio-inline,
#datefix .has-error .checkbox-inline,
#datefix .has-error.radio label,
#datefix .has-error.checkbox label,
#datefix .has-error.radio-inline label,
#datefix .has-error.checkbox-inline label {
  color: #b94a48;
}
#datefix .has-error .form-control {
  border-color: #b94a48;
  -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);
}
#datefix .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
#datefix .has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
#datefix .has-error .form-control-feedback {
  color: #b94a48;
}
#datefix .has-feedback label ~ .form-control-feedback {
  top: 28px;
}
#datefix .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
#datefix .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4eb1d8;
}
@media (min-width: 768px) {
  #datefix .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #datefix .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #datefix .form-inline .form-control-static {
    display: inline-block;
  }
  #datefix .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #datefix .form-inline .input-group .input-group-addon,
  #datefix .form-inline .input-group .input-group-btn,
  #datefix .form-inline .input-group .form-control {
    width: auto;
  }
  #datefix .form-inline .input-group > .form-control {
    width: 100%;
  }
  #datefix .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #datefix .form-inline .radio,
  #datefix .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #datefix .form-inline .radio label,
  #datefix .form-inline .checkbox label {
    padding-left: 0;
  }
  #datefix .form-inline .radio input[type="radio"],
  #datefix .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #datefix .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#datefix .form-horizontal .radio,
#datefix .form-horizontal .checkbox,
#datefix .form-horizontal .radio-inline,
#datefix .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
#datefix .form-horizontal .radio,
#datefix .form-horizontal .checkbox {
  min-height: 27px;
}
#datefix .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #datefix .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
#datefix .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  #datefix .form-horizontal .form-group-lg .control-label {
    padding-top: 8.98px;
  }
}
@media (min-width: 768px) {
  #datefix .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
  }
}
#datefix .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: 3px 8px;
  font-size: 12;
  line-height: 1.644;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#datefix .btn:focus,
#datefix .btn:active:focus,
#datefix .btn.active:focus,
#datefix .btn.focus,
#datefix .btn:active.focus,
#datefix .btn.active.focus {
  outline: none;
}
#datefix .btn:hover,
#datefix .btn:focus,
#datefix .btn.focus {
  color: #666666;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 1px 2px rgba(0,0,0,.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 1px 2px rgba(0,0,0,.3);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#datefix .btn:active,
#datefix .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#datefix .btn.disabled,
#datefix .btn[disabled],
fieldset[disabled] #datefix .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#datefix .btn-default {
  color: #666666;
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-default:hover,
#datefix .btn-default:focus,
#datefix .btn-default.focus,
#datefix .btn-default:active,
#datefix .btn-default.active,
.open > .dropdown-toggle#datefix .btn-default {
  color: #666666;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-default:active,
#datefix .btn-default.active,
.open > .dropdown-toggle#datefix .btn-default {
  background-image: none;
}
#datefix .btn-default.disabled,
#datefix .btn-default[disabled],
fieldset[disabled] #datefix .btn-default,
#datefix .btn-default.disabled:hover,
#datefix .btn-default[disabled]:hover,
fieldset[disabled] #datefix .btn-default:hover,
#datefix .btn-default.disabled:focus,
#datefix .btn-default[disabled]:focus,
fieldset[disabled] #datefix .btn-default:focus,
#datefix .btn-default.disabled.focus,
#datefix .btn-default[disabled].focus,
fieldset[disabled] #datefix .btn-default.focus,
#datefix .btn-default.disabled:active,
#datefix .btn-default[disabled]:active,
fieldset[disabled] #datefix .btn-default:active,
#datefix .btn-default.disabled.active,
#datefix .btn-default[disabled].active,
fieldset[disabled] #datefix .btn-default.active {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-default .badge {
  color: #fafafa;
  background-color: #666666;
}
#datefix .btn-primary {
  color: #ffffff;
  background-color: #b3176b;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-primary:hover,
#datefix .btn-primary:focus,
#datefix .btn-primary.focus,
#datefix .btn-primary:active,
#datefix .btn-primary.active,
.open > .dropdown-toggle#datefix .btn-primary {
  color: #ffffff;
  background-color: #b31751;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-primary:active,
#datefix .btn-primary.active,
.open > .dropdown-toggle#datefix .btn-primary {
  background-image: none;
}
#datefix .btn-primary.disabled,
#datefix .btn-primary[disabled],
fieldset[disabled] #datefix .btn-primary,
#datefix .btn-primary.disabled:hover,
#datefix .btn-primary[disabled]:hover,
fieldset[disabled] #datefix .btn-primary:hover,
#datefix .btn-primary.disabled:focus,
#datefix .btn-primary[disabled]:focus,
fieldset[disabled] #datefix .btn-primary:focus,
#datefix .btn-primary.disabled.focus,
#datefix .btn-primary[disabled].focus,
fieldset[disabled] #datefix .btn-primary.focus,
#datefix .btn-primary.disabled:active,
#datefix .btn-primary[disabled]:active,
fieldset[disabled] #datefix .btn-primary:active,
#datefix .btn-primary.disabled.active,
#datefix .btn-primary[disabled].active,
fieldset[disabled] #datefix .btn-primary.active {
  background-color: #b3176b;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-primary .badge {
  color: #b3176b;
  background-color: #ffffff;
}
#datefix .btn-warning {
  color: #ffffff;
  background-color: #fbb450;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-warning:hover,
#datefix .btn-warning:focus,
#datefix .btn-warning.focus,
#datefix .btn-warning:active,
#datefix .btn-warning.active,
.open > .dropdown-toggle#datefix .btn-warning {
  color: #ffffff;
  background-color: #f89406;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-warning:active,
#datefix .btn-warning.active,
.open > .dropdown-toggle#datefix .btn-warning {
  background-image: none;
}
#datefix .btn-warning.disabled,
#datefix .btn-warning[disabled],
fieldset[disabled] #datefix .btn-warning,
#datefix .btn-warning.disabled:hover,
#datefix .btn-warning[disabled]:hover,
fieldset[disabled] #datefix .btn-warning:hover,
#datefix .btn-warning.disabled:focus,
#datefix .btn-warning[disabled]:focus,
fieldset[disabled] #datefix .btn-warning:focus,
#datefix .btn-warning.disabled.focus,
#datefix .btn-warning[disabled].focus,
fieldset[disabled] #datefix .btn-warning.focus,
#datefix .btn-warning.disabled:active,
#datefix .btn-warning[disabled]:active,
fieldset[disabled] #datefix .btn-warning:active,
#datefix .btn-warning.disabled.active,
#datefix .btn-warning[disabled].active,
fieldset[disabled] #datefix .btn-warning.active {
  background-color: #fbb450;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-warning .badge {
  color: #fbb450;
  background-color: #ffffff;
}
#datefix .btn-danger {
  color: #ffffff;
  background-color: #ee5f5b;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-danger:hover,
#datefix .btn-danger:focus,
#datefix .btn-danger.focus,
#datefix .btn-danger:active,
#datefix .btn-danger.active,
.open > .dropdown-toggle#datefix .btn-danger {
  color: #ffffff;
  background-color: #bd362f;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-danger:active,
#datefix .btn-danger.active,
.open > .dropdown-toggle#datefix .btn-danger {
  background-image: none;
}
#datefix .btn-danger.disabled,
#datefix .btn-danger[disabled],
fieldset[disabled] #datefix .btn-danger,
#datefix .btn-danger.disabled:hover,
#datefix .btn-danger[disabled]:hover,
fieldset[disabled] #datefix .btn-danger:hover,
#datefix .btn-danger.disabled:focus,
#datefix .btn-danger[disabled]:focus,
fieldset[disabled] #datefix .btn-danger:focus,
#datefix .btn-danger.disabled.focus,
#datefix .btn-danger[disabled].focus,
fieldset[disabled] #datefix .btn-danger.focus,
#datefix .btn-danger.disabled:active,
#datefix .btn-danger[disabled]:active,
fieldset[disabled] #datefix .btn-danger:active,
#datefix .btn-danger.disabled.active,
#datefix .btn-danger[disabled].active,
fieldset[disabled] #datefix .btn-danger.active {
  background-color: #ee5f5b;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-danger .badge {
  color: #ee5f5b;
  background-color: #ffffff;
}
#datefix .btn-success {
  color: #ffffff;
  background-color: #62c462;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-success:hover,
#datefix .btn-success:focus,
#datefix .btn-success.focus,
#datefix .btn-success:active,
#datefix .btn-success.active,
.open > .dropdown-toggle#datefix .btn-success {
  color: #ffffff;
  background-color: #51a351;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-success:active,
#datefix .btn-success.active,
.open > .dropdown-toggle#datefix .btn-success {
  background-image: none;
}
#datefix .btn-success.disabled,
#datefix .btn-success[disabled],
fieldset[disabled] #datefix .btn-success,
#datefix .btn-success.disabled:hover,
#datefix .btn-success[disabled]:hover,
fieldset[disabled] #datefix .btn-success:hover,
#datefix .btn-success.disabled:focus,
#datefix .btn-success[disabled]:focus,
fieldset[disabled] #datefix .btn-success:focus,
#datefix .btn-success.disabled.focus,
#datefix .btn-success[disabled].focus,
fieldset[disabled] #datefix .btn-success.focus,
#datefix .btn-success.disabled:active,
#datefix .btn-success[disabled]:active,
fieldset[disabled] #datefix .btn-success:active,
#datefix .btn-success.disabled.active,
#datefix .btn-success[disabled].active,
fieldset[disabled] #datefix .btn-success.active {
  background-color: #62c462;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-success .badge {
  color: #62c462;
  background-color: #ffffff;
}
#datefix .btn-info {
  color: #ffffff;
  background-color: #b3176b;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-info:hover,
#datefix .btn-info:focus,
#datefix .btn-info.focus,
#datefix .btn-info:active,
#datefix .btn-info.active,
.open > .dropdown-toggle#datefix .btn-info {
  color: #ffffff;
  background-color: #2f96b4;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-info:active,
#datefix .btn-info.active,
.open > .dropdown-toggle#datefix .btn-info {
  background-image: none;
}
#datefix .btn-info.disabled,
#datefix .btn-info[disabled],
fieldset[disabled] #datefix .btn-info,
#datefix .btn-info.disabled:hover,
#datefix .btn-info[disabled]:hover,
fieldset[disabled] #datefix .btn-info:hover,
#datefix .btn-info.disabled:focus,
#datefix .btn-info[disabled]:focus,
fieldset[disabled] #datefix .btn-info:focus,
#datefix .btn-info.disabled.focus,
#datefix .btn-info[disabled].focus,
fieldset[disabled] #datefix .btn-info.focus,
#datefix .btn-info.disabled:active,
#datefix .btn-info[disabled]:active,
fieldset[disabled] #datefix .btn-info:active,
#datefix .btn-info.disabled.active,
#datefix .btn-info[disabled].active,
fieldset[disabled] #datefix .btn-info.active {
  background-color: #b3176b;
  border-color: rgba(0, 0, 0, 0.25);
}
#datefix .btn-info .badge {
  color: #b3176b;
  background-color: #ffffff;
}
#datefix .btn-link {
  color: #b3176b;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
#datefix .btn-link,
#datefix .btn-link:active,
#datefix .btn-link[disabled],
fieldset[disabled] #datefix .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#datefix .btn-link,
#datefix .btn-link:hover,
#datefix .btn-link:focus,
#datefix .btn-link:active {
  border-color: transparent;
}
#datefix .btn-link:hover,
#datefix .btn-link:focus {
  color: #555555;
  text-decoration: underline;
  background-color: transparent;
}
#datefix .btn-link[disabled]:hover,
fieldset[disabled] #datefix .btn-link:hover,
#datefix .btn-link[disabled]:focus,
fieldset[disabled] #datefix .btn-link:focus {
  color: #818181;
  text-decoration: none;
}
#datefix .btn-lg {
  padding: 6px 12px;
  font-size: 15;
  line-height: 1.33;
  border-radius: 4px;
}
#datefix .btn-sm {
  padding: 2px 6px;
  font-size: 11;
  line-height: 1.5;
  border-radius: 2px;
}
#datefix .btn-xs {
  padding: 1px 5px;
  font-size: 11;
  line-height: 1.5;
  border-radius: 2px;
}
#datefix .btn-block {
  display: block;
  width: 100%;
}
#datefix .btn-block + .btn-block {
  margin-top: 5px;
}
#datefix input[type="submit"].btn-block,
#datefix input[type="reset"].btn-block,
#datefix input[type="button"].btn-block {
  width: 100%;
}
.responsive-calendar .controls {
  text-align: center;
  line-height: 2;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls i.fa {
  margin: 0;
  line-height: 2;
}
.responsive-calendar .month-header {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  position: relative;
  font-size: 15;
}
.responsive-calendar .rc-header {
  float: left;
  font-size: 12;
  width: 14.285714285714286%;
  text-align: center;
  border-bottom: 1px gray solid;
}
.responsive-calendar .rc-day {
  display: inline-block;
  position: relative;
  font-size: 12;
  width: 14.285714285714286%;
  text-align: center;
}
.responsive-calendar .rc-day a {
  color: #000000 !important;
  display: block;
  cursor: pointer;
  margin: 5%;
  padding: 15% 0 15% 0;
  border-radius: 3px;
}
.responsive-calendar .rc-day a:hover {
  background-color: #eee !important;
  text-decoration: none !important;
}
.responsive-calendar .rc-day.active a {
  background-color: #b3176b !important;
  color: #ffffff !important;
}
.responsive-calendar .rc-day.active a:hover {
  background-color: rgba(179, 23, 107, 0.7) !important;
}
.responsive-calendar .rc-day.active .not-current {
  background-color: rgba(179, 23, 107, 0.15) !important;
  color: #ffffff;
}
.responsive-calendar .rc-day.active .not-current:hover {
  background-color: rgba(179, 23, 107, 0.3) !important;
}
.responsive-calendar .rc-day.not-current a {
  color: #555 !important;
}
.responsive-calendar .rc-day .badge {
  border-radius: 0 2px 0 5px;
  font-weight: bold;
  padding: 2px 4px;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 1;
}
#dfx_wrapper,
#dfx_detail_wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.dfx-solo {
  font-size: 12;
  line-height: 1.644;
  color: #1e6a88;
}
.dfx-image {
  max-width: 100% !important;
  height: auto;
}
hr.terminlinie {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
hr.terminlinie-bottom {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.dfx-detail-image {
  margin-bottom: 10px;
}
.dfx-image-zweizeilig {
  max-width: 80px;
  margin-right: 15px;
}
.dfx-titel-liste-kurz {
  font-weight: bold !important;
  margin-top: 0 !important;
}
.dfx-titel-liste-zweizeilig {
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}
.dfx-titel-liste-dreizeilig {
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}
.dfx-titel-liste-kompakt {
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}
.dfx-titel-liste-blank {
  margin: 10px 0;
  font-weight: bold !important;
}
.dfx-subtitel-liste-kompakt {
  font-weight: bold !important;
}
.dfx-detail-subtitel {
  font-weight: bold !important;
  margin-bottom: 12px;
}
i.fa {
  font-size: 15;
  margin-left: 10px;
}
.dfx-social i.fa {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 0;
}
.dfx-detail-info i.fa {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 0;
}
.dfx-lokal {
  margin: 10px 0;
}
.dfx-lokal-liste {
  margin: 10px 0;
  font-weight: bold;
}
.dfx-ort {
  margin: 10px 0;
}
.dfx-lead {
  margin: 10px 0;
}
.dfx-text {
  margin: 10px 0;
}
.dfx-text-detail {
  margin: 0 0 10px;
}
.dfx-eintritt {
  margin: 10px 0;
}
.dfx-eintritt-detail {
  margin: 10px 0;
}
.dfx-veranstalter {
  margin: 10px 0;
}
.dfx-zwue {
  font-size: 15;
  font-weight: bold;
  margin: 14px 0;
}
.dfx-titel-liste-kompakt {
  font-weight: bold;
}
.dfx-detail-datum-zeit {
  margin-bottom: 10px;
  font-weight: bold;
}
.dfx-detail-social {
  text-align: right;
}
.dfx-detail-zwue-linie {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 3px;
}
.dfx-detail-zwue-block {
  background-color: #b3176b;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.dfx-detail-zwue-raster {
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 10px;
}
.dfx-map-window {
  display: none;
  height: 300px;
}
.dfx-map-form {
  display: none;
  text-align: right;
  margin-top: 10px;
  padding: 3px 8px;
}
.dfx-map-form-detail {
  margin: 10px 0;
  padding: 3px 8px;
}
.dfx-header {
  font-size: 15;
  font-weight: bold;
  margin: 10px 0;
}
.dfx-kalender {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  border: 1px solid #5f5f5f;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.dfx-filter-side {
  margin-top: 10px;
}
.fx-raster {
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin: 0 0 10px 0 !important;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; */
  padding: 3px;
}
.fx-blank {
  margin-bottom: 16px;
}
.fx-block {
  background-color: #f6f6f6;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 3px 8px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
.fx-linie {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-top: 6px;
}
#datefix legend {
  margin-top: 23px;
}
#dfx-kalender .form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 3px 8px;
  font-size: 12;
  line-height: 1.644;
  color: #1e6a88;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
}
#dfx-kalender .form-control:focus {
  border-color: rgba(198, 61, 78, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(198, 61, 78, 0.6);
  outline: 0 none;
}
#dfx-kalender .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#dfx-kalender .form-group {
  margin-bottom: 15px;
}
#dfx-kalender * {
  box-sizing: border-box;
}
#dfx-kalender *::before,
#datefix *::after {
  box-sizing: border-box;
}
#dfx-kalender .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: 3px 8px;
  font-size: 12;
  line-height: 1.644;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#dfx-kalender .btn-primary {
  color: #ffffff;
  background-color: #b3176b;
  border-color: rgba(0, 0, 0, 0.25);
}
#dfx-kalender .btn-primary:hover,
#dfx-kalender .btn-primary:focus,
#dfx-kalender .btn-primary.focus,
#dfx-kalender .btn-primary:active,
#dfx-kalender .btn-primary.active,
.open > .dropdown-toggle#dfx-kalender .btn-primary {
  color: #ffffff;
  background-color: #b31751;
  border-color: rgba(0, 0, 0, 0.25);
}
#dfx-kalender .btn-primary:active,
#dfx-kalender .btn-primary.active,
.open > .dropdown-toggle#dfx-kalender .btn-primary {
  background-image: none;
}
#dfx-kalender .btn-primary.disabled,
#dfx-kalender .btn-primary[disabled],
fieldset[disabled] #dfx-kalender .btn-primary,
#dfx-kalender .btn-primary.disabled:hover,
#dfx-kalender .btn-primary[disabled]:hover,
fieldset[disabled] #dfx-kalender .btn-primary:hover,
#dfx-kalender .btn-primary.disabled:focus,
#dfx-kalender .btn-primary[disabled]:focus,
fieldset[disabled] #dfx-kalender .btn-primary:focus,
#dfx-kalender .btn-primary.disabled.focus,
#dfx-kalender .btn-primary[disabled].focus,
fieldset[disabled] #dfx-kalender .btn-primary.focus,
#dfx-kalender .btn-primary.disabled:active,
#dfx-kalender .btn-primary[disabled]:active,
fieldset[disabled] #dfx-kalender .btn-primary:active,
#dfx-kalender .btn-primary.disabled.active,
#dfx-kalender .btn-primary[disabled].active,
fieldset[disabled] #dfx-kalender .btn-primary.active {
  background-color: #b3176b;
  border-color: rgba(0, 0, 0, 0.25);
}
#dfx-kalender .btn-primary .badge {
  color: #b3176b;
  background-color: #ffffff;
}
#dfx-kalender .btn:focus,
#dfx-kalender .btn:active:focus,
#dfx-kalender .btn.active:focus,
#dfx-kalender .btn.focus,
#dfx-kalender .btn.focus:active,
#dfx-kalender .btn.active.focus {
  outline: medium none;
}
#dfx-kalender .btn:hover,
#dfx-kalender .btn:focus,
#dfx-kalender .btn.focus {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #bababa;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
#dfx-kalender .btn:active,
#dfx-kalender .btn.active {
  background-image: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
  outline: 0 none;
  transition: all 0.1s linear 0s;
}
textarea.form-control {
  height: auto !important;
  line-height: normal !important;
}
#termine_zeit .form-control,
#termine_zeit .form-group {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
}
#datefix .sm-box .sm-buttons {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 0;
  margin-top: 5px;
  padding: 5px 0 5px 5px;
  position: absolute;
  z-index: 2;
}
#datefix .sm-link .fa {
  margin-right: 2px !important;
}
#datefix .sm-link {
  margin-right: 10px;
}
#datefix .sm-box a .fa::before {
  position: relative;
  top: 2px;
}
#datefix .sm-box {
  float: left;
}
#datefix .sm-box .sm-buttons {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 0;
  margin-top: 5px;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
#datefix .sm-box .sm-buttons a {
  display: inline-block;
  margin-left: 5px;
}
#datefix .sm-box .sm-buttons a.last {
  margin-right: 0;
}
#datefix .sm-box .sm-buttons .fa {
  background: #b3176b none repeat scroll 0 0;
  color: #fff;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  border-radius: 3px;
  margin: 0;
}
#datefix .required::after {
  content: " *";
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: rgba(179, 23, 107, 0.7);
  border-color: #b3176b;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: rgba(179, 23, 107, 0.7);
  border-color: #b3176b;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.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: 12;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #b3176b;
  border-radius: 3px;
  -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: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.644;
  color: #3d3d3d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #b3176b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #b3176b;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #818181;
}
.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: 11;
  line-height: 1.644;
  color: #818181;
  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;
  }
}
#datefix .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#datefix .nav > li {
  position: relative;
  display: block;
}
#datefix .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#datefix .nav > li > a:hover,
#datefix .nav > li > a:focus {
  text-decoration: none;
  background-color: #eaeaea;
}
#datefix .nav > li.disabled > a {
  color: #818181;
}
#datefix .nav > li.disabled > a:hover,
#datefix .nav > li.disabled > a:focus {
  color: #818181;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
#datefix .nav .open > a,
#datefix .nav .open > a:hover,
#datefix .nav .open > a:focus {
  background-color: #eaeaea;
  border-color: #b3176b;
}
#datefix .nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#datefix .nav > li > a > img {
  max-width: none;
}
#datefix .nav-tabs {
  border-bottom: 1px solid #eeeeee;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #ffffff 90%, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff 90%, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff 90%, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  margin-bottom: 20px;
}
#datefix .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#datefix .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.644;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  padding: 10px 18px;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#datefix .nav-tabs > li > a:hover,
#datefix .nav-tabs > li > a:focus {
  border-color: #eaeaea #eaeaea #eeeeee;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  outline: none;
}
#datefix .nav-tabs > li.active > a,
#datefix .nav-tabs > li.active > a:hover,
#datefix .nav-tabs > li.active > a:focus {
  color: #5f5f5f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top-color: #b3176b;
  border-bottom-color: transparent;
  cursor: default;
  -webkit-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.1);
}
#datefix .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#datefix .nav-tabs.nav-justified > li {
  float: none;
}
#datefix .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#datefix .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #datefix .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #datefix .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#datefix .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
#datefix .nav-tabs.nav-justified > .active > a,
#datefix .nav-tabs.nav-justified > .active > a:hover,
#datefix .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  #datefix .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  #datefix .nav-tabs.nav-justified > .active > a,
  #datefix .nav-tabs.nav-justified > .active > a:hover,
  #datefix .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
#datefix .nav-pills > li {
  float: left;
}
#datefix .nav-pills > li > a {
  color: #555;
  border-bottom: 1px solid transparent;
}
#datefix .nav-pills > li > a:hover,
#datefix .nav-pills > li > a:focus {
  color: #b3176b;
  background-color: transparent;
  border-bottom-color: #b3176b;
}
#datefix .nav-pills > li + li {
  margin-left: 2px;
}
#datefix .nav-pills > li.active > a,
#datefix .nav-pills > li.active > a:hover,
#datefix .nav-pills > li.active > a:focus {
  color: #b3176b;
  background-color: transparent;
  border-bottom-color: #b3176b;
}
#datefix .nav-stacked > li {
  float: none;
}
#datefix .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
#datefix .nav-justified {
  width: 100%;
}
#datefix .nav-justified > li {
  float: none;
}
#datefix .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#datefix .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #datefix .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #datefix .nav-justified > li > a {
    margin-bottom: 0;
  }
}
#datefix .nav-tabs-justified {
  border-bottom: 0;
}
#datefix .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
#datefix .nav-tabs-justified > .active > a,
#datefix .nav-tabs-justified > .active > a:hover,
#datefix .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  #datefix .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  #datefix .nav-tabs-justified > .active > a,
  #datefix .nav-tabs-justified > .active > a:hover,
  #datefix .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
#datefix .tab-content > .tab-pane {
  display: none;
}
#datefix .tab-content > .active {
  display: block;
}
#datefix .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#datefix .tabs-left > .nav-tabs > li,
#datefix .tabs-right > .nav-tabs > li {
  float: none;
}
#datefix .tabs-left > .nav-tabs > li > a,
#datefix .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
#datefix .tabs-left > .nav-tabs {
  float: left;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(left, #ffffff 90%, #eeeeee);
  background-image: -o-linear-gradient(right, #ffffff 90%, #eeeeee);
  background-image: linear-gradient(to right, #ffffff 90%, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-bottom: 0;
}
#datefix .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 2px 0 0 2px;
}
#datefix .tabs-left > .nav-tabs > li > a:hover,
#datefix .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee;
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
#datefix .tabs-left > .nav-tabs .active > a,
#datefix .tabs-left > .nav-tabs .active > a:hover,
#datefix .tabs-left > .nav-tabs .active > a:focus {
  -webkit-box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #dddddd transparent #dddddd #b3176b;
  *border-right-color: #fff;
}
#datefix .tabs-right > .nav-tabs {
  float: right;
  margin-left: 20px;
  border-left: 1px solid #ddd;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(right, #ffffff 90%, #eeeeee);
  background-image: -o-linear-gradient(right, #ffffff 90%, #eeeeee);
  background-image: linear-gradient(to left, #ffffff 90%, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-bottom: 0;
}
#datefix .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
#datefix .tabs-right > .nav-tabs > li > a:hover,
#datefix .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee;
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
#datefix .tabs-right > .nav-tabs .active > a,
#datefix .tabs-right > .nav-tabs .active > a:hover,
#datefix .tabs-right > .nav-tabs .active > a:focus {
  -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #dddddd #b3176b #dddddd transparent;
  *border-left-color: #fff;
}
#datefix .tabs-below > .nav-tabs {
  border-top: 1px solid #eee;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 10%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 10%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
  margin: 20px 0 0;
  border-bottom: 0;
}
#datefix .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
#datefix .tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 3px 3px;
}
#datefix .tabs-below > .nav-tabs > li > a:hover,
#datefix .tabs-below > .nav-tabs > li > a:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#datefix .tabs-below > .nav-tabs > .active > a,
#datefix .tabs-below > .nav-tabs > .active > a:hover,
#datefix .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#datefix .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px;
}
#datefix .pagination > li {
  display: inline;
  margin-left: 0;
}
#datefix .pagination > li > a,
#datefix .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 8px;
  line-height: 1.644;
  text-decoration: none;
  color: #b3176b;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
#datefix .pagination > li:first-child > a,
#datefix .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#datefix .pagination > li:last-child > a,
#datefix .pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#datefix .pagination > li > a:hover,
#datefix .pagination > li > span:hover,
#datefix .pagination > li > a:focus,
#datefix .pagination > li > span:focus {
  color: #555555;
  background-color: #f6f6f6;
  border-bottom-color: #b3176b;
}
#datefix .pagination > .active > a,
#datefix .pagination > .active > span,
#datefix .pagination > .active > a:hover,
#datefix .pagination > .active > span:hover,
#datefix .pagination > .active > a:focus,
#datefix .pagination > .active > span:focus {
  z-index: 2;
  color: #555555;
  background-color: #f6f6f6;
  cursor: default;
  border-bottom-color: #b3176b;
}
#datefix .pagination > .disabled > span,
#datefix .pagination > .disabled > span:hover,
#datefix .pagination > .disabled > span:focus,
#datefix .pagination > .disabled > a,
#datefix .pagination > .disabled > a:hover,
#datefix .pagination > .disabled > a:focus {
  color: #555555;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
#datefix .pagination-lg > li > a,
#datefix .pagination-lg > li > span {
  padding: 6px 12px;
  font-size: 15;
}
#datefix .pagination-lg > li:first-child > a,
#datefix .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#datefix .pagination-lg > li:last-child > a,
#datefix .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#datefix .pagination-sm > li > a,
#datefix .pagination-sm > li > span {
  padding: 2px 6px;
  font-size: 11;
}
#datefix .pagination-sm > li:first-child > a,
#datefix .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#datefix .pagination-sm > li:last-child > a,
#datefix .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
#datefix .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#datefix .label:hover,
a#datefix .label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#datefix .label:empty {
  display: none;
}
.btn #datefix .label {
  position: relative;
  top: -1px;
}
#datefix .label-default {
  background-color: #818181;
}
#datefix .label-default[href]:hover,
#datefix .label-default[href]:focus {
  background-color: #686868;
}
#datefix .label-primary {
  background-color: #b3176b;
}
#datefix .label-primary[href]:hover,
#datefix .label-primary[href]:focus {
  background-color: #861150;
}
#datefix .label-success {
  background-color: #468847;
}
#datefix .label-success[href]:hover,
#datefix .label-success[href]:focus {
  background-color: #356635;
}
#datefix .label-info {
  background-color: #3a87ad;
}
#datefix .label-info[href]:hover,
#datefix .label-info[href]:focus {
  background-color: #2d6987;
}
#datefix .label-warning {
  background-color: #f89406;
}
#datefix .label-warning[href]:hover,
#datefix .label-warning[href]:focus {
  background-color: #c67605;
}
#datefix .label-danger {
  background-color: #ee5f5b;
}
#datefix .label-danger[href]:hover,
#datefix .label-danger[href]:focus {
  background-color: #e9322d;
}
#datefix .alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px;
}
#datefix .alert h4 {
  margin-top: 0;
  color: inherit;
}
#datefix .alert .alert-link {
  font-weight: bold;
}
#datefix .alert > p,
#datefix .alert > ul {
  margin-bottom: 0;
}
#datefix .alert > p + p {
  margin-top: 5px;
}
#datefix .alert-dismissable,
#datefix .alert-dismissible {
  padding-right: 35px;
}
#datefix .alert-dismissable .close,
#datefix .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
#datefix .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
#datefix .alert-success hr {
  border-top-color: #c9e2b3;
}
#datefix .alert-success .alert-link {
  color: #356635;
}
#datefix .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#datefix .alert-info hr {
  border-top-color: #a6e1ec;
}
#datefix .alert-info .alert-link {
  color: #2d6987;
}
#datefix .alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
#datefix .alert-warning hr {
  border-top-color: #f8e5be;
}
#datefix .alert-warning .alert-link {
  color: #a47e3c;
}
#datefix .alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#datefix .alert-danger hr {
  border-top-color: #e6c1c7;
}
#datefix .alert-danger .alert-link {
  color: #953b39;
}
#datefix .media,
#datefix .media-body {
  overflow: hidden;
  zoom: 1;
}
#datefix .media,
#datefix .media .media {
  margin-top: 30px;
  border-top: 1px solid #b3176b;
  padding-top: 15px;
}
#datefix .media:first-child {
  margin-top: 0;
  border-top: none;
}
#datefix .media-object {
  display: block;
}
#datefix .media-heading {
  margin: 0 0 5px;
}
#datefix .media > .pull-left {
  margin-right: 10px;
}
#datefix .media > .pull-right {
  margin-left: 10px;
}
#datefix .media-list {
  padding-left: 0;
  list-style: none;
}
#datefix .panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
#datefix .panel-body {
  padding: 15px;
}
#datefix .panel-heading {
  padding: 10px 15px;
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-size: 17px;
  font-weight: bold;
}
#datefix .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
#datefix .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14;
  color: inherit;
}
#datefix .panel-title > a {
  color: inherit;
}
#datefix .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#datefix .panel > .list-group {
  margin-bottom: 0;
}
#datefix .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
#datefix .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
#datefix .panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#datefix .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
#datefix .list-group + .panel-footer {
  border-top-width: 0;
}
#datefix .panel > .table,
#datefix .panel > .table-responsive > .table,
#datefix .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
#datefix .panel > .table caption,
#datefix .panel > .table-responsive > .table caption,
#datefix .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
#datefix .panel > .table:first-child,
#datefix .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
#datefix .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#datefix .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#datefix .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#datefix .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
#datefix .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#datefix .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#datefix .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#datefix .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#datefix .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
#datefix .panel > .table:last-child,
#datefix .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#datefix .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#datefix .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#datefix .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#datefix .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
#datefix .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#datefix .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#datefix .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#datefix .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#datefix .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
#datefix .panel > .panel-body + .table,
#datefix .panel > .panel-body + .table-responsive {
  border-top: 1px solid #bbbbbb;
}
#datefix .panel > .table > tbody:first-child > tr:first-child th,
#datefix .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
#datefix .panel > .table-bordered,
#datefix .panel > .table-responsive > .table-bordered {
  border: 0;
}
#datefix .panel > .table-bordered > thead > tr > th:first-child,
#datefix .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#datefix .panel > .table-bordered > tbody > tr > th:first-child,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#datefix .panel > .table-bordered > tfoot > tr > th:first-child,
#datefix .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#datefix .panel > .table-bordered > thead > tr > td:first-child,
#datefix .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#datefix .panel > .table-bordered > tbody > tr > td:first-child,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#datefix .panel > .table-bordered > tfoot > tr > td:first-child,
#datefix .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#datefix .panel > .table-bordered > thead > tr > th:last-child,
#datefix .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#datefix .panel > .table-bordered > tbody > tr > th:last-child,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#datefix .panel > .table-bordered > tfoot > tr > th:last-child,
#datefix .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#datefix .panel > .table-bordered > thead > tr > td:last-child,
#datefix .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#datefix .panel > .table-bordered > tbody > tr > td:last-child,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#datefix .panel > .table-bordered > tfoot > tr > td:last-child,
#datefix .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#datefix .panel > .table-bordered > thead > tr:first-child > td,
#datefix .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#datefix .panel > .table-bordered > tbody > tr:first-child > td,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#datefix .panel > .table-bordered > thead > tr:first-child > th,
#datefix .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
#datefix .panel > .table-bordered > tbody > tr:first-child > th,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
#datefix .panel > .table-bordered > tbody > tr:last-child > td,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#datefix .panel > .table-bordered > tfoot > tr:last-child > td,
#datefix .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#datefix .panel > .table-bordered > tbody > tr:last-child > th,
#datefix .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#datefix .panel > .table-bordered > tfoot > tr:last-child > th,
#datefix .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
#datefix .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
#datefix .panel-group {
  margin-bottom: 23px;
}
#datefix .panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}
#datefix .panel-group .panel + .panel {
  margin-top: 5px;
}
#datefix .panel-group .panel-heading {
  margin-bottom: -1px;
}
#datefix .panel-group .panel-heading .panel-title > a:focus,
#datefix .panel-group .panel-heading .panel-title > a:hover {
  outline: none;
  text-decoration: none;
}
#datefix .panel-group .panel-footer {
  border-top: 0;
}
#datefix .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
#datefix .panel-default {
  border-color: #dddddd;
}
#datefix .panel-default > .panel-heading {
  color: #1e6a88;
  border-color: #dddddd;
  border-bottom-color: #f5f5f5;
}
#datefix .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
#datefix .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #1e6a88;
}
#datefix .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
#datefix .panel-primary {
  border-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-primary > .panel-heading {
  color: #1e6a88;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #b3176b;
}
#datefix .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-primary > .panel-heading .badge {
  color: #b3176b;
  background-color: #1e6a88;
}
#datefix .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-success {
  border-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-success > .panel-heading {
  color: #1e6a88;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #62c462;
}
#datefix .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-success > .panel-heading .badge {
  color: #62c462;
  background-color: #1e6a88;
}
#datefix .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-info {
  border-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-info > .panel-heading {
  color: #1e6a88;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #b3176b;
}
#datefix .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-info > .panel-heading .badge {
  color: #b3176b;
  background-color: #1e6a88;
}
#datefix .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-warning {
  border-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-warning > .panel-heading {
  color: #1e6a88;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #fbb450;
}
#datefix .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-warning > .panel-heading .badge {
  color: #fbb450;
  background-color: #1e6a88;
}
#datefix .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-danger {
  border-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-danger > .panel-heading {
  color: #1e6a88;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #ee5f5b;
}
#datefix .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#datefix .panel-danger > .panel-heading .badge {
  color: #ee5f5b;
  background-color: #1e6a88;
}
#datefix .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#datefix .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
#datefix .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#datefix .well-gray {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  -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);
}
#datefix .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#datefix .well-lg {
  padding: 24px;
  border-radius: 4px;
}
#datefix .well-sm {
  padding: 9px;
  border-radius: 2px;
}
#datefix .well-dark {
  background-color: #474747;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: inset 0 4px 6px #1c1c1c;
  box-shadow: inset 0 4px 6px #1c1c1c;
  border-radius: 4px;
  padding: 15px;
}
#datefix .close {
  float: right;
  font-size: 18;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#datefix .close:hover,
#datefix .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button#datefix .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: 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 {
  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: 34px;
  padding: 6px 12px;
  font-size: 15;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
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: 22px;
  padding: 2px 6px;
  font-size: 11;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 22px;
  line-height: 22px;
}
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: 3px 8px;
  font-size: 12;
  font-weight: normal;
  line-height: 1;
  color: #1e6a88;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 2px 6px;
  font-size: 11;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 6px 12px;
  font-size: 15;
  border-radius: 4px;
}
.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;
}
.carousel {
  position: relative;
  margin-bottom: 15px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-right: 5px solid transparent;
}
.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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  margin-bottom: 0 !important;
}
.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;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 5%;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 11;
  outline: 0;
}
.carousel-control.right {
  left: auto;
  right: 20px;
}
.carousel-control:hover,
.carousel-control:active,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0 !important;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-circle-left,
.carousel-control .fa-chevron-circle-right {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 42px;
  margin-top: -20px;
  margin-left: 0;
  border-radius: 3px;
  font-size: 36px;
  line-height: 42px;
}
.carousel-control .icon-next {
  right: 0;
  left: auto;
}
.carousel:hover .carousel-control .icon-prev,
.carousel:hover .carousel-control .icon-next {
  background-color: #b3176b;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* Indicators list style */
.article-slide .carousel-indicators {
  margin: 0px;
  margin-top: 5px !important;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
  display: inline;
  float: left;
  /* height: 54px; */
  border-right: 5px solid transparent;
  width: 25%;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.article-slide .carousel-indicators li img {
  max-width: 100%;
  height: auto;
  opacity: .7;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.article-slide .carousel-indicators li img:hover {
  opacity: 1;
}
li.active img {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 5px;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption .carousel-caption-heading {
  background-color: #b3176b;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
}
.carousel-caption p {
  padding: 15px;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 42px;
    margin-top: -20px;
    margin-left: 0;
    font-size: 20px;
    line-height: 42px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -webkit-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  z-index: 2;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.input-group.date .input-group-addon:hover {
  cursor: pointer;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px 8px;
  margin-top: 1px;
  border-radius: 3px;
}
.datepicker th.switch {
  border-bottom: 1px solid #b3176b;
  text-align: center;
}
.datepicker .day.new {
  color: #63badc;
}
.datepicker .prev,
.datepicker .next {
  font-size: 15;
}
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .switch:hover,
.datepicker .month:hover,
.datepicker .day:hover {
  cursor: pointer;
}
.datepicker .day,
.datepicker .prev,
.datepicker .next {
  text-align: center;
}
.datepicker .day.active,
.datepicker .prev.active,
.datepicker .next.active,
.datepicker .day:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  color: #fff;
  border-radius: 3px;
  background-color: #b3176b;
}
.datepicker .month,
.datepicker .year {
  padding: 0 10px;
  margin: 10px 0;
}
.datepicker .month.active,
.datepicker .year.active,
.datepicker .month:hover,
.datepicker .year:hover {
  color: #fff;
  border-radius: 3px;
  background-color: #b3176b;
}
.clearfix:before,
.clearfix:after,
#datefix .dl-horizontal dd:before,
#datefix .dl-horizontal dd:after,
#datefix .container:before,
#datefix .container:after,
#datefix .container-fluid:before,
#datefix .container-fluid:after,
#datefix .row:before,
#datefix .row:after,
#datefix .form-horizontal .form-group:before,
#datefix .form-horizontal .form-group:after,
#datefix .nav:before,
#datefix .nav:after,
#datefix .panel-body:before,
#datefix .panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
#datefix .dl-horizontal dd:after,
#datefix .container:after,
#datefix .container-fluid:after,
#datefix .row:after,
#datefix .form-horizontal .form-group:after,
#datefix .nav:after,
#datefix .panel-body: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;
}
#datefix .visible-xs,
#datefix .visible-sm,
#datefix .visible-md,
#datefix .visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  #datefix .visible-xs {
    display: block !important;
  }
  table#datefix .visible-xs {
    display: table;
  }
  tr#datefix .visible-xs {
    display: table-row !important;
  }
  th#datefix .visible-xs,
  td#datefix .visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #datefix .visible-sm {
    display: block !important;
  }
  table#datefix .visible-sm {
    display: table;
  }
  tr#datefix .visible-sm {
    display: table-row !important;
  }
  th#datefix .visible-sm,
  td#datefix .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #datefix .visible-md {
    display: block !important;
  }
  table#datefix .visible-md {
    display: table;
  }
  tr#datefix .visible-md {
    display: table-row !important;
  }
  th#datefix .visible-md,
  td#datefix .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #datefix .visible-lg {
    display: block !important;
  }
  table#datefix .visible-lg {
    display: table;
  }
  tr#datefix .visible-lg {
    display: table-row !important;
  }
  th#datefix .visible-lg,
  td#datefix .visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #datefix .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #datefix .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #datefix .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #datefix .hidden-lg {
    display: none !important;
  }
}
#datefix .visible-print {
  display: none !important;
}
@media print {
  #datefix .visible-print {
    display: block !important;
  }
  table#datefix .visible-print {
    display: table;
  }
  tr#datefix .visible-print {
    display: table-row !important;
  }
  th#datefix .visible-print,
  td#datefix .visible-print {
    display: table-cell !important;
  }
}
@media print {
  #datefix .hidden-print {
    display: none !important;
  }
}
#datefix .pagination li {
  background: none !important;
}
#datefix {
  font-family: Open Sans !important;
}
