/*!
 *  Font Awesome 4.7.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('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * FullCalendar v2.8.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */



.fc {
	direction: ltr;
	text-align: left;
}

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

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	box-sizing: border-box; /* fix scrollbar issue in firefox */
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
	display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	/* only show when hovering or selected (with touch) */
	display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999; /* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
	z-index: 9999 !important; /* overcomes inline z-index */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3; /* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px; /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px; /* overcome top border */
	bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
	/* 8x8 little dot */
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px; /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1; /* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px; /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
	position: relative;
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
	overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 104, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 152, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 171, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 183, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 191, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 199, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 207, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 231, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 239, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 251, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 0;
}

/* line 263, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 274, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 285, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 299, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 311, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 324, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 336, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 346, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 358, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 390, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 403, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 8, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
  }
  /* line 57, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 80, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 87, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 91, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 95, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 99, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 61, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 91, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-primary {
  color: #428bca;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-primary:hover {
  color: #3071a9;
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning:hover {
  color: #a47e3c;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-danger {
  color: #b94a48;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-danger:hover {
  color: #953b39;
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #468847;
}
/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success:hover {
  color: #356635;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}
/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info:hover {
  color: #2d6987;
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-right, .alert-footer {
  text-align: right;
}

/* line 72, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 99, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

/* line 104, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 120, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 152, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 161, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 166, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 176, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 180, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 183, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 194, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 201, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 212, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 218, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 224, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
/* line 228, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 233, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 236, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
/* line 240, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 246, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 251, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
/* line 258, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 261, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 269, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 275, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 728, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 747, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }

  /* line 747, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 63, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }

  /* line 747, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }

  /* line 747, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 755, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 765, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 760, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 770, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 95, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  float: none;
  display: table-column;
}

/* line 142, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

/* line 160, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > td.active, body.schedules .table > thead > tr > td#nav-schedule,
body.organizations.edit .table > thead > tr > td#nav-organizations,
body.organizations.metrics .table > thead > tr > td#nav-admin-metrics,
body.users .table > thead > tr > td#nav-staff,
body.patients .table > thead > tr > td#nav-claimants,
body.appointment-forms .table > thead > tr > td#nav-claimants,
.table > thead > tr > th.active,
body.schedules .table > thead > tr > th#nav-schedule,
body.organizations.edit .table > thead > tr > th#nav-organizations,
body.organizations.metrics .table > thead > tr > th#nav-admin-metrics,
body.users .table > thead > tr > th#nav-staff,
body.patients .table > thead > tr > th#nav-claimants,
body.appointment-forms .table > thead > tr > th#nav-claimants, .table > thead > tr.active > td, body.schedules .table > thead > tr#nav-schedule > td,
body.organizations.edit .table > thead > tr#nav-organizations > td,
body.organizations.metrics .table > thead > tr#nav-admin-metrics > td,
body.users .table > thead > tr#nav-staff > td,
body.patients .table > thead > tr#nav-claimants > td,
body.appointment-forms .table > thead > tr#nav-claimants > td, .table > thead > tr.active > th, body.schedules .table > thead > tr#nav-schedule > th,
body.organizations.edit .table > thead > tr#nav-organizations > th,
body.organizations.metrics .table > thead > tr#nav-admin-metrics > th,
body.users .table > thead > tr#nav-staff > th,
body.patients .table > thead > tr#nav-claimants > th,
body.appointment-forms .table > thead > tr#nav-claimants > th,
.table > tbody > tr > td.active,
body.schedules .table > tbody > tr > td#nav-schedule,
body.organizations.edit .table > tbody > tr > td#nav-organizations,
body.organizations.metrics .table > tbody > tr > td#nav-admin-metrics,
body.users .table > tbody > tr > td#nav-staff,
body.patients .table > tbody > tr > td#nav-claimants,
body.appointment-forms .table > tbody > tr > td#nav-claimants,
.table > tbody > tr > th.active,
body.schedules .table > tbody > tr > th#nav-schedule,
body.organizations.edit .table > tbody > tr > th#nav-organizations,
body.organizations.metrics .table > tbody > tr > th#nav-admin-metrics,
body.users .table > tbody > tr > th#nav-staff,
body.patients .table > tbody > tr > th#nav-claimants,
body.appointment-forms .table > tbody > tr > th#nav-claimants,
.table > tbody > tr.active > td,
body.schedules .table > tbody > tr#nav-schedule > td,
body.organizations.edit .table > tbody > tr#nav-organizations > td,
body.organizations.metrics .table > tbody > tr#nav-admin-metrics > td,
body.users .table > tbody > tr#nav-staff > td,
body.patients .table > tbody > tr#nav-claimants > td,
body.appointment-forms .table > tbody > tr#nav-claimants > td,
.table > tbody > tr.active > th,
body.schedules .table > tbody > tr#nav-schedule > th,
body.organizations.edit .table > tbody > tr#nav-organizations > th,
body.organizations.metrics .table > tbody > tr#nav-admin-metrics > th,
body.users .table > tbody > tr#nav-staff > th,
body.patients .table > tbody > tr#nav-claimants > th,
body.appointment-forms .table > tbody > tr#nav-claimants > th,
.table > tfoot > tr > td.active,
body.schedules .table > tfoot > tr > td#nav-schedule,
body.organizations.edit .table > tfoot > tr > td#nav-organizations,
body.organizations.metrics .table > tfoot > tr > td#nav-admin-metrics,
body.users .table > tfoot > tr > td#nav-staff,
body.patients .table > tfoot > tr > td#nav-claimants,
body.appointment-forms .table > tfoot > tr > td#nav-claimants,
.table > tfoot > tr > th.active,
body.schedules .table > tfoot > tr > th#nav-schedule,
body.organizations.edit .table > tfoot > tr > th#nav-organizations,
body.organizations.metrics .table > tfoot > tr > th#nav-admin-metrics,
body.users .table > tfoot > tr > th#nav-staff,
body.patients .table > tfoot > tr > th#nav-claimants,
body.appointment-forms .table > tfoot > tr > th#nav-claimants,
.table > tfoot > tr.active > td,
body.schedules .table > tfoot > tr#nav-schedule > td,
body.organizations.edit .table > tfoot > tr#nav-organizations > td,
body.organizations.metrics .table > tfoot > tr#nav-admin-metrics > td,
body.users .table > tfoot > tr#nav-staff > td,
body.patients .table > tfoot > tr#nav-claimants > td,
body.appointment-forms .table > tfoot > tr#nav-claimants > td,
.table > tfoot > tr.active > th,
body.schedules .table > tfoot > tr#nav-schedule > th,
body.organizations.edit .table > tfoot > tr#nav-organizations > th,
body.organizations.metrics .table > tfoot > tr#nav-admin-metrics > th,
body.users .table > tfoot > tr#nav-staff > th,
body.patients .table > tfoot > tr#nav-claimants > th,
body.appointment-forms .table > tfoot > tr#nav-claimants > th {
  background-color: #f5f5f5;
}

/* line 438, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 449, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 438, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 449, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 438, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 449, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  /* line 183, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 193, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 201, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 210, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 218, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 222, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 235, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 833, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 57, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:-moz-placeholder {
  color: #999999;
}
/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
}
/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 147, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 177, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 192, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 199, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 205, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 214, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 848, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 853, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 858, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

/* line 848, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 853, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 858, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

/* line 792, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
/* line 801, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 804, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 811, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 792, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
/* line 801, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 804, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 811, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 792, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
/* line 801, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 804, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 811, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 265, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 275, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 300, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 307, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  /* line 314, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 321, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 338, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 349, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 353, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  /* line 359, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active, body.schedules .btn#nav-schedule,
body.organizations.edit .btn#nav-organizations,
body.organizations.metrics .btn#nav-admin-metrics,
body.users .btn#nav-staff,
body.patients .btn#nav-claimants,
body.appointment-forms .btn#nav-claimants {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 467, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, body.schedules .btn-default#nav-schedule,
body.organizations.edit .btn-default#nav-organizations,
body.organizations.metrics .btn-default#nav-admin-metrics,
body.users .btn-default#nav-staff,
body.patients .btn-default#nav-claimants,
body.appointment-forms .btn-default#nav-claimants {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 475, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 480, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active, body.schedules .btn-default#nav-schedule,
body.organizations.edit .btn-default#nav-organizations,
body.organizations.metrics .btn-default#nav-admin-metrics,
body.users .btn-default#nav-staff,
body.patients .btn-default#nav-claimants,
body.appointment-forms .btn-default#nav-claimants {
  background-image: none;
}
/* line 484, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 490, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, body.schedules .btn-default.disabled#nav-schedule,
body.organizations.edit .btn-default.disabled#nav-organizations,
body.organizations.metrics .btn-default.disabled#nav-admin-metrics,
body.users .btn-default.disabled#nav-staff,
body.patients .btn-default.disabled#nav-claimants,
body.appointment-forms .btn-default.disabled#nav-claimants, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, body.schedules .btn-default[disabled]#nav-schedule,
body.organizations.edit .btn-default[disabled]#nav-organizations,
body.organizations.metrics .btn-default[disabled]#nav-admin-metrics,
body.users .btn-default[disabled]#nav-staff,
body.patients .btn-default[disabled]#nav-claimants,
body.appointment-forms .btn-default[disabled]#nav-claimants, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active, fieldset[disabled] body.schedules .btn-default#nav-schedule, body.schedules fieldset[disabled] .btn-default#nav-schedule,
fieldset[disabled] body.organizations.edit .btn-default#nav-organizations,
body.organizations.edit fieldset[disabled] .btn-default#nav-organizations,
fieldset[disabled] body.organizations.metrics .btn-default#nav-admin-metrics,
body.organizations.metrics fieldset[disabled] .btn-default#nav-admin-metrics,
fieldset[disabled] body.users .btn-default#nav-staff,
body.users fieldset[disabled] .btn-default#nav-staff,
fieldset[disabled] body.patients .btn-default#nav-claimants,
body.patients fieldset[disabled] .btn-default#nav-claimants,
fieldset[disabled] body.appointment-forms .btn-default#nav-claimants,
body.appointment-forms fieldset[disabled] .btn-default#nav-claimants {
  background-color: #fff;
  border-color: #ccc;
}

/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 467, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, body.schedules .btn-primary#nav-schedule,
body.organizations.edit .btn-primary#nav-organizations,
body.organizations.metrics .btn-primary#nav-admin-metrics,
body.users .btn-primary#nav-staff,
body.patients .btn-primary#nav-claimants,
body.appointment-forms .btn-primary#nav-claimants {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
/* line 475, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
/* line 480, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active, body.schedules .btn-primary#nav-schedule,
body.organizations.edit .btn-primary#nav-organizations,
body.organizations.metrics .btn-primary#nav-admin-metrics,
body.users .btn-primary#nav-staff,
body.patients .btn-primary#nav-claimants,
body.appointment-forms .btn-primary#nav-claimants {
  background-image: none;
}
/* line 484, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 490, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, body.schedules .btn-primary.disabled#nav-schedule,
body.organizations.edit .btn-primary.disabled#nav-organizations,
body.organizations.metrics .btn-primary.disabled#nav-admin-metrics,
body.users .btn-primary.disabled#nav-staff,
body.patients .btn-primary.disabled#nav-claimants,
body.appointment-forms .btn-primary.disabled#nav-claimants, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, body.schedules .btn-primary[disabled]#nav-schedule,
body.organizations.edit .btn-primary[disabled]#nav-organizations,
body.organizations.metrics .btn-primary[disabled]#nav-admin-metrics,
body.users .btn-primary[disabled]#nav-staff,
body.patients .btn-primary[disabled]#nav-claimants,
body.appointment-forms .btn-primary[disabled]#nav-claimants, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] body.schedules .btn-primary#nav-schedule, body.schedules fieldset[disabled] .btn-primary#nav-schedule,
fieldset[disabled] body.organizations.edit .btn-primary#nav-organizations,
body.organizations.edit fieldset[disabled] .btn-primary#nav-organizations,
fieldset[disabled] body.organizations.metrics .btn-primary#nav-admin-metrics,
body.organizations.metrics fieldset[disabled] .btn-primary#nav-admin-metrics,
fieldset[disabled] body.users .btn-primary#nav-staff,
body.users fieldset[disabled] .btn-primary#nav-staff,
fieldset[disabled] body.patients .btn-primary#nav-claimants,
body.patients fieldset[disabled] .btn-primary#nav-claimants,
fieldset[disabled] body.appointment-forms .btn-primary#nav-claimants,
body.appointment-forms fieldset[disabled] .btn-primary#nav-claimants {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 467, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, body.schedules .btn-warning#nav-schedule,
body.organizations.edit .btn-warning#nav-organizations,
body.organizations.metrics .btn-warning#nav-admin-metrics,
body.users .btn-warning#nav-staff,
body.patients .btn-warning#nav-claimants,
body.appointment-forms .btn-warning#nav-claimants {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 475, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 480, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active, body.schedules .btn-warning#nav-schedule,
body.organizations.edit .btn-warning#nav-organizations,
body.organizations.metrics .btn-warning#nav-admin-metrics,
body.users .btn-warning#nav-staff,
body.patients .btn-warning#nav-claimants,
body.appointment-forms .btn-warning#nav-claimants {
  background-image: none;
}
/* line 484, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 490, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, body.schedules .btn-warning.disabled#nav-schedule,
body.organizations.edit .btn-warning.disabled#nav-organizations,
body.organizations.metrics .btn-warning.disabled#nav-admin-metrics,
body.users .btn-warning.disabled#nav-staff,
body.patients .btn-warning.disabled#nav-claimants,
body.appointment-forms .btn-warning.disabled#nav-claimants, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, body.schedules .btn-warning[disabled]#nav-schedule,
body.organizations.edit .btn-warning[disabled]#nav-organizations,
body.organizations.metrics .btn-warning[disabled]#nav-admin-metrics,
body.users .btn-warning[disabled]#nav-staff,
body.patients .btn-warning[disabled]#nav-claimants,
body.appointment-forms .btn-warning[disabled]#nav-claimants, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] body.schedules .btn-warning#nav-schedule, body.schedules fieldset[disabled] .btn-warning#nav-schedule,
fieldset[disabled] body.organizations.edit .btn-warning#nav-organizations,
body.organizations.edit fieldset[disabled] .btn-warning#nav-organizations,
fieldset[disabled] body.organizations.metrics .btn-warning#nav-admin-metrics,
body.organizations.metrics fieldset[disabled] .btn-warning#nav-admin-metrics,
fieldset[disabled] body.users .btn-warning#nav-staff,
body.users fieldset[disabled] .btn-warning#nav-staff,
fieldset[disabled] body.patients .btn-warning#nav-claimants,
body.patients fieldset[disabled] .btn-warning#nav-claimants,
fieldset[disabled] body.appointment-forms .btn-warning#nav-claimants,
body.appointment-forms fieldset[disabled] .btn-warning#nav-claimants {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 467, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, body.schedules .btn-danger#nav-schedule,
body.organizations.edit .btn-danger#nav-organizations,
body.organizations.metrics .btn-danger#nav-admin-metrics,
body.users .btn-danger#nav-staff,
body.patients .btn-danger#nav-claimants,
body.appointment-forms .btn-danger#nav-claimants {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 475, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 480, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active, body.schedules .btn-danger#nav-schedule,
body.organizations.edit .btn-danger#nav-organizations,
body.organizations.metrics .btn-danger#nav-admin-metrics,
body.users .btn-danger#nav-staff,
body.patients .btn-danger#nav-claimants,
body.appointment-forms .btn-danger#nav-claimants {
  background-image: none;
}
/* line 484, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 490, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, body.schedules .btn-danger.disabled#nav-schedule,
body.organizations.edit .btn-danger.disabled#nav-organizations,
body.organizations.metrics .btn-danger.disabled#nav-admin-metrics,
body.users .btn-danger.disabled#nav-staff,
body.patients .btn-danger.disabled#nav-claimants,
body.appointment-forms .btn-danger.disabled#nav-claimants, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, body.schedules .btn-danger[disabled]#nav-schedule,
body.organizations.edit .btn-danger[disabled]#nav-organizations,
body.organizations.metrics .btn-danger[disabled]#nav-admin-metrics,
body.users .btn-danger[disabled]#nav-staff,
body.patients .btn-danger[disabled]#nav-claimants,
body.appointment-forms .btn-danger[disabled]#nav-claimants, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] body.schedules .btn-danger#nav-schedule, body.schedules fieldset[disabled] .btn-danger#nav-schedule,
fieldset[disabled] body.organizations.edit .btn-danger#nav-organizations,
body.organizations.edit fieldset[disabled] .btn-danger#nav-organizations,
fieldset[disabled] body.organizations.metrics .btn-danger#nav-admin-metrics,
body.organizations.metrics fieldset[disabled] .btn-danger#nav-admin-metrics,
fieldset[disabled] body.users .btn-danger#nav-staff,
body.users fieldset[disabled] .btn-danger#nav-staff,
fieldset[disabled] body.patients .btn-danger#nav-claimants,
body.patients fieldset[disabled] .btn-danger#nav-claimants,
fieldset[disabled] body.appointment-forms .btn-danger#nav-claimants,
body.appointment-forms fieldset[disabled] .btn-danger#nav-claimants {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 467, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, body.schedules .btn-success#nav-schedule,
body.organizations.edit .btn-success#nav-organizations,
body.organizations.metrics .btn-success#nav-admin-metrics,
body.users .btn-success#nav-staff,
body.patients .btn-success#nav-claimants,
body.appointment-forms .btn-success#nav-claimants {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
/* line 475, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
/* line 480, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active, body.schedules .btn-success#nav-schedule,
body.organizations.edit .btn-success#nav-organizations,
body.organizations.metrics .btn-success#nav-admin-metrics,
body.users .btn-success#nav-staff,
body.patients .btn-success#nav-claimants,
body.appointment-forms .btn-success#nav-claimants {
  background-image: none;
}
/* line 484, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 490, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, body.schedules .btn-success.disabled#nav-schedule,
body.organizations.edit .btn-success.disabled#nav-organizations,
body.organizations.metrics .btn-success.disabled#nav-admin-metrics,
body.users .btn-success.disabled#nav-staff,
body.patients .btn-success.disabled#nav-claimants,
body.appointment-forms .btn-success.disabled#nav-claimants, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, body.schedules .btn-success[disabled]#nav-schedule,
body.organizations.edit .btn-success[disabled]#nav-organizations,
body.organizations.metrics .btn-success[disabled]#nav-admin-metrics,
body.users .btn-success[disabled]#nav-staff,
body.patients .btn-success[disabled]#nav-claimants,
body.appointment-forms .btn-success[disabled]#nav-claimants, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active, fieldset[disabled] body.schedules .btn-success#nav-schedule, body.schedules fieldset[disabled] .btn-success#nav-schedule,
fieldset[disabled] body.organizations.edit .btn-success#nav-organizations,
body.organizations.edit fieldset[disabled] .btn-success#nav-organizations,
fieldset[disabled] body.organizations.metrics .btn-success#nav-admin-metrics,
body.organizations.metrics fieldset[disabled] .btn-success#nav-admin-metrics,
fieldset[disabled] body.users .btn-success#nav-staff,
body.users fieldset[disabled] .btn-success#nav-staff,
fieldset[disabled] body.patients .btn-success#nav-claimants,
body.patients fieldset[disabled] .btn-success#nav-claimants,
fieldset[disabled] body.appointment-forms .btn-success#nav-claimants,
body.appointment-forms fieldset[disabled] .btn-success#nav-claimants {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 467, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, body.schedules .btn-info#nav-schedule,
body.organizations.edit .btn-info#nav-organizations,
body.organizations.metrics .btn-info#nav-admin-metrics,
body.users .btn-info#nav-staff,
body.patients .btn-info#nav-claimants,
body.appointment-forms .btn-info#nav-claimants {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 475, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 480, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active, body.schedules .btn-info#nav-schedule,
body.organizations.edit .btn-info#nav-organizations,
body.organizations.metrics .btn-info#nav-admin-metrics,
body.users .btn-info#nav-staff,
body.patients .btn-info#nav-claimants,
body.appointment-forms .btn-info#nav-claimants {
  background-image: none;
}
/* line 484, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 490, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, body.schedules .btn-info.disabled#nav-schedule,
body.organizations.edit .btn-info.disabled#nav-organizations,
body.organizations.metrics .btn-info.disabled#nav-admin-metrics,
body.users .btn-info.disabled#nav-staff,
body.patients .btn-info.disabled#nav-claimants,
body.appointment-forms .btn-info.disabled#nav-claimants, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, body.schedules .btn-info[disabled]#nav-schedule,
body.organizations.edit .btn-info[disabled]#nav-organizations,
body.organizations.metrics .btn-info[disabled]#nav-admin-metrics,
body.users .btn-info[disabled]#nav-staff,
body.patients .btn-info[disabled]#nav-claimants,
body.appointment-forms .btn-info[disabled]#nav-claimants, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active, fieldset[disabled] body.schedules .btn-info#nav-schedule, body.schedules fieldset[disabled] .btn-info#nav-schedule,
fieldset[disabled] body.organizations.edit .btn-info#nav-organizations,
body.organizations.edit fieldset[disabled] .btn-info#nav-organizations,
fieldset[disabled] body.organizations.metrics .btn-info#nav-admin-metrics,
body.organizations.metrics fieldset[disabled] .btn-info#nav-admin-metrics,
fieldset[disabled] body.users .btn-info#nav-staff,
body.users fieldset[disabled] .btn-info#nav-staff,
fieldset[disabled] body.patients .btn-info#nav-claimants,
body.patients fieldset[disabled] .btn-info#nav-claimants,
fieldset[disabled] body.appointment-forms .btn-info#nav-claimants,
body.appointment-forms fieldset[disabled] .btn-info#nav-claimants {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 102, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 122, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 126, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 147, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/bootstrap/glyphicons-halflings-regular-62fcbc4796f99217282f30c654764f572d9bfd9df7de9ce1e37922fa3caf8124.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-62fcbc4796f99217282f30c654764f572d9bfd9df7de9ce1e37922fa3caf8124.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-63faf0af44a428f182686f0d924bb30e369a9549630c7b98a969394f58431067.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-e27b969ef04fed3b39000b7b977e602d6e6a2b1c8c0d618bebf6dd875243ea3c.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-cef3dffcef386be2c8d1307761717e2eb9f43c151f2da9f1647e9d454abf13a3.svg#glyphicons_halflingsregular) format("svg");
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon:empty {
  width: 1em;
}

/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, body.schedules .dropdown-menu > #nav-schedule > a,
body.organizations.edit .dropdown-menu > #nav-organizations > a,
body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a,
body.users .dropdown-menu > #nav-staff > a,
body.patients .dropdown-menu > #nav-claimants > a,
body.appointment-forms .dropdown-menu > #nav-claimants > a, .dropdown-menu > .active > a:hover, body.schedules .dropdown-menu > #nav-schedule > a:hover,
body.organizations.edit .dropdown-menu > #nav-organizations > a:hover,
body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:hover,
body.users .dropdown-menu > #nav-staff > a:hover,
body.patients .dropdown-menu > #nav-claimants > a:hover,
body.appointment-forms .dropdown-menu > #nav-claimants > a:hover, .dropdown-menu > .active > a:focus, body.schedules .dropdown-menu > #nav-schedule > a:focus,
body.organizations.edit .dropdown-menu > #nav-organizations > a:focus,
body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:focus,
body.users .dropdown-menu > #nav-staff > a:focus,
body.patients .dropdown-menu > #nav-claimants > a:focus,
body.appointment-forms .dropdown-menu > #nav-claimants > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.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;
}

/* line 122, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 133, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

/* line 142, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 152, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 165, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 187, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-default .caret {
  border-top-color: #333;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 42, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, body.schedules .btn-group > .btn#nav-schedule,
body.organizations.edit .btn-group > .btn#nav-organizations,
body.organizations.metrics .btn-group > .btn#nav-admin-metrics,
body.users .btn-group > .btn#nav-staff,
body.patients .btn-group > .btn#nav-claimants,
body.appointment-forms .btn-group > .btn#nav-claimants,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
body.schedules .btn-group-vertical > .btn#nav-schedule,
body.organizations.edit .btn-group-vertical > .btn#nav-organizations,
body.organizations.metrics .btn-group-vertical > .btn#nav-admin-metrics,
body.users .btn-group-vertical > .btn#nav-staff,
body.patients .btn-group-vertical > .btn#nav-claimants,
body.appointment-forms .btn-group-vertical > .btn#nav-claimants {
  z-index: 2;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 61, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 73, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left;
}
/* line 79, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 91, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 104, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 111, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 116, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 140, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 144, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 151, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 162, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 166, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 171, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 180, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 191, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 196, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 206, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 209, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 213, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 218, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 222, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 227, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 236, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 241, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 250, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.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;
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 97, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 107, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 113, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
/* line 121, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

/* line 125, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
/* line 132, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav:after {
  clear: both;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}
/* line 34, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, body.schedules .nav-tabs > li#nav-schedule > a,
body.organizations.edit .nav-tabs > li#nav-organizations > a,
body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a,
body.users .nav-tabs > li#nav-staff > a,
body.patients .nav-tabs > li#nav-claimants > a,
body.appointment-forms .nav-tabs > li#nav-claimants > a, .nav-tabs > li.active > a:hover, body.schedules .nav-tabs > li#nav-schedule > a:hover,
body.organizations.edit .nav-tabs > li#nav-organizations > a:hover,
body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a:hover,
body.users .nav-tabs > li#nav-staff > a:hover,
body.patients .nav-tabs > li#nav-claimants > a:hover,
body.appointment-forms .nav-tabs > li#nav-claimants > a:hover, .nav-tabs > li.active > a:focus, body.schedules .nav-tabs > li#nav-schedule > a:focus,
body.organizations.edit .nav-tabs > li#nav-organizations > a:focus,
body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a:focus,
body.users .nav-tabs > li#nav-staff > a:focus,
body.patients .nav-tabs > li#nav-claimants > a:focus,
body.appointment-forms .nav-tabs > li#nav-claimants > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 123, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 130, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 136, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, body.schedules .nav-pills > li#nav-schedule > a,
body.organizations.edit .nav-pills > li#nav-organizations > a,
body.organizations.metrics .nav-pills > li#nav-admin-metrics > a,
body.users .nav-pills > li#nav-staff > a,
body.patients .nav-pills > li#nav-claimants > a,
body.appointment-forms .nav-pills > li#nav-claimants > a, .nav-pills > li.active > a:hover, body.schedules .nav-pills > li#nav-schedule > a:hover,
body.organizations.edit .nav-pills > li#nav-organizations > a:hover,
body.organizations.metrics .nav-pills > li#nav-admin-metrics > a:hover,
body.users .nav-pills > li#nav-staff > a:hover,
body.patients .nav-pills > li#nav-claimants > a:hover,
body.appointment-forms .nav-pills > li#nav-claimants > a:hover, .nav-pills > li.active > a:focus, body.schedules .nav-pills > li#nav-schedule > a:focus,
body.organizations.edit .nav-pills > li#nav-organizations > a:focus,
body.organizations.metrics .nav-pills > li#nav-admin-metrics > a:focus,
body.users .nav-pills > li#nav-staff > a:focus,
body.patients .nav-pills > li#nav-claimants > a:focus,
body.appointment-forms .nav-pills > li#nav-claimants > a:focus {
  color: #fff;
  background-color: #428bca;
}
/* line 142, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a .caret, body.schedules .nav-pills > li#nav-schedule > a .caret,
body.organizations.edit .nav-pills > li#nav-organizations > a .caret,
body.organizations.metrics .nav-pills > li#nav-admin-metrics > a .caret,
body.users .nav-pills > li#nav-staff > a .caret,
body.patients .nav-pills > li#nav-claimants > a .caret,
body.appointment-forms .nav-pills > li#nav-claimants > a .caret, .nav-pills > li.active > a:hover .caret, body.schedules .nav-pills > li#nav-schedule > a:hover .caret,
body.organizations.edit .nav-pills > li#nav-organizations > a:hover .caret,
body.organizations.metrics .nav-pills > li#nav-admin-metrics > a:hover .caret,
body.users .nav-pills > li#nav-staff > a:hover .caret,
body.patients .nav-pills > li#nav-claimants > a:hover .caret,
body.appointment-forms .nav-pills > li#nav-claimants > a:hover .caret, .nav-pills > li.active > a:focus .caret, body.schedules .nav-pills > li#nav-schedule > a:focus .caret,
body.organizations.edit .nav-pills > li#nav-organizations > a:focus .caret,
body.organizations.metrics .nav-pills > li#nav-admin-metrics > a:focus .caret,
body.users .nav-pills > li#nav-staff > a:focus .caret,
body.patients .nav-pills > li#nav-claimants > a:focus .caret,
body.appointment-forms .nav-pills > li#nav-claimants > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 154, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 156, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 173, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 175, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 181, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 187, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 190, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 200, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 203, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 209, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, body.schedules .nav-tabs-justified > #nav-schedule > a, body.schedules .nav-tabs.nav-justified > #nav-schedule > a,
body.organizations.edit .nav-tabs-justified > #nav-organizations > a,
body.organizations.edit .nav-tabs.nav-justified > #nav-organizations > a,
body.organizations.metrics .nav-tabs-justified > #nav-admin-metrics > a,
body.organizations.metrics .nav-tabs.nav-justified > #nav-admin-metrics > a,
body.users .nav-tabs-justified > #nav-staff > a,
body.users .nav-tabs.nav-justified > #nav-staff > a,
body.patients .nav-tabs-justified > #nav-claimants > a,
body.patients .nav-tabs.nav-justified > #nav-claimants > a,
body.appointment-forms .nav-tabs-justified > #nav-claimants > a,
body.appointment-forms .nav-tabs.nav-justified > #nav-claimants > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
body.schedules .nav-tabs-justified > #nav-schedule > a:hover,
body.schedules .nav-tabs.nav-justified > #nav-schedule > a:hover,
body.organizations.edit .nav-tabs-justified > #nav-organizations > a:hover,
body.organizations.edit .nav-tabs.nav-justified > #nav-organizations > a:hover,
body.organizations.metrics .nav-tabs-justified > #nav-admin-metrics > a:hover,
body.organizations.metrics .nav-tabs.nav-justified > #nav-admin-metrics > a:hover,
body.users .nav-tabs-justified > #nav-staff > a:hover,
body.users .nav-tabs.nav-justified > #nav-staff > a:hover,
body.patients .nav-tabs-justified > #nav-claimants > a:hover,
body.patients .nav-tabs.nav-justified > #nav-claimants > a:hover,
body.appointment-forms .nav-tabs-justified > #nav-claimants > a:hover,
body.appointment-forms .nav-tabs.nav-justified > #nav-claimants > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
body.schedules .nav-tabs-justified > #nav-schedule > a:focus,
body.schedules .nav-tabs.nav-justified > #nav-schedule > a:focus,
body.organizations.edit .nav-tabs-justified > #nav-organizations > a:focus,
body.organizations.edit .nav-tabs.nav-justified > #nav-organizations > a:focus,
body.organizations.metrics .nav-tabs-justified > #nav-admin-metrics > a:focus,
body.organizations.metrics .nav-tabs.nav-justified > #nav-admin-metrics > a:focus,
body.users .nav-tabs-justified > #nav-staff > a:focus,
body.users .nav-tabs.nav-justified > #nav-staff > a:focus,
body.patients .nav-tabs-justified > #nav-claimants > a:focus,
body.patients .nav-tabs.nav-justified > #nav-claimants > a:focus,
body.appointment-forms .nav-tabs-justified > #nav-claimants > a:focus,
body.appointment-forms .nav-tabs.nav-justified > #nav-claimants > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 216, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 220, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, body.schedules .nav-tabs-justified > #nav-schedule > a, body.schedules .nav-tabs.nav-justified > #nav-schedule > a,
  body.organizations.edit .nav-tabs-justified > #nav-organizations > a,
  body.organizations.edit .nav-tabs.nav-justified > #nav-organizations > a,
  body.organizations.metrics .nav-tabs-justified > #nav-admin-metrics > a,
  body.organizations.metrics .nav-tabs.nav-justified > #nav-admin-metrics > a,
  body.users .nav-tabs-justified > #nav-staff > a,
  body.users .nav-tabs.nav-justified > #nav-staff > a,
  body.patients .nav-tabs-justified > #nav-claimants > a,
  body.patients .nav-tabs.nav-justified > #nav-claimants > a,
  body.appointment-forms .nav-tabs-justified > #nav-claimants > a,
  body.appointment-forms .nav-tabs.nav-justified > #nav-claimants > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  body.schedules .nav-tabs-justified > #nav-schedule > a:hover,
  body.schedules .nav-tabs.nav-justified > #nav-schedule > a:hover,
  body.organizations.edit .nav-tabs-justified > #nav-organizations > a:hover,
  body.organizations.edit .nav-tabs.nav-justified > #nav-organizations > a:hover,
  body.organizations.metrics .nav-tabs-justified > #nav-admin-metrics > a:hover,
  body.organizations.metrics .nav-tabs.nav-justified > #nav-admin-metrics > a:hover,
  body.users .nav-tabs-justified > #nav-staff > a:hover,
  body.users .nav-tabs.nav-justified > #nav-staff > a:hover,
  body.patients .nav-tabs-justified > #nav-claimants > a:hover,
  body.patients .nav-tabs.nav-justified > #nav-claimants > a:hover,
  body.appointment-forms .nav-tabs-justified > #nav-claimants > a:hover,
  body.appointment-forms .nav-tabs.nav-justified > #nav-claimants > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  body.schedules .nav-tabs-justified > #nav-schedule > a:focus,
  body.schedules .nav-tabs.nav-justified > #nav-schedule > a:focus,
  body.organizations.edit .nav-tabs-justified > #nav-organizations > a:focus,
  body.organizations.edit .nav-tabs.nav-justified > #nav-organizations > a:focus,
  body.organizations.metrics .nav-tabs-justified > #nav-admin-metrics > a:focus,
  body.organizations.metrics .nav-tabs.nav-justified > #nav-admin-metrics > a:focus,
  body.users .nav-tabs-justified > #nav-staff > a:focus,
  body.users .nav-tabs.nav-justified > #nav-staff > a:focus,
  body.patients .nav-tabs-justified > #nav-claimants > a:focus,
  body.patients .nav-tabs.nav-justified > #nav-claimants > a:focus,
  body.appointment-forms .nav-tabs-justified > #nav-claimants > a:focus,
  body.appointment-forms .nav-tabs.nav-justified > #nav-claimants > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 234, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 237, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active, body.schedules .tab-content > #nav-schedule,
body.organizations.edit .tab-content > #nav-organizations,
body.organizations.metrics .tab-content > #nav-admin-metrics,
body.users .tab-content > #nav-staff,
body.patients .tab-content > #nav-claimants,
body.appointment-forms .tab-content > #nav-claimants {
  display: block;
}

/* line 247, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 251, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 257, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto;
  }
  /* line 81, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  /* line 84, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 87, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 98, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 117, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 152, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 164, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 176, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 187, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 193, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 176, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 208, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 211, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 219, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 227, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 231, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 233, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 208, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 246, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 248, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  /* line 265, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 268, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 279, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 291, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 279, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 316, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 321, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 326, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 337, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 346, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 346, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 360, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 364, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 366, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 373, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 378, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 381, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 388, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default body.schedules .navbar-nav > #nav-schedule > a, body.schedules .navbar-default .navbar-nav > #nav-schedule > a,
.navbar-default body.organizations.edit .navbar-nav > #nav-organizations > a,
body.organizations.edit .navbar-default .navbar-nav > #nav-organizations > a,
.navbar-default body.organizations.metrics .navbar-nav > #nav-admin-metrics > a,
body.organizations.metrics .navbar-default .navbar-nav > #nav-admin-metrics > a,
.navbar-default body.users .navbar-nav > #nav-staff > a,
body.users .navbar-default .navbar-nav > #nav-staff > a,
.navbar-default body.patients .navbar-nav > #nav-claimants > a,
body.patients .navbar-default .navbar-nav > #nav-claimants > a,
.navbar-default body.appointment-forms .navbar-nav > #nav-claimants > a,
body.appointment-forms .navbar-default .navbar-nav > #nav-claimants > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default body.schedules .navbar-nav > #nav-schedule > a:hover, body.schedules .navbar-default .navbar-nav > #nav-schedule > a:hover,
.navbar-default body.organizations.edit .navbar-nav > #nav-organizations > a:hover,
body.organizations.edit .navbar-default .navbar-nav > #nav-organizations > a:hover,
.navbar-default body.organizations.metrics .navbar-nav > #nav-admin-metrics > a:hover,
body.organizations.metrics .navbar-default .navbar-nav > #nav-admin-metrics > a:hover,
.navbar-default body.users .navbar-nav > #nav-staff > a:hover,
body.users .navbar-default .navbar-nav > #nav-staff > a:hover,
.navbar-default body.patients .navbar-nav > #nav-claimants > a:hover,
body.patients .navbar-default .navbar-nav > #nav-claimants > a:hover,
.navbar-default body.appointment-forms .navbar-nav > #nav-claimants > a:hover,
body.appointment-forms .navbar-default .navbar-nav > #nav-claimants > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default body.schedules .navbar-nav > #nav-schedule > a:focus, body.schedules .navbar-default .navbar-nav > #nav-schedule > a:focus,
.navbar-default body.organizations.edit .navbar-nav > #nav-organizations > a:focus,
body.organizations.edit .navbar-default .navbar-nav > #nav-organizations > a:focus,
.navbar-default body.organizations.metrics .navbar-nav > #nav-admin-metrics > a:focus,
body.organizations.metrics .navbar-default .navbar-nav > #nav-admin-metrics > a:focus,
.navbar-default body.users .navbar-nav > #nav-staff > a:focus,
body.users .navbar-default .navbar-nav > #nav-staff > a:focus,
.navbar-default body.patients .navbar-nav > #nav-claimants > a:focus,
body.patients .navbar-default .navbar-nav > #nav-claimants > a:focus,
.navbar-default body.appointment-forms .navbar-nav > #nav-claimants > a:focus,
body.appointment-forms .navbar-default .navbar-nav > #nav-claimants > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 405, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 407, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 411, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
/* line 416, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 424, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
/* line 432, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
/* line 437, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
/* line 443, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  /* line 452, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 454, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 461, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open body.schedules .dropdown-menu > #nav-schedule > a, body.schedules .navbar-default .navbar-nav .open .dropdown-menu > #nav-schedule > a,
  .navbar-default .navbar-nav .open body.organizations.edit .dropdown-menu > #nav-organizations > a,
  body.organizations.edit .navbar-default .navbar-nav .open .dropdown-menu > #nav-organizations > a,
  .navbar-default .navbar-nav .open body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a,
  body.organizations.metrics .navbar-default .navbar-nav .open .dropdown-menu > #nav-admin-metrics > a,
  .navbar-default .navbar-nav .open body.users .dropdown-menu > #nav-staff > a,
  body.users .navbar-default .navbar-nav .open .dropdown-menu > #nav-staff > a,
  .navbar-default .navbar-nav .open body.patients .dropdown-menu > #nav-claimants > a,
  body.patients .navbar-default .navbar-nav .open .dropdown-menu > #nav-claimants > a,
  .navbar-default .navbar-nav .open body.appointment-forms .dropdown-menu > #nav-claimants > a,
  body.appointment-forms .navbar-default .navbar-nav .open .dropdown-menu > #nav-claimants > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open body.schedules .dropdown-menu > #nav-schedule > a:hover, body.schedules .navbar-default .navbar-nav .open .dropdown-menu > #nav-schedule > a:hover,
  .navbar-default .navbar-nav .open body.organizations.edit .dropdown-menu > #nav-organizations > a:hover,
  body.organizations.edit .navbar-default .navbar-nav .open .dropdown-menu > #nav-organizations > a:hover,
  .navbar-default .navbar-nav .open body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:hover,
  body.organizations.metrics .navbar-default .navbar-nav .open .dropdown-menu > #nav-admin-metrics > a:hover,
  .navbar-default .navbar-nav .open body.users .dropdown-menu > #nav-staff > a:hover,
  body.users .navbar-default .navbar-nav .open .dropdown-menu > #nav-staff > a:hover,
  .navbar-default .navbar-nav .open body.patients .dropdown-menu > #nav-claimants > a:hover,
  body.patients .navbar-default .navbar-nav .open .dropdown-menu > #nav-claimants > a:hover,
  .navbar-default .navbar-nav .open body.appointment-forms .dropdown-menu > #nav-claimants > a:hover,
  body.appointment-forms .navbar-default .navbar-nav .open .dropdown-menu > #nav-claimants > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open body.schedules .dropdown-menu > #nav-schedule > a:focus, body.schedules .navbar-default .navbar-nav .open .dropdown-menu > #nav-schedule > a:focus,
  .navbar-default .navbar-nav .open body.organizations.edit .dropdown-menu > #nav-organizations > a:focus,
  body.organizations.edit .navbar-default .navbar-nav .open .dropdown-menu > #nav-organizations > a:focus,
  .navbar-default .navbar-nav .open body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:focus,
  body.organizations.metrics .navbar-default .navbar-nav .open .dropdown-menu > #nav-admin-metrics > a:focus,
  .navbar-default .navbar-nav .open body.users .dropdown-menu > #nav-staff > a:focus,
  body.users .navbar-default .navbar-nav .open .dropdown-menu > #nav-staff > a:focus,
  .navbar-default .navbar-nav .open body.patients .dropdown-menu > #nav-claimants > a:focus,
  body.patients .navbar-default .navbar-nav .open .dropdown-menu > #nav-claimants > a:focus,
  .navbar-default .navbar-nav .open body.appointment-forms .dropdown-menu > #nav-claimants > a:focus,
  body.appointment-forms .navbar-default .navbar-nav .open .dropdown-menu > #nav-claimants > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 469, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 485, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 487, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 496, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 500, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}
/* line 502, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 509, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 514, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
/* line 517, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 524, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse body.schedules .navbar-nav > #nav-schedule > a, body.schedules .navbar-inverse .navbar-nav > #nav-schedule > a,
.navbar-inverse body.organizations.edit .navbar-nav > #nav-organizations > a,
body.organizations.edit .navbar-inverse .navbar-nav > #nav-organizations > a,
.navbar-inverse body.organizations.metrics .navbar-nav > #nav-admin-metrics > a,
body.organizations.metrics .navbar-inverse .navbar-nav > #nav-admin-metrics > a,
.navbar-inverse body.users .navbar-nav > #nav-staff > a,
body.users .navbar-inverse .navbar-nav > #nav-staff > a,
.navbar-inverse body.patients .navbar-nav > #nav-claimants > a,
body.patients .navbar-inverse .navbar-nav > #nav-claimants > a,
.navbar-inverse body.appointment-forms .navbar-nav > #nav-claimants > a,
body.appointment-forms .navbar-inverse .navbar-nav > #nav-claimants > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse body.schedules .navbar-nav > #nav-schedule > a:hover, body.schedules .navbar-inverse .navbar-nav > #nav-schedule > a:hover,
.navbar-inverse body.organizations.edit .navbar-nav > #nav-organizations > a:hover,
body.organizations.edit .navbar-inverse .navbar-nav > #nav-organizations > a:hover,
.navbar-inverse body.organizations.metrics .navbar-nav > #nav-admin-metrics > a:hover,
body.organizations.metrics .navbar-inverse .navbar-nav > #nav-admin-metrics > a:hover,
.navbar-inverse body.users .navbar-nav > #nav-staff > a:hover,
body.users .navbar-inverse .navbar-nav > #nav-staff > a:hover,
.navbar-inverse body.patients .navbar-nav > #nav-claimants > a:hover,
body.patients .navbar-inverse .navbar-nav > #nav-claimants > a:hover,
.navbar-inverse body.appointment-forms .navbar-nav > #nav-claimants > a:hover,
body.appointment-forms .navbar-inverse .navbar-nav > #nav-claimants > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse body.schedules .navbar-nav > #nav-schedule > a:focus, body.schedules .navbar-inverse .navbar-nav > #nav-schedule > a:focus,
.navbar-inverse body.organizations.edit .navbar-nav > #nav-organizations > a:focus,
body.organizations.edit .navbar-inverse .navbar-nav > #nav-organizations > a:focus,
.navbar-inverse body.organizations.metrics .navbar-nav > #nav-admin-metrics > a:focus,
body.organizations.metrics .navbar-inverse .navbar-nav > #nav-admin-metrics > a:focus,
.navbar-inverse body.users .navbar-nav > #nav-staff > a:focus,
body.users .navbar-inverse .navbar-nav > #nav-staff > a:focus,
.navbar-inverse body.patients .navbar-nav > #nav-claimants > a:focus,
body.patients .navbar-inverse .navbar-nav > #nav-claimants > a:focus,
.navbar-inverse body.appointment-forms .navbar-nav > #nav-claimants > a:focus,
body.appointment-forms .navbar-inverse .navbar-nav > #nav-claimants > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 532, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 542, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 544, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 548, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 553, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 561, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
/* line 568, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 572, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
/* line 580, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  /* line 590, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 593, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 595, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 602, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open body.schedules .dropdown-menu > #nav-schedule > a, body.schedules .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-schedule > a,
  .navbar-inverse .navbar-nav .open body.organizations.edit .dropdown-menu > #nav-organizations > a,
  body.organizations.edit .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-organizations > a,
  .navbar-inverse .navbar-nav .open body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a,
  body.organizations.metrics .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-admin-metrics > a,
  .navbar-inverse .navbar-nav .open body.users .dropdown-menu > #nav-staff > a,
  body.users .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-staff > a,
  .navbar-inverse .navbar-nav .open body.patients .dropdown-menu > #nav-claimants > a,
  body.patients .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-claimants > a,
  .navbar-inverse .navbar-nav .open body.appointment-forms .dropdown-menu > #nav-claimants > a,
  body.appointment-forms .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-claimants > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open body.schedules .dropdown-menu > #nav-schedule > a:hover, body.schedules .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-schedule > a:hover,
  .navbar-inverse .navbar-nav .open body.organizations.edit .dropdown-menu > #nav-organizations > a:hover,
  body.organizations.edit .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-organizations > a:hover,
  .navbar-inverse .navbar-nav .open body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:hover,
  body.organizations.metrics .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-admin-metrics > a:hover,
  .navbar-inverse .navbar-nav .open body.users .dropdown-menu > #nav-staff > a:hover,
  body.users .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-staff > a:hover,
  .navbar-inverse .navbar-nav .open body.patients .dropdown-menu > #nav-claimants > a:hover,
  body.patients .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-claimants > a:hover,
  .navbar-inverse .navbar-nav .open body.appointment-forms .dropdown-menu > #nav-claimants > a:hover,
  body.appointment-forms .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-claimants > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open body.schedules .dropdown-menu > #nav-schedule > a:focus, body.schedules .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-schedule > a:focus,
  .navbar-inverse .navbar-nav .open body.organizations.edit .dropdown-menu > #nav-organizations > a:focus,
  body.organizations.edit .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-organizations > a:focus,
  .navbar-inverse .navbar-nav .open body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:focus,
  body.organizations.metrics .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-admin-metrics > a:focus,
  .navbar-inverse .navbar-nav .open body.users .dropdown-menu > #nav-staff > a:focus,
  body.users .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-staff > a:focus,
  .navbar-inverse .navbar-nav .open body.patients .dropdown-menu > #nav-claimants > a:focus,
  body.patients .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-claimants > a:focus,
  .navbar-inverse .navbar-nav .open body.appointment-forms .dropdown-menu > #nav-claimants > a:focus,
  body.appointment-forms .navbar-inverse .navbar-nav .open .dropdown-menu > #nav-claimants > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 610, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 621, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 623, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active, body.schedules .breadcrumb > #nav-schedule,
body.organizations.edit .breadcrumb > #nav-organizations,
body.organizations.metrics .breadcrumb > #nav-admin-metrics,
body.users .breadcrumb > #nav-staff,
body.patients .breadcrumb > #nav-claimants,
body.appointment-forms .breadcrumb > #nav-claimants {
  color: #999999;
}

/* line 4, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, body.schedules .pagination > #nav-schedule > a,
body.organizations.edit .pagination > #nav-organizations > a,
body.organizations.metrics .pagination > #nav-admin-metrics > a,
body.users .pagination > #nav-staff > a,
body.patients .pagination > #nav-claimants > a,
body.appointment-forms .pagination > #nav-claimants > a, .pagination > .active > a:hover, body.schedules .pagination > #nav-schedule > a:hover,
body.organizations.edit .pagination > #nav-organizations > a:hover,
body.organizations.metrics .pagination > #nav-admin-metrics > a:hover,
body.users .pagination > #nav-staff > a:hover,
body.patients .pagination > #nav-claimants > a:hover,
body.appointment-forms .pagination > #nav-claimants > a:hover, .pagination > .active > a:focus, body.schedules .pagination > #nav-schedule > a:focus,
body.organizations.edit .pagination > #nav-organizations > a:focus,
body.organizations.metrics .pagination > #nav-admin-metrics > a:focus,
body.users .pagination > #nav-staff > a:focus,
body.patients .pagination > #nav-claimants > a:focus,
body.appointment-forms .pagination > #nav-claimants > a:focus,
.pagination > .active > span,
body.schedules .pagination > #nav-schedule > span,
body.organizations.edit .pagination > #nav-organizations > span,
body.organizations.metrics .pagination > #nav-admin-metrics > span,
body.users .pagination > #nav-staff > span,
body.patients .pagination > #nav-claimants > span,
body.appointment-forms .pagination > #nav-claimants > span,
.pagination > .active > span:hover,
body.schedules .pagination > #nav-schedule > span:hover,
body.organizations.edit .pagination > #nav-organizations > span:hover,
body.organizations.metrics .pagination > #nav-admin-metrics > span:hover,
body.users .pagination > #nav-staff > span:hover,
body.patients .pagination > #nav-claimants > span:hover,
body.appointment-forms .pagination > #nav-claimants > span:hover,
.pagination > .active > span:focus,
body.schedules .pagination > #nav-schedule > span:focus,
body.organizations.edit .pagination > #nav-organizations > span:focus,
body.organizations.metrics .pagination > #nav-admin-metrics > span:focus,
body.users .pagination > #nav-staff > span:focus,
body.patients .pagination > #nav-claimants > span:focus,
body.appointment-forms .pagination > #nav-claimants > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 514, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 520, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 526, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 514, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 520, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 526, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #999999;
}
/* line 539, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 539, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 539, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 539, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 539, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 539, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 38, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_badges.scss */
a.list-group-item.active > .badge, body.schedules a.list-group-item#nav-schedule > .badge,
body.organizations.edit a.list-group-item#nav-organizations > .badge,
body.organizations.metrics a.list-group-item#nav-admin-metrics > .badge,
body.users a.list-group-item#nav-staff > .badge,
body.patients a.list-group-item#nav-claimants > .badge,
body.appointment-forms a.list-group-item#nav-claimants > .badge,
.nav-pills > .active > a > .badge,
body.schedules .nav-pills > #nav-schedule > a > .badge,
body.organizations.edit .nav-pills > #nav-organizations > a > .badge,
body.organizations.metrics .nav-pills > #nav-admin-metrics > a > .badge,
body.users .nav-pills > #nav-staff > a > .badge,
body.patients .nav-pills > #nav-claimants > a > .badge,
body.appointment-forms .nav-pills > #nav-claimants > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  line-height: 1.4;
}
/* line 23, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 36, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  margin-bottom: 20px;
}
/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
body.schedules a.thumbnail#nav-schedule,
body.organizations.edit a.thumbnail#nav-organizations,
body.organizations.metrics a.thumbnail#nav-admin-metrics,
body.users a.thumbnail#nav-staff,
body.patients a.thumbnail#nav-claimants,
body.appointment-forms a.thumbnail#nav-claimants {
  border-color: #428bca;
}

/* line 9, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}
/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
/* line 422, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 425, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* line 422, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 425, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
/* line 422, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 425, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
/* line 422, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 425, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 49, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar, body.schedules .progress#nav-schedule .progress-bar,
body.organizations.edit .progress#nav-organizations .progress-bar,
body.organizations.metrics .progress#nav-admin-metrics .progress-bar,
body.users .progress#nav-staff .progress-bar,
body.patients .progress#nav-claimants .progress-bar,
body.appointment-forms .progress#nav-claimants .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 90, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 559, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 10, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 48, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 53, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 60, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item.active, body.schedules a.list-group-item#nav-schedule,
body.organizations.edit a.list-group-item#nav-organizations,
body.organizations.metrics a.list-group-item#nav-admin-metrics,
body.users a.list-group-item#nav-staff,
body.patients a.list-group-item#nav-claimants,
body.appointment-forms a.list-group-item#nav-claimants, a.list-group-item.active:hover, body.schedules a.list-group-item#nav-schedule:hover,
body.organizations.edit a.list-group-item#nav-organizations:hover,
body.organizations.metrics a.list-group-item#nav-admin-metrics:hover,
body.users a.list-group-item#nav-staff:hover,
body.patients a.list-group-item#nav-claimants:hover,
body.appointment-forms a.list-group-item#nav-claimants:hover, a.list-group-item.active:focus, body.schedules a.list-group-item#nav-schedule:focus,
body.organizations.edit a.list-group-item#nav-organizations:focus,
body.organizations.metrics a.list-group-item#nav-admin-metrics:focus,
body.users a.list-group-item#nav-staff:focus,
body.patients a.list-group-item#nav-claimants:focus,
body.appointment-forms a.list-group-item#nav-claimants:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item.active .list-group-item-heading, body.schedules a.list-group-item#nav-schedule .list-group-item-heading,
body.organizations.edit a.list-group-item#nav-organizations .list-group-item-heading,
body.organizations.metrics a.list-group-item#nav-admin-metrics .list-group-item-heading,
body.users a.list-group-item#nav-staff .list-group-item-heading,
body.patients a.list-group-item#nav-claimants .list-group-item-heading,
body.appointment-forms a.list-group-item#nav-claimants .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, body.schedules a.list-group-item#nav-schedule:hover .list-group-item-heading,
body.organizations.edit a.list-group-item#nav-organizations:hover .list-group-item-heading,
body.organizations.metrics a.list-group-item#nav-admin-metrics:hover .list-group-item-heading,
body.users a.list-group-item#nav-staff:hover .list-group-item-heading,
body.patients a.list-group-item#nav-claimants:hover .list-group-item-heading,
body.appointment-forms a.list-group-item#nav-claimants:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, body.schedules a.list-group-item#nav-schedule:focus .list-group-item-heading,
body.organizations.edit a.list-group-item#nav-organizations:focus .list-group-item-heading,
body.organizations.metrics a.list-group-item#nav-admin-metrics:focus .list-group-item-heading,
body.users a.list-group-item#nav-staff:focus .list-group-item-heading,
body.patients a.list-group-item#nav-claimants:focus .list-group-item-heading,
body.appointment-forms a.list-group-item#nav-claimants:focus .list-group-item-heading {
  color: inherit;
}
/* line 72, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item.active .list-group-item-text, body.schedules a.list-group-item#nav-schedule .list-group-item-text,
body.organizations.edit a.list-group-item#nav-organizations .list-group-item-text,
body.organizations.metrics a.list-group-item#nav-admin-metrics .list-group-item-text,
body.users a.list-group-item#nav-staff .list-group-item-text,
body.patients a.list-group-item#nav-claimants .list-group-item-text,
body.appointment-forms a.list-group-item#nav-claimants .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, body.schedules a.list-group-item#nav-schedule:hover .list-group-item-text,
body.organizations.edit a.list-group-item#nav-organizations:hover .list-group-item-text,
body.organizations.metrics a.list-group-item#nav-admin-metrics:hover .list-group-item-text,
body.users a.list-group-item#nav-staff:hover .list-group-item-text,
body.patients a.list-group-item#nav-claimants:hover .list-group-item-text,
body.appointment-forms a.list-group-item#nav-claimants:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, body.schedules a.list-group-item#nav-schedule:focus .list-group-item-text,
body.organizations.edit a.list-group-item#nav-organizations:focus .list-group-item-text,
body.organizations.metrics a.list-group-item#nav-admin-metrics:focus .list-group-item-text,
body.users a.list-group-item#nav-staff:focus .list-group-item-text,
body.patients a.list-group-item#nav-claimants:focus .list-group-item-text,
body.appointment-forms a.list-group-item#nav-claimants:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 81, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-body:after {
  clear: both;
}

/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 31, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 39, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* line 94, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 99, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 105, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 130, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 134, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 139, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 141, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
/* line 145, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 147, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 155, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
/* line 404, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
/* line 409, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 158, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
/* line 404, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
/* line 409, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 161, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
/* line 404, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
/* line 409, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 164, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
/* line 404, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
/* line 409, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 167, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
/* line 404, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
/* line 409, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 170, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 396, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 401, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
/* line 404, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
/* line 409, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 59, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
/* line 68, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 74, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 80, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 98, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 106, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 111, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 115, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 123, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 128, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 35, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 69, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 83, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 86, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 101, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active, body.schedules .carousel-inner > #nav-schedule,
body.organizations.edit .carousel-inner > #nav-organizations,
body.organizations.metrics .carousel-inner > #nav-admin-metrics,
body.users .carousel-inner > #nav-staff,
body.patients .carousel-inner > #nav-claimants,
body.appointment-forms .carousel-inner > #nav-claimants,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active, body.schedules .carousel-inner > #nav-schedule,
body.organizations.edit .carousel-inner > #nav-organizations,
body.organizations.metrics .carousel-inner > #nav-admin-metrics,
body.users .carousel-inner > #nav-staff,
body.patients .carousel-inner > #nav-claimants,
body.appointment-forms .carousel-inner > #nav-claimants {
  left: 0;
}
/* line 37, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 44, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 47, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 50, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 55, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left, body.schedules .carousel-inner > .left#nav-schedule,
body.organizations.edit .carousel-inner > .left#nav-organizations,
body.organizations.metrics .carousel-inner > .left#nav-admin-metrics,
body.users .carousel-inner > .left#nav-staff,
body.patients .carousel-inner > .left#nav-claimants,
body.appointment-forms .carousel-inner > .left#nav-claimants {
  left: -100%;
}
/* line 58, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right, body.schedules .carousel-inner > .right#nav-schedule,
body.organizations.edit .carousel-inner > .right#nav-organizations,
body.organizations.metrics .carousel-inner > .right#nav-admin-metrics,
body.users .carousel-inner > .right#nav-staff,
body.patients .carousel-inner > .right#nav-claimants,
body.appointment-forms .carousel-inner > .right#nav-claimants {
  left: 100%;
}

/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 82, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 85, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 100, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 109, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
/* line 113, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
/* line 117, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
/* line 127, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 132, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 143, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 154, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 175, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active, .carousel-indicators body.schedules #nav-schedule, body.schedules .carousel-indicators #nav-schedule,
.carousel-indicators body.organizations.edit #nav-organizations,
body.organizations.edit .carousel-indicators #nav-organizations,
.carousel-indicators body.organizations.metrics #nav-admin-metrics,
body.organizations.metrics .carousel-indicators #nav-admin-metrics,
.carousel-indicators body.users #nav-staff,
body.users .carousel-indicators #nav-staff,
.carousel-indicators body.patients #nav-claimants,
body.patients .carousel-indicators #nav-claimants,
.carousel-indicators body.appointment-forms #nav-claimants,
body.appointment-forms .carousel-indicators #nav-claimants {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 186, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 197, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 208, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 221, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 228, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 20, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-xs {
  display: block !important;
}

/* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-sm {
  display: block !important;
}

/* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-md {
  display: block !important;
}

/* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-lg {
  display: block !important;
}

/* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 569, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 570, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 571, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 577, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 15, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 20, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 25, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 29, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 35, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 43, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 58, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 65, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 69, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 73, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled, .bootstrap-datetimepicker-widget .list-inline {
  margin: 0;
}

/* line 76, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 79, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 82, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 90, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 93, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 104, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 115, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 126, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 137, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 148, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 159, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 170, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 181, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 192, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 195, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 206, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 213, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 218, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 222, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 227, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 232, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 235, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 241, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 252, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 263, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 266, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 269, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 274, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 280, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 285, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 292, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 296, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 299, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 310, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table body.schedules td#nav-schedule, body.schedules .bootstrap-datetimepicker-widget table td#nav-schedule,
.bootstrap-datetimepicker-widget table body.organizations.edit td#nav-organizations,
body.organizations.edit .bootstrap-datetimepicker-widget table td#nav-organizations,
.bootstrap-datetimepicker-widget table body.organizations.metrics td#nav-admin-metrics,
body.organizations.metrics .bootstrap-datetimepicker-widget table td#nav-admin-metrics,
.bootstrap-datetimepicker-widget table body.users td#nav-staff,
body.users .bootstrap-datetimepicker-widget table td#nav-staff,
.bootstrap-datetimepicker-widget table body.patients td#nav-claimants,
body.patients .bootstrap-datetimepicker-widget table td#nav-claimants,
.bootstrap-datetimepicker-widget table body.appointment-forms td#nav-claimants,
body.appointment-forms .bootstrap-datetimepicker-widget table td#nav-claimants,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table body.schedules td#nav-schedule:hover,
body.schedules .bootstrap-datetimepicker-widget table td#nav-schedule:hover,
.bootstrap-datetimepicker-widget table body.organizations.edit td#nav-organizations:hover,
body.organizations.edit .bootstrap-datetimepicker-widget table td#nav-organizations:hover,
.bootstrap-datetimepicker-widget table body.organizations.metrics td#nav-admin-metrics:hover,
body.organizations.metrics .bootstrap-datetimepicker-widget table td#nav-admin-metrics:hover,
.bootstrap-datetimepicker-widget table body.users td#nav-staff:hover,
body.users .bootstrap-datetimepicker-widget table td#nav-staff:hover,
.bootstrap-datetimepicker-widget table body.patients td#nav-claimants:hover,
body.patients .bootstrap-datetimepicker-widget table td#nav-claimants:hover,
.bootstrap-datetimepicker-widget table body.appointment-forms td#nav-claimants:hover,
body.appointment-forms .bootstrap-datetimepicker-widget table td#nav-claimants:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 316, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before, .bootstrap-datetimepicker-widget table body.schedules td.today#nav-schedule:before, body.schedules .bootstrap-datetimepicker-widget table td.today#nav-schedule:before,
.bootstrap-datetimepicker-widget table body.organizations.edit td.today#nav-organizations:before,
body.organizations.edit .bootstrap-datetimepicker-widget table td.today#nav-organizations:before,
.bootstrap-datetimepicker-widget table body.organizations.metrics td.today#nav-admin-metrics:before,
body.organizations.metrics .bootstrap-datetimepicker-widget table td.today#nav-admin-metrics:before,
.bootstrap-datetimepicker-widget table body.users td.today#nav-staff:before,
body.users .bootstrap-datetimepicker-widget table td.today#nav-staff:before,
.bootstrap-datetimepicker-widget table body.patients td.today#nav-claimants:before,
body.patients .bootstrap-datetimepicker-widget table td.today#nav-claimants:before,
.bootstrap-datetimepicker-widget table body.appointment-forms td.today#nav-claimants:before,
body.appointment-forms .bootstrap-datetimepicker-widget table td.today#nav-claimants:before {
  border-bottom-color: #fff;
}

/* line 319, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 325, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 334, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 337, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td body.schedules span#nav-schedule, body.schedules .bootstrap-datetimepicker-widget table td span#nav-schedule,
.bootstrap-datetimepicker-widget table td body.organizations.edit span#nav-organizations,
body.organizations.edit .bootstrap-datetimepicker-widget table td span#nav-organizations,
.bootstrap-datetimepicker-widget table td body.organizations.metrics span#nav-admin-metrics,
body.organizations.metrics .bootstrap-datetimepicker-widget table td span#nav-admin-metrics,
.bootstrap-datetimepicker-widget table td body.users span#nav-staff,
body.users .bootstrap-datetimepicker-widget table td span#nav-staff,
.bootstrap-datetimepicker-widget table td body.patients span#nav-claimants,
body.patients .bootstrap-datetimepicker-widget table td span#nav-claimants,
.bootstrap-datetimepicker-widget table td body.appointment-forms span#nav-claimants,
body.appointment-forms .bootstrap-datetimepicker-widget table td span#nav-claimants {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 342, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 345, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 351, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 355, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 358, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 361, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 364, /usr/local/bundle/gems/bootstrap3-datetimepicker-rails-4.17.37/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 16, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 27, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-default:active, .btn-default.active, body.schedules .btn-default#nav-schedule,
body.organizations.edit .btn-default#nav-organizations,
body.organizations.metrics .btn-default#nav-admin-metrics,
body.users .btn-default#nav-staff,
body.patients .btn-default#nav-claimants,
body.appointment-forms .btn-default#nav-claimants,
.btn-primary:active,
.btn-primary.active,
body.schedules .btn-primary#nav-schedule,
body.organizations.edit .btn-primary#nav-organizations,
body.organizations.metrics .btn-primary#nav-admin-metrics,
body.users .btn-primary#nav-staff,
body.patients .btn-primary#nav-claimants,
body.appointment-forms .btn-primary#nav-claimants,
.btn-success:active,
.btn-success.active,
body.schedules .btn-success#nav-schedule,
body.organizations.edit .btn-success#nav-organizations,
body.organizations.metrics .btn-success#nav-admin-metrics,
body.users .btn-success#nav-staff,
body.patients .btn-success#nav-claimants,
body.appointment-forms .btn-success#nav-claimants,
.btn-info:active,
.btn-info.active,
body.schedules .btn-info#nav-schedule,
body.organizations.edit .btn-info#nav-organizations,
body.organizations.metrics .btn-info#nav-admin-metrics,
body.users .btn-info#nav-staff,
body.patients .btn-info#nav-claimants,
body.appointment-forms .btn-info#nav-claimants,
.btn-warning:active,
.btn-warning.active,
body.schedules .btn-warning#nav-schedule,
body.organizations.edit .btn-warning#nav-organizations,
body.organizations.metrics .btn-warning#nav-admin-metrics,
body.users .btn-warning#nav-staff,
body.patients .btn-warning#nav-claimants,
body.appointment-forms .btn-warning#nav-claimants,
.btn-danger:active,
.btn-danger.active,
body.schedules .btn-danger#nav-schedule,
body.organizations.edit .btn-danger#nav-organizations,
body.organizations.metrics .btn-danger#nav-admin-metrics,
body.users .btn-danger#nav-staff,
body.patients .btn-danger#nav-claimants,
body.appointment-forms .btn-danger#nav-claimants {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 56, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn:active, .btn.active, body.schedules .btn#nav-schedule,
body.organizations.edit .btn#nav-organizations,
body.organizations.metrics .btn#nav-admin-metrics,
body.users .btn#nav-staff,
body.patients .btn#nav-claimants,
body.appointment-forms .btn#nav-claimants {
  background-image: none;
}

/* line 63, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-default:active, .btn-default.active, body.schedules .btn-default#nav-schedule,
body.organizations.edit .btn-default#nav-organizations,
body.organizations.metrics .btn-default#nav-admin-metrics,
body.users .btn-default#nav-staff,
body.patients .btn-default#nav-claimants,
body.appointment-forms .btn-default#nav-claimants {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

/* line 64, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF2D6CA2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-primary:active, .btn-primary.active, body.schedules .btn-primary#nav-schedule,
body.organizations.edit .btn-primary#nav-organizations,
body.organizations.metrics .btn-primary#nav-admin-metrics,
body.users .btn-primary#nav-staff,
body.patients .btn-primary#nav-claimants,
body.appointment-forms .btn-primary#nav-claimants {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

/* line 65, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-success:active, .btn-success.active, body.schedules .btn-success#nav-schedule,
body.organizations.edit .btn-success#nav-organizations,
body.organizations.metrics .btn-success#nav-admin-metrics,
body.users .btn-success#nav-staff,
body.patients .btn-success#nav-claimants,
body.appointment-forms .btn-success#nav-claimants {
  background-color: #419641;
  border-color: #3e8f3e;
}

/* line 66, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-warning:active, .btn-warning.active, body.schedules .btn-warning#nav-schedule,
body.organizations.edit .btn-warning#nav-organizations,
body.organizations.metrics .btn-warning#nav-admin-metrics,
body.users .btn-warning#nav-staff,
body.patients .btn-warning#nav-claimants,
body.appointment-forms .btn-warning#nav-claimants {
  background-color: #eb9316;
  border-color: #e38d13;
}

/* line 67, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-danger:active, .btn-danger.active, body.schedules .btn-danger#nav-schedule,
body.organizations.edit .btn-danger#nav-organizations,
body.organizations.metrics .btn-danger#nav-admin-metrics,
body.users .btn-danger#nav-staff,
body.patients .btn-danger#nav-claimants,
body.appointment-forms .btn-danger#nav-claimants {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/* line 68, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
/* line 40, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
/* line 46, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.btn-info:active, .btn-info.active, body.schedules .btn-info#nav-schedule,
body.organizations.edit .btn-info#nav-organizations,
body.organizations.metrics .btn-info#nav-admin-metrics,
body.users .btn-info#nav-staff,
body.patients .btn-info#nav-claimants,
body.appointment-forms .btn-info#nav-claimants {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

/* line 76, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.thumbnail,
.img-thumbnail,
.thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 87, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8;
}

/* line 92, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.dropdown-menu > .active > a, body.schedules .dropdown-menu > #nav-schedule > a,
body.organizations.edit .dropdown-menu > #nav-organizations > a,
body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a,
body.users .dropdown-menu > #nav-staff > a,
body.patients .dropdown-menu > #nav-claimants > a,
body.appointment-forms .dropdown-menu > #nav-claimants > a,
.dropdown-menu > .active > a:hover,
body.schedules .dropdown-menu > #nav-schedule > a:hover,
body.organizations.edit .dropdown-menu > #nav-organizations > a:hover,
body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:hover,
body.users .dropdown-menu > #nav-staff > a:hover,
body.patients .dropdown-menu > #nav-claimants > a:hover,
body.appointment-forms .dropdown-menu > #nav-claimants > a:hover,
.dropdown-menu > .active > a:focus,
body.schedules .dropdown-menu > #nav-schedule > a:focus,
body.organizations.edit .dropdown-menu > #nav-organizations > a:focus,
body.organizations.metrics .dropdown-menu > #nav-admin-metrics > a:focus,
body.users .dropdown-menu > #nav-staff > a:focus,
body.patients .dropdown-menu > #nav-claimants > a:focus,
body.appointment-forms .dropdown-menu > #nav-claimants > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
  background-color: #357ebd;
}

/* line 106, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
/* line 113, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default body.schedules .navbar-nav > #nav-schedule > a, body.schedules .navbar-default .navbar-nav > #nav-schedule > a,
.navbar-default body.organizations.edit .navbar-nav > #nav-organizations > a,
body.organizations.edit .navbar-default .navbar-nav > #nav-organizations > a,
.navbar-default body.organizations.metrics .navbar-nav > #nav-admin-metrics > a,
body.organizations.metrics .navbar-default .navbar-nav > #nav-admin-metrics > a,
.navbar-default body.users .navbar-nav > #nav-staff > a,
body.users .navbar-default .navbar-nav > #nav-staff > a,
.navbar-default body.patients .navbar-nav > #nav-claimants > a,
body.patients .navbar-default .navbar-nav > #nav-claimants > a,
.navbar-default body.appointment-forms .navbar-nav > #nav-claimants > a,
body.appointment-forms .navbar-default .navbar-nav > #nav-claimants > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF3F3F3', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* line 118, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 124, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 128, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse body.schedules .navbar-nav > #nav-schedule > a, body.schedules .navbar-inverse .navbar-nav > #nav-schedule > a,
.navbar-inverse body.organizations.edit .navbar-nav > #nav-organizations > a,
body.organizations.edit .navbar-inverse .navbar-nav > #nav-organizations > a,
.navbar-inverse body.organizations.metrics .navbar-nav > #nav-admin-metrics > a,
body.organizations.metrics .navbar-inverse .navbar-nav > #nav-admin-metrics > a,
.navbar-inverse body.users .navbar-nav > #nav-staff > a,
body.users .navbar-inverse .navbar-nav > #nav-staff > a,
.navbar-inverse body.patients .navbar-nav > #nav-claimants > a,
body.patients .navbar-inverse .navbar-nav > #nav-claimants > a,
.navbar-inverse body.appointment-forms .navbar-nav > #nav-claimants > a,
body.appointment-forms .navbar-inverse .navbar-nav > #nav-claimants > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222), to(#282828));
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF282828', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
/* line 133, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 140, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

/* line 153, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 166, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

/* line 167, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea;
}

/* line 168, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

/* line 169, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

/* line 178, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

/* line 188, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3071A9', GradientType=0);
}

/* line 189, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

/* line 190, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

/* line 191, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

/* line 192, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

/* line 200, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 204, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.list-group-item.active, body.schedules .list-group-item#nav-schedule,
body.organizations.edit .list-group-item#nav-organizations,
body.organizations.metrics .list-group-item#nav-admin-metrics,
body.users .list-group-item#nav-staff,
body.patients .list-group-item#nav-claimants,
body.appointment-forms .list-group-item#nav-claimants,
.list-group-item.active:hover,
body.schedules .list-group-item#nav-schedule:hover,
body.organizations.edit .list-group-item#nav-organizations:hover,
body.organizations.metrics .list-group-item#nav-admin-metrics:hover,
body.users .list-group-item#nav-staff:hover,
body.patients .list-group-item#nav-claimants:hover,
body.appointment-forms .list-group-item#nav-claimants:hover,
.list-group-item.active:focus,
body.schedules .list-group-item#nav-schedule:focus,
body.organizations.edit .list-group-item#nav-organizations:focus,
body.organizations.metrics .list-group-item#nav-admin-metrics:focus,
body.users .list-group-item#nav-staff:focus,
body.patients .list-group-item#nav-claimants:focus,
body.appointment-forms .list-group-item#nav-claimants:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3278B3', GradientType=0);
  border-color: #3278b3;
}

/* line 219, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 229, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

/* line 230, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
}

/* line 231, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}

/* line 232, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}

/* line 233, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

/* line 234, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}

/* line 242, /usr/local/bundle/gems/bootstrap-sass-3.0.2.1/vendor/assets/stylesheets/bootstrap/_theme.scss */
.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 *  Font Awesome 4.7.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("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 28, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.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);
  }
}
/* line 125, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

/* line 162, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 188, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /usr/local/bundle/gems/font-awesome-rails-4.7.0.1/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.category-tabs {
  padding-left: 65px;
  text-indent: -50px;
}

/* line 5, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.form-completion-text {
  line-height: 40px;
  text-indent: initial;
}

/* line 9, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 31, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg:focus,
.arrowseg:active:focus,
.arrowseg.active:focus,
body.schedules .arrowseg#nav-schedule:focus,
body.organizations.edit .arrowseg#nav-organizations:focus,
body.organizations.metrics .arrowseg#nav-admin-metrics:focus,
body.users .arrowseg#nav-staff:focus,
body.patients .arrowseg#nav-claimants:focus,
body.appointment-forms .arrowseg#nav-claimants:focus,
.arrowseg.focus,
.arrowseg:active.focus,
.arrowseg.active.focus,
body.schedules .arrowseg.focus#nav-schedule,
body.organizations.edit .arrowseg.focus#nav-organizations,
body.organizations.metrics .arrowseg.focus#nav-admin-metrics,
body.users .arrowseg.focus#nav-staff,
body.patients .arrowseg.focus#nav-claimants,
body.appointment-forms .arrowseg.focus#nav-claimants {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 40, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg:hover,
.arrowseg:focus,
.arrowseg.focus {
  color: #333;
  text-decoration: none;
}

/* line 46, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg:active,
.arrowseg.active,
body.schedules .arrowseg#nav-schedule,
body.organizations.edit .arrowseg#nav-organizations,
body.organizations.metrics .arrowseg#nav-admin-metrics,
body.users .arrowseg#nav-staff,
body.patients .arrowseg#nav-claimants,
body.appointment-forms .arrowseg#nav-claimants {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 53, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg.disabled,
.arrowseg[disabled],
fieldset[disabled] .arrowseg {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

/* line 62, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
a.arrowseg.disabled,
fieldset[disabled] a.arrowseg {
  pointer-events: none;
}

/* line 66, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 71, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default:focus,
.arrowseg-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 77, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 82, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default:active,
.arrowseg-default.active,
body.schedules .arrowseg-default#nav-schedule,
body.organizations.edit .arrowseg-default#nav-organizations,
body.organizations.metrics .arrowseg-default#nav-admin-metrics,
body.users .arrowseg-default#nav-staff,
body.patients .arrowseg-default#nav-claimants,
body.appointment-forms .arrowseg-default#nav-claimants,
.open > .dropdown-toggle.arrowseg-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 89, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default:active:hover,
.arrowseg-default.active:hover,
body.schedules .arrowseg-default#nav-schedule:hover,
body.organizations.edit .arrowseg-default#nav-organizations:hover,
body.organizations.metrics .arrowseg-default#nav-admin-metrics:hover,
body.users .arrowseg-default#nav-staff:hover,
body.patients .arrowseg-default#nav-claimants:hover,
body.appointment-forms .arrowseg-default#nav-claimants:hover,
.open > .dropdown-toggle.arrowseg-default:hover,
.arrowseg-default:active:focus,
.arrowseg-default.active:focus,
body.schedules .arrowseg-default#nav-schedule:focus,
body.organizations.edit .arrowseg-default#nav-organizations:focus,
body.organizations.metrics .arrowseg-default#nav-admin-metrics:focus,
body.users .arrowseg-default#nav-staff:focus,
body.patients .arrowseg-default#nav-claimants:focus,
body.appointment-forms .arrowseg-default#nav-claimants:focus,
.open > .dropdown-toggle.arrowseg-default:focus,
.arrowseg-default:active.focus,
.arrowseg-default.active.focus,
body.schedules .arrowseg-default.focus#nav-schedule,
body.organizations.edit .arrowseg-default.focus#nav-organizations,
body.organizations.metrics .arrowseg-default.focus#nav-admin-metrics,
body.users .arrowseg-default.focus#nav-staff,
body.patients .arrowseg-default.focus#nav-claimants,
body.appointment-forms .arrowseg-default.focus#nav-claimants,
.open > .dropdown-toggle.arrowseg-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 102, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default:active,
.arrowseg-default.active,
body.schedules .arrowseg-default#nav-schedule,
body.organizations.edit .arrowseg-default#nav-organizations,
body.organizations.metrics .arrowseg-default#nav-admin-metrics,
body.users .arrowseg-default#nav-staff,
body.patients .arrowseg-default#nav-claimants,
body.appointment-forms .arrowseg-default#nav-claimants,
.open > .dropdown-toggle.arrowseg-default {
  background-image: none;
}

/* line 107, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default.disabled:hover,
.arrowseg-default[disabled]:hover,
fieldset[disabled] .arrowseg-default:hover,
.arrowseg-default.disabled:focus,
.arrowseg-default[disabled]:focus,
fieldset[disabled] .arrowseg-default:focus,
.arrowseg-default.disabled.focus,
.arrowseg-default[disabled].focus,
fieldset[disabled] .arrowseg-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 119, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 123, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 128, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary:focus,
.arrowseg-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 134, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 139, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary:active,
.arrowseg-primary.active,
body.schedules .arrowseg-primary#nav-schedule,
body.organizations.edit .arrowseg-primary#nav-organizations,
body.organizations.metrics .arrowseg-primary#nav-admin-metrics,
body.users .arrowseg-primary#nav-staff,
body.patients .arrowseg-primary#nav-claimants,
body.appointment-forms .arrowseg-primary#nav-claimants,
.open > .dropdown-toggle.arrowseg-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 146, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary:active:hover,
.arrowseg-primary.active:hover,
body.schedules .arrowseg-primary#nav-schedule:hover,
body.organizations.edit .arrowseg-primary#nav-organizations:hover,
body.organizations.metrics .arrowseg-primary#nav-admin-metrics:hover,
body.users .arrowseg-primary#nav-staff:hover,
body.patients .arrowseg-primary#nav-claimants:hover,
body.appointment-forms .arrowseg-primary#nav-claimants:hover,
.open > .dropdown-toggle.arrowseg-primary:hover,
.arrowseg-primary:active:focus,
.arrowseg-primary.active:focus,
body.schedules .arrowseg-primary#nav-schedule:focus,
body.organizations.edit .arrowseg-primary#nav-organizations:focus,
body.organizations.metrics .arrowseg-primary#nav-admin-metrics:focus,
body.users .arrowseg-primary#nav-staff:focus,
body.patients .arrowseg-primary#nav-claimants:focus,
body.appointment-forms .arrowseg-primary#nav-claimants:focus,
.open > .dropdown-toggle.arrowseg-primary:focus,
.arrowseg-primary:active.focus,
.arrowseg-primary.active.focus,
body.schedules .arrowseg-primary.focus#nav-schedule,
body.organizations.edit .arrowseg-primary.focus#nav-organizations,
body.organizations.metrics .arrowseg-primary.focus#nav-admin-metrics,
body.users .arrowseg-primary.focus#nav-staff,
body.patients .arrowseg-primary.focus#nav-claimants,
body.appointment-forms .arrowseg-primary.focus#nav-claimants,
.open > .dropdown-toggle.arrowseg-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 159, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary:active,
.arrowseg-primary.active,
body.schedules .arrowseg-primary#nav-schedule,
body.organizations.edit .arrowseg-primary#nav-organizations,
body.organizations.metrics .arrowseg-primary#nav-admin-metrics,
body.users .arrowseg-primary#nav-staff,
body.patients .arrowseg-primary#nav-claimants,
body.appointment-forms .arrowseg-primary#nav-claimants,
.open > .dropdown-toggle.arrowseg-primary {
  background-image: none;
}

/* line 164, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary.disabled:hover,
.arrowseg-primary[disabled]:hover,
fieldset[disabled] .arrowseg-primary:hover,
.arrowseg-primary.disabled:focus,
.arrowseg-primary[disabled]:focus,
fieldset[disabled] .arrowseg-primary:focus,
.arrowseg-primary.disabled.focus,
.arrowseg-primary[disabled].focus,
fieldset[disabled] .arrowseg-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 176, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 180, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 185, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success:focus,
.arrowseg-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 191, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 196, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success:active,
.arrowseg-success.active,
body.schedules .arrowseg-success#nav-schedule,
body.organizations.edit .arrowseg-success#nav-organizations,
body.organizations.metrics .arrowseg-success#nav-admin-metrics,
body.users .arrowseg-success#nav-staff,
body.patients .arrowseg-success#nav-claimants,
body.appointment-forms .arrowseg-success#nav-claimants,
.open > .dropdown-toggle.arrowseg-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 203, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success:active:hover,
.arrowseg-success.active:hover,
body.schedules .arrowseg-success#nav-schedule:hover,
body.organizations.edit .arrowseg-success#nav-organizations:hover,
body.organizations.metrics .arrowseg-success#nav-admin-metrics:hover,
body.users .arrowseg-success#nav-staff:hover,
body.patients .arrowseg-success#nav-claimants:hover,
body.appointment-forms .arrowseg-success#nav-claimants:hover,
.open > .dropdown-toggle.arrowseg-success:hover,
.arrowseg-success:active:focus,
.arrowseg-success.active:focus,
body.schedules .arrowseg-success#nav-schedule:focus,
body.organizations.edit .arrowseg-success#nav-organizations:focus,
body.organizations.metrics .arrowseg-success#nav-admin-metrics:focus,
body.users .arrowseg-success#nav-staff:focus,
body.patients .arrowseg-success#nav-claimants:focus,
body.appointment-forms .arrowseg-success#nav-claimants:focus,
.open > .dropdown-toggle.arrowseg-success:focus,
.arrowseg-success:active.focus,
.arrowseg-success.active.focus,
body.schedules .arrowseg-success.focus#nav-schedule,
body.organizations.edit .arrowseg-success.focus#nav-organizations,
body.organizations.metrics .arrowseg-success.focus#nav-admin-metrics,
body.users .arrowseg-success.focus#nav-staff,
body.patients .arrowseg-success.focus#nav-claimants,
body.appointment-forms .arrowseg-success.focus#nav-claimants,
.open > .dropdown-toggle.arrowseg-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 216, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success:active,
.arrowseg-success.active,
body.schedules .arrowseg-success#nav-schedule,
body.organizations.edit .arrowseg-success#nav-organizations,
body.organizations.metrics .arrowseg-success#nav-admin-metrics,
body.users .arrowseg-success#nav-staff,
body.patients .arrowseg-success#nav-claimants,
body.appointment-forms .arrowseg-success#nav-claimants,
.open > .dropdown-toggle.arrowseg-success {
  background-image: none;
}

/* line 221, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success.disabled:hover,
.arrowseg-success[disabled]:hover,
fieldset[disabled] .arrowseg-success:hover,
.arrowseg-success.disabled:focus,
.arrowseg-success[disabled]:focus,
fieldset[disabled] .arrowseg-success:focus,
.arrowseg-success.disabled.focus,
.arrowseg-success[disabled].focus,
fieldset[disabled] .arrowseg-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 233, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 237, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 242, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info:focus,
.arrowseg-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 248, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 253, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info:active,
.arrowseg-info.active,
body.schedules .arrowseg-info#nav-schedule,
body.organizations.edit .arrowseg-info#nav-organizations,
body.organizations.metrics .arrowseg-info#nav-admin-metrics,
body.users .arrowseg-info#nav-staff,
body.patients .arrowseg-info#nav-claimants,
body.appointment-forms .arrowseg-info#nav-claimants,
.open > .dropdown-toggle.arrowseg-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 260, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info:active:hover,
.arrowseg-info.active:hover,
body.schedules .arrowseg-info#nav-schedule:hover,
body.organizations.edit .arrowseg-info#nav-organizations:hover,
body.organizations.metrics .arrowseg-info#nav-admin-metrics:hover,
body.users .arrowseg-info#nav-staff:hover,
body.patients .arrowseg-info#nav-claimants:hover,
body.appointment-forms .arrowseg-info#nav-claimants:hover,
.open > .dropdown-toggle.arrowseg-info:hover,
.arrowseg-info:active:focus,
.arrowseg-info.active:focus,
body.schedules .arrowseg-info#nav-schedule:focus,
body.organizations.edit .arrowseg-info#nav-organizations:focus,
body.organizations.metrics .arrowseg-info#nav-admin-metrics:focus,
body.users .arrowseg-info#nav-staff:focus,
body.patients .arrowseg-info#nav-claimants:focus,
body.appointment-forms .arrowseg-info#nav-claimants:focus,
.open > .dropdown-toggle.arrowseg-info:focus,
.arrowseg-info:active.focus,
.arrowseg-info.active.focus,
body.schedules .arrowseg-info.focus#nav-schedule,
body.organizations.edit .arrowseg-info.focus#nav-organizations,
body.organizations.metrics .arrowseg-info.focus#nav-admin-metrics,
body.users .arrowseg-info.focus#nav-staff,
body.patients .arrowseg-info.focus#nav-claimants,
body.appointment-forms .arrowseg-info.focus#nav-claimants,
.open > .dropdown-toggle.arrowseg-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 273, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info:active,
.arrowseg-info.active,
body.schedules .arrowseg-info#nav-schedule,
body.organizations.edit .arrowseg-info#nav-organizations,
body.organizations.metrics .arrowseg-info#nav-admin-metrics,
body.users .arrowseg-info#nav-staff,
body.patients .arrowseg-info#nav-claimants,
body.appointment-forms .arrowseg-info#nav-claimants,
.open > .dropdown-toggle.arrowseg-info {
  background-image: none;
}

/* line 278, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info.disabled:hover,
.arrowseg-info[disabled]:hover,
fieldset[disabled] .arrowseg-info:hover,
.arrowseg-info.disabled:focus,
.arrowseg-info[disabled]:focus,
fieldset[disabled] .arrowseg-info:focus,
.arrowseg-info.disabled.focus,
.arrowseg-info[disabled].focus,
fieldset[disabled] .arrowseg-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 290, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 294, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 299, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning:focus,
.arrowseg-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 305, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 310, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning:active,
.arrowseg-warning.active,
body.schedules .arrowseg-warning#nav-schedule,
body.organizations.edit .arrowseg-warning#nav-organizations,
body.organizations.metrics .arrowseg-warning#nav-admin-metrics,
body.users .arrowseg-warning#nav-staff,
body.patients .arrowseg-warning#nav-claimants,
body.appointment-forms .arrowseg-warning#nav-claimants,
.open > .dropdown-toggle.arrowseg-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 317, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning:active:hover,
.arrowseg-warning.active:hover,
body.schedules .arrowseg-warning#nav-schedule:hover,
body.organizations.edit .arrowseg-warning#nav-organizations:hover,
body.organizations.metrics .arrowseg-warning#nav-admin-metrics:hover,
body.users .arrowseg-warning#nav-staff:hover,
body.patients .arrowseg-warning#nav-claimants:hover,
body.appointment-forms .arrowseg-warning#nav-claimants:hover,
.open > .dropdown-toggle.arrowseg-warning:hover,
.arrowseg-warning:active:focus,
.arrowseg-warning.active:focus,
body.schedules .arrowseg-warning#nav-schedule:focus,
body.organizations.edit .arrowseg-warning#nav-organizations:focus,
body.organizations.metrics .arrowseg-warning#nav-admin-metrics:focus,
body.users .arrowseg-warning#nav-staff:focus,
body.patients .arrowseg-warning#nav-claimants:focus,
body.appointment-forms .arrowseg-warning#nav-claimants:focus,
.open > .dropdown-toggle.arrowseg-warning:focus,
.arrowseg-warning:active.focus,
.arrowseg-warning.active.focus,
body.schedules .arrowseg-warning.focus#nav-schedule,
body.organizations.edit .arrowseg-warning.focus#nav-organizations,
body.organizations.metrics .arrowseg-warning.focus#nav-admin-metrics,
body.users .arrowseg-warning.focus#nav-staff,
body.patients .arrowseg-warning.focus#nav-claimants,
body.appointment-forms .arrowseg-warning.focus#nav-claimants,
.open > .dropdown-toggle.arrowseg-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 330, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning:active,
.arrowseg-warning.active,
body.schedules .arrowseg-warning#nav-schedule,
body.organizations.edit .arrowseg-warning#nav-organizations,
body.organizations.metrics .arrowseg-warning#nav-admin-metrics,
body.users .arrowseg-warning#nav-staff,
body.patients .arrowseg-warning#nav-claimants,
body.appointment-forms .arrowseg-warning#nav-claimants,
.open > .dropdown-toggle.arrowseg-warning {
  background-image: none;
}

/* line 335, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning.disabled:hover,
.arrowseg-warning[disabled]:hover,
fieldset[disabled] .arrowseg-warning:hover,
.arrowseg-warning.disabled:focus,
.arrowseg-warning[disabled]:focus,
fieldset[disabled] .arrowseg-warning:focus,
.arrowseg-warning.disabled.focus,
.arrowseg-warning[disabled].focus,
fieldset[disabled] .arrowseg-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 347, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 351, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 356, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger:focus,
.arrowseg-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 362, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 367, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger:active,
.arrowseg-danger.active,
body.schedules .arrowseg-danger#nav-schedule,
body.organizations.edit .arrowseg-danger#nav-organizations,
body.organizations.metrics .arrowseg-danger#nav-admin-metrics,
body.users .arrowseg-danger#nav-staff,
body.patients .arrowseg-danger#nav-claimants,
body.appointment-forms .arrowseg-danger#nav-claimants,
.open > .dropdown-toggle.arrowseg-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 374, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger:active:hover,
.arrowseg-danger.active:hover,
body.schedules .arrowseg-danger#nav-schedule:hover,
body.organizations.edit .arrowseg-danger#nav-organizations:hover,
body.organizations.metrics .arrowseg-danger#nav-admin-metrics:hover,
body.users .arrowseg-danger#nav-staff:hover,
body.patients .arrowseg-danger#nav-claimants:hover,
body.appointment-forms .arrowseg-danger#nav-claimants:hover,
.open > .dropdown-toggle.arrowseg-danger:hover,
.arrowseg-danger:active:focus,
.arrowseg-danger.active:focus,
body.schedules .arrowseg-danger#nav-schedule:focus,
body.organizations.edit .arrowseg-danger#nav-organizations:focus,
body.organizations.metrics .arrowseg-danger#nav-admin-metrics:focus,
body.users .arrowseg-danger#nav-staff:focus,
body.patients .arrowseg-danger#nav-claimants:focus,
body.appointment-forms .arrowseg-danger#nav-claimants:focus,
.open > .dropdown-toggle.arrowseg-danger:focus,
.arrowseg-danger:active.focus,
.arrowseg-danger.active.focus,
body.schedules .arrowseg-danger.focus#nav-schedule,
body.organizations.edit .arrowseg-danger.focus#nav-organizations,
body.organizations.metrics .arrowseg-danger.focus#nav-admin-metrics,
body.users .arrowseg-danger.focus#nav-staff,
body.patients .arrowseg-danger.focus#nav-claimants,
body.appointment-forms .arrowseg-danger.focus#nav-claimants,
.open > .dropdown-toggle.arrowseg-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 387, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger:active,
.arrowseg-danger.active,
body.schedules .arrowseg-danger#nav-schedule,
body.organizations.edit .arrowseg-danger#nav-organizations,
body.organizations.metrics .arrowseg-danger#nav-admin-metrics,
body.users .arrowseg-danger#nav-staff,
body.patients .arrowseg-danger#nav-claimants,
body.appointment-forms .arrowseg-danger#nav-claimants,
.open > .dropdown-toggle.arrowseg-danger {
  background-image: none;
}

/* line 392, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger.disabled:hover,
.arrowseg-danger[disabled]:hover,
fieldset[disabled] .arrowseg-danger:hover,
.arrowseg-danger.disabled:focus,
.arrowseg-danger[disabled]:focus,
fieldset[disabled] .arrowseg-danger:focus,
.arrowseg-danger.disabled.focus,
.arrowseg-danger[disabled].focus,
fieldset[disabled] .arrowseg-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 404, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* Rendering arrows */
/* line 411, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right,
.arrowseg-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

/* line 418, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right {
  padding-left: 36px;
}

/* line 422, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-left {
  padding-right: 36px;
}

/* line 426, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right:before,
.arrowseg-right:after,
.arrowseg-left:before,
.arrowseg-left:after {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 5px;
  /* move it down because of rounded corners */
  width: 22px;
  /* same as height */
  height: 22px;
  /* button_outer_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 4px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}

/* line 462, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right:before,
.arrowseg-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* line 473, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-left:before,
.arrowseg-left:after {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

/* line 484, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right:before,
.arrowseg-left:before {
  /* align the "before" square to the left */
  left: -11px;
}

/* line 491, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right:after,
.arrowseg-left:after {
  /* align the "after" square to the right */
  right: -11px;
}

/* line 498, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right:after,
.arrowseg-left:before {
  /* bring arrow pointers to front */
  z-index: 1;
}

/* line 505, /usr/src/app/app/assets/stylesheets/bootstrap-arrows.scss */
.arrowseg-right:before,
.arrowseg-left:after {
  /* hide arrow tails background */
  background-color: white;
}

/* Import fonts */
/* line 5, /usr/src/app/app/assets/stylesheets/legacy/style.css */
body {
  color: #333;
  background: #2a3542 none repeat scroll 0 0;
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  font-weight: 600;
  overflow-x: hidden;
}

/* line 16, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* line 20, /usr/src/app/app/assets/stylesheets/legacy/style.css */
::-moz-selection {
  background: #7EA7D1;
  color: #fff;
}
::selection {
  background: #7EA7D1;
  color: #fff;
}

/* line 25, /usr/src/app/app/assets/stylesheets/legacy/style.css */
::-moz-selection {
  background: #7EA7D1;
  color: #fff;
}

/* line 30, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#container {
  width: 100%;
  height: 100%;
}

/*login page*/
/* line 37, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-body {
  background-image: url(../../img/login_page.jpg);
  background-position: center center;
}

/* line 41, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-logo {
  max-width: 330px;
  margin: 50px auto;
}

/* line 45, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin label {
  color: #fff;
}

/* line 48, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin {
  max-width: 35%;
  margin: 84px auto 0;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 56, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin h2.form-signin-heading {
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  background: #005667 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/* line 70, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin .checkbox {
  margin-bottom: 14px;
}

/* line 73, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin .checkbox {
  font-weight: normal;
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/* line 79, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin .form-control {
  position: relative;
  font-size: 12px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

/* line 88, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin .form-control:focus {
  z-index: 2;
}

/* line 91, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin input[type="text"], .form-signin input[type="password"] {
  margin-bottom: 15px;
  border: 1px solid #CCC;
  box-shadow: none;
  font-size: 12px;
}

/* line 98, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin .btn-login {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 110, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin p {
  text-align: center;
  color: #777;
  font-size: 16px;
  font-weight: 400;
}

/* line 117, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin a {
  color: #fff;
}

/* line 121, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-signin a:hover {
  color: #b6b6b6;
}

/* line 125, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-wrap {
  padding: 20px;
}

/* line 129, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-social-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 135, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-social-link a {
  color: #fff;
  padding: 15px 28px;
  border-radius: 4px;
}

/* line 141, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-social-link a:hover {
  color: #fff;
}

/* line 145, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-social-link a i {
  font-size: 20px;
  padding-right: 10px;
}

/* line 150, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-social-link a.facebook {
  background: #5193ea;
  margin-right: 22px;
  box-shadow: 0 4px #2775e2;
  float: left;
}

/* line 157, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-social-link a.twitter {
  background: #44ccfe;
  box-shadow: 0 4px #2bb4e8;
  float: left;
}

/*sidebar navigation*/
/* line 167, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sidebar ul li {
  position: relative;
}

/* line 171, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sidebar .sub-menu > .sub li {
  padding-left: 32px;
}

/* line 175, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sidebar .sub-menu > .sub li:last-child {
  padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
/* line 180, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dcjq-icon {
  background: transparent url("../img/nav-expand.png") repeat scroll 0 0;
  border-radius: 3px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 17px;
}

/* line 189, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.active .dcjq-icon, body.schedules #nav-schedule .dcjq-icon,
body.organizations.edit #nav-organizations .dcjq-icon,
body.organizations.metrics #nav-admin-metrics .dcjq-icon,
body.users #nav-staff .dcjq-icon,
body.patients #nav-claimants .dcjq-icon,
body.appointment-forms #nav-claimants .dcjq-icon {
  background: url(../../img/nav-expand.png) no-repeat bottom;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*---*/
/* line 197, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.nav-collapse.collapse {
  display: inline;
}

/* line 201, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu, ul.sidebar-menu li ul.sub {
  margin: -2px 0 0;
  padding: 0;
}

/* line 206, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu {
  margin-top: 52px;
}

/* line 210, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sidebar > ul > li > ul.sub {
  display: none;
}

/* line 214, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sidebar > ul > li.active > ul.sub, body.schedules #sidebar > ul > li#nav-schedule > ul.sub,
body.organizations.edit #sidebar > ul > li#nav-organizations > ul.sub,
body.organizations.metrics #sidebar > ul > li#nav-admin-metrics > ul.sub,
body.users #sidebar > ul > li#nav-staff > ul.sub,
body.patients #sidebar > ul > li#nav-claimants > ul.sub,
body.appointment-forms #sidebar > ul > li#nav-claimants > ul.sub, #sidebar > ul > li > ul.sub > li > a {
  display: block;
}

/* line 218, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li ul.sub li {
  background: #0D6B87;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 225, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li ul.sub li:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

/* line 230, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li ul.sub li a {
  font-size: 12px;
  padding: 6px 0;
  line-height: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #aeb2b7;
}

/* line 243, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a, ul.sidebar-menu li ul.sub body.schedules li#nav-schedule a, body.schedules ul.sidebar-menu li ul.sub li#nav-schedule a,
ul.sidebar-menu li ul.sub body.organizations.edit li#nav-organizations a,
body.organizations.edit ul.sidebar-menu li ul.sub li#nav-organizations a,
ul.sidebar-menu li ul.sub body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics ul.sidebar-menu li ul.sub li#nav-admin-metrics a,
ul.sidebar-menu li ul.sub body.users li#nav-staff a,
body.users ul.sidebar-menu li ul.sub li#nav-staff a,
ul.sidebar-menu li ul.sub body.patients li#nav-claimants a,
body.patients ul.sidebar-menu li ul.sub li#nav-claimants a,
ul.sidebar-menu li ul.sub body.appointment-forms li#nav-claimants a,
body.appointment-forms ul.sidebar-menu li ul.sub li#nav-claimants a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

/* line 253, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li {
  /*line-height: 20px !important;*/
  margin-bottom: 5px;
  margin-left: 6px;
}

/* line 259, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li.sub-menu {
  line-height: 15px;
}

/* line 263, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li a span {
  display: inline-block;
}

/* line 267, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0 10px 0px;
  font-size: 11px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 283, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li a i {
  display: block;
  font-size: 30px;
  text-align: center;
}

/* line 289, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
  color: #0A548B;
}

/* line 293, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.sidebar-menu li a.active i, ul.sidebar-menu li body.schedules a#nav-schedule i, body.schedules ul.sidebar-menu li a#nav-schedule i,
ul.sidebar-menu li body.organizations.edit a#nav-organizations i,
body.organizations.edit ul.sidebar-menu li a#nav-organizations i,
ul.sidebar-menu li body.organizations.metrics a#nav-admin-metrics i,
body.organizations.metrics ul.sidebar-menu li a#nav-admin-metrics i,
ul.sidebar-menu li body.users a#nav-staff i,
body.users ul.sidebar-menu li a#nav-staff i,
ul.sidebar-menu li body.patients a#nav-claimants i,
body.patients ul.sidebar-menu li a#nav-claimants i,
ul.sidebar-menu li body.appointment-forms a#nav-claimants i,
body.appointment-forms ul.sidebar-menu li a#nav-claimants i {
  color: #0A548B;
}

/* line 298, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-info, .mail-info:hover {
  margin: -3px 6px 0 0;
  font-size: 11px;
}

/*main content*/
/* line 305, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1002;
}

/* line 312, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.white-bg {
  background: #fff none repeat scroll 0 0;
}

/* line 315, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.wrapper {
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: 70px;
  padding: 15px;
  margin-left: 20px;
  width: 92%;
  margin-bottom: 20px;
}

/* line 325, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a.logo {
  font-size: 21px;
  color: #fff;
  float: left;
  margin-top: 12px;
  text-transform: uppercase;
}

/* line 332, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a.logo img {
  max-height: 34px;
}

/* line 336, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a.logo:hover, a.logo:focus {
  text-decoration: none;
  outline: none;
}

/* line 341, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a.logo span {
  color: #005667;
}

/* line 345, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.clickable-row {
  cursor: pointer;
}

/*notification*/
/* line 351, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#top_menu .nav > li, ul.top-menu > li {
  float: left;
}

/* line 355, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notify-row {
  float: left;
  margin-top: 15px;
  margin-right: 0;
}

/* line 361, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notify-row .badge {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
}

/* line 368, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended {
  max-width: 300px !important;
  min-width: 160px !important;
  right: 0;
  left: inherit;
  width: 235px !important;
  padding: 0;
}

/* line 377, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended li a {
  border-bottom: 1px solid #EBEBEB !important;
  font-size: 12px;
  list-style: none;
}

/* line 383, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended li a {
  padding: 6px 10px !important;
  width: 100%;
  display: inline-block;
}

/* line 389, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.tasks-bar .task-info .desc {
  font-size: 13px;
  font-weight: normal;
}

/* line 394, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.tasks-bar .task-info .percent {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: -4px;
}

/* line 403, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended .progress {
  margin-bottom: 0 !important;
  height: 10px;
}

/* line 408, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.top-nav {
  margin-top: 7px;
}

/* line 412, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.top-nav ul.top-menu > li .dropdown-menu.logout {
  width: 268px !important;
}

/* line 417, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.top-nav li.dropdown .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
}

/* line 423, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended.logout > li {
  float: left;
  text-align: center;
  width: 100%;
}

/* line 429, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended.logout > li > a i {
  font-size: 17px;
}

/* line 433, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu.extended.logout > li > a > i {
  display: block;
}

/* line 437, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.top-nav ul.top-menu > li > a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 6px 0 6px;
  background: none;
  margin-right: 0;
}

/*----*/
/* line 448, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notify-arrow {
  border-style: solid;
  border-width: 0 9px 9px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 7px;
  top: -18px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 0;
  z-index: 10;
  margin-top: 10px;
  opacity: 1;
}

/* line 464, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notify-arrow-yellow {
  border-color: transparent transparent #FCB322;
  border-bottom-color: #FCB322 !important;
  border-top-color: #FCB322 !important;
}

/* line 469, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notify-arrow-red {
  border-color: transparent transparent #ff6c60;
  border-bottom-color: #ff6c60 !important;
  border-top-color: #ff6c60 !important;
}

/* line 474, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notify-arrow-green {
  border-color: transparent transparent #a9d86e;
  border-bottom-color: #a9d86e !important;
  border-top-color: #a9d86e !important;
}

/*search*/
/* line 483, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.search {
  margin-top: 6px;
  width: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff;
  box-shadow: none;
  background: url("../../img/search-icon.jpg") no-repeat 10px 8px;
  padding: 0 5px 0 35px;
  color: #fff;
}

/* line 498, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.search:focus {
  margin-top: 5px;
  width: 180px;
  border: 1px solid #ddd;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #c8c8c8;
  font-weight: 400;
}

/*--sidebar toggle---*/
/* line 514, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sidebar-toggle-box {
  float: left;
  padding-right: 15px;
  margin-top: 20px;
}

/* line 520, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sidebar-toggle-box .icon-reorder {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

/* line 528, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sidebar-closed > #sidebar > ul {
  display: none;
}

/* line 532, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sidebar-closed #main-content {
  margin-left: 0px;
}

/* line 536, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sidebar-closed #sidebar {
  margin-left: -180px;
}

/*state overview*/
/* line 542, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .symbol, .state-overview .value {
  text-align: center;
}

/* line 545, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.title_head {
  padding: 10px;
}

/* line 548, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.blue .title_head {
  background-color: #2CA7D3;
}

/* line 551, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.red .title_head {
  background-color: #E54439;
}

/* line 554, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.terques .title_head {
  background-color: #17A5A5;
}

/* line 557, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.yellow .title_head {
  background-color: #E09100;
}

/* line 560, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dark_blue .title_head {
  background-color: #02414C;
}

/* line 563, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rose .title_head {
  background-color: #8E1130;
}

/* line 566, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rose {
  background-color: #BB1744;
}

/* line 569, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .value h1, .state-overview .value p {
  margin: 0;
  padding: 0;
  color: #777;
}

/* line 574, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .title_head p {
  color: #fff;
}

/* line 577, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .value h1 {
  font-weight: 400;
  padding: 21px 0;
  color: #fff;
}

/* line 583, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .symbol i {
  color: #fff;
  font-size: 50px;
}

/* line 588, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .terques {
  background: #6ccac9;
}

/* line 592, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .red {
  background: #ff6c60;
}

/* line 596, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .yellow {
  background: #f8d347;
}

/* line 600, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .blue {
  background: #57c8f2;
}

/* line 604, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .dark_blue {
  background: #005667;
}

/* line 607, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .yellow {
  background: #FCB322;
}

/*main chart*/
/* line 613, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.border-head h3 {
  border-bottom: 1px solid #c9cdd7;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

/* line 625, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.custom-bar-chart {
  height: 290px;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
  border-bottom: 1px solid #c9cdd7;
}

/* line 633, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.custom-bar-chart .bar {
  height: 100%;
  position: relative;
  width: 4.3%;
  margin: 0px 2%;
  float: left;
  text-align: center;
  border-radius: 5px 5px 0 0;
  z-index: 10;
}

/* line 646, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.custom-bar-chart .bar .title {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/* line 654, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.custom-bar-chart .bar .value {
  position: absolute;
  bottom: 0;
  background: #bfc2cd;
  color: #bfc2cd;
  width: 100%;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 672, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.custom-bar-chart .bar .value:hover {
  background: #e8403f;
  color: #fff;
}

/* line 677, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.y-axis {
  color: #555555;
  position: absolute;
  text-align: right;
  width: 100%;
}

/* line 684, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.y-axis li {
  border-top: 1px dashed #dbdce0;
  display: block;
  height: 58px;
  width: 100%;
}

/* line 691, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.y-axis li:last-child {
  border-top: none;
}

/* line 695, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.y-axis li span {
  display: block;
  margin: -10px 0 0 -25px;
  padding: 0 10px;
  width: 40px;
}

/* line 702, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.y-axis {
  color: #555555;
  text-align: right;
}

/*spark line*/
/* line 711, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 716, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart .heading {
  text-align: left;
}

/* line 719, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart .heading span {
  display: block;
}

/* line 722, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.green-chart .chart-tittle {
  font-size: 16px;
  padding: 15px;
  display: inline-block;
  font-weight: normal;
  background: #99c262;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}

/* line 733, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#barchart {
  margin-bottom: -15px;
  display: inline-block;
}

/* line 742, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.green-chart .chart-tittle .value {
  float: right;
  color: #c0f080;
}

/* line 747, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.green-chart {
  background: #a9d96c;
  color: #fff;
}

/* line 752, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.terques-chart {
  background: #005667;
  color: #fff;
}

/* line 757, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.terques-chart .chart-tittle .value {
  float: right;
  color: #fff;
}

/* line 762, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.terques-chart .chart-tittle .value a {
  color: #fff;
  font-size: 12px;
}

/* line 767, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active, .panel.terques-chart .chart-tittle .value body.schedules a#nav-schedule, body.schedules .panel.terques-chart .chart-tittle .value a#nav-schedule,
.panel.terques-chart .chart-tittle .value body.organizations.edit a#nav-organizations,
body.organizations.edit .panel.terques-chart .chart-tittle .value a#nav-organizations,
.panel.terques-chart .chart-tittle .value body.organizations.metrics a#nav-admin-metrics,
body.organizations.metrics .panel.terques-chart .chart-tittle .value a#nav-admin-metrics,
.panel.terques-chart .chart-tittle .value body.users a#nav-staff,
body.users .panel.terques-chart .chart-tittle .value a#nav-staff,
.panel.terques-chart .chart-tittle .value body.patients a#nav-claimants,
body.patients .panel.terques-chart .chart-tittle .value a#nav-claimants,
.panel.terques-chart .chart-tittle .value body.appointment-forms a#nav-claimants,
body.appointment-forms .panel.terques-chart .chart-tittle .value a#nav-claimants {
  color: #55f2e7;
  font-size: 12px;
}

/* line 772, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel.terques-chart .chart-tittle {
  font-size: 16px;
  padding: 15px;
  display: inline-block;
  font-weight: normal;
  background: #39b7ac;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}

/* line 783, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inline-block {
  display: inline-block;
}

/**/
/* line 789, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-body.chart-texture {
  background: url("../../img/chart-texture.jpg");
  border-radius: 4px 4px 0px 0px;
}

/*personal task*/
/* line 798, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-thumb {
  width: 90px;
  float: left;
}

/* line 803, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-thumb img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 808, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-thumb-details {
  display: inline-block;
  margin: 25px 0 0 10px;
}

/* line 813, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-progress {
  float: left;
}

/* line 817, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
  color: #39b5aa;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

/* line 825, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-thumb-details p, .task-progress p {
  padding-top: 5px;
  color: #a4aaba;
}

/* line 831, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.personal-task tbody tr td {
  padding: 11px 15px;
  border-color: #eeeff1;
}

/* line 836, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.personal-task tbody tr td i {
  font-size: 20px;
  color: #c7cbd4;
}

/* line 841, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f7f8fc;
}

/* line 846, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.personal-task.table-hover > tbody > tr:hover > td i {
  color: #39b5aa;
}

/* line 850, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.personal-task > tbody > tr > td:last-child {
  text-align: right;
}

/* line 854, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-option {
  float: right;
}

/* line 858, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-option select {
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px;
  color: #a4abbb;
}

/* line 867, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.progress-panel {
  padding-bottom: 5px;
}

/*badge*/
/* line 873, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.badge.bg-primary {
  background: #8075c4;
}

/* line 877, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.badge.bg-success {
  background: #a9d86e;
}

/* line 881, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.badge.bg-warning {
  background: #FCB322;
}

/* line 885, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.badge.bg-important {
  background: #ff6c60;
}

/* line 889, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.badge.bg-info {
  background: #005667;
}

/* line 893, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.badge.bg-inverse {
  background: #2A3542;
}

/*timeline*/
/* line 900, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

/* line 909, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline:before {
  background-color: #C7CBD6;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 0;
}

/* line 920, /usr/src/app/app/assets/stylesheets/legacy/style.css */
h3.timeline-title {
  margin: 0;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* line 929, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.t-info {
  color: #C8CCD7;
}

/* line 933, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item:before, .timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

/* line 939, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item {
  display: table-row;
}

/* line 943, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

/* line 949, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
}

/* line 955, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk .panel {
  display: block;
  margin-left: 25px;
  position: relative;
  text-align: left;
  background: #F4F4F4;
}

/* line 963, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

/* line 973, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item .timeline-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}

/* line 977, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}

/* line 989, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt .timeline-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}

/* line 993, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon {
  left: -30px;
  position: absolute;
  top: 15px;
}

/* line 999, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon {
  background: #C7CBD6;
  box-shadow: 0 0 0 3px #C7CBD6;
}

/* line 1004, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk span a {
  text-transform: uppercase;
}

/* line 1008, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.red, .timeline-desk span a.red {
  color: #EF6F66;
}

/* line 1012, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.green, .timeline-desk span a.green {
  color: #39B6AE;
}

/* line 1015, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.blue, .timeline-desk span a.blue {
  color: #56C9F5;
}

/* line 1018, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.purple, .timeline-desk span a.purple {
  color: #8074C6;
}

/* line 1021, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
  color: #A8D76F;
}

/* line 1025, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon.red {
  background: #EF6F66;
  box-shadow: 0 0 0 3px #EF6F66;
}

/* line 1030, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon.green {
  background: #39B6AE;
  box-shadow: 0 0 0 3px #39B6AE;
}

/* line 1035, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon.blue {
  background: #56C9F5;
  box-shadow: 0 0 0 3px #56C9F5;
}

/* line 1040, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon.purple {
  background: #8074C6;
  box-shadow: 0 0 0 3px #8074C6;
}

/* line 1045, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon.light-green {
  background: #A8D76F;
  box-shadow: 0 0 0 3px #A8D76F;
}

/* line 1050, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}

/* line 1059, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -32px;
}

/* line 1064, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

/* line 1068, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-date {
  left: -200px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
}

/* line 1076, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

/* line 1084, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt:before {
  display: none;
}

/* line 1087, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item:before, .timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

/* line 1093, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk p {
  font-size: 12px;
  margin-bottom: 0;
}

/* line 1098, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk a {
  color: #EF6F66;
}

/* line 1102, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk .panel {
  margin-bottom: 5px;
}

/* line 1106, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk .album {
  margin-top: 20px;
}

/* line 1110, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk .album a {
  margin-right: 5px;
  float: left;
}

/* line 1115, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk .notification {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 20px;
  padding: 8px;
}

/* line 1122, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 25px;
}

/* line 1127, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt .timeline-date {
  left: auto;
  right: -200px;
  text-align: left;
}

/* line 1133, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mbot30 {
  margin-bottom: 30px;
}

/*---revenue----*/
/* line 1139, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.revenue-head {
  background: #7EA7D1;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  line-height: 50px;
}

/* line 1147, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.revenue-head span {
  background: #e56155;
  padding: 16px;
  border-radius: 4px 0px 0px 0px;
}

/* line 1154, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.revenue-head span i {
  font-size: 18px;
}

/* line 1158, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.revenue-head h3 {
  display: inline;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
}

/* line 1165, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.revenue-head span.rev-combo {
  background: #e56155;
  padding: 16px;
  line-height: normal;
  border-radius: 0px 4px 0px 0px;
}

/*easy pie chart*/
/* line 1175, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.easy-pie-chart {
  display: inline-block;
  padding: 30px 0;
}

/* line 1180, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart-info, .chart-info .increase, .chart-info .decrease {
  display: inline-block;
}

/* line 1184, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart-info {
  width: 100%;
  margin-bottom: 5px;
}

/* line 1189, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart-position {
  margin-top: 70px;
}

/* line 1193, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart-info span {
  margin: 0 3px;
}

/* line 1197, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart-info .increase {
  background: #7EA7D1;
  width: 10px;
  height: 10px;
}

/* line 1203, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chart-info .decrease {
  background: #f2f2f2;
  width: 10px;
  height: 10px;
}

/* line 1209, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot {
  background-color: #e6e7ec;
  border-radius: 0px 0px 4px 4px;
  border: none;
  padding: 0;
  width: 100%;
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  /* line 1221, /usr/src/app/app/assets/stylesheets/legacy/style.css */
  .panel-footer.revenue-foot {
    margin-bottom: -4px;
  }
}
/* line 1227, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 1234, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li {
  float: left;
  width: 33.33%;
}

/* line 1239, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
  border-radius: 0px 0px 0px 4px;
}

/* line 1244, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
  border-radius: 0px 0px 4px 0px;
  border-right: none;
}

/* line 1251, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li a {
  display: inline-block;
  width: 100%;
  padding: 14px 15px;
  text-align: center;
  border-right: 1px solid #d5d8df;
  color: #797979;
}

/* line 1260, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a, .panel-footer.revenue-foot ul body.schedules li#nav-schedule a, body.schedules .panel-footer.revenue-foot ul li#nav-schedule a,
.panel-footer.revenue-foot ul body.organizations.edit li#nav-organizations a,
body.organizations.edit .panel-footer.revenue-foot ul li#nav-organizations a,
.panel-footer.revenue-foot ul body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics .panel-footer.revenue-foot ul li#nav-admin-metrics a,
.panel-footer.revenue-foot ul body.users li#nav-staff a,
body.users .panel-footer.revenue-foot ul li#nav-staff a,
.panel-footer.revenue-foot ul body.patients li#nav-claimants a,
body.patients .panel-footer.revenue-foot ul li#nav-claimants a,
.panel-footer.revenue-foot ul body.appointment-forms li#nav-claimants a,
body.appointment-forms .panel-footer.revenue-foot ul li#nav-claimants a {
  background: #fff;
  position: relative;
}

/* line 1265, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li a i {
  color: #c6cad5;
  display: block;
  font-size: 16px;
}

/* line 1270, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i, .panel-footer.revenue-foot ul body.schedules li#nav-schedule a i, body.schedules .panel-footer.revenue-foot ul li#nav-schedule a i,
.panel-footer.revenue-foot ul body.organizations.edit li#nav-organizations a i,
body.organizations.edit .panel-footer.revenue-foot ul li#nav-organizations a i,
.panel-footer.revenue-foot ul body.organizations.metrics li#nav-admin-metrics a i,
body.organizations.metrics .panel-footer.revenue-foot ul li#nav-admin-metrics a i,
.panel-footer.revenue-foot ul body.users li#nav-staff a i,
body.users .panel-footer.revenue-foot ul li#nav-staff a i,
.panel-footer.revenue-foot ul body.patients li#nav-claimants a i,
body.patients .panel-footer.revenue-foot ul li#nav-claimants a i,
.panel-footer.revenue-foot ul body.appointment-forms li#nav-claimants a i,
body.appointment-forms .panel-footer.revenue-foot ul li#nav-claimants a i {
  color: #7EA7D1;
  display: block;
  font-size: 16px;
}

/*flatlab carousel model*/
/* line 1278, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.flat-carousal {
  background: #58c9f3;
  border-radius: 4px 4px 0px 0px;
  padding: 10px;
  color: #fff;
  position: relative;
}

/* line 1287, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.flat-carousal h1 {
  text-align: center;
  font-size: 16px;
  margin: 30px 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}

/* line 1296, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a.view-all {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1309, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.ft-link {
  margin: 0;
  padding: 0;
}

/* line 1314, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.ft-link li {
  border-right: 1px solid #E6E7EC;
  display: inline-block;
  line-height: 30px;
  margin: 8px 0;
  text-align: center;
  width: 24%;
}

/* line 1323, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.ft-link li a {
  color: #74829c;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1329, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.ft-link li a:hover, ul.ft-link li.active a, ul.ft-link body.schedules li#nav-schedule a, body.schedules ul.ft-link li#nav-schedule a,
ul.ft-link body.organizations.edit li#nav-organizations a,
body.organizations.edit ul.ft-link li#nav-organizations a,
ul.ft-link body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics ul.ft-link li#nav-admin-metrics a,
ul.ft-link body.users li#nav-staff a,
body.users ul.ft-link li#nav-staff a,
ul.ft-link body.patients li#nav-claimants a,
body.patients ul.ft-link li#nav-claimants a,
ul.ft-link body.appointment-forms li#nav-claimants a,
body.appointment-forms ul.ft-link li#nav-claimants a {
  color: #58c9f3;
}

/* line 1333, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.ft-link li:last-child {
  border-right: none;
}

/* line 1337, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.ft-link li a i {
  display: block;
}

/* line 1342, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1348, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.owl-buttons {
  position: absolute;
  top: 70px;
  width: 100%;
}

/* line 1355, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.owl-prev, .owl-next {
  position: absolute;
}

/* line 1359, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.owl-next {
  right: 0;
}

/* line 1363, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.owl-buttons .owl-prev {
  text-indent: -9999px;
  background: url("../../img/left-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}

/* line 1371, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.owl-buttons .owl-next {
  text-indent: -9999px;
  background: url("../../img/right-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}

/*product post*/
/* line 1381, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-wrap aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

/* line 1389, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 1396, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-info {
  position: relative;
}

/* line 1400, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.arrow-pro.right:after {
  border-left-color: #FFFFFF;
  border-right-width: 0;
  top: 85px;
  content: " ";
}

/* line 1407, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.arrow-pro.left:after {
  border-right-color: #FFFFFF;
  border-left-width: 0;
  top: 80px;
  content: " ";
}

/* line 1414, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.arrow-pro.left {
  left: -8px;
}

/* line 1418, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.arrow-pro:after {
  border-width: 7px;
  content: "";
}

/* line 1423, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.arrow-pro, .arrow-pro:after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  right: -5px;
}

/* line 1434, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-highlight.yellow {
  background: #f8d347;
  border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
}

/* line 1440, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-highlight.terques {
  background: #005667;
  border-radius: 4px 0px 0px 04px;
  -webkit-border-radius: 4px 0px 0px 04px;
}

/* line 1446, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-info h1 {
  margin: 0;
  font-size: 18px;
  color: #a19899;
  font-weight: 400;
}

/* line 1453, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-highlight.terques h2 {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  padding: 0 20px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}

/* line 1463, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-highlight.terques h2 span, .post-highlight.terques h2 a {
  color: #92faf3;
}

/* line 1467, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-info h1 strong {
  text-transform: uppercase;
  color: #937b7b;
}

/* line 1472, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-info .desk {
  display: inline-block;
}

/* line 1476, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-info .desk h3 {
  font-size: 16px;
}

/* line 1480, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-info .desk.yellow h3 {
  color: #f8d347;
}

/* line 1488, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-btn a {
  float: left;
  margin-right: 8px;
  font-size: 18px;
  color: #9a9a9a;
}

/* line 1495, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.post-btn a:hover {
  color: #727272;
}

/* line 1499, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-thumb {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.4);
}

/* line 1507, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-thumb img {
  text-align: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 1516, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.v-align {
  vertical-align: middle !important;
}

/* line 1520, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twite h1 {
  margin: 50px 0;
}

/* line 1525, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer {
  display: inline;
  text-align: center;
}

/* line 1530, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 1536, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul li {
  display: inline-block;
  margin: 0 20px;
}

/* line 1541, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul li a {
  font-size: 25px;
  color: #ceced0;
}

/* line 1546, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul li a:hover i.icon-facebook, .social-footer ul li.active a i.icon-facebook, .social-footer ul body.schedules li#nav-schedule a i.icon-facebook, body.schedules .social-footer ul li#nav-schedule a i.icon-facebook,
.social-footer ul body.organizations.edit li#nav-organizations a i.icon-facebook,
body.organizations.edit .social-footer ul li#nav-organizations a i.icon-facebook,
.social-footer ul body.organizations.metrics li#nav-admin-metrics a i.icon-facebook,
body.organizations.metrics .social-footer ul li#nav-admin-metrics a i.icon-facebook,
.social-footer ul body.users li#nav-staff a i.icon-facebook,
body.users .social-footer ul li#nav-staff a i.icon-facebook,
.social-footer ul body.patients li#nav-claimants a i.icon-facebook,
body.patients .social-footer ul li#nav-claimants a i.icon-facebook,
.social-footer ul body.appointment-forms li#nav-claimants a i.icon-facebook,
body.appointment-forms .social-footer ul li#nav-claimants a i.icon-facebook {
  color: #486eac;
}

/* line 1550, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul li a:hover i.icon-twitter, .social-footer ul li.active a i.icon-twitter, .social-footer ul body.schedules li#nav-schedule a i.icon-twitter, body.schedules .social-footer ul li#nav-schedule a i.icon-twitter,
.social-footer ul body.organizations.edit li#nav-organizations a i.icon-twitter,
body.organizations.edit .social-footer ul li#nav-organizations a i.icon-twitter,
.social-footer ul body.organizations.metrics li#nav-admin-metrics a i.icon-twitter,
body.organizations.metrics .social-footer ul li#nav-admin-metrics a i.icon-twitter,
.social-footer ul body.users li#nav-staff a i.icon-twitter,
body.users .social-footer ul li#nav-staff a i.icon-twitter,
.social-footer ul body.patients li#nav-claimants a i.icon-twitter,
body.patients .social-footer ul li#nav-claimants a i.icon-twitter,
.social-footer ul body.appointment-forms li#nav-claimants a i.icon-twitter,
body.appointment-forms .social-footer ul li#nav-claimants a i.icon-twitter {
  color: #58c9f3;
}

/* line 1554, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul li a:hover i.icon-google-plus, .social-footer ul li.active a i.icon-google-plus, .social-footer ul body.schedules li#nav-schedule a i.icon-google-plus, body.schedules .social-footer ul li#nav-schedule a i.icon-google-plus,
.social-footer ul body.organizations.edit li#nav-organizations a i.icon-google-plus,
body.organizations.edit .social-footer ul li#nav-organizations a i.icon-google-plus,
.social-footer ul body.organizations.metrics li#nav-admin-metrics a i.icon-google-plus,
body.organizations.metrics .social-footer ul li#nav-admin-metrics a i.icon-google-plus,
.social-footer ul body.users li#nav-staff a i.icon-google-plus,
body.users .social-footer ul li#nav-staff a i.icon-google-plus,
.social-footer ul body.patients li#nav-claimants a i.icon-google-plus,
body.patients .social-footer ul li#nav-claimants a i.icon-google-plus,
.social-footer ul body.appointment-forms li#nav-claimants a i.icon-google-plus,
body.appointment-forms .social-footer ul li#nav-claimants a i.icon-google-plus {
  color: #4a4a4a;
}

/* line 1558, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.social-footer ul li a:hover i.icon-pinterest, .social-footer ul li.active a i.icon-pinterest, .social-footer ul body.schedules li#nav-schedule a i.icon-pinterest, body.schedules .social-footer ul li#nav-schedule a i.icon-pinterest,
.social-footer ul body.organizations.edit li#nav-organizations a i.icon-pinterest,
body.organizations.edit .social-footer ul li#nav-organizations a i.icon-pinterest,
.social-footer ul body.organizations.metrics li#nav-admin-metrics a i.icon-pinterest,
body.organizations.metrics .social-footer ul li#nav-admin-metrics a i.icon-pinterest,
.social-footer ul body.users li#nav-staff a i.icon-pinterest,
body.users .social-footer ul li#nav-staff a i.icon-pinterest,
.social-footer ul body.patients li#nav-claimants a i.icon-pinterest,
body.patients .social-footer ul li#nav-claimants a i.icon-pinterest,
.social-footer ul body.appointment-forms li#nav-claimants a i.icon-pinterest,
body.appointment-forms .social-footer ul li#nav-claimants a i.icon-pinterest {
  color: #d1282d;
}

/*pie chart */
/* line 1564, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pie-foot {
  background: #6b6b6b;
  padding: 18px 15px;
  color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

/*follower*/
/* line 1577, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower {
  background: #01a89e;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

/* line 1585, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower-foot {
  padding: 8px 5px 5px 5px;
  color: #757575;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  font-weight: 400;
}

/* line 1593, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower-foot ul {
  padding: 0;
  margin: 0;
}

/* line 1597, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower-foot ul li {
  display: inline-block;
  text-align: center;
  width: 48%;
  line-height: normal;
}

/* line 1604, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower-foot ul li h5 {
  margin: 5px 0 0 0;
}

/* line 1608, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 400;
}

/* line 1614, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follow-ava {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #18b2a6;
  display: inline-block;
}

/* line 1621, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.follower img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 62px;
  height: 62px;
  /*display: inline-block;*/
}

/*weather*/
/* line 1631, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-bg {
  background: #8175c7;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

/* line 1641, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-bg i {
  font-size: 60px;
  display: block;
}

/* line 1646, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-bg .degree {
  font-size: 60px;
}

/* line 1650, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-category {
  padding: 15px 0;
  color: #74829C;
}

/* line 1655, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-category ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

/* line 1662, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-category ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
}

/* line 1670, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-category ul li h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 1680, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.weather-category ul li:last-child {
  border-right: none;
}

/*fontawesome*/
/* line 1686, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fontawesome-icon-list h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

/* line 1692, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fontawesome-icon-list .col-sm-3 {
  margin-bottom: 10px;
}

/* line 1696, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fontawesome-icon-list .page-header {
  border-bottom: 1px solid #C9CDD7;
}

/* line 1700, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fontawesome-icon-list i {
  font-size: 16px;
  padding-right: 10px;
}

/* line 1705, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
  margin-top: 10px;
}

/*mail inbox*/
/* line 1711, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 1719, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-box aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

/* line 1727, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-box .sm-side {
  width: 25%;
  background: #e5e8ef;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

/* line 1733, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-box .lg-side {
  width: 75%;
  background: #fff;
  border-radius: 0px 4px 4px 0;
  -webkit-border-radius: 0px 4px 4px 0;
}

/* line 1740, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-box .sm-side .user-head {
  background: #00a8b3;
  border-radius: 4px 0px 0px 0;
  -webkit-border-radius: 4px 0px 0px 0;
  padding: 10px;
  color: #fff;
  min-height: 80px;
}

/* line 1749, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-head .inbox-avatar {
  width: 65px;
  float: left;
}

/* line 1754, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-head .inbox-avatar img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 1758, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* line 1763, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-head .user-name h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 1769, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-head .user-name h5 a {
  color: #fff;
}

/* line 1773, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-head .user-name span a {
  font-size: 12px;
  color: #87e2e7;
}

/* line 1778, /usr/src/app/app/assets/stylesheets/legacy/style.css */
a.mail-dropdown {
  background: #80d3d9;
  padding: 3px 5px;
  font-size: 10px;
  color: #01a7b3;
  border-radius: 2px;
  margin-top: 20px;
}

/* line 1787, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-body {
  padding: 20px;
}

/* line 1791, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-compose {
  background: #ff6c60;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

/* line 1798, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-compose:hover {
  background: #f5675c;
  color: #fff;
}

/* line 1803, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 1810, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-divider {
  border-bottom: 1px solid #d5d8df;
}

/* line 1814, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-nav li {
  display: inline-block;
  line-height: 45px;
  width: 100%;
}

/* line 1820, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-nav li a {
  color: #6a6a6a;
  line-height: 45px;
  width: 100%;
  display: inline-block;
  padding: 0 20px;
}

/* line 1828, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav body.schedules li#nav-schedule a, body.schedules ul.inbox-nav li#nav-schedule a,
ul.inbox-nav body.organizations.edit li#nav-organizations a,
body.organizations.edit ul.inbox-nav li#nav-organizations a,
ul.inbox-nav body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics ul.inbox-nav li#nav-admin-metrics a,
ul.inbox-nav body.users li#nav-staff a,
body.users ul.inbox-nav li#nav-staff a,
ul.inbox-nav body.patients li#nav-claimants a,
body.patients ul.inbox-nav li#nav-claimants a,
ul.inbox-nav body.appointment-forms li#nav-claimants a,
body.appointment-forms ul.inbox-nav li#nav-claimants a, ul.inbox-nav li a:focus {
  color: #6a6a6a;
  background: #d5d7de;
}

/* line 1833, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-nav li a i {
  padding-right: 10px;
  font-size: 16px;
  color: #6a6a6a;
}

/* line 1839, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-nav li a span.label {
  margin-top: 13px;
}

/* line 1843, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.labels-info li h4 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  color: #5c5c5e;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 1852, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.labels-info li {
  margin: 0;
}

/* line 1856, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.labels-info li a {
  color: #6a6a6a;
  border-radius: 0;
}

/* line 1861, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.labels-info li a:hover, ul.labels-info li a:focus {
  color: #6a6a6a;
  background: #d5d7de;
}

/* line 1866, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.labels-info li a i {
  padding-right: 10px;
}

/* line 1870, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.nav.nav-pills.nav-stacked.labels-info p {
  margin-bottom: 0;
  padding: 0 22px;
  color: #9d9f9e;
  font-size: 11px;
}

/* line 1877, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-head {
  padding: 20px;
  background: #005667;
  color: #fff;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  min-height: 80px;
}

/* line 1886, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-head h3 {
  margin: 0;
  display: inline-block;
  padding-top: 6px;
  font-weight: 400;
}

/* line 1893, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-head .sr-input {
  height: 40px;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  float: left;
  border-radius: 4px 0 0 4px;
  color: #8a8a8a;
}

/* line 1902, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-head .sr-btn {
  height: 40px;
  border: none;
  background: #00a6b2;
  color: #fff;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

/* line 1912, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-inbox {
  border: 1px solid #d3d3d3;
  margin-bottom: 0;
}

/* line 1917, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-inbox tr td {
  padding: 12px !important;
}

/* line 1921, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-inbox tr td:hover {
  cursor: pointer;
}

/* line 1925, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-inbox tr td .icon-star.inbox-started, .table-inbox tr td .icon-star:hover {
  color: #f78a09;
}

/* line 1929, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-inbox tr td .icon-star {
  color: #d5d5d5;
}

/* line 1933, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-inbox tr.unread td {
  font-weight: 600;
  background: #f7f7f7;
}

/* line 1938, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-pagination {
  float: right;
}

/* line 1942, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.inbox-pagination li {
  float: left;
}

/* line 1946, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-option {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

/* line 1952, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-option .chk-all, .mail-option .btn-group {
  margin-right: 5px;
}

/* line 1956, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-option .chk-all, .mail-option .btn-group a.btn {
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  display: inline-block;
  background: #fcfcfc;
  color: #afafaf;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

/* line 1965, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-pagination a.np-btn {
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
  display: inline-block;
  background: #fcfcfc;
  color: #afafaf;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

/* line 1975, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-option .chk-all input[type=checkbox] {
  margin-top: 0;
}

/* line 1979, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.mail-option .btn-group a.all {
  padding: 0;
  border: none;
}

/* line 1984, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-pagination a.np-btn {
  margin-left: 5px;
}

/* line 1988, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-pagination li span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
}

/* line 1994, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fileinput-button {
  border: 1px solid #e6e6e6;
  background: #eeeeee;
}

/* line 1999, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

/* line 2004, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-send, .btn-send:hover {
  background: #00A8B3;
  color: #fff;
}

/* line 2009, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-send:hover {
  background: #009da7;
}

/* line 2013, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.modal-header h4.modal-title {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/* line 2018, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.modal-body label {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/*404 page*/
/* line 2026, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.body-404 {
  background: #18d4cb;
  color: #fff;
}

/* line 2031, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper {
  text-align: center;
  margin-top: 10%;
}

/* line 2036, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper .icon-404 {
  background: url("../../img/404_icon.png") no-repeat;
  width: 289px;
  height: 274px;
  display: inline-block;
  margin-left: 30px;
}

/* line 2045, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper h1 {
  font-size: 90px;
  font-weight: 400;
  margin: -50px 0 0 0;
}

/* line 2051, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

/* line 2057, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper p, .error-wrapper p a {
  font-size: 18px;
  font-weight: 400;
}

/* line 2062, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper p.page-404 {
  color: #7dfff7;
}

/* line 2066, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper p.page-404 a, .error-wrapper p.page-500 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
  color: #fff;
}

/*500 page*/
/* line 2073, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.body-500 {
  background: #8075c6;
  color: #fff;
}

/* line 2078, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper p.page-500 {
  color: #afa5f1;
}

/* line 2082, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error-wrapper .icon-500 {
  background: url("../../img/500_icon.png") no-repeat;
  width: 289px;
  height: 274px;
  display: inline-block;
  margin-left: 55px;
}

/*profile*/
/* line 2092, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav .user-heading {
  background: #005667;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}

/* line 2101, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

/* line 2108, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 2115, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 2121, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav .user-heading p {
  font-size: 12px;
}

/* line 2125, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul {
  margin-top: 1px;
}

/* line 2129, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

/* line 2135, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li:last-child {
  border-bottom: none;
}

/* line 2139, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #777;
  border-left: 5px solid #F1F1F1;
}

/* line 2146, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a, .profile-nav ul body.schedules li#nav-schedule a, body.schedules .profile-nav ul li#nav-schedule a,
.profile-nav ul body.organizations.edit li#nav-organizations a,
body.organizations.edit .profile-nav ul li#nav-organizations a,
.profile-nav ul body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics .profile-nav ul li#nav-admin-metrics a,
.profile-nav ul body.users li#nav-staff a,
body.users .profile-nav ul li#nav-staff a,
.profile-nav ul body.patients li#nav-claimants a,
body.patients .profile-nav ul li#nav-claimants a,
.profile-nav ul body.appointment-forms li#nav-claimants a,
body.appointment-forms .profile-nav ul li#nav-claimants a {
  background: #f8f7f5 !important;
  border-left: 5px solid #005667;
  color: #005667 !important;
}

/* line 2152, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

/* line 2157, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #777;
}

/* line 2162, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav ul > li > a:hover > i {
  color: #005667 !important;
}

/* line 2167, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}

/* line 2173, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.p-text-area, .p-text-area:focus {
  border: none;
  font-weight: 400;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}

/* line 2181, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-info .panel-footer {
  background-color: #f8f7f5;
  border-top: 1px solid #e7ebee;
}

/* line 2186, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-info .panel-footer ul li a {
  color: #7a7a7a;
}

/* line 2190, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-graph-heading {
  background: #005667;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 40px 110px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 400;
}

/* line 2202, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-graph-info {
  color: #89817e;
}

/* line 2206, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-graph-info h1 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
}

/* line 2212, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-row {
  width: 50%;
  font-size: 12px;
  float: left;
  margin-bottom: 10px;
}

/* line 2219, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-row p span {
  width: 161px;
  display: inline-block;
}

/* line 2224, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-chart, .bio-desk {
  float: left;
}

/* line 2228, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-chart {
  width: 40%;
}

/* line 2232, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-desk {
  width: 60%;
}

/* line 2236, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-desk h4 {
  font-size: 15px;
  font-weight: 400;
}

/* line 2241, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-desk h4.terques {
  color: #4CC5CD;
}

/* line 2245, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-desk h4.red {
  color: #e26b7f;
}

/* line 2249, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-desk h4.green {
  color: #97be4b;
}

/* line 2253, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-desk h4.purple {
  color: #caa3da;
}

/* line 2257, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.file-pos {
  margin: 6px 0 10px 0;
}

/* line 2261, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-activity h5 {
  font-weight: 400;
  margin-top: 0;
  color: #c3c3c3;
}

/* line 2267, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.summary-head {
  background: #ee7272;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ee7272;
}

/* line 2274, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.summary-head h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 2280, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.summary-head p {
  color: rgba(255, 255, 255, 0.6);
}

/* line 2284, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.summary-list {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

/* line 2291, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.summary-list > li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
}

/* line 2297, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.summary-list > li > a > i {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}

/* line 2303, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.summary-list > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #818181;
}

/* line 2309, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.summary-list > li {
  border-right: 1px solid #eaeaea;
}

/* line 2313, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.summary-list > li:last-child {
  border-right: none;
}

/* line 2317, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

/* line 2323, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

/* line 2329, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity span {
  float: left;
}

/* line 2333, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.alt span {
  float: right;
}

/* line 2336, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity span, .activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #eee;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

/* line 2348, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.terques span {
  background: #8dd7d6;
}

/* line 2352, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.terques h4 {
  color: #8dd7d6;
}

/* line 2355, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.purple span {
  background: #b984dc;
}

/* line 2359, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.purple h4 {
  color: #b984dc;
}

/* line 2362, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.blue span {
  background: #90b4e6;
}

/* line 2366, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.blue h4 {
  color: #90b4e6;
}

/* line 2369, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.green span {
  background: #aec785;
}

/* line 2373, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.green h4 {
  color: #aec785;
}

/* line 2377, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity h4 {
  margin-top: 0;
  font-size: 16px;
}

/* line 2382, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity p {
  margin-bottom: 0;
  font-size: 13px;
}

/* line 2387, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity .activity-desk i, .activity.alt .activity-desk i {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  color: #bebebe;
}

/* line 2394, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity .activity-desk {
  margin-left: 70px;
  position: relative;
}

/* line 2399, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.alt .activity-desk {
  margin-right: 70px;
  position: relative;
}

/* line 2404, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.alt .activity-desk .panel {
  float: right;
  position: relative;
}

/* line 2409, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity-desk .panel {
  background: #F4F4F4;
  display: inline-block;
}

/* line 2415, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity .activity-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}

/* line 2418, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity .activity-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

/* line 2429, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}

/* line 2433, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

/* line 2444, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity-desk .album {
  display: inline-block;
  margin-top: 10px;
}

/* line 2449, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity-desk .album a {
  margin-right: 10px;
}

/* line 2453, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity-desk .album a:last-child {
  margin-right: 0px;
}

/*invoice*/
/* line 2459, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.invoice-list {
  margin-bottom: 30px;
}

/* line 2463, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.invoice-list h4 {
  font-weight: 400;
  font-size: 16px;
}

/* line 2468, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.invoice-block {
  text-align: right;
}

/* line 2472, /usr/src/app/app/assets/stylesheets/legacy/style.css */
ul.amounts li {
  background: #f5f5f5;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 400;
}

/* line 2481, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.invoice-btn a {
  font-weight: 400;
  margin: 0 5px;
  font-size: 16px;
}

/* line 2487, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.corporate-id {
  margin-bottom: 30px;
}

/*panel heading color*/
/* line 2493, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-primary > .panel-heading.navyblue {
  background-color: #2A3542;
  border-color: #2A3542;
  color: #FFFFFF;
}

/*table*/
/* line 2501, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table-advance tr td {
  vertical-align: middle !important;
}

/* line 2505, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.no-border {
  border-bottom: none;
}

/* line 2509, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_length, .dataTables_filter {
  padding: 15px;
}

/* line 2512, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_info {
  padding: 0 15px;
}

/* line 2516, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_filter {
  float: right;
}

/* line 2520, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_length select {
  width: 65px;
  padding: 5px 8px;
}

/* line 2525, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_length label, .dataTables_filter label {
  font-weight: 400;
}

/* line 2529, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_filter label {
  width: 100%;
}

/* line 2533, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_filter label input {
  width: 78%;
}

/* line 2537, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.border-top {
  border-top: 1px solid #ddd;
}

/* line 2541, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_paginate.paging_bootstrap.pagination li {
  float: left;
  margin: 0 1px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 2549, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
  color: #c7c7c7;
}

/* line 2552, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_paginate.paging_bootstrap.pagination li a {
  color: #797979;
  padding: 5px 10px;
  display: inline-block;
}

/* line 2558, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a, .dataTables_paginate.paging_bootstrap.pagination body.schedules li#nav-schedule a, body.schedules .dataTables_paginate.paging_bootstrap.pagination li#nav-schedule a,
.dataTables_paginate.paging_bootstrap.pagination body.organizations.edit li#nav-organizations a,
body.organizations.edit .dataTables_paginate.paging_bootstrap.pagination li#nav-organizations a,
.dataTables_paginate.paging_bootstrap.pagination body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics .dataTables_paginate.paging_bootstrap.pagination li#nav-admin-metrics a,
.dataTables_paginate.paging_bootstrap.pagination body.users li#nav-staff a,
body.users .dataTables_paginate.paging_bootstrap.pagination li#nav-staff a,
.dataTables_paginate.paging_bootstrap.pagination body.patients li#nav-claimants a,
body.patients .dataTables_paginate.paging_bootstrap.pagination li#nav-claimants a,
.dataTables_paginate.paging_bootstrap.pagination body.appointment-forms li#nav-claimants a,
body.appointment-forms .dataTables_paginate.paging_bootstrap.pagination li#nav-claimants a {
  color: #797979;
  background: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 2565, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTables_paginate.paging_bootstrap.pagination {
  float: right;
  margin-right: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
}

/* line 2573, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dataTable tr:last-child {
  border-bottom: 1px solid #ddd;
}

/*calender*/
/* line 2579, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-toolbar.fc {
  margin-top: 50px;
}

/* line 2584, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.external-event {
  cursor: move;
  display: inline-block !important;
  margin-bottom: 6px !important;
  margin-right: 6px !important;
  padding: 8px;
}

/* line 2592, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#external-events p input[type="checkbox"] {
  margin: 0;
}

/* line 2596, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.drg-event-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* line 2605, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.drp-rmv {
  padding-top: 10px;
  margin-top: 10px;
}

/*button*/
/* line 2613, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-row {
  margin-bottom: 10px;
}

/*tabs*/
/* line 2619, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-head {
  background: #7087a3;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}

/* line 2626, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-container {
  margin-top: 10px;
}

/* line 2630, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-head .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 1px;
  color: #fff;
}

/* line 2636, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-head .nav-tabs > li.active > a, .tab-head body.schedules .nav-tabs > li#nav-schedule > a, body.schedules .tab-head .nav-tabs > li#nav-schedule > a,
.tab-head body.organizations.edit .nav-tabs > li#nav-organizations > a,
body.organizations.edit .tab-head .nav-tabs > li#nav-organizations > a,
.tab-head body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a,
body.organizations.metrics .tab-head .nav-tabs > li#nav-admin-metrics > a,
.tab-head body.users .nav-tabs > li#nav-staff > a,
body.users .tab-head .nav-tabs > li#nav-staff > a,
.tab-head body.patients .nav-tabs > li#nav-claimants > a,
body.patients .tab-head .nav-tabs > li#nav-claimants > a,
.tab-head body.appointment-forms .nav-tabs > li#nav-claimants > a,
body.appointment-forms .tab-head .nav-tabs > li#nav-claimants > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head body.schedules .nav-tabs > li#nav-schedule > a:hover, body.schedules .tab-head .nav-tabs > li#nav-schedule > a:hover,
.tab-head body.organizations.edit .nav-tabs > li#nav-organizations > a:hover,
body.organizations.edit .tab-head .nav-tabs > li#nav-organizations > a:hover,
.tab-head body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a:hover,
body.organizations.metrics .tab-head .nav-tabs > li#nav-admin-metrics > a:hover,
.tab-head body.users .nav-tabs > li#nav-staff > a:hover,
body.users .tab-head .nav-tabs > li#nav-staff > a:hover,
.tab-head body.patients .nav-tabs > li#nav-claimants > a:hover,
body.patients .tab-head .nav-tabs > li#nav-claimants > a:hover,
.tab-head body.appointment-forms .nav-tabs > li#nav-claimants > a:hover,
body.appointment-forms .tab-head .nav-tabs > li#nav-claimants > a:hover, .tab-head .nav-tabs > li.active > a:focus, .tab-head body.schedules .nav-tabs > li#nav-schedule > a:focus, body.schedules .tab-head .nav-tabs > li#nav-schedule > a:focus,
.tab-head body.organizations.edit .nav-tabs > li#nav-organizations > a:focus,
body.organizations.edit .tab-head .nav-tabs > li#nav-organizations > a:focus,
.tab-head body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a:focus,
body.organizations.metrics .tab-head .nav-tabs > li#nav-admin-metrics > a:focus,
.tab-head body.users .nav-tabs > li#nav-staff > a:focus,
body.users .tab-head .nav-tabs > li#nav-staff > a:focus,
.tab-head body.patients .nav-tabs > li#nav-claimants > a:focus,
body.patients .tab-head .nav-tabs > li#nav-claimants > a:focus,
.tab-head body.appointment-forms .nav-tabs > li#nav-claimants > a:focus,
body.appointment-forms .tab-head .nav-tabs > li#nav-claimants > a:focus {
  background-color: #f1f2f7;
  border-color: #f1f2f7;
  color: #797979;
}

/*general page*/
/* line 2644, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.progress-xs {
  height: 8px;
}

/* line 2648, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.progress-sm {
  height: 12px;
}

/* line 2652, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading .nav {
  border: medium none;
  font-size: 13px;
  margin: -10px -15px -11px;
}

/* line 2658, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-bg-dark-navy-blue {
  background: #7087A3;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
}

/* line 2665, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a,
.panel-heading body.schedules .nav > li#nav-schedule > a,
body.schedules .panel-heading .nav > li#nav-schedule > a,
.panel-heading body.organizations.edit .nav > li#nav-organizations > a,
body.organizations.edit .panel-heading .nav > li#nav-organizations > a,
.panel-heading body.organizations.metrics .nav > li#nav-admin-metrics > a,
body.organizations.metrics .panel-heading .nav > li#nav-admin-metrics > a,
.panel-heading body.users .nav > li#nav-staff > a,
body.users .panel-heading .nav > li#nav-staff > a,
.panel-heading body.patients .nav > li#nav-claimants > a,
body.patients .panel-heading .nav > li#nav-claimants > a,
.panel-heading body.appointment-forms .nav > li#nav-claimants > a,
body.appointment-forms .panel-heading .nav > li#nav-claimants > a, .panel-heading .nav > li.active > a:hover, .panel-heading body.schedules .nav > li#nav-schedule > a:hover, body.schedules .panel-heading .nav > li#nav-schedule > a:hover,
.panel-heading body.organizations.edit .nav > li#nav-organizations > a:hover,
body.organizations.edit .panel-heading .nav > li#nav-organizations > a:hover,
.panel-heading body.organizations.metrics .nav > li#nav-admin-metrics > a:hover,
body.organizations.metrics .panel-heading .nav > li#nav-admin-metrics > a:hover,
.panel-heading body.users .nav > li#nav-staff > a:hover,
body.users .panel-heading .nav > li#nav-staff > a:hover,
.panel-heading body.patients .nav > li#nav-claimants > a:hover,
body.patients .panel-heading .nav > li#nav-claimants > a:hover,
.panel-heading body.appointment-forms .nav > li#nav-claimants > a:hover,
body.appointment-forms .panel-heading .nav > li#nav-claimants > a:hover, .panel-heading .nav > li.active > a:focus, .panel-heading body.schedules .nav > li#nav-schedule > a:focus, body.schedules .panel-heading .nav > li#nav-schedule > a:focus,
.panel-heading body.organizations.edit .nav > li#nav-organizations > a:focus,
body.organizations.edit .panel-heading .nav > li#nav-organizations > a:focus,
.panel-heading body.organizations.metrics .nav > li#nav-admin-metrics > a:focus,
body.organizations.metrics .panel-heading .nav > li#nav-admin-metrics > a:focus,
.panel-heading body.users .nav > li#nav-staff > a:focus,
body.users .panel-heading .nav > li#nav-staff > a:focus,
.panel-heading body.patients .nav > li#nav-claimants > a:focus,
body.patients .panel-heading .nav > li#nav-claimants > a:focus,
.panel-heading body.appointment-forms .nav > li#nav-claimants > a:focus,
body.appointment-forms .panel-heading .nav > li#nav-claimants > a:focus {
  border-width: 0;
  border-radius: 0;
}

/* line 2671, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading .nav > li > a {
  color: #fff;
}

/* line 2675, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading .nav > li.active > a, .panel-heading body.schedules .nav > li#nav-schedule > a, body.schedules .panel-heading .nav > li#nav-schedule > a,
.panel-heading body.organizations.edit .nav > li#nav-organizations > a,
body.organizations.edit .panel-heading .nav > li#nav-organizations > a,
.panel-heading body.organizations.metrics .nav > li#nav-admin-metrics > a,
body.organizations.metrics .panel-heading .nav > li#nav-admin-metrics > a,
.panel-heading body.users .nav > li#nav-staff > a,
body.users .panel-heading .nav > li#nav-staff > a,
.panel-heading body.patients .nav > li#nav-claimants > a,
body.patients .panel-heading .nav > li#nav-claimants > a,
.panel-heading body.appointment-forms .nav > li#nav-claimants > a,
body.appointment-forms .panel-heading .nav > li#nav-claimants > a, .panel-heading .nav > li > a:hover {
  color: #47596f;
  background: #fff;
}

/* line 2680, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading .nav > li:first-child.active > a, .panel-heading body.schedules .nav > li#nav-schedule:first-child > a, body.schedules .panel-heading .nav > li#nav-schedule:first-child > a,
.panel-heading body.organizations.edit .nav > li#nav-organizations:first-child > a,
body.organizations.edit .panel-heading .nav > li#nav-organizations:first-child > a,
.panel-heading body.organizations.metrics .nav > li#nav-admin-metrics:first-child > a,
body.organizations.metrics .panel-heading .nav > li#nav-admin-metrics:first-child > a,
.panel-heading body.users .nav > li#nav-staff:first-child > a,
body.users .panel-heading .nav > li#nav-staff:first-child > a,
.panel-heading body.patients .nav > li#nav-claimants:first-child > a,
body.patients .panel-heading .nav > li#nav-claimants:first-child > a,
.panel-heading body.appointment-forms .nav > li#nav-claimants:first-child > a,
body.appointment-forms .panel-heading .nav > li#nav-claimants:first-child > a, .panel-heading .nav > li:first-child > a:hover {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
}

/* line 2686, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-right {
  height: 38px;
}

/* line 2690, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading.tab-right .nav > li:first-child.active > a, .panel-heading.tab-right body.schedules .nav > li#nav-schedule:first-child > a, body.schedules .panel-heading.tab-right .nav > li#nav-schedule:first-child > a,
.panel-heading.tab-right body.organizations.edit .nav > li#nav-organizations:first-child > a,
body.organizations.edit .panel-heading.tab-right .nav > li#nav-organizations:first-child > a,
.panel-heading.tab-right body.organizations.metrics .nav > li#nav-admin-metrics:first-child > a,
body.organizations.metrics .panel-heading.tab-right .nav > li#nav-admin-metrics:first-child > a,
.panel-heading.tab-right body.users .nav > li#nav-staff:first-child > a,
body.users .panel-heading.tab-right .nav > li#nav-staff:first-child > a,
.panel-heading.tab-right body.patients .nav > li#nav-claimants:first-child > a,
body.patients .panel-heading.tab-right .nav > li#nav-claimants:first-child > a,
.panel-heading.tab-right body.appointment-forms .nav > li#nav-claimants:first-child > a,
body.appointment-forms .panel-heading.tab-right .nav > li#nav-claimants:first-child > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
  border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 2695, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading.tab-right .nav > li:last-child.active > a, .panel-heading.tab-right body.schedules .nav > li#nav-schedule:last-child > a, body.schedules .panel-heading.tab-right .nav > li#nav-schedule:last-child > a,
.panel-heading.tab-right body.organizations.edit .nav > li#nav-organizations:last-child > a,
body.organizations.edit .panel-heading.tab-right .nav > li#nav-organizations:last-child > a,
.panel-heading.tab-right body.organizations.metrics .nav > li#nav-admin-metrics:last-child > a,
body.organizations.metrics .panel-heading.tab-right .nav > li#nav-admin-metrics:last-child > a,
.panel-heading.tab-right body.users .nav > li#nav-staff:last-child > a,
body.users .panel-heading.tab-right .nav > li#nav-staff:last-child > a,
.panel-heading.tab-right body.patients .nav > li#nav-claimants:last-child > a,
body.patients .panel-heading.tab-right .nav > li#nav-claimants:last-child > a,
.panel-heading.tab-right body.appointment-forms .nav > li#nav-claimants:last-child > a,
body.appointment-forms .panel-heading.tab-right .nav > li#nav-claimants:last-child > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
}

/* line 2700, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel-heading.tab-right .nav-tabs > li > a {
  margin-left: 1px;
  margin-right: 0px;
}

/* line 2705, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.m-bot20 {
  margin-bottom: 20px;
}

/* line 2709, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.m-top20 {
  margin-top: 20px;
}

/* line 2712, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.m-bot-none {
  margin-bottom: 0;
}

/* line 2716, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.wht-color {
  color: #fff;
}

/* line 2720, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.close-sm {
  font-size: 14px;
}

/*carousel*/
/* line 2726, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -webkit-transition: background-color 0.25s ease 0s;
}

/* line 2734, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-indicators .active, .carousel-indicators body.schedules #nav-schedule, body.schedules .carousel-indicators #nav-schedule,
.carousel-indicators body.organizations.edit #nav-organizations,
body.organizations.edit .carousel-indicators #nav-organizations,
.carousel-indicators body.organizations.metrics #nav-admin-metrics,
body.organizations.metrics .carousel-indicators #nav-admin-metrics,
.carousel-indicators body.users #nav-staff,
body.users .carousel-indicators #nav-staff,
.carousel-indicators body.patients #nav-claimants,
body.patients .carousel-indicators #nav-claimants,
.carousel-indicators body.appointment-forms #nav-claimants,
body.appointment-forms .carousel-indicators #nav-claimants {
  background: #7EA7D1;
  height: 10px;
  margin: 1px;
  width: 10px;
}

/* line 2741, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-indicators.out {
  bottom: -5px;
}

/* line 2745, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-indicators.out {
  bottom: -5px;
}

/* line 2749, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-control {
  color: #999999;
  text-shadow: none;
  width: 45px;
}

/* line 2755, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-control i {
  display: inline-block;
  height: 25px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 5;
}

/* line 2768, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-control.left, .carousel-control.right {
  background: none;
  -webkit-filter: none;
          filter: none;
}

/* line 2773, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-control:hover, .carousel-control:focus {
  color: #CCCCCC;
  opacity: 0.9;
  text-decoration: none;
}

/* line 2779, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-inner h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

/* line 2785, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.carousel-inner {
  margin-bottom: 15px;
}

/*gritter*/
/* line 2790, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.gritter-close {
  left: auto !important;
  right: 3px !important;
}

/*form*/
/* line 2799, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sm-input {
  width: 175px;
}

/* line 2803, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal.tasi-form .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 2809, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal.tasi-form .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 2816, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal.tasi-form .form-group .help-block {
  margin-bottom: 0;
}

/* line 2821, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.round-input {
  border-radius: 500px;
  -webkit-border-radius: 500px;
}

/* line 2827, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.m-bot15 {
  margin-bottom: 15px;
}

/* line 2831, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal.tasi-form .checkbox-inline > input {
  margin-top: 1px;
  border: none;
}

/*form validation*/
/* line 2839, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cmxform .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #B94A48;
  font-weight: 400;
}

/* line 2846, /usr/src/app/app/assets/stylesheets/legacy/style.css */
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error, .cmxform .form-group textarea.error {
  border-color: #B94A48 !important;
}

/* line 2850, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#signupForm label.error {
  display: inline;
  margin: 5px 0px;
  width: auto;
  color: #B94A48;
}

/* line 2857, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.checkbox, .checkbox:hover, .checkbox:focus {
  border: none;
}

/*slider*/
/* line 2863, /usr/src/app/app/assets/stylesheets/legacy/style.css */
table.sliders tr td {
  padding: 30px 0;
  border: none;
}

/* line 2868, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.slider {
  margin-top: 3px;
}

/* line 2872, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.slider-info {
  padding-top: 10px;
}

/* line 2876, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sliders .ui-widget-header {
  background: #22bacf !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

/* line 2882, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0 !important;
}

/* line 2885, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}

/* line 2888, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0 !important;
}

/* line 2891, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}

/* line 2896, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#eq span {
  height: 120px;
  float: left;
  margin: 15px;
}

/* line 2901, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-widget-content {
  background: #f0f2f7 !important;
  border: none !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

/* line 2908, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-slider-horizontal {
  height: 8px !important;
}

/* line 2912, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -0.57em   !important;
}

/* line 2916, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff !important;
  border: 3px solid #22bacf !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

/* line 2923, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-slider-vertical {
  width: 8px !important;
}

/* line 2927, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-slider-vertical .ui-slider-handle {
  left: -0.5em  !important;
}

/* line 2931, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.6em;
  position: absolute;
  width: 1.6em;
  z-index: 2;
}

/* line 2939, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bound-s {
  width: 90px;
  margin-bottom: 15px;
}

/*----switch ----*/
/* line 2948, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: url("../../img/mask.png") 0 0 no-repeat;
  mask: url("../../img/mask.png") 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2966, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 2971, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}

/* line 2975, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch > div {
  width: 162%;
  position: relative;
  top: 0;
}

/* line 2980, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}

/* line 2987, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch > div.switch-off {
  left: -63%;
}

/* line 2990, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}

/* line 2997, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch > div.switch-on {
  left: 0%;
}

/* line 3000, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch > div.switch-on label {
  background-color: #005667;
}

/* line 3003, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch input[type=checkbox] {
  display: none;
}

/* line 3006, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch span {
  cursor: pointer;
  font-size: 14.994px;
  font-weight: 700;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}

/* line 3029, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #2A3542;
  color: #005667;
  border-left: 1px solid transparent;
}

/* line 3035, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: #ffffff;
  text-indent: 7px;
}

/* line 3041, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}

/* line 3044, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-switch label {
  border: 4px solid #2A3542;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  height: 29px;
  margin: 0 -21px 0 -14px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 29px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}

/* line 3062, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-mask: url("../../img/mask.png") 0 0 no-repeat;
  mask: url("../../img/mask.png") 0 0 no-repeat;
}

/* line 3068, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 6px 0 0 6px;
}

/* line 3072, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}

/* line 3075, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}

/* line 3078, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}

/* line 3081, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}

/* line 3084, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #005667;
}

/*tag input*/
/* line 3092, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput {
  border: 1px solid #e3e6ed;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}

/* line 3100, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput .tag {
  border-radius: 4px;
  background-color: #005667;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}

/* line 3121, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput .tag:hover {
  background-color: #39b1a8;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}

/* line 3127, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}

/* line 3132, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}

/* line 3145, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}

/* line 3161, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\f00d";
  font-family: "FontAwesome";
}

/* line 3166, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 3172, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

/* line 3188, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput-add:hover {
  background-color: #3bb8af;
}

/* line 3191, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}

/* line 3195, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

/*checkbox & radio style*/
/* line 3205, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.checkboxes label, .radios label {
  display: block;
  cursor: pointer;
  line-height: 20px;
  padding-bottom: 7px;
  font-weight: 400;
}

/* line 3213, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.radios {
  padding-top: 18px;
}

/* line 3217, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.label_check input,
.label_radio input {
  margin-right: 5px;
}

/* line 3222, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-js .label_check,
.has-js .label_radio {
  padding-left: 34px;
}

/* line 3227, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-js .label_radio {
  background: url(../../img/checkbox/radio-off.png) no-repeat;
}

/* line 3231, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-js .label_check {
  background: url(../../img/checkbox/check-off.png) no-repeat;
}

/* line 3235, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-js label.c_on {
  background: url(../../img/checkbox/check-on.png) no-repeat;
}

/* line 3239, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-js label.r_on {
  background: url(../../img/checkbox/radio-on.png) no-repeat;
}

/* line 3243, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.has-js .label_check input,
.has-js .label_radio input {
  position: absolute;
  left: -9999px;
}

/*date picker*/
/* line 3251, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.add-on {
  float: right;
  margin-top: -37px;
  padding: 3px;
  text-align: center;
}

/* line 3258, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.add-on .btn {
  padding: 9px;
}

/* line 3262, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  margin-bottom: 10px;
  padding-left: 0px;
}

/* line 3267, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.daterangepicker .ranges label {
  padding-bottom: 0;
  padding-top: 8px;
}

/* line 3273, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.daterangepicker td.active, .daterangepicker body.schedules td#nav-schedule, body.schedules .daterangepicker td#nav-schedule,
.daterangepicker body.organizations.edit td#nav-organizations,
body.organizations.edit .daterangepicker td#nav-organizations,
.daterangepicker body.organizations.metrics td#nav-admin-metrics,
body.organizations.metrics .daterangepicker td#nav-admin-metrics,
.daterangepicker body.users td#nav-staff,
body.users .daterangepicker td#nav-staff,
.daterangepicker body.patients td#nav-claimants,
body.patients .daterangepicker td#nav-claimants,
.daterangepicker body.appointment-forms td#nav-claimants,
body.appointment-forms .daterangepicker td#nav-claimants, .daterangepicker td.active:hover, .daterangepicker body.schedules td#nav-schedule:hover, body.schedules .daterangepicker td#nav-schedule:hover,
.daterangepicker body.organizations.edit td#nav-organizations:hover,
body.organizations.edit .daterangepicker td#nav-organizations:hover,
.daterangepicker body.organizations.metrics td#nav-admin-metrics:hover,
body.organizations.metrics .daterangepicker td#nav-admin-metrics:hover,
.daterangepicker body.users td#nav-staff:hover,
body.users .daterangepicker td#nav-staff:hover,
.daterangepicker body.patients td#nav-claimants:hover,
body.patients .daterangepicker td#nav-claimants:hover,
.daterangepicker body.appointment-forms td#nav-claimants:hover,
body.appointment-forms .daterangepicker td#nav-claimants:hover,
.datepicker td.active:hover,
.datepicker body.schedules td#nav-schedule:hover,
body.schedules .datepicker td#nav-schedule:hover,
.datepicker body.organizations.edit td#nav-organizations:hover,
body.organizations.edit .datepicker td#nav-organizations:hover,
.datepicker body.organizations.metrics td#nav-admin-metrics:hover,
body.organizations.metrics .datepicker td#nav-admin-metrics:hover,
.datepicker body.users td#nav-staff:hover,
body.users .datepicker td#nav-staff:hover,
.datepicker body.patients td#nav-claimants:hover,
body.patients .datepicker td#nav-claimants:hover,
.datepicker body.appointment-forms td#nav-claimants:hover,
body.appointment-forms .datepicker td#nav-claimants:hover, .datepicker td.active:hover:hover, .datepicker body.schedules td#nav-schedule:hover:hover, body.schedules .datepicker td#nav-schedule:hover:hover,
.datepicker body.organizations.edit td#nav-organizations:hover:hover,
body.organizations.edit .datepicker td#nav-organizations:hover:hover,
.datepicker body.organizations.metrics td#nav-admin-metrics:hover:hover,
body.organizations.metrics .datepicker td#nav-admin-metrics:hover:hover,
.datepicker body.users td#nav-staff:hover:hover,
body.users .datepicker td#nav-staff:hover:hover,
.datepicker body.patients td#nav-claimants:hover:hover,
body.patients .datepicker td#nav-claimants:hover:hover,
.datepicker body.appointment-forms td#nav-claimants:hover:hover,
body.appointment-forms .datepicker td#nav-claimants:hover:hover, .datepicker td.active:active, .datepicker body.schedules td#nav-schedule:active, body.schedules .datepicker td#nav-schedule:active,
.datepicker body.organizations.edit td#nav-organizations:active,
body.organizations.edit .datepicker td#nav-organizations:active,
.datepicker body.organizations.metrics td#nav-admin-metrics:active,
body.organizations.metrics .datepicker td#nav-admin-metrics:active,
.datepicker body.users td#nav-staff:active,
body.users .datepicker td#nav-staff:active,
.datepicker body.patients td#nav-claimants:active,
body.patients .datepicker td#nav-claimants:active,
.datepicker body.appointment-forms td#nav-claimants:active,
body.appointment-forms .datepicker td#nav-claimants:active, .datepicker td.active:hover:active, .datepicker body.schedules td#nav-schedule:hover:active, body.schedules .datepicker td#nav-schedule:hover:active,
.datepicker body.organizations.edit td#nav-organizations:hover:active,
body.organizations.edit .datepicker td#nav-organizations:hover:active,
.datepicker body.organizations.metrics td#nav-admin-metrics:hover:active,
body.organizations.metrics .datepicker td#nav-admin-metrics:hover:active,
.datepicker body.users td#nav-staff:hover:active,
body.users .datepicker td#nav-staff:hover:active,
.datepicker body.patients td#nav-claimants:hover:active,
body.patients .datepicker td#nav-claimants:hover:active,
.datepicker body.appointment-forms td#nav-claimants:hover:active,
body.appointment-forms .datepicker td#nav-claimants:hover:active, .datepicker td.active.active, .datepicker body.schedules td#nav-schedule, body.schedules .datepicker td#nav-schedule,
.datepicker body.organizations.edit td#nav-organizations,
body.organizations.edit .datepicker td#nav-organizations,
.datepicker body.organizations.metrics td#nav-admin-metrics,
body.organizations.metrics .datepicker td#nav-admin-metrics,
.datepicker body.users td#nav-staff,
body.users .datepicker td#nav-staff,
.datepicker body.patients td#nav-claimants,
body.patients .datepicker td#nav-claimants,
.datepicker body.appointment-forms td#nav-claimants,
body.appointment-forms .datepicker td#nav-claimants, .datepicker td.active.active:hover, .datepicker body.schedules td#nav-schedule:hover, body.schedules .datepicker td#nav-schedule:hover,
.datepicker body.organizations.edit td#nav-organizations:hover,
body.organizations.edit .datepicker td#nav-organizations:hover,
.datepicker body.organizations.metrics td#nav-admin-metrics:hover,
body.organizations.metrics .datepicker td#nav-admin-metrics:hover,
.datepicker body.users td#nav-staff:hover,
body.users .datepicker td#nav-staff:hover,
.datepicker body.patients td#nav-claimants:hover,
body.patients .datepicker td#nav-claimants:hover,
.datepicker body.appointment-forms td#nav-claimants:hover,
body.appointment-forms .datepicker td#nav-claimants:hover, .datepicker td.active.disabled, .datepicker body.schedules td.disabled#nav-schedule, body.schedules .datepicker td.disabled#nav-schedule,
.datepicker body.organizations.edit td.disabled#nav-organizations,
body.organizations.edit .datepicker td.disabled#nav-organizations,
.datepicker body.organizations.metrics td.disabled#nav-admin-metrics,
body.organizations.metrics .datepicker td.disabled#nav-admin-metrics,
.datepicker body.users td.disabled#nav-staff,
body.users .datepicker td.disabled#nav-staff,
.datepicker body.patients td.disabled#nav-claimants,
body.patients .datepicker td.disabled#nav-claimants,
.datepicker body.appointment-forms td.disabled#nav-claimants,
body.appointment-forms .datepicker td.disabled#nav-claimants, .datepicker td.active.disabled:hover, .datepicker body.schedules td.disabled#nav-schedule:hover, body.schedules .datepicker td.disabled#nav-schedule:hover,
.datepicker body.organizations.edit td.disabled#nav-organizations:hover,
body.organizations.edit .datepicker td.disabled#nav-organizations:hover,
.datepicker body.organizations.metrics td.disabled#nav-admin-metrics:hover,
body.organizations.metrics .datepicker td.disabled#nav-admin-metrics:hover,
.datepicker body.users td.disabled#nav-staff:hover,
body.users .datepicker td.disabled#nav-staff:hover,
.datepicker body.patients td.disabled#nav-claimants:hover,
body.patients .datepicker td.disabled#nav-claimants:hover,
.datepicker body.appointment-forms td.disabled#nav-claimants:hover,
body.appointment-forms .datepicker td.disabled#nav-claimants:hover, .datepicker td.active[disabled], .datepicker body.schedules td[disabled]#nav-schedule, body.schedules .datepicker td[disabled]#nav-schedule,
.datepicker body.organizations.edit td[disabled]#nav-organizations,
body.organizations.edit .datepicker td[disabled]#nav-organizations,
.datepicker body.organizations.metrics td[disabled]#nav-admin-metrics,
body.organizations.metrics .datepicker td[disabled]#nav-admin-metrics,
.datepicker body.users td[disabled]#nav-staff,
body.users .datepicker td[disabled]#nav-staff,
.datepicker body.patients td[disabled]#nav-claimants,
body.patients .datepicker td[disabled]#nav-claimants,
.datepicker body.appointment-forms td[disabled]#nav-claimants,
body.appointment-forms .datepicker td[disabled]#nav-claimants, .datepicker td.active[disabled]:hover, .datepicker body.schedules td[disabled]#nav-schedule:hover, body.schedules .datepicker td[disabled]#nav-schedule:hover,
.datepicker body.organizations.edit td[disabled]#nav-organizations:hover,
body.organizations.edit .datepicker td[disabled]#nav-organizations:hover,
.datepicker body.organizations.metrics td[disabled]#nav-admin-metrics:hover,
body.organizations.metrics .datepicker td[disabled]#nav-admin-metrics:hover,
.datepicker body.users td[disabled]#nav-staff:hover,
body.users .datepicker td[disabled]#nav-staff:hover,
.datepicker body.patients td[disabled]#nav-claimants:hover,
body.patients .datepicker td[disabled]#nav-claimants:hover,
.datepicker body.appointment-forms td[disabled]#nav-claimants:hover,
body.appointment-forms .datepicker td[disabled]#nav-claimants:hover,
.datepicker td span.active:hover,
.datepicker td body.schedules span#nav-schedule:hover,
body.schedules .datepicker td span#nav-schedule:hover,
.datepicker td body.organizations.edit span#nav-organizations:hover,
body.organizations.edit .datepicker td span#nav-organizations:hover,
.datepicker td body.organizations.metrics span#nav-admin-metrics:hover,
body.organizations.metrics .datepicker td span#nav-admin-metrics:hover,
.datepicker td body.users span#nav-staff:hover,
body.users .datepicker td span#nav-staff:hover,
.datepicker td body.patients span#nav-claimants:hover,
body.patients .datepicker td span#nav-claimants:hover,
.datepicker td body.appointment-forms span#nav-claimants:hover,
body.appointment-forms .datepicker td span#nav-claimants:hover, .datepicker td span.active:active, .datepicker td body.schedules span#nav-schedule:active, body.schedules .datepicker td span#nav-schedule:active,
.datepicker td body.organizations.edit span#nav-organizations:active,
body.organizations.edit .datepicker td span#nav-organizations:active,
.datepicker td body.organizations.metrics span#nav-admin-metrics:active,
body.organizations.metrics .datepicker td span#nav-admin-metrics:active,
.datepicker td body.users span#nav-staff:active,
body.users .datepicker td span#nav-staff:active,
.datepicker td body.patients span#nav-claimants:active,
body.patients .datepicker td span#nav-claimants:active,
.datepicker td body.appointment-forms span#nav-claimants:active,
body.appointment-forms .datepicker td span#nav-claimants:active, .datepicker td span.active.active, .datepicker td body.schedules span#nav-schedule, body.schedules .datepicker td span#nav-schedule,
.datepicker td body.organizations.edit span#nav-organizations,
body.organizations.edit .datepicker td span#nav-organizations,
.datepicker td body.organizations.metrics span#nav-admin-metrics,
body.organizations.metrics .datepicker td span#nav-admin-metrics,
.datepicker td body.users span#nav-staff,
body.users .datepicker td span#nav-staff,
.datepicker td body.patients span#nav-claimants,
body.patients .datepicker td span#nav-claimants,
.datepicker td body.appointment-forms span#nav-claimants,
body.appointment-forms .datepicker td span#nav-claimants, .datepicker td span.active.disabled, .datepicker td body.schedules span.disabled#nav-schedule, body.schedules .datepicker td span.disabled#nav-schedule,
.datepicker td body.organizations.edit span.disabled#nav-organizations,
body.organizations.edit .datepicker td span.disabled#nav-organizations,
.datepicker td body.organizations.metrics span.disabled#nav-admin-metrics,
body.organizations.metrics .datepicker td span.disabled#nav-admin-metrics,
.datepicker td body.users span.disabled#nav-staff,
body.users .datepicker td span.disabled#nav-staff,
.datepicker td body.patients span.disabled#nav-claimants,
body.patients .datepicker td span.disabled#nav-claimants,
.datepicker td body.appointment-forms span.disabled#nav-claimants,
body.appointment-forms .datepicker td span.disabled#nav-claimants, .datepicker td span.active[disabled], .datepicker td body.schedules span[disabled]#nav-schedule, body.schedules .datepicker td span[disabled]#nav-schedule,
.datepicker td body.organizations.edit span[disabled]#nav-organizations,
body.organizations.edit .datepicker td span[disabled]#nav-organizations,
.datepicker td body.organizations.metrics span[disabled]#nav-admin-metrics,
body.organizations.metrics .datepicker td span[disabled]#nav-admin-metrics,
.datepicker td body.users span[disabled]#nav-staff,
body.users .datepicker td span[disabled]#nav-staff,
.datepicker td body.patients span[disabled]#nav-claimants,
body.patients .datepicker td span[disabled]#nav-claimants,
.datepicker td body.appointment-forms span[disabled]#nav-claimants,
body.appointment-forms .datepicker td span[disabled]#nav-claimants {
  background: #005667;
}

/* line 3279, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

/* line 3286, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.daterangepicker td.active, .daterangepicker body.schedules td#nav-schedule, body.schedules .daterangepicker td#nav-schedule,
.daterangepicker body.organizations.edit td#nav-organizations,
body.organizations.edit .daterangepicker td#nav-organizations,
.daterangepicker body.organizations.metrics td#nav-admin-metrics,
body.organizations.metrics .daterangepicker td#nav-admin-metrics,
.daterangepicker body.users td#nav-staff,
body.users .daterangepicker td#nav-staff,
.daterangepicker body.patients td#nav-claimants,
body.patients .daterangepicker td#nav-claimants,
.daterangepicker body.appointment-forms td#nav-claimants,
body.appointment-forms .daterangepicker td#nav-claimants, .daterangepicker td.active:hover, .daterangepicker body.schedules td#nav-schedule:hover, body.schedules .daterangepicker td#nav-schedule:hover,
.daterangepicker body.organizations.edit td#nav-organizations:hover,
body.organizations.edit .daterangepicker td#nav-organizations:hover,
.daterangepicker body.organizations.metrics td#nav-admin-metrics:hover,
body.organizations.metrics .daterangepicker td#nav-admin-metrics:hover,
.daterangepicker body.users td#nav-staff:hover,
body.users .daterangepicker td#nav-staff:hover,
.daterangepicker body.patients td#nav-claimants:hover,
body.patients .daterangepicker td#nav-claimants:hover,
.daterangepicker body.appointment-forms td#nav-claimants:hover,
body.appointment-forms .daterangepicker td#nav-claimants:hover, .datepicker td.active, .datepicker body.schedules td#nav-schedule, body.schedules .datepicker td#nav-schedule,
.datepicker body.organizations.edit td#nav-organizations,
body.organizations.edit .datepicker td#nav-organizations,
.datepicker body.organizations.metrics td#nav-admin-metrics,
body.organizations.metrics .datepicker td#nav-admin-metrics,
.datepicker body.users td#nav-staff,
body.users .datepicker td#nav-staff,
.datepicker body.patients td#nav-claimants,
body.patients .datepicker td#nav-claimants,
.datepicker body.appointment-forms td#nav-claimants,
body.appointment-forms .datepicker td#nav-claimants, .datepicker td.active:hover, .datepicker body.schedules td#nav-schedule:hover, body.schedules .datepicker td#nav-schedule:hover,
.datepicker body.organizations.edit td#nav-organizations:hover,
body.organizations.edit .datepicker td#nav-organizations:hover,
.datepicker body.organizations.metrics td#nav-admin-metrics:hover,
body.organizations.metrics .datepicker td#nav-admin-metrics:hover,
.datepicker body.users td#nav-staff:hover,
body.users .datepicker td#nav-staff:hover,
.datepicker body.patients td#nav-claimants:hover,
body.patients .datepicker td#nav-claimants:hover,
.datepicker body.appointment-forms td#nav-claimants:hover,
body.appointment-forms .datepicker td#nav-claimants:hover, .datepicker td span.active, .datepicker td body.schedules span#nav-schedule, body.schedules .datepicker td span#nav-schedule,
.datepicker td body.organizations.edit span#nav-organizations,
body.organizations.edit .datepicker td span#nav-organizations,
.datepicker td body.organizations.metrics span#nav-admin-metrics,
body.organizations.metrics .datepicker td span#nav-admin-metrics,
.datepicker td body.users span#nav-staff,
body.users .datepicker td span#nav-staff,
.datepicker td body.patients span#nav-claimants,
body.patients .datepicker td span#nav-claimants,
.datepicker td body.appointment-forms span#nav-claimants,
body.appointment-forms .datepicker td span#nav-claimants {
  text-shadow: none;
  color: #fff;
  cursor: pointer;
}

/* line 3291, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.datepicker th, .datepicker td {
  text-align: center;
  cursor: pointer;
}

/* line 3295, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.datepicker th.switch {
  width: 125px;
  text-align: center;
}

/* line 3300, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.datepicker td span {
  height: 40px;
  line-height: 40px;
}

/* line 3306, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bootstrap-timepicker table td input {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*ck editor*/
/* line 3315, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cke_top, .cke_bottom {
  background: #F5F5F5 !important;
  background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  box-shadow: none;
  padding: 6px 8px 2px;
}

/* line 3324, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cke_top {
  border-bottom: 1px solid #cccccc !important;
}

/* line 3328, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cke_chrome {
  display: block;
  padding: 0;
}

/*form wizard*/
/* line 3335, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-tab {
  text-align: center;
}

/* line 3339, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-tab ul {
  display: inline-block;
}

/* line 3343, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-tab ul li {
  float: left;
}

/* line 3347, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.step legend {
  border: none;
}

/* line 3351, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.button-back {
  float: left;
}

/* line 3355, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.button-next, .finish {
  float: right;
}

/* line 3359, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.button-back, .button-next, .finish {
  cursor: pointer;
  text-decoration: none;
}

/* line 3363, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.step {
  clear: left;
}

/* line 3366, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.step label {
  display: block;
}

/* line 3371, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-titles li {
  color: #757575;
  cursor: pointer;
  float: left;
  margin: 10px 15px;
}

/* line 3378, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-titles li span {
  display: block;
}

/* line 3380, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-titles li.current-step div {
  color: #fff;
  cursor: auto;
  background: #A9D86E;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

/* line 3391, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.stepy-titles li div {
  font-size: 16px;
  font-weight: 400;
  background: #eee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

/*widget*/
/* line 3405, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-heading.alt {
  display: inline-block;
  width: 100%;
  text-align: left;
}

/* line 3411, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.alt.green-bg {
  background: #aec785;
}

/* line 3415, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a, .profile-nav.alt.green-border ul body.schedules li#nav-schedule a, body.schedules .profile-nav.alt.green-border ul li#nav-schedule a,
.profile-nav.alt.green-border ul body.organizations.edit li#nav-organizations a,
body.organizations.edit .profile-nav.alt.green-border ul li#nav-organizations a,
.profile-nav.alt.green-border ul body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics .profile-nav.alt.green-border ul li#nav-admin-metrics a,
.profile-nav.alt.green-border ul body.users li#nav-staff a,
body.users .profile-nav.alt.green-border ul li#nav-staff a,
.profile-nav.alt.green-border ul body.patients li#nav-claimants a,
body.patients .profile-nav.alt.green-border ul li#nav-claimants a,
.profile-nav.alt.green-border ul body.appointment-forms li#nav-claimants a,
body.appointment-forms .profile-nav.alt.green-border ul li#nav-claimants a {
  border-left: 5px solid #aec785;
}

/* line 3419, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-heading.alt a {
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 3428, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user-heading.alt a img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 3435, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-feed {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  text-align: center;
}

/* line 3444, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-feed.blue-bg {
  background: #58C9F3;
}

/* line 3448, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dark-blue-bg {
  background: #005667;
}

/* line 3452, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-feed h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 3458, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-feed a {
  border: 8px solid #fff;
  border-radius: 50%;
  -webit-border-radius: 50%;
  display: inline-block;
  margin-bottom: -55px;
}

/* line 3466, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-feed a img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  -webit-border-radius: 50%;
}

/* line 3473, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 55px;
  width: 100%;
}

/* line 3481, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-category ul li {
  color: #89817f;
  font-size: 13px;
}

/* line 3486, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-category h5 {
  font-size: 20px;
  font-weight: 400;
}

/* line 3491, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-write .t-text-area {
  border: 1px solid #eeeeee;
  border-radius: 0;
}

/* line 3496, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.twt-footer {
  padding: 10px 15px;
}

/* line 3500, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-space {
  padding-left: 11.6%;
  padding-right: 11%;
}

/* line 3505, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.p-head {
  color: #f77b6f;
  font-weight: 400;
  font-size: 14px;
}

/* line 3511, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cmt-head {
  font-weight: 400;
  font-size: 13px;
}

/* line 3516, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.p-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 3523, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tasi-tab .media-body p {
  /*color: #b8bac6;*/
}

/*Timeline chat*/
/* line 3530, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-form {
  margin-top: 25px;
  clear: both;
}

/* line 3535, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-form .input-cont {
  margin-bottom: 10px;
}

/* line 3539, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-form .input-cont input {
  margin-bottom: 0px;
}

/* line 3543, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-form .input-cont input {
  border: 1px solid #d3d3d3 !important;
  margin-top: 0;
  min-height: 45px;
}

/* line 3549, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-form .input-cont input {
  background-color: #fff !important;
}

/* line 3553, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-features a {
  margin-left: 10px;
}

/* line 3557, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.chat-features a i {
  color: #d0d0d0;
}

/* line 3561, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages:before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  top: 0;
  width: 2px;
}

/* line 3567, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
  content: "";
  left: 60px;
  position: absolute;
  top: -2px;
}

/* line 3573, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out {
  position: relative;
}

/* line 3578, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages .msg-in .arrow {
  /*border-right: 8px solid #F4F4F4 !important;*/
}

/* line 3581, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages .msg-in .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}

/* line 3592, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages .msg-out .arrow {
  /*border-right: 8px solid #005667 !important;*/
}

/* line 3595, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-messages .msg-out .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}

/* line 3606, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat:first-child:before {
  margin-top: 16px;
}

/* line 3609, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat:before {
  background: #CCCCCC;
  border: 2px solid #FAFAFA;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 14px;
  margin: 23px 0 0 -6px;
  width: 14px;
}

/* line 3619, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat:hover:before {
  background: #005667;
}

/* line 3622, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat:first-child {
  padding-top: 0;
}

/* line 3625, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.message-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}

/* line 3630, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.message-img img {
  display: block;
  height: 44px;
  width: 44px;
}

/* line 3635, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.message-body {
  margin-left: 80px;
}

/* line 3638, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat .msg-in .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 3645, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat .msg-out .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 3651, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat p {
  margin: 0;
}

/* line 3654, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat .attribution {
  font-size: 11px;
  margin: 0px 0 5px;
}

/* line 3658, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-time-chat {
  overflow: hidden;
  padding: 8px 0;
}

/* line 3663, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-in a, .msg-in a:hover {
  color: #b64c4c;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}

/* line 3672, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.msg-out a, .msg-out a:hover {
  color: #288f98;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}

/*custom select*/
/* line 3685, /usr/src/app/app/assets/stylesheets/legacy/style.css */
span.customSelect {
  font-size: 12px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  color: #A4AABA;
}

/* line 3695, /usr/src/app/app/assets/stylesheets/legacy/style.css */
span.customSelect.changed {
  background-color: #fff;
}

/* line 3698, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.customSelectInner {
  background: url(../../img/customSelect-arrow.gif) no-repeat center right;
}

/*boxed page */
/* line 3704, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.boxed-page {
  background-color: #ccc !important;
}

/* line 3708, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.boxed-page .container {
  background: #2A3542;
  padding-left: 0;
  padding-right: 0;
}

/* line 3714, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.boxed-page .container #sidebar {
  position: inherit;
}

/* line 3718, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.boxed-page .container .header .container {
  background: #fff;
}

/* line 3723, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.boxed-page .container aside {
  float: left;
}

/* line 3726, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.boxed-page .container .wrapper {
  background: #F1F2F7;
  min-height: 900px;
}

/*collapsible*/
/* line 3734, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tools a {
  margin-left: 10px;
  color: #a7a7a7;
  font-size: 12px;
}

/* google maps */
/* line 3741, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.gmaps {
  height: 300px;
  width: 100%;
}

/* star rating */
/* line 3747, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}

/* line 3752, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rating span.star,
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

/* line 3759, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rating span.star:hover,
.rating span.star:hover {
  cursor: pointer;
}

/* line 3763, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rating span.star:before,
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #BEC3C7;
}

/* line 3769, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #005667;
}

/*search page*/
/* line 3779, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.classic-search {
  margin-bottom: 30px;
}

/* line 3782, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.classic-search h4 {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
}

/* line 3787, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.classic-search h4 a {
  color: #314558;
}

/* line 3791, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.classic-search h4 a:hover {
  text-decoration: underline;
}

/*ckEditor*/
/* line 3799, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#editor-container {
  width: 100%;
  margin: 10px auto 0;
}

/* line 3807, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#header-editor {
  overflow: hidden;
  padding: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

/* line 3815, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerLeft,
#headerRight {
  width: 49%;
  overflow: hidden;
}

/* line 3822, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerLeft {
  float: left;
  padding: 10px 1px 1px;
}

/* line 3828, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerLeft h2,
#headerLeft h3 {
  margin: 0;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

/* line 3837, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerLeft h2 {
  font-size: 2.6em;
  line-height: 1.1em;
  text-transform: capitalize;
  color: #314558;
  margin-bottom: 20px;
}

/* line 3846, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerLeft h3 {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: .2em 0 0;
  color: #757575;
}

/* line 3854, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerRight {
  float: right;
  padding: 1px;
}

/* line 3860, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerRight p {
  line-height: 1.8em;
  text-align: justify;
  margin: 0;
}

/* line 3867, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerRight p + p {
  margin-top: 20px;
}

/* line 3872, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#headerRight > div {
  padding: 20px;
  margin: 0 0 0 30px;
  font-size: 1.1em;
  color: #757575;
}

/* line 3880, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns {
  color: #757575;
  overflow: hidden;
  padding: 20px 0;
}

/* line 3887, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns h3 {
  color: #314558;
}

/* line 3891, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns > div {
  float: left;
  width: 33.3%;
}

/* line 3897, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns #column1 > div {
  margin-left: 1px;
}

/* line 3902, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns #column3 > div {
  margin-right: 1px;
}

/* line 3907, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns > div > div {
  margin: 0px 10px;
  padding: 10px 20px;
}

/* line 3913, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#columns blockquote {
  margin-left: 15px;
}

/* line 3919, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#taglist {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 0 0 20px;
}

/* line 3927, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cke_editable.cke_editable_inline.cke_focus {
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  cursor: text;
  outline: medium none;
}

/*advanced table*/
/* line 3936, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table table tr td {
  padding: 10px;
}

/* line 3940, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table table.display thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
}

/* line 3945, /usr/src/app/app/assets/stylesheets/legacy/style.css */
tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
  background: none;
}

/* line 3949, /usr/src/app/app/assets/stylesheets/legacy/style.css */
td.details {
  background-color: #eee;
}

/* line 3953, /usr/src/app/app/assets/stylesheets/legacy/style.css */
td.details table tr td, .dataTable tr:last-child {
  border: none;
}

/* line 3957, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table table.display tr.odd.gradeA {
  background-color: #F9F9F9;
}

/* line 3961, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table table.display tr.even.gradeA {
  background-color: #FFFFFF;
}

/* line 3965, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table .dataTables_filter label input {
  float: right;
  margin-left: 10px;
  width: 78%;
}

/* line 3971, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table .dataTables_filter label {
  line-height: 33px;
  width: 100%;
}

/* line 3976, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table .dataTables_length select {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 8px;
  width: 65px;
}

/* line 3983, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table .dataTables_info, .dataTables_paginate {
  padding: 15px;
}

/* line 3987, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adv-table .dataTables_length, .adv-table .dataTables_filter {
  padding: 15px 0;
}

/* line 3991, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cke_chrome {
  border: none !important;
}

/* line 3996, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.editable-table .dataTables_filter {
  width: 80%;
}

/* line 4000, /usr/src/app/app/assets/stylesheets/legacy/style.css */
tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1 {
  background: none !important;
}

/*flot chart*/
/* line 4006, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
  height: 300px;
}

/*xchart*/
/* line 4013, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.demo-xchart {
  height: 400px;
  width: 100%;
}

/*Horizontal menu*/
/* line 4021, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.full-width #main-content {
  margin-left: 0;
}

/* line 4025, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.horizontal-menu {
  margin-left: 50px;
  float: left;
}

/* line 4030, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.horizontal-menu .navbar-nav > li > a {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 4035, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.full-width .navbar-header {
  width: 100%;
}

/* line 4040, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav body.schedules li#nav-schedule a, body.schedules .full-width .nav li#nav-schedule a,
.full-width .nav body.organizations.edit li#nav-organizations a,
body.organizations.edit .full-width .nav li#nav-organizations a,
.full-width .nav body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics .full-width .nav li#nav-admin-metrics a,
.full-width .nav body.users li#nav-staff a,
body.users .full-width .nav li#nav-staff a,
.full-width .nav body.patients li#nav-claimants a,
body.patients .full-width .nav li#nav-claimants a,
.full-width .nav body.appointment-forms li#nav-claimants a,
body.appointment-forms .full-width .nav li#nav-claimants a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
  background-color: #F77B6F;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

/* line 4049, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.full-width .dropdown-menu {
  box-shadow: none;
}

/* line 4053, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.full-width .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 13px;
}

/*advanced form*/
/* line 4061, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-body {
  padding: 20px;
}

/*multiselect*/
/* line 4068, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background-color: #2A3542;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}

/* line 4075, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ms-container .ms-list, .ms-container .ms-list.ms-focus {
  box-shadow: none !important;
}

/* line 4079, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ms-container .ms-list.ms-focus {
  border: 1px solid #2A3542;
}

/* line 4083, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ms-selectable .search-input, .ms-selection .search-input {
  margin-bottom: 10px;
}

/*spinner*/
/* line 4089, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.spinner-buttons.btn-group-vertical .btn {
  height: 17px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
}

/* line 4098, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -3px;
}

/* line 4101, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

/* line 4106, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
}

/**/
/* line 4113, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.wysihtml5-toolbar .btn-default {
  background: #fff;
  color: #757575;
}

/*todolist*/
/* line 4120, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sortable {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

/* line 4126, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sortable li {
  padding-left: 3em;
  font-size: 12px;
}

/* line 4130, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sortable li i {
  position: absolute;
  left: 6px;
  padding: 4px 10px 0 10px;
  cursor: pointer;
}

/* line 4137, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#sortable li input[type=checkbox] {
  margin-top: 0;
}

/* line 4141, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable > li {
  padding: 15px 0 15px 35px !important;
  position: relative;
  background: #f5f6f8;
  margin-bottom: 2px;
  border-bottom: none !important;
}

/* line 4149, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable li.list-primary {
  border-left: 3px solid #005667;
}

/* line 4153, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable li.list-success {
  border-left: 3px solid #78CD51;
}

/* line 4157, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable li.list-danger {
  border-left: 3px solid #FF6C60;
}

/* line 4161, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable li.list-warning {
  border-left: 3px solid #F1C500;
}

/* line 4165, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable li.list-info {
  border-left: 3px solid #58C9F3;
}

/* line 4169, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-sortable li.list-inverse {
  border-left: 3px solid #BEC3C7;
}

/*lock screen*/
/* line 4175, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-screen {
  background: #02bac6 url("../../img/lock-bg.jpg");
  background-size: cover;
  background-repeat: repeat;
}

/* line 4181, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-wrapper {
  margin: 10% auto;
  max-width: 330px;
}

/* line 4186, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-box {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
}

/* line 4194, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-wrapper img {
  position: absolute;
  left: 40%;
  top: -40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #fff;
}

/* line 4203, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}

/* line 4211, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-wrapper .locked {
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
}

/* line 4217, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.btn-lock, .btn-lock:hover {
  background: #005667;
  color: #fff;
}

/* line 4222, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.lock-input {
  width: 83%;
  border: none;
  float: left;
  margin-right: 3px;
}

/* line 4229, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#time {
  width: 100%;
  color: #fff;
  font-size: 60px;
  margin-bottom: 80px;
  display: inline-block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*language*/
/* line 4243, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.language {
  margin-top: 4px;
}

/* line 4246, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.language .dropdown-menu {
  border: 1px solid #eee;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}

/* line 4250, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.language .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

/* line 4255, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.language .dropdown-menu li:last-child a {
  border-bottom: none;
}

/* line 4259, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.language .dropdown-menu li a {
  font-size: 13px;
}

/*product list*/
/* line 4267, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.prod-cat li a {
  border-bottom: 1px dashed #d9d9d9;
}

/* line 4271, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.prod-cat li a {
  color: #3b3b3b;
}

/* line 4275, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.prod-cat li ul {
  margin-left: 30px;
}

/* line 4279, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.prod-cat li ul li a {
  border-bottom: none;
}

/* line 4282, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.prod-cat li ul li a:hover, .prod-cat li ul li a:focus, .prod-cat li ul li.active a, .prod-cat li ul body.schedules li#nav-schedule a, body.schedules .prod-cat li ul li#nav-schedule a,
.prod-cat li ul body.organizations.edit li#nav-organizations a,
body.organizations.edit .prod-cat li ul li#nav-organizations a,
.prod-cat li ul body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics .prod-cat li ul li#nav-admin-metrics a,
.prod-cat li ul body.users li#nav-staff a,
body.users .prod-cat li ul li#nav-staff a,
.prod-cat li ul body.patients li#nav-claimants a,
body.patients .prod-cat li ul li#nav-claimants a,
.prod-cat li ul body.appointment-forms li#nav-claimants a,
body.appointment-forms .prod-cat li ul li#nav-claimants a, .prod-cat li a:hover, .prod-cat li a:focus, .prod-cat li a.active, .prod-cat li body.schedules a#nav-schedule, body.schedules .prod-cat li a#nav-schedule,
.prod-cat li body.organizations.edit a#nav-organizations,
body.organizations.edit .prod-cat li a#nav-organizations,
.prod-cat li body.organizations.metrics a#nav-admin-metrics,
body.organizations.metrics .prod-cat li a#nav-admin-metrics,
.prod-cat li body.users a#nav-staff,
body.users .prod-cat li a#nav-staff,
.prod-cat li body.patients a#nav-claimants,
body.patients .prod-cat li a#nav-claimants,
.prod-cat li body.appointment-forms a#nav-claimants,
body.appointment-forms .prod-cat li a#nav-claimants {
  background: none;
  color: #ff7261;
}

/* line 4287, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-lab {
  margin-right: 20px;
  font-weight: normal;
}

/* line 4292, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-sort {
  padding-right: 20px;
  float: left;
}

/* line 4297, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-page-list {
  margin: 5px 0 0 0;
}

/* line 4301, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.product-list img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

/* line 4307, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.product-list .pro-img-box {
  position: relative;
}

/* line 4310, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adtocart {
  background: #fc5959;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 45%;
  bottom: -25px;
  position: absolute;
}

/* line 4325, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.adtocart i {
  color: #fff;
  font-size: 25px;
  line-height: 42px;
}

/* line 4331, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-title {
  color: #5A5A5A;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

/* line 4338, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.product-list .price {
  color: #fc5959;
  font-size: 15px;
}

/* line 4343, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-img-details {
  margin-left: -15px;
}

/* line 4347, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-img-details img {
  width: 100%;
}

/* line 4351, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-d-title {
  font-size: 16px;
  margin-top: 0;
}

/* line 4356, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.product_meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 15px 0;
}

/* line 4363, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.product_meta span {
  display: block;
  margin-bottom: 10px;
}

/* line 4367, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.product_meta a, .pro-price {
  color: #fc5959;
}

/* line 4371, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-price, .amount-old {
  font-size: 18px;
  padding: 0 10px;
}

/* line 4376, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.amount-old {
  text-decoration: line-through;
}

/* line 4380, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.quantity {
  width: 120px;
}

/* line 4384, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-img-list {
  margin: 10px 0 0 -15px;
  width: 100%;
  display: inline-block;
}

/* line 4390, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-img-list a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 4396, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro-d-head {
  font-size: 18px;
  font-weight: 400;
}

/*footer*/
/* line 4403, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.site-footer {
  background: #0A548B none repeat scroll 0 0;
  color: #fff;
  padding: 10px 0;
}

/* line 4409, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.site-min-height {
  min-height: 900px;
}

/* line 4412, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list {
  background-color: #F1F1F1;
  position: relative;
}

/* line 4416, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list .twt-feed h1 {
  font-size: 18px;
  margin-top: 5px;
}

/* line 4420, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list .twt-feed p {
  font-size: 12px;
}

/* line 4423, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list .twt-feed a {
  margin-bottom: 0;
  border-width: 4px;
}

/* line 4427, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list .twt-feed a img {
  width: 42px;
  height: 42px;
}

/* line 4431, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list .profile-nav ul > li > a {
  font-weight: 400;
  padding: 1px 10px;
}

/* line 4435, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list .twt-footer {
  display: none;
  padding: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}

/* line 4443, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_list:hover .twt-footer {
  display: block;
}

/* line 4446, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list {
  background-color: #F1F1F1;
  position: relative;
}

/* line 4450, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .bio-chart {
  width: 20%;
}

/* line 4453, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .bio-desk {
  width: 80%;
}

/* line 4456, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .panel-body {
  padding: 8px;
}

/* line 4459, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .bio-desk h4,
.project_list .bio-desk li {
  margin: 2px 0;
}

/* line 4463, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .bio-desk h4 a {
  display: block;
  font-weight: 600;
  color: #2A3542;
  margin: 4px 0 8px;
}

/* line 4469, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .bio-desk li {
  float: left;
  width: 50%;
  font-weight: 400;
  line-height: 24px;
}

/* line 4475, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .bio-desk li a {
  color: #333;
}

/* line 4478, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .nav > li > a {
  padding: 0 2px;
}

/* line 4481, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list .panel-footer {
  display: none;
  padding: 0;
  border: 0;
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
}

/* line 4490, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_list:hover .panel-footer {
  display: block;
}

/* line 4493, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.second_column {
  margin-top: 20px;
}

/* line 4496, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-graph-heading-new {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  padding: 10px;
}

/* line 4503, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.MB10 {
  margin-bottom: 10px !important;
}

/* line 4506, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_details .bio-graph-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #005667;
  background: url(../../img/line.png) repeat-x scroll 0 center transparent;
  margin: 0;
}

/* line 4513, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_details .bio-graph-info h4 span {
  display: inline-block;
  background-color: #FFF;
  padding: 4px 8px 4px 0;
}

/* line 4518, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_details .bio-graph-info h4 span.tools a {
  font-size: 12px;
  color: #005667;
  margin: 0;
}

/* line 4523, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_details .bio-graph-info .profile-activity {
  padding: 15px 0 0;
}

/* line 4526, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_details .bio-graph-info .profile-activity i.red, .sprint_list .red {
  color: #BA2329;
}

/* line 4529, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_details .bio-graph-info .project_people .btn.mini {
  width: 28px;
  padding: 0;
  margin: 0 2px;
}

/* line 4534, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#full-width {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 4539, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.project_description p {
  text-align: justify;
  line-height: 22px;
}

/* line 4544, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal .control-label {
  font-size: 13px;
}

/* line 4547, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-control,
.fileupload .btn-white,
.ms-container .ms-list {
  border-color: #AAA;
}

/* line 4552, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ms-container {
  width: auto;
}

/* line 4555, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-graph-info {
  font-weight: 400;
  color: #333;
}

/* line 4559, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.dark_blue {
  font-size: 16px;
  margin: 0 0 5px;
}

/* line 4563, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk h1.dark_blue, .timeline-desk span a.dark_blue {
  color: #005667;
}

/* line 4566, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline .timeline-icon.dark_blue {
  background: #005667;
  box-shadow: 0 0 0 3px #005667;
}

/* line 4570, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-content .timeline-desk .album,
.tab-content .timeline-desk .notification {
  margin-top: 10px;
}

/* line 4574, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab-content .msg-in a, .tab-content .msg-in a:hover,
.tab-content .msg-out a, .tab-content .msg-out a:hover {
  color: #005667;
}

/* line 4578, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.dark_blue span {
  background: #005667;
}

/* line 4581, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.dark_blue h4 {
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #005667;
  margin-top: 2px;
}

/* line 4588, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity .activity-desk {
  margin-left: 60px;
}

/* line 4591, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.activity.alt .activity-desk {
  margin-right: 60px;
}

/* line 4594, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-desk .panel,
.activity-desk .panel {
  background: #EEE;
}

/* line 4598, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item .timeline-desk .arrow,
.activity .activity-desk .arrow {
  border-right-color: #EEE !important;
}

/* line 4602, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.timeline-item.alt .timeline-desk .arrow-alt,
.activity-desk .arrow-alt {
  border-left-color: #EEE !important;
}

/* line 4606, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-graph-heading-new label {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

/* line 4612, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro_det_btns .btn-group > .btn {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 4616, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro_det_btns .btn-group > .btn i {
  font-size: 14px;
}

/* line 4619, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd-handle,
.dd3-content {
  height: auto;
}

/* line 4623, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content:hover {
  background: #FFF;
  color: #333;
}

/* line 4627, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-handle::before {
  top: 1px;
}

/* line 4630, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-handle {
  background: #344860;
  width: 28px;
  height: 24px;
  border: 0 none;
  cursor: move;
  left: 5px;
  top: 5px;
}

/* line 4639, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-handle:hover {
  border: 0 none;
}

/* line 4642, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content h5 {
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCC;
}

/* line 4650, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content h5.no-story {
  padding: 4px 0;
  border: 0 none;
}

/* line 4654, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content h5 a,
.pro_det_btns a {
  color: #333;
}

/* line 4658, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content h5 a label,
.bio-graph-heading-new a label {
  cursor: pointer;
}

/* line 4662, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content h5 label {
  display: inline-block;
  margin: 0 0 0 5px;
}

/* line 4666, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content p.people {
  margin: 5px 0 0;
}

/* line 4669, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content p.people label,
.dd3-content p.people span {
  display: inline-block;
  width: 49%;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

/* line 4677, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dd3-content p.people .btn {
  width: 18px;
  padding: 0;
}

/* line 4681, /usr/src/app/app/assets/stylesheets/legacy/style.css */
h3.story_head {
  font-size: 22px;
  line-height: normal;
  margin: 0 0 20px;
}

/* line 4686, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sprint_list #sortable .red {
  padding-top: 1px;
}

/* line 4689, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sprint_list .task-title-sp.story_id {
  font-weight: 600;
}

/* line 4692, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sprint_list li a {
  color: #000;
}

/* line 4695, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sprint_list .task-title-sp.sprint_name {
  font-weight: 700;
  color: #344860;
}

/* line 4699, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sprint_list .btn.mini {
  width: 19px;
  padding: 0;
  margin: 0;
  margin-right: 2px;
}

/* line 4705, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.assignee_name .badge {
  vertical-align: middle;
  font-size: 10px;
}

/* line 4709, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.story_listing .ui-sortable > li {
  padding: 10px 0 10px 35px !important;
}

/* line 4713, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sprint_list #sortable .green {
  color: #78cd51;
}

/* line 4716, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.edit_title {
  vertical-align: middle;
}

/* line 4719, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.title_success {
  margin-top: 1px;
}

/* line 4722, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.story_title_edit {
  margin-bottom: 10px;
}

/* line 4725, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-row p span.status, .bio-row p span.priority {
  width: 200px;
}

/* line 4728, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.status select.form-control, .priority select.form-control {
  width: auto;
  float: left;
  margin-right: 4px;
}

/* line 4733, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.description_ok {
  margin-top: 10px;
}

/* line 4736, /usr/src/app/app/assets/stylesheets/legacy/style.css */
textarea {
  resize: none;
}

/* line 4739, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.popup_artifacts {
  background-color: #F9F9F9;
  margin-top: 20px;
}

/* line 4743, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.popup_artifacts .task-content {
  margin-bottom: 0px;
}

/* line 4746, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.popup_artifacts .task-content li {
  border-bottom: 1px solid #d2d2d2;
}

/* line 4749, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel_heading_description {
  width: 95%;
  float: left;
}

/* line 4753, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel_heading_sidebar {
  width: 91%;
  float: left;
}

/* line 4757, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.datepicker {
  z-index: 9999;
}

/* line 4760, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.task-list a {
  color: #000;
}

/* line 4763, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pro_det_btns .progress_btn a {
  color: #fff;
}

/* line 4766, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sheet_head, .calendar_section {
  margin-top: 20px;
  color: #39b5aa;
  font-size: 18px;
  font-weight: 400;
}

/* line 4773, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.MT10 {
  margin-top: 10px;
}

/* line 4777, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.add_timesheet {
  margin-top: 20px;
}

/* line 4781, /usr/src/app/app/assets/stylesheets/legacy/style.css */
select.form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: none;
  font-size: 12px;
  margin-bottom: 15px;
}

/* line 4788, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.nav-tabs > li.active > a, body.schedules .nav-tabs > li#nav-schedule > a,
body.organizations.edit .nav-tabs > li#nav-organizations > a,
body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a,
body.users .nav-tabs > li#nav-staff > a,
body.patients .nav-tabs > li#nav-claimants > a,
body.appointment-forms .nav-tabs > li#nav-claimants > a, .nav-tabs > li.active > a:hover, body.schedules .nav-tabs > li#nav-schedule > a:hover,
body.organizations.edit .nav-tabs > li#nav-organizations > a:hover,
body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a:hover,
body.users .nav-tabs > li#nav-staff > a:hover,
body.patients .nav-tabs > li#nav-claimants > a:hover,
body.appointment-forms .nav-tabs > li#nav-claimants > a:hover, .nav-tabs > li.active > a:focus, body.schedules .nav-tabs > li#nav-schedule > a:focus,
body.organizations.edit .nav-tabs > li#nav-organizations > a:focus,
body.organizations.metrics .nav-tabs > li#nav-admin-metrics > a:focus,
body.users .nav-tabs > li#nav-staff > a:focus,
body.patients .nav-tabs > li#nav-claimants > a:focus,
body.appointment-forms .nav-tabs > li#nav-claimants > a:focus {
  background-color: #062347;
  color: #fff;
}

/* line 4792, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .panel {
  background-color: #F2F2F2;
}

/* line 4795, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.nav-tabs > li > a {
  background-color: #EEEEEE;
}

/* line 4798, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.M0 {
  margin-bottom: 0px;
}

/* line 4801, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.P0 {
  padding-bottom: 0px;
}

/* line 4804, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.state-overview .value h1.count {
  font-size: 32px;
}

/* line 4807, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.min_height {
  min-height: 550px;
}

/* line 4810, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.title {
  font-weight: 700;
  color: #21508C;
  font-size: 22px;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* line 4818, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-menu > li > a {
  white-space: inherit;
  line-height: 25px;
}

/* line 4823, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-control, .fileupload .btn-white, .ms-container .ms-list {
  border-color: #d2d2d2;
}

/* line 4826, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.see_all {
  background-color: #F2F2F2;
  text-align: center;
}

/* line 4830, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tool_icon, form em, .actions a {
  color: #C90C0C;
}

/* line 4833, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.first_form {
  border-right: 1px solid #eee;
}

/* line 4836, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.PR0 {
  padding-right: 0px;
}

/* line 4839, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.nav-tabs {
  border: none;
  margin-bottom: 20px;
}

/* line 4843, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.nav-tabs > li {
  margin-bottom: 0;
}

/* line 4846, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notification li a {
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 6px 0px;
  color: #777;
}

/* line 4853, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.not_dash {
  margin: 0px;
}

/* line 4856, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.not_dash li.last a {
  border: none;
}

/* line 4859, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.not_dash .see_all {
  margin-top: 3px;
}

/* line 4862, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sign_head {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

/* line 4867, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#main-content ul.documents li {
  line-height: 34px;
  list-style: inside disc;
}

/* line 4871, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#main-content .documents li ul li {
  list-style: inside decimal;
}

/* line 4875, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.documents li i, .history_table i {
  color: #c90c0c;
}

/* line 4878, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.action a {
  margin-right: 10px;
}

/* line 4881, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table tbody > tr > td {
  font-weight: 400;
}

/* line 4884, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pagination > .active > a, body.schedules .pagination > #nav-schedule > a,
body.organizations.edit .pagination > #nav-organizations > a,
body.organizations.metrics .pagination > #nav-admin-metrics > a,
body.users .pagination > #nav-staff > a,
body.patients .pagination > #nav-claimants > a,
body.appointment-forms .pagination > #nav-claimants > a, .pagination > .active > span, body.schedules .pagination > #nav-schedule > span,
body.organizations.edit .pagination > #nav-organizations > span,
body.organizations.metrics .pagination > #nav-admin-metrics > span,
body.users .pagination > #nav-staff > span,
body.patients .pagination > #nav-claimants > span,
body.appointment-forms .pagination > #nav-claimants > span, .pagination > .active > a:hover, body.schedules .pagination > #nav-schedule > a:hover,
body.organizations.edit .pagination > #nav-organizations > a:hover,
body.organizations.metrics .pagination > #nav-admin-metrics > a:hover,
body.users .pagination > #nav-staff > a:hover,
body.patients .pagination > #nav-claimants > a:hover,
body.appointment-forms .pagination > #nav-claimants > a:hover, .pagination > .active > span:hover, body.schedules .pagination > #nav-schedule > span:hover,
body.organizations.edit .pagination > #nav-organizations > span:hover,
body.organizations.metrics .pagination > #nav-admin-metrics > span:hover,
body.users .pagination > #nav-staff > span:hover,
body.patients .pagination > #nav-claimants > span:hover,
body.appointment-forms .pagination > #nav-claimants > span:hover, .pagination > .active > a:focus, body.schedules .pagination > #nav-schedule > a:focus,
body.organizations.edit .pagination > #nav-organizations > a:focus,
body.organizations.metrics .pagination > #nav-admin-metrics > a:focus,
body.users .pagination > #nav-staff > a:focus,
body.patients .pagination > #nav-claimants > a:focus,
body.appointment-forms .pagination > #nav-claimants > a:focus, .pagination > .active > span:focus, body.schedules .pagination > #nav-schedule > span:focus,
body.organizations.edit .pagination > #nav-organizations > span:focus,
body.organizations.metrics .pagination > #nav-admin-metrics > span:focus,
body.users .pagination > #nav-staff > span:focus,
body.patients .pagination > #nav-claimants > span:focus,
body.appointment-forms .pagination > #nav-claimants > span:focus {
  background-color: #21508C;
  border-color: #21508C;
  color: #fff;
  cursor: default;
  z-index: 2;
}

/* line 4891, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-row span {
  font-weight: 700;
}

/* line 4894, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.bio-row p {
  font-weight: 400;
}

/* line 4897, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_details .modal-dialog {
  width: 57%;
}

/* line 4900, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.basic_info {
  border-bottom: 1px solid #eee;
}

/* line 4903, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sub_title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

/* line 4908, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.documents {
  margin-bottom: 0px;
}

/* line 4911, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_details .documents li {
  line-height: 28px;
}

/* line 4914, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.breadcrumb {
  background-color: #E0E0E0;
}

/* line 4917, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.user_details p {
  font-weight: 400;
}

/* line 4920, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.filter {
  margin-right: 2%;
}

/* line 4923, /usr/src/app/app/assets/stylesheets/legacy/style.css */
p {
  font-weight: 400;
}

/* line 4926, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-control {
  font-size: 12px;
  background-color: #eee;
}

/* line 4930, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.add_cat .modal-dialog {
  width: 30%;
}

/* line 4933, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.m-bot-none {
  margin-bottom: 0 !important;
}

/* line 4936, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sub_detail {
  padding-left: 20px;
}

/* line 4939, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.documents a b {
  color: #000;
}

/* line 4942, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cat_ass .bio-row {
  width: 100%;
  margin-top: 7px;
  font-size: 13px;
}

/* line 4948, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form_pain label {
  font-weight: 400;
}

/* line 4952, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.medication li {
  line-height: 30px;
  font-weight: 600;
}

/* line 4956, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal .control-label.main_heading {
  font-size: 13px;
}

/* line 4959, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal h5 {
  font-size: 13px;
  font-weight: 600;
}

/* line 4963, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pblm_name {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* line 4970, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.pblm_name span {
  color: #21508C;
}

/* line 4973, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.control-label, .history_table a {
  font-weight: 600;
}

/* line 4976, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.med_cat table {
  border: 1px solid #ddd;
}

/* line 4979, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.history {
  font-size: 13px;
  line-height: 30px;
}

/* line 4983, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.patient_info .bio-row {
  margin-bottom: 0px;
}

/* line 4986, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.menu {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}

/* line 4990, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.menu li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 4994, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.menu a {
  padding: 6px 14px;
  font-size: 12px;
  background-color: #E0E0E0;
}

/* line 4999, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.menu .active, .menu body.schedules #nav-schedule, body.schedules .menu #nav-schedule,
.menu body.organizations.edit #nav-organizations,
body.organizations.edit .menu #nav-organizations,
.menu body.organizations.metrics #nav-admin-metrics,
body.organizations.metrics .menu #nav-admin-metrics,
.menu body.users #nav-staff,
body.users .menu #nav-staff,
.menu body.patients #nav-claimants,
body.patients .menu #nav-claimants,
.menu body.appointment-forms #nav-claimants,
body.appointment-forms .menu #nav-claimants, .menu a:hover {
  background-color: #21508C;
  color: #fff;
}

/* line 5003, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.cat_ass .m-top-none {
  margin-top: 0;
}

/* line 5006, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.assciate {
  margin-top: 30px;
}

/* line 5009, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.actions a {
  text-decoration: underline;
}

/* line 5012, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.add_msk {
  margin: 30px 0;
}

/* line 5015, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form_detail {
  margin-top: 10px;
}

/* line 5018, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.tab_section {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

/* line 5023, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.history_table a {
  display: inline-block;
}

/* line 5026, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table th {
  background-color: #eee;
}

/* line 5029, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.table .form-control {
  margin-bottom: 0px;
}

/* line 5032, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.overview {
  border-bottom: 1px solid #d2d2d2;
}

/* line 5035, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.sub_title {
  color: #0A548B;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 5px;
}

/* line 5044, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal .control-label {
  font-weight: 600;
}

/* line 5047, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form-horizontal .control-label b {
  font-size: 14px;
}

/* line 5050, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.P0 {
  padding: 0px !important;
}

/* line 5053, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.margin-top-20 {
  margin-top: 20px;
}

/* line 5056, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.PL0 {
  padding-left: 0px;
}

/* line 5059, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.PL10 {
  padding-left: 10px;
}

/* line 5062, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.form_pain {
  margin-top: 5px;
}

/* line 5065, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.calculation .form-control {
  width: 80%;
}

/* line 5068, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.physical_form h4 {
  color: #0A548B;
}

/* line 5071, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.time_details {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 25px;
}

/* line 5076, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.time_details span {
  padding: 10px;
  background-color: #EEEEEE;
  display: inline-block;
}

/* line 5081, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.time_details span.left-icon {
  background-color: #2A3542;
}

/* line 5084, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.time_details span.left-icon a {
  color: #fff;
}

/* line 5088, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.error {
  color: #eb340a;
  display: none;
  font: bold 12px Arial,Helvetica,sans-serif;
  padding-left: 11px;
}

/* line 5095, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.norm_lab {
  font-weight: 400;
}

/* line 5098, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.margin-top-0 {
  margin-top: 0px;
}

/* line 5101, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.action i {
  font-size: 18px;
}

/* line 5104, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.MT0 {
  margin-top: 0px;
}

/* line 5107, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.load_icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/legacy-loading.gif) center no-repeat #fff;
}

/* line 5116, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar .ui-datepicker {
  width: 100%;
  margin: 0 auto;
}

/* line 5120, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar .ui-datepicker td span, .day_calendar .ui-datepicker td a {
  display: inline-block;
  height: 45px;
  line-height: 17px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 45px;
}

/* line 5129, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar .ui-datepicker td {
  text-align: center;
}

/* line 5132, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar .ui-state-disabled, .day_calendar .ui-widget-content .ui-state-disabled, .day_calendar .ui-widget-header .ui-state-disabled {
  opacity: 1;
}

/* line 5135, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#location_calender_section .ui-state-highlight, #location_calender_section .ui-widget-content .ui-state-highlight, #location_calender_section .ui-widget-header .ui-state-highlight, #location_calender_section .ui-state-highlight, #location_calender_section .ui-widget-content .ui-state-highlight, #location_calender_section .ui-widget-header .ui-state-highlight {
  background: none;
  border: none;
}

/* line 5139, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar .ui-state-highlight a, .day_calendar .ui-widget-content .ui-state-highlight a, .day_calendar .ui-widget-header .ui-state-highlight a, .day_calendar .ui-state-active {
  background-color: #0A548B !important;
  border: 3px solid #0A548B !important;
  color: #fff !important;
}

/* line 5144, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar .ui-datepicker td.ui-state-disabled.unavailable span {
  background-color: #FF0000 !important;
  color: #fff;
  border: 3px solid #FF0000 !important;
}

/* line 5149, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.day_calendar td.specialDate a {
  border: 3px solid #FF0000 !important;
}

/* line 5152, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.ui-datepicker th, .ui-datepicker td {
  background-color: #f6f6f6;
}

/* line 5155, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.action a.label i {
  font-size: 12px;
}

/* line 5160, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropbtn {
  color: #000;
}

/* line 5164, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.drop-down {
  position: relative;
  display: inline-block;
}

/* line 5169, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  z-index: 9999;
}

/* line 5179, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-content a {
  color: #fff;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

/* line 5186, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dropdown-content a:hover {
  background-color: #000;
}

/* line 5188, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.drop-down:hover .dropdown-content {
  display: block;
}

/* line 5191, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.location li {
  display: inline-block;
  margin-right: 10px;
}

/* line 5196, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.PL20 {
  padding-left: 20px;
}

/* line 5199, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.PR20 {
  padding-right: 20px;
}

/* line 5202, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.exam_notes li label {
  text-transform: uppercase;
}

/* line 5205, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.MT5 {
  margin-top: 5px;
}

/* line 5208, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.disblock {
  display: block;
}

/* line 5211, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.responsive_view {
  display: none;
}

/* line 5214, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.normal_view {
  display: block;
}

/* line 5217, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notification {
  margin-top: 20px;
  display: inline-block;
}

/* line 5221, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.notification p {
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
}
/* line 5231, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.no-col-padding {
  padding-left: 0px !important;
}

/* line 5235, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.question-label {
  text-align: left;
  padding-top: 7px;
}

/* line 5240, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.question-inputs .control-label {
  text-align: left;
}

/* line 5244, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.question-header {
  height: 100%;
  margin-top: 8px;
}

/* line 5249, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.question-header.bordered {
  border-top: solid 1px #bbb;
  background-color: #eee;
}
/* line 5253, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.panel .question-header.bordered {
  margin-top: -15px;
}

/* line 5259, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fa.spinning {
  animation: spin 2s infinite linear;
  -webkit-animation: spin2 2s infinite linear;
}

/* line 5264, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fa.separated {
  margin: 0px 3px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* line 5278, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#report div {
  font-weight: 400;
}

/* line 5282, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#report li {
  font-weight: 400;
}

/* line 5286, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#report .report-label {
  font-weight: 600;
  /*text-transform: uppercase;
  font-size: 14px;*/
}

/* line 5292, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.subcategory.collapsed .expand-icon {
  display: inline-block;
}

/* line 5296, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.subcategory.collapsed .collapse-icon {
  display: none;
}

/* line 5300, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.subcategory .expand-icon {
  display: none;
}

/* line 5304, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.subcategory .collapse-icon {
  display: inline-block;
}

/* line 5308, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.collapse-icon, .expand-icon {
  width: 32px;
}

/* line 5312, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.collapsible {
  cursor: pointer;
}

/* line 5316, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inline-group-1 > .form-control {
  width: 100%;
}

/* line 5319, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inline-group-2 > .form-control {
  width: 50%;
}

/* line 5322, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inline-group-3 > .form-control {
  width: 33.33%;
}

/* line 5325, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.inline-group-3 > .form-control {
  width: 25%;
}

/* line 5329, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.reports-panel {
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  padding: 5px 0px 5px 0px;
}

/* line 5335, /usr/src/app/app/assets/stylesheets/legacy/style.css */
#selection-warning, #selection-warning-selected {
  margin-bottom: 0px !important;
}

/* line 5339, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.reports-select-all, .reports-select-none {
  min-width: 100px;
}

/* line 5343, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.selection-header {
  max-width: 32px;
  width: 32px;
}

/* line 5348, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.hour-row {
  border-top: 1px solid #ddd;
}

/* line 5352, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.review-content {
  margin-top: 15px;
}

/* line 5356, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.hour-row {
  border-top: 1px solid #ddd;
}

/* line 5360, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fc-time-grid .fc-slats td {
  height: 24px;
}

/* line 5364, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.noshow-container.noshow, .cancellation-container.cancellation {
  background-color: rgba(58, 135, 173, 0.5);
}

/* line 5368, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fc-event {
  font-size: 1em;
  padding: 2px 4px;
  margin-bottom: 1px;
}

/* line 5374, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.fc-event a {
  color: white;
}

/* line 5379, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-wrap h2, .login-wrap h4 {
  color: white;
}
/* line 5382, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-wrap #error_explanation {
  color: white;
}
/* line 5383, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.login-wrap #error_explanation h2 {
  font-size: 14px;
}

/* line 5391, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.dl-horizontal.text-left dt {
  text-align: left;
}

/* line 5394, /usr/src/app/app/assets/stylesheets/legacy/style.css */
.multiselect-container {
  width: 300px;
}

@media (min-width: 980px) {
  /*-----*/
  /* line 3, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .custom-bar-chart {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 10, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box .sm-side {
    width: 30%;
  }

  /* line 14, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box .lg-side {
    width: 70%;
  }

  /*-----*/
  /* line 18, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .custom-bar-chart {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  /* line 26, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .header {
    position: absolute;
  }

  /*sidebar*/
  /* line 32, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1001;
  }

  /* body container */
  /* line 42, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #main-content {
    margin: 0px !important;
    position: none !important;
  }

  /* line 47, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li > a > span {
    line-height: 35px;
  }

  /* line 51, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li {
    margin: 0 10px 5px 10px;
  }

  /* line 54, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li > a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-align: left;
  }

  /* line 60, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li > a i {
    /*display: none !important;*/
  }

  /* line 64, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-info, .mail-info:hover {
    display: none !important;
  }

  /* line 67, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
    margin-right: 10px;
    margin-top: 15px;
  }

  /* line 72, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar ul > li.active > a .arrow, #sidebar body.schedules ul > li#nav-schedule > a .arrow, body.schedules #sidebar ul > li#nav-schedule > a .arrow,
  #sidebar body.organizations.edit ul > li#nav-organizations > a .arrow,
  body.organizations.edit #sidebar ul > li#nav-organizations > a .arrow,
  #sidebar body.organizations.metrics ul > li#nav-admin-metrics > a .arrow,
  body.organizations.metrics #sidebar ul > li#nav-admin-metrics > a .arrow,
  #sidebar body.users ul > li#nav-staff > a .arrow,
  body.users #sidebar ul > li#nav-staff > a .arrow,
  #sidebar body.patients ul > li#nav-claimants > a .arrow,
  body.patients #sidebar ul > li#nav-claimants > a .arrow,
  #sidebar body.appointment-forms ul > li#nav-claimants > a .arrow,
  body.appointment-forms #sidebar ul > li#nav-claimants > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow,
  #sidebar > ul > li.active > a .arrow.open,
  body.schedules #sidebar > ul > li#nav-schedule > a .arrow.open,
  body.organizations.edit #sidebar > ul > li#nav-organizations > a .arrow.open,
  body.organizations.metrics #sidebar > ul > li#nav-admin-metrics > a .arrow.open,
  body.users #sidebar > ul > li#nav-staff > a .arrow.open,
  body.patients #sidebar > ul > li#nav-claimants > a .arrow.open,
  body.appointment-forms #sidebar > ul > li#nav-claimants > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    margin-top: 15px;
  }

  /* line 77, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
    width: 100%;
  }

  /* line 80, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li > ul.sub > li > a {
    background: transparent !important;
  }

  /* line 83, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar > ul > li > ul.sub > li > a:hover {
    /*background: #4A8BC2 !important ;*/
  }

  /* sidebar */
  /* line 89, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar {
    margin: 0px !important;
  }

  /* sidebar collabler */
  /* line 94, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar .btn-navbar.collapsed .arrow {
    display: none;
  }

  /* line 98, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #sidebar .btn-navbar .arrow {
    position: absolute;
    right: 35px;
    width: 0;
    height: 0;
    top: 48px;
    border-bottom: 15px solid #282e36;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }

  /*---------*/
  /* line 112, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .btn {
    margin-bottom: 5px;
  }

  /* line 117, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box aside {
    display: block;
  }

  /* line 121, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box .sm-side, .mail-box .lg-side {
    width: 100%;
  }

  /* full calendar fix */
  /* line 126, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-header-right {
    left: 25px;
    position: absolute;
  }

  /* line 131, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-header-left .fc-button {
    margin: 0px !important;
    top: -10px !important;
  }

  /* line 136, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-header-right .fc-button {
    margin: 0px !important;
    top: -50px !important;
  }

  /* line 141, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: none !important;
    color: #FFFFFF !important;
  }

  /* line 146, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-state-default, .fc-state-default .fc-button-inner {
    background: none !important;
  }

  /* line 150, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-button {
    border: none !important;
    margin-right: 2px;
  }

  /* line 155, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-view {
    top: 0px !important;
  }

  /* line 159, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-button .fc-button-inner {
    margin: 0px !important;
    padding: 2px !important;
    border: none !important;
    margin-right: 2px !important;
    background-color: #fafafa !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8) !important;
    border-radius: 3px !important;
    color: #646464 !important;
    border: 1px solid #ddd !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6) !important;
    text-align: center;
  }

  /* line 183, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-button.fc-state-disabled .fc-button-inner {
    color: #bcbbbb !important;
  }

  /* line 187, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-button.fc-state-active .fc-button-inner {
    background-color: #e5e4e4 !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
    background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
    background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
  }

  /* line 197, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-content {
    margin-top: 50px;
  }

  /* line 201, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-header-title h2 {
    line-height: 40px !important;
    font-size: 12px !important;
  }

  /* line 206, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .fc-header {
    margin-bottom: 0px !important;
  }

  /*--*/
  /*.chart-position {*/
  /*margin-top: 0px;*/
  /*}*/
  /* line 216, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .timeline-desk .album a {
    margin-bottom: 5px;
    margin-right: 4px;
  }

  /* line 221, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .stepy-titles li {
    margin: 10px 3px;
  }

  /* line 225, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-option .btn {
    margin-bottom: 0;
  }

  /* line 229, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .boxed-page .container #sidebar {
    position: absolute;
  }

  /*--horizontal menu--*/
  /* line 234, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .full-width .navbar-toggle {
    border: 1px solid #eaeaea;
  }

  /* line 237, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .full-width .navbar-toggle .icon-bar {
    background: #c7c7c7;
  }

  /* line 241, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .full-width .navbar-toggle {
    float: left;
    margin-top: 12px;
  }

  /* line 246, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .horizontal-menu {
    float: left;
    margin-left: 0px;
    width: 70%;
    margin-top: 10px;
  }

  /* line 253, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .top-nav {
    position: absolute;
    right: 10px;
    top: 0px;
  }

  /* line 259, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .horizontal-menu .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  /*-----*/
  /* line 264, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .custom-bar-chart {
    margin-bottom: 40px;
  }

  /*menu icon plus minus*/
  /* line 269, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .dcjq-icon {
    top: 10px;
  }

  /* line 272, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  ul.sidebar-menu li ul.sub li a {
    padding: 0;
  }

  /*---*/
  /* line 278, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .img-responsive {
    width: 100%;
  }

  /* line 281, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .responsive_view {
    display: block;
  }

  /* line 284, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .normal_view {
    display: none;
  }

  /* line 287, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .menu_mobile {
    margin-top: 52px;
  }

  /* line 290, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .wrapper {
    margin-top: 0px;
  }

  /* line 293, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .menu_mobile .btn {
    border-radius: 0px;
  }

  /* line 296, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .menu_mobile .menu {
    display: block;
    width: 96%;
    padding: 10px;
    color: #fff;
    background-color: #000;
    border: none;
    font-size: 15px;
  }

  /* line 305, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .menu_mobile .dropdown-menu {
    width: 96%;
  }
}
@media (max-width: 480px) {
  /* line 314, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
    display: none;
  }

  /* line 318, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box aside {
    display: block;
  }

  /* line 322, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box .sm-side, .mail-box .lg-side {
    width: 100%;
  }

  /* line 326, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #top_menu .nav > li, ul.top-menu > li {
    float: right;
  }

  /* line 329, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .hidden-phone {
    display: none !important;
  }

  /* line 333, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .dataTables_filter {
    float: left;
  }

  /* line 337, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .dataTables_info {
    margin-bottom: 10px;
  }

  /* line 341, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-option .btn {
    margin-bottom: 0;
  }

  /* line 345, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-option .inbox-pagination {
    margin-top: 10px;
    float: left;
  }

  /* line 350, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .chart-position {
    margin-top: 0px;
  }

  /*--horizontal menu--*/
  /* line 354, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .full-width .navbar-toggle {
    border: 1px solid #eaeaea;
  }

  /* line 357, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .full-width .navbar-toggle .icon-bar {
    background: #c7c7c7;
  }

  /* line 361, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .full-width .navbar-toggle {
    float: left;
    margin-top: 12px;
  }

  /* line 366, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .horizontal-menu {
    float: left;
    margin-left: 0px;
    width: 100%;
  }

  /* line 372, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .top-nav {
    position: absolute;
    right: 10px;
    top: 0px;
  }

  /* line 378, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .horizontal-menu .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  /* line 383, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .ms-container {
    width: 100%;
  }
}
@media (max-width: 320px) {
  /* line 389, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .login-social-link a {
    padding: 15px 17px !important;
  }

  /* line 393, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
    display: none;
  }

  /* line 397, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box aside {
    display: block;
  }

  /* line 401, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-box .sm-side, .mail-box .lg-side {
    width: 100%;
  }

  /* line 405, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  #top_menu .nav > li, ul.top-menu > li {
    float: right;
  }

  /* line 409, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .hidden-phone {
    display: none !important;
  }

  /* line 413, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .dataTables_filter {
    float: left;
  }

  /* line 417, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .dataTables_info {
    margin-bottom: 10px;
  }

  /* line 421, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-option .btn {
    margin-bottom: 0;
  }

  /* line 425, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .mail-option .inbox-pagination {
    margin-top: 10px;
    float: left;
  }

  /* line 430, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .chart-position {
    margin-top: 0px;
  }

  /* line 434, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .lock-wrapper {
    margin: 10% auto;
    max-width: 310px;
  }

  /* line 438, /usr/src/app/app/assets/stylesheets/legacy/style-responsive.css */
  .lock-input {
    width: 82%;
  }
}
/* line 3, /usr/src/app/app/assets/stylesheets/layout/footer.scss */
html, body {
  height: 100%;
}

/* line 7, /usr/src/app/app/assets/stylesheets/layout/footer.scss */
.site-footer {
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 16, /usr/src/app/app/assets/stylesheets/layout/footer.scss */
  .site-footer {
    position: fixed;
  }

  /* line 20, /usr/src/app/app/assets/stylesheets/layout/footer.scss */
  #main-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  /* line 26, /usr/src/app/app/assets/stylesheets/layout/footer.scss */
  #main-content {
    min-height: calc(100% - 40px);
  }
}
/* line 3, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
a.add_fields.hidden {
  display: none;
}

/* line 7, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.nested-fields {
  margin-left: 15px;
}

/* line 12, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
#form-nav.affix {
  top: 50px;
}
/* line 16, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
#form-nav .active, #form-nav body.schedules #nav-schedule, body.schedules #form-nav #nav-schedule,
#form-nav body.organizations.edit #nav-organizations,
body.organizations.edit #form-nav #nav-organizations,
#form-nav body.organizations.metrics #nav-admin-metrics,
body.organizations.metrics #form-nav #nav-admin-metrics,
#form-nav body.users #nav-staff,
body.users #form-nav #nav-staff,
#form-nav body.patients #nav-claimants,
body.patients #form-nav #nav-claimants,
#form-nav body.appointment-forms #nav-claimants,
body.appointment-forms #form-nav #nav-claimants {
  background-color: #eeeeee;
}
/* line 20, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
#form-nav li > a:focus {
  background: inherit;
}
/* line 24, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
#form-nav li > a {
  padding: 6px;
}

/* line 28, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.radio-col {
  text-align: center;
}

/* line 33, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.form-group.json input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 10px;
  line-height: 20px;
  margin-left: 20px;
}

/* line 42, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.subcategory-skipped label, .subcategory-skipped .question-header, .subcategory-skipped .question-label, .subcategory-skipped .panel-title, .subcategory-skipped .glyphicon {
  color: #888;
  font-style: italic;
}
/* line 47, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.subcategory-skipped .not-skipped label, .subcategory-skipped .not-skipped .question-header, .subcategory-skipped .not-skipped .question-label, .subcategory-skipped .not-skipped .panel-title, .subcategory-skipped .not-skipped .glyphicon {
  color: inherit;
  font-style: inherit;
}

/* line 54, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.subcategory-skipped .subcategory-skipped .not-skipped {
  color: #888;
  font-style: italic;
}

/* line 59, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.subcategory-skip-wrapper.well {
  padding: 5px 25px;
}
/* line 62, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.subcategory-skip-wrapper.well .form-group {
  margin-bottom: 10px;
}
/* line 65, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.subcategory-skip-wrapper.well .glyphicon {
  top: 9px;
  left: 7px;
}

/* line 71, /usr/src/app/app/assets/stylesheets/layout/forms.scss */
.negative-margin-top {
  margin-top: -15px;
}

/* line 3, /usr/src/app/app/assets/stylesheets/layout/header.scss */
.header {
  min-height: 50px;
  padding: 0 15px;
}

/* line 9, /usr/src/app/app/assets/stylesheets/layout/header.scss */
.dropdown-menu.extended li > a {
  color: #21508C;
}
/* line 12, /usr/src/app/app/assets/stylesheets/layout/header.scss */
.dropdown-menu.extended li > a:hover {
  color: #21508C;
}

/* line 18, /usr/src/app/app/assets/stylesheets/layout/header.scss */
.top-nav .username {
  font-size: 14px;
}

/* line 22, /usr/src/app/app/assets/stylesheets/layout/header.scss */
.top-menu a {
  font-size: 14px;
  color: #0A548B;
}
/* line 26, /usr/src/app/app/assets/stylesheets/layout/header.scss */
.top-menu a:hover {
  color: #118eea;
}

/* line 1, /usr/src/app/app/assets/stylesheets/layout/nav.scss */
ul.sidebar-menu li a.active, ul.sidebar-menu li body.schedules a#nav-schedule, body.schedules ul.sidebar-menu li a#nav-schedule,
ul.sidebar-menu li body.organizations.edit a#nav-organizations,
body.organizations.edit ul.sidebar-menu li a#nav-organizations,
ul.sidebar-menu li body.organizations.metrics a#nav-admin-metrics,
body.organizations.metrics ul.sidebar-menu li a#nav-admin-metrics,
ul.sidebar-menu li body.users a#nav-staff,
body.users ul.sidebar-menu li a#nav-staff,
ul.sidebar-menu li body.patients a#nav-claimants,
body.patients ul.sidebar-menu li a#nav-claimants,
ul.sidebar-menu li body.appointment-forms a#nav-claimants,
body.appointment-forms ul.sidebar-menu li a#nav-claimants, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
  color: #0A548B;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Rules for highlighting left nav items */
/* e.g.: body.dashboard #nav-dashboard, body.claimants-reports-show #nav-claimants, ... */
/* line 2, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .fc-time-grid-event, body.organizations .fc-time-grid-event {
  margin: 1px;
}
/* line 4, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .fc-time-grid-event .fc-time, body.schedules .fc-time-grid-event .fc-title, body.organizations .fc-time-grid-event .fc-time, body.organizations .fc-time-grid-event .fc-title {
  font-size: 12px;
}
/* line 7, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .fc-time-grid-event .fc-title, body.organizations .fc-time-grid-event .fc-title {
  font-weight: bolder;
}
/* line 11, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .fc-unthemed .fc-today, body.organizations .fc-unthemed .fc-today {
  background-color: inherit;
}
/* line 15, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .main-wrapper, body.organizations .main-wrapper {
  margin-top: 110px;
}
/* line 17, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .main-wrapper .nav-tabs, body.organizations .main-wrapper .nav-tabs {
  position: absolute;
  top: 70px;
}
/* line 21, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .main-wrapper .nav-tabs li a, body.organizations .main-wrapper .nav-tabs li a {
  background-color: #0A548B;
  color: #fff;
}
/* line 26, /usr/src/app/app/assets/stylesheets/features/calendar.scss */
body.schedules .main-wrapper .nav-tabs li.active a, body.schedules .main-wrapper .nav-tabs li#nav-schedule a,
body.schedules .main-wrapper .nav-tabs body.organizations.edit li#nav-organizations a,
body.organizations.edit body.schedules .main-wrapper .nav-tabs li#nav-organizations a,
body.schedules .main-wrapper .nav-tabs body.organizations.metrics li#nav-admin-metrics a,
body.organizations.metrics body.schedules .main-wrapper .nav-tabs li#nav-admin-metrics a,
body.schedules .main-wrapper .nav-tabs body.users li#nav-staff a,
body.users body.schedules .main-wrapper .nav-tabs li#nav-staff a,
body.schedules .main-wrapper .nav-tabs body.patients li#nav-claimants a,
body.patients body.schedules .main-wrapper .nav-tabs li#nav-claimants a,
body.schedules .main-wrapper .nav-tabs body.appointment-forms li#nav-claimants a,
body.appointment-forms body.schedules .main-wrapper .nav-tabs li#nav-claimants a, body.organizations .main-wrapper .nav-tabs li.active a, body.organizations .main-wrapper .nav-tabs body.schedules li#nav-schedule a, body.schedules body.organizations .main-wrapper .nav-tabs li#nav-schedule a,
body.organizations.edit .main-wrapper .nav-tabs li#nav-organizations a,
body.organizations.metrics .main-wrapper .nav-tabs li#nav-admin-metrics a,
body.organizations .main-wrapper .nav-tabs body.users li#nav-staff a,
body.users body.organizations .main-wrapper .nav-tabs li#nav-staff a,
body.organizations .main-wrapper .nav-tabs body.patients li#nav-claimants a,
body.patients body.organizations .main-wrapper .nav-tabs li#nav-claimants a,
body.organizations .main-wrapper .nav-tabs body.appointment-forms li#nav-claimants a,
body.appointment-forms body.organizations .main-wrapper .nav-tabs li#nav-claimants a {
  background-color: #fff;
  color: #428bca;
}

/* line 1, /usr/src/app/app/assets/stylesheets/features/diagnoses.scss */
.appointment_diagnoses_description {
  margin-bottom: 25px;
}
/* line 2, /usr/src/app/app/assets/stylesheets/features/diagnoses.scss */
.appointment_diagnoses_description .number-bullet {
  position: absolute;
  left: -10px;
}

/* line 10, /usr/src/app/app/assets/stylesheets/features/diagnoses.scss */
h3.diagnoses-dates {
  padding-left: 12px;
  line-height: 33px;
  margin-bottom: 0;
  padding-top: 5px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle] {
  cursor: pointer;
}
/* line 5, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle]:hover {
  color: #428bca;
}
/* line 9, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle] .panel-title .glyphicon {
  float: right;
}
/* line 13, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle] .expand-icon {
  display: none;
}
/* line 16, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle] .expand-hint {
  display: none;
}
/* line 21, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle].collapsed .expand-hint {
  display: inline;
}
/* line 24, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle].collapsed .panel-title .glyphicon {
  display: none;
}
/* line 29, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle].collapsed:hover .expand-icon {
  display: inline;
}
/* line 35, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.panel-heading[data-toggle] h2.panel-title {
  font-size: 30px;
}

/* line 40, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.checkbox_question .question-label {
  cursor: pointer;
}

/* line 44, /usr/src/app/app/assets/stylesheets/features/forms.scss */
.highlight .question-label {
  color: red;
}

/* line 1, /usr/src/app/app/assets/stylesheets/features/organization.scss */
div.form-group.organization_locations_name {
  display: inline-block;
  width: 95%;
}

/* line 2, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .btn-group > .today-button {
  margin-left: 60px;
}
/* line 5, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .physicians-dropdown {
  margin-left: 15px;
}
/* line 8, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .today-dropdown {
  border: none;
  padding: 0;
  margin-top: 5px;
}
/* line 13, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .today-dropdown .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
#report_search .today-dropdown .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none;
}
/* line 18, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .today-dropdown .form-group {
  margin: 0;
}
/* line 22, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .today-dropdown input {
  background-color: white;
}
/* line 26, /usr/src/app/app/assets/stylesheets/features/reports.scss */
#report_search .datepicker-icon {
  cursor: pointer;
}

/* line 31, /usr/src/app/app/assets/stylesheets/features/reports.scss */
.table-has-footer + p.table-footer {
  position: relative;
  top: -20px;
}

/* line 33, /usr/src/app/app/assets/stylesheets/application.css.scss */
.btn-default {
  text-shadow: none;
}

/* line 37, /usr/src/app/app/assets/stylesheets/application.css.scss */
.alert-footer {
  margin-top: 30px;
}

/* line 42, /usr/src/app/app/assets/stylesheets/application.css.scss */
#interview_content textarea {
  max-height: 400px;
}

/* line 50, /usr/src/app/app/assets/stylesheets/application.css.scss */
.dl-horizontal dt {
  width: 220px !important;
}

/* line 53, /usr/src/app/app/assets/stylesheets/application.css.scss */
.dl-horizontal dd {
  margin-left: 240px !important;
}

/* line 57, /usr/src/app/app/assets/stylesheets/application.css.scss */
.ere-bulk-import.form-control {
  height: 600px;
  overflow: scroll;
}

/* line 62, /usr/src/app/app/assets/stylesheets/application.css.scss */
table.ere-bulk-import-table {
  border-collapse: collapse;
  border: 1px solid black;
}
/* line 65, /usr/src/app/app/assets/stylesheets/application.css.scss */
table.ere-bulk-import-table th, table.ere-bulk-import-table td {
  border: 1px solid black;
  padding: 5px;
}
/* line 69, /usr/src/app/app/assets/stylesheets/application.css.scss */
table.ere-bulk-import-table th {
  background-color: lightgray;
}

/* line 75, /usr/src/app/app/assets/stylesheets/application.css.scss */
table.ere-location-mapping-table td, table.ere-location-mapping-table th {
  padding: 3px 0px;
}
/* line 78, /usr/src/app/app/assets/stylesheets/application.css.scss */
table.ere-location-mapping-table td.left-column, table.ere-location-mapping-table th.left-column {
  padding-right: 5px;
}

/* line 83, /usr/src/app/app/assets/stylesheets/application.css.scss */
a.set-noshow, a.set-cancellation {
  text-decoration: underline;
}
